/**
* Variables
*/
/**
* Fonts 
*/
@font-face {
  font-family: "AeonikPro-Medium";
  src: url("../fonts/AeonikPro-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AeonikPro-Regular";
  src: url("../fonts/AeonikPro-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AeonikPro-Light";
  src: url("../fonts/AeonikPro-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AeonikPro-Thin";
  src: url("../fonts/AeonikPro-Thin.woff") format("woff");
  font-display: swap;
}
/**
* Mixins Responsive Design
*/
/**
* Buttons
*/
.btn, .thwmsc-buttons .thwmsc-btn, .woocommerce-checkout .coupon-form [name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a, .wp-block-woocommerce-cart .wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit], .product-wrapper .product .attributes form.cart button[type=submit], .product-wrapper .product .attributes .variations .reset_variations {
  font-family: "AeonikPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .btn, .thwmsc-buttons .thwmsc-btn, .woocommerce-checkout .coupon-form [name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a, .wp-block-woocommerce-cart .wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit], .product-wrapper .product .attributes form.cart button[type=submit], .product-wrapper .product .attributes .variations .reset_variations {
    font-size: 20px;
    line-height: 20px;
  }
}
.btn.btn-light, .thwmsc-buttons .btn-light.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-light[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light, .wp-block-woocommerce-cart .btn-light.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light[type=submit], .product-wrapper .product .attributes form.cart button.btn-light[type=submit], .product-wrapper .product .attributes .variations .btn-light.reset_variations {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: #fff;
  padding: 11.25px 12.25px;
}
@media (min-width: 768px) {
  .btn.btn-light, .thwmsc-buttons .btn-light.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-light[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light, .wp-block-woocommerce-cart .btn-light.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light[type=submit], .product-wrapper .product .attributes form.cart button.btn-light[type=submit], .product-wrapper .product .attributes .variations .btn-light.reset_variations {
    padding: 14px 17.5px;
  }
}
.btn.btn-light:hover, .thwmsc-buttons .btn-light.thwmsc-btn:hover, .woocommerce-checkout .coupon-form .btn-light[name=apply_coupon]:hover, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light:hover, .wp-block-woocommerce-cart .btn-light.wc-block-components-button:hover, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light[type=submit]:hover, .product-wrapper .product .attributes form.cart button.btn-light[type=submit]:hover, .product-wrapper .product .attributes .variations .btn-light.reset_variations:hover {
  background: #fff;
  border: 1px solid rgb(255, 255, 255);
  color: #163730;
}
.btn.btn-light.btn-underline, .thwmsc-buttons .btn-light.btn-underline.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-light.btn-underline[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light.btn-underline, .wp-block-woocommerce-cart .btn-light.btn-underline.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light.btn-underline[type=submit], .product-wrapper .product .attributes form.cart button.btn-light.btn-underline[type=submit], .product-wrapper .product .attributes .variations .btn-light.btn-underline.reset_variations {
  color: #163730;
  border: none;
  border-bottom: 1px solid #000;
  padding: 3.25px 0;
}
.btn.btn-light.btn-underline::after, .thwmsc-buttons .btn-light.btn-underline.thwmsc-btn::after, .woocommerce-checkout .coupon-form .btn-light.btn-underline[name=apply_coupon]::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light.btn-underline::after, .wp-block-woocommerce-cart .btn-light.btn-underline.wc-block-components-button::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light.btn-underline[type=submit]::after, .product-wrapper .product .attributes form.cart button.btn-light.btn-underline[type=submit]::after, .product-wrapper .product .attributes .variations .btn-light.btn-underline.reset_variations::after {
  background-image: url(../img/arrow-down-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 2rem;
  width: 8px;
}
@media (min-width: 768px) {
  .btn.btn-light.btn-underline::after, .thwmsc-buttons .btn-light.btn-underline.thwmsc-btn::after, .woocommerce-checkout .coupon-form .btn-light.btn-underline[name=apply_coupon]::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light.btn-underline::after, .wp-block-woocommerce-cart .btn-light.btn-underline.wc-block-components-button::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light.btn-underline[type=submit]::after, .product-wrapper .product .attributes form.cart button.btn-light.btn-underline[type=submit]::after, .product-wrapper .product .attributes .variations .btn-light.btn-underline.reset_variations::after {
    height: 13px;
    width: 13px;
  }
}
.btn.btn-light.btn-underline:hover, .thwmsc-buttons .btn-light.btn-underline.thwmsc-btn:hover, .woocommerce-checkout .coupon-form .btn-light.btn-underline[name=apply_coupon]:hover, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light.btn-underline:hover, .wp-block-woocommerce-cart .btn-light.btn-underline.wc-block-components-button:hover, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light.btn-underline[type=submit]:hover, .product-wrapper .product .attributes form.cart button.btn-light.btn-underline[type=submit]:hover, .product-wrapper .product .attributes .variations .btn-light.btn-underline.reset_variations:hover {
  color: #163730;
}
.btn.btn-light.btn-underline:hover::after, .thwmsc-buttons .btn-light.btn-underline.thwmsc-btn:hover::after, .woocommerce-checkout .coupon-form .btn-light.btn-underline[name=apply_coupon]:hover::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-light.btn-underline:hover::after, .wp-block-woocommerce-cart .btn-light.btn-underline.wc-block-components-button:hover::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-light.btn-underline[type=submit]:hover::after, .product-wrapper .product .attributes form.cart button.btn-light.btn-underline[type=submit]:hover::after, .product-wrapper .product .attributes .variations .btn-light.btn-underline.reset_variations:hover::after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.btn.btn-dark, .thwmsc-buttons .thwmsc-btn, .woocommerce-checkout .coupon-form [name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a, .wp-block-woocommerce-cart .wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit], .product-wrapper .product .attributes form.cart button[type=submit], .product-wrapper .product .attributes .variations .reset_variations {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  padding: 11.25px 12.25px;
}
@media (min-width: 768px) {
  .btn.btn-dark, .thwmsc-buttons .thwmsc-btn, .woocommerce-checkout .coupon-form [name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a, .wp-block-woocommerce-cart .wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit], .product-wrapper .product .attributes form.cart button[type=submit], .product-wrapper .product .attributes .variations .reset_variations {
    padding: 14px 17.5px;
  }
}
.btn.btn-dark:hover, .thwmsc-buttons .thwmsc-btn:hover, .woocommerce-checkout .coupon-form [name=apply_coupon]:hover, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a:hover, .wp-block-woocommerce-cart .wc-block-components-button:hover, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit]:hover, .product-wrapper .product .attributes form.cart button[type=submit]:hover, .product-wrapper .product .attributes .variations .reset_variations:hover {
  background: transparent;
  color: #163730;
}
.btn.btn-dark.btn-underline, .thwmsc-buttons .btn-underline.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit], .product-wrapper .product .attributes form.cart button.btn-underline[type=submit], .product-wrapper .product .attributes .variations .btn-underline.reset_variations {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 3.25px 0;
}
.btn.btn-dark.btn-underline::after, .thwmsc-buttons .btn-underline.thwmsc-btn::after, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon]::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline::after, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit]::after, .product-wrapper .product .attributes form.cart button.btn-underline[type=submit]::after, .product-wrapper .product .attributes .variations .btn-underline.reset_variations::after {
  background-image: url(../img/arrow-down-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 2rem;
  width: 8px;
}
@media (min-width: 768px) {
  .btn.btn-dark.btn-underline::after, .thwmsc-buttons .btn-underline.thwmsc-btn::after, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon]::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline::after, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit]::after, .product-wrapper .product .attributes form.cart button.btn-underline[type=submit]::after, .product-wrapper .product .attributes .variations .btn-underline.reset_variations::after {
    height: 13px;
    width: 13px;
  }
}
.btn.btn-dark.btn-underline:hover, .thwmsc-buttons .btn-underline.thwmsc-btn:hover, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon]:hover, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline:hover, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button:hover, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit]:hover, .product-wrapper .product .attributes form.cart button.btn-underline[type=submit]:hover, .product-wrapper .product .attributes .variations .btn-underline.reset_variations:hover {
  color: #fff;
}
.btn.btn-dark.btn-underline:hover::after, .thwmsc-buttons .btn-underline.thwmsc-btn:hover::after, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon]:hover::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline:hover::after, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button:hover::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit]:hover::after, .product-wrapper .product .attributes form.cart button.btn-underline[type=submit]:hover::after, .product-wrapper .product .attributes .variations .btn-underline.reset_variations:hover::after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.btn.btn-underline, .thwmsc-buttons .btn-underline.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit], .product-wrapper .product .attributes form.cart button.btn-underline[type=submit], .product-wrapper .product .attributes .variations .btn-underline.reset_variations {
  background: transparent !important;
}
@media (min-width: 768px) {
  .btn.btn-underline, .thwmsc-buttons .btn-underline.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-underline[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-underline, .wp-block-woocommerce-cart .btn-underline.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-underline[type=submit], .product-wrapper .product .attributes form.cart button.btn-underline[type=submit], .product-wrapper .product .attributes .variations .btn-underline.reset_variations {
    padding: 0 0 9px 0;
  }
}
.btn.btn-creme, .thwmsc-buttons .btn-creme.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-creme[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme, .wp-block-woocommerce-cart .btn-creme.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme[type=submit], .product-wrapper .product .attributes form.cart button.btn-creme[type=submit], .product-wrapper .product .attributes .variations .btn-creme.reset_variations {
  background: rgb(236, 229, 209);
  border: 1px solid rgb(236, 229, 209);
  border-radius: 0;
  color: #163730;
  padding: 11.25px 12.25px;
}
@media (min-width: 768px) {
  .btn.btn-creme, .thwmsc-buttons .btn-creme.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-creme[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme, .wp-block-woocommerce-cart .btn-creme.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme[type=submit], .product-wrapper .product .attributes form.cart button.btn-creme[type=submit], .product-wrapper .product .attributes .variations .btn-creme.reset_variations {
    padding: 14px 17.5px;
  }
}
.btn.btn-creme:hover, .thwmsc-buttons .btn-creme.thwmsc-btn:hover, .woocommerce-checkout .coupon-form .btn-creme[name=apply_coupon]:hover, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme:hover, .wp-block-woocommerce-cart .btn-creme.wc-block-components-button:hover, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme[type=submit]:hover, .product-wrapper .product .attributes form.cart button.btn-creme[type=submit]:hover, .product-wrapper .product .attributes .variations .btn-creme.reset_variations:hover {
  background: none;
  border: 1px solid rgb(236, 229, 209);
  color: rgb(236, 229, 209);
}
.btn.btn-creme.btn-underline, .thwmsc-buttons .btn-creme.btn-underline.thwmsc-btn, .woocommerce-checkout .coupon-form .btn-creme.btn-underline[name=apply_coupon], .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme.btn-underline, .wp-block-woocommerce-cart .btn-creme.btn-underline.wc-block-components-button, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme.btn-underline[type=submit], .product-wrapper .product .attributes form.cart button.btn-creme.btn-underline[type=submit], .product-wrapper .product .attributes .variations .btn-creme.btn-underline.reset_variations {
  color: #163730;
  border: none;
  border-bottom: 1px solid #000;
  padding: 3.25px 0;
}
.btn.btn-creme.btn-underline::after, .thwmsc-buttons .btn-creme.btn-underline.thwmsc-btn::after, .woocommerce-checkout .coupon-form .btn-creme.btn-underline[name=apply_coupon]::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme.btn-underline::after, .wp-block-woocommerce-cart .btn-creme.btn-underline.wc-block-components-button::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme.btn-underline[type=submit]::after, .product-wrapper .product .attributes form.cart button.btn-creme.btn-underline[type=submit]::after, .product-wrapper .product .attributes .variations .btn-creme.btn-underline.reset_variations::after {
  background-image: url(../img/arrow-down-dark.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 0 2rem;
  width: 8px;
}
@media (min-width: 768px) {
  .btn.btn-creme.btn-underline::after, .thwmsc-buttons .btn-creme.btn-underline.thwmsc-btn::after, .woocommerce-checkout .coupon-form .btn-creme.btn-underline[name=apply_coupon]::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme.btn-underline::after, .wp-block-woocommerce-cart .btn-creme.btn-underline.wc-block-components-button::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme.btn-underline[type=submit]::after, .product-wrapper .product .attributes form.cart button.btn-creme.btn-underline[type=submit]::after, .product-wrapper .product .attributes .variations .btn-creme.btn-underline.reset_variations::after {
    height: 13px;
    width: 13px;
  }
}
.btn.btn-creme.btn-underline:hover, .thwmsc-buttons .btn-creme.btn-underline.thwmsc-btn:hover, .woocommerce-checkout .coupon-form .btn-creme.btn-underline[name=apply_coupon]:hover, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme.btn-underline:hover, .wp-block-woocommerce-cart .btn-creme.btn-underline.wc-block-components-button:hover, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme.btn-underline[type=submit]:hover, .product-wrapper .product .attributes form.cart button.btn-creme.btn-underline[type=submit]:hover, .product-wrapper .product .attributes .variations .btn-creme.btn-underline.reset_variations:hover {
  color: #163730;
}
.btn.btn-creme.btn-underline:hover::after, .thwmsc-buttons .btn-creme.btn-underline.thwmsc-btn:hover::after, .woocommerce-checkout .coupon-form .btn-creme.btn-underline[name=apply_coupon]:hover::after, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a.btn-creme.btn-underline:hover::after, .wp-block-woocommerce-cart .btn-creme.btn-underline.wc-block-components-button:hover::after, .product-wrapper .product .attributes form.variations_form .single_variation_wrap button.btn-creme.btn-underline[type=submit]:hover::after, .product-wrapper .product .attributes form.cart button.btn-creme.btn-underline[type=submit]:hover::after, .product-wrapper .product .attributes .variations .btn-creme.btn-underline.reset_variations:hover::after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/**
* Utilities
*/
.border-btm {
  border-bottom: 2px solid #000;
}

.mrgn-btm-415 {
  margin-bottom: 345px;
}
@media (min-width: 768px) {
  .mrgn-btm-415 {
    margin-bottom: 415px;
  }
}

/**
* Woocommerce overwrite from older CSS
**/
.woocommerce {
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce {
    padding: 0 !important;
  }
}
.woocommerce form .form-row label.checkbox {
  display: flex;
  flex-direction: row;
}
.woocommerce form .form-row .input-checkbox {
  left: 0px;
}
.woocommerce #order_comments {
  color: #000;
}
.woocommerce .return-to-shop {
  padding: 0 0 100px 0;
}

/**
* CSS for Messages
**/
.woocommerce-notices-wrapper {
  margin: 0;
}
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: transparent;
  border-top-color: #4A9B61;
  color: #000;
  padding: 1rem 0 1rem 1.5rem;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #4A9B61;
  left: 0;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  color: rgba(22, 55, 48, 0.8);
}
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: rgb(22, 55, 48);
}

.wc-block-store-notices .woocommerce-notices-wrapper {
  margin: 0 !important;
}

.cart-empty {
  margin: 40px 0 0 0 !important;
}

.woocommerce-info {
  background-color: transparent;
  border-top-color: #9694C5;
  margin: 0;
  padding: 1rem 0 1rem 1.5rem;
}
.woocommerce-info:before {
  color: #9694C5;
  left: 0;
}
.woocommerce-info a {
  color: rgba(22, 55, 48, 0.8);
}
.woocommerce-info a:hover {
  color: rgb(22, 55, 48);
}
.woocommerce-info a.button {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff !important;
}
@media (min-width: 768px) {
  .woocommerce-info a.button {
    padding: 14px 17.5px;
  }
}
.woocommerce-info a.button:hover {
  background: transparent;
  background-color: transparent !important;
  color: #163730 !important;
}
.woocommerce-info .amount {
  font-weight: 700;
}

.woocommerce-error {
  background-color: transparent;
  border-top-color: #D84E34;
  margin: 0;
}
.woocommerce-error:before {
  color: #D84E34;
  left: 0;
}
.woocommerce-error a {
  color: rgba(22, 55, 48, 0.8);
}
.woocommerce-error a:hover {
  color: rgb(22, 55, 48);
}

.product-wrapper {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .product-wrapper {
    margin-top: 100px;
  }
}
.product-wrapper .product .detail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: none;
}
.product-wrapper .product .detail-wrapper.sticky {
  position: sticky;
  top: 100px;
}
.product-wrapper .product .detail-wrapper .info-icon {
  cursor: pointer;
  height: 15px;
  margin: 0 0 10px 0;
  width: 15px;
}

