@charset "UTF-8";
/* ==========================================================================
1. Variables
========================================================================== */
/* ==========================================================================
2. Imports
========================================================================== */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-md-3-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 728px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1005px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.m-auto {
  margin: auto !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1em;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1em;
}

figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.5;
}

.lh-3 {
  line-height: 2;
}

.lh-4 {
  line-height: 2.5;
}

.lh-5 {
  line-height: 3;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25em !important;
}

.m-2 {
  margin: 0.5em !important;
}

.m-3 {
  margin: 1em !important;
}

.m-4 {
  margin: 1.5em !important;
}

.m-5 {
  margin: 3em !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25em !important;
  margin-left: 0.25em !important;
}

.mx-2 {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}

.mx-3 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.mx-4 {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important;
}

.mx-5 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my-3 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my-4 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.my-5 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25em !important;
}

.mt-2 {
  margin-top: 0.5em !important;
}

.mt-3 {
  margin-top: 1em !important;
}

.mt-4 {
  margin-top: 1.5em !important;
}

.mt-5 {
  margin-top: 3em !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25em !important;
}

.mr-2 {
  margin-right: 0.5em !important;
}

.mr-3 {
  margin-right: 1em !important;
}

.mr-4 {
  margin-right: 1.5em !important;
}

.mr-5 {
  margin-right: 3em !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25em !important;
}

.mb-2 {
  margin-bottom: 0.5em !important;
}

.mb-3 {
  margin-bottom: 1em !important;
}

.mb-4 {
  margin-bottom: 1.5em !important;
}

.mb-5 {
  margin-bottom: 3em !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25em !important;
}

.ml-2 {
  margin-left: 0.5em !important;
}

.ml-3 {
  margin-left: 1em !important;
}

.ml-4 {
  margin-left: 1.5em !important;
}

.ml-5 {
  margin-left: 3em !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25em !important;
}

.p-2 {
  padding: 0.5em !important;
}

.p-3 {
  padding: 1em !important;
}

.p-4 {
  padding: 1.5em !important;
}

.p-5 {
  padding: 3em !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}

.px-2 {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

.px-3 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.px-4 {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
}

.px-5 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.py-2 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py-3 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.py-4 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.py-5 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25em !important;
}

.pt-2 {
  padding-top: 0.5em !important;
}

.pt-3 {
  padding-top: 1em !important;
}

.pt-4 {
  padding-top: 1.5em !important;
}

.pt-5 {
  padding-top: 3em !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25em !important;
}

.pr-2 {
  padding-right: 0.5em !important;
}

.pr-3 {
  padding-right: 1em !important;
}

.pr-4 {
  padding-right: 1.5em !important;
}

.pr-5 {
  padding-right: 3em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25em !important;
}

.pb-2 {
  padding-bottom: 0.5em !important;
}

.pb-3 {
  padding-bottom: 1em !important;
}

.pb-4 {
  padding-bottom: 1.5em !important;
}

.pb-5 {
  padding-bottom: 3em !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25em !important;
}

.pl-2 {
  padding-left: 0.5em !important;
}

.pl-3 {
  padding-left: 1em !important;
}

.pl-4 {
  padding-left: 1.5em !important;
}

