/** Bootstrap navbar fix (https://git.io/fADqW) */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:hover:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  word-break: break-all;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

img,
svg,
iframe {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
  max-width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url(/wp-content/themes/dora/dist/fonts/OpenSans-LightItalic.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/OpenSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/wp-content/themes/dora/dist/fonts/OpenSans-Regular.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/OpenSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/wp-content/themes/dora/dist/fonts/OpenSans-SemiBold.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/OpenSans-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/wp-content/themes/dora/dist/fonts/OpenSans-Bold.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/OpenSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(/wp-content/themes/dora/dist/fonts/Rubik-Light.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/Rubik-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(/wp-content/themes/dora/dist/fonts/Rubik-Regular.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/Rubik-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(/wp-content/themes/dora/dist/fonts/Rubik-Medium.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/Rubik-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url(/wp-content/themes/dora/dist/fonts/Rubik-Bold.woff2) format("woff2"), url(/wp-content/themes/dora/dist/fonts/Rubik-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
body {
  --primary: #1b2355;
  --primary-variation: #191a5b;
  --primary-category: #18175d;
  --primary-light: #4c537b;
  --secondary: #CC1A6F;
  --blog-date-gray: #999999;
  --secondary-light: #ddfbff;
  --bg-linear-light: #e9f2f4;
  --bg-linear-dark: #c3f0fe;
  --ternary: #ef1b51;
  --ternary-light: #ff5575;
  --text-primary: #666;
  --text-secondary: #999;
  --page-primary: #333;
  --divider: #ddd;
  --hfont: "Rubik", sans-serif;
  --tfont: "Open Sans", sans-serif;
  --viewport: 100vh;
  font-family: var(--tfont);
  color: var(--page-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span,
.btn {
  font-size: min(calc(var(--min-font-px) + (var(--max-font) - var(--min-font)) * ((100vw - 320px) / (1920 - 320))), var(--max-font-px));
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hfont);
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  --min-font-px: 28px;
  --min-font: 28;
  --max-font: 35;
  --max-font-px: 35px;
}

h2 {
  --min-font-px: 24px;
  --min-font: 24;
  --max-font: 28;
  --max-font-px: 28px;
  letter-spacing: 0.09px;
  color: var(--primary);
}

h3 {
  --min-font-px: 20px;
  --min-font: 20;
  --max-font: 24;
  --max-font-px: 24px;
}

h4 {
  --min-font-px: 16px;
  --min-font: 16;
  --max-font: 18;
  --max-font-px: 18px;
}

h5 {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 15;
  --max-font-px: 15px;
}

h6 {
  --min-font-px: 14px;
  --min-font: 14;
  --max-font: 16;
  --max-font-px: 16px;
}

a {
  color: var(--secondary);
}
a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.screen-reader-text,
.screen-reader-response,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.iframe-container.embed-21by9 {
  padding-top: 42.8571428571%;
}
.iframe-container.embed-16by9 {
  padding-top: 56.25%;
}
.iframe-container.embed-4by3 {
  padding-top: 75%;
}
.iframe-container.embed-1by1 {
  padding-top: 100%;
}

.overflow {
  overflow: hidden;
}

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

.shadow {
  --color: rgba(0, 35, 64, 0.2);
  -webkit-box-shadow: 0 1px 9px 0 var(--color);
          box-shadow: 0 1px 9px 0 var(--color);
}
.shadow--small {
  --color: rgba(0, 35, 64, 0.03) ;
}

.loading:not(.btn) {
  position: relative;
  opacity: 0.8;
}
.loading:not(.btn)::after {
  content: "";
  position: fixed;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 5px solid var(--primary);
  border-top-color: var(--secondary);
  border-radius: 50%;
  -webkit-animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
          animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
  z-index: 1000;
}

.btn {
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  justify-items: center;
  padding: 5px 23px;
  border: none;
  border-radius: 3px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--tfont);
  color: var(--text-secondary);
  text-align: center;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  height: 35px;
}
.btn:hover {
  text-decoration: none;
  color: var(--text-secondary);
  background-color: transparent;
}
.btn--outline {
  border: 1px solid var(--primary-light);
  color: var(--primary-light);
  background-color: transparent;
}
.btn--outline:hover {
  background-color: var(--primary-light);
  color: #fff;
}
.btn--blue {
  color: #fff;
  background-color: var(--primary);
}
.btn--blue:hover {
  color: #fff;
  background-color: var(--ternary-light);
}
.btn--blue-light {
  color: #fff;
  background-color: var(--secondary);
}
.btn--blue-light:hover {
  color: #fff;
  background-color: var(--secondary);
}
.btn--link {
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  font-style: italic;
  font-weight: 300;
  height: auto;
}
.btn--link:hover {
  text-decoration: underline;
}
.btn--big {
  padding: 10px 30px;
  height: 45px;
}
.btn.loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: transparent;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  min-width: auto;
  padding: 0;
  background-color: #fff;
  border: 3px solid var(--primary);
  border-top-color: var(--secondary);
  -webkit-animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
          animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
  pointer-events: none;
}
.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn--grow:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.form-group:not(:last-of-type) {
  margin-right: 10px;
}
.form-group .wpcf7-not-valid-tip {
  display: block;
  color: #dc3545;
  font-size: 12px;
}
.form-group--prepend, .form-group--append {
  --btn-width: 30px;
  position: relative;
  width: 400px;
}
.form-group--prepend .btn, .form-group--append .btn {
  position: absolute;
  top: 6px;
  padding: 0;
  width: 30px;
  height: 25px;
}
.form-group--prepend {
  width: 350px;
  margin-left: -20px;
}
.form-group--prepend .btn {
  left: 0;
}
.form-group--prepend .form-control {
  padding-left: var(--btn-width);
}
.form-group--append .btn {
  right: 0;
}
.form-group--append .form-control {
  padding-right: var(--btn-width);
}
.form-group--checkbox {
  position: relative;
  padding-left: 20px;
}
.form-group--checkbox input:checked ~ .box, .form-group--checkbox input:checked ~ label .box {
  border-color: var(--secondary);
}
.form-group--checkbox input:checked ~ .box .checkmark, .form-group--checkbox input:checked ~ label .box .checkmark {
  opacity: 1;
}
.form-group--checkbox .box,
.form-group--checkbox .checkmark {
  position: absolute;
}
.form-group--checkbox .box {
  top: 12px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
}
.form-group--checkbox .checkmark {
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
  width: 4px;
  height: 6px;
  border-right: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
  opacity: 0;
}
.form-group--checkbox label {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-primary);
  margin: 0;
  cursor: pointer;
}

.form-control {
  font-family: var(--tfont);
  font-size: 14px;
  padding: 7px 10px;
  color: #b0b0b0;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
}
.form-control::-ms-input-placeholder {
  color: inherit;
}
.form-control::placeholder {
  color: inherit;
}
.form-control:focus {
  outline-color: var(--primary);
}

@media screen and (max-width: 1199px) {
  .form-control {
    width: unset;
  }

  .form-group--prepend {
    margin-left: unset;
  }
}
@media screen and (max-width: 991px) {
  .form-group--prepend {
    width: 100%;
  }
}
.modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(1, 5, 31, 0.66);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  opacity: 0;
}
.modal--slide-right .modal__content {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.modal--slide-bottom .modal__content {
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.modal--slide-left .modal__content {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 1010;
}
.modal.show .modal__content {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.modal__content {
  background-color: #fff;
  padding: 30px;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  will-change: transform;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.modal__header {
  position: relative;
}
.modal__header .btn--close {
  display: block;
  padding: 10px;
  margin-left: auto;
}

.modal__body {
  max-height: calc(100vh - 150px);
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 575px) {
  .modal__content {
    padding: 15px;
  }
}
.breadcrumbs {
  margin-bottom: 55px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 12px;
  color: #999;
}
.breadcrumbs .breadcrumb_last {
  color: var(--secondary);
}

.btn--top {
  grid-template-columns: 20px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 15px;
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: var(--primary);
  color: var(--secondary);
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0.7;
  border-radius: 0;
}
.btn--top.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.btn--top:hover {
  opacity: 1;
  background-color: var(--primary);
  color: var(--secondary);
}

#footer {
  position: relative;
  overflow: hidden;
}
#footer .site-logo {
  width: 160px;
  margin-bottom: 20px;
}
#footer .icon {
  position: absolute;
  z-index: -1;
  opacity: 0.5;
  width: 200px;
}
#footer .icon--right {
  top: 0;
  right: 0;
}
#footer .icon--right-bottom {
  opacity: 0.3;
  top: 40px;
  right: 0;
  width: unset;
}
#footer .icon--left {
  bottom: 0;
  left: 0;
}
#footer .footer-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 20px;
}
#footer .footer-main .column a {
  display: block;
}
#footer .footer-main .column h3 {
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 22;
  --max-font-px: 22px;
  font-size: 22px;
  color: var(--primary);
  font-weight: 700;
  line-height: 1.23;
  margin-bottom: 15px;
}
#footer .footer-main .site-logo img {
  width: 250px;
}
#footer .footer-main .tel {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.11px;
  color: var(--primary);
  font-family: var(--hfont);
}
#footer .footer-main .tel .text {
  text-decoration: underline;
  color: var(--primary);
}
#footer .footer-main .tel:hover {
  text-decoration: none;
}
#footer .footer-main .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
#footer .footer-main .footer-links .menu-item:not(:last-child) {
  margin-bottom: 10px;
  margin-right: 10px;
}
#footer .footer-main .footer-links .nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.93;
  color: var(--primary);
  padding: 0;
  font-weight: 400;
}
#footer .footer-main .footer-links--bold .nav__link {
  font-weight: 600;
}
#footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 10px;
  gap: 10px;
}
#footer .socials a {
  color: #ccc;
}
#footer .socials a svg {
  width: 20px;
}
#footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
#footer .copyright p {
  font-size: 12px;
  letter-spacing: 0.43px;
  font-weight: 600;
  color: var(--text-secondary);
}
#footer .copyright p a {
  color: var(--primary);
}