/**
* Header
*/
.default-v3,
.default-p1,
.nav-wrapper {
  background-color: #fff;
}
.default-v3 .default-v3-header,
.default-v3 .header-home-p1,
.default-v3 .header-default-p1,
.default-v3 .navbar-p1,
.default-p1 .default-v3-header,
.default-p1 .header-home-p1,
.default-p1 .header-default-p1,
.default-p1 .navbar-p1,
.nav-wrapper .default-v3-header,
.nav-wrapper .header-home-p1,
.nav-wrapper .header-default-p1,
.nav-wrapper .navbar-p1 {
  position: fixed;
  top: 0;
  background-color: #fff;
  transition-delay: 0ms;
  transition: all 0.5s ease-out;
  z-index: 9999;
}
@media (min-width: 768px) {
  .default-v3 .default-v3-header,
  .default-v3 .header-home-p1,
  .default-v3 .header-default-p1,
  .default-v3 .navbar-p1,
  .default-p1 .default-v3-header,
  .default-p1 .header-home-p1,
  .default-p1 .header-default-p1,
  .default-p1 .navbar-p1,
  .nav-wrapper .default-v3-header,
  .nav-wrapper .header-home-p1,
  .nav-wrapper .header-default-p1,
  .nav-wrapper .navbar-p1 {
    height: 100px;
  }
}
.default-v3 .default-v3-header .logo,
.default-v3 .header-home-p1 .logo,
.default-v3 .header-default-p1 .logo,
.default-v3 .navbar-p1 .logo,
.default-p1 .default-v3-header .logo,
.default-p1 .header-home-p1 .logo,
.default-p1 .header-default-p1 .logo,
.default-p1 .navbar-p1 .logo,
.nav-wrapper .default-v3-header .logo,
.nav-wrapper .header-home-p1 .logo,
.nav-wrapper .header-default-p1 .logo,
.nav-wrapper .navbar-p1 .logo {
  font-size: 0;
  font-weight: inherit;
  line-height: 0;
  padding: 20px 0;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .default-v3 .default-v3-header .logo,
  .default-v3 .header-home-p1 .logo,
  .default-v3 .header-default-p1 .logo,
  .default-v3 .navbar-p1 .logo,
  .default-p1 .default-v3-header .logo,
  .default-p1 .header-home-p1 .logo,
  .default-p1 .header-default-p1 .logo,
  .default-p1 .navbar-p1 .logo,
  .nav-wrapper .default-v3-header .logo,
  .nav-wrapper .header-home-p1 .logo,
  .nav-wrapper .header-default-p1 .logo,
  .nav-wrapper .navbar-p1 .logo {
    padding: 20px 0;
  }
}
.default-v3 .default-v3-header .logo img,
.default-v3 .header-home-p1 .logo img,
.default-v3 .header-default-p1 .logo img,
.default-v3 .navbar-p1 .logo img,
.default-p1 .default-v3-header .logo img,
.default-p1 .header-home-p1 .logo img,
.default-p1 .header-default-p1 .logo img,
.default-p1 .navbar-p1 .logo img,
.nav-wrapper .default-v3-header .logo img,
.nav-wrapper .header-home-p1 .logo img,
.nav-wrapper .header-default-p1 .logo img,
.nav-wrapper .navbar-p1 .logo img {
  height: auto;
  width: 120px;
}
@media (min-width: 992px) {
  .default-v3 .default-v3-header #main-navbar,
  .default-v3 .header-home-p1 #main-navbar,
  .default-v3 .header-default-p1 #main-navbar,
  .default-v3 .navbar-p1 #main-navbar,
  .default-p1 .default-v3-header #main-navbar,
  .default-p1 .header-home-p1 #main-navbar,
  .default-p1 .header-default-p1 #main-navbar,
  .default-p1 .navbar-p1 #main-navbar,
  .nav-wrapper .default-v3-header #main-navbar,
  .nav-wrapper .header-home-p1 #main-navbar,
  .nav-wrapper .header-default-p1 #main-navbar,
  .nav-wrapper .navbar-p1 #main-navbar {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .default-v3 .default-v3-header #main-navbar,
  .default-v3 .header-home-p1 #main-navbar,
  .default-v3 .header-default-p1 #main-navbar,
  .default-v3 .navbar-p1 #main-navbar,
  .default-p1 .default-v3-header #main-navbar,
  .default-p1 .header-home-p1 #main-navbar,
  .default-p1 .header-default-p1 #main-navbar,
  .default-p1 .navbar-p1 #main-navbar,
  .nav-wrapper .default-v3-header #main-navbar,
  .nav-wrapper .header-home-p1 #main-navbar,
  .nav-wrapper .header-default-p1 #main-navbar,
  .nav-wrapper .navbar-p1 #main-navbar {
    margin-left: 64px;
  }
}
@media (min-width: 1400px) {
  .default-v3 .default-v3-header #main-navbar,
  .default-v3 .header-home-p1 #main-navbar,
  .default-v3 .header-default-p1 #main-navbar,
  .default-v3 .navbar-p1 #main-navbar,
  .default-p1 .default-v3-header #main-navbar,
  .default-p1 .header-home-p1 #main-navbar,
  .default-p1 .header-default-p1 #main-navbar,
  .default-p1 .navbar-p1 #main-navbar,
  .nav-wrapper .default-v3-header #main-navbar,
  .nav-wrapper .header-home-p1 #main-navbar,
  .nav-wrapper .header-default-p1 #main-navbar,
  .nav-wrapper .navbar-p1 #main-navbar {
    margin-left: 78px;
  }
}
@media (min-width: 1920px) {
  .default-v3 .default-v3-header #main-navbar,
  .default-v3 .header-home-p1 #main-navbar,
  .default-v3 .header-default-p1 #main-navbar,
  .default-v3 .navbar-p1 #main-navbar,
  .default-p1 .default-v3-header #main-navbar,
  .default-p1 .header-home-p1 #main-navbar,
  .default-p1 .header-default-p1 #main-navbar,
  .default-p1 .navbar-p1 #main-navbar,
  .nav-wrapper .default-v3-header #main-navbar,
  .nav-wrapper .header-home-p1 #main-navbar,
  .nav-wrapper .header-default-p1 #main-navbar,
  .nav-wrapper .navbar-p1 #main-navbar {
    margin-left: 155px;
  }
}
.default-v3 .default-p1-header,
.default-p1 .default-p1-header,
.nav-wrapper .default-p1-header {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999;
}
.default-v3 .default-p1-header .navbar,
.default-p1 .default-p1-header .navbar,
.nav-wrapper .default-p1-header .navbar {
  background: none;
}
.default-v3 .default-p1-header .navbar .navbar-toggler,
.default-p1 .default-p1-header .navbar .navbar-toggler,
.nav-wrapper .default-p1-header .navbar .navbar-toggler {
  color: #fff;
  padding: 15px 0;
}
.default-v3 .default-p1-header .navbar .navbar-toggler .hamburger-inner,
.default-p1 .default-p1-header .navbar .navbar-toggler .hamburger-inner,
.nav-wrapper .default-p1-header .navbar .navbar-toggler .hamburger-inner {
  background-color: #fff;
}
.default-v3 .default-p1-header .navbar .navbar-toggler .hamburger-inner::before, .default-v3 .default-p1-header .navbar .navbar-toggler .hamburger-inner::after,
.default-p1 .default-p1-header .navbar .navbar-toggler .hamburger-inner::before,
.default-p1 .default-p1-header .navbar .navbar-toggler .hamburger-inner::after,
.nav-wrapper .default-p1-header .navbar .navbar-toggler .hamburger-inner::before,
.nav-wrapper .default-p1-header .navbar .navbar-toggler .hamburger-inner::after {
  background-color: #fff;
}
.default-v3 .default-p1-header .navbar .navbar-collapse,
.default-p1 .default-p1-header .navbar .navbar-collapse,
.nav-wrapper .default-p1-header .navbar .navbar-collapse {
  width: 100%;
}
.default-v3 .default-p1-header .navbar .navbar-collapse .navbar-brand,
.default-p1 .default-p1-header .navbar .navbar-collapse .navbar-brand,
.nav-wrapper .default-p1-header .navbar .navbar-collapse .navbar-brand {
  display: none;
}
@media (min-width: 992px) {
  .default-v3 .default-p1-header .navbar .navbar-collapse .navbar-brand,
  .default-p1 .default-p1-header .navbar .navbar-collapse .navbar-brand,
  .nav-wrapper .default-p1-header .navbar .navbar-collapse .navbar-brand {
    display: block;
    margin-right: 85px;
  }
}
.default-v3 .default-p1-header .navbar .navbar-collapse .navbar-brand .logo,
.default-p1 .default-p1-header .navbar .navbar-collapse .navbar-brand .logo,
.nav-wrapper .default-p1-header .navbar .navbar-collapse .navbar-brand .logo {
  font-size: small;
  line-height: normal;
  left: auto;
  padding: 12px 0;
  position: relative;
  top: auto;
  width: 120px;
}
.default-v3 .default-p1-header .navbar .navbar-collapse .navbar-brand .logo img,
.default-p1 .default-p1-header .navbar .navbar-collapse .navbar-brand .logo img,
.nav-wrapper .default-p1-header .navbar .navbar-collapse .navbar-brand .logo img {
  width: 100%;
}
.default-v3 .default-p1-header .navbar .navbar-collapse ul li a,
.default-p1 .default-p1-header .navbar .navbar-collapse ul li a,
.nav-wrapper .default-p1-header .navbar .navbar-collapse ul li a {
  color: #fff;
}
.default-v3 .default-p1-header .navbar .navbar-collapse .some-wrapper ul li a,
.default-p1 .default-p1-header .navbar .navbar-collapse .some-wrapper ul li a,
.nav-wrapper .default-p1-header .navbar .navbar-collapse .some-wrapper ul li a {
  color: transparent;
  content: "";
}
.default-v3 .default-p1-header .navbar .navbar-collapse .custom-mini-cart .wc-menu-cart__toggle-button,
.default-p1 .default-p1-header .navbar .navbar-collapse .custom-mini-cart .wc-menu-cart__toggle-button,
.nav-wrapper .default-p1-header .navbar .navbar-collapse .custom-mini-cart .wc-menu-cart__toggle-button {
  border: 2px solid transparent;
}
.default-v3 .default-p1-header .navbar .navbar-collapse .custom-mini-cart.is-active .wc-menu-cart__toggle-button,
.default-p1 .default-p1-header .navbar .navbar-collapse .custom-mini-cart.is-active .wc-menu-cart__toggle-button,
.nav-wrapper .default-p1-header .navbar .navbar-collapse .custom-mini-cart.is-active .wc-menu-cart__toggle-button {
  background-color: #fff;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: none;
  border-left: 2px solid #000;
}
.default-v3 .default-p1-header .navbar.is-active,
.default-p1 .default-p1-header .navbar.is-active,
.nav-wrapper .default-p1-header .navbar.is-active {
  background-color: #fff;
}
.default-v3 .default-p1-header .navbar.is-active .navbar-toggler,
.default-p1 .default-p1-header .navbar.is-active .navbar-toggler,
.nav-wrapper .default-p1-header .navbar.is-active .navbar-toggler {
  color: #163730;
}
.default-v3 .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner,
.default-p1 .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner,
.nav-wrapper .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner {
  background-color: #163730;
}
.default-v3 .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner::before, .default-v3 .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner::after,
.default-p1 .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner::before,
.default-p1 .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner::after,
.nav-wrapper .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner::before,
.nav-wrapper .default-p1-header .navbar.is-active .navbar-toggler .hamburger-inner::after {
  background-color: #163730;
}
.default-v3 .default-p1-header .navbar.is-active .navbar-collapse ul li a,
.default-p1 .default-p1-header .navbar.is-active .navbar-collapse ul li a,
.nav-wrapper .default-p1-header .navbar.is-active .navbar-collapse ul li a {
  color: #163730;
}
.default-v3 .default-p1-header .navbar.is-active .navbar-collapse .some-wrapper ul li a,
.default-p1 .default-p1-header .navbar.is-active .navbar-collapse .some-wrapper ul li a,
.nav-wrapper .default-p1-header .navbar.is-active .navbar-collapse .some-wrapper ul li a {
  color: transparent;
  content: "";
}
.default-v3 .header-home-p1,
.default-v3 .navbar-p1,
.default-p1 .header-home-p1,
.default-p1 .navbar-p1,
.nav-wrapper .header-home-p1,
.nav-wrapper .navbar-p1 {
  position: unset;
}
.default-v3 .header-home-p1 .container,
.default-v3 .navbar-p1 .container,
.default-p1 .header-home-p1 .container,
.default-p1 .navbar-p1 .container,
.nav-wrapper .header-home-p1 .container,
.nav-wrapper .navbar-p1 .container {
  background-color: #fff;
}
@media (min-width: 992px) {
  .default-v3 .navbar-p1,
  .default-p1 .navbar-p1,
  .nav-wrapper .navbar-p1 {
    height: 65px;
  }
  .default-v3 .navbar-p1 #menu-lp-maker-en,
  .default-p1 .navbar-p1 #menu-lp-maker-en,
  .nav-wrapper .navbar-p1 #menu-lp-maker-en {
    height: 65px;
  }
}
.default-v3 .navbar-p1 .logo,
.default-p1 .navbar-p1 .logo,
.nav-wrapper .navbar-p1 .logo {
  padding: 12px 0;
}
.default-v3 .header-home-p1,
.default-p1 .header-home-p1,
.nav-wrapper .header-home-p1 {
  display: none;
}

/**
* Header Spacer
**/
.header-spacer {
  height: 120px;
  min-height: 120px;
}
@media (min-width: 768px) {
  .header-spacer {
    height: 100px;
    min-height: 100px;
  }
}

/**
* Footer 
*/
footer {
  position: relative;
}
footer.default-v3-footer, footer.footer-home-p1, footer.footer-default-p1, footer.footer-p1 {
  background-color: #fff;
  padding: 100px 0 14px 0;
  /*
  .footer-content {
    margin: 390px auto 0 auto;

    @include breakpoint(md) {
      margin: 415px auto 0 auto;
    }

  }
  */
}
@media (min-width: 992px) {
  footer.default-v3-footer, footer.footer-home-p1, footer.footer-default-p1, footer.footer-p1 {
    padding: 120px 0 0 0;
  }
}
footer.default-v3-footer .footer-logo-wrapper .footer-logo.sticky, footer.footer-home-p1 .footer-logo-wrapper .footer-logo.sticky, footer.footer-default-p1 .footer-logo-wrapper .footer-logo.sticky, footer.footer-p1 .footer-logo-wrapper .footer-logo.sticky {
  position: sticky;
  top: 50%;
  transform: translateY(-100%);
  transition: all 2s;
}
@media (min-width: 992px) {
  footer.default-v3-footer .logo, footer.footer-home-p1 .logo, footer.footer-default-p1 .logo, footer.footer-p1 .logo {
    margin-bottom: 15px;
  }
}
footer.default-v3-footer .logo img, footer.footer-home-p1 .logo img, footer.footer-default-p1 .logo img, footer.footer-p1 .logo img {
  height: auto;
  width: 100%;
}
footer.default-v3-footer .slogan, footer.footer-home-p1 .slogan, footer.footer-default-p1 .slogan, footer.footer-p1 .slogan {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 46px;
  font-weight: 500;
  line-height: 105%;
}
@media (min-width: 992px) {
  footer.default-v3-footer, footer.footer-home-p1, footer.footer-default-p1, footer.footer-p1 {
    font-size: 56px;
  }
}
footer.default-v3-footer .partner, footer.footer-home-p1 .partner, footer.footer-default-p1 .partner, footer.footer-p1 .partner {
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  footer.default-v3-footer .partner, footer.footer-home-p1 .partner, footer.footer-default-p1 .partner, footer.footer-p1 .partner {
    margin: 40px 0;
  }
}
footer.default-v3-footer .partner img, footer.footer-home-p1 .partner img, footer.footer-default-p1 .partner img, footer.footer-p1 .partner img {
  height: auto;
  max-width: 160px;
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-title, footer.footer-home-p1 .newsletter-title, footer.footer-default-p1 .newsletter-title, footer.footer-p1 .newsletter-title {
    font-size: 16px;
    line-height: 110%;
  }
}
footer.default-v3-footer .newsletter-form, footer.footer-home-p1 .newsletter-form, footer.footer-default-p1 .newsletter-form, footer.footer-p1 .newsletter-form {
  margin: 17px 0 50px 0;
}
@media (min-width: 768px) {
  footer.default-v3-footer .newsletter-form, footer.footer-home-p1 .newsletter-form, footer.footer-default-p1 .newsletter-form, footer.footer-p1 .newsletter-form {
    margin: 17px 0 60px 0;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form, footer.footer-home-p1 .newsletter-form .hbspt-form, footer.footer-default-p1 .newsletter-form .hbspt-form, footer.footer-p1 .newsletter-form .hbspt-form {
  color: #000;
  position: relative;
  /* Custom Input */
}
footer.default-v3-footer .newsletter-form .hbspt-form .h4,
footer.default-v3-footer .newsletter-form .hbspt-form h4, footer.footer-home-p1 .newsletter-form .hbspt-form .h4,
footer.footer-home-p1 .newsletter-form .hbspt-form h4, footer.footer-default-p1 .newsletter-form .hbspt-form .h4,
footer.footer-default-p1 .newsletter-form .hbspt-form h4, footer.footer-p1 .newsletter-form .hbspt-form .h4,
footer.footer-p1 .newsletter-form .hbspt-form h4 {
  font-size: calc(0.8rem + 0.3vw);
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form .h4,
  footer.default-v3-footer .newsletter-form .hbspt-form h4, footer.footer-home-p1 .newsletter-form .hbspt-form .h4,
  footer.footer-home-p1 .newsletter-form .hbspt-form h4, footer.footer-default-p1 .newsletter-form .hbspt-form .h4,
  footer.footer-default-p1 .newsletter-form .hbspt-form h4, footer.footer-p1 .newsletter-form .hbspt-form .h4,
  footer.footer-p1 .newsletter-form .hbspt-form h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form hr, footer.footer-home-p1 .newsletter-form .hbspt-form hr, footer.footer-default-p1 .newsletter-form .hbspt-form hr, footer.footer-p1 .newsletter-form .hbspt-form hr {
  width: 97%;
}
@media (min-width: 768px) {
  footer.default-v3-footer .newsletter-form .hbspt-form hr, footer.footer-home-p1 .newsletter-form .hbspt-form hr, footer.footer-default-p1 .newsletter-form .hbspt-form hr, footer.footer-p1 .newsletter-form .hbspt-form hr {
    width: 99%;
  }
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form hr, footer.footer-home-p1 .newsletter-form .hbspt-form hr, footer.footer-default-p1 .newsletter-form .hbspt-form hr, footer.footer-p1 .newsletter-form .hbspt-form hr {
    width: 94%;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span {
  font-size: 12px;
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span {
    font-size: 14px;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a {
  color: #fff !important;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a:hover, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a:hover, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a:hover, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox-display > span a:hover {
  color: #83ADA4 !important;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field, footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field, footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field, footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field {
  float: left;
  width: 100%;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input, footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input, footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input, footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input {
  margin-right: 8px;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=email], footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=email], footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=email], footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=text],
footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=email] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgb(255, 255, 255);
  display: inline-block;
  height: 40px;
  outline: none;
  width: 100% !important;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio], footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio], footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio], footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=checkbox],
footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input, footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input, footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input, footer.footer-p1 .newsletter-form .hbspt-form .form-columns-1 .hs-form-field .input {
    margin-right: 8px;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field, footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field, footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field, footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field {
  float: left;
  width: 50%;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input, footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input, footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input, footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input {
  margin-right: 8px;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=email], footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=email], footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=email], footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=text],
footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=email] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgb(255, 255, 255);
  display: inline-block;
  height: 40px;
  outline: none;
  width: 100% !important;
}
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio], footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio], footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio], footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=checkbox],
footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input input[type=radio] {
  height: auto !important;
  width: auto !important;
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input, footer.footer-home-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input, footer.footer-default-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input, footer.footer-p1 .newsletter-form .hbspt-form .form-columns-2 .hs-form-field .input {
    margin-right: 8px;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form input[type=text],
footer.default-v3-footer .newsletter-form .hbspt-form input[type=email], footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text],
footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email], footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text],
footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email], footer.footer-p1 .newsletter-form .hbspt-form input[type=text],
footer.footer-p1 .newsletter-form .hbspt-form input[type=email] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgb(0, 0, 0) !important;
  border-radius: 0 !important;
  color: rgb(0, 0, 0) !important;
  font-size: 12px !important;
  height: auto !important;
  line-height: 14px !important;
  outline: none;
  padding: 7px 0 !important;
  width: 100%;
}
footer.default-v3-footer .newsletter-form .hbspt-form input[type=text]:-webkit-autofill, footer.default-v3-footer .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:hover, footer.default-v3-footer .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:focus, footer.default-v3-footer .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:active,
footer.default-v3-footer .newsletter-form .hbspt-form input[type=email]:-webkit-autofill,
footer.default-v3-footer .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:hover,
footer.default-v3-footer .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:focus,
footer.default-v3-footer .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:active, footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill, footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:hover, footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:focus, footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:active,
footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill,
footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:hover,
footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:focus,
footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:active, footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill, footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:hover, footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:focus, footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:active,
footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill,
footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:hover,
footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:focus,
footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:active, footer.footer-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill, footer.footer-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:hover, footer.footer-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:focus, footer.footer-p1 .newsletter-form .hbspt-form input[type=text]:-webkit-autofill:active,
footer.footer-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill,
footer.footer-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:hover,
footer.footer-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:focus,
footer.footer-p1 .newsletter-form .hbspt-form input[type=email]:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: rgb(0, 0, 0) !important;
  /*use text fill color to cover font color*/
}
footer.default-v3-footer .newsletter-form .hbspt-form input[type=text]::placeholder,
footer.default-v3-footer .newsletter-form .hbspt-form input[type=email]::placeholder, footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text]::placeholder,
footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email]::placeholder, footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text]::placeholder,
footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email]::placeholder, footer.footer-p1 .newsletter-form .hbspt-form input[type=text]::placeholder,
footer.footer-p1 .newsletter-form .hbspt-form input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form input[type=text],
  footer.default-v3-footer .newsletter-form .hbspt-form input[type=email], footer.footer-home-p1 .newsletter-form .hbspt-form input[type=text],
  footer.footer-home-p1 .newsletter-form .hbspt-form input[type=email], footer.footer-default-p1 .newsletter-form .hbspt-form input[type=text],
  footer.footer-default-p1 .newsletter-form .hbspt-form input[type=email], footer.footer-p1 .newsletter-form .hbspt-form input[type=text],
  footer.footer-p1 .newsletter-form .hbspt-form input[type=email] {
    font-size: 16px !important;
    line-height: 18px !important;
    min-height: 27px;
    padding: 0 15px;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit, footer.footer-p1 .newsletter-form .hbspt-form .hs-submit {
  margin: 0;
  position: absolute;
  top: 24px;
  right: 0;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit::before, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit::before, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit::before, footer.footer-p1 .newsletter-form .hbspt-form .hs-submit::before {
  background-image: url("../img/arrow-black.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  z-index: -1;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit:hover::before, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit:hover::before, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit:hover::before, footer.footer-p1 .newsletter-form .hbspt-form .hs-submit:hover::before {
  transform: translate(50%, -50%) rotate(0);
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit input[type=submit], footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit], footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit], footer.footer-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit] {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 0;
  color: transparent !important;
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 7px 0 !important;
  text-align: center !important;
}
@media (min-width: 992px) {
  footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit input[type=submit], footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit], footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit], footer.footer-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit] {
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 7px 0 !important;
  }
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover, footer.footer-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: transparent !important;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover::before, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover::before, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover::before, footer.footer-p1 .newsletter-form .hbspt-form .hs-submit input[type=submit]:hover::before {
  transform: translate(50%, -50%) rotate(0);
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-error-msgs, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-error-msgs, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-error-msgs, footer.footer-p1 .newsletter-form .hbspt-form .hs-error-msgs {
  list-style-type: none;
  margin: 0 0 0.5rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding: 0;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-error-msgs label, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-error-msgs label, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-error-msgs label, footer.footer-p1 .newsletter-form .hbspt-form .hs-error-msgs label {
  color: #990000 !important;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs_error_rollup, footer.footer-home-p1 .newsletter-form .hbspt-form .hs_error_rollup, footer.footer-default-p1 .newsletter-form .hbspt-form .hs_error_rollup, footer.footer-p1 .newsletter-form .hbspt-form .hs_error_rollup {
  margin: 1rem 0 0 0;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element, footer.footer-home-p1 .newsletter-form .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element, footer.footer-default-p1 .newsletter-form .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element, footer.footer-p1 .newsletter-form .hbspt-form .hs_error_rollup .hs-error-msg .hs-main-font-element {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
footer.default-v3-footer .newsletter-form .hbspt-form label, footer.footer-home-p1 .newsletter-form .hbspt-form label, footer.footer-default-p1 .newsletter-form .hbspt-form label, footer.footer-p1 .newsletter-form .hbspt-form label {
  color: rgb(255, 255, 255);
}
footer.default-v3-footer .newsletter-form .hbspt-form label.hs-error-msg, footer.footer-home-p1 .newsletter-form .hbspt-form label.hs-error-msg, footer.footer-default-p1 .newsletter-form .hbspt-form label.hs-error-msg, footer.footer-p1 .newsletter-form .hbspt-form label.hs-error-msg {
  color: #990000;
  font-size: 12px;
  float: none;
  cursor: default;
}
footer.default-v3-footer .newsletter-form .hbspt-form .submitted-message, footer.footer-home-p1 .newsletter-form .hbspt-form .submitted-message, footer.footer-default-p1 .newsletter-form .hbspt-form .submitted-message, footer.footer-p1 .newsletter-form .hbspt-form .submitted-message {
  background: #D4DBC1;
  color: rgba(22, 55, 48, 0.8);
  margin: 20px auto 24px;
  padding: 15px 15px;
  overflow-wrap: break-word;
}
footer.default-v3-footer .newsletter-form .hbspt-form .submitted-message p, footer.footer-home-p1 .newsletter-form .hbspt-form .submitted-message p, footer.footer-default-p1 .newsletter-form .hbspt-form .submitted-message p, footer.footer-p1 .newsletter-form .hbspt-form .submitted-message p {
  color: rgba(22, 55, 48, 0.8);
  overflow-wrap: break-word;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-fieldtype-booleancheckbox, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-fieldtype-booleancheckbox, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-fieldtype-booleancheckbox, footer.footer-p1 .newsletter-form .hbspt-form .hs-fieldtype-booleancheckbox {
  width: auto;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox {
  margin: 16px 0;
  width: auto;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label {
  color: #000;
  position: relative;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label span,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label span, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 45px;
  /* Width of the new radio select and any additional spacing on the left */
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label span::before,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::before, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span::before,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::before, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span::before,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::before, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span::before,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::before {
  /* Add new checkbox */
  border: 1px solid rgb(0, 0, 0);
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
  border-radius: 0;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label span::after,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::after, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span::after,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::after, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span::after,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::after, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span::after,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span::after {
  /* Style new checked item */
  content: "";
  height: 25px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 16px;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label span a,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span a,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span a,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span a,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a {
  color: rgba(22, 55, 48, 0.8);
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label span a:hover,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a:hover, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span a:hover,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a:hover, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span a:hover,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a:hover, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label span a:hover,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label span a:hover {
  color: #83ADA4;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label input,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label input, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input {
  /* Hide the original checkbox */
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label input:checked + span::after,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:checked + span::after, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input:checked + span::after,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:checked + span::after, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input:checked + span::after,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:checked + span::after, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input:checked + span::after,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:checked + span::after {
  /* Show when checked */
  opacity: 1;
}
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-checkbox label input:focus + span::after,
footer.default-v3-footer .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:focus + span::after, footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input:focus + span::after,
footer.footer-home-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:focus + span::after, footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input:focus + span::after,
footer.footer-default-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:focus + span::after, footer.footer-p1 .newsletter-form .hbspt-form .hs-form-checkbox label input:focus + span::after,
footer.footer-p1 .newsletter-form .hbspt-form .hs-form-booleancheckbox label input:focus + span::after {
  /* Style when focused */
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}
footer.default-v3-footer hr, footer.footer-home-p1 hr, footer.footer-default-p1 hr, footer.footer-p1 hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 24px 0 28px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  footer.default-v3-footer hr, footer.footer-home-p1 hr, footer.footer-default-p1 hr, footer.footer-p1 hr {
    margin: 28px 0;
  }
}
@media (min-width: 768px) {
  footer.default-v3-footer hr, footer.footer-home-p1 hr, footer.footer-default-p1 hr, footer.footer-p1 hr {
    margin: 28px 0 55px 0;
  }
}
footer.default-v3-footer .slogan, footer.footer-home-p1 .slogan, footer.footer-default-p1 .slogan, footer.footer-p1 .slogan {
  margin: 0 0 135px 0;
}
@media (min-width: 992px) {
  footer.default-v3-footer .slogan, footer.footer-home-p1 .slogan, footer.footer-default-p1 .slogan, footer.footer-p1 .slogan {
    margin: 0 0 60px 0;
  }
}
footer.default-v3-footer .address, footer.footer-home-p1 .address, footer.footer-default-p1 .address, footer.footer-p1 .address {
  color: rgba(0, 0, 0, 0.4);
  font-family: "AeonikPro-Medium";
  font-size: 12px;
  line-height: 130%;
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  footer.default-v3-footer .address, footer.footer-home-p1 .address, footer.footer-default-p1 .address, footer.footer-p1 .address {
    font-size: 18px;
    line-height: 140%;
    margin: 0;
  }
}
footer.default-v3-footer .footer-primary-wrapper, footer.footer-home-p1 .footer-primary-wrapper, footer.footer-default-p1 .footer-primary-wrapper, footer.footer-p1 .footer-primary-wrapper {
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper, footer.footer-home-p1 .footer-primary-wrapper, footer.footer-default-p1 .footer-primary-wrapper, footer.footer-p1 .footer-primary-wrapper {
    margin: 0;
  }
}
footer.default-v3-footer .footer-primary-wrapper .title, footer.footer-home-p1 .footer-primary-wrapper .title, footer.footer-default-p1 .footer-primary-wrapper .title, footer.footer-p1 .footer-primary-wrapper .title {
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 20px;
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  line-height: normal;
  padding: 0 0 15px 0;
  position: relative;
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper .title, footer.footer-home-p1 .footer-primary-wrapper .title, footer.footer-default-p1 .footer-primary-wrapper .title, footer.footer-p1 .footer-primary-wrapper .title {
    border: none;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    padding: 0 0 25px 0;
  }
}
footer.default-v3-footer .footer-primary-wrapper .title a, footer.footer-home-p1 .footer-primary-wrapper .title a, footer.footer-default-p1 .footer-primary-wrapper .title a, footer.footer-p1 .footer-primary-wrapper .title a {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper .title a, footer.footer-home-p1 .footer-primary-wrapper .title a, footer.footer-default-p1 .footer-primary-wrapper .title a, footer.footer-p1 .footer-primary-wrapper .title a {
    display: none;
  }
}
footer.default-v3-footer .footer-primary-wrapper .title a .accordion-arrow, footer.footer-home-p1 .footer-primary-wrapper .title a .accordion-arrow, footer.footer-default-p1 .footer-primary-wrapper .title a .accordion-arrow, footer.footer-p1 .footer-primary-wrapper .title a .accordion-arrow {
  height: 11px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 11px;
}
footer.default-v3-footer .footer-primary-wrapper .title a[aria-expanded=false] .accordion-arrow, footer.footer-home-p1 .footer-primary-wrapper .title a[aria-expanded=false] .accordion-arrow, footer.footer-default-p1 .footer-primary-wrapper .title a[aria-expanded=false] .accordion-arrow, footer.footer-p1 .footer-primary-wrapper .title a[aria-expanded=false] .accordion-arrow {
  transform: rotate(0);
}
footer.default-v3-footer .footer-primary-wrapper .title a[aria-expanded=true] .accordion-arrow, footer.footer-home-p1 .footer-primary-wrapper .title a[aria-expanded=true] .accordion-arrow, footer.footer-default-p1 .footer-primary-wrapper .title a[aria-expanded=true] .accordion-arrow, footer.footer-p1 .footer-primary-wrapper .title a[aria-expanded=true] .accordion-arrow {
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper .collapse, footer.footer-home-p1 .footer-primary-wrapper .collapse, footer.footer-default-p1 .footer-primary-wrapper .collapse, footer.footer-p1 .footer-primary-wrapper .collapse {
    display: block;
  }
}
footer.default-v3-footer .footer-primary-wrapper ul, footer.footer-home-p1 .footer-primary-wrapper ul, footer.footer-default-p1 .footer-primary-wrapper ul, footer.footer-p1 .footer-primary-wrapper ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  margin: 8px 0 45px 0;
  padding: 0;
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper ul, footer.footer-home-p1 .footer-primary-wrapper ul, footer.footer-default-p1 .footer-primary-wrapper ul, footer.footer-p1 .footer-primary-wrapper ul {
    margin: 0;
  }
}
footer.default-v3-footer .footer-primary-wrapper ul li, footer.footer-home-p1 .footer-primary-wrapper ul li, footer.footer-default-p1 .footer-primary-wrapper ul li, footer.footer-p1 .footer-primary-wrapper ul li {
  margin: 0 0 4px 0;
  display: flex;
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper ul li, footer.footer-home-p1 .footer-primary-wrapper ul li, footer.footer-default-p1 .footer-primary-wrapper ul li, footer.footer-p1 .footer-primary-wrapper ul li {
    margin: 0 0 8px 0;
  }
}
footer.default-v3-footer .footer-primary-wrapper ul li a, footer.footer-home-p1 .footer-primary-wrapper ul li a, footer.footer-default-p1 .footer-primary-wrapper ul li a, footer.footer-p1 .footer-primary-wrapper ul li a {
  color: rgba(0, 0, 0, 0.4);
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer.default-v3-footer .footer-primary-wrapper ul li a, footer.footer-home-p1 .footer-primary-wrapper ul li a, footer.footer-default-p1 .footer-primary-wrapper ul li a, footer.footer-p1 .footer-primary-wrapper ul li a {
    font-size: 18px;
    line-height: normal;
  }
}
footer.default-v3-footer .footer-primary-wrapper ul li a:hover, footer.footer-home-p1 .footer-primary-wrapper ul li a:hover, footer.footer-default-p1 .footer-primary-wrapper ul li a:hover, footer.footer-p1 .footer-primary-wrapper ul li a:hover {
  color: #000;
}
footer.default-v3-footer .data-wrapper, footer.footer-home-p1 .data-wrapper, footer.footer-default-p1 .data-wrapper, footer.footer-p1 .data-wrapper {
  align-items: start;
}
footer.default-v3-footer .data-wrapper .copy, footer.footer-home-p1 .data-wrapper .copy, footer.footer-default-p1 .data-wrapper .copy, footer.footer-p1 .data-wrapper .copy {
  font-family: "AeonikPro-Medium";
}
@media (min-width: 992px) {
  footer.default-v3-footer .data-wrapper .copy, footer.footer-home-p1 .data-wrapper .copy, footer.footer-default-p1 .data-wrapper .copy, footer.footer-p1 .data-wrapper .copy {
    margin: 0 0 36px 0;
  }
}
footer.default-v3-footer .data-wrapper .data-nav, footer.footer-home-p1 .data-wrapper .data-nav, footer.footer-default-p1 .data-wrapper .data-nav, footer.footer-p1 .data-wrapper .data-nav {
  font-size: 12px;
  line-height: 140%;
}
footer.default-v3-footer .data-wrapper .data-nav li, footer.footer-home-p1 .data-wrapper .data-nav li, footer.footer-default-p1 .data-wrapper .data-nav li, footer.footer-p1 .data-wrapper .data-nav li {
  display: block;
}
@media (min-width: 992px) {
  footer.default-v3-footer .data-wrapper .data-nav li, footer.footer-home-p1 .data-wrapper .data-nav li, footer.footer-default-p1 .data-wrapper .data-nav li, footer.footer-p1 .data-wrapper .data-nav li {
    display: inline-block;
  }
}
footer.default-v3-footer .data-wrapper .data-nav li a, footer.footer-home-p1 .data-wrapper .data-nav li a, footer.footer-default-p1 .data-wrapper .data-nav li a, footer.footer-p1 .data-wrapper .data-nav li a {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 992px) {
  footer.default-v3-footer .data-wrapper .data-nav li a, footer.footer-home-p1 .data-wrapper .data-nav li a, footer.footer-default-p1 .data-wrapper .data-nav li a, footer.footer-p1 .data-wrapper .data-nav li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
}
footer.default-v3-footer .data-wrapper .data-nav li a:hover, footer.footer-home-p1 .data-wrapper .data-nav li a:hover, footer.footer-default-p1 .data-wrapper .data-nav li a:hover, footer.footer-p1 .data-wrapper .data-nav li a:hover {
  color: rgba(0, 0, 0, 0.4);
}
footer.default-v3-footer .some-wrapper, footer.footer-home-p1 .some-wrapper, footer.footer-default-p1 .some-wrapper, footer.footer-p1 .some-wrapper {
  border-bottom: 2px solid #000;
  justify-content: start;
  margin: 215px 0 25px 0;
  padding: 0 0 25px 0;
}
@media (min-width: 992px) {
  footer.default-v3-footer .some-wrapper, footer.footer-home-p1 .some-wrapper, footer.footer-default-p1 .some-wrapper, footer.footer-p1 .some-wrapper {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  footer.default-v3-footer .some-wrapper .some-title, footer.footer-home-p1 .some-wrapper .some-title, footer.footer-default-p1 .some-wrapper .some-title, footer.footer-p1 .some-wrapper .some-title {
    margin: 0 0 45px 0;
  }
}
footer.default-v3-footer .some-wrapper .some-nav li, footer.footer-home-p1 .some-wrapper .some-nav li, footer.footer-default-p1 .some-wrapper .some-nav li, footer.footer-p1 .some-wrapper .some-nav li {
  margin: 0;
}
footer.footer-p1 {
  background-color: #fff;
}

/**
* Hero Image V3 
*/
.hero-image-v3 {
  height: 100vh;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-image-v3 {
    height: 100vh;
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .hero-image-v3 {
    height: 100vh;
    min-height: 100vh;
  }
}
.hero-image-v3 .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.hero-image-v3 .background .image-wrapper {
  height: 100%;
  width: 100%;
}
.hero-image-v3 .background .image-wrapper.x-left.y-top img {
  object-position: left top;
}
.hero-image-v3 .background .image-wrapper.x-left.y-center img {
  object-position: left center;
}
.hero-image-v3 .background .image-wrapper.x-left.y-bottom img {
  object-position: left bottom;
}
.hero-image-v3 .background .image-wrapper.x-center.y-top img {
  object-position: center top;
}
.hero-image-v3 .background .image-wrapper.x-center.y-center img {
  object-position: center center;
}
.hero-image-v3 .background .image-wrapper.x-center.y-bottom img {
  object-position: center bottom;
}
.hero-image-v3 .background .image-wrapper.x-right.y-top img {
  object-position: right top;
}
.hero-image-v3 .background .image-wrapper.x-right.y-center img {
  object-position: right center;
}
.hero-image-v3 .background .image-wrapper.x-right.y-bottom img {
  object-position: right bottom;
}
.hero-image-v3 .background .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-image-v3 .scroll-cta {
  align-items: center;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  width: 250px;
}
@media (min-width: 768px) {
  .hero-image-v3 .scroll-cta {
    bottom: 40px;
  }
}
.hero-image-v3 .scroll-cta .cta {
  color: #fff;
  font-family: "AeonikPro-Regular";
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero-image-v3 .scroll-cta .cta {
    font-size: 12px;
    line-height: 12px;
  }
}
.hero-image-v3 .scroll-cta .chevron {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .hero-image-v3 .scroll-cta .chevron {
    margin-top: 20px;
  }
}
.hero-image-v3 .scroll-cta .chevron svg path {
  stroke: #fff;
}
.hero-image-v3 .content,
.hero-image-v3 h1,
.hero-image-v3 h2 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 46px !important;
  font-style: normal;
  hyphens: auto;
  line-height: 100%;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-image-v3 .content,
  .hero-image-v3 h1,
  .hero-image-v3 h2 {
    font-size: 64px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 992px) {
  .hero-image-v3 .content,
  .hero-image-v3 h1,
  .hero-image-v3 h2 {
    font-size: 68.5714285714px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 75.7142857143px;
    margin: 0 0 28.5714285714px 0;
  }
}
@media (min-width: 1400px) {
  .hero-image-v3 .content,
  .hero-image-v3 h1,
  .hero-image-v3 h2 {
    font-size: 68.5714285714px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 75.7142857143px;
    margin: 0 0 45.7142857143px 0;
  }
}
@media (min-width: 1920px) {
  .hero-image-v3 .content,
  .hero-image-v3 h1,
  .hero-image-v3 h2 {
    font-size: 96px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
    margin: 0 0 64px 0;
  }
}
.hero-image-v3 .content h1,
.hero-image-v3 .content h2,
.hero-image-v3 .content p,
.hero-image-v3 h1 h1,
.hero-image-v3 h1 h2,
.hero-image-v3 h1 p,
.hero-image-v3 h2 h1,
.hero-image-v3 h2 h2,
.hero-image-v3 h2 p {
  margin: 0;
  padding: 0;
}
.hero-image-v3 .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20vh;
  position: relative;
}
@media (min-width: 768px) {
  .hero-image-v3 .cta-wrapper {
    justify-content: start;
    margin-bottom: 120px;
  }
}
@media (min-width: 1400px) {
  .hero-image-v3 .cta-wrapper {
    margin-bottom: 85.7142857143px;
  }
}
@media (min-width: 1920px) {
  .hero-image-v3 .cta-wrapper {
    justify-content: start;
    margin-bottom: 140px;
  }
}
.hero-image-v3 .cta-wrapper .cta {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0 7.5px 14px 0;
  padding: 10px 0;
  width: auto;
}
@media (min-width: 768px) {
  .hero-image-v3 .cta-wrapper .cta {
    margin: 0 15px 0 0;
  }
  .hero-image-v3 .cta-wrapper .cta:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-image-v3 .cta-wrapper .cta {
    margin: 0 25px 0 0;
  }
}
.hero-image-v3 .cta-wrapper .cta .btn, .hero-image-v3 .cta-wrapper .cta .thwmsc-buttons .thwmsc-btn, .thwmsc-buttons .hero-image-v3 .cta-wrapper .cta .thwmsc-btn, .hero-image-v3 .cta-wrapper .cta .woocommerce-checkout .coupon-form [name=apply_coupon], .woocommerce-checkout .coupon-form .hero-image-v3 .cta-wrapper .cta [name=apply_coupon], .hero-image-v3 .cta-wrapper .cta .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a, .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .hero-image-v3 .cta-wrapper .cta a, .hero-image-v3 .cta-wrapper .cta .wp-block-woocommerce-cart .wc-block-components-button, .wp-block-woocommerce-cart .hero-image-v3 .cta-wrapper .cta .wc-block-components-button, .hero-image-v3 .cta-wrapper .cta .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit], .product-wrapper .product .attributes form.variations_form .single_variation_wrap .hero-image-v3 .cta-wrapper .cta button[type=submit], .hero-image-v3 .cta-wrapper .cta .product-wrapper .product .attributes form.cart button[type=submit], .product-wrapper .product .attributes form.cart .hero-image-v3 .cta-wrapper .cta button[type=submit], .hero-image-v3 .cta-wrapper .cta .product-wrapper .product .attributes .variations .reset_variations, .product-wrapper .product .attributes .variations .hero-image-v3 .cta-wrapper .cta .reset_variations {
  color: #fff;
  padding: 0;
  text-align: left;
  width: fit-content;
}
.hero-image-v3 .cta-wrapper .cta img {
  height: 20px;
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
}
.hero-image-v3 .cta-wrapper .cta:hover img {
  transform: rotate(0);
}

/**
* Golf Map Slider Module
**/
/**
* Hero Video
*/
.hero-video-home-p1,
.hero-video-default-p1 {
  height: 100%;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.hero-video-home-p1 .logo,
.hero-video-default-p1 .logo {
  display: none;
  margin-top: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .logo,
  .hero-video-default-p1 .logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 .logo,
  .hero-video-default-p1 .logo {
    margin-top: 16px;
  }
}
.hero-video-home-p1 .logo img,
.hero-video-default-p1 .logo img {
  width: 120px;
  height: auto;
}
@media (min-width: 992px) {
  .hero-video-home-p1 .logo img,
  .hero-video-default-p1 .logo img {
    width: 120px;
  }
}
.hero-video-home-p1 .background,
.hero-video-default-p1 .background {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero-video-home-p1 .background video,
.hero-video-default-p1 .background video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-video-home-p1 .hero-logo,
.hero-video-default-p1 .hero-logo {
  max-width: 175px;
  padding: 70px 0 28px 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero-video-home-p1 .hero-logo,
  .hero-video-default-p1 .hero-logo {
    max-width: 300px;
    padding-top: 120px;
  }
}
.hero-video-home-p1 .hero-logo p,
.hero-video-default-p1 .hero-logo p {
  margin: 0;
  padding: 0;
}
.hero-video-home-p1 .content,
.hero-video-home-p1 h1,
.hero-video-home-p1 h2,
.hero-video-default-p1 .content,
.hero-video-default-p1 h1,
.hero-video-default-p1 h2 {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: clamp(60px, 3.617rem + 0.4255vw, 64px);
  line-height: clamp(55px, 3.617rem + 0.4255vw, 60px);
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .content,
  .hero-video-home-p1 h1,
  .hero-video-home-p1 h2,
  .hero-video-default-p1 .content,
  .hero-video-default-p1 h1,
  .hero-video-default-p1 h2 {
    font-weight: 500;
    font-size: clamp(90px, 5.4255rem + 0.6383vw, 96px);
    line-height: clamp(85px, 5.4255rem + 0.6383vw, 90px);
    margin-bottom: 45px;
  }
}
.hero-video-home-p1 .content h1,
.hero-video-home-p1 .content h2,
.hero-video-home-p1 .content p,
.hero-video-home-p1 h1 h1,
.hero-video-home-p1 h1 h2,
.hero-video-home-p1 h1 p,
.hero-video-home-p1 h2 h1,
.hero-video-home-p1 h2 h2,
.hero-video-home-p1 h2 p,
.hero-video-default-p1 .content h1,
.hero-video-default-p1 .content h2,
.hero-video-default-p1 .content p,
.hero-video-default-p1 h1 h1,
.hero-video-default-p1 h1 h2,
.hero-video-default-p1 h1 p,
.hero-video-default-p1 h2 h1,
.hero-video-default-p1 h2 h2,
.hero-video-default-p1 h2 p {
  margin: 0;
  padding: 0;
}
.hero-video-home-p1 .cta-wrapper,
.hero-video-default-p1 .cta-wrapper {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 110px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .cta-wrapper,
  .hero-video-default-p1 .cta-wrapper {
    justify-content: start;
    margin-bottom: 80px;
  }
}
.hero-video-home-p1 .cta-wrapper .cta,
.hero-video-default-p1 .cta-wrapper .cta {
  display: inline-block;
  margin: 0 7.5px 14px 0;
}
@media (min-width: 768px) {
  .hero-video-home-p1 .cta-wrapper .cta,
  .hero-video-default-p1 .cta-wrapper .cta {
    margin: 0 15px 0 0;
  }
  .hero-video-home-p1 .cta-wrapper .cta:last-child,
  .hero-video-default-p1 .cta-wrapper .cta:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero-video-home-p1 .cta-wrapper .cta,
  .hero-video-default-p1 .cta-wrapper .cta {
    margin: 0 25px 0 0;
  }
}

/**
* Large Image with Content
*/
.headline {
  background-color: #fff;
  position: relative;
}
.headline h2 {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 98%;
  margin: 190px 0 38px 0;
}
@media (min-width: 992px) {
  .headline h2 {
    font-size: 96px;
    margin: 115px 0 26px 0;
  }
}

.large-image-content {
  background-color: #fff;
  height: 100vh;
  position: relative;
}
.large-image-content .background {
  height: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: -1;
}
.large-image-content .background .image-wrapper-left,
.large-image-content .background .image-wrapper-right {
  height: 100%;
  width: 100%;
}
.large-image-content .background .image-wrapper-left img,
.large-image-content .background .image-wrapper-right img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.large-image-content .background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.large-image-content .content {
  color: #fff;
}
.large-image-content .content .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 20px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .large-image-content .content .subtitle {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.large-image-content .content .title {
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  line-height: 98%;
  margin: 0 0 46px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .large-image-content .content .title {
    font-size: 96px;
    margin: 0 0 46px 0;
    text-align: center;
  }
}
.large-image-content .content .cta {
  margin: 0 0 55px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .large-image-content .content .cta {
    text-align: center;
  }
}

/**
* Responsive Image with Content
*/
.responsive-image-content {
  background: #fff;
  position: relative;
  padding: 125px 0 30px 0;
}
@media (min-width: 992px) {
  .responsive-image-content {
    padding: 95px 0 110px 0;
  }
}
.responsive-image-content .background img {
  height: auto;
  width: 100%;
}
.responsive-image-content .content-wrapper {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.responsive-image-content .content-wrapper .title {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 65px 0;
}
@media (min-width: 992px) {
  .responsive-image-content .content-wrapper .title {
    font-size: 96px;
    margin: 0 0 50px 0;
  }
}

/**
* Simple Slider 3 Columns
*/
.simple-slider_three-cols,
.simple-slider_three-cols_v2,
.simple-slider-makers,
.simple-slider-timeline,
.simple-slider-values,
.simple-slider-makers-3-columns {
  background-color: #fff;
  padding: 30px 0 110px 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols,
  .simple-slider_three-cols_v2,
  .simple-slider-makers,
  .simple-slider-timeline,
  .simple-slider-values,
  .simple-slider-makers-3-columns {
    padding: 110px 0 75px 0;
  }
}
.simple-slider_three-cols .title,
.simple-slider_three-cols_v2 .title,
.simple-slider-makers .title,
.simple-slider-timeline .title,
.simple-slider-values .title,
.simple-slider-makers-3-columns .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 25px 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .title,
  .simple-slider_three-cols_v2 .title,
  .simple-slider-makers .title,
  .simple-slider-timeline .title,
  .simple-slider-values .title,
  .simple-slider-makers-3-columns .title {
    font-size: 96px;
    margin: 0 0 15px 0;
  }
}
.simple-slider_three-cols .swiper-buttons,
.simple-slider_three-cols_v2 .swiper-buttons,
.simple-slider-makers .swiper-buttons,
.simple-slider-timeline .swiper-buttons,
.simple-slider-values .swiper-buttons,
.simple-slider-makers-3-columns .swiper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  right: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev,
.simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-prev,
.simple-slider_three-cols .swiper-buttons .swiper-makers-button-prev,
.simple-slider_three-cols .swiper-buttons .swiper-timeline-button-prev,
.simple-slider_three-cols .swiper-buttons .swiper-values-button-prev,
.simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-prev,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-prev,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-prev,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-prev,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-prev,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-prev,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-prev,
.simple-slider-makers .swiper-buttons .swiper-simple-button-prev,
.simple-slider-makers .swiper-buttons .swiper-simplev2-button-prev,
.simple-slider-makers .swiper-buttons .swiper-makers-button-prev,
.simple-slider-makers .swiper-buttons .swiper-timeline-button-prev,
.simple-slider-makers .swiper-buttons .swiper-values-button-prev,
.simple-slider-makers .swiper-buttons .swiper-makers3col-button-prev,
.simple-slider-timeline .swiper-buttons .swiper-simple-button-prev,
.simple-slider-timeline .swiper-buttons .swiper-simplev2-button-prev,
.simple-slider-timeline .swiper-buttons .swiper-makers-button-prev,
.simple-slider-timeline .swiper-buttons .swiper-timeline-button-prev,
.simple-slider-timeline .swiper-buttons .swiper-values-button-prev,
.simple-slider-timeline .swiper-buttons .swiper-makers3col-button-prev,
.simple-slider-values .swiper-buttons .swiper-simple-button-prev,
.simple-slider-values .swiper-buttons .swiper-simplev2-button-prev,
.simple-slider-values .swiper-buttons .swiper-makers-button-prev,
.simple-slider-values .swiper-buttons .swiper-timeline-button-prev,
.simple-slider-values .swiper-buttons .swiper-values-button-prev,
.simple-slider-values .swiper-buttons .swiper-makers3col-button-prev,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-prev,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-prev,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-prev,
.simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-prev,
.simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-prev,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev {
  height: 18px;
  left: auto;
  margin: 0 16px 0 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev,
  .simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-prev,
  .simple-slider_three-cols .swiper-buttons .swiper-makers-button-prev,
  .simple-slider_three-cols .swiper-buttons .swiper-timeline-button-prev,
  .simple-slider_three-cols .swiper-buttons .swiper-values-button-prev,
  .simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-prev,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-prev,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-prev,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-prev,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-prev,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-prev,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-prev,
  .simple-slider-makers .swiper-buttons .swiper-simple-button-prev,
  .simple-slider-makers .swiper-buttons .swiper-simplev2-button-prev,
  .simple-slider-makers .swiper-buttons .swiper-makers-button-prev,
  .simple-slider-makers .swiper-buttons .swiper-timeline-button-prev,
  .simple-slider-makers .swiper-buttons .swiper-values-button-prev,
  .simple-slider-makers .swiper-buttons .swiper-makers3col-button-prev,
  .simple-slider-timeline .swiper-buttons .swiper-simple-button-prev,
  .simple-slider-timeline .swiper-buttons .swiper-simplev2-button-prev,
  .simple-slider-timeline .swiper-buttons .swiper-makers-button-prev,
  .simple-slider-timeline .swiper-buttons .swiper-timeline-button-prev,
  .simple-slider-timeline .swiper-buttons .swiper-values-button-prev,
  .simple-slider-timeline .swiper-buttons .swiper-makers3col-button-prev,
  .simple-slider-values .swiper-buttons .swiper-simple-button-prev,
  .simple-slider-values .swiper-buttons .swiper-simplev2-button-prev,
  .simple-slider-values .swiper-buttons .swiper-makers-button-prev,
  .simple-slider-values .swiper-buttons .swiper-timeline-button-prev,
  .simple-slider-values .swiper-buttons .swiper-values-button-prev,
  .simple-slider-values .swiper-buttons .swiper-makers3col-button-prev,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-prev,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-prev,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-prev,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-prev,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-prev,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev {
    margin: 0 27px 0 0;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev img,
.simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-prev img,
.simple-slider_three-cols .swiper-buttons .swiper-makers-button-prev img,
.simple-slider_three-cols .swiper-buttons .swiper-timeline-button-prev img,
.simple-slider_three-cols .swiper-buttons .swiper-values-button-prev img,
.simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-prev img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-prev img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-prev img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-prev img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-prev img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-prev img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-prev img,
.simple-slider-makers .swiper-buttons .swiper-simple-button-prev img,
.simple-slider-makers .swiper-buttons .swiper-simplev2-button-prev img,
.simple-slider-makers .swiper-buttons .swiper-makers-button-prev img,
.simple-slider-makers .swiper-buttons .swiper-timeline-button-prev img,
.simple-slider-makers .swiper-buttons .swiper-values-button-prev img,
.simple-slider-makers .swiper-buttons .swiper-makers3col-button-prev img,
.simple-slider-timeline .swiper-buttons .swiper-simple-button-prev img,
.simple-slider-timeline .swiper-buttons .swiper-simplev2-button-prev img,
.simple-slider-timeline .swiper-buttons .swiper-makers-button-prev img,
.simple-slider-timeline .swiper-buttons .swiper-timeline-button-prev img,
.simple-slider-timeline .swiper-buttons .swiper-values-button-prev img,
.simple-slider-timeline .swiper-buttons .swiper-makers3col-button-prev img,
.simple-slider-values .swiper-buttons .swiper-simple-button-prev img,
.simple-slider-values .swiper-buttons .swiper-simplev2-button-prev img,
.simple-slider-values .swiper-buttons .swiper-makers-button-prev img,
.simple-slider-values .swiper-buttons .swiper-timeline-button-prev img,
.simple-slider-values .swiper-buttons .swiper-values-button-prev img,
.simple-slider-values .swiper-buttons .swiper-makers3col-button-prev img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-prev img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-prev img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-prev img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-prev img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-prev img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev img {
  transform: rotate(-180deg);
  height: 18px;
  width: 18px;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev img,
  .simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-prev img,
  .simple-slider_three-cols .swiper-buttons .swiper-makers-button-prev img,
  .simple-slider_three-cols .swiper-buttons .swiper-timeline-button-prev img,
  .simple-slider_three-cols .swiper-buttons .swiper-values-button-prev img,
  .simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-prev img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-prev img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-prev img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-prev img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-prev img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-prev img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-prev img,
  .simple-slider-makers .swiper-buttons .swiper-simple-button-prev img,
  .simple-slider-makers .swiper-buttons .swiper-simplev2-button-prev img,
  .simple-slider-makers .swiper-buttons .swiper-makers-button-prev img,
  .simple-slider-makers .swiper-buttons .swiper-timeline-button-prev img,
  .simple-slider-makers .swiper-buttons .swiper-values-button-prev img,
  .simple-slider-makers .swiper-buttons .swiper-makers3col-button-prev img,
  .simple-slider-timeline .swiper-buttons .swiper-simple-button-prev img,
  .simple-slider-timeline .swiper-buttons .swiper-simplev2-button-prev img,
  .simple-slider-timeline .swiper-buttons .swiper-makers-button-prev img,
  .simple-slider-timeline .swiper-buttons .swiper-timeline-button-prev img,
  .simple-slider-timeline .swiper-buttons .swiper-values-button-prev img,
  .simple-slider-timeline .swiper-buttons .swiper-makers3col-button-prev img,
  .simple-slider-values .swiper-buttons .swiper-simple-button-prev img,
  .simple-slider-values .swiper-buttons .swiper-simplev2-button-prev img,
  .simple-slider-values .swiper-buttons .swiper-makers-button-prev img,
  .simple-slider-values .swiper-buttons .swiper-timeline-button-prev img,
  .simple-slider-values .swiper-buttons .swiper-values-button-prev img,
  .simple-slider-values .swiper-buttons .swiper-makers3col-button-prev img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-prev img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-prev img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-prev img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-prev img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-prev img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev img {
    height: 22px;
    width: 22px;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-prev::after,
.simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-prev::after,
.simple-slider_three-cols .swiper-buttons .swiper-makers-button-prev::after,
.simple-slider_three-cols .swiper-buttons .swiper-timeline-button-prev::after,
.simple-slider_three-cols .swiper-buttons .swiper-values-button-prev::after,
.simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-prev::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-prev::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-prev::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-prev::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-prev::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-prev::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-prev::after,
.simple-slider-makers .swiper-buttons .swiper-simple-button-prev::after,
.simple-slider-makers .swiper-buttons .swiper-simplev2-button-prev::after,
.simple-slider-makers .swiper-buttons .swiper-makers-button-prev::after,
.simple-slider-makers .swiper-buttons .swiper-timeline-button-prev::after,
.simple-slider-makers .swiper-buttons .swiper-values-button-prev::after,
.simple-slider-makers .swiper-buttons .swiper-makers3col-button-prev::after,
.simple-slider-timeline .swiper-buttons .swiper-simple-button-prev::after,
.simple-slider-timeline .swiper-buttons .swiper-simplev2-button-prev::after,
.simple-slider-timeline .swiper-buttons .swiper-makers-button-prev::after,
.simple-slider-timeline .swiper-buttons .swiper-timeline-button-prev::after,
.simple-slider-timeline .swiper-buttons .swiper-values-button-prev::after,
.simple-slider-timeline .swiper-buttons .swiper-makers3col-button-prev::after,
.simple-slider-values .swiper-buttons .swiper-simple-button-prev::after,
.simple-slider-values .swiper-buttons .swiper-simplev2-button-prev::after,
.simple-slider-values .swiper-buttons .swiper-makers-button-prev::after,
.simple-slider-values .swiper-buttons .swiper-timeline-button-prev::after,
.simple-slider-values .swiper-buttons .swiper-values-button-prev::after,
.simple-slider-values .swiper-buttons .swiper-makers3col-button-prev::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-prev::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-prev::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-prev::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-prev::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-prev::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-next,
.simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-next,
.simple-slider_three-cols .swiper-buttons .swiper-makers-button-next,
.simple-slider_three-cols .swiper-buttons .swiper-timeline-button-next,
.simple-slider_three-cols .swiper-buttons .swiper-values-button-next,
.simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-next,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-next,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-next,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-next,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-next,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-next,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-next,
.simple-slider-makers .swiper-buttons .swiper-simple-button-next,
.simple-slider-makers .swiper-buttons .swiper-simplev2-button-next,
.simple-slider-makers .swiper-buttons .swiper-makers-button-next,
.simple-slider-makers .swiper-buttons .swiper-timeline-button-next,
.simple-slider-makers .swiper-buttons .swiper-values-button-next,
.simple-slider-makers .swiper-buttons .swiper-makers3col-button-next,
.simple-slider-timeline .swiper-buttons .swiper-simple-button-next,
.simple-slider-timeline .swiper-buttons .swiper-simplev2-button-next,
.simple-slider-timeline .swiper-buttons .swiper-makers-button-next,
.simple-slider-timeline .swiper-buttons .swiper-timeline-button-next,
.simple-slider-timeline .swiper-buttons .swiper-values-button-next,
.simple-slider-timeline .swiper-buttons .swiper-makers3col-button-next,
.simple-slider-values .swiper-buttons .swiper-simple-button-next,
.simple-slider-values .swiper-buttons .swiper-simplev2-button-next,
.simple-slider-values .swiper-buttons .swiper-makers-button-next,
.simple-slider-values .swiper-buttons .swiper-timeline-button-next,
.simple-slider-values .swiper-buttons .swiper-values-button-next,
.simple-slider-values .swiper-buttons .swiper-makers3col-button-next,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-next,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-next,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-next,
.simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-next,
.simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-next,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next {
  height: 18px;
  left: auto;
  margin: 0 0 1px 0;
  position: relative;
  right: auto;
  width: auto;
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-next img,
.simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-next img,
.simple-slider_three-cols .swiper-buttons .swiper-makers-button-next img,
.simple-slider_three-cols .swiper-buttons .swiper-timeline-button-next img,
.simple-slider_three-cols .swiper-buttons .swiper-values-button-next img,
.simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-next img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-next img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-next img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-next img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-next img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-next img,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-next img,
.simple-slider-makers .swiper-buttons .swiper-simple-button-next img,
.simple-slider-makers .swiper-buttons .swiper-simplev2-button-next img,
.simple-slider-makers .swiper-buttons .swiper-makers-button-next img,
.simple-slider-makers .swiper-buttons .swiper-timeline-button-next img,
.simple-slider-makers .swiper-buttons .swiper-values-button-next img,
.simple-slider-makers .swiper-buttons .swiper-makers3col-button-next img,
.simple-slider-timeline .swiper-buttons .swiper-simple-button-next img,
.simple-slider-timeline .swiper-buttons .swiper-simplev2-button-next img,
.simple-slider-timeline .swiper-buttons .swiper-makers-button-next img,
.simple-slider-timeline .swiper-buttons .swiper-timeline-button-next img,
.simple-slider-timeline .swiper-buttons .swiper-values-button-next img,
.simple-slider-timeline .swiper-buttons .swiper-makers3col-button-next img,
.simple-slider-values .swiper-buttons .swiper-simple-button-next img,
.simple-slider-values .swiper-buttons .swiper-simplev2-button-next img,
.simple-slider-values .swiper-buttons .swiper-makers-button-next img,
.simple-slider-values .swiper-buttons .swiper-timeline-button-next img,
.simple-slider-values .swiper-buttons .swiper-values-button-next img,
.simple-slider-values .swiper-buttons .swiper-makers3col-button-next img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-next img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-next img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-next img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-next img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-next img,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next img {
  height: 18px;
  width: 18px;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .swiper-buttons .swiper-simple-button-next img,
  .simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-next img,
  .simple-slider_three-cols .swiper-buttons .swiper-makers-button-next img,
  .simple-slider_three-cols .swiper-buttons .swiper-timeline-button-next img,
  .simple-slider_three-cols .swiper-buttons .swiper-values-button-next img,
  .simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-next img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-next img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-next img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-next img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-next img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-next img,
  .simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-next img,
  .simple-slider-makers .swiper-buttons .swiper-simple-button-next img,
  .simple-slider-makers .swiper-buttons .swiper-simplev2-button-next img,
  .simple-slider-makers .swiper-buttons .swiper-makers-button-next img,
  .simple-slider-makers .swiper-buttons .swiper-timeline-button-next img,
  .simple-slider-makers .swiper-buttons .swiper-values-button-next img,
  .simple-slider-makers .swiper-buttons .swiper-makers3col-button-next img,
  .simple-slider-timeline .swiper-buttons .swiper-simple-button-next img,
  .simple-slider-timeline .swiper-buttons .swiper-simplev2-button-next img,
  .simple-slider-timeline .swiper-buttons .swiper-makers-button-next img,
  .simple-slider-timeline .swiper-buttons .swiper-timeline-button-next img,
  .simple-slider-timeline .swiper-buttons .swiper-values-button-next img,
  .simple-slider-timeline .swiper-buttons .swiper-makers3col-button-next img,
  .simple-slider-values .swiper-buttons .swiper-simple-button-next img,
  .simple-slider-values .swiper-buttons .swiper-simplev2-button-next img,
  .simple-slider-values .swiper-buttons .swiper-makers-button-next img,
  .simple-slider-values .swiper-buttons .swiper-timeline-button-next img,
  .simple-slider-values .swiper-buttons .swiper-values-button-next img,
  .simple-slider-values .swiper-buttons .swiper-makers3col-button-next img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-next img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-next img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-next img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-next img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-next img,
  .simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next img {
    height: 22px;
    width: 22px;
  }
}
.simple-slider_three-cols .swiper-buttons .swiper-simple-button-next::after,
.simple-slider_three-cols .swiper-buttons .swiper-simplev2-button-next::after,
.simple-slider_three-cols .swiper-buttons .swiper-makers-button-next::after,
.simple-slider_three-cols .swiper-buttons .swiper-timeline-button-next::after,
.simple-slider_three-cols .swiper-buttons .swiper-values-button-next::after,
.simple-slider_three-cols .swiper-buttons .swiper-makers3col-button-next::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simple-button-next::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-simplev2-button-next::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers-button-next::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-timeline-button-next::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-values-button-next::after,
.simple-slider_three-cols_v2 .swiper-buttons .swiper-makers3col-button-next::after,
.simple-slider-makers .swiper-buttons .swiper-simple-button-next::after,
.simple-slider-makers .swiper-buttons .swiper-simplev2-button-next::after,
.simple-slider-makers .swiper-buttons .swiper-makers-button-next::after,
.simple-slider-makers .swiper-buttons .swiper-timeline-button-next::after,
.simple-slider-makers .swiper-buttons .swiper-values-button-next::after,
.simple-slider-makers .swiper-buttons .swiper-makers3col-button-next::after,
.simple-slider-timeline .swiper-buttons .swiper-simple-button-next::after,
.simple-slider-timeline .swiper-buttons .swiper-simplev2-button-next::after,
.simple-slider-timeline .swiper-buttons .swiper-makers-button-next::after,
.simple-slider-timeline .swiper-buttons .swiper-timeline-button-next::after,
.simple-slider-timeline .swiper-buttons .swiper-values-button-next::after,
.simple-slider-timeline .swiper-buttons .swiper-makers3col-button-next::after,
.simple-slider-values .swiper-buttons .swiper-simple-button-next::after,
.simple-slider-values .swiper-buttons .swiper-simplev2-button-next::after,
.simple-slider-values .swiper-buttons .swiper-makers-button-next::after,
.simple-slider-values .swiper-buttons .swiper-timeline-button-next::after,
.simple-slider-values .swiper-buttons .swiper-values-button-next::after,
.simple-slider-values .swiper-buttons .swiper-makers3col-button-next::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simple-button-next::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-simplev2-button-next::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers-button-next::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-timeline-button-next::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-values-button-next::after,
.simple-slider-makers-3-columns .swiper-buttons .swiper-makers3col-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.simple-slider_three-cols .simpleSlider,
.simple-slider_three-cols .simpleSliderMakers,
.simple-slider_three-cols .simpleSliderTimeline,
.simple-slider_three-cols .simpleSliderTimelineV2,
.simple-slider_three-cols .simpleSliderValues,
.simple-slider_three-cols_v2 .simpleSlider,
.simple-slider_three-cols_v2 .simpleSliderMakers,
.simple-slider_three-cols_v2 .simpleSliderTimeline,
.simple-slider_three-cols_v2 .simpleSliderTimelineV2,
.simple-slider_three-cols_v2 .simpleSliderValues,
.simple-slider-makers .simpleSlider,
.simple-slider-makers .simpleSliderMakers,
.simple-slider-makers .simpleSliderTimeline,
.simple-slider-makers .simpleSliderTimelineV2,
.simple-slider-makers .simpleSliderValues,
.simple-slider-timeline .simpleSlider,
.simple-slider-timeline .simpleSliderMakers,
.simple-slider-timeline .simpleSliderTimeline,
.simple-slider-timeline .simpleSliderTimelineV2,
.simple-slider-timeline .simpleSliderValues,
.simple-slider-values .simpleSlider,
.simple-slider-values .simpleSliderMakers,
.simple-slider-values .simpleSliderTimeline,
.simple-slider-values .simpleSliderTimelineV2,
.simple-slider-values .simpleSliderValues,
.simple-slider-makers-3-columns .simpleSlider,
.simple-slider-makers-3-columns .simpleSliderMakers,
.simple-slider-makers-3-columns .simpleSliderTimeline,
.simple-slider-makers-3-columns .simpleSliderTimelineV2,
.simple-slider-makers-3-columns .simpleSliderValues {
  margin: 25px 0 0 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .simpleSlider,
  .simple-slider_three-cols .simpleSliderMakers,
  .simple-slider_three-cols .simpleSliderTimeline,
  .simple-slider_three-cols .simpleSliderTimelineV2,
  .simple-slider_three-cols .simpleSliderValues,
  .simple-slider_three-cols_v2 .simpleSlider,
  .simple-slider_three-cols_v2 .simpleSliderMakers,
  .simple-slider_three-cols_v2 .simpleSliderTimeline,
  .simple-slider_three-cols_v2 .simpleSliderTimelineV2,
  .simple-slider_three-cols_v2 .simpleSliderValues,
  .simple-slider-makers .simpleSlider,
  .simple-slider-makers .simpleSliderMakers,
  .simple-slider-makers .simpleSliderTimeline,
  .simple-slider-makers .simpleSliderTimelineV2,
  .simple-slider-makers .simpleSliderValues,
  .simple-slider-timeline .simpleSlider,
  .simple-slider-timeline .simpleSliderMakers,
  .simple-slider-timeline .simpleSliderTimeline,
  .simple-slider-timeline .simpleSliderTimelineV2,
  .simple-slider-timeline .simpleSliderValues,
  .simple-slider-values .simpleSlider,
  .simple-slider-values .simpleSliderMakers,
  .simple-slider-values .simpleSliderTimeline,
  .simple-slider-values .simpleSliderTimelineV2,
  .simple-slider-values .simpleSliderValues,
  .simple-slider-makers-3-columns .simpleSlider,
  .simple-slider-makers-3-columns .simpleSliderMakers,
  .simple-slider-makers-3-columns .simpleSliderTimeline,
  .simple-slider-makers-3-columns .simpleSliderTimelineV2,
  .simple-slider-makers-3-columns .simpleSliderValues {
    margin: 15px 0 0 0;
  }
}
.simple-slider_three-cols .simpleSlider .swiper-slide .image-wrapper img,
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider_three-cols .simpleSliderTimeline .swiper-slide .image-wrapper img,
.simple-slider_three-cols .simpleSliderTimelineV2 .swiper-slide .image-wrapper img,
.simple-slider_three-cols .simpleSliderValues .swiper-slide .image-wrapper img,
.simple-slider_three-cols_v2 .simpleSlider .swiper-slide .image-wrapper img,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider_three-cols_v2 .simpleSliderTimeline .swiper-slide .image-wrapper img,
.simple-slider_three-cols_v2 .simpleSliderTimelineV2 .swiper-slide .image-wrapper img,
.simple-slider_three-cols_v2 .simpleSliderValues .swiper-slide .image-wrapper img,
.simple-slider-makers .simpleSlider .swiper-slide .image-wrapper img,
.simple-slider-makers .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-makers .simpleSliderTimeline .swiper-slide .image-wrapper img,
.simple-slider-makers .simpleSliderTimelineV2 .swiper-slide .image-wrapper img,
.simple-slider-makers .simpleSliderValues .swiper-slide .image-wrapper img,
.simple-slider-timeline .simpleSlider .swiper-slide .image-wrapper img,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-timeline .simpleSliderTimeline .swiper-slide .image-wrapper img,
.simple-slider-timeline .simpleSliderTimelineV2 .swiper-slide .image-wrapper img,
.simple-slider-timeline .simpleSliderValues .swiper-slide .image-wrapper img,
.simple-slider-values .simpleSlider .swiper-slide .image-wrapper img,
.simple-slider-values .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-values .simpleSliderTimeline .swiper-slide .image-wrapper img,
.simple-slider-values .simpleSliderTimelineV2 .swiper-slide .image-wrapper img,
.simple-slider-values .simpleSliderValues .swiper-slide .image-wrapper img,
.simple-slider-makers-3-columns .simpleSlider .swiper-slide .image-wrapper img,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-makers-3-columns .simpleSliderTimeline .swiper-slide .image-wrapper img,
.simple-slider-makers-3-columns .simpleSliderTimelineV2 .swiper-slide .image-wrapper img,
.simple-slider-makers-3-columns .simpleSliderValues .swiper-slide .image-wrapper img {
  height: auto;
  width: 100%;
}
.simple-slider_three-cols .simpleSliderMakers,
.simple-slider_three-cols_v2 .simpleSliderMakers,
.simple-slider-makers .simpleSliderMakers,
.simple-slider-timeline .simpleSliderMakers,
.simple-slider-values .simpleSliderMakers,
.simple-slider-makers-3-columns .simpleSliderMakers {
  cursor: pointer;
  user-select: none;
}
.simple-slider_three-cols .simpleSliderMakers .swiper-buttons,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-buttons,
.simple-slider-makers .simpleSliderMakers .swiper-buttons,
.simple-slider-timeline .simpleSliderMakers .swiper-buttons,
.simple-slider-values .simpleSliderMakers .swiper-buttons,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-buttons {
  display: none;
}
.simple-slider_three-cols .simpleSliderMakers:hover .swiper-buttons,
.simple-slider_three-cols_v2 .simpleSliderMakers:hover .swiper-buttons,
.simple-slider-makers .simpleSliderMakers:hover .swiper-buttons,
.simple-slider-timeline .simpleSliderMakers:hover .swiper-buttons,
.simple-slider-values .simpleSliderMakers:hover .swiper-buttons,
.simple-slider-makers-3-columns .simpleSliderMakers:hover .swiper-buttons {
  bottom: 50%;
  display: block;
  right: 5%;
  transform: translateY(50%);
  width: auto;
  z-index: 99;
}
.simple-slider_three-cols .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-prev,
.simple-slider_three-cols_v2 .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-prev,
.simple-slider-makers .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-prev,
.simple-slider-timeline .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-prev,
.simple-slider-values .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-prev,
.simple-slider-makers-3-columns .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-prev {
  display: none;
}
.simple-slider_three-cols .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
.simple-slider_three-cols_v2 .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
.simple-slider-makers .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
.simple-slider-timeline .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
.simple-slider-values .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
.simple-slider-makers-3-columns .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next {
  background-color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
  .simple-slider_three-cols_v2 .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
  .simple-slider-makers .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
  .simple-slider-timeline .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
  .simple-slider-values .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next,
  .simple-slider-makers-3-columns .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next {
    height: 128px;
    width: 128px;
  }
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide,
.simple-slider-makers .simpleSliderMakers .swiper-slide,
.simple-slider-timeline .simpleSliderMakers .swiper-slide,
.simple-slider-values .simpleSliderMakers .swiper-slide,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide {
  width: calc(100% - 24px);
  height: auto;
}
@media (min-width: 768px) {
  .simple-slider_three-cols .simpleSliderMakers .swiper-slide,
  .simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide,
  .simple-slider-makers .simpleSliderMakers .swiper-slide,
  .simple-slider-timeline .simpleSliderMakers .swiper-slide,
  .simple-slider-values .simpleSliderMakers .swiper-slide,
  .simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide {
    width: calc(100% - 24px);
  }
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .image-wrapper,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .image-wrapper,
.simple-slider-makers .simpleSliderMakers .swiper-slide .image-wrapper,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .image-wrapper,
.simple-slider-values .simpleSliderMakers .swiper-slide .image-wrapper,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .image-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-makers .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-values .simpleSliderMakers .swiper-slide .image-wrapper img,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper,
.simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper,
.simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper {
  margin: 325px 0 58px 24px;
  position: relative;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper,
  .simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper,
  .simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper,
  .simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper,
  .simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper,
  .simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper {
    margin: 490px 75px 60px 0;
  }
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper .name,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper .name,
.simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper .name,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper .name,
.simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper .name,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper .name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 104%;
  margin: 0 0 18px 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper .name,
  .simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper .name,
  .simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper .name,
  .simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper .name,
  .simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper .name,
  .simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper .name {
    font-size: 24px;
    line-height: 104%;
    margin: 0 0 12px 0;
  }
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper .function,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper .function,
.simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper .function,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper .function,
.simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper .function,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper .function {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 18px 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper .function,
  .simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper .function,
  .simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper .function,
  .simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper .function,
  .simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper .function,
  .simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper .function {
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 26px 0;
  }
}
.simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper .quote,
.simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper .quote,
.simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper .quote,
.simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper .quote,
.simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper .quote,
.simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper .quote {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  hyphens: auto;
  line-height: 110%;
  margin: 0 0 36px 0;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .simpleSliderMakers .swiper-slide .content-wrapper .quote,
  .simple-slider_three-cols_v2 .simpleSliderMakers .swiper-slide .content-wrapper .quote,
  .simple-slider-makers .simpleSliderMakers .swiper-slide .content-wrapper .quote,
  .simple-slider-timeline .simpleSliderMakers .swiper-slide .content-wrapper .quote,
  .simple-slider-values .simpleSliderMakers .swiper-slide .content-wrapper .quote,
  .simple-slider-makers-3-columns .simpleSliderMakers .swiper-slide .content-wrapper .quote {
    font-size: 40px;
    line-height: 112%;
    margin: 0 0 56px 0;
  }
}
.simple-slider_three-cols .cta-wrapper .cta,
.simple-slider_three-cols_v2 .cta-wrapper .cta,
.simple-slider-makers .cta-wrapper .cta,
.simple-slider-timeline .cta-wrapper .cta,
.simple-slider-values .cta-wrapper .cta,
.simple-slider-makers-3-columns .cta-wrapper .cta {
  border: 1px solid #163730;
  color: #163730;
  display: block;
  font-family: "AeonikPro-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 8px 0;
  padding: 12px 10px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .simple-slider_three-cols .cta-wrapper .cta,
  .simple-slider_three-cols_v2 .cta-wrapper .cta,
  .simple-slider-makers .cta-wrapper .cta,
  .simple-slider-timeline .cta-wrapper .cta,
  .simple-slider-values .cta-wrapper .cta,
  .simple-slider-makers-3-columns .cta-wrapper .cta {
    font-size: 20px;
    padding: 14px 10px;
  }
}
.simple-slider_three-cols .cta-wrapper .cta:hover,
.simple-slider_three-cols_v2 .cta-wrapper .cta:hover,
.simple-slider-makers .cta-wrapper .cta:hover,
.simple-slider-timeline .cta-wrapper .cta:hover,
.simple-slider-values .cta-wrapper .cta:hover,
.simple-slider-makers-3-columns .cta-wrapper .cta:hover {
  background-color: #163730;
  color: #fff;
}

.simple-slider-timeline {
  margin: 85px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .simple-slider-timeline {
    margin: 115px 0 0 0;
  }
}
.simple-slider-timeline .simpleSliderTimelineDotNav {
  cursor: pointer;
  margin: 65px 0 85px 0;
  user-select: none;
}
@media (min-width: 992px) {
  .simple-slider-timeline .simpleSliderTimelineDotNav {
    margin: 80px 0 115px 0;
  }
}
.simple-slider-timeline .simpleSliderTimeline {
  cursor: pointer;
  user-select: none;
}
.simple-slider-timeline .swiper-buttons {
  right: 24px;
}
.simple-slider-timeline .swiper-slide {
  height: auto;
  width: 100%;
}
.simple-slider-timeline .swiper-slide .image-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.simple-slider-timeline .swiper-slide .image-wrapper img {
  height: auto;
  width: 100%;
}
.simple-slider-timeline .swiper-slide .dotnav-line {
  background-color: #D9D9D9;
  height: 2px;
  opacity: 1;
  position: absolute;
  top: -10px;
  width: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline .swiper-slide .dotnav-line {
    top: -1px;
  }
}
.simple-slider-timeline .swiper-slide .content-wrapper-nav {
  cursor: pointer;
  margin: 0;
  width: fit-content;
}
.simple-slider-timeline .swiper-slide .content-wrapper-nav .dot {
  background-color: #D2D2D2;
  border-radius: 50%;
  height: 14px;
  margin: 0 0 36px 0;
  width: 14px;
  z-index: 1;
}
@media (min-width: 992px) {
  .simple-slider-timeline .swiper-slide .content-wrapper-nav .dot {
    height: 30px;
    width: 30px;
  }
}
.simple-slider-timeline .swiper-slide .content-wrapper-nav .year {
  color: #D2D2D2;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline .swiper-slide .content-wrapper-nav .year {
    font-size: 64px;
  }
}
.simple-slider-timeline .swiper-slide.swiper-slide-thumb-active .content-wrapper-nav .dot {
  background-color: #000;
}
.simple-slider-timeline .swiper-slide.swiper-slide-thumb-active .content-wrapper-nav .year {
  color: #000;
}
.simple-slider-timeline .swiper-slide .content-wrapper {
  margin: 0;
}
.simple-slider-timeline .swiper-slide .content-wrapper .title {
  font-family: "AeonikPro-Medium";
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-timeline .swiper-slide .content-wrapper .title {
    font-size: 58px;
  }
}
.simple-slider-timeline .swiper-slide .content-wrapper .content {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 106%;
}
@media (min-width: 992px) {
  .simple-slider-timeline .swiper-slide .content-wrapper .content {
    font-size: 24px;
  }
}
.simple-slider-timeline .swiper-slide .content-wrapper .cta {
  color: #000;
}
.simple-slider-makers .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next {
  background-color: transparent !important;
  border-radius: 50% !important;
  height: unset !important;
  width: unset !important;
  transition: 0.15s;
}
.simple-slider-makers .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next img {
  width: 80px;
  height: 80px;
  transition: 0.15s;
}
.simple-slider-makers .simpleSliderMakers:hover .swiper-buttons .swiper-makers-button-next img:hover {
  transform: scale(0.95);
}

.simple-slider-values {
  user-select: none;
}
.simple-slider-values .title {
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 992px) {
  .simple-slider-values .title {
    font-size: 86px;
  }
}
.simple-slider-values .swiper-slide {
  cursor: pointer;
  position: relative;
}
.simple-slider-values .swiper-slide .content {
  bottom: 41px;
  left: 10px;
  margin: 0 10px 0 0;
  position: absolute;
}
@media (min-width: 992px) {
  .simple-slider-values .swiper-slide .content {
    bottom: 70px;
    left: 40px;
    margin: 0 10px 0 0;
  }
}
.simple-slider-values .swiper-slide .content .content-title {
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 100%;
  user-select: none;
  word-break: normal;
}
@media (min-width: 992px) {
  .simple-slider-values .swiper-slide .content .content-title {
    font-size: 58px;
  }
}

/**
* Numbers And Data
*/
.numbers-and-data {
  margin: 100px 0 65px 0;
}
@media (min-width: 992px) {
  .numbers-and-data {
    margin: 200px 0 10px 0;
  }
}
.numbers-and-data .image-wrapper img {
  height: auto;
  width: 100%;
}
.numbers-and-data hr {
  margin: 0 0 62px 0;
}
@media (min-width: 992px) {
  .numbers-and-data hr {
    margin: 0 0 75px 0;
  }
}
.numbers-and-data .content-wrapper .number {
  font-family: "AeonikPro-Medium";
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 992px) {
  .numbers-and-data .content-wrapper .number {
    font-size: 124px;
  }
}
.numbers-and-data .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
}
@media (min-width: 992px) {
  .numbers-and-data .content-wrapper .content {
    font-size: 24px;
    margin: 0 0 0 40px;
  }
}
.numbers-and-data hr {
  background-color: #000;
  border: none;
  height: 2px;
  opacity: 1;
  width: 100%;
}

/**
* The Vision
*/
.the-vision {
  background-color: #E9F7F2;
  margin: 65px 0 175px 0;
  padding: 0 0 90px 0;
}
@media (min-width: 992px) {
  .the-vision {
    margin: 85px 0 80px 0;
  }
}
.the-vision .title {
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  margin: 108px 0 0 0;
}
@media (min-width: 992px) {
  .the-vision .title {
    font-size: 86px;
    margin: 128px 0 0 0;
  }
}
.the-vision .content {
  border-bottom: 2px solid #000;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin: 46px 0 0 0;
  padding: 0 0 46px 0;
}
@media (min-width: 992px) {
  .the-vision .content {
    font-size: 40px;
    margin: 64px 0 0 0;
    padding: 0 0 125px 0;
  }
}
.the-vision .point-title {
  font-family: "AeonikPro-Regular";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin: 30px 0 0 0;
}
.the-vision .point-content {
  font-family: "AeonikPro-Regular";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  margin: 30px 0 30px 0;
}
.the-vision hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 0;
  opacity: 1;
  width: 100%;
}

/**
* Large Text Block
*/
.large-text-block {
  background-color: #fff;
  font-family: "AeonikPro-Medium";
  padding: 60px 0 28px 0;
}
.large-text-block.has-btm-margin {
  padding: 60px 0;
}
.large-text-block.bg-green {
  background-color: #E9F7F2;
}
@media (min-width: 1200px) {
  .large-text-block {
    padding: 120px 0 64px 0;
  }
  .large-text-block.has-btm-margin {
    padding: 120px 0;
  }
}
.large-text-block .title {
  font-size: 40px;
  line-height: 100%;
  margin-top: 85px;
}
@media (min-width: 992px) {
  .large-text-block .title {
    font-size: 96px;
    margin-top: 205px;
  }
}
.large-text-block .title hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 24px 0 12px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .large-text-block .title hr {
    margin: 26px 0;
  }
}
.large-text-block .content {
  font-size: 34px;
  font-weight: 500;
  hyphens: auto;
  line-height: 126%;
}
@media (min-width: 992px) {
  .large-text-block .content {
    font-size: 64px;
    line-height: 112%;
  }
}

/**
* Single Product Teaser
*/
.single-product-teaser {
  padding: 25px 0 75px 0;
}
@media (min-width: 768px) {
  .single-product-teaser {
    padding: 36px 0 180px 0;
  }
}
.single-product-teaser .title {
  font-family: "AeonikPro-Medium";
  font-size: 38px;
  line-height: 105%;
}
@media (min-width: 768px) {
  .single-product-teaser .title {
    font-size: 58px;
    line-height: 105%;
  }
}
.single-product-teaser .subtitle {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 36px 0;
}
@media (min-width: 768px) {
  .single-product-teaser .subtitle {
    font-size: 20px;
    line-height: 120%;
    margin: 0;
  }
}
.single-product-teaser hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 8px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .single-product-teaser hr {
    margin: 16px 0 36px 0;
  }
}
.single-product-teaser .thumbnail {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
}
.single-product-teaser .thumbnail img {
  height: auto;
  width: 100%;
}
.single-product-teaser .product-info {
  margin: 13px 0 5px 0;
}
@media (min-width: 768px) {
  .single-product-teaser .product-info {
    margin: 0;
  }
}
.single-product-teaser .product-info .title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .single-product-teaser .product-info .title {
    font-size: 30px;
    line-height: 120%;
  }
}
.single-product-teaser .product-info .short-description {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  line-height: 109%;
  font-weight: 500;
  margin: 10px 0 15px 0;
}
@media (min-width: 768px) {
  .single-product-teaser .product-info .short-description {
    margin: 11px 0 20px 0;
  }
}
.single-product-teaser .product-info .short-description p {
  margin: 0 0 16px 0;
}
.single-product-teaser .product-info .price {
  font-family: "AeonikPro-Regular";
  font-size: 24px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .single-product-teaser .product-info .price {
    font-size: 30px;
    line-height: 120%;
  }
}
.single-product-teaser .cta-wrapper .cta a {
  width: 100%;
}

/**
* Products by category
*/
.products-by-category {
  margin: 0 0 56px 0;
}
@media (min-width: 768px) {
  .products-by-category {
    margin: 12px 0 75px 0;
  }
}
.products-by-category.bg-light {
  background-color: #fff !important;
}
.products-by-category.bg-gray {
  background-color: #F6F7F8 !important;
}
.products-by-category a {
  text-decoration: none !important;
}
.products-by-category .title {
  font-family: "AeonikPro-Medium";
  font-size: 38px;
  line-height: 105%;
}
@media (min-width: 768px) {
  .products-by-category .title {
    font-size: 58px;
    line-height: 105%;
  }
}
.products-by-category .subtitle {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 36px 0;
}
@media (min-width: 768px) {
  .products-by-category .subtitle {
    font-size: 20px;
    line-height: 120%;
    margin: 0;
  }
}
.products-by-category hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 7px 0;
  opacity: 1;
  width: 100%;
}
.products-by-category .swiper {
  padding: 35px 0 50px 0;
}
@media (min-width: 768px) {
  .products-by-category .swiper {
    padding: 120px 0;
  }
}
.products-by-category .swiper .swiper-products-category-pagination {
  width: auto;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .products-by-category .swiper .swiper-products-category-pagination {
    margin: 0 50px;
  }
}
.products-by-category .swiper .pagination-navigation {
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  .products-by-category .swiper .pagination-navigation {
    margin: 50px 0 0 0;
  }
}
.products-by-category .swiper .swiper-button-disabled {
  opacity: 0.2;
}
.products-by-category .swiper .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #B2B5BE;
  opacity: 1;
  background: transparent;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.products-by-category .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DEE3FF;
  color: #19224C;
}
.products-by-category .swiper .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.products-by-category .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}
.products-by-category .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #163730;
  color: #163730;
}
.products-by-category .swiper .swiper-buttons {
  height: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .products-by-category .swiper .swiper-buttons {
    height: 20px;
    margin-bottom: 3rem;
  }
}
.products-by-category .swiper .swiper-buttons .swiper-button-prev,
.products-by-category .swiper .swiper-buttons .swiper-button-next {
  height: 14px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 1400px) {
  .products-by-category .swiper .swiper-buttons .swiper-button-prev,
  .products-by-category .swiper .swiper-buttons .swiper-button-next {
    height: 20px;
  }
}
.products-by-category .swiper .swiper-buttons .swiper-button-prev img,
.products-by-category .swiper .swiper-buttons .swiper-button-next img {
  height: 14px;
}
@media (min-width: 1400px) {
  .products-by-category .swiper .swiper-buttons .swiper-button-prev img,
  .products-by-category .swiper .swiper-buttons .swiper-button-next img {
    height: 20px;
  }
}
.products-by-category .swiper .swiper-buttons .swiper-button-prev {
  margin: 0 27px 0 0;
}
.products-by-category .swiper .swiper-buttons .swiper-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.products-by-category .swiper .swiper-buttons .swiper-button-prev img {
  transform: rotate(-180deg);
}
.products-by-category .swiper .swiper-buttons .swiper-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.products-by-category .product {
  color: #000;
}
.products-by-category .product .thumbnail.bg-grad {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
}
.products-by-category .product .thumbnail.bg-grad-rev {
  background: linear-gradient(37deg, #C7D8D9 0%, #E9F3F4 100%);
}
.products-by-category .product .thumbnail img {
  width: 100%;
  height: auto;
}
.products-by-category .product .name {
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  margin: 22px 0 9px 0;
}
@media (min-width: 768px) {
  .products-by-category .product .name {
    font-size: 20px;
    line-height: 94%;
    margin: 16px 0 11px 0;
  }
}
.products-by-category .product .price {
  font-family: "AeonikPro-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 94%;
}
@media (min-width: 768px) {
  .products-by-category .product .price {
    font-size: 16px;
    line-height: 94%;
  }
}

/**
* Upsells & Related
**/
.upsells,
.related,
.cross-sells {
  margin: 60px 0 0 0;
}
@media (min-width: 768px) {
  .upsells,
  .related,
  .cross-sells {
    margin: 60px 0 0 0;
  }
}
.upsells h2,
.related h2,
.cross-sells h2 {
  font-family: "AeonikPro-Medium";
  font-size: 38px !important;
  line-height: 105% !important;
}
@media (min-width: 768px) {
  .upsells h2,
  .related h2,
  .cross-sells h2 {
    font-size: 58px !important;
    line-height: 105% !important;
  }
}
.upsells a,
.related a,
.cross-sells a {
  color: #000;
  text-decoration: none;
}
.upsells hr,
.related hr,
.cross-sells hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 7px 0;
  opacity: 1;
  width: 100%;
}
.upsells .swiper,
.related .swiper,
.cross-sells .swiper {
  padding: 35px 0 50px 0;
}
@media (min-width: 768px) {
  .upsells .swiper,
  .related .swiper,
  .cross-sells .swiper {
    padding: 35px 0 90px 0;
  }
}
.upsells .swiper .swiper-related-pagination,
.upsells .swiper .swiper-upsells-pagination,
.upsells .swiper .swiper-crosssells-pagination,
.related .swiper .swiper-related-pagination,
.related .swiper .swiper-upsells-pagination,
.related .swiper .swiper-crosssells-pagination,
.cross-sells .swiper .swiper-related-pagination,
.cross-sells .swiper .swiper-upsells-pagination,
.cross-sells .swiper .swiper-crosssells-pagination {
  width: auto;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .upsells .swiper .swiper-related-pagination,
  .upsells .swiper .swiper-upsells-pagination,
  .upsells .swiper .swiper-crosssells-pagination,
  .related .swiper .swiper-related-pagination,
  .related .swiper .swiper-upsells-pagination,
  .related .swiper .swiper-crosssells-pagination,
  .cross-sells .swiper .swiper-related-pagination,
  .cross-sells .swiper .swiper-upsells-pagination,
  .cross-sells .swiper .swiper-crosssells-pagination {
    margin: 0 50px;
  }
}
.upsells .swiper .pagination-navigation,
.related .swiper .pagination-navigation,
.cross-sells .swiper .pagination-navigation {
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  .upsells .swiper .pagination-navigation,
  .related .swiper .pagination-navigation,
  .cross-sells .swiper .pagination-navigation {
    margin: 50px 0 0 0;
  }
}
.upsells .swiper .swiper-button-disabled,
.related .swiper .swiper-button-disabled,
.cross-sells .swiper .swiper-button-disabled {
  opacity: 0.2;
}
.upsells .swiper .swiper-related-button-prev img,
.upsells .swiper .swiper-upsells-button-prev img,
.upsells .swiper .swiper-crosssells-button-prev img,
.related .swiper .swiper-related-button-prev img,
.related .swiper .swiper-upsells-button-prev img,
.related .swiper .swiper-crosssells-button-prev img,
.cross-sells .swiper .swiper-related-button-prev img,
.cross-sells .swiper .swiper-upsells-button-prev img,
.cross-sells .swiper .swiper-crosssells-button-prev img {
  height: 20px;
  transform: rotate(-180deg);
  width: 24px;
}
.upsells .swiper .swiper-related-button-next img,
.upsells .swiper .swiper-upsells-button-next img,
.upsells .swiper .swiper-crosssells-button-next img,
.related .swiper .swiper-related-button-next img,
.related .swiper .swiper-upsells-button-next img,
.related .swiper .swiper-crosssells-button-next img,
.cross-sells .swiper .swiper-related-button-next img,
.cross-sells .swiper .swiper-upsells-button-next img,
.cross-sells .swiper .swiper-crosssells-button-next img {
  height: 20px;
  width: 24px;
}
.upsells .swiper .swiper-pagination-bullet,
.related .swiper .swiper-pagination-bullet,
.cross-sells .swiper .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #B2B5BE;
  opacity: 1;
  background: transparent;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.upsells .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.related .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cross-sells .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DEE3FF;
  color: #19224C;
}
.upsells .swiper .product,
.related .swiper .product,
.cross-sells .swiper .product {
  color: #000;
}
.upsells .swiper .product .thumbnail.bg-grad,
.related .swiper .product .thumbnail.bg-grad,
.cross-sells .swiper .product .thumbnail.bg-grad {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
}
.upsells .swiper .product .thumbnail.bg-grad-rev,
.related .swiper .product .thumbnail.bg-grad-rev,
.cross-sells .swiper .product .thumbnail.bg-grad-rev {
  background: linear-gradient(37deg, #C7D8D9 0%, #E9F3F4 100%);
}
.upsells .swiper .product .thumbnail img,
.related .swiper .product .thumbnail img,
.cross-sells .swiper .product .thumbnail img {
  width: 100%;
  height: auto;
}
.upsells .swiper .product .name,
.related .swiper .product .name,
.cross-sells .swiper .product .name {
  border: none;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-weight: 500;
  margin: 22px 0 9px 0;
}
@media (min-width: 768px) {
  .upsells .swiper .product .name,
  .related .swiper .product .name,
  .cross-sells .swiper .product .name {
    font-size: 20px;
    line-height: 94%;
    margin: 17px 0 11px 0;
  }
}
.upsells .swiper .product .price,
.related .swiper .product .price,
.cross-sells .swiper .product .price {
  font-family: "AeonikPro-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 94%;
}
@media (min-width: 768px) {
  .upsells .swiper .product .price,
  .related .swiper .product .price,
  .cross-sells .swiper .product .price {
    font-size: 16px;
    line-height: 94%;
  }
}
.upsells .swiper .swiper-scrollbar,
.related .swiper .swiper-scrollbar,
.cross-sells .swiper .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.upsells .swiper .swiper-scrollbar:hover,
.related .swiper .swiper-scrollbar:hover,
.cross-sells .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}
.upsells .swiper .swiper-scrollbar .swiper-scrollbar-drag,
.related .swiper .swiper-scrollbar .swiper-scrollbar-drag,
.cross-sells .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #163730;
  color: #163730;
}

/**
* Single Product
**/
.product-wrapper .product .swiper .swiper-slide {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
}
.product-wrapper .product .swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.product-wrapper .product .swiper .swiper-single-product-pagination {
  bottom: 10px;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.product-wrapper .product .swiper .swiper-single-product-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000;
  height: 9px;
  width: 9px;
}
.product-wrapper .product .swiper .swiper-single-product-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  border: 1px solid #000;
}
.product-wrapper .product .name {
  border-bottom: 2px solid #000;
  font-family: "AeonikPro-Medium";
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .product-wrapper .product .name {
    font-size: 58px;
    margin: 0 0 16px 0;
  }
}
.product-wrapper .product .short-description {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  line-height: 109%;
  font-weight: 500;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .product-wrapper .product .short-description {
    margin: 0 0 16px 0;
  }
}
.product-wrapper .product .short-description p {
  margin: 0 0 16px 0;
}
.product-wrapper .product .price {
  font-family: "AeonikPro-Regular";
  font-size: 24px;
  line-height: 94%;
  font-weight: 400;
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .product-wrapper .product .price {
    margin: 0 0 60px 0;
  }
}
.product-wrapper .product .attributes {
  height: auto;
  position: relative;
}
.product-wrapper .product .attributes .stock {
  display: none;
}
.product-wrapper .product .attributes .variations {
  width: 100%;
}
.product-wrapper .product .attributes .variations th,
.product-wrapper .product .attributes .variations td {
  display: block;
  width: 100%;
}
.product-wrapper .product .attributes .variations th label,
.product-wrapper .product .attributes .variations th select,
.product-wrapper .product .attributes .variations td label,
.product-wrapper .product .attributes .variations td select {
  width: 100%;
}
.product-wrapper .product .attributes .variations th label,
.product-wrapper .product .attributes .variations td label {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .product-wrapper .product .attributes .variations th label,
  .product-wrapper .product .attributes .variations td label {
    font-size: 16px;
  }
}
.product-wrapper .product .attributes .variations th select,
.product-wrapper .product .attributes .variations td select {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .product-wrapper .product .attributes .variations th select,
  .product-wrapper .product .attributes .variations td select {
    font-size: 16px;
    line-height: 100%;
  }
}
.product-wrapper .product .attributes .variations .reset_variations {
  background: transparent;
  color: #163730;
  display: block;
  margin: 1rem 0 0 0;
  text-align: center;
}
.product-wrapper .product .attributes .variations .reset_variations:hover {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
}
.product-wrapper .product .attributes form.cart {
  width: 100%;
}
.product-wrapper .product .attributes form.cart button[type=submit] {
  margin: 1rem 0 0 0;
  width: 100%;
}
.product-wrapper .product .attributes form.variations_form {
  position: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-wrapper .product .attributes form.variations_form .single_variation_wrap {
  margin: 20px 0 0 0;
  width: 100%;
}
.product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit] {
  margin: 1rem 0 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit] {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1400px) {
  .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit] {
    font-size: 13px;
    padding: 8px 40px;
  }
}
@media (min-width: 1920px) {
  .product-wrapper .product .attributes form.variations_form .single_variation_wrap button[type=submit] {
    font-size: 16px;
    padding: 16px 40px;
  }
}
.product-wrapper .product input {
  width: 100%;
}
.product-wrapper .product .closing {
  color: rgba(22, 55, 48, 0.4);
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  line-height: 18px;
  margin: 40px 0 20px 0;
}
@media (min-width: 768px) {
  .product-wrapper .product .closing {
    margin: 22px 0 42px 0;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product .closing {
    margin: 22px 0 11px 0;
  }
}
@media (min-width: 1400px) {
  .product-wrapper .product .closing {
    margin: 22px 0 22px 0;
  }
}
.product-wrapper .product .closing a {
  color: rgba(22, 55, 48, 0.8);
  text-decoration: none;
}
.product-wrapper .product .closing a:hover {
  color: rgb(22, 55, 48);
}
.product-wrapper .product .product-description {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  line-height: 100%;
  margin: 36px 0 0 0;
}
@media (min-width: 992px) {
  .product-wrapper .product .product-description {
    margin: 36px 0 180px 0;
  }
}
.product-wrapper .product .product-description h2 {
  margin: 0;
  padding: 0;
}
.product-wrapper .product .product-description hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 16px 0 36px 0;
  opacity: 1;
  width: 100%;
}
.product-wrapper .product .product-description .description-content {
  font-family: "AeonikPro-Regular";
  font-size: 14px;
  line-height: 164%;
  margin: 8px 0 25px 0;
}
@media (min-width: 768px) {
  .product-wrapper .product .product-description .description-content {
    font-size: 16px;
    line-height: 164%;
    margin: 8px 0 35px 0;
  }
}
.product-wrapper .product .product-description .description-content strong {
  font-family: "AeonikPro-Medium";
}
.product-wrapper .product .accordion-button {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  line-height: 110%;
  padding: 11px 0;
  border-bottom: 2px solid #000;
}
.product-wrapper .product .accordion-button:not(.collapsed) {
  background-color: inherit;
  color: #000;
}
.product-wrapper .product .accordion-button:not(.collapsed)::after {
  background-image: url("../img/dropdown-arrow.png");
  transform: rotate(-180deg);
}
.product-wrapper .product .accordion-button:focus {
  border-color: transparent;
  border-bottom: 2px solid #000;
  box-shadow: none;
}
.product-wrapper .product .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../img/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.product-wrapper .product .specifications-content {
  margin: 0 0 80px 0;
}
@media (min-width: 768px) {
  .product-wrapper .product .specifications-content {
    margin: 0 0 120px 0;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product .specifications-content {
    margin: 0 0 64px 0;
  }
}
@media (min-width: 1400px) {
  .product-wrapper .product .specifications-content {
    margin: 0 0 64px 0;
  }
}
.product-wrapper .product .specification {
  overflow: hidden;
  min-height: 160px;
}
.product-wrapper .product .specification .toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-wrapper .product .specification .toggle:hover ~ .spec-content, .product-wrapper .product .specification .toggle:focus ~ .spec-content {
    transform: translate3d(0, 25%, 0);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .product-wrapper .product .specification .toggle:hover ~ .spec-content, .product-wrapper .product .specification .toggle:focus ~ .spec-content {
    transform: translate3d(0, 35%, 0);
  }
}
@media (min-width: 992px) {
  .product-wrapper .product .specification .toggle:hover ~ .spec-content .header, .product-wrapper .product .specification .toggle:focus ~ .spec-content .header {
    transform: translate3d(0, 25%, 0);
  }
  .product-wrapper .product .specification .toggle:hover ~ .spec-content .spec-description, .product-wrapper .product .specification .toggle:focus ~ .spec-content .spec-description {
    opacity: 1;
  }
  .product-wrapper .product .specification .toggle:hover ~ .image, .product-wrapper .product .specification .toggle:focus ~ .image {
    transform: translate3d(0, -25%, 0);
    -webkit-transform: scale(0.25) translate(0, -25%);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .product-wrapper .product .specification .toggle:hover ~ .image, .product-wrapper .product .specification .toggle:focus ~ .image {
    transform: translate3d(0, -50%, 0);
    -webkit-transform: scale(0.5) translate(0, -50%);
  }
}
.product-wrapper .product .specification .image {
  transition: all 300ms;
}
.product-wrapper .product .specification .image img {
  height: auto;
  padding: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-wrapper .product .specification .image img {
    padding: 50px;
  }
}
.product-wrapper .product .specification .spec-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  left: 0;
  padding: inherit;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  transition: transform 300ms;
  transform: translate3d(0, calc(100% - 0.5rem), 0);
}
.product-wrapper .product .specification .spec-content .header {
  transform: translate3d(0, -100%, 0);
  transition: transform 300ms;
}
.product-wrapper .product .specification .spec-content .header .title {
  font-family: "AeonikPro-Medium";
  font-size: clamp(12px, 0.5rem + 0.25vw, 14px);
  line-height: 120%;
}
@media (min-width: 1200px) {
  .product-wrapper .product .specification .spec-content .header .title {
    font-size: 16px;
    line-height: 120%;
  }
}
.product-wrapper .product .specification .spec-content .header .value {
  font-family: "AeonikPro-Medium";
  font-size: clamp(12px, 0.5rem + 0.25vw, 14px);
  line-height: 120%;
  opacity: 0.4;
}
@media (min-width: 1200px) {
  .product-wrapper .product .specification .spec-content .header .value {
    font-size: 16px;
    line-height: 120%;
  }
}
.product-wrapper .product .specification .spec-content .spec-description {
  font-family: "AeonikPro-Regular";
  font-size: clamp(10px, 0.5rem + 0.25vw, 14px);
  flex-grow: 1;
  hyphens: auto;
  margin: 0.5rem 0 0 0;
  opacity: 0;
  word-break: break-word;
}
@media (min-width: 992px) {
  .product-wrapper .product .specification .spec-content .spec-description {
    font-size: 12px;
    line-height: 110%;
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 1400px) {
  .product-wrapper .product .specification .spec-content .spec-description {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .product-wrapper .product .specification.active .spec-content {
    transform: translate3d(0, 35%, 0);
  }
  .product-wrapper .product .specification.active .spec-content .header {
    transform: translate3d(0, 35%, 0);
  }
  .product-wrapper .product .specification.active .spec-content .spec-description {
    opacity: 1;
  }
  .product-wrapper .product .specification.active .image {
    transform: translate3d(0, -50%, 0);
    -webkit-transform: scale(0.5) translate(0, -50%);
  }
}
.product-wrapper .product .swiper-buttons {
  height: 20px;
  width: auto;
}
@media (min-width: 1400px) {
  .product-wrapper .product .swiper-buttons {
    height: 20px;
    width: auto;
  }
}
.product-wrapper .product .swiper-buttons .swiper-button-prev,
.product-wrapper .product .swiper-buttons .swiper-button-next {
  height: 14px;
  left: auto;
  margin: 0;
  position: relative;
  right: auto;
  width: auto;
}
@media (min-width: 1400px) {
  .product-wrapper .product .swiper-buttons .swiper-button-prev,
  .product-wrapper .product .swiper-buttons .swiper-button-next {
    height: 20px;
    width: auto;
  }
}
.product-wrapper .product .swiper-buttons .swiper-button-prev img,
.product-wrapper .product .swiper-buttons .swiper-button-next img {
  height: 14px;
  width: auto;
}
@media (min-width: 1400px) {
  .product-wrapper .product .swiper-buttons .swiper-button-prev img,
  .product-wrapper .product .swiper-buttons .swiper-button-next img {
    height: 20px;
    width: auto;
  }
}
.product-wrapper .product .swiper-buttons .swiper-button-prev {
  margin: 0 27px 0 0;
}
.product-wrapper .product .swiper-buttons .swiper-button-prev::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.product-wrapper .product .swiper-buttons .swiper-button-prev img {
  transform: rotate(-180deg);
}
.product-wrapper .product .swiper-buttons .swiper-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}

/**
* Carbonics Technology videos on Club Product Page
**/
.carbon-technologies .video-wrapper {
  left: 0;
  height: auto;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .carbon-technologies .video-wrapper {
    height: auto;
  }
}
.carbon-technologies .video-wrapper video {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media (min-width: 992px) {
  .carbon-technologies .order-lg-last .content-wrapper {
    padding: 0 0 0 25px;
  }
}
.carbon-technologies .swiper {
  height: auto;
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper {
    margin: 25px 0 0 0;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper {
    margin: 16px 0 60px 0;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .carbon-technologies .swiper {
    margin: 16px 0 64px 0;
    padding: 0;
    width: 100%;
  }
}
.carbon-technologies .swiper .swiper-wrapper .swiper-slide {
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.carbon-technologies .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.carbon-technologies .swiper.videoProductMainSwiper .swiper-wrapper .swiper-slide .video-title {
  color: rgb(22, 55, 48);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 15px 0 5px 0;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper.videoProductMainSwiper .swiper-wrapper .swiper-slide .video-title {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 16px 0;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper.videoProductMainSwiper .swiper-wrapper .swiper-slide .video-title {
    font-size: 20px;
    font-weight: 400;
    margin: 36px 0 16px 0;
  }
}
.carbon-technologies .swiper.videoProductMainSwiper .swiper-wrapper .swiper-slide .video-content {
  color: rgba(22, 55, 48, 0.6);
  font-size: 14px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper.videoProductMainSwiper .swiper-wrapper .swiper-slide .video-content {
    font-size: 16px;
    line-height: 110%;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper.videoProductMainSwiper .swiper-wrapper .swiper-slide .video-content {
    font-size: 18px;
    line-height: 110%;
  }
}
.carbon-technologies .swiper .swiper-buttons {
  align-items: baseline;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  right: 0;
  position: absolute;
  padding: 10px;
  bottom: -15px;
  width: auto;
  z-index: 9;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons {
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper .swiper-buttons {
    bottom: 50px;
  }
}
.carbon-technologies .swiper .swiper-buttons .controls-wrapper {
  display: flex;
  flex-direction: row;
}
.carbon-technologies .swiper .swiper-buttons .swiper-controls {
  display: flex;
  flex-direction: row;
}
.carbon-technologies .swiper .swiper-buttons .audio-stop {
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
  background-image: url("../img/stop.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons .audio-stop {
    height: 20px;
    margin: 0 10px 0 0;
    width: 28px;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper .swiper-buttons .audio-stop {
    height: 20px;
    margin: 0 10px 0 0;
    width: 28px;
  }
}
.carbon-technologies .swiper .swiper-buttons .audio-play {
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons .audio-play {
    height: 20px;
    margin: 0 10px 0 0;
    width: 28px;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper .swiper-buttons .audio-play {
    height: 20px;
    margin: 0 10px 0 0;
    width: 28px;
  }
}
.carbon-technologies .swiper .swiper-buttons .audio-play.playing {
  background-image: url("../img/pause.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carbon-technologies .swiper .swiper-buttons .audio-play.paused {
  background-image: url("../img/play.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carbon-technologies .swiper .swiper-buttons .audio-toggle {
  cursor: pointer;
  display: block;
  height: 16px;
  margin: 0 16px 0 0;
  width: 20px;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons .audio-toggle {
    height: 20px;
    margin: 0 10px 0 0;
    width: 28px;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper .swiper-buttons .audio-toggle {
    height: 20px;
    margin: 0 10px 0 0;
    width: 28px;
  }
}
.carbon-technologies .swiper .swiper-buttons .audio-toggle.mute {
  background-image: url("../img/mute.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carbon-technologies .swiper .swiper-buttons .audio-toggle.unmute {
  background-image: url("../img/unmute.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-prev,
.carbon-technologies .swiper .swiper-buttons .swiper-button-next {
  left: auto;
  height: 28px;
  position: relative;
  right: auto;
  width: auto;
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-prev img,
.carbon-technologies .swiper .swiper-buttons .swiper-button-next img {
  height: 16px;
  width: 20px;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons .swiper-button-prev img,
  .carbon-technologies .swiper .swiper-buttons .swiper-button-next img {
    height: 20px;
    width: 28px;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .swiper .swiper-buttons .swiper-button-prev img,
  .carbon-technologies .swiper .swiper-buttons .swiper-button-next img {
    height: 20px;
    width: 28px;
  }
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-prev::after,
.carbon-technologies .swiper .swiper-buttons .swiper-button-next::after {
  content: "";
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.75rem;
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-next {
  margin: 0 0 1px 0;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons .swiper-button-next {
    margin: 0 0 1px 0;
  }
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-prev {
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .carbon-technologies .swiper .swiper-buttons .swiper-button-prev {
    margin: 0 10px 0 0;
  }
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-prev img {
  transform: rotate(-180deg);
}
.carbon-technologies .swiper .swiper-buttons .swiper-button-disabled::after {
  color: rgba(0, 0, 0, 0.1);
}
.carbon-technologies .swiper .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.carbon-technologies .swiper .swiper-scrollbar:hover {
  cursor: pointer;
}
.carbon-technologies .videoProductThumbSwiper {
  min-height: 500px;
  height: 36.3636363636vh;
  margin: 16px 0 60px 0;
  padding: 0 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .carbon-technologies .videoProductThumbSwiper {
    min-height: 750px;
    height: 50vh;
    margin: 16px 0 120px 0;
  }
}
.carbon-technologies .videoProductThumbSwiper .swiper-slide {
  height: calc((100% - 24px) / 2) !important;
}
.carbon-technologies .videoProductThumbSwiper .swiper-slide .video-title {
  font-size: 16px;
  hyphens: auto;
  line-height: 100%;
  margin: 16px 0 0 0;
  word-break: break-word;
}
@media (min-width: 768px) {
  .carbon-technologies .videoProductThumbSwiper .swiper-slide .video-title {
    font-size: 20px;
    margin: 36px 0 0 0;
  }
}
.carbon-technologies .videoProductThumbSwiper .swiper-slide .video-content {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 100%;
  margin: 14px 0 0 0;
}
@media (min-width: 768px) {
  .carbon-technologies .videoProductThumbSwiper .swiper-slide .video-content {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
}
.carbon-technologies .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .carbon-technologies .title {
    font-size: 78px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 56px 0;
  }
}
.carbon-technologies .content-wrapper .title,
.carbon-technologies .content-wrapper-mobile .title {
  font-family: "AeonikPro-Medium";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin: 40px 0 28px 0;
}
@media (min-width: 768px) {
  .carbon-technologies .content-wrapper .title,
  .carbon-technologies .content-wrapper-mobile .title {
    font-size: 58px;
    line-height: 73px;
    margin: 35px 0 25px 0;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .content-wrapper .title,
  .carbon-technologies .content-wrapper-mobile .title {
    font-size: 78px;
    line-height: 73px;
    margin: 0 0 32px 0;
  }
}
.carbon-technologies .content-wrapper .content,
.carbon-technologies .content-wrapper-mobile .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .carbon-technologies .content-wrapper .content,
  .carbon-technologies .content-wrapper-mobile .content {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .carbon-technologies .content-wrapper .content,
  .carbon-technologies .content-wrapper-mobile .content {
    font-size: 24px;
    line-height: 24px;
  }
  .carbon-technologies .content-wrapper .content h3,
  .carbon-technologies .content-wrapper .content ul,
  .carbon-technologies .content-wrapper-mobile .content h3,
  .carbon-technologies .content-wrapper-mobile .content ul {
    display: none;
  }
}
.carbon-technologies .content-wrapper .content ul,
.carbon-technologies .content-wrapper-mobile .content ul {
  background: #F5F8F7;
  padding: 28px 34px;
  margin: 0;
}
.carbon-technologies .content-wrapper .content ul li,
.carbon-technologies .content-wrapper-mobile .content ul li {
  font-size: 16px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .carbon-technologies .content-wrapper .content ul li,
  .carbon-technologies .content-wrapper-mobile .content ul li {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .carbon-technologies .content-wrapper .content ul li strong,
  .carbon-technologies .content-wrapper-mobile .content ul li strong {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .carbon-technologies .content-wrapper .content ul,
  .carbon-technologies .content-wrapper-mobile .content ul {
    padding: 32px 56px;
  }
}
.carbon-technologies .content-wrapper .content h2,
.carbon-technologies .content-wrapper .content h3,
.carbon-technologies .content-wrapper-mobile .content h2,
.carbon-technologies .content-wrapper-mobile .content h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .carbon-technologies .content-wrapper .content h2,
  .carbon-technologies .content-wrapper .content h3,
  .carbon-technologies .content-wrapper-mobile .content h2,
  .carbon-technologies .content-wrapper-mobile .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.carbon-technologies .content-wrapper-mobile {
  margin: 32px 0 0 0;
}
.carbon-technologies .cta-wrapper {
  margin-top: 45px;
}
@media (min-width: 992px) {
  .carbon-technologies .cta-wrapper {
    margin-top: 115px;
  }
}
.carbon-technologies .cta-wrapper .cta a {
  border-bottom: 1px solid #000000;
  color: #163730;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .carbon-technologies .cta-wrapper .cta a {
    font-size: 20px;
    line-height: 18px;
    padding: 0 0 9px 0;
  }
}

/**
* Mini Cart
**/
.custom-mini-cart {
  right: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .custom-mini-cart {
    position: relative;
  }
}
.custom-mini-cart .wc-toggle-button-wrapper {
  display: inline-block;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container {
  right: 0;
  left: auto;
  transform: none;
  position: absolute;
  overflow: visible;
  top: 35px;
  bottom: auto;
  min-width: 330px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container {
    left: auto;
    width: auto;
  }
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container.show {
  opacity: 1;
  display: block;
  z-index: 9;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main {
  border: 2px solid #000;
  min-height: 200px;
  max-height: 50vh;
  width: 435px;
  max-width: 100%;
  position: relative;
  overflow: auto;
  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;
  font-size: 16px;
  padding: 10px 15px;
  background-color: #fff;
  margin-top: 0;
  mix-blend-mode: normal;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product {
  /*display: grid;
  grid-template-columns: 28% auto;
  grid-template-rows: auto auto;*/
  position: relative;
  border-width: 0;
  padding: 20px 0 40px 0;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product .wc-menu-cart__product-image img {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
  display: block;
  height: auto;
  width: 100%;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product .wc-menu-cart__product-name {
  /*grid-column-start: 2;
    grid-column-end: 3;*/
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  line-height: 110%;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product .wc-menu-cart__product-name .product-item-thumbnail {
  display: none;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product .wc-menu-cart__product-name dl {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 14px 0 0 0;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product .wc-menu-cart__product-name dl dt {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  flex: 0 0 50%;
  padding: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .wc-menu-cart__products .wc-menu-cart__product .wc-menu-cart__product-name dl dd {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  flex: 0 0 50%;
  padding: 10px 0;
  margin: 0 0 0 auto;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .woocommerce-mini-cart__total {
  border-bottom: 2px solid #000;
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .widget_shopping_cart_content-custom .woocommerce-mini-cart__total {
    margin: 55px 0 0 0;
    padding: 15px 0;
  }
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons {
    margin: 50px 0 0 0;
  }
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons a {
  background: #163730;
  border: 1px solid #163730;
  border-radius: 0;
  color: #fff;
  font-family: "AeonikPro-Medium";
  font-style: normal;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 17.5px;
  }
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons a:hover {
  background: transparent;
  color: #163730;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons a.checkout {
  background: transparent;
  color: #163730;
  margin: 17px 0 0 0;
}
.custom-mini-cart .wc-toggle-button-wrapper .wc-menu-cart__container .wc-menu-cart__main .wc-menu-cart__footer-buttons a.checkout:hover {
  background: #163730;
  border: 1px solid #163730;
  color: #fff;
}
.custom-mini-cart .wc-menu-cart__toggle-button {
  border: 2px solid #fff;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: -7px;
  padding: 5px;
}
.custom-mini-cart .wc-menu-cart__toggle-button.active {
  border: 2px solid #000;
  border-bottom: 2px solid #fff;
  z-index: 99;
}
.custom-mini-cart .wc-menu-cart__toggle-button a {
  color: #000;
}

.wc-menu-cart__toggle-button-text {
  display: none;
}

.wc-menu-cart__toggle-button .cart-button-icon svg {
  width: 24px;
  height: 24px;
}
.wc-menu-cart__toggle-button .cart-button-icon img {
  height: 16px;
  width: auto;
}

.wc-menu-cart__toggle-button .cart-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.1rem;
  height: 1.1rem;
  line-height: 1.5em;
  top: 0;
  inset-inline-end: -0.5em;
  border-radius: 100%;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 12px;
}

.wc-menu-cart__close-button {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 0 20px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: eicons;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wc-menu-cart__footer-buttons {
  font-size: 20px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.wc-menu-cart__product-remove {
  color: #ff0000;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  border: 1px solid #ff0000;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wc-menu-cart__product-remove svg {
  width: 20px;
  height: 20px;
}

.wc-menu-cart__product-remove a.remove:hover {
  color: #fff !important;
  background: red;
}

/**
* Cart
**/
h1.wp-block-heading {
  font-family: "AeonikPro-Medium";
  font-size: 38px;
  font-weight: 500;
  line-height: 105%;
}
@media (min-width: 768px) {
  h1.wp-block-heading {
    font-size: 58px;
  }
}

.wp-block-separator {
  background-color: #000;
  border: none;
  height: 1px;
  margin: 7px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-separator {
    height: 2px !important;
    margin: 10px 0;
  }
}

.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items {
  border-bottom: none !important;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items .wc-block-cart-items__row {
  border-bottom: 2px solid #000;
  grid-template-columns: 110px 132px;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header {
  visibility: hidden;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__image,
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__product,
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__total {
  border-top: none !important;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__image img {
  min-width: 100px;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__total {
  grid-row-start: 2 !important;
  grid-column-start: 2;
  grid-column-end: 4;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__total {
    grid-row-start: 1;
    grid-column-start: 4;
  }
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap {
  position: relative;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  display: none;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    width: 75%;
  }
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-components-product-metadata .wc-block-components-product-details li {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 110%;
    padding: 10px 0;
  }
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 0;
}
@media (min-width: 768px) {
  .wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.wp-block-woocommerce-cart .wc-block-components-main .wc-block-components-product-price {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
  visibility: hidden;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block {
  border-top: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 24px;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__description {
  font-size: 20px;
}
.wp-block-woocommerce-cart .wc-block-components-button {
  margin: 1rem 0 0 0;
  width: 100%;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block a {
  display: block;
  margin: 50px auto 0 auto;
  width: fit-content;
}

/**
* Woocommerce Classic Cart
**/
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form {
    margin: 0 0 120px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table {
  margin: 0 !important;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
  padding: 15px 0 0 0;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:first-child {
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item {
    padding: 0 0 36px 0;
  }
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item:first-child {
    padding: 50px 0 36px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item hr {
  background-color: #000;
  border: none;
  height: 1px;
  margin: 20px 0 0 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item hr {
    height: 2px;
    margin: 36px 0 0 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail img {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
  min-width: 80px;
  width: 100%;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .backorder_notification {
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation {
  margin: 15px 0 0 0;
}
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation {
    margin: 20px 0 0 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt,
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: start;
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt,
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    justify-content: end;
    line-height: 110%;
    padding: 10px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt {
  justify-content: start;
  padding: 5px 0 2px 0;
}
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dt {
    float: left;
    padding: 10px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
  border: none;
  padding: 2px 0 5px 0;
}
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name .variation dd {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity {
    align-items: end;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .qty {
  width: 5.631em;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .remove:hover {
  background-color: transparent !important;
}
.cart-wrapper .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal {
  text-align: end;
}
.cart-wrapper .woocommerce-cart-form .shop_table .actions {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .cart-wrapper .woocommerce-cart-form .shop_table .actions {
    margin: 0 0 20px 0;
  }
}
.cart-wrapper .woocommerce-cart-form .shop_table hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 20px 0;
  opacity: 1;
  width: 100%;
}
.cart-wrapper .cart-collaterals {
  margin: 70px 0 0 0;
}
@media (min-width: 992px) {
  .cart-wrapper .cart-collaterals {
    margin: 40px 0 0 0;
  }
}
.cart-wrapper .cart-collaterals::before, .cart-wrapper .cart-collaterals::after {
  display: none;
}
.cart-wrapper .cart-collaterals hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 16px 0;
  opacity: 1;
  width: 100%;
}
.cart-wrapper .cart-collaterals .cart-subtotal {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .cart-wrapper .cart-collaterals .cart-subtotal {
    padding: 0;
  }
}
.cart-wrapper .cart-collaterals .cart-subtotal .subtotal-amount {
  text-align: right;
}
.cart-wrapper .cart-collaterals .order-total {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {
  .cart-wrapper .cart-collaterals .order-total {
    padding: 15px 0;
  }
}
.cart-wrapper .cart-collaterals .order-total .total-amount {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.cart-wrapper .cart-collaterals .order-total strong {
  font-weight: 500;
}
.cart-wrapper .cart-collaterals .order-total small {
  font-size: 14px;
}
.cart-wrapper .cart-collaterals .checkout-button {
  margin: 10px 0 0 0;
  text-align: center;
  width: 100%;
}
.cart-wrapper .cart-collaterals .add-information {
  color: rgba(0, 0, 0, 0.2);
  padding: 20px 0 10px 0;
}
.cart-wrapper .cart-collaterals .payment-options {
  padding: 10px 0 0 0;
}

/**
* Classic Checkout
**/
.woocommerce-checkout .shop_table {
  margin: 0 !important;
}
.woocommerce-checkout .shop_table .cart_item {
  padding: 15px 0 0 0;
}
.woocommerce-checkout .shop_table .cart_item:first-child {
  padding: 0;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shop_table .cart_item {
    padding: 40px 0 40px 0;
  }
  .woocommerce-checkout .shop_table .cart_item:first-child {
    padding: 0 0 40px 0;
  }
}
.woocommerce-checkout .shop_table .cart_item hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 40px 0 0 0;
  opacity: 1;
  width: 100%;
}
.woocommerce-checkout .shop_table .cart_item .product-thumbnail img {
  background: linear-gradient(323deg, #C7D8D9 0%, #E9F3F4 100%);
  min-width: 80px;
  width: 100%;
}
.woocommerce-checkout .shop_table .cart_item .product-name {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}
.woocommerce-checkout .shop_table .cart_item .product-name .backorder_notification {
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
.woocommerce-checkout .shop_table .cart_item .product-name .variation {
  margin: 15px 0 0 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shop_table .cart_item .product-name .variation {
    margin: 20px 0 0 0;
  }
}
.woocommerce-checkout .shop_table .cart_item .product-name .variation dt,
.woocommerce-checkout .shop_table .cart_item .product-name .variation dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: start;
  font-family: "AeonikPro-Medium";
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shop_table .cart_item .product-name .variation dt,
  .woocommerce-checkout .shop_table .cart_item .product-name .variation dd {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    justify-content: end;
    line-height: 110%;
    padding: 10px 0;
  }
}
.woocommerce-checkout .shop_table .cart_item .product-name .variation dt {
  justify-content: start;
  padding: 5px 0 2px 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shop_table .cart_item .product-name .variation dt {
    float: left;
    padding: 10px 0;
  }
}
.woocommerce-checkout .shop_table .cart_item .product-name .variation dd {
  border: none;
  padding: 2px 0 5px 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout .shop_table .cart_item .product-name .variation dd {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0;
  }
}
.woocommerce-checkout .shop_table .cart_item .product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shop_table .cart_item .product-quantity {
    align-items: end;
    flex-direction: column;
    justify-content: space-between;
  }
}
.woocommerce-checkout .shop_table .cart_item .product-quantity .remove:hover {
  background-color: transparent !important;
}
.woocommerce-checkout .shop_table .cart_item .product-subtotal,
.woocommerce-checkout .shop_table .cart_item .product-total {
  text-align: end;
}
.woocommerce-checkout .shop_table .actions {
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shop_table .actions {
    margin: 0 0 20px 0;
  }
}
.woocommerce-checkout .shop_table hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 20px 0;
  opacity: 1;
  width: 100%;
}
.woocommerce-checkout .shop_table .cart-subtotal,
.woocommerce-checkout .shop_table .shipping,
.woocommerce-checkout .shop_table .cart-discount,
.woocommerce-checkout .shop_table .fee,
.woocommerce-checkout .shop_table .tax-rate {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.woocommerce-checkout .shop_table .cart-subtotal hr,
.woocommerce-checkout .shop_table .shipping hr,
.woocommerce-checkout .shop_table .cart-discount hr,
.woocommerce-checkout .shop_table .fee hr,
.woocommerce-checkout .shop_table .tax-rate hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 12px 0;
  opacity: 1;
  width: 100%;
}
.woocommerce-checkout .shop_table .order-total {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .shop_table .order-total {
    padding: 15px 0;
  }
}
.woocommerce-checkout .shop_table .order-total br {
  display: none;
}
.woocommerce-checkout .shop_table .order-total .includes_tax {
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
.woocommerce-checkout .shop_table .order-total hr {
  margin: 20px 0 0 0;
}
.woocommerce-checkout .shop_table .vat-exception-message {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .checkout-coupon-toggle {
  margin: 0 0 40px 0;
}
.woocommerce-checkout .coupon-form [name=apply_coupon] {
  padding: 14px 17.5px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout .coupon-form [name=apply_coupon] {
    padding: 10px 17.5px;
  }
}

/**
* Checkout Plugin
**/
.thwmsc-tab a {
  border: none !important;
  border-top: 2px solid rgba(0, 0, 0, 0.2) !important;
}
.thwmsc-tab a.active {
  border-top: 2px solid #000 !important;
}

.thwmsc-tab-panels {
  padding: 0 0 15px 0 !important;
}
.thwmsc-tab-panels .woocommerce-invalid input {
  border-left: 2px solid #ff0000 !important;
}
.thwmsc-tab-panels .thwmsc-tab-panel {
  padding: 0;
}
.thwmsc-tab-panels .thwmsc-tab-panel .remove {
  height: 20px;
  width: 20px;
}
.thwmsc-tab-panels .thwmsc-tab-panel .form-row {
  margin: 0;
  padding: 15px 0 !important;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-billing-fields,
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-additional-fields,
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-payment {
  border-bottom: 2px solid #000;
  padding: 10px 0;
}
.thwmsc-tab-panels .thwmsc-tab-panel .cart_item {
  padding: 0 0 40px 0;
}
.thwmsc-tab-panels .thwmsc-tab-panel .cart_item:first-child {
  padding: 0 0 40px 0;
}
.thwmsc-tab-panels .thwmsc-tab-panel .cart_item:last-child {
  padding: 0 0 15px 0;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .product-quantity {
    flex-direction: column;
    margin: 0;
  }
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  text-align: right;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .woocommerce-shipping-methods input[type=radio] {
  accent-color: #000;
  margin: 0 0.4375em 0 0 !important;
  outline: #000;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .woocommerce-shipping-methods .amount {
  font-weight: 500 !important;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .cart-subtotal {
  font-family: "AeonikPro-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {
  .thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .cart-subtotal {
    padding: 0;
  }
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .cart-subtotal .subtotal-amount {
  text-align: right;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .order-total {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 768px) {
  .thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .order-total {
    padding: 15px 0;
  }
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .order-total .total-amount {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .order-total strong {
  font-weight: 500;
}
.thwmsc-tab-panels .thwmsc-tab-panel .woocommerce-checkout-review-order-table .order-total small {
  font-size: 14px;
}

.thwmsc-buttons .thwmsc-btn {
  background: #163730 !important;
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .thwmsc-buttons .thwmsc-btn {
    margin-top: 45px;
  }
}
.thwmsc-buttons .thwmsc-btn:disabled, .thwmsc-buttons .thwmsc-btn[disabled] {
  display: none;
}
.thwmsc-buttons .thwmsc-btn:hover {
  background: transparent !important;
}
.thwmsc-buttons a {
  display: none !important;
}

/**
* Shop Navigation
**/
.shop-navigation {
  background-color: #fff;
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  z-index: 2;
}
@media (min-width: 768px) {
  .shop-navigation {
    margin: 60px 0;
  }
}
.shop-navigation .menu-items {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.shop-navigation .menu-items li {
  display: block;
  margin: 0 0 0 50px;
}
.shop-navigation .menu-items li:first-child {
  margin: 0;
}
.shop-navigation .menu-items li a {
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (min-width: 768px) {
  .shop-navigation .menu-items li a {
    font-size: 24px;
  }
}
.shop-navigation .menu-items li a:hover, .shop-navigation .menu-items li a:active, .shop-navigation .menu-items li a:focus, .shop-navigation .menu-items li a.active {
  color: rgb(0, 0, 0);
}
.shop-navigation hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 8px 0 20px 0;
  opacity: 1;
  width: 100%;
}

/**
* Page Sub Navigation
**/
.page-sub-navigation {
  background-color: #fff;
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-sub-navigation {
    margin: 60px 0;
  }
}
.page-sub-navigation .swiper .swiper-slide {
  width: auto;
}
.page-sub-navigation .swiper .swiper-slide a {
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-sub-navigation .swiper .swiper-slide a {
    font-size: 24px;
  }
}
.page-sub-navigation .swiper .swiper-slide a:hover, .page-sub-navigation .swiper .swiper-slide a:active, .page-sub-navigation .swiper .swiper-slide a:focus, .page-sub-navigation .swiper .swiper-slide a.active {
  color: rgb(0, 0, 0);
}
.page-sub-navigation hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 8px 0 20px 0;
  opacity: 1;
  width: 100%;
}

/**
* WPML Language Switcher
**/
.wpml-ls {
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .wpml-ls {
    padding: 5px 0 7px 25px !important;
  }
}
.wpml-ls ul {
  flex-direction: row !important;
}
.wpml-ls ul .wpml-ls-item {
  margin: 0 !important;
  position: relative;
}
.wpml-ls ul .wpml-ls-item:first-child a {
  padding: 5px 5px 5px 0;
}
.wpml-ls ul .wpml-ls-item:last-child:before {
  content: "/";
  position: absolute !important;
  left: -3px;
  top: 3px;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .wpml-ls ul .wpml-ls-item:last-child:before {
    top: 5px;
  }
}
.wpml-ls ul .wpml-ls-item:only-child:before {
  content: "";
  position: absolute !important;
  left: -3px;
  top: 5px;
  color: rgba(0, 0, 0, 0);
}
.wpml-ls ul .wpml-ls-item a {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "AeonikPro-Regular";
  font-size: 16px !important;
  font-weight: 500;
  padding: 5px;
}
@media (min-width: 768px) {
  .wpml-ls ul .wpml-ls-item a {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
.wpml-ls ul .wpml-ls-item.wpml-ls-current-language a {
  color: rgb(0, 0, 0) !important;
}

.navbar-p1 .wpml-ls .wpml-ls-item {
  margin: 0 !important;
  position: relative;
}
.navbar-p1 .wpml-ls .wpml-ls-item:first-child a {
  padding: 5px 5px 5px 0;
}
.navbar-p1 .wpml-ls .wpml-ls-item:last-child:before {
  content: "/";
  position: absolute !important;
  left: -3px;
  top: 3px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .navbar-p1 .wpml-ls .wpml-ls-item:last-child:before {
    top: 5px;
  }
}
.navbar-p1 .wpml-ls .wpml-ls-item:only-child:before {
  content: "";
  position: absolute !important;
  left: -3px;
  top: 5px;
  color: rgba(0, 0, 0, 0);
}
.navbar-p1 .wpml-ls .wpml-ls-item a {
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: "AeonikPro-Medium";
  font-size: 16px !important;
  font-weight: 500;
  padding: 5px;
}
@media (min-width: 768px) {
  .navbar-p1 .wpml-ls .wpml-ls-item a {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
.navbar-p1 .wpml-ls .wpml-ls-item a:hover {
  color: rgb(255, 255, 255) !important;
}
.navbar-p1 .wpml-ls .wpml-ls-item.wpml-ls-current-language a {
  color: rgb(255, 255, 255) !important;
}
.navbar-p1.dark .wpml-ls .wpml-ls-item {
  margin: 0 !important;
  position: relative;
}
.navbar-p1.dark .wpml-ls .wpml-ls-item:first-child a {
  padding: 5px 5px 5px 0;
}
.navbar-p1.dark .wpml-ls .wpml-ls-item:last-child:before {
  content: "/";
  position: absolute !important;
  left: -3px;
  top: 3px;
  color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .navbar-p1.dark .wpml-ls .wpml-ls-item:last-child:before {
    top: 5px;
  }
}
.navbar-p1.dark .wpml-ls .wpml-ls-item:only-child:before {
  content: "";
  position: absolute !important;
  left: -3px;
  top: 5px;
  color: rgba(0, 0, 0, 0);
}
.navbar-p1.dark .wpml-ls .wpml-ls-item a {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "AeonikPro-Medium";
  font-size: 16px !important;
  font-weight: 500;
  padding: 5px;
}
@media (min-width: 768px) {
  .navbar-p1.dark .wpml-ls .wpml-ls-item a {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
.navbar-p1.dark .wpml-ls .wpml-ls-item a:hover {
  color: rgb(0, 0, 0) !important;
}
.navbar-p1.dark .wpml-ls .wpml-ls-item.wpml-ls-current-language a {
  color: rgb(0, 0, 0) !important;
}

/**
* Order Details (Thank you page etc.)
**/
.woocommerce-order-details {
  margin: 48px 0 38px 0;
}
@media (min-width: 768px) {
  .woocommerce-order-details {
    margin: 65px 0;
  }
}
.woocommerce-order-details h2 {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}
.woocommerce-order-details hr {
  background-color: #000;
  border: none;
  height: 1px;
  margin: 14px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-order-details hr {
    margin: 12px 0;
  }
}
.woocommerce-order-details .order_item hr {
  background-color: #000;
  border: none;
  height: 1px;
  margin: 14px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-order-details .order_item hr {
    margin: 12px 0;
  }
}
.woocommerce-order-details .order_item .product-image img {
  max-width: 100px !important;
}
.woocommerce-order-details .order_item .product-name {
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
.woocommerce-order-details .order_item .product-name strong {
  font-weight: 500;
}
.woocommerce-order-details .order_item .wc-item-meta {
  margin: 14px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .woocommerce-order-details .order_item .wc-item-meta {
    margin: 0;
  }
}
.woocommerce-order-details .order_item .wc-item-meta li {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  justify-content: space-between;
  padding: 10px 0;
}
.woocommerce-order-details .order_item .wc-item-meta li strong {
  font-weight: 500;
}
.woocommerce-order-details .order_item .wc-item-meta li:first-child {
  padding: 0 0 10px 0;
}
.woocommerce-order-details .order_item .product-total {
  display: flex;
  flex-direction: row;
  font-family: "AeonikPro-Medium";
  font-weight: 500;
  font-size: 20px;
  justify-content: end;
  line-height: 110%;
  margin: 12px 0 0 0;
}
@media (min-width: 992px) {
  .woocommerce-order-details .order_item .product-total {
    margin: 0;
  }
}
.woocommerce-order-details .order-total {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
.woocommerce-order-details .order-total .includes_tax {
  font-family: "AeonikPro-Regular";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
.woocommerce-order-details .order-total hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 14px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-order-details .order-total hr {
    margin: 12px 0;
  }
}
.woocommerce-order-details .order-again {
  display: none;
}

/**
* Header Module Thank You page
**/
.wc-thank-you-header .title h1 {
  font-family: "AeonikPro-Medium";
  font-size: 50px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .wc-thank-you-header .title h1 {
    font-size: 58px;
    line-height: 100%;
  }
}
.wc-thank-you-header hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 14px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .wc-thank-you-header hr {
    margin: 12px 0;
  }
}
.wc-thank-you-header .content {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}
@media (min-width: 992px) {
  .wc-thank-you-header .content {
    font-size: 24px;
  }
}
.wc-thank-you-header .content h2 {
  font-size: 38px;
}
@media (min-width: 992px) {
  .wc-thank-you-header .content h2 {
    font-size: 48px;
  }
}
.wc-thank-you-header .image-wrapper img {
  height: auto;
  width: 100%;
}

/**
* Blog
**/
.category {
  margin: 100px 0 0 0;
}
@media (min-width: 992px) {
  .category {
    margin: 180px 0 0 0;
  }
}
.category .accordion .accordion-item {
  border: none;
}
.category .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  border: none;
  box-shadow: none;
  color: #000;
  padding: 0;
  text-align: center;
}
.category .accordion .accordion-item .accordion-header .accordion-button h1 {
  font-family: "AeonikPro-Medium";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 106%;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-header .accordion-button h1 {
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 106px;
  }
}
.category .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    margin: 0 0 40px 0;
  }
}
.category .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  transform: translateY(-50%);
}
.category .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
  background-image: url(../img/dropdown-arrow.png);
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
  }
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav {
  margin: 40px 0 0 0;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-collapse .category-filter-nav {
    margin: 60px 0 0 0;
  }
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list {
    margin: 0 0 40px 0;
  }
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li {
  margin: 0 0 28px 0;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li {
    margin: 0 80px 0 0;
  }
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li:last-of-type {
  margin: 0;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li:last-of-type {
    margin: 0;
  }
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li a {
  color: rgba(0, 0, 0, 0.4);
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 992px) {
  .category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 3.36px;
  }
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li a:hover {
  color: #000;
}
.category .accordion .accordion-item .accordion-collapse .category-filter-nav .cat-list li a.active {
  color: #000;
}

.blog-posts .blog-tile-sticky-large {
  margin: 0 0 28px 0;
}
@media (min-width: 992px) {
  .blog-posts .blog-tile-sticky-large {
    margin: 0 0 26px 0;
  }
}
.blog-posts .blog-tile-sticky-large .thumbnail img {
  height: auto;
  width: 100%;
}
.blog-posts .blog-tile-sticky-large h2 {
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  line-height: 110%;
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  .blog-posts .blog-tile-sticky-large h2 {
    font-size: 58px;
  }
}
.blog-posts .blog-tile-sticky-large .reading-time {
  font-size: 12px;
  line-height: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .blog-posts .blog-tile-sticky-large .reading-time {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
}
.blog-posts .blog-tile-sticky-large hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 0 0 16px 0;
  opacity: 1;
  width: 100%;
}
.blog-posts .blog-tile-sticky-large .excerpt {
  font-size: 16px;
  line-height: 126%;
  margin: 0 0 26px 0;
}
@media (min-width: 992px) {
  .blog-posts .blog-tile-sticky-large .excerpt {
    font-size: 24px;
    margin: 0 0 36px 0;
  }
}
.blog-posts .blog-tile-sticky h2 {
  font-size: 20px;
  line-height: 126%;
}
@media (min-width: 992px) {
  .blog-posts .blog-tile-sticky h2 {
    font-size: 24px;
  }
}
.blog-posts .blog-tile-sticky .category-title {
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 110%;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog-posts .blog-tile-sticky .category-title {
    margin: 0 0 9px 0;
  }
}
.blog-posts .category {
  margin: 120px 0 0 0;
}
@media (min-width: 992px) {
  .blog-posts .category {
    margin: 100px 0 0 0;
  }
}
.blog-posts .sticky-tiles hr {
  background-color: #000;
  border: none;
  height: 2px;
  margin: 0 0 16px 0;
  opacity: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-posts .sticky-tiles hr:last-child {
    margin: 16px 0 0 0;
  }
}

/**
* Blog Single Post
**/
.blog-content-block {
  background-color: #fff;
}
.blog-content-block .intro-text,
.blog-content-block .intro-text p {
  color: #000;
  font-family: "AeonikPro-Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
.blog-content-block h1 {
  font-family: "AeonikPro-Medium";
  font-size: 32px;
  font-weight: 500;
  hyphens: auto;
  line-height: 100%;
  margin: 0 0 42px 0;
}
@media (min-width: 992px) {
  .blog-content-block h1 {
    font-size: 58px;
    margin: 0 0 86px 0;
  }
}
.blog-content-block a {
  color: #000;
}
.blog-content-block a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.blog-content-block .categories-wrapper {
  margin: 0 0 12px 0;
}
.blog-content-block .categories-wrapper a {
  color: #000;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 2.88px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .blog-content-block .categories-wrapper a {
    font-size: 16px;
    letter-spacing: 3.84px;
  }
}
.blog-content-block .reading-time {
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 40px 0;
}
@media (min-width: 992px) {
  .blog-content-block .reading-time {
    font-size: 20px;
  }
}
.blog-content-block .image-wrapper {
  margin: 0 0 21px 0;
}
@media (min-width: 992px) {
  .blog-content-block .image-wrapper {
    margin: 0 0 36px 0;
  }
}
.blog-content-block .image-wrapper img {
  height: auto;
  width: 100%;
}
.blog-content-block .author-date {
  font-family: "AeonikPro-Medium";
  font-size: 12px;
}
.blog-content-block .author-date .author {
  line-height: 110%;
  margin: 0 0 12px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-content-block .author-date .author {
    font-size: 20px;
    margin: 0 18px 0 0;
    text-align: unset;
  }
}
.blog-content-block .author-date .author span {
  font-family: "AeonikPro-Regular";
  font-size: 12px;
}
@media (min-width: 992px) {
  .blog-content-block .author-date .author span {
    font-size: 16px;
    margin: 0 5px 0 0;
  }
}
.blog-content-block .author-date .date {
  font-size: 12px;
  line-height: 110%;
}
@media (min-width: 992px) {
  .blog-content-block .author-date .date {
    font-size: 20px;
  }
}
.blog-content-block p {
  font-size: 16px;
  hyphens: auto;
  line-height: 126%;
  margin: 0;
}
@media (min-width: 992px) {
  .blog-content-block p {
    font-size: 36px;
    margin: 0;
  }
}
.blog-content-block blockquote {
  margin: 80px 0 40px 0;
  text-indent: 0;
}
@media (min-width: 992px) {
  .blog-content-block blockquote {
    margin: 200px 0;
    text-indent: 0;
  }
}
.blog-content-block blockquote p::before,
.blog-content-block blockquote p::after {
  content: "";
}
.blog-content-block blockquote p {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: auto;
}
@media (min-width: 992px) {
  .blog-content-block blockquote p {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
  }
}
.blog-content-block blockquote cite {
  font-family: "AeonikPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 28px 0 80px 0;
  text-indent: 0;
}
@media (min-width: 992px) {
  .blog-content-block blockquote cite {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    margin: 40px 0 200px 0;
  }
}
.blog-content-block .wp-block-image {
  margin: 0 0 12px 0;
}
@media (min-width: 992px) {
  .blog-content-block .wp-block-image {
    margin: 0 0 24px 0;
  }
}
.blog-content-block .wp-block-gallery {
  margin: 0 0 12px 0;
}
@media (min-width: 992px) {
  .blog-content-block .wp-block-gallery {
    margin: 0 0 24px 0;
  }
}
.blog-content-block .wp-block-gallery .wp-block-image {
  margin: 0 6px 0 0 !important;
  width: calc(50% - 12px) !important;
}
@media (min-width: 992px) {
  .blog-content-block .wp-block-gallery .wp-block-image {
    margin: 0 12px 0 0 !important;
    width: calc(50% - 24px) !important;
  }
}
.blog-content-block .wp-block-gallery .wp-block-image:last-of-type {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .blog-content-block .wp-block-gallery .wp-block-image:last-of-type {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .blog-content-block .sidebar .related-posts-after-content {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .blog-content-block .sidebar .related-posts-after-content .related-thumb {
    margin: 0 0 80px 0;
  }
}
.blog-content-block .sidebar .related-posts-after-content .related-thumb a {
  color: #000;
  text-decoration: none;
}
.blog-content-block .sidebar .related-posts-after-content .related-thumb .thumbnail {
  height: 340px;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-content-block .sidebar .related-posts-after-content .related-thumb .thumbnail {
    margin: 0 0 40px 0;
  }
}
.blog-content-block .sidebar .related-posts-after-content .related-thumb .thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-content-block .sidebar .related-posts-after-content .related-thumb .categories {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
    letter-spacing: 3.36px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
  }
}
.blog-content-block .sidebar .related-posts-after-content .related-thumb .title {
  font-family: "AeonikPro-Medium";
}
@media (min-width: 992px) {
  .blog-content-block .sidebar .related-posts-after-content .related-thumb .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 126%;
  }
}

/*
** Demo Days Block
*/
.demo-days-block {
  font-family: "AeonikPro-Medium";
  margin: 45px 0 100px 0;
}
@media (min-width: 992px) {
  .demo-days-block {
    margin: 185px 0;
  }
}
.demo-days-block .title {
  font-size: 36px;
  line-height: 100%;
  margin: 0 0 66px 0;
}
@media (min-width: 992px) {
  .demo-days-block .title {
    font-size: 96px;
    margin: 0 0 26px 0;
  }
}
.demo-days-block .subtitle {
  font-size: 36px;
  line-height: 100%;
  margin: 0 0 25px 0;
}
@media (min-width: 992px) {
  .demo-days-block .subtitle {
    font-size: 58px;
    margin: 0;
  }
}
.demo-days-block .content {
  font-size: 24px;
  line-height: 126%;
  margin: 0 0 64px 0;
}
@media (min-width: 992px) {
  .demo-days-block .content {
    font-size: 36px;
    margin: 0 0 124px 0;
  }
}
.demo-days-block .image-wrapper img {
  height: auto;
  width: 100%;
}

/*
** Test-Format Module
*/
.test-format {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .test-format {
    margin: 60px 0;
  }
}
@media (min-width: 992px) {
  .test-format {
    margin: 16px 0;
  }
}
@media (min-width: 1400px) {
  .test-format {
    margin: 20px 0;
  }
}
@media (min-width: 1920px) {
  .test-format {
    margin: 80px 0;
  }
}
.test-format h2 {
  font-family: "AeonikPro-Medium";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  .test-format h2 {
    font-size: 38px;
    line-height: normal;
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992px) {
  .test-format h2 {
    font-size: 36px;
    line-height: normal;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1400px) {
  .test-format h2 {
    font-size: 45.7142857143px;
    line-height: normal;
    margin: 0 0 31px 0;
  }
}
@media (min-width: 1920px) {
  .test-format h2 {
    font-size: 48px;
    line-height: 98%;
    margin: 0 0 26px 0;
  }
}
.test-format .image-wrapper {
  height: auto;
  margin: 0 0 12px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .test-format .image-wrapper {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992px) {
  .test-format .image-wrapper {
    height: 100%;
    margin: 0;
  }
}
.test-format .image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.test-format .content-wrapper {
  height: 100%;
  padding: 40px 25px;
}
.test-format .content-wrapper.bg-light-green {
  background-color: rgb(233, 247, 242);
  color: #000;
}
.test-format .content-wrapper.bg-light-green .cta-wrapper a {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.test-format .content-wrapper.bg-light-green .cta-wrapper a:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}
.test-format .content-wrapper.bg-dark-green {
  background-color: rgb(22, 55, 48);
  color: #fff;
}
.test-format .content-wrapper.bg-dark-green .cta-wrapper a {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.test-format .content-wrapper.bg-dark-green .cta-wrapper a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}
@media (min-width: 768px) {
  .test-format .content-wrapper {
    padding: 40px 25px;
  }
}
@media (min-width: 992px) {
  .test-format .content-wrapper {
    padding: 25.45px;
  }
}
@media (min-width: 1400px) {
  .test-format .content-wrapper {
    padding: 30px;
  }
}
@media (min-width: 1920px) {
  .test-format .content-wrapper {
    padding: 40px;
  }
}
.test-format .content-wrapper .content-subtitle {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
}
@media (min-width: 768px) {
  .test-format .content-wrapper .content-subtitle {
    font-size: 24px;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  .test-format .content-wrapper .content-subtitle {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .test-format .content-wrapper .content-subtitle {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 1920px) {
  .test-format .content-wrapper .content-subtitle {
    font-size: 24px;
    line-height: 126%;
  }
}
.test-format .content-wrapper .content-title {
  font-family: "AeonikPro-Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  margin: 25px 0 0 0;
}
@media (min-width: 768px) {
  .test-format .content-wrapper .content-title {
    font-size: 36px;
    line-height: normal;
    margin: 25px 0 0 0;
  }
}
@media (min-width: 992px) {
  .test-format .content-wrapper .content-title {
    font-size: 24px;
    line-height: normal;
    margin: 34px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .test-format .content-wrapper .content-title {
    font-size: 24px;
    line-height: normal;
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .test-format .content-wrapper .content-title {
    font-size: 36px;
    line-height: normal;
    margin: 40px 0 0 0;
  }
}
.test-format .content-wrapper .content {
  font-family: "AeonikPro-Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 16.5px 0 0 0;
}
@media (min-width: 768px) {
  .test-format .content-wrapper .content {
    font-size: 24px;
    line-height: normal;
    margin: 16.5px 0 0 0;
  }
}
@media (min-width: 992px) {
  .test-format .content-wrapper .content {
    font-size: 16px;
    line-height: normal;
    margin: 16.5px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .test-format .content-wrapper .content {
    font-size: 16px;
    line-height: normal;
    margin: 19.5px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .test-format .content-wrapper .content {
    font-size: 24px;
    line-height: 126%;
    margin: 26px 0 0 0;
  }
}
.test-format .content-wrapper .cta-wrapper {
  font-family: "AeonikPro-Medium";
  margin: 40px 0 0 0;
}
@media (min-width: 768px) {
  .test-format .content-wrapper .cta-wrapper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 992px) {
  .test-format .content-wrapper .cta-wrapper {
    margin: 34px 0 0 0;
  }
}
@media (min-width: 1400px) {
  .test-format .content-wrapper .cta-wrapper {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .test-format .content-wrapper .cta-wrapper {
    margin: 40px 0 0 0;
  }
}
.test-format .content-wrapper .cta-wrapper a {
  border-radius: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 25px;
  text-decoration: none;
  width: fit-content;
}
@media (min-width: 768px) {
  .test-format .content-wrapper .cta-wrapper a {
    font-size: 16px;
    padding: 16px 25px;
  }
}
@media (min-width: 992px) {
  .test-format .content-wrapper .cta-wrapper a {
    font-size: 14px;
    padding: 16px 25px;
  }
}
@media (min-width: 1400px) {
  .test-format .content-wrapper .cta-wrapper a {
    font-size: 16px;
    line-height: 110%;
    padding: 12px 30px;
  }
}
@media (min-width: 1920px) {
  .test-format .content-wrapper .cta-wrapper a {
    font-size: 16px;
    line-height: 110%;
    padding: 16px 40px;
  }
}/*# sourceMappingURL=main-v3.css.map */