@charset "UTF-8";
/*
* node_module Imports
*/
/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container, .woocommerce-notices-wrapper, .product-list-wrap,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .woocommerce-notices-wrapper, .product-list-wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .product-list-wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .product-list-wrap {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .product-list-wrap {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .woocommerce-notices-wrapper, .product-list-wrap {
    max-width: 1240px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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: 20px;
  padding-left: 20px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.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%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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%;
  }
}
@media (min-width: 1480px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1480px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

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

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

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

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

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

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

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

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1480px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1480px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * Variables
 */
/*
 * Colors
 */
/*
 * Shadows
 */
/*
 * Typography
 */
/*
 * Navigation
 */
/*
 * Mixins
 */
/*
 * Base styles
 */
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.sr-only:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#wpadminbar {
  position: fixed;
}

body.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (max-width: 1099px) and (max-width: 782px) {
  body.admin-bar .main-navigation {
    top: 115px;
  }
}
@media screen and (min-width: 782px) and (max-width: 1099px) {
  body.admin-bar .main-navigation {
    top: 101px;
  }
}

.btn-black-ghost, .woocommerce .products ul li.product .button, .woocommerce ul.products li.product .button, .btn-white-outline, .btn-white, .module.module-setting-bg-dark .gform_button, .module.module-setting-bg-brand .gform_button, .btn-accent-4, .btn-accent-3, .btn-accent-2, .btn-accent-1, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files, .btn-primary-outline, .age-gate-submit-no, .btn-primary, .age-gate-submit-yes, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button, .gform_button, #wc_gc_cart_redeem_send, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit], .post-password-form input[type=submit] {
  border: 0;
  border-radius: 39px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 195px;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase !important;
  -webkit-transition: background-color 0.25s, color 0.25s;
  -o-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  line-height: 1.4;
}
.btn-black-ghost:hover, .woocommerce .products ul li.product .button:hover, .woocommerce ul.products li.product .button:hover, .btn-white-outline:hover, .btn-white:hover, .module.module-setting-bg-dark .gform_button:hover, .module.module-setting-bg-brand .gform_button:hover, .btn-accent-4:hover, .btn-accent-3:hover, .btn-accent-2:hover, .btn-accent-1:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .btn-primary-outline:hover, .age-gate-submit-no:hover, .btn-primary:hover, .age-gate-submit-yes:hover, .gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_previous_button:hover, .gform_button:hover, #wc_gc_cart_redeem_send:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, div.gmw-form-wrapper .gmw-submit:hover, div.gmw-form-wrapper input[type=submit]:hover, .post-password-form input[type=submit]:hover, .btn-black-ghost:active, .woocommerce .products ul li.product .button:active, .woocommerce ul.products li.product .button:active, .btn-white-outline:active, .btn-white:active, .module.module-setting-bg-dark .gform_button:active, .module.module-setting-bg-brand .gform_button:active, .btn-accent-4:active, .btn-accent-3:active, .btn-accent-2:active, .btn-accent-1:active, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:active, .btn-primary-outline:active, .age-gate-submit-no:active, .btn-primary:active, .age-gate-submit-yes:active, .gform_page_footer .gform_next_button:active,
.gform_page_footer .gform_previous_button:active, .gform_button:active, #wc_gc_cart_redeem_send:active, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, div.gmw-form-wrapper .gmw-submit:active, div.gmw-form-wrapper input[type=submit]:active, .post-password-form input[type=submit]:active, .btn-black-ghost:focus, .woocommerce .products ul li.product .button:focus, .woocommerce ul.products li.product .button:focus, .btn-white-outline:focus, .btn-white:focus, .module.module-setting-bg-dark .gform_button:focus, .module.module-setting-bg-brand .gform_button:focus, .btn-accent-4:focus, .btn-accent-3:focus, .btn-accent-2:focus, .btn-accent-1:focus, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus, .btn-primary-outline:focus, .age-gate-submit-no:focus, .btn-primary:focus, .age-gate-submit-yes:focus, .gform_page_footer .gform_next_button:focus,
.gform_page_footer .gform_previous_button:focus, .gform_button:focus, #wc_gc_cart_redeem_send:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, div.gmw-form-wrapper .gmw-submit:focus, div.gmw-form-wrapper input[type=submit]:focus, .post-password-form input[type=submit]:focus {
  color: #fff;
}

.btn-reset {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

/*
 * Normal sized buttons
 */
.btn-primary, .age-gate-submit-yes, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button, .gform_button, #wc_gc_cart_redeem_send, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit], .post-password-form input[type=submit] {
  background-color: #F04E38;
}
.btn-primary:hover, .age-gate-submit-yes:hover, .gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_previous_button:hover, .gform_button:hover, #wc_gc_cart_redeem_send:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, div.gmw-form-wrapper .gmw-submit:hover, div.gmw-form-wrapper input[type=submit]:hover, .post-password-form input[type=submit]:hover, .btn-primary:active, .age-gate-submit-yes:active, .gform_page_footer .gform_next_button:active,
.gform_page_footer .gform_previous_button:active, .gform_button:active, #wc_gc_cart_redeem_send:active, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, div.gmw-form-wrapper .gmw-submit:active, div.gmw-form-wrapper input[type=submit]:active, .post-password-form input[type=submit]:active, .btn-primary:focus, .age-gate-submit-yes:focus, .gform_page_footer .gform_next_button:focus,
.gform_page_footer .gform_previous_button:focus, .gform_button:focus, #wc_gc_cart_redeem_send:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, div.gmw-form-wrapper .gmw-submit:focus, div.gmw-form-wrapper input[type=submit]:focus, .post-password-form input[type=submit]:focus {
  background-color: #e42a11;
}

.btn-primary-outline, .age-gate-submit-no {
  border: 2px solid #F04E38;
  background-color: transparent;
  padding: 18px 30px;
  color: #383F3D;
}
.btn-primary-outline:hover, .age-gate-submit-no:hover, .btn-primary-outline:active, .age-gate-submit-no:active, .btn-primary-outline:focus, .age-gate-submit-no:focus {
  background-color: #e42a11;
  border-color: #e42a11;
  color: #fff;
}

.btn-accent-1, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  background-color: #4edce9;
}
.btn-accent-1:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .btn-accent-1:active, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:active, .btn-accent-1:focus, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus {
  background-color: #21d3e3;
}

.btn-accent-2 {
  background-color: #f46036;
}
.btn-accent-2:hover, .btn-accent-2:active, .btn-accent-2:focus {
  background-color: #ea3e0d;
}

.btn-accent-3 {
  background-color: #f4d352;
}
.btn-accent-3:hover, .btn-accent-3:active, .btn-accent-3:focus {
  background-color: #f1c722;
}

.btn-accent-4 {
  background-color: #4ce1aa;
}
.btn-accent-4:hover, .btn-accent-4:active, .btn-accent-4:focus {
  background-color: #24d694;
}

.btn-white, .module.module-setting-bg-dark .gform_button, .module.module-setting-bg-brand .gform_button {
  background-color: #fff;
  color: #383F3D;
}
.btn-white:hover, .module.module-setting-bg-dark .gform_button:hover, .module.module-setting-bg-brand .gform_button:hover, .btn-white:active, .module.module-setting-bg-dark .gform_button:active, .module.module-setting-bg-brand .gform_button:active, .btn-white:focus, .module.module-setting-bg-dark .gform_button:focus, .module.module-setting-bg-brand .gform_button:focus {
  background-color: #fff;
  color: #F04E38;
}

.btn-white-outline {
  border: 1px solid #fff;
  color: #fff;
}
.btn-white-outline:hover, .btn-white-outline:active, .btn-white-outline:focus {
  background-color: #fff;
  color: #383F3D;
}

.btn-black-ghost, .woocommerce .products ul li.product .button, .woocommerce ul.products li.product .button {
  border: 1px solid #383F3D;
  color: #383F3D;
}
.btn-black-ghost:hover, .woocommerce .products ul li.product .button:hover, .woocommerce ul.products li.product .button:hover, .btn-black-ghost:active, .woocommerce .products ul li.product .button:active, .woocommerce ul.products li.product .button:active, .btn-black-ghost:focus, .woocommerce .products ul li.product .button:focus, .woocommerce ul.products li.product .button:focus {
  background-color: #383F3D;
  color: #fff;
}

.btn-play {
  width: 111px;
  height: 111px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.btn-play span {
  position: absolute;
}
.btn-play svg {
  display: inline-block;
  margin-left: 5px;
}
.btn-play svg path {
  fill: #F04E38;
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
.btn-play:hover, .btn-play:active, .btn-play:focus {
  background-color: #F04E38;
}
.btn-play:hover path, .btn-play:active path, .btn-play:focus path {
  fill: #fff;
}

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

.alignleft {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
  }
}

.alignright {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 0 15px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.noty-warning, .noty-info, .noty-success, .noty-error, .gfield_creditcard_warning_message {
  border-radius: 4px;
  margin: 15px 0;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .noty-warning, .noty-info, .noty-success, .noty-error, .gfield_creditcard_warning_message {
    -webkit-box-shadow: 0 2px 4px rgba(56, 63, 61, 0.15);
            box-shadow: 0 2px 4px rgba(56, 63, 61, 0.15);
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .noty-warning::before, .noty-info::before, .noty-success::before, .noty-error::before, .gfield_creditcard_warning_message::before {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
}
.noty-warning span, .noty-info span, .noty-success span, .noty-error span, .gfield_creditcard_warning_message span {
  display: inline-block;
  vertical-align: middle;
}

.noty-warning, .noty-info, .noty-success, .noty-error, .gfield_creditcard_warning_message,
.noty-warning span,
.noty-info span,
.noty-success span,
.noty-error span,
.gfield_creditcard_warning_message span {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.noty-error, .gfield_creditcard_warning_message {
  background-color: #dc3545;
}
@media (min-width: 992px) {
  .noty-error::before, .gfield_creditcard_warning_message::before {
    content: url("../img/notifications/error-icon.svg");
  }
}

.noty-success {
  background-color: #28a745;
  padding: 17.5px 20px;
}
@media (min-width: 992px) {
  .noty-success::before {
    content: url("../img/notifications/success-icon.svg");
  }
}

.noty-info {
  background-color: #17a2b8;
}
@media (min-width: 992px) {
  .noty-info::before {
    content: url("../img/notifications/info-icon.svg");
  }
}

.noty-warning {
  background-color: #ffc107;
  padding: 15.5px 20px;
}
@media (min-width: 992px) {
  .noty-warning::before {
    content: url("../img/notifications/warning-icon.svg");
  }
}

.position-0-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

picture.position-0-0 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.position-0-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
}

picture.position-0-25 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
}

.position-0-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

picture.position-0-50 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.position-0-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 75%;
     object-position: 0% 75%;
}

picture.position-0-75 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 75%;
     object-position: 0% 75%;
}

.position-0-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}

picture.position-0-100 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
}

.position-25-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 0%;
     object-position: 25% 0%;
}

picture.position-25-0 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 0%;
     object-position: 25% 0%;
}

.position-25-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 25%;
     object-position: 25% 25%;
}

picture.position-25-25 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 25%;
     object-position: 25% 25%;
}

.position-25-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}

picture.position-25-50 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}

.position-25-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
}

picture.position-25-75 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
}

.position-25-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 100%;
     object-position: 25% 100%;
}

picture.position-25-100 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 100%;
     object-position: 25% 100%;
}

.position-50-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

picture.position-50-0 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.position-50-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

picture.position-50-25 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}

.position-50-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

picture.position-50-50 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.position-50-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}

picture.position-50-75 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 75%;
     object-position: 50% 75%;
}

.position-50-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

picture.position-50-100 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.position-75-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 0%;
     object-position: 75% 0%;
}

picture.position-75-0 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 0%;
     object-position: 75% 0%;
}

.position-75-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 25%;
     object-position: 75% 25%;
}

picture.position-75-25 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 25%;
     object-position: 75% 25%;
}

.position-75-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

picture.position-75-50 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

.position-75-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 75%;
     object-position: 75% 75%;
}

picture.position-75-75 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 75%;
     object-position: 75% 75%;
}

