/* Variables */ /* Mixins */ /* Functions */ /* Helpers */
.skew--top {
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}

.skew--clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.img-responsive {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-rounded {
  border-radius: 0;
}

.img-circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.dark-context {
  color: var(--lx-white) !important;
  background-color: var(--lx-secondary) !important;
}

.light-context {
  color: var(--lx-secondary) !important;
}

.text-light {
  color: var(--lx-white) !important;
}

.text-dark {
  color: var(--lx-secondary) !important;
}

.text-grey {
  color: var(--lx-grey-100) !important;
}

.text-accent {
  color: var(--lx-accent) !important;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.small {
  font-size: 80%;
}

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

.hide {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .d-none-md {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-block-sm {
    display: block !important;
  }
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.bg-repeat {
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-size: auto;
  background-position: 0 0;
}

.card {
  padding: 60px;
  background-color: var(--lx-white);
}
@media only screen and (max-width: 1700px) {
  .card {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .card {
    padding: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .card {
    padding: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .card {
    margin-bottom: 12px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* Marquee */
.js-marquee {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 200%;
  overflow: hidden;
  white-space: nowrap;
}

.js-marquee-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .js-marquee-inner {
    left: -150%;
  }
}
@media only screen and (max-width: 767px) {
  .js-marquee-inner {
    left: -200%;
  }
}

.js-marquee-item {
  position: absolute;
}

.section .swiper-button-prev,
.section .swiper-button-next {
  border: 0;
  padding: 0 3px 0 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--lx-primary);
  z-index: 5;
  -webkit-transition: background-color 0.25s, opacity 0.5s;
  -o-transition: background-color 0.25s, opacity 0.5s;
  transition: background-color 0.25s, opacity 0.5s;
  top: 35%;
  left: -16px;
  margin-top: 0;
}
.section .swiper-button-prev:focus,
.section .swiper-button-next:focus {
  outline: none;
}
.section .swiper-button-prev:hover,
.section .swiper-button-next:hover {
  background-color: var(--lx-secondary);
}
.dark-mode .section .swiper-button-prev:hover,
.dark-mode .section .swiper-button-next:hover {
  background-color: var(--lx-accent-hover);
}
.dark-mode .section .swiper-button-prev,
.dark-mode .section .swiper-button-next {
  background-color: var(--lx-secondary);
}
.section .swiper-button-prev:after,
.section .swiper-button-next:after {
  display: none;
}
.section .swiper-button-prev.swiper-button-disabled,
.section .swiper-button-next.swiper-button-disabled {
  pointer-events: auto;
  opacity: 0;
}
.section .swiper-button-next {
  left: auto;
  right: -16px;
  padding-right: 0;
  padding-left: 3px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Global style declarations */
:root {
  --scroll-bar-width: 0;
  --lx-primary: #b71418;
  --lx-secondary: #272728;
  --lx-accent: #b71418;
  --lx-accent-hover: #830e11;
  --lx-state-error: #ff0000;
  --lx-state-success: #089f0b;
  --lx-text: #565656;
  --lx-dark: #272728;
  --lx-black: #000;
  --lx-white: #fff;
  --lx-body-bg: #fff;
  --lx-grey-100: #f1f1f1;
  --lx-grey-200: #d8d8d8;
  --lx-grey-300: #c2c2c3;
  --lx-grey-400: #565656;
  --lx-primary-font-family: "Roboto Condensed", sans-serif;
  --lx-secondary-font-family: "Agency FB", sans-serif;
  --lx-header-height: 112px;
  --lx-header-height-mobile: 104px;
}

html,
:root {
  font-size: 16px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--lx-text);
  background-color: var(--lx-white);
  overflow-x: hidden;
}
body.dark-mode {
  color: var(--lx-white);
  background-color: var(--lx-primary);
}

.grecaptcha-badge {
  z-index: 20;
}

a {
  color: var(--lx-accent);
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
a:hover, a:focus {
  color: var(--lx-accent-hover);
  text-decoration: underline;
}

hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid var(--lx-grey-400);
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background-color: var(--lx-primary);
  color: var(--lx-secondary);
}

::selection {
  background-color: var(--lx-primary);
  color: var(--lx-secondary);
}
.dark-mode ::-moz-selection {
  background-color: var(--lx-secondary);
  color: var(--lx-primary);
}
.dark-mode ::selection {
  background-color: var(--lx-secondary);
  color: var(--lx-primary);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border: 0.125rem solid transparent;
  background-clip: padding-box;
  background-color: #BDBDAE;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  border-radius: 12px;
}

@font-face {
  font-family: "Agency FB";
  src: url(fonts/AgencyFB-Bold.eot);
  src: url(fonts/AgencyFB-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/AgencyFB-Bold.woff2) format("woff2"), url(fonts/AgencyFB-Bold.woff) format("woff"), url(fonts/AgencyFB-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agency FB";
  src: url(fonts/AgencyFB-Reg.eot);
  src: url(fonts/AgencyFB-Reg.eot?#iefix) format("embedded-opentype"), url(fonts/AgencyFB-Reg.woff2) format("woff2"), url(fonts/AgencyFB-Reg.woff) format("woff"), url(fonts/AgencyFB-Reg.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agency FB";
  src: url(fonts/AgencyFBBlack.eot);
  src: url(fonts/AgencyFBBlack.eot?#iefix) format("embedded-opentype"), url(fonts/AgencyFBBlack.woff) format("woff"), url(fonts/AgencyFBBlack.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Typography */
body {
  font-family: var(--lx-primary-font-family);
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0 0 1em;
  font-weight: 900;
  font-family: var(--lx-secondary-font-family);
  line-height: 1;
  color: inherit;
  text-transform: uppercase;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  text-decoration: none;
  color: var(--lx-accent);
}

h1 {
  font-size: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.5em;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-size: 1.25rem;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

ul:last-child {
  margin-bottom: 0;
}

.btn,
.woocommerce .button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.single_add_to_cart_button.alt,
.woocommerce a.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.wc-block-components-button,
.wc-block-components-totals-coupon-link,
.wc-block-components-checkout-return-to-cart-button {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
  background: var(--lx-primary);
  color: var(--lx-white);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}
.btn:hover, .btn:focus,
.woocommerce .button:hover,
.woocommerce .button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.single_add_to_cart_button.alt:hover,
.woocommerce button.button.single_add_to_cart_button.alt:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.wc-block-components-totals-coupon-link:hover,
.wc-block-components-totals-coupon-link:focus,
.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-components-checkout-return-to-cart-button:focus {
  text-decoration: none;
  outline: none;
  color: var(--lx-white);
  background-color: var(--lx-secondary);
}
.btn:disabled,
.woocommerce .button:disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.single_add_to_cart_button.alt:disabled,
.woocommerce a.button:disabled,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled,
.wc-block-components-button:disabled,
.wc-block-components-totals-coupon-link:disabled,
.wc-block-components-checkout-return-to-cart-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.btn--primary,
.woocommerce .button--primary,
.woocommerce button.button--primary,
.woocommerce button.button.alt--primary,
.woocommerce button.button.single_add_to_cart_button.alt--primary,
.woocommerce a.button--primary,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--primary,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--primary,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--primary,
.wc-block-components-button--primary,
.wc-block-components-totals-coupon-link--primary,
.wc-block-components-checkout-return-to-cart-button--primary {
  min-width: 152px;
  background-color: var(--lx-primary);
  color: var(--lx-white);
}
.btn--primary:hover, .btn--primary:focus,
.woocommerce .button--primary:hover,
.woocommerce .button--primary:focus,
.woocommerce button.button--primary:hover,
.woocommerce button.button--primary:focus,
.woocommerce button.button.alt--primary:hover,
.woocommerce button.button.alt--primary:focus,
.woocommerce button.button.single_add_to_cart_button.alt--primary:hover,
.woocommerce button.button.single_add_to_cart_button.alt--primary:focus,
.woocommerce a.button--primary:hover,
.woocommerce a.button--primary:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--primary:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--primary:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--primary:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--primary:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--primary:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--primary:focus,
.wc-block-components-button--primary:hover,
.wc-block-components-button--primary:focus,
.wc-block-components-totals-coupon-link--primary:hover,
.wc-block-components-totals-coupon-link--primary:focus,
.wc-block-components-checkout-return-to-cart-button--primary:hover,
.wc-block-components-checkout-return-to-cart-button--primary:focus {
  background-color: var(--lx-secondary);
}
.btn--secondary,
.woocommerce .button--secondary,
.woocommerce button.button--secondary,
.woocommerce button.button.alt--secondary,
.woocommerce button.button.single_add_to_cart_button.alt--secondary,
.woocommerce a.button--secondary,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--secondary,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--secondary,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--secondary,
.wc-block-components-button--secondary,
.wc-block-components-totals-coupon-link--secondary,
.wc-block-components-checkout-return-to-cart-button--secondary {
  color: var(--lx-dark);
  background-color: var(--lx-grey-100);
}
.btn--secondary:hover, .btn--secondary:focus,
.woocommerce .button--secondary:hover,
.woocommerce .button--secondary:focus,
.woocommerce button.button--secondary:hover,
.woocommerce button.button--secondary:focus,
.woocommerce button.button.alt--secondary:hover,
.woocommerce button.button.alt--secondary:focus,
.woocommerce button.button.single_add_to_cart_button.alt--secondary:hover,
.woocommerce button.button.single_add_to_cart_button.alt--secondary:focus,
.woocommerce a.button--secondary:hover,
.woocommerce a.button--secondary:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--secondary:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--secondary:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--secondary:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--secondary:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--secondary:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--secondary:focus,
.wc-block-components-button--secondary:hover,
.wc-block-components-button--secondary:focus,
.wc-block-components-totals-coupon-link--secondary:hover,
.wc-block-components-totals-coupon-link--secondary:focus,
.wc-block-components-checkout-return-to-cart-button--secondary:hover,
.wc-block-components-checkout-return-to-cart-button--secondary:focus {
  color: var(--lx-white);
  background-color: var(--lx-secondary);
}
.dark-mode .btn--secondary,
.dark-mode .woocommerce .button--secondary,
.dark-mode .woocommerce button.button--secondary,
.dark-mode .woocommerce button.button.alt--secondary,
.dark-mode .woocommerce button.button.single_add_to_cart_button.alt--secondary,
.dark-mode .woocommerce a.button--secondary,
.dark-mode #add_payment_method .wc-proceed-to-checkout a.checkout-button--secondary,
.dark-mode .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--secondary,
.dark-mode .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--secondary,
.dark-mode .wc-block-components-button--secondary,
.dark-mode .wc-block-components-totals-coupon-link--secondary,
.dark-mode .wc-block-components-checkout-return-to-cart-button--secondary {
  color: var(--lx-white);
  background-color: var(--lx-secondary);
}
.dark-mode .btn--secondary:hover, .dark-mode .btn--secondary:focus,
.dark-mode .woocommerce .button--secondary:hover,
.dark-mode .woocommerce .button--secondary:focus,
.dark-mode .woocommerce button.button--secondary:hover,
.dark-mode .woocommerce button.button--secondary:focus,
.dark-mode .woocommerce button.button.alt--secondary:hover,
.dark-mode .woocommerce button.button.alt--secondary:focus,
.dark-mode .woocommerce button.button.single_add_to_cart_button.alt--secondary:hover,
.dark-mode .woocommerce button.button.single_add_to_cart_button.alt--secondary:focus,
.dark-mode .woocommerce a.button--secondary:hover,
.dark-mode .woocommerce a.button--secondary:focus,
.dark-mode #add_payment_method .wc-proceed-to-checkout a.checkout-button--secondary:hover,
.dark-mode #add_payment_method .wc-proceed-to-checkout a.checkout-button--secondary:focus,
.dark-mode .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--secondary:hover,
.dark-mode .woocommerce-cart .wc-proceed-to-checkout a.checkout-button--secondary:focus,
.dark-mode .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--secondary:hover,
.dark-mode .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--secondary:focus,
.dark-mode .wc-block-components-button--secondary:hover,
.dark-mode .wc-block-components-button--secondary:focus,
.dark-mode .wc-block-components-totals-coupon-link--secondary:hover,
.dark-mode .wc-block-components-totals-coupon-link--secondary:focus,
.dark-mode .wc-block-components-checkout-return-to-cart-button--secondary:hover,
.dark-mode .wc-block-components-checkout-return-to-cart-button--secondary:focus {
  color: var(--lx-dark);
  background-color: var(--lx-white);
}
.btn--link,
.woocommerce .button--link,
.woocommerce button.button--link,
.woocommerce button.button.alt--link,
.woocommerce button.button.single_add_to_cart_button.alt--link,
.woocommerce a.button--link,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--link,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--link,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--link,
.wc-block-components-button--link,
.wc-block-components-totals-coupon-link--link,
.wc-block-components-checkout-return-to-cart-button--link {
  padding: 0;
  min-width: 10px;
  background-color: transparent;
}
.btn--full,
.woocommerce .button--full,
.woocommerce button.button--full,
.woocommerce button.button.alt--full,
.woocommerce button.button.single_add_to_cart_button.alt--full,
.woocommerce a.button--full,
#add_payment_method .wc-proceed-to-checkout a.checkout-button--full,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button--full,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button--full,
.wc-block-components-button--full,
.wc-block-components-totals-coupon-link--full,
.wc-block-components-checkout-return-to-cart-button--full {
  width: 100%;
}

.woocommerce button.button.single_add_to_cart_button.alt,
.wc-block-components-button,
.wc-block-components-totals-coupon-link,
.wc-block-components-checkout-return-to-cart-button {
  color: var(--lx-white);
  background-color: var(--lx-secondary);
  padding: 15px 20px !important;
}
.woocommerce button.button.single_add_to_cart_button.alt:hover, .woocommerce button.button.single_add_to_cart_button.alt:focus,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.wc-block-components-totals-coupon-link:hover,
.wc-block-components-totals-coupon-link:focus,
.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-components-checkout-return-to-cart-button:focus {
  color: var(--lx-white);
  background-color: var(--lx-primary);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.scroll-up-button {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 2px;
  padding: 12px 10px;
  opacity: 0.8;
  z-index: 99;
  min-width: 20px;
}
.scroll-up-button.show {
  display: block;
}
.dark-mode .scroll-up-button {
  color: var(--lx-secondary);
  background-color: var(--lx-white);
}
.dark-mode .scroll-up-button:hover, .dark-mode .scroll-up-button:focus {
  color: var(--lx-white);
  background-color: var(--lx-secondary);
}
.scroll-up-button:hover, .scroll-up-button:focus {
  opacity: 1;
}

.banner__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.banner__row {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  width: 90%;
  max-width: 780px;
  text-align: center;
  background-color: var(--lx-white);
  color: var(--lx-text);
}
@media only screen and (max-width: 1024px) {
  .banner__row {
    padding: 40px 36px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__row {
    padding: 30px 24px;
  }
}
.banner__title.heading {
  margin-bottom: 16px;
  color: var(--lx-dark);
}
.dark-mode .banner__title.heading {
  color: var(--lx-dark);
}
.banner__text {
  margin-bottom: 32px;
}

.heading {
  margin-bottom: 40px;
  font-family: var(--lx-secondary-font-family);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lx-dark);
}
@media only screen and (max-width: 1024px) {
  .heading {
    margin-bottom: 30px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    margin-bottom: 20px;
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .heading {
    font-size: 48px;
  }
}
.section--bg .heading, .dark-mode .heading {
  color: var(--lx-white);
}
.heading a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
}
.heading a:hover, .heading a:focus {
  color: var(--lx-accent);
}
.section--bg .heading a:hover, .dark-mode .heading a:hover, .section--bg .heading a:focus, .dark-mode .heading a:focus {
  color: var(--lx-secondary);
}
.dark-mode .section--bg .heading a:hover, .dark-mode .section--bg .heading a:focus {
  color: var(--lx-accent);
}
.heading a svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 0.3em;
  margin-top: -0.05em;
  width: 0.3em;
  height: auto;
  line-height: 1;
  color: var(--lx-accent);
}
.section--bg .heading a svg, .dark-mode .heading a svg {
  color: inherit;
}
.heading a svg path {
  -webkit-transition: stroke 0.3s linear;
  -o-transition: stroke 0.3s linear;
  transition: stroke 0.3s linear;
}
.heading > span {
  color: var(--lx-primary);
}
.section--bg .heading > span, .dark-mode .heading > span {
  color: inherit;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  outline: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: var(--lx-white);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.9, 0.1, 0.14, 0.85);
  transition: -webkit-transform 0.6s cubic-bezier(0.9, 0.1, 0.14, 0.85);
  -o-transition: transform 0.6s cubic-bezier(0.9, 0.1, 0.14, 0.85);
  transition: transform 0.6s cubic-bezier(0.9, 0.1, 0.14, 0.85);
  transition: transform 0.6s cubic-bezier(0.9, 0.1, 0.14, 0.85), -webkit-transform 0.6s cubic-bezier(0.9, 0.1, 0.14, 0.85);
}
.modal.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal__dialog {
  position: relative;
  margin: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-height: 100%;
  height: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
  overflow: hidden;
}
.modal__inner {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 100%;
}
.modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.modal__search {
  width: 100%;
}
.modal__close {
  position: absolute;
  top: 48px;
  right: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  line-height: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .modal__close {
    right: 42px;
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal__close {
    top: 16px;
    right: 32px;
    width: 1rem;
    height: 1rem;
  }
}

body.modal-open {
  overflow: hidden !important;
  padding-right: var(--scroll-bar-width);
}
body.modal-open .modal__dialog--scrollable .modal__inner {
  overflow-y: auto;
}
body.modal-open .site-header {
  padding-right: var(--scroll-bar-width);
}

.promo-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20% 48px 48px;
  min-height: 540px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--lx-white);
  background-color: var(--lx-secondary);
}
@media only screen and (max-width: 1024px) {
  .promo-post {
    padding: 40% 32px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-post {
    margin-left: -16px;
    margin-right: -16px;
    padding: 50% 24px 24px;
  }
}
.blog .promo-post {
  margin-bottom: 16px;
}
.promo-post:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.7) 50%, rgb(17, 17, 17) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(17, 17, 17, 0)), color-stop(50%, rgba(17, 17, 17, 0.7)), to(rgb(17, 17, 17)));
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.7) 50%, rgb(17, 17, 17) 100%);
  z-index: 5;
}
.promo-post__image {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.promo-post__image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-post__image > picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.promo-post__image > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-post__content {
  position: relative;
  z-index: 10;
}
.promo-post__categories {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .promo-post__categories {
    margin-bottom: 24px;
  }
}
.promo-post__categories .category-item__link {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .promo-post__categories .category-item__link {
    font-size: 16px;
  }
}
.promo-post__title {
  margin-bottom: 24px;
  width: 80%;
  font-family: var(--lx-secondary-font-family);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1365px) {
  .promo-post__title {
    width: 100%;
    font-size: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .promo-post__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-post__title {
    margin-bottom: 16px;
    font-size: 36px;
  }
}
.promo-post__title:last-child {
  margin-bottom: 0;
}
.blog .promo-post__title {
  width: 100%;
}
.promo-post__description {
  font-size: 20px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .promo-post__description {
    font-size: 18px;
  }
}

.post-image {
  position: relative;
  padding-bottom: 60.2%;
  overflow: hidden;
}
.post-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-image > picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-image > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-image.active iframe {
  opacity: 1;
  z-index: 20;
}
.post-image a,
.post-image img,
.post-image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-image a {
  z-index: 7;
}
.post-image a:hover img,
.post-image a:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.post-image img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.post-image iframe {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.category-item__link {
  font-family: var(--lx-secondary-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
.category-item__link:hover, .category-item__link:focus {
  text-decoration: none;
}

.post-item {
  display: grid;
  grid-template-columns: 440px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 20px;
  margin-top: -1px;
  border-bottom: 1px solid var(--lx-grey-300);
  border-top: 1px solid var(--lx-grey-300);
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .post-item {
    grid-template-columns: 325px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .post-item {
    grid-template-columns: 280px 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .post-item {
    grid-template-columns: 1fr;
  }
}
.post-item--md {
  grid-template-columns: 325px 1fr;
}
@media only screen and (max-width: 767px) {
  .post-item--md {
    grid-template-columns: 280px 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .post-item--md {
    grid-template-columns: 1fr;
  }
}
.post-item--md .post-item__title {
  font-size: 24px;
}
.post-item--md .post-item__meta {
  font-size: 12px;
}
.post-item--sm {
  grid-template-columns: 95px 1fr;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 575px) {
  .post-item--sm {
    grid-gap: 10px;
  }
}
.post-item--sm .category-item__link {
  font-size: 14px;
}
.post-item--sm .post-item__title {
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .post-item--sm .post-item__title {
    font-size: 12px;
  }
}
.post-item--sm .post-item__meta {
  font-size: 12px;
}
.post-item.blog__recent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.post-item.blog__recent-item .post-item__image {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .post-item.blog__recent-item .post-item__image {
    margin-bottom: 16px;
  }
}
.post-item.blog__recent-item .post-item__categories {
  display: none;
}
.post-item.blog__recent-item .post-item__description {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .post-item.blog__recent-item .post-item__description {
    margin-bottom: 16px;
  }
}
.post-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.post-item__categories {
  margin-bottom: 16px;
}
.dark-mode .post-item .category-item__link {
  color: var(--lx-white);
}
.blog .post-item .category-item__link {
  color: var(--lx-accent);
}
.dark-mode .post-item .category-item__link:hover, .dark-mode .post-item .category-item__link:focus {
  color: var(--lx-secondary);
}
.blog .post-item .category-item__link:hover, .blog .post-item .category-item__link:focus {
  color: var(--lx-accent-hover);
}
.post-item__title {
  margin-bottom: 16px;
  font-family: var(--lx-secondary-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .post-item__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .post-item__title {
    font-size: 24px;
  }
}
.post-item__title a {
  color: var(--lx-dark);
}
.dark-mode .post-item__title a {
  color: var(--lx-white);
}
.blog .post-item__title a {
  color: var(--lx-dark);
}
.post-item__title a:hover, .post-item__title a:focus {
  color: var(--lx-accent);
}
.dark-mode .post-item__title a:hover, .dark-mode .post-item__title a:focus {
  color: var(--lx-secondary);
}
.blog .post-item__title a:hover, .blog .post-item__title a:focus {
  color: var(--lx-accent);
}
.post-item__description {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.33;
}
.blog .post-item__description {
  color: var(--lx-text);
}
.post-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  font-family: var(--lx-secondary-font-family);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--lx-grey-300);
}
@media only screen and (max-width: 767px) {
  .post-item__meta {
    font-size: 12px;
  }
}
.dark-mode .post-item__meta {
  color: var(--lx-white);
}
.blog .post-item__meta {
  color: var(--lx-grey-300);
}

.video-item--featured .video-item__image {
  margin-bottom: 34px;
}
@media only screen and (max-width: 1024px) {
  .video-item--featured .video-item__image {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .video-item--featured .video-item__image {
    margin-bottom: 16px;
  }
}
.video-item--featured .video-item__title {
  font-size: 40px;
}
@media only screen and (max-width: 1024px) {
  .video-item--featured .video-item__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .video-item--featured .video-item__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .video-item--featured .video-item__title {
    font-size: 22px;
  }
}
.video-item--featured .play-button {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .video-item--featured .play-button {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }
}
.video-item__image {
  margin-bottom: 16px;
}
.video-item__image.post-image {
  padding-bottom: 56.25%;
}
.video-item__categories {
  margin-bottom: 16px;
}
.video-item__categories .category-item__link {
  color: var(--lx-white);
}
.video-item__categories .category-item__link:hover, .video-item__categories .category-item__link:focus {
  color: var(--lx-secondary);
}
.dark-mode .video-item__categories .category-item__link:hover, .dark-mode .video-item__categories .category-item__link:focus {
  color: var(--lx-accent);
}
.video-item__title {
  font-family: var(--lx-secondary-font-family);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .video-item__title {
    font-size: 22px;
  }
}
.video-item__title a {
  color: var(--lx-white);
}
.video-item__title a:hover, .video-item__title a:focus {
  color: var(--lx-secondary);
}
.dark-mode .video-item__title a:hover, .dark-mode .video-item__title a:focus {
  color: var(--lx-accent);
}

.play-button {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  border: 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .play-button {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }
}
.play-button:hover, .play-button:focus {
  outline: none;
}
.play-button svg {
  width: 100%;
  height: auto;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.tags__caption {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tag-item__link {
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--lx-primary);
  padding: 4px 8px;
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--lx-primary);
  -webkit-transition: color 0.25s, border-color 0.2s;
  -o-transition: color 0.25s, border-color 0.2s;
  transition: color 0.25s, border-color 0.2s;
}
.tag-item__link:hover, .tag-item__link:focus {
  border-color: var(--lx-dark);
  color: var(--lx-dark);
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1408px;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container--sm {
  max-width: 948px;
}
.container--wide {
  max-width: 1920px;
}

.site-content {
  padding-top: var(--lx-header-height);
}
@media only screen and (max-width: 1024px) {
  .site-content {
    padding-top: var(--lx-header-height-mobile);
  }
}

#site-page,
#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#site-page .site-content,
#page .site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: hidden;
}

.section {
  padding-top: 44px;
  padding-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--bg {
  margin-top: 44px;
  margin-bottom: 44px;
  padding-top: 88px;
  padding-bottom: 88px;
  color: var(--lx-white);
  background-color: var(--lx-primary);
}
@media only screen and (max-width: 1024px) {
  .section--bg {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section--bg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--bg + .section--bg {
  margin-top: -44px;
}
@media only screen and (max-width: 1024px) {
  .section--bg + .section--bg {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .section--bg + .section--bg {
    margin-top: -20px;
  }
}
.dark-mode .section--bg {
  background-color: var(--lx-secondary);
}

.footer {
  background-color: var(--lx-secondary);
  color: var(--lx-white);
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover, .footer a:focus {
  color: inherit;
  text-decoration: underline;
}
.footer__top {
  padding: 44px 0;
}
@media only screen and (max-width: 1024px) {
  .footer__top {
    padding: 36px 0;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__col {
  margin-bottom: 30px;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .footer__col:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .footer__col:nth-child(4) {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .footer__col {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    width: 24%;
  }
}
@media only screen and (max-width: 575px) {
  .footer__col {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  .footer__col:last-child {
    margin-bottom: 0;
  }
}
.footer__logo {
  width: auto;
  height: 60px;
}
@media only screen and (max-width: 1365px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo img {
  width: auto;
  height: 100%;
}
.footer__title {
  margin-bottom: 16px;
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--lx-primary);
}
@media only screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__title {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .footer__nav {
    text-align: center;
  }
}
.footer .menu-item {
  margin-bottom: 4px;
}
.footer .menu-item:last-child {
  margin-bottom: 0;
}
.footer .menu-item a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 575px) {
  .footer .menu-item a {
    font-size: 16px;
  }
}
.footer .menu-item.current-menu-item {
  text-decoration: underline;
}
.footer .menu-item .sub-menu {
  display: none;
}
@media only screen and (max-width: 1365px) {
  .footer__newsletter {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer__bottom p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

form p {
  margin: 0;
}
form .error {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  color: var(--lx-state-error);
  margin-top: -10px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=month],
input[type=password],
input[type=search],
input[type=url],
input[type=week],
input[type=datetime],
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 8px 16px;
  height: 52px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  font-family: var(--lx-primary-font-family);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: var(--lx-secondary);
  background-color: var(--lx-white);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 120px;
}

::-webkit-input-placeholder {
  color: rgba(var(--lx-secondary), 0.8);
}

::-moz-placeholder {
  color: rgba(var(--lx-secondary), 0.8);
}

:-ms-input-placeholder {
  color: rgba(var(--lx-secondary), 0.8);
}

:-moz-placeholder {
  color: rgba(var(--lx-secondary), 0.8);
}

.forminator-ui .forminator-response-message {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--lx-secondary);
  background-color: var(--lx-white);
}
.forminator-ui .forminator-response-message ul {
  margin: 0;
  padding: 10px;
}
.forminator-ui .forminator-error-message {
  margin-right: 10px;
  font-size: 12px;
  color: var(--lx-state-error);
}

.newsletter-form .forminator-ui {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .newsletter-form .forminator-ui {
    margin-top: 0;
  }
}
.newsletter-form .forminator-ui .forminator-response-message {
  display: none;
}
.newsletter-form .forminator-ui .forminator-label {
  display: none;
}
.newsletter-form .forminator-ui .forminator-row {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  width: calc(100% - 52px);
}
.newsletter-form .forminator-ui .forminator-row-last {
  width: 52px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.newsletter-form .forminator-ui .forminator-button {
  font-size: 0;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-position: 50% 50%;
  background-size: 12px 19px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' fill='none'%3E%3Cpath d='m1 1 9 8.5L1 18' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--lx-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.25s linear, -webkit-box-shadow 0.25s linear, -webkit-transform 0.1s ease-in-out;
  transition: background-color 0.25s linear, -webkit-box-shadow 0.25s linear, -webkit-transform 0.1s ease-in-out;
  -o-transition: background-color 0.25s linear, box-shadow 0.25s linear, transform 0.1s ease-in-out;
  transition: background-color 0.25s linear, box-shadow 0.25s linear, transform 0.1s ease-in-out;
  transition: background-color 0.25s linear, box-shadow 0.25s linear, transform 0.1s ease-in-out, -webkit-box-shadow 0.25s linear, -webkit-transform 0.1s ease-in-out;
  z-index: 999;
}
.header.fixed {
  position: fixed;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);
}
.header.fixed .header__row {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .header.fixed .header__row {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.dark-mode .header {
  background-color: var(--lx-secondary);
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  -webkit-transition: padding 0.25s linear;
  -o-transition: padding 0.25s linear;
  transition: padding 0.25s linear;
}
@media only screen and (max-width: 1024px) {
  .header__row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header__logo-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  width: 200px;
}
@media only screen and (max-width: 1365px) {
  .header__logo-wrapper {
    width: auto;
  }
}
.header__logo {
  width: auto;
  height: 40px;
}
.header__logo img {
  width: auto;
  height: 100%;
}
.header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 992px) {
  .header__menu-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
    padding: 120px 0 0;
    z-index: 5;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: transparent;
    overflow: hidden;
    -webkit-transition: background-color 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, background-color 0.6s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.6s ease-in-out;
    transition: transform 0.3s ease-in-out, background-color 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-height: 640px) {
  .header__menu-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu-wrapper.active {
    background-color: var(--lx-primary);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .dark-mode .header__menu-wrapper.active {
    background-color: var(--lx-secondary);
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu-wrapper.active .header__navigation {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu-wrapper.out {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu-wrapper.out .header__navigation {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__menu-wrapper.out .header__actions--mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-animation-name: slideFromBottom;
    animation-name: slideFromBottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 15px;
  width: 200px;
}
@media only screen and (max-width: 1365px) {
  .header__actions {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .header__actions {
    margin-left: auto;
  }
}
.header__actions--mobile {
  margin: 0;
  display: none;
  -webkit-animation-name: slideFromBottom;
  animation-name: slideFromBottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@media only screen and (max-width: 1024px) {
  .header__actions--mobile {
    width: 60%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .header__actions--mobile {
    width: 80%;
  }
}
.header__actions .search-field {
  width: 100%;
}
.header__actions .search-field__input {
  border-bottom-color: var(--lx-white);
  color: var(--lx-white);
}
.header__actions .search-field ::-webkit-input-placeholder {
  color: rgba(var(--lx-white), 0.8);
}
.header__actions .search-field ::-moz-placeholder {
  color: rgba(var(--lx-white), 0.8);
}
.header__actions .search-field :-ms-input-placeholder {
  color: rgba(var(--lx-white), 0.8);
}
.header__actions .search-field :-moz-placeholder {
  color: rgba(var(--lx-white), 0.8);
}
.header__actions .search-field__submit {
  color: var(--lx-white);
}
.header .menu-item {
  position: relative;
  padding: 0 8px;
}
@media only screen and (max-width: 1024px) {
  .header .menu-item {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}
.header .menu-item.current-menu-item a:before, .header .menu-item.current-menu-parent a:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .header .menu-item.menu-item-has-children > a {
    padding-right: 0;
  }
}
.header .menu-item.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  background-image: url(images/white-icon-4f4c2e4.svg);
}
@media only screen and (max-width: 1024px) {
  .header .menu-item.menu-item-has-children > a:after {
    display: none;
  }
}
.header .menu-item.menu-item-has-children > a.active:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .menu-item.menu-item-has-children > a:hover + .sub-menu, .header .menu-item.menu-item-has-children > a:focus + .sub-menu {
  display: block;
}
.header .menu-item a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--lx-white);
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-transform: uppercase;
}
.header .menu-item a:hover, .header .menu-item a:focus {
  text-decoration: none;
}
.header .menu-item a:hover:before, .header .menu-item a:focus:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
.header .menu-item a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: -webkit-transform 0.33s ease-in-out;
  transition: -webkit-transform 0.33s ease-in-out;
  -o-transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out;
  transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
.header .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  list-style: none;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding: 10px;
  background-color: var(--lx-secondary);
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .header .sub-menu {
    position: static;
    display: block;
    padding: 0;
  }
}
.header .sub-menu:hover, .header .sub-menu:focus {
  display: block;
}
.header .sub-menu .menu-item {
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .header .sub-menu .menu-item {
    padding: 0;
  }
}
.header .sub-menu .menu-item.current-menu-item a {
  color: var(--lx-white);
}
.header .sub-menu .menu-item a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: var(--lx-white);
}
.header .sub-menu .menu-item a:hover, .header .sub-menu .menu-item a:focus {
  color: var(--lx-white);
}
@media only screen and (max-width: 1024px) {
  .header__search-icon {
    display: none;
  }
}
.header__search-icon.btn {
  padding: 0;
  line-height: 0;
  text-align: center;
  width: 28px;
  height: 26px;
  color: var(--lx-primary);
}
.header__search-icon.btn:hover, .header__search-icon.btn:focus {
  background-color: transparent;
}
.header__search-icon.btn.active .header__btn-search {
  display: none;
}
.header__search-icon.btn.active .header__btn-close {
  display: inline;
}
.header__search-icon svg {
  width: 100%;
  height: auto;
}
.header__search-icon .header__btn-close {
  display: none;
}
.header__cart .wpmenucartli {
  padding: 0;
}
.header__cart .wpmenucart-contents {
  position: relative;
}
.header__cart .wpmenucart-contents:before {
  display: none;
}
.header__cart .wpmenucart-icon-shopping-cart-0 {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(images/cart-icon-8a5e250.svg);
}
.header__cart .wpmenucart-icon-shopping-cart-0:before {
  display: none;
}
.header__cart .cartcontents {
  position: absolute;
  top: -10px;
  right: -50%;
  z-index: 2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  color: var(--lx-white);
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.32px;
  overflow-wrap: anywhere;
  background-color: var(--lx-secondary);
}
.dark-mode .header__cart .cartcontents {
  background-color: var(--lx-primary);
}
.header__mode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 0;
  background: transparent !important;
}
.header__mode svg {
  width: 100%;
  height: auto;
}
.header__light-mode {
  display: none;
}
.dark-mode .header__light-mode {
  display: inline;
}
.dark-mode .header__dark-mode {
  display: none;
}
.header__burger {
  position: relative;
  display: none;
  margin-left: 15px;
  height: 40px;
  width: 40px;
  background-color: var(--lx-secondary);
  border-radius: 50%;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .header__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.dark-mode .header__burger {
  background-color: var(--lx-primary);
}
.header__burger span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 16px;
  height: 1px;
  width: 16px;
  background-color: var(--lx-white);
  cursor: pointer;
}
.header__burger span:nth-child(2) {
  top: 22px;
}
.header__burger.active span {
  top: 19px;
}
.header__burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__burger.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .search-field {
    width: 70%;
  }
}
.search-field input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid var(--lx-secondary);
  padding: 20px 40px 20px 0;
  height: auto;
  color: var(--lx-secondary);
  width: 100%;
  font-size: 32px;
  background-color: transparent;
  line-height: 1.1;
}
@media only screen and (max-width: 1365px) {
  .search-field input {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-field input {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .search-field input {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .search-field input {
    padding-right: 20px;
    font-size: 18px;
  }
}
.search-field__submit {
  position: absolute;
  right: 0;
  top: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -16px;
  padding: 0;
  width: 32px;
  height: 32px;
  color: var(--lx-secondary);
  z-index: 10;
}
@media only screen and (max-width: 1365px) {
  .search-field__submit {
    margin-top: -14px;
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-field__submit {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .search-field__submit {
    margin-top: -9px;
    width: 18px;
    height: 18px;
  }
}
.search-field__submit svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }
}

.blog {
  padding-top: 0;
}
.blog__wrapper {
  padding: 100px 80px;
  max-width: 1360px;
  background-color: var(--lx-white);
}
@media only screen and (max-width: 1365px) {
  .blog__wrapper {
    padding: 60px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__wrapper {
    padding: 40px 12px;
  }
}
.woocommerce-page .blog__wrapper {
  background-color: transparent;
  padding: 0;
}
.blog__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 30px;
}
@media only screen and (max-width: 1365px) {
  .blog__inner {
    grid-template-columns: 1fr;
  }
}
.woocommerce-page .blog__inner, .page-id-28815 .blog__inner {
  grid-template-columns: 1fr;
}
.woocommerce-page .blog__inner #mvp-side-wrap, .page-id-28815 .blog__inner #mvp-side-wrap {
  display: none !important;
}
.blog__heading {
  color: var(--lx-dark);
}
.dark-mode .blog__heading {
  color: var(--lx-dark);
}
.blog__heading span {
  color: var(--lx-primary);
}
.blog__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px 20px;
}
@media only screen and (max-width: 1024px) {
  .blog__row {
    grid-template-columns: minmax(200px, 500px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog__pagination {
  padding-top: 36px;
}
@media only screen and (max-width: 1365px) {
  .blog__pagination {
    padding-top: 24px;
  }
}
.blog__pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog__pagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  padding: 6px;
  color: var(--lx-dark);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
}
.blog__pagination .page-numbers:hover, .blog__pagination .page-numbers:focus, .blog__pagination .page-numbers.current {
  color: var(--lx-accent);
}

.wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }
}
.wp-block-woocommerce-cart .wc-block-components-main,
.wp-block-woocommerce-checkout .wc-block-components-main {
  border: 1px solid var(--lx-grey-200);
  padding: 40px 40px 16px !important;
  width: 100% !important;
  background-color: var(--lx-white);
}
@media only screen and (max-width: 767px) {
  .wp-block-woocommerce-cart .wc-block-components-main,
  .wp-block-woocommerce-checkout .wc-block-components-main {
    padding: 24px !important;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-woocommerce-cart .wc-block-components-main,
  .wp-block-woocommerce-checkout .wc-block-components-main {
    padding: 16px !important;
  }
}
.wp-block-woocommerce-cart .wc-block-components-sidebar,
.wp-block-woocommerce-checkout .wc-block-components-sidebar {
  border: 1px solid var(--lx-grey-200);
  margin-bottom: 0 !important;
  padding: 32px 40px !important;
  width: 100% !important;
  background-color: var(--lx-white);
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
@media only screen and (max-width: 767px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar,
  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    padding: 24px !important;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block-woocommerce-cart .wc-block-components-sidebar,
  .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    padding: 16px !important;
  }
}
.wp-block-woocommerce-cart .wc-block-cart .has-medium-font-size,
.wp-block-woocommerce-checkout .wc-block-cart .has-medium-font-size {
  margin-bottom: 24px;
  font-family: var(--lx-secondary-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lx-dark);
}
@media only screen and (max-width: 1024px) {
  .wp-block-woocommerce-cart .wc-block-cart .has-medium-font-size,
  .wp-block-woocommerce-checkout .wc-block-cart .has-medium-font-size {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-woocommerce-cart .wc-block-cart .has-medium-font-size,
  .wp-block-woocommerce-checkout .wc-block-cart .has-medium-font-size {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items,
.wp-block-woocommerce-checkout .wc-block-cart table.wc-block-cart-items {
  margin-bottom: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-cart th,
.wp-block-woocommerce-checkout .wc-block-cart th {
  margin-bottom: 0 !important;
  font-family: var(--lx-secondary-font-family);
  text-transform: uppercase;
  color: var(--lx-dark);
}
.wp-block-woocommerce-cart .wc-block-cart th.wc-block-cart-items__header-image,
.wp-block-woocommerce-checkout .wc-block-cart th.wc-block-cart-items__header-image {
  text-align: left;
}
.wp-block-woocommerce-cart .wc-block-cart td,
.wp-block-woocommerce-checkout .wc-block-cart td {
  margin-bottom: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__image,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__image {
  padding-left: 0 !important;
  width: 224px !important;
}
@media only screen and (max-width: 1365px) {
  .wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__image,
  .wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__image {
    width: auto !important;
  }
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__product,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-name {
  margin-bottom: 16px;
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lx-dark);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__prices,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__prices {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: var(--lx-primary);
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-metadata,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-metadata {
  font-size: 18px !important;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__remove-link,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__remove-link {
  margin-top: 24px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__total,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__total {
  padding-right: 0 !important;
}
.wp-block-woocommerce-cart .wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
.wp-block-woocommerce-checkout .wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  font-size: 18px;
  font-weight: 500;
  color: var(--lx-primary);
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-cart__totals-title,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-cart__totals-title {
  display: none !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  border-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 32px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon-link {
  width: 100%;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__form,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form input,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__form input,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form input,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__form input {
  height: 100%;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form button,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__form button,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form button,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-coupon__form button {
  margin-left: 0;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label {
  font-size: 18px;
  font-weight: 500;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
  font-size: 18px;
  font-weight: 400;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-calculator,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-shipping-calculator,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-calculator,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-shipping-calculator {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-order-summary,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-order-summary,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-rates-control__package,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-shipping-rates-control__package,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-rates-control__package,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-shipping-rates-control__package {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lx-dark);
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--lx-primary);
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-product-name,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel__button,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.wp-block-woocommerce-cart .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__button,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel__button,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__button {
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--lx-dark);
}

.wp-block-woocommerce-empty-cart-block {
  padding: 20px;
  background-color: var(--lx-white);
}

body.woocommerce-page .wc-block-components-text-input input[type=email],
body.woocommerce-page .wc-block-components-text-input input[type=number],
body.woocommerce-page .wc-block-components-text-input input[type=tel],
body.woocommerce-page .wc-block-components-text-input input[type=text],
body.woocommerce-page .wc-block-components-text-input input[type=url] {
  border: 1px solid var(--lx-grey-200);
  background-color: var(--lx-white);
  color: var(--lx-text);
  border-radius: 0;
}
body.woocommerce-page .wc-block-components-text-input input[type=email]:focus,
body.woocommerce-page .wc-block-components-text-input input[type=number]:focus,
body.woocommerce-page .wc-block-components-text-input input[type=tel]:focus,
body.woocommerce-page .wc-block-components-text-input input[type=text]:focus,
body.woocommerce-page .wc-block-components-text-input input[type=url]:focus {
  outline: none;
  border: 1px solid var(--lx-secondary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-page .components-combobox-control__suggestions-container,
body.woocommerce-page .wc-block-components-textarea {
  border: 1px solid var(--lx-grey-200);
  background-color: var(--lx-white);
  color: var(--lx-text);
  border-radius: 0;
}
body.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body.woocommerce-page .components-combobox-control__suggestions-container:focus,
body.woocommerce-page .wc-block-components-textarea:focus {
  outline: none;
  border: 1px solid var(--lx-secondary);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.woocommerce-page .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__input {
  left: 0 !important;
}
body.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: var(--lx-primary);
}
body.woocommerce-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--lx-primary);
}

.woocommerce-checkout.payment-step .article__title {
  font-size: 0 !important;
}
.woocommerce-checkout.payment-step .article__title:before {
  content: "enter payment details";
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-checkout.payment-step .article__title:before {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.payment-step .article__title:before {
    font-size: 32px;
  }
}

.wc-block-components-checkout-step {
  padding-left: 0 !important;
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-bottom: 16px;
  }
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__title {
  font-family: var(--lx-secondary-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lx-dark);
}
@media only screen and (max-width: 1024px) {
  .wc-block-components-checkout-step .wc-block-components-checkout-step__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wc-block-components-checkout-step .wc-block-components-checkout-step__title {
    font-size: 20px;
  }
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__title:before {
  display: none;
}
.wc-block-components-checkout-step .wc-block-components-checkout-step__container:after {
  display: none;
}
.wc-block-components-checkout-step .wc-block-components-text-input label {
  left: 0 !important;
}
.wc-block-components-checkout-step .wc-block-components-text-input input[type=email],
.wc-block-components-checkout-step .wc-block-components-text-input input[type=number],
.wc-block-components-checkout-step .wc-block-components-text-input input[type=tel],
.wc-block-components-checkout-step .wc-block-components-text-input input[type=text],
.wc-block-components-checkout-step .wc-block-components-text-input input[type=url] {
  border: none !important;
  border-bottom: 1px solid var(--lx-grey-200) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wc-block-components-checkout-step .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-checkout-step .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-checkout-step .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-checkout-step .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-checkout-step .wc-block-components-text-input input[type=url]:focus {
  border-color: var(--lx-secondary) !important;
}
.wc-block-components-checkout-step .wc-block-components-combobox-control label {
  left: 0 !important;
}
.wc-block-components-checkout-step .wc-block-components-combobox-control input.components-combobox-control__input {
  border: none !important;
  border-bottom: 1px solid var(--lx-grey-200) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wc-block-components-checkout-step .wc-block-components-combobox-control input.components-combobox-control__input:focus {
  border-color: var(--lx-secondary) !important;
}

.wc-block-components-checkout-step,
.delivery-info {
  display: block !important;
}
.payment-step .wc-block-components-checkout-step,
.payment-step .delivery-info {
  display: none !important;
}

.wc-block-checkout__payment-method,
.wc-block-checkout__terms {
  display: none !important;
}
.payment-step .wc-block-checkout__payment-method,
.payment-step .wc-block-checkout__terms {
  display: block !important;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wc-block-checkout__actions .wc-block-components-button {
  min-height: 30px !important;
}
.wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  width: 50%;
  color: var(--lx-white) !important;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    width: 100%;
  }
}
.payment-step .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}
.wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button:before {
  content: "PROCEED TO PAYMENT";
  font-size: 18px;
}
.wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg {
  display: none !important;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  display: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100% !important;
  }
}
.payment-step .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.promo {
  margin-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .promo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .promo {
    margin-bottom: 20px;
  }
}

.videos-row {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-gap: 36px 20px;
}
@media only screen and (max-width: 1024px) {
  .videos-row {
    grid-template-columns: 1fr;
  }
}
.videos-row__item:first-child {
  grid-area: 1/1/3/2;
}
.videos-row__item:nth-child(3) {
  -ms-flex-item-align: end;
      align-self: end;
}

.posts__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}
@media only screen and (max-width: 1365px) {
  .posts__row {
    grid-template-columns: 1fr;
  }
}
.posts__actions {
  margin-top: 24px;
}

.latest__row {
  display: grid;
  grid-template-columns: 1fr 440px;
  grid-gap: 44px 20px;
}
@media only screen and (max-width: 1365px) {
  .latest__row {
    grid-template-columns: 1fr;
  }
}
.latest__actions {
  margin-top: 24px;
}

.home-shop ul.products li.product {
  width: 100% !important;
}
.home-shop__actions {
  margin-top: 40px;
}
@media only screen and (max-width: 1365px) {
  .home-shop__actions {
    grid-template-columns: 1fr;
  }
}

.article {
  padding-top: 0;
}
.blog .article {
  padding-bottom: 20px;
}
.article__header {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .article__header {
    margin-bottom: 32px;
  }
}
.woocommerce-order-received .article__header {
  display: none;
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  color: var(--lx-secondary);
  margin-top: 1.25em;
}
.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
  margin-top: 0;
}
.article__breadcrumbs {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  color: var(--lx-secondary);
}
@media only screen and (max-width: 767px) {
  .article__breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.article__breadcrumbs span {
  display: inline;
}
.article__breadcrumbs a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 38px;
  color: inherit;
  text-decoration: none;
}
.article__breadcrumbs a:hover, .article__breadcrumbs a:focus {
  color: var(--lx-accent);
  text-decoration: none;
}
.article__breadcrumbs a[href$="blog/"] {
  display: none;
}
.article__breadcrumbs a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23848484' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.article__categories {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .article__categories {
    margin-bottom: 24px;
  }
}
.article__categories .category-item__link {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .article__categories .category-item__link {
    font-size: 16px;
  }
}
.article__title.heading {
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 0;
  color: var(--lx-dark);
}
@media only screen and (max-width: 767px) {
  .article__title.heading {
    margin-bottom: 24px;
  }
}
.woocommerce-page .article__title.heading {
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: var(--lx-dark);
}
@media only screen and (max-width: 1024px) {
  .woocommerce-page .article__title.heading {
    margin-top: 20px;
    margin-bottom: 42px;
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-page .article__title.heading {
    margin-bottom: 36px;
    font-size: 32px;
  }
}
.woocommerce-page.dark-mode .article__title.heading {
  color: var(--lx-white);
}
.article__excerpt {
  margin-bottom: 48px;
  font-size: 22px;
  font-weight: 500;
  color: var(--lx-grey-400);
}
@media only screen and (max-width: 1024px) {
  .article__excerpt {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article__excerpt {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .article__meta {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .article__meta {
    margin-bottom: 24px;
  }
}
.article__meta-avatar {
  margin-right: 16px;
}
.article__meta-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--lx-secondary-font-family);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--lx-grey-300);
}
@media only screen and (max-width: 767px) {
  .article__meta-data {
    margin-right: 24px;
    padding-right: 34px;
  }
}
.article__meta-author a {
  color: var(--lx-accent);
  text-decoration: none;
}
.article__meta-author a:hover, .article__meta-author a:focus {
  color: var(--lx-accent-hover);
  text-decoration: none;
}
.article__image-wrapper {
  margin-bottom: 18px;
}
.article__image {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding-bottom: 0;
}
.article__image img {
  position: static;
}
.format-video .article__image {
  padding-bottom: 56.25%;
}
.format-video .article__image img {
  position: absolute;
}
.article__credits {
  margin-top: 6px;
  font-family: var(--lx-secondary-font-family);
  color: var(--lx-grey-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.article__content {
  color: var(--lx-text);
}
.article__content p,
.article__content li {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.article__content p > img {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.article__content p .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.article__content p .alignright {
  margin-left: auto;
}
.article__content .wp-caption {
  margin: 36px 0;
  max-width: 100%;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .article__content .wp-caption {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.article__content .wp-caption.size-full {
  width: 100%;
}
.article__content .wp-caption.size-full img {
  width: 100%;
}
.article__content .wp-caption .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.article__content .wp-caption .alignright {
  text-align: right;
  margin-left: auto;
}
.article__content blockquote {
  border-left: 3px solid var(--lx-primary);
  margin: 32px 0;
  padding: 0 0 0 15px;
  width: 100%;
  font-family: var(--lx-secondary-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
  color: var(--lx-dark);
}
@media only screen and (max-width: 767px) {
  .article__content blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.article__content blockquote p {
  top: 0.1em;
  color: inherit !important;
}
.article__content .gallery {
  margin: 40px 0;
  width: 1280px;
}
@media only screen and (max-width: 1365px) {
  .article__content .gallery {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .article__content .gallery {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.article__content .gallery .slick-list {
  width: 100% !important;
}
.article__content .gallery .slick-arrow {
  position: absolute;
  top: 50%;
  left: 16px;
  border: 0;
  padding: 0;
  margin-top: -48px;
  background-color: var(--lx-primary);
  width: 44px;
  height: 44px;
  font-size: 0;
  z-index: 20;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(images/arrow-icon-b5118ec.svg);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .article__content .gallery .slick-arrow {
    left: 0;
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}
.article__content .gallery .slick-arrow:focus {
  outline: none;
}
.article__content .gallery .slick-arrow.slick-next {
  left: auto;
  right: 16px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 767px) {
  .article__content .gallery .slick-arrow.slick-next {
    right: 0;
  }
}
.article__content .gallery-item {
  margin-bottom: 0;
}
.article__content .gallery-icon {
  position: relative;
  padding-bottom: 56.1%;
  overflow: hidden;
}
.article__content .gallery-icon > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__content .gallery-icon > picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.article__content .gallery-icon > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__content iframe {
  display: block;
  max-width: 100%;
  margin: 32px auto;
}
@media only screen and (max-width: 767px) {
  .article__content iframe {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.article__footer {
  margin-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .article__footer {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .article__footer {
    margin-top: 48px;
  }
}
.article__share {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .article__share {
    margin-bottom: 24px;
  }
}
.article__share .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.article__share .addtoany_list a {
  padding: 0;
  line-height: 0;
}
.article__share .addtoany_list a span {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px !important;
  height: 48px !important;
  background-color: var(--lx-primary) !important;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.article__share .addtoany_list a svg {
  width: 24px;
  height: auto;
}

.wp-caption-text {
  margin-top: 6px;
  font-family: var(--lx-secondary-font-family);
  color: var(--lx-grey-300);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.lynx-list {
  margin: 40px 0;
  padding: 32px 48px;
  background-color: var(--lx-grey-300);
}
@media only screen and (max-width: 767px) {
  .lynx-list {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 24px 32px;
  }
}
.lynx-list > p {
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700;
  color: inherit !important;
}
.lynx-list ul,
.lynx-list ol {
  margin: 0;
}
.lynx-list ul {
  padding: 0;
  list-style: none;
}
.lynx-list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 21px;
  color: var(--lx-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.lynx-list li:last-child {
  margin-bottom: 0;
}
.lynx-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  background-color: var(--lx-primary);
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.lynx-list li a {
  color: inherit;
}
.lynx-list li a:hover, .lynx-list li a:focus {
  color: var(--lx-accent);
}

/* Post Quiz */
#lynx-quiz .ays-quiz-container {
  margin: 0;
  padding-bottom: 40px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  min-height: 30px !important;
  background-color: transparent;
  color: inherit !important;
}
#lynx-quiz .ays-quiz-container .ays_cb_and_a,
#lynx-quiz .ays-quiz-container .ays_quiz_reports,
#lynx-quiz .ays-quiz-container .ays-fs-title,
#lynx-quiz .ays-quiz-container .ays-fs-subtitle,
#lynx-quiz .ays-quiz-container .ays-start-page > img {
  display: none !important;
}
#lynx-quiz .ays-quiz-container .step {
  padding-top: 0 !important;
  min-height: 30px !important;
  width: 100% !important;
}
#lynx-quiz .ays-quiz-container .ays-abs-fs,
#lynx-quiz .ays-quiz-container .ays-start-page {
  width: 100% !important;
}
#lynx-quiz .ays-quiz-container .ays_quiz_timer_container {
  margin-bottom: 20px;
}
#lynx-quiz .ays-quiz-container .ays-quiz-timer,
#lynx-quiz .ays-quiz-container .ays_message,
#lynx-quiz .ays-quiz-container p {
  color: inherit !important;
}
#lynx-quiz .ays-quiz-container .ays_quiz_question {
  margin-bottom: 16px !important;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: -0.01em;
  color: inherit !important;
}
#lynx-quiz .ays-quiz-container .ays_quiz_question p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  text-align: left;
}
#lynx-quiz .ays-quiz-container .ays-field {
  border: 0 !important;
  margin-bottom: 8px !important;
}
#lynx-quiz .ays-quiz-container .ays-field:last-child {
  margin-bottom: 0 !important;
}
#lynx-quiz .ays-quiz-container .ays-field:focus, #lynx-quiz .ays-quiz-container .ays-field:hover {
  background: transparent !important;
  color: inherit !important;
}
#lynx-quiz .ays-quiz-container .ays-field input:checked + label:before {
  background: var(--lx-primary) !important;
  background-clip: content-box !important;
}
#lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-] {
  font-size: 18px !important;
  line-height: 1.67 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  #lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-] {
    font-size: 16px !important;
  }
}
#lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-]:focus, #lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-]:hover {
  background: transparent !important;
}
#lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-]:focus:before, #lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-]:hover:before {
  background: var(--lx-primary) !important;
  background-clip: content-box !important;
  border-color: var(--lx-primary) !important;
}
#lynx-quiz .ays-quiz-container .ays-field label[for^=ays-answer-]:before {
  background: var(--lx-grey-300) !important;
  background-clip: content-box !important;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid var(--lx-grey-300) !important;
  padding: 3px !important;
  margin-right: 16px !important;
}
#lynx-quiz .ays-quiz-container .ays_buttons_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
#lynx-quiz .ays-quiz-container .ays_buttons_div:empty {
  display: none;
}
#lynx-quiz .ays-quiz-container .action-button {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 0 !important;
  padding: 15px 20px !important;
  color: var(--lx-white) !important;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  font-size: 18px;
  background: var(--lx-primary) !important;
  line-height: 1.67;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}
#lynx-quiz .ays-quiz-container .action-button:hover, #lynx-quiz .ays-quiz-container .action-button:focus {
  text-decoration: none;
  outline: none;
  color: var(--lx-white);
  background: var(--lx-secondary);
}
#lynx-quiz .ays-quiz-container .action-button:hover, #lynx-quiz .ays-quiz-container .action-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#lynx-quiz .ays-quiz-container .action-button.start_button {
  width: 100%;
}
#lynx-quiz .ays-quiz-container .action-button.ays_next.ays_finish {
  width: 100%;
}
#lynx-quiz #ays-quiz-container-1.ays_quiz_classic_dark .correct_div,
#lynx-quiz #ays-quiz-container-1.ays_quiz_classic_light .correct_div {
  padding: 5px 10px;
  border: 0 !important;
  background-color: var(--lx-accent) !important;
  color: var(--lx-white) !important;
}

/* Post Navigation */
body.single .navigation {
  border: 0;
  margin-top: 0;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  body.single .navigation {
    padding-top: 16px;
  }
}
body.single .navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
@media only screen and (max-width: 374px) {
  body.single .navigation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.single .navigation a {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
  color: var(--lx-white);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  font-size: 18px;
  background: var(--lx-primary);
  line-height: 1.67;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
}
body.single .navigation a:hover, body.single .navigation a:focus {
  text-decoration: none;
  outline: none;
  color: var(--lx-white);
  background: var(--lx-secondary);
}
@media only screen and (max-width: 374px) {
  body.single .navigation .post-page-numbers {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 374px) {
  body.single .navigation .post-page-numbers:last-child {
    margin-bottom: 0;
  }
}
body.single .navigation .post-page-numbers:last-child[href*="/2/"] {
  margin-left: auto;
}

body[class*=single-paged-] .navigation .post-page-numbers:last-child[href*="/2/"] {
  margin-left: 0;
}

.newsletter {
  margin-bottom: 0;
  background-color: var(--lx-secondary);
}
.newsletter__heading {
  padding-bottom: 24px;
}
.newsletter__text {
  font-size: 20px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .newsletter__text {
    font-size: 18px;
  }
}
.newsletter__form {
  margin-top: 40px;
  max-width: 408px;
}
@media only screen and (max-width: 767px) {
  .newsletter__form {
    margin-top: 24px;
  }
}

.shop-promo.section--bg {
  padding-top: 108px;
  padding-bottom: 108px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .shop-promo.section--bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-promo.section--bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.shop-promo__heading.heading {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .shop-promo__heading.heading {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-promo__heading.heading {
    margin-bottom: 24px;
  }
}

.shop-products__row {
  position: relative;
}
.shop-products__row:not(.shop-products__row--carousel) .woocommerce ul.products li.product {
  width: 100% !important;
}
.shop-products__row--carousel {
  position: relative;
}
.shop-products__row--carousel > .woocommerce {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}
.shop-products__row--carousel ul.products {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  grid-gap: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}
.shop-products__row--carousel ul.products li.product {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shop-products__row--carousel ul.products li.product .woocommerce-LoopProduct-link {
  margin-left: 10px;
  margin-right: 10px;
}

.shop-features__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
}
@media only screen and (max-width: 767px) {
  .shop-features__row {
    grid-template-columns: minmax(200px, 500px);
  }
}

.shop-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-feature__icon {
  margin-bottom: 50px;
  color: var(--lx-black);
}
@media only screen and (max-width: 767px) {
  .shop-feature__icon {
    margin-bottom: 16px;
  }
}
.dark-mode .shop-feature__icon {
  color: var(--lx-white);
}
.shop-feature__title {
  font-family: var(--lx-secondary-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--lx-dark);
  text-align: center;
}
.dark-mode .shop-feature__title {
  color: var(--lx-white);
}

.image-context.section--bg {
  padding: 0;
  background-color: var(--lx-grey-100);
  color: var(--lx-text);
}
.image-context__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}
@media only screen and (max-width: 1024px) {
  .image-context__row {
    grid-template-columns: minmax(200px, 700px);
  }
}
.image-context__content {
  text-align: center;
  max-width: 490px;
}
@media only screen and (max-width: 1024px) {
  .image-context__content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.image-context__image-wrapper {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.image-context__heading.heading {
  margin-bottom: 16px;
  color: var(--lx-dark);
}
.image-context__actions {
  margin-top: 40px;
}

.page-template-default ul.products li.product {
  width: 100% !important;
}
.page-template-default ul.products li.product .woocommerce-loop-product__title {
  color: var(--lx-dark) !important;
}
.page-template-default ul.products li.product .price {
  color: var(--lx-primary) !important;
}
.page-template-default ul.products li.product .price del {
  color: var(--lx-dark) !important;
}

.woocommerce.page-template-default ul.products li.product, .woocommerce.single-product ul.products li.product, .woocommerce.tax-product_cat ul.products li.product, .woocommerce.tax-product_tag ul.products li.product {
  width: 100% !important;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 44px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: minmax(200px, 500px);
  }
}
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products.columns-2 {
    grid-template-columns: minmax(200px, 500px);
  }
}
.woocommerce ul.products.columns-2 li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 26px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce ul.products.columns-2 li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products.columns-2 li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
.woocommerce ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: minmax(200px, 500px);
  }
}
.woocommerce ul.products.columns-3 li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 26px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce ul.products.columns-3 li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products.columns-3 li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce ul.products li.product.outofstock:before {
  content: "Out of Stock";
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  min-width: 74px;
  height: 42px;
  font-family: var(--lx-secondary-font-family);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--lx-white);
  background-color: var(--lx-accent);
  z-index: 10;
  border-radius: 0;
  text-align: center;
}
.woocommerce ul.products li.product.outofstock .button {
  display: none !important;
}
.woocommerce ul.products li.product.outofstock .quick-link {
  margin-top: auto;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .onsale {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 74px;
  height: 42px;
  min-height: 42px !important;
  font-family: var(--lx-secondary-font-family);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--lx-white);
  background-color: var(--lx-state-success);
  z-index: 10;
  border-radius: 0;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .itsnew {
  right: auto;
  left: 20px;
  background-color: var(--lx-primary);
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-img-wrapper {
  margin-bottom: 16px;
  overflow: hidden;
  background-color: var(--lx-white);
  position: relative;
  padding-bottom: 117.1875%;
  overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-img-wrapper > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-img-wrapper > picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-img-wrapper > picture > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-img-wrapper:hover img, .woocommerce ul.products li.product .woocommerce-LoopProduct-link .product-img-wrapper:focus img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  margin-bottom: 0;
  background-color: var(--lx-white);
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--lx-dark);
}
.dark-mode .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: var(--lx-white);
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link p {
  display: none;
}
.woocommerce ul.products li.product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-bottom: 0 !important;
  font-size: 20px;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--lx-primary);
}
.dark-mode .woocommerce ul.products li.product .price {
  color: var(--lx-white);
}
.woocommerce ul.products li.product .price del {
  width: 100%;
  color: var(--lx-dark);
  opacity: 1 !important;
}
.dark-mode .woocommerce ul.products li.product .price del {
  color: var(--lx-grey-300);
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .button {
  display: none !important;
  margin-top: auto;
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .button {
    margin-bottom: 12px;
  }
}
.woocommerce ul.products li.product .button.add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce ul.products li.product .button.add_to_cart_button:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 26px;
  margin-right: 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(images/cart-icon-white-bd7f446.svg);
}
.woocommerce ul.products li.product .added_to_cart {
  display: none !important;
  margin-bottom: 16px;
  padding-top: 0 !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .added_to_cart {
    margin-bottom: 12px;
  }
}
.woocommerce.archive .woocommerce-breadcrumb,
.woocommerce.archive .woocommerce-result-count,
.woocommerce.archive .woocommerce-result-count,
.woocommerce.archive .woocommerce-ordering,
.woocommerce.archive .woocommerce-breadcrumb,
.woocommerce.archive .woocommerce-pagination {
  display: none;
}
.woocommerce.archive .woocommerce-pagination {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.archive .woocommerce-pagination {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.archive .woocommerce-pagination {
    margin-top: 20px;
  }
}
.woocommerce.archive .woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
}
.woocommerce.archive .woocommerce-pagination li {
  border: 0 !important;
  margin: 5px;
}
.woocommerce.archive .woocommerce-pagination li a,
.woocommerce.archive .woocommerce-pagination li span {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: 800;
  font-size: 16px;
  color: var(--lx-primary);
  letter-spacing: 0.02em;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.archive .woocommerce-pagination li a,
  .woocommerce.archive .woocommerce-pagination li span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
.woocommerce.archive .woocommerce-pagination li a:hover, .woocommerce.archive .woocommerce-pagination li a:focus, .woocommerce.archive .woocommerce-pagination li a.current,
.woocommerce.archive .woocommerce-pagination li span:hover,
.woocommerce.archive .woocommerce-pagination li span:focus,
.woocommerce.archive .woocommerce-pagination li span.current {
  color: var(--lx-white);
  background-color: var(--lx-secondary);
  text-decoration: none;
}
.woocommerce.archive .woocommerce-pagination li a.dots,
.woocommerce.archive .woocommerce-pagination li span.dots {
  margin: 0;
  color: var(--lx-dark-400);
  background-color: transparent;
}
.woocommerce.archive .woocommerce-pagination .prev,
.woocommerce.archive .woocommerce-pagination .next {
  display: none !important;
}
.woocommerce.post-type-archive-product .woocommerce-products-header__title,
.woocommerce.post-type-archive-product .woocommerce-notices-wrapper,
.woocommerce.post-type-archive-product .woocommerce-result-count,
.woocommerce.post-type-archive-product .woocommerce-ordering + .products {
  display: none;
}
.woocommerce .woocommerce-pagination {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 40px;
  }
}
.woocommerce .woocommerce-pagination ul li a:focus,
.woocommerce .woocommerce-pagination ul li a:hover,
.woocommerce .woocommerce-pagination ul li span.current {
  background-color: var(--lx-grey-200) !important;
  color: var(--lx-dark) !important;
}
.woocommerce.dark-mode .woocommerce-products-header__title,
.woocommerce.dark-mode .woocommerce-loop-product__title {
  color: var(--lx-white) !important;
}
.woocommerce.dark-mode .price {
  color: var(--lx-white) !important;
}
.woocommerce.dark-mode .price del {
  color: var(--lx-grey-300) !important;
  opacity: 1 !important;
}
.woocommerce .woocommerce-result-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  min-height: 44px;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering select {
  padding: 10px 30px 10px 12px !important;
  border: 1px solid var(--lx-grey-300);
  background: var(--lx-white);
  height: 44px;
  color: var(--lx-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  background-size: 16px 9px;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="16" height="9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 1 7 7 7-7" stroke="%23565656"/></svg>');
}
.woocommerce .woocommerce-products-header__title {
  margin-bottom: 40px;
  font-family: var(--lx-secondary-font-family);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lx-dark);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .woocommerce .woocommerce-products-header__title {
    margin-bottom: 30px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .woocommerce-products-header__title {
    margin-bottom: 20px;
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-products-header__title {
    font-size: 48px;
  }
}
.woocommerce .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.woocommerce .woocommerce-message:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce .woocommerce-message .button {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-message .button {
    margin-left: 0;
    margin-top: 12px;
  }
}
.woocommerce.single-product {
  color: var(--lx-text);
}
.woocommerce.single-product .site-main > .woocommerce-breadcrumb {
  display: none;
}
.woocommerce.single-product .site-main > .product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  padding: 80px;
  background-color: var(--lx-white);
}
@media only screen and (max-width: 1365px) {
  .woocommerce.single-product .site-main > .product {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .site-main > .product {
    margin-bottom: 40px;
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .site-main > .product {
    padding: 16px;
  }
}
.woocommerce.single-product .site-main > .product.variation-selected .wpgs-nav.slick-initialized,
.woocommerce.single-product .site-main > .product.variation-selected .slick-arrow {
  display: none !important;
}
.woocommerce.single-product .onsale {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  left: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 74px;
  height: 42px;
  min-height: 42px !important;
  font-family: var(--lx-secondary-font-family);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: var(--lx-white);
  background-color: var(--lx-state-success);
  z-index: 10;
  border-radius: 0;
  text-align: center;
}
@media only screen and (max-width: 1365px) {
  .woocommerce.single-product .onsale {
    top: 60px;
    left: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .onsale {
    top: 44px;
    left: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .onsale {
    top: 36px;
    left: 36px;
  }
}
.woocommerce.single-product .itsnew {
  right: auto;
  left: 20px;
  background-color: var(--lx-primary);
}
.woocommerce.single-product .woocommerce-breadcrumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.32px;
  color: var(--lx-dark);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .woocommerce-breadcrumb {
    font-size: 14px;
  }
}
.woocommerce.single-product .woocommerce-breadcrumb a:hover, .woocommerce.single-product .woocommerce-breadcrumb a:focus {
  color: var(--lx-secondary);
  text-decoration: none;
}
.woocommerce.single-product .woocommerce-product-gallery {
  margin-bottom: 0 !important;
  width: 41% !important;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .woocommerce-product-gallery {
    margin: 0 auto 32px !important;
    width: 100% !important;
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .woocommerce-product-gallery {
    margin-bottom: 24px !important;
  }
}
.woocommerce.single-product .entry-summary {
  width: 44% !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .entry-summary {
    width: 100% !important;
  }
}
.woocommerce.single-product .product_title {
  margin-bottom: 32px;
  font-family: var(--lx-secondary-font-family);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lx-dark);
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .product_title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .product_title {
    margin-bottom: 24px;
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce.single-product .product_title {
    font-size: 32px;
  }
}
.woocommerce.single-product .single_variation_wrap,
.woocommerce.single-product p.price {
  margin-bottom: 32px !important;
  font-size: 26px !important;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  line-height: 1.1;
  color: var(--lx-primary) !important;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .single_variation_wrap,
  .woocommerce.single-product p.price {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .single_variation_wrap,
  .woocommerce.single-product p.price {
    margin-bottom: 24px !important;
    font-size: 20px !important;
  }
}
.woocommerce.single-product .single_variation_wrap del,
.woocommerce.single-product p.price del {
  width: 100%;
  color: var(--lx-dark);
}
.woocommerce.single-product .single_variation_wrap ins,
.woocommerce.single-product p.price ins {
  text-decoration: none;
}
.woocommerce.single-product .single_variation_wrap bdi {
  opacity: 1 !important;
  color: var(--lx-secondary) !important;
}
.woocommerce.single-product .product-details {
  width: 80%;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .product-details {
    display: block;
    margin-bottom: 24px;
    width: 100%;
  }
}
.woocommerce.single-product .product-details ol,
.woocommerce.single-product .product-details ul {
  margin-top: 1.44em;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .woocommerce.single-product .product-details ol,
  .woocommerce.single-product .product-details ul {
    margin-top: 1.2em;
  }
}
.woocommerce.single-product h3 {
  margin: 0 5px 0 0;
  color: var(--lx-dark);
  font-size: 16px;
  font-family: var(--lx-secondary-font-family);
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product h3 {
    margin: 0 0 12px;
  }
}
.woocommerce.single-product .stock {
  color: var(--lx-secondary) !important;
}
.woocommerce.single-product .stock.out-of-stock {
  color: var(--lx-state-error) !important;
}
.woocommerce.single-product .added_to_cart {
  display: none !important;
}
.woocommerce.single-product .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 332px;
  max-width: 100%;
}
.woocommerce.single-product .cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce.single-product .cart .woocommerce-variation-price {
  margin-bottom: 32px !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .cart .woocommerce-variation-price {
    margin-bottom: 24px !important;
  }
}
.woocommerce.single-product .cart .variations {
  position: relative;
  margin-bottom: 44px !important;
  padding-bottom: 20px !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .cart .variations {
    margin-bottom: 24px !important;
  }
}
.woocommerce.single-product .cart .variations tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.woocommerce.single-product .cart .variations th,
.woocommerce.single-product .cart .variations td {
  line-height: 1 !important;
  vertical-align: middle !important;
  padding-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .cart .variations th,
  .woocommerce.single-product .cart .variations td {
    padding-bottom: 24px;
  }
}
.woocommerce.single-product .cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce.single-product .cart .variations tr:last-child th,
.woocommerce.single-product .cart .variations tr:last-child td {
  padding-bottom: 0;
}
.woocommerce.single-product .cart .variations .value {
  padding-bottom: 0;
}
.woocommerce.single-product .cart .variations .label {
  margin-bottom: 12px;
  padding-bottom: 0;
  text-align: left;
}
.woocommerce.single-product .cart .variations .label > label {
  margin-bottom: 16px;
  padding-bottom: 0;
  color: var(--lx-text);
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce.single-product .cart .variations .label > label:after {
  content: ":";
}
.woocommerce.single-product .cart .variations select {
  margin-right: 0 !important;
  padding: 10px 30px 10px 12px !important;
  border: 1px solid var(--lx-grey-300);
  background: var(--lx-white);
  height: 44px;
  color: var(--lx-text) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  background-size: 16px 9px;
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="16" height="9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 1 7 7 7-7" stroke="%23565656"/></svg>');
}
.woocommerce.single-product .cart .variations .reset_variations {
  position: absolute;
  bottom: -20px;
  right: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
}
.woocommerce.single-product .cart .variations .reset_variations:hover, .woocommerce.single-product .cart .variations .reset_variations:focus {
  text-decoration: none;
}
.woocommerce.single-product .cart .qib-button-wrapper {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 32px !important;
  padding-top: 32px;
  float: none !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .cart .qib-button-wrapper {
    margin-bottom: 24px !important;
  }
}
.woocommerce.single-product .cart .qib-button-wrapper .screen-reader-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  clip: unset;
  -webkit-clip-path: unset;
          clip-path: unset;
  color: var(--lx-text);
  font-family: var(--lx-secondary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce.single-product .cart .qib-button-wrapper .screen-reader-text:after {
  content: ":";
}
.woocommerce.single-product .cart .qib-button-wrapper .qib-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--lx-grey-300);
  padding: 0 !important;
  width: 44px;
  width: 44px;
  height: 44px;
  color: var(--lx-text);
  font-size: 32px !important;
  line-height: 44px !important;
  font-weight: 400 !important;
  background-color: transparent;
}
.woocommerce.single-product .cart .qib-button-wrapper .wqpmb_quantity input {
  width: 70px !important;
  height: 44px !important;
  border: 0 !important;
  color: var(--lx-text);
}
.woocommerce.single-product .cart .quantity {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  float: none !important;
}
.woocommerce.single-product .cart .quantity input {
  border: 1px solid var(--lx-grey-300);
  width: 120px;
  height: 44px;
  font-family: var(--lx-secondary-font-family);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: var(--lx-text);
}
.woocommerce.single-product .cart .single_add_to_cart_button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.woocommerce.single-product .cart .button {
  width: 100%;
  float: none !important;
}
.woocommerce.single-product .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px !important;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .product_meta {
    margin-bottom: 24px !important;
  }
}
.woocommerce.single-product .product_meta a {
  text-decoration: none;
}
.woocommerce.single-product .related {
  margin-top: 110px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .related {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .related {
    margin-top: 60px;
  }
}
.woocommerce.single-product .related h2 {
  margin-bottom: 40px;
  font-family: var(--lx-secondary-font-family);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lx-dark);
}
@media only screen and (max-width: 1024px) {
  .woocommerce.single-product .related h2 {
    margin-bottom: 30px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .related h2 {
    margin-bottom: 20px;
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce.single-product .related h2 {
    font-size: 48px;
  }
}
.woocommerce.single-product .related .woocommerce-loop-product__title {
  color: var(--lx-dark) !important;
}
.woocommerce.single-product .related .price {
  color: var(--lx-accent) !important;
}

.woocommerce-page .content-area {
  margin: 0 auto;
  width: 100%;
  max-width: 1408px;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-page .content-area {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.woocommerce-page .content-area .container {
  padding: 0;
}

.woocommerce-cart #mvp-side-wrap, .woocommerce-checkout #mvp-side-wrap, .woocommerce-order-received #mvp-side-wrap {
  display: none !important;
}

.error-404 {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-404.section {
  padding: 250px 0 150px;
}
@media only screen and (max-width: 767px) {
  .error-404.section {
    padding: 160px 0 80px;
  }
}
.error-404__heading {
  font-size: 200px;
  line-height: 1.1;
  color: var(--lx-primary);
}
@media only screen and (max-width: 1700px) {
  .error-404__heading {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .error-404__heading {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .error-404__heading {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .error-404__heading {
    font-size: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .error-404__heading {
    font-size: 48px;
  }
}
.error-404__actions {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .error-404__actions {
    margin-top: 40px;
  }
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

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