@media screen and (max-width: 991px) {
  #footer .footer-main {
    grid-template-columns: 1fr;
  }
  #footer .footer-main .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-main {
    grid-gap: 20px 30px;
    gap: 20px 30px;
  }
  #footer .footer-main .column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column: 1/-1;
    text-align: center;
  }
  #footer .footer-main .column .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .footer-main .column .site-logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #footer .icon--right {
    display: none;
  }
  #footer .footer-main .column {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #footer .copyright p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toggler {
  --bcolor: #333;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
  z-index: 1010;
  background-color: transparent;
}
.toggler span {
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 2px solid var(--bcolor);
  width: 100%;
  -webkit-transition: 550ms all ease;
  transition: 550ms all ease;
}
.toggler span:first-of-type {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.toggler span:nth-of-type(2) {
  -webkit-transform: translate3d(-50%, 6px, 0);
          transform: translate3d(-50%, 6px, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.toggler span:nth-of-type(3) {
  -webkit-transform: translate3d(-50%, 12px, 0);
          transform: translate3d(-50%, 12px, 0);
}
.toggler span.text {
  position: static;
  -webkit-transform: none;
          transform: none;
  border: none;
  font-size: 13px;
  line-height: 1;
}
.toggler--navbar[aria-expanded=true] span {
  top: 50%;
}
.toggler--navbar[aria-expanded=true] span:first-of-type {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}
.toggler--navbar[aria-expanded=true] span:nth-of-type(2) {
  width: 1px;
}
.toggler--navbar[aria-expanded=true] span:nth-of-type(3) {
  -webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
          transform: translate3d(-50%, 0, 0) rotate(-45deg);
}
.toggler--navbar[aria-expanded=true] .text {
  display: none;
}

.navbar {
  --link-color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.navbar-nav ul {
  list-style: none;
  padding: 0;
}

.menu-item {
  position: relative;
}

.nav__link {
  display: block;
  padding: 25px 10px;
  color: var(--link-color);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.09px;
}
.nav__link:hover {
  text-decoration: none;
  color: var(--link-color);
}

.menu-item-has-children .sub-menu {
  -webkit-transition: 300ms -webkit-transform cubic-bezier(0.66, 0.1, 0.58, 1);
  transition: 300ms -webkit-transform cubic-bezier(0.66, 0.1, 0.58, 1);
  transition: 300ms transform cubic-bezier(0.66, 0.1, 0.58, 1);
  transition: 300ms transform cubic-bezier(0.66, 0.1, 0.58, 1), 300ms -webkit-transform cubic-bezier(0.66, 0.1, 0.58, 1);
}
.menu-item-has-children::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--link-color);
  border-bottom: 2px solid var(--link-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 250ms top ease, 250ms -webkit-transform ease;
  transition: 250ms top ease, 250ms -webkit-transform ease;
  transition: 250ms transform ease, 250ms top ease;
  transition: 250ms transform ease, 250ms top ease, 250ms -webkit-transform ease;
}

@media screen and (min-width: 992px) {
  .toggler--navbar {
    display: none;
  }

  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .menu-item-has-children:hover::after {
    top: 20px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .sub-menu {
    --link-color: var(--primary);
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    z-index: 1010;
    background-color: #fff;
    padding: 20px 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    min-width: 200px;
  }
  .sub-menu .menu-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .navbar-nav > .menu-item {
    padding: 0;
  }
  #header .navbar-nav > .menu-item.main-menu--last {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted var(--text-primary);
  }
  #header .navbar-nav .menu-item {
    width: 100%;
  }
  #header .navbar-nav .nav__link {
    max-width: calc(100% - 80px);
  }

  .navbar {
    --link-color: var(--primary);
    padding: 5px 0;
  }

  .navbar-collapse {
    height: 100%;
  }

  .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }

  .menu-item .nav__link {
    font-size: 14px;
  }
  .menu-item.main-menu .nav__link {
    font-weight: 400;
  }
  .menu-item-has-children > .nav__link, .menu-item--mega-menu > .nav__link {
    color: var(--secondary);
  }
  .menu-item-has-children .sub-menu, .menu-item--mega-menu .sub-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height;
  }
  .menu-item-has-children::before, .menu-item-has-children::after, .menu-item--mega-menu::before, .menu-item--mega-menu::after {
    content: "";
    display: block;
    position: absolute;
  }
  .menu-item-has-children::before, .menu-item--mega-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 20px;
  }
  .menu-item-has-children::after, .menu-item--mega-menu::after {
    top: 13px;
    right: 20px;
    border: 6px solid transparent;
    border-left-color: var(--secondary);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .menu-item-has-children.open::after, .menu-item--mega-menu.open::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  margin-bottom: 20px;
}
#header .navbar {
  position: relative;
  padding-left: 145px;
}
#header .navbar .products-blog-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#header .navbar .products-blog-action .products-and-action {
  border: 1px solid var(--primary);
  background: white;
  padding: 13px 10px 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-right: 20px;
}
#header .navbar .products-blog-action .products-and-action .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 10px;
}
#header .navbar .products-blog-action .products-and-action .lines span {
  display: inline-block;
  background-color: var(--primary);
  width: 20px;
  height: 2px;
}
#header .navbar .products-blog-action .products-and-action .lines span:not(:last-of-type) {
  margin-bottom: 3px;
}
#header .navbar .products-blog-action .products-and-action p {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
}
#header .navbar .products-blog-action .products-and-action:hover {
  cursor: pointer;
  background-color: var(--primary);
}
#header .navbar .products-blog-action .products-and-action:hover span {
  background-color: white;
}
#header .navbar .products-blog-action .products-and-action:hover p {
  color: white;
}
#header .navbar .products-blog-action a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}
#header .navbar .products-blog-action a:first-of-type {
  margin-right: 10px;
}
#header .navbar .products-blog-action #our-products {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 670px;
  -webkit-box-shadow: 0 1px 9px rgba(0, 35, 64, 0.2);
          box-shadow: 0 1px 9px rgba(0, 35, 64, 0.2);
  border-radius: 10px;
  opacity: 0;
}
#header .navbar .products-blog-action #our-products.show {
  opacity: 1;
}
#header .navbar .products-blog-action #our-products .hide {
  display: none;
}
#header .navbar .products-blog-action #our-products .megamenu.collapse.show ul {
  display: block;
}
#header .navbar .products-blog-action #our-products .product-categories ul {
  list-style: none;
  display: block;
  padding-left: 0;
}
#header .navbar .products-blog-action #our-products .product-categories button {
  background: white;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dotted #DDDDDD;
  border-right: 1px dotted #DDDDDD;
  border-top: none;
  border-left: none;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}
#header .navbar .products-blog-action #our-products .product-categories button:hover {
  background-color: #F4D6EA;
}
#header .navbar .products-blog-action #our-products .right {
  padding: 8px 0 10px;
  margin-right: 6%;
  max-height: 600px;
  overflow-y: scroll;
}
#header .navbar .products-blog-action #our-products .right ul {
  list-style: none;
  padding-left: 20px;
}
#header .navbar .products-blog-action #our-products .right ul a {
  margin-bottom: 5px;
  color: var(--primary);
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}
#header .navbar .products-blog-action #our-products .right::-webkit-scrollbar {
  position: relative;
  width: 3px;
  height: 30px;
  z-index: 2;
}
#header .navbar .products-blog-action #our-products .right::-webkit-scrollbar-thumb {
  background-color: #F9F4F3;
}
#header .main-nav {
  height: 70px;
}
#header .site-logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#header .additional-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
#header .additional-links a {
  color: var(--primary);
}
#header .tel {
  font-size: 13px;
  letter-spacing: 0.09px;
  font-weight: 700;
  font-family: var(--hfont);
}
#header .tel .text {
  text-decoration: underline;
  margin-left: 5px;
}
#header .tel:hover {
  text-decoration: none;
}
#header .cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0 25px;
  color: var(--text-secondary);
}
#header .cart-link .items_in_cart {
  width: 9px;
  height: 9px;
  margin: 0 0 15px 16px;
  background-color: var(--secondary);
  position: absolute;
  border-radius: 50%;
}
#header .cart-link .count {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09px;
  margin-left: 5px;
}
#header .cart-link.cart-empty .items_in_cart {
  opacity: 0;
}
#header .cart-link.active {
  color: var(--primary);
}
#header .cart-link.active svg {
  -webkit-animation: wobble 500ms forwards ease;
          animation: wobble 500ms forwards ease;
}
#header .cart-link:hover {
  text-decoration: none;
}
#header .small-navigation {
  display: none;
}

.secondary-nav {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: var(--secondary);
  padding-top: 0;
  padding-bottom: 0;
  height: 70px;
}
.secondary-nav .navbar {
  --link-color: #fff;
}
.secondary-nav .nav__link {
  font-size: 15px;
  letter-spacing: 0.11px;
}
.secondary-nav .nav__link:hover {
  text-decoration: underline;
}

.mega-menu {
  content-visibility: auto;
  --link-color: var(--primary);
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  z-index: 1010;
  background-color: #fff;
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
  will-change: transform;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
  pointer-events: none;
  opacity: 0;
}
.mega-menu .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px 40px;
  gap: 15px 40px;
  padding: 30px 15px;
}
.mega-menu .fullwidth-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  gap: 10px;
  grid-column: 1/-1;
  position: relative;
}
.mega-menu .fullwidth-column p {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.09px;
  color: #aaa;
}
.mega-menu .fullwidth-column span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, transparent 0, transparent 5px, rgba(102, 102, 102, 0.5) 5px, rgba(102, 102, 102, 0.5) 7px, transparent 7px);
}
.mega-menu .fullwidth-column ~ .mega-menu__column .nav__link {
  font-weight: 400;
}
.mega-menu__column .nav__link {
  display: block;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.09px;
  font-family: var(--hfont);
  padding: 7px;
}
.mega-menu__column .nav__link:not(:last-child) {
  margin-bottom: 15px;
}

#search-form {
  width: 300px;
  margin-left: auto;
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.03);
          box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.03);
}
#search-form .active .btn {
  left: 3px;
  -webkit-animation: rotate 1s infinite ease;
          animation: rotate 1s infinite ease;
  border: 2px solid var(--primary);
  border-top-color: var(--secondary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: transparent;
}

#search-results-modal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  z-index: 1010;
  top: 140px;
  background-color: rgba(1, 5, 31, 0.44);
}
#search-results-modal .modal__content {
  position: relative;
  max-width: 610px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
          box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
  overflow: hidden;
}
#search-results-modal .modal__body {
  overflow: hidden;
  max-height: unset;
}
#search-results-modal .search__results {
  display: grid;
  grid-template-columns: 325px 225px;
}
#search-results-modal a {
  font-size: 14px;
  color: var(--page-primary);
}
#search-results-modal a:hover {
  text-decoration: none;
}
#search-results-modal .searched-products {
  padding-right: 25px;
  border-right: 2px dotted var(--divider);
}
#search-results-modal .searched-products a {
  display: grid;
  grid-template-columns: 77px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  gap: 15px;
}
#search-results-modal .searched-products a:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 2px dotted var(--divider);
  margin-bottom: 10px;
}
#search-results-modal .searched-terms {
  padding-left: 25px;
}
#search-results-modal .searched-terms a {
  display: block;
  padding: 10px 0;
}
#search-results-modal .searched-terms a:not(:last-child) {
  border-bottom: 2px dotted var(--divider);
}
#search-results-modal .results {
  max-height: 330px;
  padding-bottom: 30px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
#search-results-modal .results::-webkit-scrollbar {
  display: none;
}
#search-results-modal .section-heading {
  color: var(--primary);
  text-align: left;
  font-family: var(--hfont);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}
#search-results-modal .product__image {
  border: 1px solid #e8e8e8;
}
#search-results-modal .product__title {
  font-size: 14px;
  color: var(--page-primary);
  font-weight: 400;
  margin: 0;
}
#search-results-modal .btn[type=submit] {
  grid-column: 1/-1;
  width: 200px;
  margin: 20px auto 0;
  font-size: 12px;
  border-radius: 5px;
}

#cart-modal {
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 1001;
}
#cart-modal .modal__content {
  padding: 0;
  width: 445px;
  max-width: 90vw;
  height: var(--viewport);
}
#cart-modal .modal__header {
  height: 160px;
  background-image: linear-gradient(110deg, #e9f2f4 1%, #c3f0fe 101%);
  padding: 35px 55px;
}
#cart-modal .modal__header p {
  --min-font-px: 20px;
  --min-font: 20;
  --max-font: 24;
  --max-font-px: 24px;
  font-weight: 500;
  font-family: var(--hfont);
  color: var(--primary);
  margin-bottom: 10px;
}
#cart-modal .modal__header .btn--modal-close {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: var(--secondary);
}
#cart-modal .modal__header .btn--close {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--primary);
}
#cart-modal .modal__body {
  max-height: unset;
  overflow: auto;
}
#cart-modal .cart__body {
  position: relative;
  padding: 30px 50px 0;
}
#cart-modal .cart__body .cart-heading {
  font-size: 15px;
  letter-spacing: -0.1px;
  font-family: var(--hfont);
  margin-bottom: 30px;
  color: var(--primary);
}
#cart-modal .cart__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  pointer-events: none;
}
#cart-modal .cart__products {
  height: calc(var(--viewport) - 408px);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: visible;
  padding: 0 10px 30px;
  scrollbar-color: #bbb #eee;
  scrollbar-width: thin;
}
#cart-modal .cart__products::-webkit-scrollbar-track {
  background-color: #eee;
}
#cart-modal .cart__products::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}
#cart-modal .cart__products::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #bbb;
}
#cart-modal .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 -10px;
}
#cart-modal .product .btn--remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: auto;
  width: auto;
}
#cart-modal .product .btn--remove svg {
  width: 15px;
}
#cart-modal .product:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px dotted var(--divider);
}
#cart-modal .product__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 102px;
          flex: 0 0 102px;
  padding: 0 10px;
}
#cart-modal .product__image picture {
  display: block;
  border: 1px solid #dfdfdf;
}
#cart-modal .product__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
  padding: 0 10px;
}
#cart-modal .product__title {
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--page-primary);
  font-weight: 400;
  font-family: var(--tfont);
}
#cart-modal .product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  color: var(--primary);
  font-size: 18px;
  line-height: 1;
}
#cart-modal .product__price .product__count span {
  margin: 0 3px;
}
#cart-modal .product__price .price del,
#cart-modal .product__price .price ins {
  display: block;
  margin: 0;
  line-height: 1.3;
}
#cart-modal .product__price .price .amount {
  font-size: 18px;
  font-weight: 400;
}
#cart-modal .product__price .price .amount .woocommerce-Price-currencySymbol {
  font-size: 9px;
}
#cart-modal .cart__footer {
  height: 170px;
  background-color: var(--primary);
  padding: 25px 50px;
}
#cart-modal .cart__footer .total {
  --min-font-px: 18px;
  --min-font: 18;
  --max-font: 22;
  --max-font-px: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-family: var(--tfont);
  line-height: 0.82px;
}
#cart-modal .cart__footer .woocommerce-Price-currencySymbol {
  font-size: 14px;
  letter-spacing: -0.09px;
}
#cart-modal .cart__footer .btn {
  width: 100%;
  border-radius: 5px;
}
#cart-modal .cart__footer .btn--link {
  font-size: 14px;
  margin: 10px auto 0;
  display: grid;
  font-style: normal;
}

@media screen and (max-width: 1199px) {
  #header .products-and-action {
    margin-left: 20px;
  }

  #search-form {
    width: 200px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #header .navbar {
    padding-left: 120px;
  }

  .secondary-nav .nav__link {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #header .main-nav-container {
    all: unset;
  }
  #header .main-nav-container .modal__body {
    all: unset;
  }
  #header .main-nav-container .nav__header {
    display: none;
  }
  #header .btn--search-openner {
    display: none;
  }
  #header.scrolled .navbar {
    padding-left: 80px;
  }
  #header.scrolled .site-logo {
    width: 55px;
    padding: 5px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  .menu-item--mega-menu .nav__link--dropdown:hover + .mega-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: auto;
    opacity: 1;
  }

  .mega-menu.show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: auto;
    opacity: 1;
  }

  #search-results-modal .modal__content::after {
    content: "";
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    height: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.7)));
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7));
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  #header {
    background-color: white;
    margin-bottom: 55px;
  }
  #header .main-nav {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  #header .main-nav.show + .small-navigation {
    display: block;
    position: absolute;
    top: 59px;
    width: 100%;
    background: white;
    padding: 15px 0;
  }
  #header .main-nav.show + .small-navigation .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-left: 45px;
  }
  #header .main-nav.show + .small-navigation .navigation .additional-links-1 {
    margin-left: auto;
  }
  #header .main-nav.show + .small-navigation .navigation .additional-links-1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    color: var(--primary);
  }
  #header .main-nav.show + .small-navigation .navigation .action-link a {
    margin-right: 10px;
    font-weight: 700;
  }
  #header .main-nav.show + .small-navigation .navigation #search-form {
    display: block;
    width: 30%;
    margin-bottom: 0;
  }
  #header .main-nav.show + .small-navigation .text {
    display: block;
  }
  #header .primary_navigation {
    padding-left: 0;
  }
  #header .primary_navigation .site-logo {
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 95px;
    padding: 7px;
  }
  #header .primary_navigation .products-and-action {
    padding: 10px !important;
  }
  #header .primary_navigation a.header-action-link {
    display: none;
  }
  #header .primary_navigation #our-products.show img {
    display: none;
  }
  #header .nav__link {
    padding: 10px 5px;
  }
  #header .info-hours {
    display: none;
  }
  #header .toggler {
    --bcolor: var(--primary);
    display: grid;
    -ms-flex-line-pack: end;
        align-content: end;
    line-height: 1;
    color: #fff;
  }
  #header .toggler[aria-expanded=true] span:nth-of-type(2) {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0);
  }
  #header .products-and-action {
    margin-left: unset;
  }
  #header .products-and-action .header-action-link {
    display: none;
  }
  #header .additional-links {
    margin-left: 23%;
  }
  #header .additional-links .tel {
    display: none;
  }
  #header .additional-links a {
    color: #fff;
  }
  #header .btn--search-openner {
    display: none;
  }
  #header .toggler {
    margin-left: auto;
    height: 15px;
  }
  #header .cart-link {
    position: relative;
    color: var(--primary);
    margin: 0 25px 0 0;
    position: absolute;
    left: 75%;
  }
  #header .cart-link svg {
    width: 24px;
  }
  #header .cart-link .items_in_cart {
    top: 0;
    right: -5px;
    background-color: var(--primary);
  }
  #header .cart-link .count {
    display: none;
  }
  #header .tel {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .tel svg {
    width: 20px;
  }
  #header .tel .text {
    display: none;
  }
  #header .btn--search-openner {
    margin-left: auto;
    color: #fff;
    padding: 15px;
  }
  #header.scrolled .primary_navigation .site-logo {
    width: 50px;
    -webkit-transform: translate3d(-50%, -3px, 0);
            transform: translate3d(-50%, -3px, 0);
  }

  .main-nav-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .main-nav-container .modal__body {
    max-width: 100%;
    width: 310px;
    background-color: #fff;
    padding: 85px 45px 0 30px;
    max-height: unset;
    height: 100vh;
  }
  .main-nav-container .nav__header {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-content: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    z-index: 1001;
    background-color: var(--secondary);
  }
  .main-nav-container .header__title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .main-nav-container .btn--back {
    display: none;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main-nav-container .btn--back.show {
    display: grid;
  }
  .main-nav-container .navbar-collapse {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: 250ms -webkit-transform ease;
    transition: 250ms -webkit-transform ease;
    transition: 250ms transform ease;
    transition: 250ms transform ease, 250ms -webkit-transform ease;
    will-change: transform;
  }
  .main-nav-container.show .navbar-collapse {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  #search-form {
    margin-bottom: 15px;
    width: 100%;
  }
  #search-form:not(.show) {
    display: none;
  }
  #search-form .modal {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    top: 140px;
    right: 0;
    left: unset;
    width: 310px;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    padding-top: 10px;
    background-color: #fff;
  }
  #search-form .modal__content {
    height: 100%;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 50px;
  }
  #search-form .modal .search__results {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(var(--viewport) - 200px);
  }
  #search-form .modal .searched-products,
#search-form .modal .searched-terms {
    position: relative;
    padding: 0;
  }
  #search-form .modal .searched-products .results,
#search-form .modal .searched-terms .results {
    max-height: 30vh;
  }
  #search-form .modal .searched-products::after,
#search-form .modal .searched-terms::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    opacity: 0.77;
    pointer-events: none;
  }
  #search-form .modal .searched-products {
    border-right: none;
    border-bottom: 2px dotted var(--divider);
    margin-bottom: 20px;
  }
  #search-form .modal.show {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  .secondary-nav {
    display: none;
  }

  .mega-menu {
    top: 60px;
    right: -30px;
    left: unset;
    width: 310px;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
  }
  .mega-menu .container {
    display: block;
    padding: 20px 30px 100px;
    overflow: auto;
    height: calc(100vh - 100px);
  }
  .mega-menu .container .nav__link {
    padding: 12px 0;
  }
  .mega-menu .fullwidth-column {
    margin: 12px 0;
  }
  .mega-menu.show {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    pointer-events: auto;
  }

  #cart-modal .cart__body::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .navbar .products-blog-action #our-products {
    width: 80vw;
  }
}
@media screen and (max-width: 575px) {
  #header .navbar .site-logo {
    padding-top: 0;
    left: 58%;
    width: 90px;
  }
  #header .navbar .products-blog-action .products-and-action {
    padding: 5px !important;
  }
  #header .navbar .products-blog-action .products-and-action p {
    font-size: 10px;
  }
  #header .navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .main-nav.show + .small-navigation .navigation {
    grid-row-gap: 15px;
    row-gap: 15px;
    padding: 10px;
  }
  #header .main-nav.show + .small-navigation .navigation .additional-links-1 {
    margin-left: unset;
  }
  #header .main-nav.show + .small-navigation .navigation #search-form {
    margin-left: unset;
    width: 60%;
  }

  #cart-modal .modal__header {
    padding: 30px 25px;
    height: 140px;
  }
  #cart-modal .cart__body,
#cart-modal .cart__footer {
    padding: 25px;
  }
  #cart-modal .product__image {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
  #cart-modal .product__price .amount {
    font-size: 18px;
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--primary);
  z-index: 1030;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  will-change: transform;
}
.cookie .container {
  display: grid;
  grid-template-columns: 1fr 95px;
  grid-gap: 10px;
  gap: 10px;
  padding: 25px 30px;
}
.cookie .cookie__text p {
  --min-font-px: 15px;
  --min-font: 15;
  --max-font: 16;
  --max-font-px: 16px;
  color: #fff;
}
.cookie .cookie__text a {
  color: var(--secondary);
  text-decoration: underline;
}
.cookie .btn {
  display: block;
  margin-left: auto;
  padding: 10px 20px;
}
.cookie.show {
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 767px) {
  .cookie .container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .cookie .container {
    padding: 15px;
  }
}
.newsletter {
  background-image: linear-gradient(45deg, rgba(3, 127, 187, 0.5), #1B2355);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 50px 60px;
  border-radius: 10px;
  margin: auto auto 60px auto;
  max-width: 910px;
  background-color: #fff;
}
.newsletter form .mc4wp-form-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.newsletter .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
.newsletter .form-control {
  padding: 5px 15px;
  height: 35px;
}
.newsletter .btn--submit {
  width: 150px;
}

.newsletter__text {
  max-width: 500px;
  margin-left: auto;
}
.newsletter__text h2,
.newsletter__text h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 28px;
}
.newsletter__text p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .newsletter .form-group {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter {
    padding: 30px 20px;
  }
  .newsletter .form-control {
    width: 100%;
  }
}
.info-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 20px 0;
  gap: 20px 0;
  margin-bottom: 50px;
}
.info-footer .info {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
}
.info-footer .info:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.info-footer .info__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--hfont);
}
.info-footer .info__text a {
  display: block;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.43px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .info-footer {
    grid-template-columns: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-footer .info {
    padding: 0;
  }
  .info-footer .info:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
}
.companies {
  --column-gap: -30px;
  --column-gap-abs: 30px;
  padding: 0 30px;
}
.companies .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 var(--column-gap);
}

.company {
  margin: 0 var(--column-gap-abs) var(--column-gap-abs);
}

@media screen and (max-width: 991px) {
  .companies {
    --column-gap: -20px;
    --column-gap-abs: 20px;
  }
}
@media screen and (max-width: 575px) {
  .company {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.pre-footer {
  position: relative;
  margin-bottom: 60px;
}
.pre-footer .icon {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  right: 0;
}
.pre-footer .icon--static {
  position: static;
  margin-top: 10px;
  border-bottom: 2px dashed var(--primary);
}

@media screen and (max-width: 991px) {
  .pre-footer {
    margin-bottom: 30px;
  }
}
.main {
  position: relative;
}
.main > .icon {
  position: absolute;
  top: -20px;
  right: 0;
  overflow: hidden;
}
.main > .icon img {
  -webkit-transform: translate(0px, -120px);
          transform: translate(0px, -120px);
}

@media screen and (max-width: 991px) {
  .main > .icon {
    display: none;
  }
}
.custom-select {
  position: relative;
  border: 1.5px solid var(--divider);
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.03);
          box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.03);
  border-radius: 2px;
}
.custom-select .option {
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  line-height: 1;
  -webkit-transition: 250ms color ease;
  transition: 250ms color ease;
  font-size: 13px;
}
.custom-select .option:not(:first-child) {
  border-top: 1px solid #ccc;
}
.custom-select .option:hover {
  color: var(--text-primary);
}
.custom-select .option--selected {
  position: relative;
  padding: 10px;
}
.custom-select .option--selected .icon {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  left: unset;
  z-index: 1;
  width: 10px;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
}
.custom-select.show .custom-select__options {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.custom-select.show .option--selected .icon {
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
          transform: rotate3d(0, 0, 1, -180deg);
}

.custom-select__options {
  display: grid;
  border: 1px solid #ccc;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 120px;
}
.quantity .qty {
  height: 38px;
  width: 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  -moz-appearance: textfield;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.quantity .qty::-webkit-outer-spin-button, .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .btn {
  padding: 5px;
  height: 38px;
  width: 32px;
  color: var(--primary);
}
.quantity .btn--qty {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid var(--primary);
}
.quantity .btn--minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quantity .btn--plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.toast {
  position: fixed;
  z-index: 1010;
  background-color: var(--primary);
  background-color: var(--card-color, var(--primary));
  -webkit-box-shadow: 0 3px 10px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 5px 10px 10px;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  cursor: pointer;
  max-width: 70vw;
}
.toast--top-left {
  top: 20px;
  left: 20px;
  -webkit-transform: translate3d(calc(-100% - 20px), 0, 0);
          transform: translate3d(calc(-100% - 20px), 0, 0);
}
.toast--top {
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.toast--top-right {
  top: 20px;
  right: 20px;
  -webkit-transform: translate3d(calc(100% + 20px), 0, 0);
          transform: translate3d(calc(100% + 20px), 0, 0);
}
.toast--bottom-right {
  right: 20px;
  bottom: 20px;
  -webkit-transform: translate3d(calc(100% + 20px), 0, 0);
          transform: translate3d(calc(100% + 20px), 0, 0);
}
.toast--bottom {
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.toast--bottom-left {
  bottom: 20px;
  left: 20px;
  -webkit-transform: translate3d(calc(-100% - 20px), 0, 0);
          transform: translate3d(calc(-100% - 20px), 0, 0);
}
.toast--wide {
  left: 0;
  right: 0;
  max-width: 100%;
}
.toast.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.toast__header .btn {
  display: block;
  margin-left: auto;
  font-size: 30px;
  color: #fff;
  padding: 0;
  height: auto;
  line-height: 1;
}
.toast__body ul {
  padding-left: 20px;
}
.toast.message--error {
  --card-color: #dc3545;
}

@media screen and (hover: hover) {
  .toast:hover {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}
@media screen and (max-width: 767px) {
  .toast {
    max-width: 100%;
  }
  .toast--top-left, .toast--top-right, .toast--bottom-left, .toast--bottom-right {
    left: 20px;
    right: 20px;
  }
}
.product--card {
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
  padding: 20px 22px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
.product--card .product__image {
  height: 137px;
  margin-bottom: 15px;
}
.product--card .product__image img {
  height: 100%;
  width: auto;
}
.product--card .product__price--online ins {
  color: var(--primary);
}
.product--sidebar .product__image {
  height: 193px;
}

.woocommerce-LoopProduct-link {
  display: block;
  margin-bottom: 25px;
}
.woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}

.product__image {
  text-align: center;
}
.product__image .onsale {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.onsale {
  display: block;
  background-color: var(--ternary-light);
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  line-height: 1;
}

.product__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  letter-spacing: -0.1px;
  line-height: 1.2;
  font-family: var(--hfont);
}

.product__excerpt {
  font-size: 13px;
  color: var(--text-secondary);
  word-break: break-word;
}

.product__price {
  --text-color: var(--ternary-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.product__price del {
  color: var(--text-color);
  margin-right: 5px;
}
.product__price del .amount {
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.09px;
  font-family: var(--hfont);
  font-weight: 400;
}
.product__price ins {
  text-decoration: none;
  color: var(--text-color);
}
.product__price ins .amount {
  color: inherit;
}
.product__price .amount {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.16px;
  color: var(--primary);
  font-family: var(--hfont);
}
.product__price .woocommerce-Price-currencySymbol {
  font-size: 12px;
  letter-spacing: 0.09px;
}
.product__price .price__notice {
  display: block;
  font-size: 13px;
  font-style: italic;
  color: var(--text-secondary);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.product__price--online del {
  color: var(--text-primary);
}
.product__price--online ins {
  color: var(--secondary);
}

.add-to-cart-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.add-to-cart-container .btn {
  padding: 5px 20px;
}
.add-to-cart-container .btn.add-to-cart-disabled {
  padding: 5px 10px;
}

@media screen and (max-width: 991px) {
  .add-to-cart-container .btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .product--card {
    padding: 15px;
  }
}
.container--grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 40px;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 40px;
}
.container--grid .sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.container--grid .products,
.container--grid .no-products {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-heading {
  margin-bottom: 20px;
  text-align: center;
}

.page-title {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.12px;
  color: var(--primary);
}

.page-description p {
  letter-spacing: 0.05px;
  font-size: 14px;
  text-align: center;
}

.woocommerce-notices-wrapper {
  grid-column: 1/-1;
}

.woocommerce-message {
  border-top: 2px solid var(--accent);
  -webkit-box-shadow: -5px 5px 10px 6px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 5px 10px 6px rgba(0, 0, 0, 0.2);
}

.message--success {
  border-color: var(--success);
}

.message--error {
  border-color: var(--danger);
}

.products {
  --column-width: 240px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--column-width), 1fr));
  grid-gap: 35px;
  gap: 35px;
}

@media screen and (max-width: 991px) {
  .container--grid {
    grid-template-columns: 1fr;
  }

  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .products {
    grid-column-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .products {
    text-align: center;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 374px) {
  .products {
    justify-items: center;
    grid-template-columns: 1fr;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.blockquote {
  font-family: var(--hfont);
  font-style: italic;
  color: var(--secondary);
  margin: 30px 0;
}
.blockquote p {
  --min-font-px: 20px;
  --min-font: 20;
  --max-font: 26;
  --max-font-px: 26px;
}

.main-content {
  margin-bottom: 70px;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
  color: var(--primary);
}
.main-content h1,
.main-content h2 {
  margin-bottom: 15px;
}
.main-content h3,
.main-content h4,
.main-content h5 {
  margin-bottom: 20px;
}
.main-content p,
.main-content ul,
.main-content ol {
  word-break: break-word;
}
.main-content p a,
.main-content ul a,
.main-content ol a {
  color: var(--secondary);
  text-decoration: underline;
}
.main-content p:not(:last-child),
.main-content ul:not(:last-child),
.main-content ol:not(:last-child) {
  margin-bottom: 30px;
}
.main-content ul,
.main-content ol {
  list-style: none;
  padding-left: 20px;
  margin: 45px 0;
}
.main-content ul li,
.main-content ol li {
  position: relative;
  padding-left: 30px;
}
.main-content ul li::before,
.main-content ol li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.main-content ul li::before {
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary);
}
.main-content ol {
  counter-reset: numbering;
}
.main-content ol li {
  counter-increment: numbering;
}
.main-content ol li::before {
  content: counter(numbering) ".";
  top: 0;
}
.main-content img {
  margin-bottom: 20px;
}
.main-content .columns-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px;
}
.main-content .columns-container p:empty {
  display: none;
}
.main-content .content-image-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  gap: 35px;
}
.main-content .content-image-section--right .section__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-content .content-image-section--right .section__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-content .content-image-section .section__text ul,
.main-content .content-image-section .section__text ol {
  padding-left: 30px;
}
.main-content .content-image-section .section__text ul li::marker,
.main-content .content-image-section .section__text ol li::marker {
  color: var(--secondary);
}
.main-content .content-image-section .section__text ul li:not(:last-child),
.main-content .content-image-section .section__text ol li:not(:last-child) {
  margin-bottom: 20px;
}
.main-content .content-image-section:not(:last-child) {
  margin-bottom: 35px;
}
.main-content .locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 30px;
  gap: 24px 30px;
}
.main-content .locations:not(:last-child) {
  margin-bottom: 90px;
}
.main-content .location {
  --color: var(--primary);
  display: grid;
  grid-template-columns: 1fr 190px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
          box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
  border-left: 6px solid var(--color);
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}
.main-content .location__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-content .location__text {
  padding: 25px 40px;
}
.main-content .location__text h2,
.main-content .location__text h3 {
  color: var(--color);
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}
.main-content .location__text h3 {
  margin-bottom: 20px;
  letter-spacing: 0.17px;
}
.main-content .location__text p:not(:last-child) {
  margin-bottom: 10px;
}
.main-content .location__text a {
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.main-content .location__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-content .location:hover {
  --color: var(--secondary) ;
}
.main-content .contact-form-container .section-header {
  margin-bottom: 30px;
}
.main-content .contact-form-container .section-header h2 {
  --max-font: 35;
  --max-font-px: 35px;
  margin-bottom: 25px;
}
.main-content .contact-form-container .contact-form {
  max-width: 755px;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
          box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
  overflow: hidden;
}
.main-content .contact-form-container .form__header {
  background: var(--secondary) url(data:image/png;base64,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) no-repeat right;
  padding: 15px 30px;
}
.main-content .contact-form-container .form__header h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.14px;
}
.main-content .contact-form-container .wpcf7 {
  padding: 25px 25px 30px;
}
.main-content .contact-form-container .wpcf7 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 20px;
  gap: 24px 20px;
}
.main-content .contact-form-container .wpcf7 .fieldset {
  padding-bottom: 25px;
}
.main-content .contact-form-container .wpcf7 .fieldset legend {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--hfont);
  letter-spacing: -0.1px;
  color: var(--primary);
  margin-bottom: 15px;
}
.main-content .contact-form-container .wpcf7 .fieldset .form-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  gap: 15px;
}
.main-content .contact-form-container .wpcf7 .fieldset.border {
  border-bottom: 2px dotted var(--divider);
}
.main-content .contact-form-container .wpcf7 .fieldset.fullwidth {
  grid-column: 1/-1;
}
.main-content .contact-form-container .wpcf7 .fieldset--p-0 {
  padding-bottom: 0;
}
.main-content .contact-form-container .wpcf7 .form-group--upload {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 24px;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  height: 85px;
  position: relative;
  background-image: linear-gradient(104deg, #e9f2f4 1%, #c3f0fe 101%);
  border-radius: 5px;
  cursor: pointer;
}
.main-content .contact-form-container .wpcf7 .form-group--upload .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.main-content .contact-form-container .wpcf7 .form-group--upload .wpcf7-form-control-wrap input {
  height: 100%;
  cursor: pointer;
}
.main-content .contact-form-container .wpcf7 .form-group--upload .icon-plus {
  border: 2px dotted var(--secondary);
  border-radius: 5px;
  position: relative;
  height: 100%;
}
.main-content .contact-form-container .wpcf7 .form-group--upload .icon-plus::before, .main-content .contact-form-container .wpcf7 .form-group--upload .icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-content .contact-form-container .wpcf7 .form-group--upload .icon-plus::before {
  width: 25px;
  border-top: 3px solid var(--secondary);
}
.main-content .contact-form-container .wpcf7 .form-group--upload .icon-plus::after {
  height: 25px;
  border-left: 3px solid var(--secondary);
}
.main-content .contact-form-container .wpcf7 .form-group--upload .text {
  font-size: 14px;
  color: var(--page-primary);
}
.main-content .contact-form-container .wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 15px;
  gap: 15px;
}
.main-content .contact-form-container .wpcf7 .wpcf7-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 14px;
}
.main-content .contact-form-container .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 5px;
}
.main-content .contact-form-container textarea {
  resize: none;
  height: 85px;
}
.main-content .contact-form-container button[type=submit] {
  width: 100%;
  height: 50px;
}
.main-content .contact-form-container:not(:last-child) {
  margin-bottom: 70px;
}
.main-content .contact-form-container--row .wpcf7 form {
  grid-template-columns: 1fr;
}
.main-content .contact-form-container--row .wpcf7 .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main-content .contact-form-container--row .wpcf7 .form-group--upload {
  max-width: 300px;
}
.main-content .blockquote {
  margin-bottom: 30px;
}

.table-responsive {
  margin-bottom: 30px;
}
.table-responsive table {
  border: solid 1px #ebebeb;
  width: 90%;
  min-width: 350px;
  text-align: center;
  margin: 0 auto;
}
.table-responsive table caption {
  caption-side: top;
}
.table-responsive table th,
.table-responsive table td {
  border: solid 1px #ebebeb;
  padding: 12px 15px;
}
.table-responsive table th a,
.table-responsive table td a {
  color: var(--secondary);
}
.table-responsive table th {
  color: var(--primary);
  background-color: #ecfaff;
}

@media screen and (max-width: 1199px) {
  .main-content .locations {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .main-content .columns-container,
.main-content .content-image-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .main-content .location {
    grid-template-columns: 1fr;
    border-top: 6px solid var(--primary);
    border-left: none;
  }
  .main-content .location__image img {
    width: 100%;
    margin-bottom: 0;
  }
  .main-content .contact-form-container .wpcf7 form {
    grid-template-columns: 1fr;
  }
  .main-content .contact-form-container .wpcf7 .fieldset .form-groups {
    grid-template-columns: 1fr;
  }
  .main-content .contact-form-container--row .wpcf7 .wpcf7-radio {
    grid-template-columns: 1fr;
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background-color: var(--secondary);
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: var(--primary);
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 15px;
  height: 15px;
  top: -6px;
  right: -7px;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  background-color: var(--primary);
}
.noUi-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.noUi-handle:focus {
  outline: 0;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
          transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.sidebar .product-filters {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 10px;
}
.sidebar .product-filters:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar .icon {
  position: absolute;
  left: 0;
  z-index: -1;
}
.sidebar .icon--top {
  top: 0;
  -webkit-transform: translate(-80px, -90px);
          transform: translate(-80px, -90px);
}
.sidebar .icon--bottom {
  top: 55%;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.sidebar__title {
  --min-font-px: 16px;
  --min-font: 16;
  --max-font: 18;
  --max-font-px: 18px;
  font-weight: 700;
  font-family: var(--tfont);
  color: var(--primary);
  margin-bottom: 10px;
}

.filter--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 5px;
  gap: 5px;
}
.filter--selected .btn {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--hfont);
  color: var(--text-primary);
  padding: 3px 4px;
  height: auto;
  border-color: var(--text-secondary);
}
.filter--selected .btn:hover {
  background-color: transparent;
}
.filter--price .form-control {
  font-size: 12px;
  color: var(--text-primary);
  padding: 3px 10px;
}
.filter--categories .sub-category {
  display: none;
}
.filter--categories .sub-category.show {
  display: block;
}
.filter--brands .item--active {
  position: relative;
}
.filter--brands .item--active::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  border-top-color: var(--secondary);
  -webkit-animation: rotate 1s infinite ease;
          animation: rotate 1s infinite ease;
  z-index: 2;
  margin: 0 auto;
}
.filter--buttons {
  padding: 20px 0 0;
}
.filter--buttons .btn {
  display: block;
  width: 100%;
}
.filter--buttons .btn--blue-light {
  padding: 8px;
  font-size: 13px;
  margin-bottom: 10px;
}
.filter-toggle {
  height: 0;
  overflow: hidden;
  -webkit-transition: 500ms height ease;
  transition: 500ms height ease;
}
.filter:not(:empty) {
  border-top: 1px dashed var(--divider);
  padding: 10px 0 10px;
}

.filter__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  -webkit-transition: 250ms margin-bottom ease;
  transition: 250ms margin-bottom ease;
}
.filter__title .selected {
  font-size: 14px;
  color: var(--text-secondary);
}
.filter__title[data-togle] {
  position: relative;
  cursor: pointer;
}
.filter__title[data-togle]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  -webkit-transition: 250ms -webkit-transform ease;
  transition: 250ms -webkit-transform ease;
  transition: 250ms transform ease;
  transition: 250ms transform ease, 250ms -webkit-transform ease;
}
.filter__title[aria-expanded=true] {
  margin-bottom: 10px;
}
.filter__title[aria-expanded=true]::after {
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.filter__title:not([data-togle]) {
  margin-bottom: 10px;
}

.slider-container {
  background-color: rgba(221, 251, 255, 0.6);
  padding: 15px 10px;
  margin-bottom: 10px;
}

.price-slider-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  grid-gap: 10px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-slider-inputs .form-control {
  width: 90px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sidebar--shop .modal,
.sidebar--shop .modal__content,
.sidebar--shop .modal__body {
    all: unset;
  }
  .sidebar--shop .btn--show-filters,
.sidebar--shop .filters__header {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .sidebar--shop .btn--show-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    width: 100%;
    border: none;
    font-family: var(--hfont);
    letter-spacing: 0.11px;
    padding: 18px 0;
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
            box-shadow: 0 1px 9px 0 rgba(0, 35, 64, 0.2);
    height: auto;
  }
  .sidebar--shop .btn--show-filters .text {
    margin: 0 5px;
  }
  .sidebar--shop .btn--show-filters .filters-count {
    font-weight: 400;
  }
  .sidebar--shop .modal {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    z-index: 1001;
  }
  .sidebar--shop .modal__content {
    height: 100vh;
    width: 350px;
    max-width: 95vw;
    padding-top: 60px;
  }
  .sidebar--shop .filters__header {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--secondary);
    height: 60px;
  }
  .sidebar--shop .filters__header__title {
    color: #fff;
    font-size: 18px;
    font-family: var(--tfont);
    font-weight: 700;
  }
  .sidebar--shop .filters__header .btn--close {
    padding: 0;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .sidebar--shop .product-filters {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sidebar--shop .icon {
    display: none;
  }

  .filter-toggle.show {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .sidebar--shop {
    margin: 0 -15px;
  }
}
.fullwidth-info {
  position: relative;
  background-color: var(--primary);
  color: #fff;
  padding: 70px 0;
  text-align: center;
  overflow: hidden;
}
.fullwidth-info.light {
  background-image: linear-gradient(135.06deg, #FDF1F9 1.37%, #F4D6EA 101.47%);
  margin-bottom: 56px;
}
.fullwidth-info.light h2 {
  color: var(--primary);
}
.fullwidth-info.light p {
  color: var(--primary);
}
.fullwidth-info h2 {
  margin-bottom: 30px;
  color: #fff;
}
.fullwidth-info p {
  font-size: 14px;
  letter-spacing: 0.05px;
}
.fullwidth-info p:not(:last-child) {
  margin-bottom: 15px;
}
.fullwidth-info .icon {
  position: absolute;
  top: 20px;
  width: 180px;
  opacity: 0.5;
}
.fullwidth-info .icon--left {
  left: 10px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.fullwidth-info .icon--right {
  right: 0;
}
.fullwidth-info:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #footer .icon--right {
    display: none;
  }
  #footer .icon--right-bottom {
    top: unset;
    bottom: 0;
  }

  .fullwidth-info {
    padding: 40px 0;
  }
  .fullwidth-info .icon--left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fullwidth-info {
    padding: 40px 0;
  }
  .fullwidth-info .icon--left {
    display: none;
  }
}
.dotted-cards {
  --column-width: 390px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-width), 1fr));
  grid-gap: 15px;
  gap: 15px;
  justify-items: center;
}
.dotted-cards .dotted-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 40px;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  padding: 20px 25px;
  border: 1.5px dashed;
  border-radius: 10px;
}
.dotted-cards .dotted-card--info {
  border-color: var(--primary);
}
.dotted-cards .dotted-card--warning {
  border-color: #9b7b4f;
  background-color: #fff9e0;
  color: #000;
}
.dotted-cards .card__text p {
  font-size: 14px;
  color: var(--primary);
  line-height: normal;
}
.dotted-cards .card__text p strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .dotted-cards {
    --column-width: 280px;
  }
  .dotted-cards .dotted-card {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 20px;
    gap: 20px;
    text-align: center;
  }
}
.page-info-section {
  margin-bottom: 60px;
  content-visibility: auto;
  contain-intrinsic-size: 680px;
}
.page-info-section .infos:not(:last-child) {
  margin-bottom: 50px;
}
.page-info-section .warning:not(:last-child) {
  margin-bottom: 70px;
}
.page-info-section .fluff {
  position: relative;
  text-align: center;
  color: var(--text-primary);
}
.page-info-section .fluff .icon {
  position: absolute;
  top: 0;
  left: -50px;
}
.page-info-section .fluff h2 {
  margin-bottom: 30px;
}
.page-info-section .fluff p:not(:last-child),
.page-info-section .fluff ol:not(:last-child),
.page-info-section .fluff ul:not(:last-child) {
  margin-bottom: 20px;
}

.load-more-container {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  grid-column: 2;
  justify-self: center;
}
.load-more-container .btn {
  border-width: 1.5px;
  font-size: 14px;
}

.hero {
  max-width: 800px;
  margin: 0 auto 60px;
}
.hero p,
.hero ul,
.hero ol {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05px;
}

.page-description,
.term-description {
  color: var(--text-primary);
}

.no-products__text {
  margin-bottom: 30px;
}
.no-products__text h2 {
  margin-bottom: 30px;
}
.no-products__text p {
  margin-bottom: 180px;
}

@media screen and (max-width: 991px) {
  .load-more-container {
    grid-column: auto;
  }
}

/*# sourceMappingURL=shop.css.map*/