.pl-5 {
  padding-left: 3em !important;
}

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25em !important;
  }
  .m-sm-2 {
    margin: 0.5em !important;
  }
  .m-sm-3 {
    margin: 1em !important;
  }
  .m-sm-4 {
    margin: 1.5em !important;
  }
  .m-sm-5 {
    margin: 3em !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-sm-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-sm-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-sm-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-sm-5 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-sm-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-sm-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-sm-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-sm-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25em !important;
  }
  .mt-sm-2 {
    margin-top: 0.5em !important;
  }
  .mt-sm-3 {
    margin-top: 1em !important;
  }
  .mt-sm-4 {
    margin-top: 1.5em !important;
  }
  .mt-sm-5 {
    margin-top: 3em !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25em !important;
  }
  .mr-sm-2 {
    margin-right: 0.5em !important;
  }
  .mr-sm-3 {
    margin-right: 1em !important;
  }
  .mr-sm-4 {
    margin-right: 1.5em !important;
  }
  .mr-sm-5 {
    margin-right: 3em !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-sm-3 {
    margin-bottom: 1em !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-sm-5 {
    margin-bottom: 3em !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25em !important;
  }
  .ml-sm-2 {
    margin-left: 0.5em !important;
  }
  .ml-sm-3 {
    margin-left: 1em !important;
  }
  .ml-sm-4 {
    margin-left: 1.5em !important;
  }
  .ml-sm-5 {
    margin-left: 3em !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25em !important;
  }
  .p-sm-2 {
    padding: 0.5em !important;
  }
  .p-sm-3 {
    padding: 1em !important;
  }
  .p-sm-4 {
    padding: 1.5em !important;
  }
  .p-sm-5 {
    padding: 3em !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-sm-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-sm-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-sm-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-sm-5 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-sm-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-sm-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-sm-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-sm-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25em !important;
  }
  .pt-sm-2 {
    padding-top: 0.5em !important;
  }
  .pt-sm-3 {
    padding-top: 1em !important;
  }
  .pt-sm-4 {
    padding-top: 1.5em !important;
  }
  .pt-sm-5 {
    padding-top: 3em !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25em !important;
  }
  .pr-sm-2 {
    padding-right: 0.5em !important;
  }
  .pr-sm-3 {
    padding-right: 1em !important;
  }
  .pr-sm-4 {
    padding-right: 1.5em !important;
  }
  .pr-sm-5 {
    padding-right: 3em !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-sm-3 {
    padding-bottom: 1em !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-sm-5 {
    padding-bottom: 3em !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25em !important;
  }
  .pl-sm-2 {
    padding-left: 0.5em !important;
  }
  .pl-sm-3 {
    padding-left: 1em !important;
  }
  .pl-sm-4 {
    padding-left: 1.5em !important;
  }
  .pl-sm-5 {
    padding-left: 3em !important;
  }
}
@media (min-width: 728px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25em !important;
  }
  .m-md-2 {
    margin: 0.5em !important;
  }
  .m-md-3 {
    margin: 1em !important;
  }
  .m-md-4 {
    margin: 1.5em !important;
  }
  .m-md-5 {
    margin: 3em !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-md-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-md-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-md-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-md-5 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-md-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-md-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-md-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-md-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25em !important;
  }
  .mt-md-2 {
    margin-top: 0.5em !important;
  }
  .mt-md-3 {
    margin-top: 1em !important;
  }
  .mt-md-4 {
    margin-top: 1.5em !important;
  }
  .mt-md-5 {
    margin-top: 3em !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25em !important;
  }
  .mr-md-2 {
    margin-right: 0.5em !important;
  }
  .mr-md-3 {
    margin-right: 1em !important;
  }
  .mr-md-4 {
    margin-right: 1.5em !important;
  }
  .mr-md-5 {
    margin-right: 3em !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-md-3 {
    margin-bottom: 1em !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-md-5 {
    margin-bottom: 3em !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25em !important;
  }
  .ml-md-2 {
    margin-left: 0.5em !important;
  }
  .ml-md-3 {
    margin-left: 1em !important;
  }
  .ml-md-4 {
    margin-left: 1.5em !important;
  }
  .ml-md-5 {
    margin-left: 3em !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25em !important;
  }
  .p-md-2 {
    padding: 0.5em !important;
  }
  .p-md-3 {
    padding: 1em !important;
  }
  .p-md-4 {
    padding: 1.5em !important;
  }
  .p-md-5 {
    padding: 3em !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-md-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-md-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-md-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-md-5 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-md-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-md-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-md-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-md-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25em !important;
  }
  .pt-md-2 {
    padding-top: 0.5em !important;
  }
  .pt-md-3 {
    padding-top: 1em !important;
  }
  .pt-md-4 {
    padding-top: 1.5em !important;
  }
  .pt-md-5 {
    padding-top: 3em !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25em !important;
  }
  .pr-md-2 {
    padding-right: 0.5em !important;
  }
  .pr-md-3 {
    padding-right: 1em !important;
  }
  .pr-md-4 {
    padding-right: 1.5em !important;
  }
  .pr-md-5 {
    padding-right: 3em !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-md-3 {
    padding-bottom: 1em !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-md-5 {
    padding-bottom: 3em !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25em !important;
  }
  .pl-md-2 {
    padding-left: 0.5em !important;
  }
  .pl-md-3 {
    padding-left: 1em !important;
  }
  .pl-md-4 {
    padding-left: 1.5em !important;
  }
  .pl-md-5 {
    padding-left: 3em !important;
  }
}
@media (min-width: 1005px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25em !important;
  }
  .m-lg-2 {
    margin: 0.5em !important;
  }
  .m-lg-3 {
    margin: 1em !important;
  }
  .m-lg-4 {
    margin: 1.5em !important;
  }
  .m-lg-5 {
    margin: 3em !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-lg-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-lg-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-lg-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-lg-5 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-lg-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-lg-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-lg-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-lg-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25em !important;
  }
  .mt-lg-2 {
    margin-top: 0.5em !important;
  }
  .mt-lg-3 {
    margin-top: 1em !important;
  }
  .mt-lg-4 {
    margin-top: 1.5em !important;
  }
  .mt-lg-5 {
    margin-top: 3em !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25em !important;
  }
  .mr-lg-2 {
    margin-right: 0.5em !important;
  }
  .mr-lg-3 {
    margin-right: 1em !important;
  }
  .mr-lg-4 {
    margin-right: 1.5em !important;
  }
  .mr-lg-5 {
    margin-right: 3em !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-lg-3 {
    margin-bottom: 1em !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-lg-5 {
    margin-bottom: 3em !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25em !important;
  }
  .ml-lg-2 {
    margin-left: 0.5em !important;
  }
  .ml-lg-3 {
    margin-left: 1em !important;
  }
  .ml-lg-4 {
    margin-left: 1.5em !important;
  }
  .ml-lg-5 {
    margin-left: 3em !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25em !important;
  }
  .p-lg-2 {
    padding: 0.5em !important;
  }
  .p-lg-3 {
    padding: 1em !important;
  }
  .p-lg-4 {
    padding: 1.5em !important;
  }
  .p-lg-5 {
    padding: 3em !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-lg-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-lg-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-lg-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-lg-5 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-lg-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-lg-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-lg-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-lg-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25em !important;
  }
  .pt-lg-2 {
    padding-top: 0.5em !important;
  }
  .pt-lg-3 {
    padding-top: 1em !important;
  }
  .pt-lg-4 {
    padding-top: 1.5em !important;
  }
  .pt-lg-5 {
    padding-top: 3em !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25em !important;
  }
  .pr-lg-2 {
    padding-right: 0.5em !important;
  }
  .pr-lg-3 {
    padding-right: 1em !important;
  }
  .pr-lg-4 {
    padding-right: 1.5em !important;
  }
  .pr-lg-5 {
    padding-right: 3em !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-lg-3 {
    padding-bottom: 1em !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-lg-5 {
    padding-bottom: 3em !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25em !important;
  }
  .pl-lg-2 {
    padding-left: 0.5em !important;
  }
  .pl-lg-3 {
    padding-left: 1em !important;
  }
  .pl-lg-4 {
    padding-left: 1.5em !important;
  }
  .pl-lg-5 {
    padding-left: 3em !important;
  }
}
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25em !important;
  }
  .m-xl-2 {
    margin: 0.5em !important;
  }
  .m-xl-3 {
    margin: 1em !important;
  }
  .m-xl-4 {
    margin: 1.5em !important;
  }
  .m-xl-5 {
    margin: 3em !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xl-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xl-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xl-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xl-5 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xl-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xl-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xl-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xl-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25em !important;
  }
  .mt-xl-2 {
    margin-top: 0.5em !important;
  }
  .mt-xl-3 {
    margin-top: 1em !important;
  }
  .mt-xl-4 {
    margin-top: 1.5em !important;
  }
  .mt-xl-5 {
    margin-top: 3em !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25em !important;
  }
  .mr-xl-2 {
    margin-right: 0.5em !important;
  }
  .mr-xl-3 {
    margin-right: 1em !important;
  }
  .mr-xl-4 {
    margin-right: 1.5em !important;
  }
  .mr-xl-5 {
    margin-right: 3em !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-xl-3 {
    margin-bottom: 1em !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-xl-5 {
    margin-bottom: 3em !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25em !important;
  }
  .ml-xl-2 {
    margin-left: 0.5em !important;
  }
  .ml-xl-3 {
    margin-left: 1em !important;
  }
  .ml-xl-4 {
    margin-left: 1.5em !important;
  }
  .ml-xl-5 {
    margin-left: 3em !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25em !important;
  }
  .p-xl-2 {
    padding: 0.5em !important;
  }
  .p-xl-3 {
    padding: 1em !important;
  }
  .p-xl-4 {
    padding: 1.5em !important;
  }
  .p-xl-5 {
    padding: 3em !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xl-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xl-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xl-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xl-5 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xl-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xl-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xl-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xl-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25em !important;
  }
  .pt-xl-2 {
    padding-top: 0.5em !important;
  }
  .pt-xl-3 {
    padding-top: 1em !important;
  }
  .pt-xl-4 {
    padding-top: 1.5em !important;
  }
  .pt-xl-5 {
    padding-top: 3em !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25em !important;
  }
  .pr-xl-2 {
    padding-right: 0.5em !important;
  }
  .pr-xl-3 {
    padding-right: 1em !important;
  }
  .pr-xl-4 {
    padding-right: 1.5em !important;
  }
  .pr-xl-5 {
    padding-right: 3em !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-xl-3 {
    padding-bottom: 1em !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-xl-5 {
    padding-bottom: 3em !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25em !important;
  }
  .pl-xl-2 {
    padding-left: 0.5em !important;
  }
  .pl-xl-3 {
    padding-left: 1em !important;
  }
  .pl-xl-4 {
    padding-left: 1.5em !important;
  }
  .pl-xl-5 {
    padding-left: 3em !important;
  }
}
.wrapper {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: 100%;
}

.container {
  padding: 1em;
}
.container > :last-child {
  margin-bottom: 0;
}

.fullheight {
  height: 100%;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  .ta-sm-left {
    text-align: left !important;
  }
  .ta-sm-right {
    text-align: right !important;
  }
  .ta-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 728px) {
  .ta-md-left {
    text-align: left !important;
  }
  .ta-md-right {
    text-align: right !important;
  }
  .ta-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1005px) {
  .ta-lg-left {
    text-align: left !important;
  }
  .ta-lg-right {
    text-align: right !important;
  }
  .ta-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .ta-xl-left {
    text-align: left !important;
  }
  .ta-xl-right {
    text-align: right !important;
  }
  .ta-xl-center {
    text-align: center !important;
  }
}
.m-center,
.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 728px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1005px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clearfix:after,
.cf:after {
  clear: both;
  content: " ";
  display: table;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 36px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 36px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 11px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 22px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11px, 0) rotate(135deg);
          transform: translate3d(0, 11px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -22px, 0) rotate(-270deg);
          transform: translate3d(0, -22px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0.5px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 11px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 22px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 11px, 0) rotate(-135deg);
          transform: translate3d(0, 11px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -22px, 0) rotate(270deg);
          transform: translate3d(0, -22px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}

.slick-prev {
  background-image: url(../images/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  left: 5px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 20px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  right: 5px;
}
[dir=rtl] .slick-next {
  left: 20px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 16px;
  z-index: 2;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

p {
  font-weight: 300;
  font-size: 0.9em;
}

h3 {
  margin-bottom: 25px;
  font-size: 1.4em;
}

button,
.button {
  font-weight: 300;
}

input {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  font-weight: 400;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 400;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 400;
}

p + h2,
p + h3,
p + h4 {
  margin-top: 15px;
}

button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 780px) {
  p {
    font-size: 0.9em;
  }
  h3 {
    font-size: 1.2em;
  }
}
img {
  border-radius: 0px;
}

.home-spacer.show {
  border-bottom: solid 1px #ddd;
}

body.home .home-hero {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-filter 0.6s ease-out;
  transition: -webkit-filter 0.6s ease-out;
  transition: filter 0.6s ease-out;
  transition: filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
}
@media (min-width: 1005px) and (max-height: 720px) {
  body.home .home-hero {
    top: 0px;
  }
}
@media only screen and (min-width: 1005px) {
  body.home .home-hero {
    top: 0px;
  }
}
@media only screen and (max-width: 980px) {
  body.home .home-hero {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0px;
  }
}
body.home .home-hero.carousel {
  margin-bottom: -8px;
}

body.home.darkHeader .home-hero {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

body.home .home-signup-sm,
body.home .home-spacer,
body.home .home-products,
body.home .home-news,
body.home .home-video,
body.home .home-text,
body.home .home-ctas-main,
body.home .home-images,
body.home .home-klaviyo,
body.home .home-social {
  position: relative;
  z-index: 2;
  background-color: white;
}

.home-hero-alt,
.products-alt-slide,
.products-alt-journal {
  position: relative;
}
.home-hero-alt:after,
.products-alt-slide:after,
.products-alt-journal:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  z-index: 2;
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: white;
  display: none;
}
.home-hero-alt .flex-direction-nav,
.products-alt-slide .flex-direction-nav,
.products-alt-journal .flex-direction-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home-hero-alt .flex-direction-nav .flex-prev,
.products-alt-slide .flex-direction-nav .flex-prev,
.products-alt-journal .flex-direction-nav .flex-prev {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  color: white;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../images/prev.png) no-repeat center;
  background-size: contain;
}
.home-hero-alt .flex-direction-nav .flex-next,
.products-alt-slide .flex-direction-nav .flex-next,
.products-alt-journal .flex-direction-nav .flex-next {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: white;
  right: 20px;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../images/next.png) no-repeat center;
  background-size: contain;
  padding-left: 50px;
}
@media only screen and (max-width: 780px) {
  .home-hero-alt .flex-direction-nav .flex-prev,
  .home-hero-alt .flex-direction-nav .flex-next,
  .products-alt-slide .flex-direction-nav .flex-prev,
  .products-alt-slide .flex-direction-nav .flex-next,
  .products-alt-journal .flex-direction-nav .flex-prev,
  .products-alt-journal .flex-direction-nav .flex-next {
    display: none;
  }
}

.products-alt-slide .flex-direction-nav .flex-prev,
.products-alt-journal .flex-direction-nav .flex-prev {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
  left: -20px;
}
.products-alt-slide .flex-direction-nav .flex-next,
.products-alt-journal .flex-direction-nav .flex-next {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
  right: -20px;
}
@media only screen and (max-width: 780px) {
  .products-alt-slide .flex-direction-nav .flex-prev,
  .products-alt-slide .flex-direction-nav .flex-next,
  .products-alt-journal .flex-direction-nav .flex-prev,
  .products-alt-journal .flex-direction-nav .flex-next {
    display: none;
  }
}
.products-alt-slide .flex-control-nav,
.products-alt-journal .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  display: none;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .products-alt-slide .flex-control-nav,
  .products-alt-journal .flex-control-nav {
    bottom: -20px;
    display: block;
  }
}
.products-alt-slide .flex-control-nav li,
.products-alt-journal .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.products-alt-slide .flex-control-paging li a,
.products-alt-journal .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.products-alt-slide .flex-control-paging li a.flex-active,
.products-alt-journal .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

@media only screen and (max-width: 780px) {
  .home-video p.simplefade.simplefade-2 {
    padding-bottom: 15px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}

.home-hero .slick-prev,
.home-hero .slick-next {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.home-slide {
  margin-bottom: 0;
  padding-bottom: 0;
  height: auto;
  /*height: calc(100vh - 100px);
  @media (min-width: 780px) {
      height: calc(100vh - 60px);
  }
  @media (min-width: 1005px) {
      height: calc(100vh - 70px);
  }*/
}
.home-slide img {
  width: 100%;
  height: auto;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.home-slide.home-slide-img-scale img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-slide .forcedimg-hold {
  height: 100%;
  overflow: hidden;
}
.home-slide .forcedimg-hold:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media only screen and (min-width: 780px) {
  .home-slide .forcedimg-hold:after {
    height: 30%;
  }
}
@media only screen and (max-width: 780px) {
  .home-slide .forcedimg-hold:after {
    opacity: 0.4;
  }
}
.home-slide .forcedimg-hold:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.home-slide .hero-text-slide-hold {
  position: absolute;
  z-index: 4;
  width: 100vw;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  max-width: none;
}
.home-slide .hero-text-slide {
  position: absolute;
  z-index: 2;
  text-align: center;
  max-width: none;
  bottom: 20px;
  top: auto;
  width: 100%;
  right: 0px;
  left: auto;
  padding: 10px;
  padding-top: 10px;
  height: auto !important;
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide.left .loop-anim {
    right: -18px !important;
  }
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide.right .loop-anim {
    right: 0px !important;
  }
}
@media only screen and (max-width: 779px) {
  .home-slide .hero-text-slide {
    bottom: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide {
    width: 50%;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
    padding: 20px;
  }
  .home-slide .hero-text-slide.left {
    text-align: left !important;
  }
  .home-slide .hero-text-slide.right {
    text-align: right !important;
  }
  .home-slide .hero-text-slide.bottom-left {
    width: 50%;
    bottom: 30px;
    top: auto;
    right: auto;
    left: 30px;
  }
  .home-slide .hero-text-slide.bottom-center {
    width: 100%;
    bottom: 30px;
    top: auto;
    right: auto;
    left: auto;
  }
  .home-slide .hero-text-slide.bottom-right {
    width: 50%;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
  }
  .home-slide .hero-text-slide.top-left {
    width: 50%;
    bottom: auto;
    top: 30px;
    right: auto;
    left: 30px;
  }
  .home-slide .hero-text-slide.top-center {
    width: 100%;
    bottom: auto;
    top: 30px;
    right: auto;
    left: auto;
  }
  .home-slide .hero-text-slide.top-right {
    width: 50%;
    bottom: auto;
    top: 30px;
    right: 30px;
    left: auto;
  }
  .home-slide .hero-text-slide.middle-left {
    width: 42%;
    bottom: auto;
    top: 55%;
    right: auto;
    left: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home-slide .hero-text-slide.middle-center {
    width: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: auto;
  }
  .home-slide .hero-text-slide.middle-right {
    width: 42%;
    bottom: auto;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8%;
    left: auto;
  }
}
.home-slide .hero-text-slide h2 {
  font-size: 20px;
  margin: 8px 0;
  border-top: none;
  padding: 0;
  color: white;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
}
.home-slide .hero-text-slide h2.large {
  font-size: 20px;
}
.home-slide .hero-text-slide h2.x-large {
  font-size: 20px;
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide h2 {
    margin: 15px 0;
  }
  .home-slide .hero-text-slide h2.large {
    font-size: 30px;
  }
  .home-slide .hero-text-slide h2.x-large {
    font-size: 36px;
  }
}
.home-slide .hero-text-slide p {
  font-size: 15px;
  line-height: 1.3em;
  margin: 8px 0;
  color: white;
}
.home-slide .hero-text-slide p br {
  display: none;
}
.home-slide .hero-text-slide p.sub_text {
  display: none !important;
}
.home-slide .hero-text-slide p.sub_text_mob {
  display: block !important;
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide p {
    margin: 15px 0;
  }
  .home-slide .hero-text-slide p.sub_text {
    display: block !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-slide .hero-text-slide p.sub_text_mob {
    display: none !important;
  }
  .home-slide .hero-text-slide p br {
    display: inline;
  }
}
.home-slide .hero-text-slide a {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 8px 0px 8px 0;
  color: white;
  background-color: transparent;
  display: inline-block;
  font-weight: normal;
  margin-top: 0px;
  position: relative;
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide a {
    margin-top: 8px;
  }
}
.home-slide .hero-text-slide a:hover {
  color: white;
  font-weight: normal;
  background-color: transparent;
}
.home-slide .hero-text-slide a:hover .svg-inline--fa {
  margin-left: 15px;
}
.home-slide .hero-text-slide a .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  margin-left: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.home-slide .hero-text-slide a .loop-anim {
  position: absolute;
  right: -12px;
  bottom: -10px;
  z-index: 4;
  height: 25px;
  -webkit-animation: loopAnim 1s infinite;
          animation: loopAnim 1s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (min-width: 780px) {
  .home-slide .hero-text-slide a .loop-anim {
    right: -12px;
    bottom: -5px;
  }
}
.home-slide .hero-text-slide a .loop-anim path,
.home-slide .hero-text-slide a .loop-anim polygon {
  fill: white;
}
.home-slide .hero-text-slide a .loop-anim svg {
  height: 20px;
  width: 20px;
}
@-webkit-keyframes loopAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes loopAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.home-slide .hero-text-slide.black-text h1,
.home-slide .hero-text-slide.black-text p {
  color: black;
}
.home-slide .hero-text-slide.black-text a {
  color: black;
}
.home-slide .hero-text-slide.black-text a:hover {
  color: black;
}
.home-slide .hero-text-slide.black-text .loop-anim path {
  fill: black;
}
.home-slide .hero-text-slide.white-text h1,
.home-slide .hero-text-slide.white-text p {
  color: white;
}
.home-slide .hero-text-slide.white-text a {
  color: white;
}
.home-slide .hero-text-slide.white-text a:hover {
  color: white;
}
.home-slide .hero-text-slide.white-text .loop-anim path {
  fill: white;
}
.home-slide .respondimg {
  width: 100%;
  /*height: auto;*/
  margin: 0;
  display: block;
}
.home-slide .forcedimg-hold {
  position: relative;
}
.home-slide .forcedimg,
.home-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slide .slick-next {
  right: 25px;
}
.home-slide .slick-prev {
  left: 25px;
}
.home-slide .slick-dots {
  bottom: 25px;
}
@media only screen and (max-width: 780px) {
  .home-slide .slick-dots {
    bottom: 10px;
  }
}
.home-slide .slick-dots li button:before {
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .home-slide .slick-slide div {
    overflow: hidden;
    height: 60vh;
  }
  .home-slide .slick-slide img {
    width: 100%;
    margin-left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (min-width: 780px) {
  .home-slide-alt p {
    display: block !important;
    font-size: 16px;
    line-height: 1.8em;
    margin: 15px 0;
  }
  .home-slide-alt h2 {
    margin: 15px 0;
    border-top: none;
    padding: 0;
    font-weight: 400;
    font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
  }
  .home-slide-alt .bottom-left {
    width: 40% !important;
  }
  .home-slide-alt .bottom-center {
    width: 50% !important;
  }
  .home-slide-alt .bottom-right {
    width: 40% !important;
  }
  .home-slide-alt .top-left {
    width: 40% !important;
  }
  .home-slide-alt .top-center {
    width: 50% !important;
  }
  .home-slide-alt .top-right {
    width: 40% !important;
  }
  .home-slide-alt .middle-left {
    width: 40% !important;
  }
  .home-slide-alt .middle-center {
    width: 50% !important;
  }
  .home-slide-alt .middle-right {
    width: 40% !important;
  }
}
.home-slide-alt p {
  display: block !important;
  font-size: 16px !important;
  line-height: 1.8em !important;
  margin: 15px 0 !important;
}
.home-slide-alt h2 {
  margin: 15px 0;
  border-top: none;
  padding: 0;
  font-weight: 400;
  font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
}

@media only screen and (max-width: 780px) {
  .below-image {
    /*.respondimg {
        display: none;
    }*/
  }
  .below-image .hero-text-slide-hold {
    position: relative;
    z-index: 4;
    width: 100vw;
    height: 100%;
    padding: 0;
    top: auto;
    left: auto;
  }
  .below-image .slick-slide div {
    overflow: hidden;
    height: auto;
  }
  .below-image .slick-slide img {
    width: 100%;
    margin-left: 0;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .below-image .forcedimg {
    position: relative;
    top: auto;
    left: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .below-image .hero-text-slide {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: none;
    bottom: auto !important;
    top: auto;
    width: 100%;
    right: auto;
    left: auto;
    padding: 20px;
    padding-top: 20px;
    height: auto !important;
  }
  .below-image .hero-text-slide h2,
  .below-image .hero-text-slide p,
  .below-image .hero-text-slide a {
    color: black !important;
  }
  .below-image .hero-text-slide .loop-anim path {
    fill: black !important;
  }
  .below-image p {
    display: block !important;
  }
}

.slick-next,
.slick-prev {
  z-index: 10;
}

.slick-next {
  background-image: url(../images/next.png);
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(0);
          filter: invert(0);
}
.slick-next:hover {
  background-color: transparent;
}

.slick-prev {
  background-image: url(../images/prev.png);
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(0);
          filter: invert(0);
}
.slick-prev:hover {
  background-color: transparent;
}

.slick-next-new,
.slick-prev-new {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 25px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  z-index: 10;
  background-image: url(../images/prev.png);
  background-position: center;
  background-size: contain;
}

.slick-next-new {
  left: auto;
  right: 25px;
  background-image: url(../images/next.png);
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 780px) {
  .slick-next-new,
  .slick-prev-new {
    left: 8px;
    width: 20px;
    height: 20px;
  }
  .slick-next-new {
    left: auto;
    right: 8px;
  }
}
.home-images {
  position: relative;
}
.home-images .home-img-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-images img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.home-images .respondimg {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.home-images .forcedimg-hold {
  position: relative;
}
.home-images p {
  margin-bottom: 0;
  margin-top: 10px;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 0.9em;
}
.home-images .script {
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.home-images .forcedimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.home-images .hitbox:hover .forcedimg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}
@media only screen and (max-width: 760px) {
  .home-images {
    padding-bottom: 10px !important;
  }
  .home-images .imageswipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    padding: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .home-images .imageswipe > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: -35px;
    padding-bottom: 20px;
  }
}

.imageswipe-carousel-notes .slick-dots {
  bottom: 10px;
}
.imageswipe-carousel-notes .slick-dots li button:before {
  color: black;
}

.home-klaviyo .klaviyo-form {
  font-family: "Poppins", Helvetica, Arial, "sans-serif" !important;
}

.home-ctas-main {
  background-color: white;
}

.home-ctas {
  display: block;
  max-width: 1300px;
  margin: auto;
  border-left: solid 1px #ddd;
  margin-top: 5px;
  /*@media only screen and (min-width: 780px) {
      display: flex;
  }
  align-items: center;
  a {
      margin: 10px 1%;
      border-right: none;
      @media only screen and (min-width: 780px) {
          flex: 1;
          margin: 10px 1%;
          border-right: solid 1px #ddd;
      }
      display: block;
      &:nth-of-type(3) {
          border-right: none;
      }
  }*/
}
@media only screen and (max-width: 780px) {
  .home-ctas {
    border-left: none;
  }
}
.home-ctas .home-ctas-holder {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: solid 1px #ddd;
}
.home-ctas .home-ctas-holder .home-ctas-content {
  margin-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 780px) {
  .home-ctas .home-ctas-holder {
    border-right: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-ctas .home-ctas-holder .home-ctas-content {
    margin-left: 5px;
    padding-right: 5px;
  }
}
.home-ctas .home-ctas-holder img,
.home-ctas .home-ctas-holder h6,
.home-ctas .home-ctas-holder p {
  margin: 0;
  padding: 0;
}
.home-ctas .home-ctas-holder img {
  width: 50px;
  height: 50px;
  max-width: none;
}
@media only screen and (min-width: 780px) {
  .home-ctas .home-ctas-holder img {
    width: 70px;
    height: 70px;
  }
}
.home-ctas .home-ctas-holder h6 {
  font-size: 4vw;
  line-height: 4vw;
  font-weight: 400;
  margin-bottom: 3px;
}
@media only screen and (min-width: 780px) {
  .home-ctas .home-ctas-holder h6 {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .home-ctas .home-ctas-holder h6 {
    font-size: 14px;
    line-height: 14px;
  }
}
.home-ctas .home-ctas-holder p {
  font-size: 3.4vw;
  line-height: 3.4vw;
}
@media only screen and (min-width: 780px) {
  .home-ctas .home-ctas-holder p {
    font-size: 1vw;
    line-height: 1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .home-ctas .home-ctas-holder p {
    font-size: 12px;
    line-height: 12px;
  }
}

/*@media only screen and (max-width: 780px) {
    .home-ctas-3 a {
        opacity: 0;
        pointer-events: none;
        animation-name: homectas3;
        animation-duration: 18s;
        animation-iteration-count: infinite;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 5px 0;
        @media only screen and (min-width: 780px) {
            padding: 0;
        }
        margin: 0;
        &:nth-child(1) {
            animation-delay: 0s;
            position: relative;
            left: auto;
            right: auto;
            top: auto;
        }
        &:nth-child(2) {
            top: 0;
            animation-delay: 6s;
        }
        &:nth-child(3) {
            top: 0;
            animation-delay: 12s;
        }
        @keyframes homectas3 {
            0% {
                opacity: 0;
                pointer-events: none;
            }
            11.11% {
                opacity: 1;
                pointer-events: inherit;
            }
            33.33% {
                opacity: 1;
                pointer-events: inherit;
            }
            44.44% {
                opacity: 0;
                pointer-events: none;
            }
            100% {
                opacity: 0;
                pointer-events: none;
            }
        }
    }
}*/
.home-text-small a {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 5px 15px;
  border: solid #222 1px;
  color: #222;
  background-color: transparent;
  display: inline-block;
  margin-top: 0px;
}
.home-text-small a:hover {
  color: #fff;
  background-color: #222;
}

.home-text {
  /*.home-text-imgpad {
      padding-left: 30px;
      padding-right: 30px;
  }*/
}
.home-text .container.fullwidth {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.home-text p {
  font-size: 14px;
  line-height: 1.7em;
  margin: 28px 0;
}
.home-text h1,
.home-text h2,
.home-text h3,
.home-text h4,
.home-text h5,
.home-text h6 {
  margin: 28px 0;
  border-top: none;
  padding: 0;
  font-weight: 400;
}
.home-text ul {
  margin: 15px 0;
}
.home-text .home-text-maxwidth {
  max-width: 700px;
}
.home-text blockquote {
  border-left: none;
}
.home-text blockquote p {
  font-size: 22px;
  line-height: 1.4em;
  font-style: normal;
}
@media only screen and (max-width: 1040px) {
  .home-text blockquote p {
    font-size: 1.8vw;
    line-height: 1.4em;
    font-style: normal;
  }
}
@media only screen and (max-width: 780px) {
  .home-text blockquote {
    margin-left: 10px;
    margin-right: 10px;
  }
  .home-text blockquote p {
    font-size: 4.2vw;
    line-height: 1.5em;
    font-style: normal;
    margin: 15px 0;
  }
  .home-text blockquote h1,
  .home-text blockquote h2,
  .home-text blockquote h3,
  .home-text blockquote h4,
  .home-text blockquote h5,
  .home-text blockquote h6 {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 780px) {
  .home-text {
    text-align: center;
  }
}
.home-text .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-text .row .five.columns.thirty-seventy {
  width: 100%;
}
.home-text .row .five.columns.thirty-seventy:nth-of-type(2) {
  width: 100%;
}
.home-text .row .five.columns.seventy-thirty {
  width: 100%;
}
.home-text .row .five.columns.seventy-thirty:nth-of-type(2) {
  width: 100%;
}
.home-text .row .five.columns.fifty-fifty {
  width: 100%;
}
.home-text .row .five.columns.fifty-fifty:nth-of-type(2) {
  width: 100%;
}
@media only screen and (min-width: 780px) {
  .home-text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-text .row .five.columns.thirty-seventy {
    width: 30%;
  }
  .home-text .row .five.columns.thirty-seventy:nth-of-type(2) {
    width: 70%;
  }
  .home-text .row .five.columns.seventy-thirty {
    width: 70%;
  }
  .home-text .row .five.columns.seventy-thirty h1 {
    font-size: 2.4vw;
  }
  .home-text .row .five.columns.seventy-thirty:nth-of-type(2) {
    width: 30%;
  }
  .home-text .row .five.columns.seventy-thirty:nth-of-type(2) h1 {
    font-size: 2.4vw;
  }
  .home-text .row .five.columns.fifty-fifty {
    width: 50%;
  }
  .home-text .row .five.columns.fifty-fifty:nth-of-type(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 780px) {
  .home-text .five.columns.reverseorder:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-text .five.columns.reverseorder:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home-text .home-text-imgpad {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}
.home-text a {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 5px 15px;
  border: solid #222 1px;
  color: #222;
  background-color: transparent;
  display: inline-block;
  margin-top: 0px;
}
.home-text a:hover {
  color: #fff;
  background-color: #222;
}
.home-text .white-text h1,
.home-text .white-text h2,
.home-text .white-text h3,
.home-text .white-text h4,
.home-text .white-text h5,
.home-text .white-text h6,
.home-text .white-text p {
  color: white;
}
.home-text .white-text a {
  border: solid white 1px;
  color: white;
}
.home-text .white-text a:hover {
  color: black !important;
  background-color: white;
}
.home-text .home-text-frame {
  height: 0;
  padding-bottom: 68%;
  position: relative;
}
.home-text img {
  max-width: none;
  width: 100%;
  margin: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .home-text img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-text img.alignnone, .home-text img.alignleft, .home-text img.alignright {
    position: relative;
    top: auto;
    left: auto;
  }
}
.home-text img.yes-max-width {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 780px) {
  .home-text img.yes-max-width {
    width: 100%;
    max-width: none;
  }
}

.home-imagetext-carousel .slick-slider {
  margin-bottom: 0;
}
.home-imagetext-carousel .make-carousel-text {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 780px) {
  .home-imagetext-carousel .make-carousel-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.home-imagetext-carousel .make-carousel-img {
  height: 35vh;
}
@media only screen and (min-width: 780px) {
  .home-imagetext-carousel .make-carousel-img {
    height: 60vh;
  }
}
.home-imagetext-carousel .containermax.fullwidth {
  max-width: none;
}
.home-imagetext-carousel .containermax.fullwidth .make-carousel-text {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-imagetext-carousel .containermax.fullwidth .make-carousel-img {
  height: 35vh;
}
@media only screen and (min-width: 780px) {
  .home-imagetext-carousel .containermax.fullwidth .make-carousel-img {
    height: 70vh;
  }
}
.home-imagetext-carousel .row {
  background-color: black;
}
.home-imagetext-carousel img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media only screen and (min-width: 780px) {
  .home-imagetext-carousel img {
    -o-object-position: 50% 90%;
       object-position: 50% 90%;
  }
}
.home-imagetext-carousel h3,
.home-imagetext-carousel p {
  color: white;
}
.home-imagetext-carousel h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .home-imagetext-carousel h3 {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .home-imagetext-carousel h3 {
    font-size: 30px !important;
  }
}
.home-imagetext-carousel a {
  background-color: transparent;
  color: white;
  margin-top: 10px;
  padding: 5px 15px;
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
  border: solid 1px white;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.home-imagetext-carousel a:hover {
  background-color: white;
  color: black;
}

.home-signup {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0 30% 0;
}
.home-signup .button {
  background-color: #364975;
  border-color: #364975;
  color: #fff;
  margin-top: 20px;
  font-size: 0.9em;
}
@media only screen and (max-width: 1040px) {
  .home-signup {
    background-size: auto 100%;
  }
  .home-signup h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 780px) {
  .home-signup {
    padding: 30px 0 40vh 0;
  }
  .home-signup h2 {
    font-size: 1.8em;
  }
}

/*.lazy-hidden {
    opacity: 0;
}

.lazy-hidden.lazy-loaded {
    opacity: 1;
}*/
.videoWrapper {
  position: relative;
  padding-bottom: 52.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 780px) {
  .videoWrapper {
    padding-bottom: 49%;
  }
}
.home-product-single p a {
  text-decoration: underline;
}

.home-news a {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0.8em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-news a.button {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 5px 15px;
  border: solid #222 1px;
  color: #222;
  background-color: transparent;
  display: inline-block;
  margin-top: 20px;
}
.home-news a.button:hover {
  color: #fff;
  background-color: #222;
}
.home-news .respondimg {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.home-news .forcedimg-hold {
  position: relative;
}
.home-news .forcedimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.home-news.home-news-product {
  position: relative;
}
.home-news.home-news-product:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media only screen and (max-width: 780px) {
  .home-news.home-cat-ctas .home-cat-ctas-slider a {
    height: 0;
    padding-bottom: 100%;
  }
  .home-news.home-cat-ctas .home-cat-ctas-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.home-news p {
  margin-bottom: 0;
  margin-top: 10px;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 0.9em;
}
@media only screen and (max-width: 780px) {
  .home-news p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 15px 0;
  }
}
.home-news h3 {
  margin-bottom: 0 !important;
}
.home-news .script {
  font-family: "Bodoni Moda", serif;
  font-style: italic;
}
.home-news .hitbox:hover .forcedimg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}
.home-news .hitbox:hover p {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.home-news p:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.home-news p:nth-of-type(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.home-news p:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.home-news .slick-next-new,
.home-news .slick-prev-new {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}
.home-news .slick-dots {
  width: 100%;
  bottom: 6px;
}
.home-news .slick-dots li {
  margin: 0;
}
.home-news .slick-dots li button:before {
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 760px) {
  .home-news {
    /*.imageswipe .advertitem {
        flex: none;
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        margin-right: -65px;
        padding-bottom: 20px;
    }*/
  }
  .home-news .imageswipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    padding: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .home-news .imageswipe .advertitem {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  .home-news .images img {
    max-width: 100%;
    width: 100%;
  }
  .home-news .forcedimg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .home-news .respondimg {
    display: none;
  }
}
@media only screen and (min-width: 761px) {
  .home-news .imageswipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-news .imageswipe .advertitem {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 780px) {
  .home-news {
    padding-bottom: 10px !important;
  }
  .home-news p {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .home-news p.simplefade.simplefade-2 {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .home-news .hitbox:hover .forcedimg {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  .home-news .hitbox p {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  .home-news .slick-dots {
    bottom: -10px;
    width: 100%;
  }
  .home-news .slick-dots li {
    margin: 0;
  }
  .home-news .slick-dots li button:before {
    color: black;
  }
}
@media only screen and (min-width: 781px) {
  .home-news .slick-prev-new {
    left: -10px;
  }
  .home-news .slick-next-new {
    right: -10px;
  }
}
.home-news.fullwidth a {
  margin-bottom: 0;
}
@media only screen and (max-width: 760px) {
  .home-news.fullwidth .imageswipe .advertitem {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.home-news.fullwidth .slick-dots {
  bottom: 10px;
  width: 100%;
}
.home-news.fullwidth .slick-dots li {
  margin: 0;
}
.home-news.fullwidth .slick-dots li button:before {
  color: white;
}
.home-news.fullwidth .forcedimg-hold:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.home-news.fullwidth .container {
  max-width: none;
  padding: 0px;
}
.home-news.fullwidth .container .advertitem {
  position: relative;
}
.home-news.fullwidth .container .advertitem .p-0 {
  padding: 1px !important;
}
.home-news.fullwidth .container .advertitem p {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  color: white;
  font-size: 6vw;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2em;
  z-index: 2;
  font-family: "Bodoni Moda", serif;
}
@media only screen and (min-width: 760px) {
  .home-news.fullwidth .container .advertitem p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 760px) {
  .home-news.fullwidth .container .advertitem p {
    bottom: 50px;
  }
}
.home-news.fullwidth .container .advertitem a.button {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  color: white;
  border: none;
  z-index: 2;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .home-news.fullwidth .container .advertitem a.button {
    height: auto;
    padding-bottom: 20px;
    bottom: 0;
  }
}
.home-news.fullwidth .container .advertitem a.button:hover {
  background-color: transparent;
}

.home-products a {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-products a.button {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 5px 8px;
  border: solid #222 1px;
  color: #222;
  background-color: transparent;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (min-width: 781px) {
  .home-products a.button {
    padding: 5px 15px;
  }
}
.home-products a.button:hover {
  color: #fff;
  background-color: #222;
}
.home-products a.added_to_cart.wc-forward {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 5px 8px;
  display: none !important;
  border: solid #222 1px;
  color: #222;
  background-color: transparent;
  display: inline-block;
  margin-top: 20px;
  margin-left: 5px;
}
@media only screen and (min-width: 781px) {
  .home-products a.added_to_cart.wc-forward {
    padding: 5px 15px;
  }
}
.home-products a.added_to_cart.wc-forward:hover {
  color: #fff;
  background-color: #222;
}
@media only screen and (max-width: 780px) {
  .home-products p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 15px 0;
  }
}
.home-products .viewall {
  font-weight: 300;
  font-size: 14px;
  margin-top: 20px;
}
.home-products .viewall:before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ccc;
  margin: 5px auto 10px auto;
}
.home-products .respondimg {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.home-products .forcedimg-hold {
  position: relative;
}
.home-products .forcedimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.home-products .home-products-slider p {
  margin-bottom: 0;
  margin-top: 2px;
  font-size: 0.8em;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.home-products .product {
  width: 25%;
}
.home-products .products-nos-2 .product {
  width: 30%;
}
.home-products .products-nos-1 .product {
  width: 35%;
}
@media only screen and (max-width: 780px) {
  .home-products .home-products-slider p {
    margin-bottom: 0;
    margin-top: 2px;
  }
  .home-products .product {
    width: 50%;
    margin-bottom: 20px;
  }
  .home-products .product .textpadding_sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-products .products-nos-2 .product {
    width: 50%;
  }
  .home-products .products-nos-1 .product {
    width: 50%;
  }
  .home-products p.simplefade.simplefade-2 {
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.home-products .hitbox:hover .forcedimg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}
.home-products .hitbox:hover p {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.home-products p:nth-of-type(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.home-products p:nth-of-type(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.home-products p:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.home-products .slick-dots {
  bottom: -16px;
}
.home-products .slick-dots li button:before {
  font-size: 8px;
  color: black;
}
.home-products .slick-next-new,
.home-products .slick-prev-new {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}
.home-products .slick-next-new,
.home-products .slick-prev-new {
  left: 0px;
  width: 26px;
  height: 26px;
}
.home-products .slick-next-new {
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 780px) {
  .home-products .slick-next-new,
  .home-products .slick-prev-new {
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .home-products .slick-next-new {
    left: auto;
    right: -10px;
  }
  .home-products .hitbox:hover .forcedimg {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  .home-products .hitbox p {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  .home-products .slick-dots {
    bottom: -5px;
  }
  .home-products .slick-dots li {
    margin: 0;
  }
}

.product.product-hide-price .prod-price {
  display: none !important;
}

.product.product-hide-button .prod-button {
  display: none !important;
}

.products .slick-dots {
  bottom: -10px;
}
.products .slick-dots li button:before {
  font-size: 8px;
  color: black;
}

.home-image .imageWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-image h1,
.home-image h2,
.home-image h3,
.home-image h4,
.home-image h5,
.home-image h6,
.home-image p {
  margin: 14px 0;
  font-weight: 200;
}
.home-image .textWrapper {
  position: relative;
  z-index: 2;
}
.home-image img {
  width: 100%;
  height: auto;
  max-width: none;
  margin: auto;
}
.home-image img.yes-max-width {
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 780px) {
  .home-title {
    padding-top: 15px;
  }
}
.home-title h2,
.home-title h3,
.home-title h4,
.home-title h5,
.home-title h6 {
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.home-title small {
  font-size: 48px;
  letter-spacing: -2px;
  color: #ddd;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.home-title h2 {
  font-size: 22px;
}
.home-title h3 {
  font-size: 20px;
}
.home-title h4 {
  font-size: 18px;
}
.home-title h5 {
  font-size: 16px;
}
.home-title h6 {
  font-size: 14px;
}
@media only screen and (min-width: 780px) {
  .home-title h2 {
    font-size: 30px;
  }
  .home-title h3 {
    font-size: 26px;
  }
  .home-title h4 {
    font-size: 22px;
  }
  .home-title h5 {
    font-size: 20px;
  }
  .home-title h6 {
    font-size: 18px;
  }
}
.home-title h2::after,
.home-title h3::after,
.home-title h4::after,
.home-title h5::after,
.home-title h6::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 28px auto 0 auto;
  background-color: #ddd;
}
@media only screen and (min-width: 780px) {
  .home-title h2::after,
  .home-title h3::after,
  .home-title h4::after,
  .home-title h5::after,
  .home-title h6::after {
    margin: 35px auto 0 auto;
  }
}

.home-text-summary p::first-letter {
  font-size: 55px;
  font-family: "Bodoni Moda", serif;
  padding: 0 0.3rem;
  margin: 5px 0.6rem 0 0;
  float: left;
  line-height: 45px;
}
@media only screen and (min-width: 780px) {
  .home-text-summary p::first-letter {
    font-size: 110px;
    line-height: 90px;
  }
}

.home-social {
  padding: 10px;
}
.home-social a {
  display: block;
  overflow: hidden;
  position: relative;
}
.home-social .respondimg {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.home-social .forcedimg-hold {
  position: relative;
}
.home-social .forcedimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.home-social p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 0.9em;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  transition: all 1.2s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  font-weight: 400;
}
.home-social .home-social-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.8);
          transform: translate3d(0, 0, 0) scale(0.8);
  -webkit-transition: all 0.8s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  transition: all 0.8s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  background-color: white;
}
.home-social .hitbox:hover .home-social-cover {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  opacity: 0.8;
}
.home-social .hitbox:hover p {
  -webkit-transform: translate3d(0, 0px, 0) scale(1);
          transform: translate3d(0, 0px, 0) scale(1);
  opacity: 1;
}
.home-social .hitbox:hover .forcedimg {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}
@media only screen and (max-width: 780px) {
  .home-social {
    margin: 5px;
  }
  .home-social .home-social-holder {
    margin: 3px;
    position: relative;
  }
  .home-social .one-quarter.columns {
    width: 50%;
  }
  .home-social .home-social-cover {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    background-color: transparent;
  }
  .home-social .hitbox:hover .forcedimg {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  .home-social .hitbox:hover p {
    -webkit-transform: translate3d(0, 0px, 0) scale(1);
            transform: translate3d(0, 0px, 0) scale(1);
    opacity: 0;
  }
}

.home-signup-sm {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
.home-signup-sm a {
  display: block;
  -webkit-transition: all 2s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  transition: all 2s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  background-color: white;
}
.home-signup-sm p {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 1.1em;
  font-weight: normal;
  position: relative;
}
.home-signup-sm p span {
  display: inline-block;
}
.home-signup-sm p:last-child {
  padding-right: 30px;
}
.home-signup-sm .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-filter: invert(70%);
          filter: invert(70%);
  width: 22px;
  height: 22px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  z-index: 1;
  background-image: url(../images/next.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-signup-sm:hover a {
  background-color: #ddd;
}
@media only screen and (max-width: 780px) {
  .home-signup-sm .textpadding_md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-signup-sm p {
    font-size: 0.9em;
  }
  .home-signup-sm .arrow {
    width: 20px;
    height: 20px;
  }
  .home-signup-sm p:last-child {
    padding-right: 25px;
  }
}

.svg-inline--fa {
  display: none;
}

.home-hero .svg-inline--fa {
  display: block;
}

.home-text.hero-style-buttons a.button,
.home-news.hero-style-buttons a.button,
.home-products.hero-style-buttons a.button {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 12px;
  padding: 8px 20px 8px 0;
  color: white;
  background-color: transparent;
  display: inline-block;
  font-weight: normal;
  margin-top: 8px;
  position: relative;
  border: transparent !important;
}
@media only screen and (max-width: 780px) {
  .home-text.hero-style-buttons a.button,
  .home-news.hero-style-buttons a.button,
  .home-products.hero-style-buttons a.button {
    padding: 0;
    color: black;
  }
}
.home-text.hero-style-buttons a.button:hover,
.home-news.hero-style-buttons a.button:hover,
.home-products.hero-style-buttons a.button:hover {
  color: black;
  font-weight: normal;
  background-color: transparent !important;
}
.home-text.hero-style-buttons a.button:hover .svg-inline--fa,
.home-news.hero-style-buttons a.button:hover .svg-inline--fa,
.home-products.hero-style-buttons a.button:hover .svg-inline--fa {
  margin-left: 15px;
}
.home-text.hero-style-buttons a.button.button:hover,
.home-news.hero-style-buttons a.button.button:hover,
.home-products.hero-style-buttons a.button.button:hover {
  color: black !important;
}
.home-text.hero-style-buttons a.button .svg-inline--fa,
.home-news.hero-style-buttons a.button .svg-inline--fa,
.home-products.hero-style-buttons a.button .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  margin-left: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.col-full-home h1,
.col-full-home h2,
.col-full-home h3,
.col-full-home h4,
.col-full-home h5,
.col-full-home h6 {
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  font-weight: 400;
}
.col-full-home h1 {
  letter-spacing: 2px;
}
@media (min-width: 1381px) {
  .col-full-home h1 {
    font-size: 52px;
    line-height: 1.1em;
  }
}
@media (max-width: 1380px) {
  .col-full-home h1 {
    font-size: 3vw;
    line-height: 1.1em;
  }
}
@media (max-width: 550px) {
  .col-full-home h1 {
    font-size: 8vw;
    line-height: 1.1em;
  }
}
.col-full-home h2 {
  font-size: 5.4vw;
  line-height: 1.2em;
  letter-spacing: 1px;
}
@media (min-width: 551px) {
  .col-full-home h2 {
    font-size: 2.4vw;
    line-height: 1.2em;
  }
}
@media (min-width: 1381px) {
  .col-full-home h2 {
    font-size: 34px;
  }
}
.col-full-home h3 {
  font-size: 7vw;
  line-height: 1.1em;
  letter-spacing: 1px;
}
@media (min-width: 551px) {
  .col-full-home h3 {
    font-size: 3vw;
    line-height: 1.2em;
  }
}
@media (min-width: 1381px) {
  .col-full-home h3 {
    font-size: 40px;
  }
}
.col-full-home h4 {
  font-size: 4vw;
  line-height: 1.1em;
  letter-spacing: 1px;
}
@media (min-width: 551px) {
  .col-full-home h4 {
    font-size: 1.6vw;
    line-height: 1.2em;
  }
}
@media (min-width: 1381px) {
  .col-full-home h4 {
    font-size: 20px;
  }
}
.col-full-home h5 {
  font-size: 6vw;
  line-height: 1.1em;
  letter-spacing: 1px;
}
@media (min-width: 551px) {
  .col-full-home h5 {
    font-size: 3.4vw;
    line-height: 1.2em;
  }
}
@media (min-width: 1381px) {
  .col-full-home h5 {
    font-size: 44px;
  }
}

.categoryheroimage {
  height: 0;
  padding-bottom: 50%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.categoryheroimage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.product-imagetext .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-strapline {
  font-size: 16px;
  text-align: center;
  border-top: solid 6px #111;
  letter-spacing: 0px;
}

.home-strapline .contentpadding_exsm {
  padding-top: 12px;
  padding-bottom: 14px;
}

@media only screen and (max-width: 780px) {
  .home-strapline {
    font-size: 13px;
    border-top: solid 4px #111;
    line-height: 18px;
  }
  .home-strapline .contentpadding_exsm {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}
.info-strapline {
  background-color: #222;
  text-align: center;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  height: 30px;
  overflow: hidden;
  z-index: 3 !important;
}
@media (min-width: 1005px) and (max-height: 720px) {
  .info-strapline {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 551px) {
  .info-strapline {
    height: 39px;
  }
}

.info-strapline .contentpadding_exsm {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.info-strapline p,
.info-strapline h1,
.info-strapline h2,
.info-strapline h3,
.info-strapline h4,
.info-strapline h5,
.info-strapline h6,
.info-strapline ul,
.info-strapline li,
.info-strapline a {
  margin: 8px 0;
  color: white !important;
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 10px;
}
@media (min-width: 551px) {
  .info-strapline p,
  .info-strapline h1,
  .info-strapline h2,
  .info-strapline h3,
  .info-strapline h4,
  .info-strapline h5,
  .info-strapline h6,
  .info-strapline ul,
  .info-strapline li,
  .info-strapline a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
}

.storefront-handheld-footer-bar ul li > a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 2.618046972;
  font-size: 1.618em;
  text-indent: 0;
  display: block;
  cursor: pointer;
}

.storefront-handheld-footer-bar ul li.search > a::before {
  content: "\f002";
}

.storefront-handheld-footer-bar ul li.my-account > a::before {
  content: "\f007";
}

.storefront-handheld-footer-bar ul li.cart > a::before {
  content: "\f291";
}

body.home .home-slide {
  margin-bottom: 0;
  padding-bottom: 0;
  height: auto;
}
body.home .home-slide img {
  width: 100%;
  height: 100vh;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*   CONTENTS - GLOBAL.CSS
-----------------------------------------
1. BASE STYLES
2. BASE TYPOGRAPHY & LINKS
3. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY

*/
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-weight: 300;
}

@media (max-width: 550px) {
  body.menu-open {
    overflow: hidden;
  }
}
.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* BUTTONS */
a.buttonsimple {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  font-size: 0.9em;
  padding: 8px 0px 8px 0;
  color: black;
  background-color: transparent;
  display: inline-block;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
  text-decoration: none;
  border-bottom: none;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
a.buttonsimple .svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  margin-left: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
a.buttonsimple:hover .svg-inline--fa {
  margin-left: 20px;
}

.lazy-preload {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.lazy-preload.lazy-loaded {
  opacity: 1;
}

/* IMG ratios */
.ratio-fifty {
  padding-bottom: 45.3% !important;
}

.ratio-sixteen-nine {
  padding-bottom: 56.25% !important;
}

.ratio-four-three {
  padding-bottom: 75% !important;
}

.ratio-three-two {
  padding-bottom: 66.66% !important;
}

.ratio-eight-five {
  padding-bottom: 65.5% !important;
}

.ratio-height-eighty {
  padding-bottom: 80% !important;
}

.ratio-height-ninty {
  padding-bottom: 90% !important;
}

.ratio-height-hundred {
  padding-bottom: 100% !important;
}

.ratio-height-hundredten {
  padding-bottom: 110% !important;
}

.ratio-height-hundredfive {
  padding-bottom: 105% !important;
}

.ratio-height-hundredtwenty {
  padding-bottom: 120% !important;
}

.ratio-height-nintyseven {
  padding-bottom: 97% !important;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.containerexsm {
  max-width: 800px;
}

.container.containersm {
  max-width: 1000px;
}

.container.containersmmd {
  max-width: 1100px;
}

.container.containermd {
  max-width: 1300px;
}

.container.containerlg {
  max-width: 1400px;
}

.container.containermax {
  max-width: 1480px;
}

.row .column.column-nopad {
  padding: 0;
}

.boxmargin {
  margin: 0 40px 0 40px;
  position: relative;
  height: auto;
}

.boxmargin-sm {
  margin: 0 10px 0 10px;
  position: relative;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.flex .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  position: relative;
}

.flex .box:nth-child(1) .boximg {
  padding-bottom: 100%;
}

.flex .box:nth-child(2) .boximg {
  padding-bottom: 100%;
}

.flex:nth-child(even) .box:nth-child(1) .boximg {
  padding-bottom: 80%;
}

.flex:nth-child(even) .box:nth-child(2) .boximg {
  padding-bottom: 110%;
}

.flex:nth-child(even) {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

body.home .flex .box:nth-child(1) .boximg {
  padding-bottom: 70%;
}
@media (min-width: 551px) {
  body.home .flex .box:nth-child(1) .boximg {
    padding-bottom: 90%;
  }
}

body.home .flex .box:nth-child(2) .boximg {
  padding-bottom: 70%;
}
@media (min-width: 551px) {
  body.home .flex .box:nth-child(2) .boximg {
    padding-bottom: 90%;
  }
}

body.home .flex:nth-child(even) .box:nth-child(1) .boximg {
  padding-bottom: 70%;
}
@media (min-width: 551px) {
  body.home .flex:nth-child(even) .box:nth-child(1) .boximg {
    padding-bottom: 90%;
  }
}

body.home .flex:nth-child(even) .box:nth-child(2) .boximg {
  padding-bottom: 70%;
}
@media (min-width: 551px) {
  body.home .flex:nth-child(even) .box:nth-child(2) .boximg {
    padding-bottom: 90%;
  }
}

body.home .flex:nth-child(even) {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

@media (max-width: 1380px) {
  .boxmargin {
    margin: 0 30px 0 30px;
  }
}
@media (max-width: 550px) {
  .boxmargin {
    margin: 0 20px 0 20px;
  }
  .boxmargin.boxmargin-mob {
    margin: 0 0px 0 0px;
  }
  .flex .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    position: relative;
  }
  .flex .box:nth-child(2) .boximg {
    padding-bottom: 90%;
  }
  .flex:nth-child(even) .box:nth-child(1) .boximg {
    padding-bottom: 90%;
  }
  body.home .flex .box:nth-child(2) .boximg {
    padding-bottom: 90%;
  }
  body.home .flex:nth-child(even) .box:nth-child(1) .boximg {
    padding-bottom: 90%;
  }
  .flex .box:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  .flex .box:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .flex:nth-child(odd) {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .flex:nth-child(even) {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  body.home .flex:nth-child(odd) {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  body.home .flex:nth-child(even) {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .row .column.column-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row .column.column-75.column-offset-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }
  .row .column.column-offset-25 {
    margin-left: 10%;
  }
  .row .column.column-33,
  .row .column.column-34 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row .column.column-66,
  .row .column.column-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .tab-holder .offset:after {
    display: none;
  }
}
header.site-header .row.header-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

header.site-header .row.header-row > .column {
  padding: 0;
}

header.site-header {
  display: block;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

header.site-header.nav-up {
  -webkit-transform: translate3d(0%, -101%, 0);
          transform: translate3d(0%, -101%, 0);
}

header.site-header.nav-down {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

header.site-header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  opacity: 0;
}

header.site-header.headerbgin .header-bg {
  opacity: 1;
}

header.site-header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4) !important;
}
@media (min-width: 1005px) {
  header.site-header .hamburger-box:before {
    content: "MENU";
    display: block;
    position: absolute;
    font-size: 12px;
    color: white;
    right: -40px;
    top: 10%;
  }
}
header.site-header .social-holder img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: invert(1);
          filter: invert(1);
  width: auto;
  height: 18px;
}
header.site-header .logo {
  max-width: 220px;
  height: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (min-width: 1005px) {
  header.site-header .logo {
    max-width: 250px;
  }
}
header.site-header .visit a {
  font-size: 13px;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  margin-top: 20px;
}
header.site-header .search-header .search-header-holder {
  position: absolute;
  top: 2px;
  right: 35px;
}
@media (min-width: 1005px) {
  header.site-header .search-header .search-header-holder {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1004px) {
  header.site-header .search-header .search-header-holder .dgwt-wcas-search-icon {
    width: 26px;
  }
  header.site-header .search-header .search-header-holder .dgwt-wcas-ico-magnifier,
  header.site-header .search-header .search-header-holder .dgwt-wcas-ico-magnifier-handler {
    max-width: 26px;
  }
}
header.site-header .search-header span {
  font-size: 11px;
  color: white;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  margin-top: 24px;
}
header.site-header .dgwt-wcas-ico-magnifier-handler {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.site-header .header-account {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.site-header .cart-contents {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (min-width: 1005px) {
  header.site-header li.maxmega-first a.megamenu-arrow {
    color: white !important;
  }
  header.site-header li.maxmega-first:hover a.megamenu-arrow {
    color: black !important;
  }
  header.site-header nav#megamenu ul#menu > li a.megamenu-arrow:after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  header.site-header nav#megamenu ul#menu > li:hover a.megamenu-arrow:after {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
}
header.site-header #megamenu {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
header.site-header #megamenu-wrapper {
  max-width: none !important;
  padding: 0 !important;
}
header.site-header .cs-store {
  color: white;
}
header.site-header .cs-store:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
header.site-header .mobile-search-icon {
  position: absolute;
  right: 20px;
  top: 18px;
}
@media (min-width: 1005px) {
  header.site-header .linewhite-left {
    border-left: solid 1px rgba(255, 255, 255, 0.4);
  }
  header.site-header .linewhite-right {
    border-right: solid 1px rgba(255, 255, 255, 0.4);
  }
}
header.site-header.headerbgin {
  border-bottom: solid 1px #ddd !important;
}
header.site-header.headerbgin .hamburger-box:before {
  color: black;
}
header.site-header.headerbgin .logo {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.site-header.headerbgin .social-holder img {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.site-header.headerbgin .hamburger-inner,
header.site-header.headerbgin .hamburger-inner:after,
header.site-header.headerbgin .hamburger-inner:before {
  background-color: black;
}
header.site-header.headerbgin .header-account {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.site-header.headerbgin .visit a {
  color: black;
}
header.site-header.headerbgin .search-header span {
  color: black;
}
header.site-header.headerbgin .cart-contents {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.site-header.headerbgin li.maxmega-first > a {
  color: black !important;
}
header.site-header.headerbgin nav#megamenu ul#menu > li a.megamenu-arrow:after {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.site-header.headerbgin #megamenu {
  border-top: solid 1px #ddd;
}
header.site-header.headerbgin .cs-store {
  color: black;
}
header.site-header.headerbgin .cs-store:after {
  -webkit-filter: invert(0);
          filter: invert(0);
}
@media (min-width: 1005px) {
  header.site-header.headerbgin .linewhite-left {
    border-left: solid 1px #ddd;
  }
  header.site-header.headerbgin .linewhite-right {
    border-right: solid 1px #ddd;
  }
}
header.site-header.headerbgin .dgwt-wcas-ico-magnifier-handler {
  -webkit-filter: invert(0);
          filter: invert(0);
}

body.menu-open header.site-header .header-bg {
  opacity: 1;
}
body.menu-open header.site-header .header-bg {
  background-color: rgb(255, 255, 255);
}
body.menu-open header.site-header .hamburger-box:before {
  color: black;
}
body.menu-open header.site-header .logo {
  -webkit-filter: invert(0);
          filter: invert(0);
  opacity: 0;
}
body.menu-open header.site-header .social-holder img {
  -webkit-filter: invert(0);
          filter: invert(0);
}
body.menu-open header.site-header .hamburger-inner,
body.menu-open header.site-header .hamburger-inner:after,
body.menu-open header.site-header .hamburger-inner:before {
  background-color: black;
}
body.menu-open header.site-header .header-account {
  -webkit-filter: invert(0);
          filter: invert(0);
}
body.menu-open header.site-header .visit a {
  color: black;
}
body.menu-open header.site-header .search-header span {
  color: black;
}
@media (min-width: 1005px) {
  body.menu-open header.site-header .linewhite-left {
    border-left: solid 1px #ddd;
  }
  body.menu-open header.site-header .linewhite-right {
    border-right: solid 1px #ddd;
  }
}

.headerimages {
  position: relative;
}

.header-main-nav-holder {
  height: 100%;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 2;
}

.header-main-nav-holder-bg {
  height: 100%;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.headerctas-item {
  height: 0;
  padding-bottom: 55%;
  position: relative;
}
.headerctas-item p {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 15px;
  font-size: 24px;
  color: white;
  font-family: "Bodoni Moda", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.headerctas-item a {
  position: absolute !important;
  z-index: 2;
  bottom: 10px;
  left: 15px;
  background-color: transparent;
  padding: 0;
  font-size: 14px !important;
  color: white !important;
}
.headerctas-item img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.nav {
  width: 100%;
  letter-spacing: 0.1rem;
}

@media (max-width: 550px) {
  .menuoverflow {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 551px) {
  .menualign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menu li {
  opacity: 1;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

.menu.nav-anim li:nth-child(1) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.1s;
  transition: all 0.8s ease-out 0.1s;
}

.menu.nav-anim li:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.2s;
  transition: all 0.8s ease-out 0.2s;
}

.menu.nav-anim li:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.3s;
  transition: all 0.8s ease-out 0.3s;
}

.menu.nav-anim li:nth-child(4) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.4s;
  transition: all 0.8s ease-out 0.4s;
}

.menu.nav-anim li:nth-child(5) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.5s;
  transition: all 0.8s ease-out 0.5s;
}

.menu.nav-anim li:nth-child(6) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.6s;
  transition: all 0.8s ease-out 0.6s;
}

.menu.nav-anim li:nth-child(7) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.7s;
  transition: all 0.8s ease-out 0.7s;
}

.menu.nav-anim li:nth-child(8) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.8s;
  transition: all 0.8s ease-out 0.8s;
}

.menu.nav-anim li:nth-child(9) {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: all 0.8s ease-out 0.9s;
  transition: all 0.8s ease-out 0.9s;
}

.children.nav-anim {
  display: none;
}

nav.header-main-nav,
.navbar-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.navbar-toggle {
  margin-top: 10px;
  margin-right: 0px;
}

@media (max-width: 550px) {
  .navbar-toggle {
    margin-right: -15px;
  }
}
nav.header-main-nav {
  position: fixed;
  z-index: 9998;
  background-color: white;
  width: 100%;
  height: calc(100vh - 48px);
  text-align: left;
  display: block;
  color: white;
  top: 48px;
  left: 0;
}

nav.header-main-nav.nav-hide {
  display: none;
}

.nav-tablehold {
  width: 100%;
  height: 100%;
  display: table;
}

nav.header-main-nav {
  z-index: 9998;
}
nav.header-main-nav ul {
  display: block;
  padding: 0;
  margin: 0 auto;
}
nav.header-main-nav li {
  list-style: none;
  margin-bottom: 0;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 5px;
  color: #010101;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  text-transform: uppercase;
}
nav.header-main-nav li strong {
  font-weight: 400;
  font-size: 20px;
}
nav.header-main-nav a {
  font-size: 14px;
  color: #010101;
  text-align: left;
  text-decoration: none;
  font-weight: 300 !important;
  line-height: 1.1em;
  text-transform: none;
  position: relative;
  font-family: "Poppins", sans-serif;
}
nav.header-main-nav a:link {
  color: #010101;
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
}
nav.header-main-nav a:visited {
  color: #010101;
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
}
nav.header-main-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  text-decoration: none;
}
nav.header-main-nav a:active {
  color: #010101;
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
}

.secondary-menu li a {
  font-size: 14px;
}

@media (max-width: 1040px) {
  nav.header-main-nav a {
    font-size: 1.4em;
  }
  .secondary-menu li a {
    font-size: 0.9em;
  }
}
.header_logo_centered {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: auto;
  opacity: 1;
  margin-top: 15px;
}

.header_logo_left.header_logo-in,
.header_logo_right.header_logo-in,
.header_logo_centered.header_logo-in {
  opacity: 1;
}

.hamburger-box {
  z-index: 9999;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger--spin.is-active .hamburger-inner {
  z-index: 2;
}

.hamburger--collapse.is-active .hamburger-inner:after {
  opacity: 1;
  background-color: #fff;
}

.hamburger--collapse.is-active .hamburger-inner {
  background-color: #fff;
}

@media (max-width: 1040px) {
  #signoff h2 {
    font-size: 4vw;
  }
  #signoff li {
    font-size: 2.2vw;
  }
}
@media (max-width: 550px) {
  #signoff {
    margin-top: 30px;
    text-align: center;
  }
  #signoff h2 {
    font-size: 1.5em;
  }
  #signoff ul {
    border-left: none;
    padding-left: 0px;
  }
  #signoff li {
    font-size: 1em;
  }
  #signoff li span {
    font-size: 80%;
  }
  body.home #signoff {
    border-top: none;
    margin-top: 10px;
  }
}
.hero-over-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.animatemarker .hero-pt1 {
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0px, 0, 0) scale(1.1);
          transform: translate3d(0px, 0, 0) scale(1.1);
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.animatemarker.animatetrigger .hero-pt1 {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0) scale(1);
          transform: translate3d(0px, 0, 0) scale(1);
}

.animatemarker .hero-pt2 {
  margin-left: 15vw;
  opacity: 0;
  -webkit-transform: translate3d(0px, 0, 0) scale(1.1);
          transform: translate3d(0px, 0, 0) scale(1.1);
  -webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.animatemarker .hero.hero-center .hero-pt1 {
  margin-left: 0 !important;
}

.animatemarker .hero.hero-center .hero-pt2 {
  margin-left: 0 !important;
}

@media (max-width: 1040px) {
  .animatemarker .hero-pt1 {
    margin-left: -10vw;
  }
  .animatemarker .hero-pt2 {
    margin-left: 10vw;
  }
}
@media (max-width: 550px) {
  .animatemarker .hero-pt1 {
    margin-left: 0;
  }
  .animatemarker .hero-pt2 {
    margin-left: 0;
  }
}
.animatemarker.animatetrigger .hero-pt2 {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0) scale(1);
          transform: translate3d(0px, 0, 0) scale(1);
}

.animatemarker .texthead_holder {
  width: 100%;
}

.hero-img-holder {
  -webkit-transform: scale(1) rotate(0.01deg);
          transform: scale(1) rotate(0.01deg);
  opacity: 1;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.hero-img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-img-holder .slick-slide {
  height: 100vh;
  display: block;
  float: none;
}
.hero-img-holder .slick-slide .hero-img-slide {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  height: 100vh;
}
.hero-img-holder .slick-slide.slick-active .hero-img-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hero-img-holder.smallerbanner {
  height: 70vh;
}
.hero-img-holder.smallerbanner .slick-slide {
  height: 70vh;
}
.hero-img-holder.smallerbanner .slick-slide .hero-img-slide {
  height: 70vh;
}

.hero-img-holder.hero-img-holder-out {
  -webkit-transform: scale(1.05) rotate(0.01deg);
          transform: scale(1.05) rotate(0.01deg);
  opacity: 1;
}

.hero-holder {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

.hero-txt-holder {
  left: 0;
  bottom: 34%;
  width: 100%;
  position: absolute;
  z-index: 4;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 441px) {
  .hero-txt-holder {
    bottom: 38%;
  }
}
.hero-txt-holder.bottom-pos {
  bottom: 12%;
}
@media (min-width: 441px) {
  .hero-txt-holder.bottom-pos {
    bottom: 24%;
  }
}

.loop-anim {
  position: absolute;
  left: 49%;
  bottom: 10px;
  cursor: pointer;
  z-index: 4;
  height: 25px;
  -webkit-animation: loopAnim 1s infinite;
          animation: loopAnim 1s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (min-width: 780px) {
  .loop-anim {
    left: 49%;
    bottom: 20px;
  }
}
.loop-anim path {
  fill: white;
}
.loop-anim svg {
  height: 20px;
  width: 20px;
}

@keyframes loopAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.hero-cta-holder {
  left: 0;
  bottom: 30px;
  width: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 441px) {
  .hero-cta-holder {
    bottom: 8%;
  }
}
.hero-cta-holder a {
  display: block;
}
.hero-cta-holder a .hero-cta-item {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 10px;
  cursor: pointer;
  border-left: 1px solid white;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 441px) {
  .hero-cta-holder a .hero-cta-item {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.hero-cta-holder a .hero-cta-item p,
.hero-cta-holder a .hero-cta-item h2 {
  padding: 0;
  margin: 0;
  color: white;
  line-height: 1em;
}
@media (max-width: 440px) {
  .hero-cta-holder a .hero-cta-item h2 {
    font-size: 5vw;
  }
}
.hero-cta-holder a .hero-cta-item p {
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 8px;
  width: 85%;
}
@media (min-width: 441px) {
  .hero-cta-holder a .hero-cta-item p {
    font-size: 0.9em;
    line-height: 1.1em;
    width: 100%;
  }
}
.hero-cta-holder a .hero-cta-item p span {
  margin-left: 0px;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  display: inline-block;
  display: block;
  margin-top: 4px;
}
.hero-cta-holder a.active .hero-cta-item {
  background-color: rgba(0, 0, 0, 0.9);
  border-left: 8px solid white;
}

.italiclink {
  font-style: italic;
  display: block;
  font-size: 14px;
  font-family: "Bodoni Moda", serif;
  color: white;
  margin-left: 5px;
}

.pagecover {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #111;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.21, 0.77, 0.58, 0.99);
  transition: -webkit-transform 1s cubic-bezier(0.21, 0.77, 0.58, 0.99);
  transition: transform 1s cubic-bezier(0.21, 0.77, 0.58, 0.99);
  transition: transform 1s cubic-bezier(0.21, 0.77, 0.58, 0.99), -webkit-transform 1s cubic-bezier(0.21, 0.77, 0.58, 0.99);
}

.pagecover-in {
  -webkit-transform: translate3d(0, -101vh, 0);
          transform: translate3d(0, -101vh, 0);
}

#wholepage {
  position: relative;
  -webkit-transform: translate3d(0, 5vh, 0);
          transform: translate3d(0, 5vh, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 0.63, 0.46, 0.92);
  transition: -webkit-transform 1s cubic-bezier(0.2, 0.63, 0.46, 0.92);
  transition: transform 1s cubic-bezier(0.2, 0.63, 0.46, 0.92);
  transition: transform 1s cubic-bezier(0.2, 0.63, 0.46, 0.92), -webkit-transform 1s cubic-bezier(0.2, 0.63, 0.46, 0.92);
}

#wholepage.wholepage-in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.anitrigger .simplefade {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: all 2s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  transition: all 2s cubic-bezier(0.15, 0.64, 0.64, 0.93);
}

.anitrigger.animatetrigger .simplefade {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.anitrigger.animatetrigger .simplefade.simplefade-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anitrigger.animatetrigger .simplefade.simplefade-2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anitrigger.animatetrigger .simplefade.simplefade-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.whiteanim {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 3;
  background-color: white;
  -webkit-transition: all 1s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  transition: all 1s cubic-bezier(0.15, 0.64, 0.64, 0.93);
}

.whiteanim.whiteanim-in {
  height: 80px;
}

.gradfade {
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

@media (max-width: 550px) {
  .anitrigger .simplefade {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: all 1, 4s cubic-bezier(0.15, 0.64, 0.64, 0.93);
    transition: all 1, 4s cubic-bezier(0.15, 0.64, 0.64, 0.93);
  }
  .whiteanim.whiteanim-in {
    height: 50px;
  }
}
.anitrigger .box .boxmask {
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
  position: relative;
}

.anitrigger .box .boxcover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #f4f4f4;
  -webkit-transform: translate3d(0%, 0, 0) scale(1);
          transform: translate3d(0%, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.anitrigger.animatetrigger .box .boxcover {
  -webkit-transform: translate3d(101%, 0, 0) scale(1);
          transform: translate3d(101%, 0, 0) scale(1);
}

.anitrigger.animatetrigger .box:nth-of-type(1) .boxcover {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.anitrigger.animatetrigger .box:nth-of-type(2) .boxcover {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.anitrigger .box .boxtextpos {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 7;
  top: -10px;
  left: -10px;
}

.anitrigger .box .boxtext {
  width: auto;
  height: auto;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.anitrigger .box:nth-child(even) .boxtextpos {
  left: auto;
  right: -40px;
}

.anitrigger .box:nth-child(even) .boxtext {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(90deg) translate(100%, 0%);
          transform: rotate(90deg) translate(100%, 0%);
}

.anitrigger .box .boxtextholder {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.anitrigger.animatetrigger .box:nth-of-type(1) .boxtextholder {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.anitrigger.animatetrigger .box:nth-of-type(2) .boxtextholder {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.anitrigger .box .boxtextcover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translate3d(0%, 0, 0) scale(1);
          transform: translate3d(0%, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.anitrigger.animatetrigger .box .boxtextcover {
  -webkit-transform: translate3d(-101%, 0, 0) scale(1);
          transform: translate3d(-101%, 0, 0) scale(1);
}

.anitrigger.animatetrigger .box:nth-of-type(1) .boxtextcover {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.anitrigger.animatetrigger .box:nth-of-type(2) .boxtextcover {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.anitrigger .box .boximg {
  /*width: 110%;*/
  width: 100%;
  height: 0;
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.anitrigger.animatetrigger .box .boximg {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.anitrigger.animatetrigger .box:nth-of-type(1) .boximg {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.anitrigger.animatetrigger .box:nth-of-type(2) .boximg {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* Hero type animation */
.animatemarker .texthead__title__text {
  overflow: hidden;
  display: inline-block;
}

.animatemarker h1.hero {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.animatemarker.animatetrigger h1.hero {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animatemarker.animatetrigger.animatetrigger-out h1.hero {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*BOX FONT STYLING */
.boximg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.box h3 {
  font-size: 22px;
  color: #222;
  margin: 0;
  font-weight: normal;
}

.box .boxstatementhold p {
  font-size: 2em;
  color: #010101;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  font-family: "Bodoni Moda", serif;
}
.box .boxstatementhold p em {
  display: block;
  font-size: 16px;
  text-transform: lowercase;
}

.box .boxstatementhold p .boxlink {
  text-transform: lowercase;
  display: inline-block;
  font-style: italic;
  font-size: 40%;
  font-family: "Bodoni Moda", serif;
}

/*BOX FONT STYLING */
@media (min-width: 551px) and (max-width: 1040px) {
  .box .boxstatementhold p {
    font-size: 3.2vw;
  }
}
@media (max-width: 550px) {
  .box .boxstatementhold p {
    font-size: 2.6em;
  }
}
.boxquote {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.boxquote-noflex {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  z-index: 2;
}
.boxquote-noflex .flex-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.anitrigger .boxquote .boxquote-slide {
  display: inline-block;
  overflow: hidden;
}

.anitrigger .boxquote .boxquote-slide span {
  -webkit-transform: translate3d(0, -102%, 0);
          transform: translate3d(0, -102%, 0);
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  padding: 0 8px 0 8px;
  font-size: 5vw;
  color: #fff;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2em;
  font-family: "Bodoni Moda", serif;
}
@media (min-width: 1041px) {
  .anitrigger .boxquote .boxquote-slide span {
    font-size: 2.4em;
  }
}

.anitrigger.animatetrigger .boxquote .boxquote-slide span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*BOX HOVERS*/
.box .boxbord {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px 0px 0px 0px #fff;
          box-shadow: inset 0px 0px 0px 0px #fff;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.box:hover .boxbord {
  -webkit-box-shadow: inset 0px 0px 0px 20px #fff;
          box-shadow: inset 0px 0px 0px 20px #fff;
}
.box .boximg img,
.box .boximg .videoholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.box:hover .boximg img,
.box:hover .boximg .videoholder {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box .boxhover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.7;
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  mix-blend-mode: multiply;
}
.box .boxstatementhold {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 70%;
  height: auto;
  z-index: 5;
  padding: 20px;
  padding-right: 35px;
  background-color: white;
}
.box .boxstatementhold.boxstatementholdmid {
  bottom: 20%;
}
.box .boxstatement {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  display: block;
}

/*BOX HOVERS*/
@media (max-width: 550px) {
  .box h3 {
    font-size: 5vw;
  }
  .box .boxstatementhold p {
    font-size: 5.5vw;
  }
  .box .boxstatementhold p .boxlink {
    font-size: 55%;
  }
  .box .boxstatementhold {
    bottom: auto;
    padding: 0;
    padding-top: 10px;
    width: 92%;
    position: relative;
    left: auto;
  }
  .box .boxstatementhold.boxstatementholdmid {
    bottom: 0;
  }
  .box:hover .boxbord {
    -webkit-box-shadow: inset 0px 0px 0px 0px #fff;
            box-shadow: inset 0px 0px 0px 0px #fff;
  }
  .anitrigger .box .boxtextpos {
    top: 0px;
  }
  .anitrigger .box .boxtext {
    left: -45px;
    top: 15px;
  }
  .anitrigger {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }
}
.logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-grid .logo {
  width: 50%;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.logo-grid .logo:nth-child(2n) {
  border-right: solid 1px #f2f2f2;
}
.logo-grid .logo:nth-last-child(-n+1) {
  border-bottom: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
}
@media (min-width: 551px) {
  .logo-grid .logo {
    width: 33%;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
  }
  .logo-grid .logo:nth-child(2n) {
    border-right: solid 1px #ddd;
  }
  .logo-grid .logo:nth-last-child(-n+1) {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
  }
  .logo-grid .logo:nth-child(3n) {
    border-right: solid 1px #f2f2f2;
  }
  .logo-grid .logo:nth-last-child(-n+3) {
    border-bottom: solid 1px #f2f2f2;
  }
}

/* Simon */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.loading-overlay.loading-overlay--visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes mymove {
  100% {
    background-position: left;
  }
}

@keyframes mymove {
  100% {
    background-position: left;
  }
}
@media (min-width: 551px) {
  .bottle-refill {
    margin-top: 20px;
  }
}
@media (min-width: 1381px) {
  .bottle-refill h1 {
    font-size: 42px;
    line-height: 1.1em;
  }
}
.bottle-refill .added_to_cart {
  display: none;
}
.bottle-refill .woocommerce-products-header {
  padding: 0;
}
.bottle-refill .step__title {
  margin: 5px 0;
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
}
@media (min-width: 551px) {
  .bottle-refill .step__title {
    margin: 30px 0;
    font-size: 1rem;
  }
}
.bottle-refill .step__title .step__title-highlight {
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
}
.bottle-refill .bottle-refill-options-wrapper {
  margin-bottom: 20px;
  width: calc(100% + 2em);
  margin-top: 10px;
  margin-left: -1em;
}
@media (min-width: 551px) {
  .bottle-refill .bottle-refill-options-wrapper {
    margin-top: 0px;
    width: 100%;
    margin-left: 0;
  }
}
.bottle-refill .bottle-refill-options-wrapper .bottle-refill-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 550px) {
  .bottle-refill .bottle-refill-options-wrapper .bottle-refill-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail {
  width: 25%;
  padding: 10px 0;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 5px;
  -webkit-transition: all cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 551px) {
  .bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail {
    width: auto;
  }
}
.bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail img {
  width: 40px;
  max-width: none;
  height: auto;
  margin: auto;
}
.bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail:hover, .bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail.selected {
  border-color: #000;
  background: transparent;
}
.bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail .category__thumbnail_title {
  font-size: 0.7rem;
  text-align: center;
  word-break: break-word;
  line-height: 1.1;
  display: block;
  max-width: 90px;
  width: auto;
  margin-top: 5px;
}
@media (min-width: 551px) {
  .bottle-refill .bottle-refill-options-wrapper .bottle-refill-options .category__thumbnail .category__thumbnail_title {
    width: 90px;
    line-height: 1.3;
  }
}
.bottle-refill .bottle-refill-2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: -30px;
}
.bottle-refill .bottle-refill-2.active {
  max-height: 3000px;
}
@media (min-width: 551px) {
  .bottle-refill .product__refills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 551px) {
  .bottle-refill .product__refills .step__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.bottle-refill .refills__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px;
}
@media (min-width: 551px) {
  .bottle-refill .refills__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bottle-refill .refills__list .refill__item {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-bottom: 35px;
}
@media (min-width: 551px) {
  .bottle-refill .refills__list .refill__item {
    width: auto;
    padding: 0 20px;
  }
}
.bottle-refill .refills__list .refill__item img {
  max-width: 100px;
}
.bottle-refill .refills__list .refill__item span {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.5;
  display: block;
}
.bottle-refill .product__info {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 0px;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  background-color: #f2f2f2;
}
.bottle-refill .product__info.visible {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.bottle-refill .product__info .product__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0px 35px 0;
}
.bottle-refill .product__info .product__images {
  position: relative;
  max-width: 179px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.bottle-refill .product__info .product__images .product__reveal {
  overflow: hidden;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 2;
}
@media (min-width: 551px) {
  .bottle-refill .product__info .product__images .product__reveal {
    background-color: #f2f2f2;
  }
}
.bottle-refill .product__info .product__images .product__reveal.show {
  top: -100%;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.bottle-refill .product__info .product__images .product__mask {
  position: relative;
  z-index: 3;
}
.bottle-refill .product__info .product__images .product__image {
  overflow: hidden;
  position: absolute;
  top: 0;
  min-height: 382px;
  max-height: 500px;
  width: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.bottle-refill .product__info .product__meta {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bottle-refill .product__info .product__meta .basket__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.bottle-refill .product__info .product__meta .basket__info .price {
  font-size: 22px;
}
.bottle-refill .product__info .product__meta .basket__info .refill-add-to-cart {
  padding: 5px 15px;
  background-color: #000;
  color: #fff;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.progress {
  counter-reset: num var(--num);
  border: 1px solid #000;
  border-radius: 100%;
  width: 79px;
  height: 79px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  font-size: 22px;
}
.progress::after {
  content: counter(num) "%";
}
@media (min-width: 551px) {
  .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.progress.count {
  -webkit-animation: counter 3s forwards ease-in-out;
          animation: counter 3s forwards ease-in-out;
}

.bottle-refill-note {
  color: #c62d2f;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.bottle-refill-note:after {
  content: "";
  width: 90px;
  height: 1px;
  background: #d1d3d2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.disclaimer {
  width: 100%;
  margin: 0 auto;
  color: #c62d2f;
  text-align: center;
  padding: 20px 0;
  text-align: center;
}
.disclaimer a {
  color: inherit;
  text-decoration: underline;
}
.disclaimer p {
  max-width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}
@media (min-width: 551px) {
  .disclaimer p {
    max-width: 585px;
    padding: 0;
  }
}
.disclaimer p:last-child {
  margin-top: 45px;
  padding-bottom: 20px;
  font-size: 12px;
}

@-webkit-keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}
.woocommerce-account .woocommerce-form-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-account #profile_terms_field {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.woocommerce-account .form-row:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce-account .form-row:first-child {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}
.woocommerce-account .form-row:nth-child(2) {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}
.woocommerce-account #profile_first_name_field {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.woocommerce-account #profile_last_name_field {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.woocommerce-account .register__title {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.checkout__options {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
}
.checkout__options .checkout__option {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  padding: 20px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.checkout__options .checkout__option h3 {
  margin-bottom: 0px;
}
.checkout__options .checkout__option p {
  margin: 15px 0px;
  font-size: 14px;
}
.checkout__options .checkout__option .underline {
  text-decoration: underline;
}
.checkout__options .checkout__option .button {
  color: #fff;
  text-transform: uppercase;
  background: #000;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}