.position-75-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 100%;
     object-position: 75% 100%;
}

picture.position-75-100 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75% 100%;
     object-position: 75% 100%;
}

.position-100-0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}

picture.position-100-0 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}

.position-100-25 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 25%;
     object-position: 100% 25%;
}

picture.position-100-25 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 25%;
     object-position: 100% 25%;
}

.position-100-50 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

picture.position-100-50 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}

.position-100-75 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 75%;
     object-position: 100% 75%;
}

picture.position-100-75 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 75%;
     object-position: 100% 75%;
}

.position-100-100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

picture.position-100-100 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

table:not(.gfield_list):not(.ui-datepicker-calendar) {
  width: 100%;
  border-collapse: collapse;
  border-radius: 3px;
  overflow: hidden;
}
table:not(.gfield_list):not(.ui-datepicker-calendar) thead th {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: "Lato", sans-serif;
}
table:not(.gfield_list):not(.ui-datepicker-calendar) tfoot th {
  font-family: "Lato", sans-serif;
}
table:not(.gfield_list):not(.ui-datepicker-calendar) th,
table:not(.gfield_list):not(.ui-datepicker-calendar) td {
  line-height: 1.3;
  padding: 10px;
}

body {
  font-family: "Arvo", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
ol,
ul,
figcaption {
  margin-top: 0;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: rgba(56, 63, 61, 0.6);
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 0;
  color: #383F3D;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1, .h1 {
  font-size: 28px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 44px;
  }
}

h2, .h2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, h6, .h5, .h6 {
  font-size: 16px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #F04E38;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
a:hover, a:active, a:focus {
  color: #e42a11;
}

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

.flush p:first-child,
.flush ol:first-child,
.flush ul:first-child,
.flush h1:first-child,
.flush h2:first-child,
.flush h3:first-child,
.flush h4:first-child,
.flush h5:first-child {
  margin-top: 0;
}
.flush p:last-child,
.flush ol:last-child,
.flush ul:last-child,
.flush h1:last-child,
.flush h2:last-child,
.flush h3:last-child,
.flush h4:last-child,
.flush h5:last-child {
  margin-bottom: 0;
}

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

.padded {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .padded {
    padding-left: 0;
    padding-right: 0;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
 * Component styles
 */
.flex-col {
  margin-bottom: -20px;
}
.flex-col .flex-col-item {
  margin-bottom: 20px;
  width: 100%;
}

.flex-col-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-col-center .flex-col-item:last-child {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .flex-col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-col-2 .flex-col-item {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .flex-col-2 .flex-col-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .flex-col-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-col-3 .flex-col-item {
    width: calc(33.333333% - 26.666666667px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .flex-col-3 .flex-col-item:nth-child(2n) {
    margin-right: 40px;
  }
  .flex-col-3 .flex-col-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .flex-col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-col-4 .flex-col-item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .flex-col-4 .flex-col-item:nth-child(2n) {
    margin-right: 40px;
  }
  .flex-col-4 .flex-col-item:nth-child(3n) {
    margin-right: 40px;
  }
  .flex-col-4 .flex-col-item:nth-child(4n) {
    margin-right: 0;
  }
}

.page-banner {
  padding: 60px 40px;
}
@media (min-width: 992px) {
  .page-banner {
    padding: 90px 0;
  }
}

.page-banner-content {
  text-align: center;
}
.page-banner-content .page-banner-subtitle,
.page-banner-content .term-description p {
  margin-top: 20px;
  color: #fff;
}

.page-banner-title {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.152777778;
  color: #fff;
}
@media (min-width: 992px) {
  .page-banner-title {
    font-size: 72px;
  }
}

.page-banner-buttons {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .page-banner-buttons {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-banner-buttons .btn-primary-outline, .page-banner-buttons .age-gate-submit-no {
  color: #fff;
}
.page-banner-buttons a {
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .page-banner-buttons a {
    display: inline-block;
    width: auto;
  }
}

.page-banner-button-2 {
  margin-top: 16px;
}
@media (min-width: 576px) {
  .page-banner-button-2 {
    margin-top: 0;
    margin-left: 16px;
  }
}

.page-banner-scroll {
  position: absolute;
  z-index: 40;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-banner-scroll:hover svg, .page-banner-scroll:active svg, .page-banner-scroll:focus svg {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.page-banner-scroll span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.page-banner-scroll svg {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.home .page-banner {
  padding-bottom: 160px;
}
@media (min-width: 992px) {
  .home .page-banner {
    padding: 120px 0 220px;
  }
}
.home .page-banner .page-banner-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.home .page-banner.page-banner-text-align-left .page-banner-content {
  text-align: left;
  margin: 0;
}

.transparent-header .page-banner {
  padding-top: 150px;
}
@media (min-width: 992px) {
  .transparent-header .page-banner {
    padding-top: 240px;
  }
}

.page-banner-image-off {
  padding: 40px 0;
}
.page-banner-image-off:after {
  display: none;
}
@media (min-width: 992px) {
  .page-banner-image-off {
    padding: 60px 0;
  }
}
.page-banner-image-off .page-banner-title,
.page-banner-image-off .page-banner-content .page-banner-subtitle,
.page-banner-image-off .page-banner-content .term-description p {
  color: #383F3D;
}

.page-banner-image-off + .woocommerce-breadcrumb,
.page-banner-image-off + .module-padded-top.module-setting-bg-white {
  padding-top: 0 !important;
}

.cover {
  position: relative;
}
.cover::after {
  content: "";
  background-color: rgba(56, 63, 61, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.cover-content {
  position: relative;
  z-index: 15;
}

.cover-image {
  position: absolute;
  z-index: 5;
  height: 100% !important;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

picture.cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cover-video {
  position: absolute;
  z-index: 6;
  height: 100% !important;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.modal-backdrop {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(56, 63, 61, 0.9);
}

.modal-dialog {
  position: relative;
  z-index: 15;
  max-width: 900px;
  width: 90vw;
}

.modal-header {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.modal-team .modal-header {
  top: -15px;
  right: -15px;
}
.modal-team .modal-header button {
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
          box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
}
.modal-team .modal-header button:hover path, .modal-team .modal-header button:active path, .modal-team .modal-header button:focus path {
  fill: rgba(56, 63, 61, 0.6);
}
.modal-team .modal-header button svg {
  display: inline-block;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.modal-team .modal-header button path {
  fill: #383F3D;
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
.modal-team .modal-dialog {
  position: absolute;
  background-color: #fff;
  height: calc(100% - 60px);
  width: calc(100vw - 40px);
  max-height: 700px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  overflow: visible;
  max-width: 400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .modal-team .modal-dialog {
    max-width: 1080px;
  }
}
.modal-team .modal-image {
  position: relative;
  width: 100%;
  height: 38%;
}
.modal-team .modal-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .modal-team .modal-image {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.modal-team .modal-content {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px;
  text-align: center;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .modal-team .modal-content {
    padding: 70px 80px;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
  }
}

.modal-popup .modal-dialog {
  background: #fff;
  padding: 16px;
}
@media (min-width: 992px) {
  .modal-popup .modal-dialog {
    padding: 24px;
  }
}
.modal-popup .modal-dialog iframe {
  width: 100%;
  height: 80vh;
  margin: 0;
  padding: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-card {
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.post-card:hover .post-card-title, .post-card:active .post-card-title, .post-card:focus .post-card-title {
  color: #F04E38;
}

.post-card-image-wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.post-card-image-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-card-content {
  padding: 30px 20px;
  text-align: center;
}

.post-card-meta {
  font-family: "Lato", sans-serif;
  color: rgba(56, 63, 61, 0.6);
  margin-bottom: 0;
  font-size: 13px;
}

.post-card-title {
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.post-layout-list .post-card {
  background-color: transparent;
}
@media (min-width: 768px) {
  .post-layout-list .post-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .post-layout-list .post-card-image {
    width: 40%;
  }
}
.post-layout-list .post-card-content {
  text-align: left;
}
@media (min-width: 768px) {
  .post-layout-list .post-card-content {
    padding: 0;
    padding-left: 30px;
    width: 60%;
  }
}

.social-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-share li {
  position: relative;
  margin-right: 20px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li a, .social-share li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  background-color: rgba(56, 63, 61, 0.6);
  border-radius: 100%;
  border: none;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  padding: 0;
}
.social-share li a:hover, .social-share li a:active, .social-share li a:focus, .social-share li button:hover, .social-share li button:active, .social-share li button:focus {
  background-color: #383F3D;
}

.social-share-tooltip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 5px);
  white-space: nowrap;
  background-color: #383F3D;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.social-share-tooltip.is-open {
  opacity: 1;
}
.social-share-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #383F3D;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagination .nav-links {
  text-align: center;
  font-size: 16px;
}
.pagination .nav-links a, .pagination .nav-links span {
  text-decoration: none;
  color: rgba(56, 63, 61, 0.6);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.pagination .nav-links a.current, .pagination .nav-links span.current {
  background-color: #F04E38;
  color: #fff;
}
.pagination .nav-links a {
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.pagination .nav-links a:hover, .pagination .nav-links a:active, .pagination .nav-links a:focus {
  background-color: rgba(56, 63, 61, 0.05);
}
.pagination .nav-links .current {
  color: rgba(56, 63, 61, 0.6);
}
.pagination .nav-links .prev, .pagination .nav-links .next {
  text-indent: -9999px;
  position: relative;
  background-image: url(../img/left.svg);
  background-size: 10px 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .nav-links .next {
  background-image: url(../img/right.svg);
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers:before, .woocommerce nav.woocommerce-pagination ul.page-numbers:after {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin-right: 3px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul.page-numbers li span {
  padding: 0;
  text-decoration: none;
  color: rgba(56, 63, 61, 0.6);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.current, .woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #F04E38;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next, .woocommerce nav.woocommerce-pagination ul.page-numbers li span.prev, .woocommerce nav.woocommerce-pagination ul.page-numbers li span.next {
  text-indent: -9999px;
  position: relative;
  background-image: url(../img/left.svg);
  background-size: 10px 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next, .woocommerce nav.woocommerce-pagination ul.page-numbers li span.next {
  background-image: url(../img/right.svg);
}

.form-inline .gform_confirmation_message {
  width: 100%;
}
.form-inline .validation_error {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.form-inline .validation_message {
  text-align: left;
}
@media (min-width: 768px) {
  .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-inline .gform_body {
    width: 100%;
  }
  .form-inline .gform_body input {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-inline .gform_footer {
    margin: 0;
    margin-left: 20px;
  }
  .form-inline .gfield {
    margin-bottom: 0;
  }
}
.form-inline .gform_button {
  display: block;
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .newsletter-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter-form form .gform_body {
    width: 100%;
    max-width: 400px;
  }
  .newsletter-form form .gfield {
    margin-bottom: 0;
  }
  .newsletter-form form input[type=email] {
    height: 52px;
  }
  .newsletter-form form .gform_footer {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .newsletter-form .gform_button {
    display: block;
    width: 100%;
  }
}
.newsletter-form input[type=email] {
  background-image: url(../img/modules/newsletter/email-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 15px;
  background-position: left 10px center;
  padding-left: 36px !important;
}
.newsletter-form .validation_error {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.newsletter-form .gform_ajax_spinner {
  display: none !important;
}
.newsletter-form .gform_confirmation_message {
  text-align: center;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_footer, .newsletter-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .newsletter-form .gform_wrapper.gravity-theme .gform_footer, .newsletter-form .gform_wrapper.gravity-theme .gform_page_footer {
    margin-left: 16px;
  }
}

/*
 * Layout styles
 */
.site-notice {
  position: relative;
  background-color: #F04E38;
  text-align: center;
  padding: 5px 0;
}
.site-notice .flush {
  padding-left: 20px;
  padding-right: 20px;
}
.site-notice p {
  color: #fff;
}
.site-notice a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.site-notice a:hover, .site-notice a:active, .site-notice a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.site-notice button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1100px) {
  .site-notice button {
    right: 50px;
  }
}
.site-notice button svg {
  width: 12px;
  height: auto;
}

body {
  background: #fff;
}
body:before {
  display: none;
  content: "mobile";
}
@media (min-width: 1100px) {
  body:before {
    content: "desktop";
  }
}
@media (max-width: 1099px) {
  body.site-nav-is-open {
    overflow: hidden;
  }
}
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
          box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
}

.site-header-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 1100px) {
  .site-header-wrap {
    padding: 25px 50px;
  }
}

.site-branding {
  margin-right: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 180px;
  -webkit-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
@media (min-width: 1100px) {
  .site-branding {
    width: 240px;
  }
}
.site-branding a {
  display: block;
}
.site-branding a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.site-nav-actions {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.site-nav-actions > div {
  margin-left: 20px;
}
.site-nav-actions > div:first-child {
  margin-left: 0;
}
@media (min-width: 1100px) {
  .site-nav-actions > div {
    margin-left: 15px;
  }
}
@media (min-width: 1100px) {
  .site-nav-actions {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
    margin-left: 30px;
    margin-right: 0;
  }
}
.site-nav-actions path {
  fill: rgba(56, 63, 61, 0.6);
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
.site-nav-actions a, .site-nav-actions button {
  display: block;
}
.site-nav-actions a svg, .site-nav-actions button svg {
  display: block;
}
.site-nav-actions a:hover path, .site-nav-actions a:active path, .site-nav-actions a:focus path, .site-nav-actions button:hover path, .site-nav-actions button:active path, .site-nav-actions button:focus path {
  fill: #383F3D;
}

.site-nav-cart a {
  position: relative;
}

.site-nav-cart-total {
  position: absolute;
  width: 21px;
  height: 21px;
  top: -10px;
  right: -15px;
  border-radius: 100%;
  color: #fff;
  background: #F04E38;
  text-align: center;
  line-height: 21px;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 11px;
}

.site-nav {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.site-nav a {
  text-decoration: none;
}

.site-nav-toggle {
  position: relative;
  z-index: 10;
  border: none;
  background-color: transparent;
  width: 30px;
  padding: 10px;
  height: 30px;
  border-radius: 100%;
  display: block;
}
@media (min-width: 1100px) {
  .site-nav-toggle {
    display: none;
  }
}

.site-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #383F3D;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  left: 0;
}

.site-nav-toggle-bar-top {
  top: 5px;
}
.site-nav-is-open .site-nav-toggle-bar-top {
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-nav-toggle-bar-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.site-nav-is-open .site-nav-toggle-bar-middle {
  width: 0;
}

.site-nav-toggle-bar-bottom {
  bottom: 5px;
}
.site-nav-is-open .site-nav-toggle-bar-bottom {
  bottom: auto;
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1099px) {
  .site-nav-wrap {
    background-color: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 30px;
  }
}

.site-nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1100px) {
  .site-nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style-type: none;
  }
}
.site-nav-menu > li {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(56, 63, 61, 0.1);
}
.site-nav-menu > li:last-child {
  border-bottom: none;
}
.site-nav-menu > li:hover > a, .site-nav-menu > li:active > a, .site-nav-menu > li:focus > a {
  color: #F04E38;
}
@media (min-width: 1100px) {
  .site-nav-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
.site-nav-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.92px;
  padding: 20px 0 10px;
  color: #383F3D;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1100px) {
  .site-nav-menu > li > a {
    letter-spacing: 1.3px;
    font-size: 14px;
    padding: 10px 30px;
  }
  .site-nav-menu > li > a:hover, .site-nav-menu > li > a:active, .site-nav-menu > li > a:focus {
    color: #F04E38;
  }
  .site-nav-menu > li > a svg {
    display: none;
  }
}
.site-nav-menu > li > a.btn-primary-outline, .site-nav-menu > li > a.age-gate-submit-no {
  padding: 10px 20px;
  margin-top: 30px;
}
.site-nav-menu > li > a.btn-primary-outline:hover, .site-nav-menu > li > a.age-gate-submit-no:hover, .site-nav-menu > li > a.btn-primary-outline:active, .site-nav-menu > li > a.age-gate-submit-no:active, .site-nav-menu > li > a.btn-primary-outline:focus, .site-nav-menu > li > a.age-gate-submit-no:focus {
  color: #fff !important;
}
@media (min-width: 1100px) {
  .site-nav-menu > li > a.btn-primary-outline, .site-nav-menu > li > a.age-gate-submit-no {
    margin-top: 0;
    padding: 6px 20px;
    min-width: 0;
  }
}
.site-nav-menu > li > a.site-nav-menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-nav-menu > li > a.site-nav-menu-dropdown svg {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  opacity: 0.25;
}
.site-nav-menu > li > a.site-nav-menu-dropdown svg path {
  fill: #383F3D;
}
.site-nav-menu > li > a.site-nav-menu-dropdown[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.site-nav-menu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1100px) {
  .site-nav-menu > li > ul {
    display: block;
    position: absolute;
    z-index: 999999;
    top: 100%;
    -webkit-transform: translateY(50px) translateX(-50%);
        -ms-transform: translateY(50px) translateX(-50%);
            transform: translateY(50px) translateX(-50%);
    left: 50%;
    width: 220px;
    background-color: #fff;
    margin: 0;
    padding: 20px 30px;
    list-style-type: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
            box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s;
    transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    opacity: 0;
    pointer-events: none;
  }
  .site-nav-menu > li > ul.is-open {
    -webkit-transform: translateY(0px) translateX(-50%);
        -ms-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav-menu > li > ul:before {
    position: absolute;
    content: "▲";
    width: 30px;
    text-align: center;
    height: 10px;
    -webkit-transform: scaleX(2);
        -ms-transform: scaleX(2);
            transform: scaleX(2);
    text-shadow: 0 -5px 10px rgba(56, 63, 61, 0.1);
    color: #fff;
    top: -16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-nav-menu > li > ul > li {
  margin: 0;
  padding: 0;
}
.site-nav-menu > li > ul > li > a {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 15px;
  font-weight: 500;
  color: rgba(56, 63, 61, 0.6);
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  font-family: "Lato", sans-serif;
}
.site-nav-menu > li > ul > li > a:hover, .site-nav-menu > li > ul > li > a:active, .site-nav-menu > li > ul > li > a:focus {
  color: #383F3D;
}
.site-nav-menu > li > ul > li > a:first-child {
  padding-top: 0;
}
@media (min-width: 1100px) {
  .site-nav-menu > li > ul > li > a {
    display: block;
    color: rgba(56, 63, 61, 0.6);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0;
  }
  .site-nav-menu > li > ul > li > a:first-child {
    padding-top: 10px;
  }
  .site-nav-menu > li > ul > li > a:hover, .site-nav-menu > li > ul > li > a:active, .site-nav-menu > li > ul > li > a:focus {
    color: #383F3D;
  }
}

.transparent-header .site-header {
  position: fixed;
}
.transparent-header .site-branding a {
  position: relative;
}
.transparent-header .site-branding-logo {
  opacity: 0;
}
.transparent-header .site-branding-logo-scrolled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.transparent-header:not(.is-scrolled) .site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.transparent-header:not(.is-scrolled) .site-branding-logo {
  opacity: 1;
}
.transparent-header:not(.is-scrolled) .site-branding-logo-scrolled {
  opacity: 0;
}
.transparent-header:not(.is-scrolled) .site-header-wrap {
  background-color: transparent;
}
.transparent-header:not(.is-scrolled) .site-nav-toggle-bar {
  background-color: #fff;
}
@media (min-width: 1100px) {
  .transparent-header:not(.is-scrolled) .site-nav-menu > li > a {
    color: #fff;
  }
  .transparent-header:not(.is-scrolled) .site-nav-menu > li > a:hover, .transparent-header:not(.is-scrolled) .site-nav-menu > li > a:active, .transparent-header:not(.is-scrolled) .site-nav-menu > li > a:focus {
    color: #F04E38;
  }
}
.transparent-header:not(.is-scrolled) .site-nav-actions path {
  fill: rgba(255, 255, 255, 0.6);
}
.transparent-header:not(.is-scrolled) .site-nav-actions a:hover path, .transparent-header:not(.is-scrolled) .site-nav-actions a:active path, .transparent-header:not(.is-scrolled) .site-nav-actions a:focus path {
  fill: #fff;
}

.transparent-header-enabled.solid-header .site-branding-logo {
  display: none;
}

@media (max-width: 1099px) {
  .nav-overlay .site-nav-wrap {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    padding: 60px;
  }
}
.nav-overlay.site-nav-is-open .site-nav-wrap {
  opacity: 1;
  pointer-events: auto;
}

.nav-offcanvas .site-header,
.nav-offcanvas .site-content,
.nav-offcanvas .site-footer,
.nav-offcanvas .site-attribution {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1099px) {
  .site-nav-is-open .nav-offcanvas .site-header,
.site-nav-is-open .nav-offcanvas .site-content,
.site-nav-is-open .nav-offcanvas .site-footer,
.site-nav-is-open .nav-offcanvas .site-attribution {
    -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
            transform: translateX(-320px);
  }
}
@media (max-width: 385px) {
  .site-nav-is-open .nav-offcanvas .site-header,
.site-nav-is-open .nav-offcanvas .site-content,
.site-nav-is-open .nav-offcanvas .site-footer,
.site-nav-is-open .nav-offcanvas .site-attribution {
    -webkit-transform: translateX(calc(-100vw + 65px));
        -ms-transform: translateX(calc(-100vw + 65px));
            transform: translateX(calc(-100vw + 65px));
  }
}
.nav-offcanvas .site-header {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1099px) {
  .nav-offcanvas .site-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
            transform: translateX(320px);
    height: 100vh;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding-top: 10px;
  }
}
@media (max-width: 385px) {
  .nav-offcanvas .site-nav-wrap {
    width: calc(100vw - 65px);
    -webkit-transform: translateX(calc(100vw - 65px));
        -ms-transform: translateX(calc(100vw - 65px));
            transform: translateX(calc(100vw - 65px));
  }
}
@media (max-width: 1099px) {
  .nav-offcanvas.site-nav-is-open .site-header,
.nav-offcanvas.site-nav-is-open .site-content,
.nav-offcanvas.site-nav-is-open .site-footer,
.nav-offcanvas.site-nav-is-open .site-attribution {
    -webkit-transform: translateX(-320px);
        -ms-transform: translateX(-320px);
            transform: translateX(-320px);
  }
}
@media (max-width: 385px) {
  .nav-offcanvas.site-nav-is-open .site-header,
.nav-offcanvas.site-nav-is-open .site-content,
.nav-offcanvas.site-nav-is-open .site-footer,
.nav-offcanvas.site-nav-is-open .site-attribution {
    -webkit-transform: translateX(calc(-100vw + 65px));
        -ms-transform: translateX(calc(-100vw + 65px));
            transform: translateX(calc(-100vw + 65px));
  }
}

@media (min-width: 1100px) {
  .site-header-logo-center .site-branding {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .site-header-logo-center .site-nav {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .site-header-logo-center .site-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1099px) {
  .site-header-logo-center .site-nav-menu:first-child {
    border-bottom: 1px solid rgba(56, 63, 61, 0.1);
  }
}
@media (min-width: 1100px) {
  .site-header-logo-center .site-nav-menu {
    width: calc(50% - 120px);
  }
  .site-header-logo-center .site-nav-menu:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav-ecommerce .site-header-logo-center .site-nav-menu:last-child {
    padding-right: 70px;
  }
  .site-header-logo-center .site-nav-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .site-header-logo-center .site-nav-menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1100px) {
  .site-header-logo-center .site-nav-actions {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1099px) {
  .nav-dark.site-nav-is-open.nav-overlay .site-nav-toggle-bar {
    background-color: #fff;
  }
  .nav-dark .site-header-logo-center .site-nav-menu:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .nav-dark .site-nav-wrap {
    background-color: #383F3D;
  }
  .nav-dark .site-nav-menu > li {
    border-color: rgba(255, 255, 255, 0.25);
  }
  .nav-dark .site-nav-menu > li > a {
    color: #fff;
  }
  .nav-dark .site-nav-menu > li > a:hover, .nav-dark .site-nav-menu > li > a:active, .nav-dark .site-nav-menu > li > a:focus {
    color: #F04E38;
  }
  .nav-dark .site-nav-menu > li > a.site-nav-menu-dropdown svg path {
    fill: #fff;
  }
  .nav-dark .site-nav-menu > li > ul > li > a {
    color: rgba(255, 255, 255, 0.6);
  }
  .nav-dark .site-nav-menu > li > ul > li > a:hover, .nav-dark .site-nav-menu > li > ul > li > a:active, .nav-dark .site-nav-menu > li > ul > li > a:focus {
    color: #fff;
  }
}

.transparent-header-enabled.single-product .site-branding-logo, .transparent-header-enabled.single-post .site-branding-logo {
  display: none !important;
}

.site-search .modal-dialog {
  max-width: 720px;
}
.site-search .modal-content {
  background-color: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .site-search .modal-content {
    padding: 60px;
  }
}
.site-search .modal-content h1 {
  text-align: center;
}

.site-search-form input[type=search] {
  height: 56px;
}
.site-search-form button {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .site-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-search-form button {
    margin-top: 0;
    width: auto;
    margin-left: 30px;
  }
}

.site-footer {
  padding: 60px 0;
  background-color: #383F3D;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .site-footer {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .site-footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer .footer-item {
  margin-bottom: 30px;
  text-align: center;
}
.site-footer .footer-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-item {
    margin-bottom: 0;
    text-align: left;
  }
}
.site-footer .footer-item h4 {
  color: #fff;
  margin-bottom: 10px;
}
.site-footer .footer-item p, .site-footer .footer-item ul {
  color: #fff;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.site-footer .footer-item p:last-child, .site-footer .footer-item ul:last-child {
  margin-bottom: 0;
}
.site-footer .footer-item p a, .site-footer .footer-item ul a {
  color: #fff;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.site-footer .footer-item p a:hover, .site-footer .footer-item p a:active, .site-footer .footer-item p a:focus, .site-footer .footer-item ul a:hover, .site-footer .footer-item ul a:active, .site-footer .footer-item ul a:focus {
  opacity: 0.6;
}

.footer-social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-social-links li {
  margin-right: 12px;
}
.footer-social-links li:last-child {
  margin-right: 0;
}
.footer-social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.footer-social-links li a path {
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
.footer-social-links li a:hover, .footer-social-links li a:active, .footer-social-links li a:focus {
  background-color: #fff;
}
.footer-social-links li a:hover path, .footer-social-links li a:active path, .footer-social-links li a:focus path {
  fill: #383F3D;
}

.site-attribution {
  padding: 30px 0;
  background-color: #383F3D;
  text-align: center;
}
.site-attribution .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .site-attribution .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-attribution .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .site-attribution .flex-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.site-attribution .flex-item p {
  margin: 0;
}
@media (min-width: 768px) {
  .site-attribution .flex-item p {
    margin-right: 5px;
  }
}
.site-attribution .footer-separator {
  display: none;
}
@media (min-width: 992px) {
  .site-attribution .footer-separator {
    display: inline-block;
    opacity: 0.6;
  }
}
.site-attribution p {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .site-attribution p {
    margin-bottom: 0;
  }
}
.site-attribution p a {
  color: rgba(255, 255, 255, 0.6);
}
.site-attribution p a:hover, .site-attribution p a:active, .site-attribution p a:focus {
  color: #fff;
}

.site-policies-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .site-policies-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .site-policies-menu li {
    margin-right: 10px;
  }
  .site-policies-menu li:last-child {
    margin-right: 0;
  }
}
.site-policies-menu li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.site-policies-menu li a:hover, .site-policies-menu li a:active, .site-policies-menu li a:focus {
  color: #fff;
}

.site-footer-disclaimer {
  text-align: left;
  margin-bottom: 30px;
}
.site-footer-disclaimer p {
  font-size: 80%;
  margin-bottom: 20px;
}
.site-footer-disclaimer p:last-child {
  margin-bottom: 0;
}

.site-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-by {
    margin-top: 0;
  }
}
.site-by a:hover path, .site-by a:active path, .site-by a:focus path {
  fill: #F04E38;
}
.site-by a:hover circle, .site-by a:active circle, .site-by a:focus circle {
  opacity: 1;
}
.site-by a:hover svg, .site-by a:active svg, .site-by a:focus svg {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.site-by span, .site-by svg {
  display: block;
}
.site-by svg {
  margin-left: 10px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}
.site-by svg circle {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.site-by svg path {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}

.post-password-form input[type=submit] {
  margin-top: 20px;
}

.blog .site-main {
  background-color: rgba(56, 63, 61, 0.05);
}

.post-list-title {
  padding: 30px 0;
  margin-bottom: 0;
}

.post-list-featured {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .post-list-featured {
    padding-top: 60px;
  }
}

.post-list-header {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .post-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.post-list-filter {
  position: relative;
  width: 100%;
  min-width: 235px;
}
@media (min-width: 768px) {
  .post-list-filter {
    width: auto;
  }
}
.post-list-filter.open .post-list-filter-dropdown {
  opacity: 1;
  pointer-events: auto;
}

.post-list-filter-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 2px solid rgba(56, 63, 61, 0.05);
}
.post-list-filter-toggle svg {
  display: block;
  margin-left: 10px;
}

.post-list-filter-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  pointer-events: none;
  background-color: #fff;
  border: 2px solid rgba(56, 63, 61, 0.05);
  border-top: none;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.post-list-filter-dropdown li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.post-list-filter-dropdown li a:hover, .post-list-filter-dropdown li a:active, .post-list-filter-dropdown li a:focus {
  background-color: rgba(56, 63, 61, 0.05);
}

@media (min-width: 992px) {
  .post-list-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.post-list-content {
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-list-content {
    padding-bottom: 20px;
  }
}
.post-list-content .post-card {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-list-content .post-card {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .post-list-sidebar {
    width: 30%;
    min-width: 30%;
    margin-left: 40px;
  }
}

.post-list-footer {
  text-align: center;
}
.post-list-footer .pagination {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .post-list-footer .pagination {
    padding-bottom: 60px;
  }
}

.post-detail {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .post-detail {
    padding: 120px 0;
  }
}

.post-detail-header {
  padding-bottom: 40px;
}
.post-detail-header p {
  margin-bottom: 0;
}
.post-detail-header h1 {
  margin-bottom: 0;
}

.post-detail-featured-image {
  padding: 30px 0;
}
.post-detail-featured-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.post-detail-content figure {
  margin: 0;
  margin-bottom: 30px;
  width: auto !important;
  max-width: 100%;
}

.post-detail-footer {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .post-detail-footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-detail-footer h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post-detail-footer h3 {
    margin-bottom: 0;
  }
}

.post-detail-related {
  background-color: rgba(56, 63, 61, 0.05);
  padding: 60px 0;
}
@media (min-width: 992px) {
  .post-detail-related {
    padding: 90px 0 40px;
  }
}

.post-detail-related-header {
  text-align: center;
}
.post-detail-related-header h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post-detail-related-header h2 {
    font-size: 50px;
  }
}

.woocommerce-products-header {
  display: none !important;
}

.product-list-wrap {
  padding-top: 0;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .product-list-wrap {
    padding-top: 10px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.product-list {
  width: 100%;
}

@media (min-width: 992px) {
  .product-list-sidebar {
    width: 200px;
    min-width: 200px;
    margin-right: 40px;
  }
}
.product-list-sidebar .widget {
  margin-bottom: 30px;
}
.product-list-sidebar .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .woocommerce .products ul, .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce .products ul li.product, .woocommerce ul.products li.product {
  clear: none;
  float: none !important;
  width: 100% !important;
  max-width: 350px;
  margin: 0 auto 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0;
  border-radius: 4px;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link, .woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link:hover h2, .woocommerce .products ul li.product .woocommerce-loop-product__link:active h2, .woocommerce .products ul li.product .woocommerce-loop-product__link:focus h2, .woocommerce ul.products li.product .woocommerce-loop-product__link:hover h2, .woocommerce ul.products li.product .woocommerce-loop-product__link:active h2, .woocommerce ul.products li.product .woocommerce-loop-product__link:focus h2 {
  color: #F04E38;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link img, .woocommerce .products ul li.product .woocommerce-loop-product__link h2, .woocommerce .products ul li.product .woocommerce-loop-product__link .price, .woocommerce ul.products li.product .woocommerce-loop-product__link img, .woocommerce ul.products li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link .price {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link .jdgm-widget, .woocommerce ul.products li.product .woocommerce-loop-product__link .jdgm-widget {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 5px;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link h2, .woocommerce ul.products li.product .woocommerce-loop-product__link h2 {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link .star-rating, .woocommerce ul.products li.product .woocommerce-loop-product__link .star-rating {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 30px;
}
.woocommerce .products ul li.product .woocommerce-loop-product__link .price, .woocommerce ul.products li.product .woocommerce-loop-product__link .price {
  font-size: 18px;
}
.woocommerce .products ul li.product .button, .woocommerce ul.products li.product .button {
  background: transparent;
  min-width: 0;
  padding: 20px;
}
.woocommerce .products ul li.product .added_to_cart, .woocommerce ul.products li.product .added_to_cart {
  display: block;
  color: #383F3D;
  width: 100%;
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 14px;
}
.woocommerce .products ul li.product .added_to_cart:hover, .woocommerce .products ul li.product .added_to_cart:active, .woocommerce .products ul li.product .added_to_cart:focus, .woocommerce ul.products li.product .added_to_cart:hover, .woocommerce ul.products li.product .added_to_cart:active, .woocommerce ul.products li.product .added_to_cart:focus {
  color: #F04E38;
}
@media (min-width: 576px) {
  .woocommerce .products ul.columns-2 li.product, .woocommerce ul.products.columns-2 li.product {
    max-width: none;
    width: calc(50% - 15px) !important;
    margin-left: 0 !important;
    margin-right: 30px !important;
  }
  .woocommerce .products ul.columns-2 li.product:nth-child(2n), .woocommerce ul.products.columns-2 li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .woocommerce .products ul.columns-3 li.product, .woocommerce ul.products.columns-3 li.product {
    width: calc(50% - 15px) !important;
    margin-right: 30px !important;
    margin-left: 0 !important;
    max-width: none;
  }
  .woocommerce .products ul.columns-3 li.product:nth-child(2n), .woocommerce ul.products.columns-3 li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .products ul.columns-3 li.product, .woocommerce ul.products.columns-3 li.product {
    width: calc(33.333333% - 20px) !important;
  }
  .woocommerce .products ul.columns-3 li.product:nth-child(2n), .woocommerce ul.products.columns-3 li.product:nth-child(2n) {
    margin-right: 30px !important;
  }
  .woocommerce .products ul.columns-3 li.product:nth-child(3n), .woocommerce ul.products.columns-3 li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .woocommerce .products ul.columns-4 li.product, .woocommerce ul.products.columns-4 li.product {
    width: calc(50% - 15px) !important;
    margin-right: 30px !important;
    margin-left: 0 !important;
    max-width: none;
  }
  .woocommerce .products ul.columns-4 li.product:nth-child(2n), .woocommerce ul.products.columns-4 li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .woocommerce .products ul.columns-4 li.product, .woocommerce ul.products.columns-4 li.product {
    width: calc(33.333333% - 20px) !important;
  }
  .woocommerce .products ul.columns-4 li.product:nth-child(2n), .woocommerce ul.products.columns-4 li.product:nth-child(2n) {
    margin-right: 30px !important;
  }
  .woocommerce .products ul.columns-4 li.product:nth-child(3n), .woocommerce ul.products.columns-4 li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .woocommerce .products ul.columns-4 li.product, .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 22.5px) !important;
  }
  .woocommerce .products ul.columns-4 li.product:nth-child(3n), .woocommerce ul.products.columns-4 li.product:nth-child(3n) {
    margin-right: 30px !important;
  }
  .woocommerce .products ul.columns-4 li.product:nth-child(4n), .woocommerce ul.products.columns-4 li.product:nth-child(4n) {
    margin-right: 0 !important;
  }
}

.widget_product_search form {
  position: relative;
}
.widget_product_search button[type=submit] {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  text-indent: -9999px;
  background-image: url(../img/forms/search.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.widget_product_search button[type=submit]:hover, .widget_product_search button[type=submit]:active, .widget_product_search button[type=submit]:focus {
  opacity: 0.6;
}

.product-detail {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .product-detail {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .product-detail div.images {
    margin-bottom: 0 !important;
  }
}
.product-detail > .container, .product-detail > .woocommerce-notices-wrapper, .product-detail > .product-list-wrap {
  position: relative;
}

.product-detail-footer {
  padding: 60px 0 10px;
  background: rgba(56, 63, 61, 0.05);
}
@media (min-width: 992px) {
  .product-detail-footer {
    padding-bottom: 20px;
  }
}

.woocommerce div.product .product-detail p.price, .woocommerce div.product .product-detail span.price, .woocommerce div.product .product-detail .one-time-option-details {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

small.wcsatt-sub-options {
  font-size: 100%;
}

.store-locator-content {
  padding: 30px 0 0;
  margin-bottom: -30px;
}

.gmw-form-wrapper {
  margin: 0;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .gmw-form-wrapper .gmw-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .gmw-form-wrapper .gmw-form-field-wrapper label {
    margin: 15px 0 5px;
  }
}

@media (min-width: 992px) {
  .gmw-address-field-wrapper {
    width: 100%;
  }
}

div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit] {
  min-width: 0;
  padding: 11.5px 25px;
}
@media (max-width: 991.98px) {
  div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit] {
    width: 100%;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.gmw-form-wrapper .gmw-form-field-wrapper {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .gmw-form-wrapper .gmw-form-field-wrapper {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .gmw-form-wrapper .gmw-form-field-wrapper:last-child {
    margin-right: 0;
  }
}

.gmw-search-form-taxonomies .gmw-form-field-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .gmw-search-form-taxonomies .gmw-form-field-wrapper {
    margin-bottom: 0;
    margin-right: 30px !important;
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .gmw-distance-field-wrapper {
    min-width: 100px;
  }
}

@media (max-width: 991.98px) {
  .gmw-submit-field-wrapper {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .gmw-submit-field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0 !important;
  }
}

div.gmw-form-wrapper .gmw-submit, div.gmw-form-wrapper input[type=submit] {
  margin: 0;
}

.gmw-results-wrapper {
  background-color: rgba(56, 63, 61, 0.05);
  padding: 30px;
}
@media (min-width: 992px) {
  .gmw-results-wrapper {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .gmw-results-wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gmw-results-wrapper .flex-item:first-child {
  background-color: #fff;
}
@media (min-width: 992px) {
  .gmw-results-wrapper .flex-item:first-child {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .gmw-results-wrapper .flex-item:last-child {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .gmw-results-wrapper .flex-item:last-child .gmw-map-wrapper {
    height: 100% !important;
  }
}

.gmw-results {
  padding: 30px;
}
@media (min-width: 992px) {
  .gmw-results {
    height: calc(100vh - 200px);
    overflow: scroll;
    padding: 40px;
  }
}

.gmw-results-count {
  color: rgba(56, 63, 61, 0.6);
  font-size: 14px;
}

.gmw-posts-wrapper {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
}
.gmw-posts-wrapper > li {
  border-bottom: 1px solid rgba(56, 63, 61, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.gmw-posts-wrapper > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gmw-posts-wrapper > li h3 {
  margin-bottom: 10px;
}
.gmw-posts-wrapper > li h3 span {
  color: rgba(56, 63, 61, 0.6);
  font-size: 80%;
  display: inline-block;
  margin-left: 5px;
}

.template-coming-soon {
  min-height: 100vh;
}

.coming-soon {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.coming-soon-content {
  width: calc(100% - 48px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*
* Modules
*/
.module-50-50 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .module-50-50 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.module-50-50 .module-part-content {
  padding: 50px 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-content {
    padding: 90px;
    width: 50%;
  }
}
.module-50-50 .module-part-content-wrap {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.module-50-50 .module-part-buttons {
  margin-bottom: -10px;
}
.module-50-50 .module-part-buttons a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.module-50-50 .module-part-buttons a:last-child {
  margin-right: 0;
}
.module-50-50 .module-part-image {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-image {
    width: 50%;
    padding: 0;
  }
}
.module-50-50 .module-part-image img {
  display: block;
  width: 100%;
  max-height: 400px;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
.module-50-50 .module-part-image .btn-play {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.module-50-50 .module-part-image iframe {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .module-50-50.module-setting-image-side-left .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.module-50-50.module-setting-bg-dark * {
  color: #fff;
}
@media (min-width: 992px) {
  .module-50-50.module-setting-width-full .module-part-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
.module-50-50.module-setting-width-contained .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1480px) {
  .module-50-50.module-setting-width-contained .flex {
    max-width: 1240px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .module-50-50.module-setting-width-contained .module-part-content {
    padding: 0;
    padding-right: 90px;
  }
}
@media (min-width: 992px) {
  .module-50-50.module-setting-width-contained .module-part-image img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .module-50-50.module-setting-width-contained.module-setting-image-side-left .module-part-content {
    padding-right: 0;
    padding-left: 90px;
  }
}

.module-accordion {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .module-accordion {
    padding: 90px 0;
  }
}
.module-accordion .module-part-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .module-accordion .module-part-content {
    margin-bottom: 40px;
  }
}
.module-accordion.module-setting-bg-dark * {
  color: #fff;
}
.module-accordion.module-setting-bg-dark .accordion__header {
  border-color: rgba(255, 255, 255, 0.05);
}
.module-accordion.module-setting-bg-dark .accordion__header path {
  fill: #fff;
}
.module-accordion.module-setting-bg-dark .accordion__header:hover, .module-accordion.module-setting-bg-dark .accordion__header:active, .module-accordion.module-setting-bg-dark .accordion__header:focus {
  color: #fff;
}

.accordion {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.accordion__header {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 0;
  border: none;
  padding-right: 60px;
  border-top: 3px solid rgba(56, 63, 61, 0.05);
  cursor: pointer;
}
.accordion__header h3 {
  color: #383F3D;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: left;
  margin: 0;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.accordion__header:first-child {
  border-top: 0;
}
.accordion__header:hover h3, .accordion__header:active h3, .accordion__header:focus h3 {
  color: #F04E38;
}
.accordion__header svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.accordion__header[aria-expanded=true] h3 {
  color: #F04E38;
}
.accordion__header[aria-expanded=true] svg {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.accordion__panel {
  padding: 20px 0;
}

.module-cta-grid {
  padding: 20px;
}
.module-cta-grid .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.module-cta-grid .cta {
  position: relative;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.module-cta-grid .cta:after {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.module-cta-grid .cta:hover:after, .module-cta-grid .cta:active:after, .module-cta-grid .cta:focus:after {
  background-color: #f04e38;
  opacity: 0.6;
}
.module-cta-grid .cta .cta-image {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.module-cta-grid .cta .cta-content {
  width: 100%;
  padding: 20px;
  padding-top: 30%;
}
.module-cta-grid .cta .cta-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.module-cta-grid .cta .cta-description p {
  color: #fff;
}
@media (min-width: 992px) {
  .module-cta-grid .flex-col-2 {
    margin-bottom: -20px;
  }
}
@media (min-width: 768px) {
  .module-cta-grid .flex-col-2 .flex-col-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .module-cta-grid .flex-col-2 .flex-col-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .module-cta-grid .flex-col-3 {
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) {
  .module-cta-grid .flex-col-3 .flex-col-item {
    width: calc(33.333333% - 14px);
    margin-right: 20px;
  }
  .module-cta-grid .flex-col-3 .flex-col-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .module-cta-grid .flex-col-4 .flex-col-item {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .module-cta-grid .flex-col-4 .flex-col-item:nth-child(2n) {
    margin-right: 20px;
  }
  .module-cta-grid .flex-col-4 .flex-col-item:nth-child(4n) {
    margin-right: 0;
  }
}

.module-featured-3-col .module-part-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .module-featured-3-col .module-part-content {
    margin-bottom: 40px;
  }
}
.module-featured-3-col .column-content {
  width: 100%;
  padding: 30px 0 0;
  text-align: center;
}
.module-featured-3-col .column-image {
  position: relative;
  padding-bottom: 56.25%;
}
.module-featured-3-col .column-image img {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.module-featured-3-col .column-image .btn-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
      -ms-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.module-featured-3-col .column-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .module-featured-3-col .flex-col-3 {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .module-featured-3-col .flex-col-2 {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .module-featured-3-col .flex-col-4 {
    margin-bottom: -40px;
  }
}
.module-featured-3-col.module-setting-image-display-contain .column-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.module-full-width-cta {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .module-full-width-cta {
    padding: 120px 0;
  }
}
.module-full-width-cta .content-wrap {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.module-full-width-cta .content-wrap *:not([class|=btn]) {
  color: #fff;
}
.module-full-width-cta .module-part-content {
  text-align: center;
}
.module-full-width-cta .module-part-content-wrap {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.module-full-width-cta .module-part-content-wrap p {
  color: #fff;
}
.module-full-width-cta .module-part-content-wrap p:last-child {
  margin-bottom: 40px;
}
.module-full-width-cta .module-part-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-bottom: 15px;
}

.module-gallery {
  padding: 60px 0 36px;
}
@media (min-width: 992px) {
  .module-gallery {
    padding: 90px 0 66px;
  }
}
.module-gallery .module-part-heading {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .module-gallery .module-part-heading {
    margin-bottom: 40px;
  }
}
.module-gallery .module-part-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
}
.module-gallery .gallery-image {
  background-color: #383F3D;
  position: relative;
  overflow: hidden;
}
.module-gallery .gallery-image a {
  display: block;
}
.module-gallery .gallery-image a img {
  display: block;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(56, 63, 61, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 57px;
  height: 49px;
  background-image: url(../img/camera.svg);
  display: block;
  background-size: 57px 49px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:hover:before, .module-gallery .gallery-image a:hover:after, .module-gallery .gallery-image a:active:before, .module-gallery .gallery-image a:active:after, .module-gallery .gallery-image a:focus:before, .module-gallery .gallery-image a:focus:after {
  opacity: 0.99;
}
.module-gallery.grid .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.module-gallery.grid .gallery-image {
  width: calc(50% - 13px);
  padding-bottom: calc(50% - 13px);
  margin: 0;
  margin-right: 24px;
  margin-bottom: 24px;
}
.module-gallery.grid .gallery-image:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .module-gallery.grid .gallery-image {
    width: calc(33.3333333% - 17px);
    padding-bottom: calc(33.3333333% - 17px);
  }
  .module-gallery.grid .gallery-image:nth-child(2n) {
    margin-right: 24px;
  }
  .module-gallery.grid .gallery-image:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .module-gallery.grid .gallery-image {
    width: calc(25% - 19px);
    padding-bottom: calc(25% - 19px);
  }
  .module-gallery.grid .gallery-image:nth-child(3n) {
    margin-right: 24px;
  }
  .module-gallery.grid .gallery-image:nth-child(4n) {
    margin-right: 0;
  }
}
.module-gallery.grid .gallery-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-gallery.masonry .grid-sizer {
  width: 50%;
}
@media (min-width: 992px) {
  .module-gallery.masonry .grid-sizer {
    width: 33.333333%;
  }
}
.module-gallery.masonry .gallery-image,
.module-gallery.masonry .grid-sizer {
  margin: 0;
  padding: 0;
  width: calc(50% - 12px);
}
@media (min-width: 992px) {
  .module-gallery.masonry .gallery-image,
.module-gallery.masonry .grid-sizer {
    width: calc(33.333333% - 16px);
  }
}
.module-gallery.masonry .gallery-image {
  margin-bottom: 24px;
}
.module-gallery .module-part-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -30px;
}
.module-gallery .module-part-logos .flex-item {
  width: 33.333333%;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .module-gallery .module-part-logos .flex-item {
    width: auto;
  }
}
@media (min-width: 992px) {
  .module-gallery .module-part-logos .flex-item {
    padding: 0 30px;
  }
}
.module-gallery .module-part-logos .flex-item a {
  display: inline-block;
}
.module-gallery .module-part-logos .flex-item img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.module-mini-slider {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .module-mini-slider {
    padding: 60px 0;
  }
}
.module-mini-slider .slick-dotted.slick-slider {
  margin: 0;
}
.module-mini-slider .slick-list {
  overflow: visible;
}
.module-mini-slider .slides .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module-mini-slider .slides .slick-dots {
  bottom: initial;
  margin-top: 35px;
  position: relative;
}
.module-mini-slider .slides .slick-dots li button::before {
  font-size: 18px;
  opacity: 1;
  color: rgba(56, 63, 61, 0.1);
}
.module-mini-slider .slides .slick-dots li.slick-active button::before {
  color: #f46036;
}
.module-mini-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
  height: auto;
}
@media (min-width: 768px) {
  .module-mini-slider .slide {
    padding: 0 20px;
  }
}
.module-mini-slider .slide.slick-center .slide-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.module-mini-slider .slide-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.module-mini-slider .slide-content {
  padding: 100px 15px 60px;
  -webkit-transform: scaleY(0.9);
      -ms-transform: scaleY(0.9);
          transform: scaleY(0.9);
  opacity: 0.6;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
          box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
}
@media (min-width: 768px) {
  .module-mini-slider .slide-content {
    -webkit-transform: scaleY(0.9);
        -ms-transform: scaleY(0.9);
            transform: scaleY(0.9);
    padding: 60px;
    padding-top: 200px;
  }
}
.module-mini-slider .slide-content * {
  color: #fff;
}
.module-mini-slider .slide-text {
  max-width: 550px;
}
.module-mini-slider .slide-title {
  font-size: 38px;
  max-width: 400px;
}
.module-mini-slider.module-setting-bg-dark .slick-dots li button::before {
  color: rgba(255, 255, 255, 0.1);
}
.module-mini-slider.module-setting-bg-dark .slick-dots li.slick-active button::before {
  color: #fff;
}

.module-tabs {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .module-tabs {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .module-tabs.module-setting-bg-dark .tabs-nav {
    border-color: rgba(255, 255, 255, 0.05);
  }
  .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active a {
    color: #fff;
  }
  .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item a {
    color: rgba(255, 255, 255, 0.4);
  }
  .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active {
    border-color: #fff;
  }
}
.module-tabs .module-part-text {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.module-tabs .module-part-content-wrap {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.module-tabs .tabs-dropdown {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
          box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
}
@media (min-width: 992px) {
  .module-tabs .tabs-dropdown {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.module-tabs .tabs-dropdown.open .tabs-nav {
  display: block;
}
.module-tabs .tabs-dropdown.open .tabs-dropdown-toggle .chevron {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.module-tabs .tabs-dropdown-toggle {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .module-tabs .tabs-dropdown-toggle {
    display: none;
  }
}
.module-tabs .tabs-dropdown-toggle::after {
  content: "mobile-navigation";
  display: none;
}
@media (min-width: 992px) {
  .module-tabs .tabs-dropdown-toggle::after {
    content: "desktop-navigation";
  }
}
.module-tabs .tabs-dropdown-toggle .active {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #383F3D;
}
.module-tabs .tabs-dropdown-toggle .chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.module-tabs .tabs-nav {
  border-radius: 0 0 4px 4px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav {
    border-bottom: 3px solid rgba(56, 63, 61, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav .tabs-nav-item {
    border-bottom: 8px solid transparent;
  }
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav .tabs-nav-item.active {
    border-bottom: 8px solid #F04E38;
  }
}
.module-tabs .tabs-nav .tabs-nav-item.active a {
  color: #383F3D;
}
.module-tabs .tabs-nav .tabs-nav-item-link {
  color: rgba(56, 63, 61, 0.6);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav .tabs-nav-item-link {
    padding: 28px 30px 20px;
  }
}
.module-tabs .tabs-content {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .module-tabs .tabs-content {
    padding-top: 60px;
  }
}
.module-tabs .tabs-content > .tabs-content-pane {
  display: none;
}
.module-tabs .tabs-content > .active {
  display: block;
}

.module-testimonial {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-testimonial {
    padding: 120px 0;
  }
}
.module-testimonial .module-part-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.module-testimonial .module-part-content blockquote {
  margin: 0;
  padding: 0;
}
.module-testimonial .module-part-content p {
  font-size: 26px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  font-style: italic;
  line-height: 1.538461538;
}
.module-testimonial .module-part-content cite {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  font-family: "Lato", sans-serif;
}
.module-testimonial .module-part-content cite span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.module-testimonial.module-setting-bg-dark cite {
  color: #fff;
}

.module-testimonial-slider .module-part-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .module-testimonial-slider .module-part-heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .module-testimonial-slider .module-part-title {
    margin-bottom: 0;
  }
}
.module-testimonial-slider .testimonial-slide {
  height: auto;
  padding: 40px 25px;
  background-color: #ffffff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .module-testimonial-slider .testimonial-slide {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .module-testimonial-slider .slide-content blockquote p {
    font-size: 24px;
    line-height: 47px;
  }
}
.module-testimonial-slider .swiper-horizontal > .swiper-pagination-bullets, .module-testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .module-testimonial-slider .swiper-pagination-custom, .module-testimonial-slider .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}
.module-testimonial-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .module-testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet, .module-testimonial-slider .swiper-pagination-custom .swiper-pagination-bullet, .module-testimonial-slider .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(56, 63, 61, 0.2);
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  opacity: 1;
  margin: 0 7px;
}
.module-testimonial-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active, .module-testimonial-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .module-testimonial-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .module-testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active, .module-testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .module-testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .module-testimonial-slider .swiper-pagination-custom .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active, .module-testimonial-slider .swiper-pagination-custom .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .module-testimonial-slider .swiper-pagination-custom .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .module-testimonial-slider .swiper-pagination-fraction .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active, .module-testimonial-slider .swiper-pagination-fraction .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .module-testimonial-slider .swiper-pagination-fraction .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus {
  background-color: rgba(56, 63, 61, 0.6);
}
.module-testimonial-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .module-testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active, .module-testimonial-slider .swiper-pagination-custom .swiper-pagination-bullet-active, .module-testimonial-slider .swiper-pagination-fraction .swiper-pagination-bullet-active {
  background-color: #F04E38;
}
.module-testimonial-slider.module-setting-bg-white .testimonial-slide {
  background-color: rgba(56, 63, 61, 0.05);
}

.testimonial {
  width: 100%;
  text-align: center;
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
}
.testimonial blockquote p {
  color: #201d39;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .testimonial blockquote p {
    margin-bottom: 50px;
  }
}
.testimonial img {
  display: inline-block !important;
  width: 66px;
  height: 66px;
  margin-bottom: 20px;
  border-radius: 100%;
}
.testimonial cite {
  display: block;
  font-style: normal;
  color: #201d39;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.testimonial cite span {
  display: block;
  color: #7b798b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 5px;
}

.module-video .module-part-content {
  position: relative;
  overflow: hidden;
}
.module-video .module-part-content:before {
  content: "";
  position: absolute;
  z-index: 10;
  background-color: rgba(58, 51, 53, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-video .module-part-content img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 44vw;
  max-height: 620px;
  min-height: 370px;
}
.module-video .module-part-content button {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
}

.module-image img {
  display: block;
  width: 100%;
  height: 44vw;
  max-height: 666px;
  min-height: 370px;
}

.module-text {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-text {
    padding: 80px 0;
  }
}
.module-text .module-part-heading {
  text-align: center;
}
.module-text .module-part-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.module-text .module-part-heading + .module-part-content {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module-text .module-part-heading + .module-part-content {
    margin-top: 40px;
  }
}
.module-text.module-setting-columns-one .module-part-content {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .module-text.module-setting-columns-two .module-part-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.module-text.module-setting-columns-long .module-part-heading {
  text-align: left;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.module-text.module-setting-columns-long .module-part-title {
  max-width: none;
}
.module-text.module-setting-columns-long .module-part-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .module-text.module-setting-columns-long .module-part-heading + .module-part-content {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .module-newsletter .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.module-newsletter .module-part-content {
  text-align: center;
}
@media (min-width: 992px) {
  .module-newsletter .module-part-content {
    text-align: left;
  }
}
.module-newsletter .module-part-title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .module-newsletter .module-part-title {
    font-size: 36px;
  }
}
.module-newsletter .module-part-form {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .module-newsletter .module-part-form {
    margin-top: 0;
    margin-left: 30px;
    min-width: 600px;
  }
}
.module-newsletter.module-setting-bg-white input[type=email] {
  background-color: rgba(56, 63, 61, 0.05);
  border: none;
}

.module-team {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-team {
    padding: 80px 0 40px;
  }
}
.module-team .module-part-heading {
  text-align: center;
}
.module-team .module-part-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.module-team .module-part-heading + .module-part-team {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module-team .module-part-heading + .module-part-team {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .module-team .module-part-team {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.module-team .module-part-team .team-card {
  -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
          box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module-team .module-part-team button.team-card:hover h3, .module-team .module-part-team button.team-card:active h3, .module-team .module-part-team button.team-card:focus h3 {
  color: #F04E38;
}
.module-team .module-part-team .team-card-image {
  display: block;
  width: 100%;
  height: 250px;
}
.module-team .module-part-team .team-card-content {
  padding: 20px 30px;
  width: 100%;
}
.module-team .module-part-team .team-card-content h3 {
  margin-bottom: 0;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.module-team .module-part-team .team-card-content p {
  line-height: 1.4;
  margin-top: 10px;
}

.module-featured-product {
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .module-featured-product {
    padding: 80px 0;
  }
}
.module-featured-product .container, .module-featured-product .woocommerce-notices-wrapper, .module-featured-product .product-list-wrap {
  position: relative;
}
.module-featured-product .module-part-pretitle {
  margin-bottom: 10px;
}
.module-featured-product .module-part-title {
  margin-bottom: 10px;
}
.module-featured-product .module-part-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-featured-product .module-part-content .flex p {
  margin: 0;
  color: rgba(56, 63, 61, 0.6);
  font-size: 16px;
}
.module-featured-product .module-part-content .flex-item {
  margin-right: 10px;
}
.module-featured-product .module-part-content .flex-item:last-child {
  margin-right: 0;
}
.module-featured-product .module-part-content .woocommerce .star-rating {
  float: none;
  color: #F04E38;
}
.module-featured-product .module-part-content .woocommerce .star-rating:before {
  color: #F04E38;
}
.module-featured-product .module-part-content p {
  font-size: 22px;
  color: #383F3D;
}
@media (max-width: 991.98px) {
  .module-featured-product .module-part-image {
    margin-top: 40px;
  }
  .module-featured-product .module-part-image img {
    display: block;
    width: calc(100% - 40px);
    max-width: 570px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .module-featured-product .module-part-image {
    position: absolute;
    top: -40px;
    right: 0;
    bottom: -80px;
    width: 40%;
  }
  .module-featured-product .module-part-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.module-featured-product.module-setting-bg-dark .module-part-content .flex p {
  color: rgba(255, 255, 255, 0.6);
}
.module-featured-product.module-setting-bg-brand .module-part-content .flex p {
  color: rgba(255, 255, 255, 0.6);
}
.module-featured-product.module-setting-bg-brand .module-part-content .woocommerce .star-rating {
  float: none;
  color: #383F3D;
}
.module-featured-product.module-setting-bg-brand .module-part-content .woocommerce .star-rating:before {
  color: #383F3D;
}

.module-recent-posts {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-recent-posts {
    padding: 80px 0 40px;
  }
}
.module-recent-posts .module-part-heading {
  text-align: center;
}
.module-recent-posts .module-part-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.module-recent-posts .module-part-content {
  margin-top: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.module-recent-posts .flex-col {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module-recent-posts .flex-col {
    margin-top: 40px;
  }
}
.module-recent-posts .module-part-footer {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .module-recent-posts .module-part-footer {
    margin-top: 0;
  }
}

.module-product-grid {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-product-grid {
    padding: 80px 0;
  }
}
.module-product-grid .module-part-heading {
  text-align: center;
}
.module-product-grid .module-part-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.module-product-grid .module-part-content {
  margin-top: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.module-product-grid .module-part-product-list {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .module-product-grid .module-part-product-list {
    margin-top: 40px;
  }
}

.module-instagram .container-fluid, .module-instagram .container-sm, .module-instagram .container-md, .module-instagram .container-lg, .module-instagram .container-xl, .module-instagram .container-xxl {
  padding-left: 15px;
  padding-right: 25px;
}
@media (min-width: 1100px) {
  .module-instagram .container-fluid, .module-instagram .container-sm, .module-instagram .container-md, .module-instagram .container-lg, .module-instagram .container-xl, .module-instagram .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.module-instagram img {
  margin: 0 10px;
  display: block;
}
.module-instagram #sb_instagram {
  padding-bottom: 0 !important;
}
.module-instagram .sb_instagram_header {
  padding: 0 !important;
}
.module-instagram #sbi_images {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  width: calc(100% + 40px) !important;
}

.module {
  outline: none;
}
.module.module-setting-bg-white {
  background-color: #fff;
}
.module.module-setting-bg-light {
  background-color: rgba(56, 63, 61, 0.05);
}
.module.module-setting-bg-dark, .module.module-setting-bg-brand {
  background-color: #383F3D;
}
.module.module-setting-bg-dark h1, .module.module-setting-bg-dark h2, .module.module-setting-bg-dark h3, .module.module-setting-bg-dark h4, .module.module-setting-bg-dark h5, .module.module-setting-bg-dark h6, .module.module-setting-bg-dark p, .module.module-setting-bg-dark ol, .module.module-setting-bg-dark ul, .module.module-setting-bg-brand h1, .module.module-setting-bg-brand h2, .module.module-setting-bg-brand h3, .module.module-setting-bg-brand h4, .module.module-setting-bg-brand h5, .module.module-setting-bg-brand h6, .module.module-setting-bg-brand p, .module.module-setting-bg-brand ol, .module.module-setting-bg-brand ul {
  color: #fff;
}
.module.module-setting-bg-brand {
  background-color: #F04E38;
}

.module-part-pretitle {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  color: #383F3D;
}

.module-part-title {
  margin-bottom: 20px;
  font-size: 38px;
}
@media (min-width: 992px) {
  .module-part-title {
    font-size: 52px;
  }
}
.module-part-title small {
  display: block;
  font-size: 18px;
}

.module-padded-top {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .module-padded-top {
    padding-top: 90px;
  }
}

.module-padded-bottom {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .module-padded-bottom {
    padding-bottom: 90px;
  }
}

.module-setting-bg-white.module-padded-bottom + .module-setting-bg-white.module-padded-top,
.module-setting-bg-light.module-padded-bottom + .module-setting-bg-light.module-padded-top,
.module-setting-bg-dark.module-padded-bottom + .module-setting-bg-dark.module-padded-top {
  padding-top: 0 !important;
}

/*
* Plugins
*/
/*
 * Woocommerce Layouts 
 */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul a {
  font-family: "Lato", sans-serif;
  color: #383F3D;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul a:active, .woocommerce-MyAccount-navigation ul a:focus {
  color: #F04E38;
}
.woocommerce-MyAccount-navigation ul .is-active a {
  color: #F04E38;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0 10px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 11px 20px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 11px 20px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
}

#order_review_heading {
  margin-top: 30px;
}

.woocommerce table.shop_table {
  margin-bottom: 30px;
}

.button.woocommerce_waitlist {
  float: none !important;
  margin-bottom: 30px !important;
}

.wcwl_intro p {
  margin-bottom: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.button.woocommerce_waitlist {
  background-color: #F04E38;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  border-radius: 39px;
  padding: 20px 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.button.woocommerce_waitlist:hover,
.button.woocommerce_waitlist:active,
.button.woocommerce_waitlist:focus {
  background-color: #e42a11;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
}

body .woocommerce-store-notice, body p.demo_store {
  background-color: #F04E38;
  z-index: 2;
  position: relative;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0 !important;
}

body.customize-partial-edit-shortcuts-shown .woocommerce-store-notice,
body.customize-partial-edit-shortcuts-shown p.demo_store {
  display: block !important;
}

.woocommerce-store-notice__dismiss-link {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.woocommerce-store-notice__dismiss-link:hover, .woocommerce-store-notice__dismiss-link:active, .woocommerce-store-notice__dismiss-link:focus {
  color: rgba(255, 255, 255, 0.6);
}

.woocommerce .woocommerce-breadcrumb {
  padding: 40px 0 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-breadcrumb {
    padding-top: 60px;
  }
}

.wcpf-field-color-list .wcpf-heading-label, .wcpf-field-text-list .wcpf-heading-label, .wcpf-field-box-list .wcpf-heading-label, .wcpf-field-checkbox-list .wcpf-heading-label, .wcpf-field-radio-list .wcpf-heading-label, .wcpf-field-drop-down-list .wcpf-heading-label, .wcpf-field-price-slider .wcpf-heading-label {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-checkbox-label {
  color: #383F3D;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
  border-color: #F04E38;
}

.wcpf-field-button .wcpf-button {
  font-family: "Lato", sans-serif;
  color: #383F3D;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.single-product .pswp__bg {
  background: #383F3D !important;
  opacity: 0.8 !important;
}
.single-product .pswp__caption {
  display: none;
}

.select2-container .select2-selection--single {
  height: 41px;
}

.select2-container--default .select2-selection--single {
  border-color: rgba(56, 63, 61, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 5px;
}

.woocommerce form .form-row label {
  font-family: "Lato", sans-serif;
}

.shop_table tbody tr td:first-child {
  font-family: "Lato", sans-serif;
}

.cart_totals th {
  font-family: "Lato", sans-serif;
}

.wc_payment_method label {
  font-family: "Lato", sans-serif;
  color: #383F3D;
}

.star-rating {
  color: gold;
}

.wcsatt-options,
ul.wcsatt-options-product,
.wcsatt-options-product-dropdown {
  padding: 0 !important;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 400;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1em;
}

.woocommerce span.onsale {
  width: 50px;
  height: 50px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #F04E38;
}

.wc_gc_field label {
  display: block;
  margin-bottom: 5px;
}

#wc_gc_cart_redeem_send {
  min-width: 0;
  padding: 14px;
  min-width: 100px;
  margin-left: 20px;
}

#wc_gc_cart_redeem_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wc_gc_cart_code {
  width: 100% !important;
}

.place-order .add_gift_card_form {
  max-width: 400px;
}

.place-order .add_gift_card_form #wc_gc_cart_redeem_form input[type=text], .place-order .add_gift_card_form #wc_gc_cart_redeem_form button {
  width: auto;
}

.place-order .add_gift_card_form #wc_gc_cart_redeem_form input[type=text] {
  margin-bottom: 0;
}

.product .nyp .nyp-input, .wcopc .product-item .nyp .nyp-input {
  text-align: left !important;
  font-weight: 400 !important;
}

.product .nyp label, .wcopc .product-item .nyp label {
  font-weight: 400;
  margin-bottom: 5px;
}

.product .single_variation_wrap .nyp {
  padding-bottom: 0.8em;
}

/*
 * Base Styles
 */
.gform_fields {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.woocommerce form .form-row,
.gfield {
  margin-bottom: 20px;
}

.woocommerce form .form-row label,
.gfield_label,
.gmw-form-wrapper .gmw-form-field-wrapper label {
  color: #383F3D;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 5px;
  text-align: left;
  display: block;
}
.woocommerce form .form-row label .gfield_required,
.gfield_label .gfield_required,
.gmw-form-wrapper .gmw-form-field-wrapper label .gfield_required {
  color: #dc3545;
  margin-left: 5px;
}

.gform_footer {
  margin-top: 10px;
}

.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.hidden_label > label,
.hide-label > label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*
 * Validation
 */
.validation_error {
  color: #dc3545;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Lato", sans-serif;
}
@media (min-width: 992px) {
  .validation_error {
    margin-top: 20px;
  }
}

.validation_message {
  color: #dc3545;
  font-weight: 700;
  margin-top: 5px;
  font-family: "Lato", sans-serif;
}

.gfield_error {
  /*
   * Text, email, url, tel, number fields, textarea, select
   */
  /*
   * Multi File Upload
   */
}
.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=url],
.gfield_error input[type=tel],
.gfield_error input[type=number],
.gfield_error textarea,
.gfield_error select {
  border: 1px solid #dc3545;
}
.gfield_error .gform_fileupload_multifile .gform_drop_area {
  border: 1px dashed #dc3545;
}

/*
 * Validation
 */
/*
 * Progress Bar
 */
.gf_progressbar {
  border: 1px solid rgba(56, 63, 61, 0.25);
  border-radius: 40px;
}
.gf_progressbar .gf_progressbar_percentage {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_blue {
  background-color: #4edce9;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_gray {
  background-color: rgba(56, 63, 61, 0.25);
}
.gf_progressbar .gf_progressbar_percentage.percentbar_green {
  background-color: #4ce1aa;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_orange {
  background-color: #f46036;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_red {
  background-color: #ea3e0d;
}
.gf_progressbar .gf_progressbar_percentage span {
  font-family: "Lato", sans-serif;
}

/*
 * Steps
 */
.gf_page_steps {
  border-bottom: 2px solid rgba(56, 63, 61, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .gf_page_steps {
    margin: 20px 0;
    padding-bottom: 20px;
  }
}
.gf_page_steps .gf_step {
  text-align: center;
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 40px;
}
.gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #4edce9;
}
.gf_page_steps .gf_step .gf_step_number {
  background-color: #F04E38;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Lato", sans-serif;
  height: 36px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  width: 36px;
}
.gf_page_steps .gf_step .gf_step_label {
  display: block;
  font-family: "Lato", sans-serif;
}

/*
 * Navigation buttons
 */
.gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button {
    min-width: 150px;
  }
}
.gform_page_footer .gform_next_button {
  margin-left: auto;
}

/*
 * Text, Phone, Email, URL, Text Area
 */
/*
 * Text, email, url, tel, number fields
 */
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
textarea,
.gmw-form-wrapper input[type=text],
.gmw-form-wrapper input[type=number],
.gmw-form-wrapper select,
.gmw-form-wrapper textarea {
  border: 1px solid rgba(56, 63, 61, 0.25);
  border-radius: 4px;
  background-color: #fff;
  height: 41px;
  padding: 0 10px;
  width: 100%;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  color: #383F3D;
}

/*
 * Textarea
 */
textarea,
.gmw-form-wrapper textarea {
  height: auto;
  padding: 10px;
}

/*
 * Select and Multi Select
 */
.ginput_container_select {
  position: relative;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(56, 63, 61, 0.25);
  border-radius: 4px;
  width: 100%;
  font-family: "Arvo", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #383F3D;
}
select option {
  color: #383F3D !important;
}
select:not([multiple=multiple]) {
  height: 41px;
  padding: 0 10px;
  padding-right: 30px;
  background-image: url(../img/forms/select-chevron.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
select[multiple=multiple] option {
  padding: 5px 10px;
}

/*
 * Checkboxes and Radio Buttons
 */
/*
 * Shared checkbox and radio styles
 */
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gfield_checkbox li,
.gfield_radio li {
  font-family: "Lato", sans-serif;
}
.gfield_checkbox li:not(:first-child),
.gfield_radio li:not(:first-child) {
  margin-top: 10px;
}
.gfield_checkbox input,
.gfield_radio input {
  opacity: 0;
  position: absolute;
}
.gfield_checkbox label,
.gfield_radio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.gfield_checkbox label::before,
.gfield_radio label::before {
  border: 1px solid rgba(56, 63, 61, 0.25);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

/*
 * Checkbox styles
 */
.gfield_checkbox input:checked + label {
  font-weight: 700;
}
.gfield_checkbox input:checked + label::before {
  background: url("../img/forms/check-mark.svg") center center no-repeat, #4edce9;
  border: 1px solid #4edce9;
}
.gfield_checkbox label::before {
  border-radius: 3px;
}

/*
 * Radio styles
 */
.gfield_radio input:checked + label {
  font-weight: 700;
}
.gfield_radio input:checked + label::before {
  background: #4edce9;
  background-clip: content-box;
  padding: 3px;
}
.gfield_radio label::before {
  border-radius: 50%;
}

/*
 * Name
 */
.ginput_container_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.ginput_container_name .name_prefix,
.ginput_container_name .name_first,
.ginput_container_name .name_middle,
.ginput_container_name .name_last,
.ginput_container_name .name_suffix {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .ginput_container_name .name_prefix,
.ginput_container_name .name_first,
.ginput_container_name .name_middle,
.ginput_container_name .name_last,
.ginput_container_name .name_suffix {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
.ginput_container_name .name_prefix label,
.ginput_container_name .name_first label,
.ginput_container_name .name_middle label,
.ginput_container_name .name_last label,
.ginput_container_name .name_suffix label {
  color: rgba(56, 63, 61, 0.6);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .ginput_container_name .name_prefix,
.ginput_container_name .name_suffix {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}
.ginput_container_name .name_prefix select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}
@media (max-width: 991.98px) {
  .ginput_container_name span:not(:first-child) {
    margin-top: 15px;
  }
}

.field_sublabel_above .ginput_container_name span label {
  margin-bottom: 5px;
}

.field_sublabel_below .ginput_container_name span label {
  margin-top: 5px;
}

/*
 * Address
 */
.ginput_container_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.ginput_container_address span {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 15px;
}
.ginput_container_address span label {
  color: rgba(56, 63, 61, 0.6);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}
@media (min-width: 992px) {
  .ginput_container_address .address_city,
.ginput_container_address .address_state,
.ginput_container_address .address_zip,
.ginput_container_address .address_country {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.ginput_container_address .address_country {
  position: relative;
}
.ginput_container_address .address_country::after {
  background-image: url("../img/forms/select-chevron.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  width: 12px;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(12px);
      -ms-transform: translateY(-50%) translateY(12px);
          transform: translateY(-50%) translateY(12px);
}

.field_sublabel_above .ginput_container_address span label {
  margin-bottom: 5px;
}

.field_sublabel_below .ginput_container_address span label {
  margin-top: 5px;
}

/*
 * List
 */
.ginput_container_list table {
  width: 100%;
}
.ginput_container_list .gfield_list_icons img {
  margin-left: 5px;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item.add_list_item,
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item.delete_list_item {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}

/*
 * Date
 */
/*
 * Date field
 */
.ginput_container_date {
  position: relative;
}
.ginput_container_date .ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
 * Date picker
 */
.ui-datepicker {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
          box-shadow: 0 0 15px rgba(56, 63, 61, 0.15);
  display: none;
  padding: 20px;
}
.ui-datepicker .ui-datepicker-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: auto;
  height: auto;
  width: auto;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: url("../img/forms/datepicker-arrow.svg");
  cursor: pointer;
  display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: 85px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 25px;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th span {
  color: #383F3D;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #4edce9;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #383F3D;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

/*
 * Time
 */
.clear-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clear-multi .gfield_time_hour,
.clear-multi .gfield_time_minute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clear-multi .gfield_time_hour label,
.clear-multi .gfield_time_hour i,
.clear-multi .gfield_time_minute label,
.clear-multi .gfield_time_minute i {
  font-family: "Lato", sans-serif;
}
.clear-multi .gfield_time_hour label,
.clear-multi .gfield_time_minute label {
  width: 100%;
}
.clear-multi .gfield_time_hour i,
.clear-multi .gfield_time_minute i {
  margin: 0 10px;
}
.clear-multi .gfield_time_hour input {
  width: calc(100% - 25px);
}
.clear-multi .gfield_time_minute {
  margin-right: 20px;
}
.clear-multi .gfield_time_ampm select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}

/*
 * File
 */
/*
 * Single File Upload
 */
.ginput_container_fileupload:not(.multi-upload)::before,
.ginput_container_fileupload:not(.multi-upload) input[type=file] {
  display: inline-block;
  vertical-align: middle;
}
.ginput_container_fileupload:not(.multi-upload)::before {
  content: url("../img/forms/file-icon.svg");
  margin-right: 20px;
}
.ginput_container_fileupload:not(.multi-upload) #extensions_message {
  font-family: "Lato", sans-serif;
  display: block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .ginput_container_fileupload:not(.multi-upload) #extensions_message {
    margin-top: 20px;
  }
}

/*
 * Multi File Upload
 */
.gform_fileupload_multifile .gform_drop_area {
  padding: 30px;
  border: 1px dashed rgba(56, 63, 61, 0.25);
  text-align: center;
  border-radius: 4px;
}
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before,
.gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: inline-block;
  vertical-align: middle;
}
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
  font-family: "Lato", sans-serif;
}
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before {
  content: url("../img/forms/file-icon.svg");
  margin-right: 20px;
}
.gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

/*
 * Pricing
 */
.ginput_container_singleproduct .ginput_product_price_label {
  font-family: "Lato", sans-serif;
}
.ginput_container_singleproduct .ginput_product_price {
  color: #dc3545;
  font-family: "Lato", sans-serif;
}
.ginput_container_singleproduct .ginput_quantity_label {
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
}
.ginput_container_singleproduct input[type=number] {
  display: inline-block;
  width: 100px;
}

.ginput_container_singleshipping .ginput_shipping_price {
  color: #dc3545;
  font-family: "Lato", sans-serif;
}

.ginput_container_total span {
  color: #28a745;
  font-family: "Lato", sans-serif;
}

/*
 * Credit Card
 */
/*
 * Unsecure noty
 */
/*
 * Credit Card Icons
 */
.gform_card_icon_container {
  height: 32px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .gform_card_icon_container {
    margin-bottom: 20px;
  }
}

.gform_card_icon {
  background-image: url("../img/forms/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px;
}

.gform_card_icon_style1 .gform_card_icon_visa {
  background-position: 0 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_card_icon_style1 .gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_card_icon_style1 .gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_card_icon_style1 .gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_card_icon_style1 .gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_card_icon_style1 .gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_card_icon_style2 .gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_card_icon_style2 .gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_card_icon_style2 .gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_card_icon_style2 .gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_card_icon_style2 .gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_card_icon_style2 .gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

/*
 * Credit card fields
 */
.ginput_container_creditcard > span {
  margin-top: 15px;
  display: block;
}
.ginput_container_creditcard label {
  color: rgba(56, 63, 61, 0.6);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}
.ginput_container_creditcard .ginput_cardextras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after, .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
  background-image: url("../img/forms/select-chevron.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  width: 12px;
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
  right: 35px;
  bottom: 17px;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(12px);
        -ms-transform: translateY(-50%) translateY(12px);
            transform: translateY(-50%) translateY(12px);
    right: 35px;
    bottom: initial;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
  right: 35px;
  top: 42px;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(12px);
        -ms-transform: translateY(-50%) translateY(12px);
            transform: translateY(-50%) translateY(12px);
    right: auto;
    left: calc(50% - 45px);
  }
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container label {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select.ginput_card_expiration_year {
    margin-top: 20px;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    margin-top: 15px;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code {
  width: calc(100% - 60px);
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
  background-image: url("../img/forms/gf-creditcard-icons.png");
  background-position: 0 -128px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
  margin-right: 7.5px;
}

.field_sublabel_above .ginput_container_creditcard span label {
  margin-bottom: 5px;
}

.field_sublabel_below .ginput_container_creditcard span label {
  margin-top: 5px;
}

.age-gate-logo {
  width: auto;
  height: auto;
  max-height: 300px;
  max-width: 300px;
  margin-bottom: 20px;
}

.age-gate-submit-no {
  color: #F04E38;
}
.age-gate-submit-no:hover, .age-gate-submit-no:active, .age-gate-submit-no:focus {
  color: #fff;
}

.age-gate-submit-yes,
.age-gate-submit-no {
  min-width: 120px;
}

/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

.tablesaw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: 0.25em;
  background: none;
  -webkit-box-shadow: 0 1px 0 white;
          box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.85em 0.4em 0.85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.tablesaw-btn {
  color: #1c95d4;
}

.tablesaw-btn:hover {
  text-decoration: none;
}

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
  background-color: #ddd;
}

@supports (box-shadow: none) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none;
  }

  .tablesaw-btn:focus {
    -webkit-box-shadow: 0 0 0.35em #4faeef !important;
            box-shadow: 0 0 0.35em #4faeef !important;
  }
}
.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}

.tablesaw-btn select option {
  background: #fff;
  color: #000;
}

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: 0.3em 1em 0.3em 1em;
}

.tablesaw-btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.4em 0.7em 0.25em 0.7em;
}

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: 0.25em 0.45em;
  content: "▼";
  font-size: 0.55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: 0.5em;
  padding-top: 1em;
  padding-right: 0.5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left-width: 0;
}

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0.25em;
}

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.3em 0.7em 0.25em 0.7em;
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  text-indent: -9999px;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: " ";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: 0.45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: 0.6em;
  border-right: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: 0.7em;
  border-left: 5px solid #808080;
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
}

.tablesaw-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tablesaw-bar-section {
  float: left;
}

.tablesaw-bar-section label {
  font-size: 0.875em;
  padding: 0.5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}

/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: 0.4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: 0.3em;
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: 0.9em;
}

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent;
}

.tablesaw-bar-section ~ table {
  clear: both;
}

.tablesaw-bar-section .abbreviated {
  display: inline;
}

.tablesaw-bar-section .longform {
  display: none;
}

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }

  .tablesaw-bar-section .longform {
    display: inline;
  }
}
.tablesaw th,
.tablesaw td {
  padding: 0.5em 0.7em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: 0.5em 0.7em;
}

.tablesaw thead th {
  text-align: left;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.tablesaw caption {
  text-align: left;
  margin: 0.59375em 0;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
          box-shadow: 3px 0 4px -1px #e4e1de;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both;
  }

  .tablesaw-stack td,
.tablesaw-stack th {
    text-align: left;
    display: block;
  }

  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 30%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
.tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }

  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }

  .tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: none;
  }

  .tablesaw-stack tbody td,
.tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }

  .tablesaw-cell-label {
    vertical-align: top;
  }

  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }

  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .tablesaw-stack td:empty,
.tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }

  /* Show the table header rows */
  .tablesaw-stack td,
.tablesaw-stack th,
.tablesaw-stack thead td,
.tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }

  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
.tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none;
  }
}
.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */
}

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */
}

/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */
}

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: 0.5em;
}

.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
          box-shadow: 0 1px 2px #ccc;
  border-radius: 0.2em;
  z-index: 1;
}

.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
.tablesaw-columntoggle td.tablesaw-priority-6,
.tablesaw-columntoggle th.tablesaw-priority-5,
.tablesaw-columntoggle td.tablesaw-priority-5,
.tablesaw-columntoggle th.tablesaw-priority-4,
.tablesaw-columntoggle td.tablesaw-priority-4,
.tablesaw-columntoggle th.tablesaw-priority-3,
.tablesaw-columntoggle td.tablesaw-priority-3,
.tablesaw-columntoggle th.tablesaw-priority-2,
.tablesaw-columntoggle td.tablesaw-priority-2,
.tablesaw-columntoggle th.tablesaw-priority-1,
.tablesaw-columntoggle td.tablesaw-priority-1,
.tablesaw-columntoggle th.tablesaw-priority-0,
.tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -0.5em auto 0;
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
.tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell;
  }
}
/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
.tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell;
  }
}
/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
.tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell;
  }

  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
.tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell;
  }
}
/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
.tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell;
  }
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
.tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
.tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none;
  }

  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
.tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .tablesaw-btn-group > label {
  display: block;
  padding: 0.2em 0;
  white-space: nowrap;
  cursor: default;
}

.tablesaw-columntoggle-popup .tablesaw-btn-group > label input {
  margin-right: 0.8em;
}

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}

/* Override */
.tablesaw .tablesaw-sortable-head {
  padding: 0;
}

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: 0.3125em;
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: " ";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "↑";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "↓";
}

.tablesaw-advance {
  float: right;
}

.tablesaw-advance.minimap {
  margin-right: 0.4em;
}

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: 0.4em 0.2em;
}

.tablesaw-advance-dots li i {
  width: 0.25em;
  height: 0.25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}

.tablesaw-advance-dots-hide {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}

/**
 * Swiper 7.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 31, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */
