@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: #2b3530;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: #2b3530;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #2b3530;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

body {
  background: #2b3530 !important; }

.breadcrumbs,
.page-heading {
  display: none !important; }

.container {
  max-width: 100% !important;
  padding: 0 !important; }

:root {
  --bg-page: #f0ebe5;
  --header-bg: #2b3530;
  --header-border: #404944;
  --text-light: #f0ebe5;
  --text-dark: #09130e;
  --pill-bg: #ebe9e4;
  --badge-bg: #ebe9e4;
  --badge-text: #0a4635;
  --radius-header: 14px;
  --radius-pill: 8px;
  --radius-cta: 6px;
  --footer-bg: #2b3530;
  --text-light: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.65);
  --text-disclaimer: #ebe9e4;
  --border-divider: rgba(255, 255, 255, 0.4);
  --form-bg: rgba(255, 255, 255, 0.1);
  --bg-dark-green: #2b3530;
  --text-cream: #f0ebe5;
  --text-dark: #2b3530;
  --text-cream: #f0ebe5;
  --divider: rgba(255, 255, 255, 0.5);
  --bg-light: #ebe9e4;
  --btn-bg: #2b3530;
  --play-bg: #ebe9e4;
  --play-icon: #2b3530;
  --bg-dark: #2b3530;
  --text-light: #ebe9e4;
  --btn-bg: #ced1bf;
  --bg-cream: #eae9e5;
  --text-deep-green: #0a4635;
  --btn-border: #404944;
  --accent: #eff875;
  --pill-bg: #ffffff;
  --circle-line: rgba(43, 53, 48, 0.4);
  --dot-color: #2b3530;
  --bg-card: #404945;
  --text-muted: #c5c5c0;
  --border-dark: #404944;
  --star: #eff875;
  --bg-cream: #ebe9e4;
  --text-dark: #2b3530;
  --input-bg: #dcdad5;
  --input-border: #cccccc;
  --btn-bg: #404944; }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  background-color: var(--bg-page);
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: hidden !important; }

/* Outer sticky wrapper */
.site-header {
  position: absolute;
  top: 16px;
  z-index: 100;
  padding: 0 16px;
  margin: 16px auto;
  max-width: 1880px;
  width: 100%;
  left: 0;
  right: 0; }

/* The pill-shaped header bar */
.site-header__bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
  padding: 0 8px 0 24px;
  background-color: var(--header-bg);
  border-radius: var(--radius-header);
  filter: drop-shadow(0 0 0.5px rgba(99, 99, 99, 0.2));
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }

/* === LEFT: NAV === */
.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0; }

.header-nav__link {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-light);
  text-decoration: none;
  border-radius: var(--radius-pill);
  transition: background-color 0.2s ease, color 0.2s ease; }

.header-nav__link:hover {
  background-color: rgba(235, 233, 228, 0.1);
  color: #fff; }

.header-nav__link[aria-current='page'],
.header-nav__link--active {
  background-color: var(--pill-bg);
  color: var(--text-dark); }

/* === CENTER: LOGO === */
.header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-light);
  margin: 0 !important; }

.header-logo__text img {
  width: 106.504px;
  height: auto; }

/* === RIGHT: ACTIONS === */
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px; }

/* Cart button */
.header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: var(--text-light);
  cursor: pointer;
  transition: background-color 0.2s ease; }

.header-cart:hover {
  background-color: rgba(235, 233, 228, 0.1); }

.header-cart__icon {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.75 !important; }

.header-cart__badge {
  position: absolute !important;
  right: -2px !important;
  bottom: -2px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0 5px !important;
  background-color: var(--badge-bg) !important;
  color: var(--badge-text) !important;
  font-family: 'Geist', sans-serif !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  line-height: 18px !important;
  letter-spacing: -0.01em !important;
  text-align: center !important;
  border-radius: 16px !important;
  display: block !important; }

/* CTA — Shop Now */
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 50px;
  padding: 0 12px;
  background-color: var(--header-bg);
  color: var(--accent);
  border: 1px solid var(--header-border);
  border-radius: var(--radius-cta);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  min-width: 198px;
  transition: background-color 0.2s ease, border-color 0.2s ease; }

.header-cta:hover {
  background-color: #323d37;
  border-color: var(--accent);
  color: var(--accent); }

.header-cta__arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5; }

/* Mobile menu toggle (hidden on desktop) */
.header-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  border-radius: 8px; }

.header-toggle:hover {
  background-color: rgba(235, 233, 228, 0.1); }

.header-toggle svg {
  width: 22px;
  height: 22px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .site-header {
    top: 12px;
    padding: 0 12px; }
  .site-header__bar {
    padding: 0 8px 0 16px; }
  .header-cta {
    min-width: auto;
    padding: 0 16px; }
  .header-nav__link {
    padding: 0 12px;
    font-size: 15px; } }

@media (max-width: 820px) {
  .header-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    background-color: var(--header-bg);
    border-radius: var(--radius-header);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
  .header-nav.is-open {
    display: flex; }
  .header-nav__link {
    width: 100%;
    justify-content: flex-start; }
  .header-toggle {
    display: inline-flex; }
  .header-cta__label {
    display: none; }
  .header-cta {
    min-width: 0;
    width: 50px;
    padding: 0;
    justify-content: center; } }

@media (max-width: 480px) {
  .header-logo__text {
    font-size: 22px; }
  .header-cart {
    width: 32px;
    height: 32px; } }

/* Demo page filler (just to show sticky behavior) */
.demo-content {
  padding: 80px 24px;
  max-width: 800px;
  margin: 0 auto;
  color: var(--text-dark); }

.demo-content h1 {
  font-size: 32px;
  margin-bottom: 16px; }

.demo-content p {
  line-height: 1.6;
  margin-bottom: 16px; }

/* ========== FOOTER ========== */
.site-footer {
  background-color: var(--footer-bg);
  color: var(--text-light);
  padding: 66px 25px 40px;
  margin-top: 0 !important; }

.site-footer__inner {
  max-width: 1825px;
  margin: 0 auto;
  padding: 0 48px; }

/* ===== TOP ROW: logo/contact + link columns ===== */
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 3.6fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  padding-bottom: 60px; }

/* Brand column */
.footer-brand {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 32px;
  max-width: 361px; }

.footer-brand__logo {
  grid-column: 1 / -1; }

.footer-brand__logo-text {
  text-decoration: none;
  display: inline-block; }

.footer-brand__logo-text img {
  width: 120px;
  height: auto; }

.footer-brand__address {
  font-weight: 300;
  font-size: 16px;
  line-height: 23.2px;
  letter-spacing: -0.01em;
  color: #FFF; }

.footer-brand__address p {
  margin: 0; }

.footer-brand__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 300;
  font-size: 16px;
  line-height: 23.2px;
  letter-spacing: -0.01em;
  color: var(--text-light); }

.footer-brand__contact-intro {
  margin: 0 0 8px 0; }

.footer-brand__contact-link {
  color: var(--text-light);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; }

.footer-brand__contact-link:hover {
  opacity: 0.85;
  color: var(--text-light); }

/* Link columns */
.footer-col__title {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-light);
  opacity: 0.65;
  margin: 0 0 12px 0; }

.footer-col__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px; }

.footer-col__list li {
  margin: 0 !important;
  padding: 0 !important; }

.footer-col__link {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.01em;
  color: var(--text-light);
  text-decoration: none;
  transition: opacity 0.2s ease; }

.footer-col__link:hover {
  opacity: 0.7;
  color: var(--text-light); }

/* ===== NEWSLETTER ===== */
.footer-newsletter {
  position: relative;
  background-color: var(--form-bg);
  border-radius: 20px;
  padding: 36px 38px 36px 46px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 24px; }

.footer-newsletter__form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px; }

.footer-newsletter__input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-light);
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.05em;
  padding: 0; }

.footer-newsletter__input::placeholder {
  color: var(--text-light);
  opacity: 0.65; }

.footer-newsletter__button {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: var(--btn-bg);
  border: none;
  color: var(--text-light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease; }

.footer-newsletter__button:hover {
  opacity: 0.85; }

.footer-newsletter__button:active {
  transform: scale(0.96); }

.footer-newsletter__button svg {
  width: 18px;
  height: 18px; }

/* ===== DISCLAIMER ===== */
.footer-disclaimer {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--text-disclaimer);
  margin: 0 0 40px 0;
  max-width: 100%; }

/* ===== BOTTOM ROW ===== */
.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap; }

.footer-bottom__left {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

.footer-meta {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  color: var(--text-light);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px; }

.footer-meta a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  color: var(--text-light); }

.footer-meta a:hover {
  opacity: 0.85;
  color: var(--text-light); }

.footer-policies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-policies__item {
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 21.3px;
  color: var(--text-light); }

.footer-policies__item a {
  text-decoration: none;
  transition: opacity 0.2s ease;
  color: var(--text-light); }

.footer-policies__item a:hover {
  opacity: 0.7;
  color: var(--text-light); }

.footer-policies__divider {
  width: 4px;
  height: 4px;
  background-color: var(--text-light);
  border-radius: 2px;
  opacity: 0.4;
  display: inline-block;
  margin: 0;
  padding: 0; }

/* Payment icons */
.footer-payments {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }

.footer-payments__item {
  width: 38px;
  height: 24px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.footer-payments__item svg,
.footer-payments__item img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

.footer-payments__label {
  font-family: 'Geist', sans-serif;
  font-weight: 700;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0; }

.pay--amazon {
  color: #232f3e; }

.pay--amex {
  color: #006fcf;
  background-color: #006fcf; }

.pay--amex .footer-payments__label {
  color: #ffffff;
  font-size: 9px; }

.pay--apple {
  color: #000000; }

.pay--apple .footer-payments__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em; }

.pay--diners {
  color: #0079be; }

.pay--discover {
  color: #ff6000; }

.pay--gpay {
  color: #5f6368; }

.pay--mastercard {
  color: #eb001b; }

.pay--paypal {
  color: #003087; }

.pay--shop {
  background-color: #5a31f4;
  color: #ffffff; }

.pay--shop .footer-payments__label {
  color: #ffffff;
  font-size: 9px;
  font-weight: 600; }

.pay--visa {
  color: #1a1f71; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .site-footer__inner {
    padding: 0 16px; }
  .footer-newsletter__input {
    font-size: 36px; } }

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
  .footer-brand {
    grid-column: 1 / -1; }
  .footer-newsletter__input {
    font-size: 28px; } }

@media (max-width: 600px) {
  .site-footer {
    padding: 48px 16px 32px; }
  .site-footer__inner {
    padding: 0; }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px; }
  .footer-brand {
    grid-template-columns: 1fr; }
  .footer-newsletter {
    padding: 24px;
    margin-bottom: 32px; }
  .footer-newsletter__input {
    font-size: 22px; }
  .footer-bottom {
    flex-direction: column;
    gap: 24px; } }

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  border: none;
  display: flex;
  z-index: 9999; }

/* ===== HERO ===== */
:root {
  --bg-dark-green: #2b3530;
  --text-cream: #ebe9e4;
  --text-dark: #09130e;
  --accent: #eff875;
  --border-cta: #404944; }

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--bg-dark-green); }

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1; }

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block; }

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--bg-dark-green) 0%, rgba(43, 53, 48, 0.85) 35%, rgba(43, 53, 48, 0.2) 60%, rgba(43, 53, 48, 0) 100%);
  pointer-events: none; }

.hero__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 78px 25px 100px 164px;
  min-height: 100vh;
  display: flex;
  align-items: center; }

.hero__content {
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px; }

.hero__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-cream);
  margin: 0;
  max-width: 1045px; }

.hero__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.5;
  color: var(--text-cream);
  margin: 0;
  max-width: 330px; }

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 198px;
  height: 50px;
  padding: 0 12px;
  background-color: var(--bg-dark-green);
  color: var(--accent);
  border: 1px solid var(--border-cta);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease; }

.hero__cta:hover {
  background-color: #323d37;
  border-color: var(--accent); }

.hero__cta:active {
  transform: translateY(1px); }

.hero__cta-arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0; }

@media (max-width: 1400px) {
  .hero__inner {
    padding: 78px 64px 100px 80px; } }

@media (max-width: 1024px) {
  .hero__inner {
    padding: 64px 48px; }
  .hero__image {
    object-position: 70% center; }
  .hero__overlay {
    background: linear-gradient(to right, var(--bg-dark-green) 0%, rgba(43, 53, 48, 0.9) 50%, rgba(43, 53, 48, 0.4) 100%); } }

@media (max-width: 768px) {
  .hero {
    min-height: auto; }
  .hero__inner {
    padding: 48px 24px 64px;
    min-height: 90vh; }
  .hero__content {
    gap: 24px;
    max-width: 100%; }
  .hero__heading {
    font-size: clamp(36px, 9vw, 56px);
    line-height: 1.1; }
  .hero__overlay {
    background: linear-gradient(to bottom, rgba(43, 53, 48, 0.95) 0%, rgba(43, 53, 48, 0.75) 50%, rgba(43, 53, 48, 0.4) 100%); }
  .hero__image {
    object-position: center center; }
  .hero__subheading {
    max-width: 100%; } }

@media (max-width: 480px) {
  .hero__heading {
    font-size: clamp(32px, 10vw, 44px); }
  .hero__cta {
    width: 180px; } }

/* ===== DISCOVER SECTION ===== */
.discover {
  background-color: var(--bg-dark-green);
  padding: 180px 20px; }

.discover__inner {
  max-width: 1592px;
  margin: 0 auto;
  padding: 0 0px; }

.discover__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 495px);
  gap: 100px;
  align-items: start; }

.discover__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 56px 0; }

.discover__eyebrow-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0; }

.discover__eyebrow-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: var(--text-cream); }

.discover__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 7vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-cream);
  margin: 0;
  max-width: 886px; }

.discover__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 160px; }

.discover__icon {
  width: 31px;
  height: 31px;
  color: var(--accent);
  margin-bottom: 20px; }

.discover__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block; }

.discover__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 30px; }

.discover__paragraph {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-cream);
  margin: 0; }

.discover__callout {
  background-color: var(--accent);
  color: var(--text-dark);
  border-radius: 6px;
  padding: 30px 20px;
  margin-top: 30px; }

.discover__callout-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-dark);
  margin: 0; }

@media (max-width: 1400px) {
  .discover__inner {
    padding: 0 80px; }
  .discover__grid {
    gap: 60px; } }

@media (max-width: 1100px) {
  .discover {
    padding: 120px 0 80px; }
  .discover__inner {
    padding: 0 48px; }
  .discover__grid {
    grid-template-columns: 1fr;
    gap: 48px; }
  .discover__right {
    padding-top: 0; } }

@media (max-width: 768px) {
  .discover {
    padding: 80px 0 60px; }
  .discover__inner {
    padding: 0 24px; }
  .discover__eyebrow {
    margin-bottom: 32px; }
  .discover__eyebrow-text {
    font-size: 18px; }
  .discover__heading {
    font-size: clamp(36px, 9vw, 56px);
    line-height: 1.1; }
  .discover__paragraph, .discover__callout-text {
    font-size: 17px;
    line-height: 26px; }
  .discover__callout {
    padding: 24px 20px; } }

@media (max-width: 480px) {
  .discover__heading {
    font-size: clamp(32px, 10vw, 44px); }
  .discover__paragraph, .discover__callout-text {
    font-size: 16px;
    line-height: 24px; } }

/* ================= About and facts ========== */
:root {
  --bg-dark-green: #2b3530;
  --bg-card: #404944;
  --text-cream: #f0ebe5;
  --text-light: #ebe9e4;
  --text-dark: #2b3530;
  --caption-text: #0a4635;
  --tag-bg: #ffffff; }

a {
  color: inherit;
  text-decoration: none; }

.about-section {
  background-color: var(--bg-dark-green);
  padding: 54px 0 90px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: -1px; }

.about-section__inner {
  max-width: 1592px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  gap: 30px; }

.about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }

.about-card {
  position: relative;
  height: 1043px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1a1f1c;
  display: block; }

.about-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.about-card__header {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2; }

.about-card__tag {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  background-color: var(--tag-bg);
  color: var(--text-dark);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  white-space: nowrap; }

.about-card__arrow {
  width: 36px;
  height: 36px;
  background-color: var(--bg-dark-green);
  border: none;
  border-radius: 6px;
  color: var(--text-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease; }

.about-card:hover .about-card__arrow {
  background-color: #1f2724;
  transform: translate(2px, -2px); }

.about-card__arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8; }

.about-card__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--text-light);
  color: var(--caption-text);
  padding: 24px;
  border-radius: 6px;
  min-height: 82px;
  display: flex;
  align-items: center;
  z-index: 2; }

.about-card__caption-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33.6px;
  color: var(--caption-text);
  margin: 0; }

.fact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px; }

.fact-card {
  position: relative;
  background-color: var(--bg-card);
  border-radius: 6px;
  padding: 24px;
  min-height: 233px;
  display: flex;
  flex-direction: column;
  gap: 32px; }

.fact-card__header {
  display: inline-flex;
  align-items: center;
  gap: 6px; }

.fact-card__tag {
  display: inline-flex;
  align-items: center;
  height: 35.16px;
  padding: 0 12px;
  background-color: var(--text-light);
  color: var(--text-dark);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 20.16px;
  white-space: nowrap; }

.fact-card__arrow {
  width: 36px;
  height: 36px;
  background-color: var(--bg-dark-green);
  border: none;
  border-radius: 6px;
  color: var(--text-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease; }

.fact-card:hover .fact-card__arrow {
  background-color: #1f2724;
  transform: translate(2px, -2px); }

.fact-card__arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8; }

.fact-card__text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 33.6px;
  color: var(--text-cream);
  margin: 0;
  margin-top: auto; }

.fact-card__text strong {
  font-weight: 400; }

@media (max-width: 1400px) {
  .about-card {
    height: 800px; } }

@media (max-width: 1100px) {
  .about-card {
    height: 620px; }
  .about-card__caption-text {
    font-size: 20px;
    line-height: 28px; }
  .fact-card__text {
    font-size: 22px;
    line-height: 28px; } }

@media (max-width: 900px) {
  .about-cards {
    grid-template-columns: 1fr; }
  .about-card {
    height: 560px; }
  .fact-cards {
    grid-template-columns: 1fr; }
  .fact-card {
    min-height: auto; } }

@media (max-width: 600px) {
  .about-section {
    padding: 40px 0 60px; }
  .about-section__inner {
    padding: 0 24px;
    gap: 20px; }
  .about-cards {
    gap: 20px; }
  .fact-cards {
    gap: 16px; }
  .about-card {
    height: 480px;
    border-radius: 16px; }
  .about-card__caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px; }
  .about-card__caption-text {
    font-size: 17px;
    line-height: 24px; }
  .about-card__header {
    top: 16px;
    left: 16px; }
  .fact-card {
    padding: 20px;
    gap: 24px; }
  .fact-card__text {
    font-size: 19px;
    line-height: 26px; } }

/* ===== LIFESTYLE SECTION ===== */
.lifestyle {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate; }

.lifestyle__media {
  position: absolute;
  inset: 0;
  z-index: -1; }

.lifestyle__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.lifestyle__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none; }

.lifestyle__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 78px 164px 100px;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px; }

.lifestyle__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
  color: var(--text-cream);
  margin: 0;
  max-width: 500px; }

.lifestyle__icon {
  width: 58px;
  height: 53px;
  color: var(--accent);
  align-self: center;
  justify-self: start; }

.lifestyle__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  display: block; }

.lifestyle__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 306px;
  border-top: 1px solid var(--divider); }

.lifestyle__list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 83px;
  padding-left: 36px;
  border-bottom: 1px solid var(--divider); }

.lifestyle__list-bullet {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0; }

.lifestyle__list-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26.35px;
  color: var(--text-cream); }

@media (max-width: 1400px) {
  .lifestyle__inner {
    padding: 78px 80px 100px; } }

@media (max-width: 1024px) {
  .lifestyle__inner {
    padding: 64px 48px; }
  .lifestyle__overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 70%); } }

@media (max-width: 768px) {
  .lifestyle {
    min-height: 90vh; }
  .lifestyle__inner {
    padding: 48px 24px 64px;
    min-height: 90vh;
    gap: 32px; }
  .lifestyle__overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.55) 100%); }
  .lifestyle__heading {
    font-size: clamp(22px, 6vw, 30px); }
  .lifestyle__icon {
    width: 44px;
    height: 40px; }
  .lifestyle__list-item {
    height: 70px; }
  .lifestyle__list-text {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 480px) {
  .lifestyle__heading {
    font-size: 22px; }
  .lifestyle__list-text {
    font-size: 17px; } }

/* ===== SCIENCE INTRO SECTION ===== */
.science-intro {
  background-color: var(--bg-light);
  padding: 96px 360px 38px; }

.science-intro__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px; }

.science-intro__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0;
  max-width: 600px; }

.science-intro__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.4;
  color: var(--text-dark);
  margin: 0;
  max-width: 700px; }

.science-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 198px;
  height: 50px;
  padding: 0 12px;
  background-color: var(--btn-bg);
  color: var(--accent);
  border: 1px solid var(--btn-border);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease; }

.science-intro__cta:hover {
  background-color: #323d37;
  border-color: var(--accent);
  color: var(--accent); }

.science-intro__cta:active {
  transform: translateY(1px); }

.science-intro__cta-arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0; }

@media (max-width: 1400px) {
  .science-intro {
    padding: 96px 160px 38px; } }

@media (max-width: 1024px) {
  .science-intro {
    padding: 80px 64px 32px; } }

@media (max-width: 768px) {
  .science-intro {
    padding: 64px 24px 24px; }
  .science-intro__inner {
    gap: 24px; }
  .science-intro__heading {
    font-size: clamp(28px, 7vw, 36px); }
  .science-intro__subheading {
    font-size: 18px;
    line-height: 1.5; } }

@media (max-width: 480px) {
  .science-intro__heading {
    font-size: 26px; }
  .science-intro__subheading {
    font-size: 16px; }
  .science-intro__cta {
    width: 180px; } }

/* ===== VIDEO SECTION ===== */
.video-section {
  background-color: var(--bg-light);
  padding: 120px 164px; }

.video-section__inner {
  max-width: 1592px;
  margin: 0 auto; }

.video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--border-dark);
  background-color: #000;
  cursor: pointer; }

.video-card__thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; }

.video-card:hover .video-card__thumbnail {
  transform: scale(1.02); }

.video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: var(--play-bg);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--play-icon);
  transition: transform 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  z-index: 2; }

.video-card:hover .video-card__play {
  transform: translate(-50%, -50%) scale(1.05); }

.video-card__play:active {
  transform: translate(-50%, -50%) scale(0.98); }

.video-card__play svg {
  width: 70px;
  height: 70px;
  fill: currentColor;
  margin-left: 8px; }

.video-card.is-playing .video-card__thumbnail,
.video-card.is-playing .video-card__play {
  display: none; }

.video-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  display: block; }

.video-card__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block; }

@media (max-width: 1400px) {
  .video-section {
    padding: 100px 80px; } }

@media (max-width: 1024px) {
  .video-section {
    padding: 80px 48px; }
  .video-card__play {
    width: 150px;
    height: 150px; }
  .video-card__play svg {
    width: 56px;
    height: 56px; } }

@media (max-width: 768px) {
  .video-section {
    padding: 60px 24px; }
  .video-card {
    border-radius: 16px; }
  .video-card__play {
    width: 110px;
    height: 110px; }
  .video-card__play svg {
    width: 42px;
    height: 42px;
    margin-left: 5px; } }

@media (max-width: 480px) {
  .video-section {
    padding: 40px 16px; }
  .video-card {
    border-radius: 12px;
    border-width: 1.5px; }
  .video-card__play {
    width: 84px;
    height: 84px; }
  .video-card__play svg {
    width: 32px;
    height: 32px;
    margin-left: 4px; } }

@media (prefers-reduced-motion: reduce) {
  .video-card__thumbnail, .video-card__play {
    transition: none; } }

/* ===== CENTERED INTRO SECTIONS ===== */
.intro-section {
  background-color: var(--bg-dark);
  padding: 83px 24px 51px; }

.intro-section--bottom {
  padding: 51px 24px 88px;
  margin-top: -1px; }

.intro-section__inner {
  max-width: 510px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 40px; }

.intro-section__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-cream);
  margin: 0; }

.intro-section__text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--text-cream);
  margin: 0;
  max-width: 470px; }

/* ===== SLIDER / GRID MIDDLE SECTION ===== */
.wellness-grid {
  background-color: var(--bg-dark);
  padding: 0 164px;
  margin-top: -1px; }

.wellness-grid__inner {
  max-width: 1592px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: end;
  gap: 28px; }

.wellness-left {
  width: calc(33% - 28px / 2);
  max-width: 100%;
  display: flex;
  flex-direction: column; }

.wellness-left__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1a1f1c; }

.wellness-left__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.wellness-left__caption {
  margin-top: 24px; }

.wellness-left__caption-title {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 39.2px;
  color: var(--text-light);
  margin: 0 0 8px 0; }

.wellness-left__caption-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--text-light);
  margin: 0; }

.wellness-right {
  border-radius: 10px;
  overflow: hidden;
  width: calc(67% - 28px / 2); }

.wellness-swiper {
  width: 100%;
  height: 100%; }

.wellness-swiper .swiper-slide {
  width: 100%;
  height: 100%; }

.wellness-swiper__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.wellness-swiper__nav {
  position: absolute;
  bottom: 45px;
  right: 40px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 20px; }

.wellness-swiper__btn {
  width: 40px;
  height: 40px;
  background-color: #dfe2cf;
  border: none;
  border-radius: 6px;
  color: var(--bg-dark);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.1s ease; }

.wellness-swiper__btn:hover {
  background-color: var(--btn-bg);
  color: #fff; }

.wellness-swiper__btn:active {
  transform: translateY(1px); }

.wellness-swiper__btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed; }

.wellness-swiper__btn svg {
  width: 18px;
  height: 13px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

@media (max-width: 1400px) {
  .wellness-grid {
    padding: 0 80px; }
  .wellness-grid__inner {
    min-height: 900px; }
  .wellness-right {
    left: 480px; }
  .wellness-left {
    width: 420px;
    top: 360px; } }

@media (max-width: 1100px) {
  .wellness-grid {
    padding: 0 48px; }
  .intro-section, .intro-section--bottom {
    padding-left: 48px;
    padding-right: 48px; }
  .intro-section__inner {
    max-width: 100%; }
  .wellness-grid__inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0; }
  .wellness-left, .wellness-right {
    position: static;
    width: 100%; }
  .wellness-right {
    height: 600px;
    order: 1; }
  .wellness-left {
    order: 2; }
  .wellness-left__image {
    height: 400px; } }

@media (max-width: 768px) {
  .intro-section, .intro-section--bottom {
    padding: 64px 24px; }
  .wellness-grid {
    padding: 0 24px; }
  .wellness-right {
    height: 480px; }
  .wellness-left__image {
    height: 340px; }
  .wellness-left__caption-title {
    font-size: 22px;
    line-height: 30px; }
  .wellness-swiper__nav {
    bottom: 24px;
    right: 24px; } }

@media (max-width: 480px) {
  .intro-section, .intro-section--bottom {
    padding: 48px 16px; }
  .intro-section__heading {
    font-size: 28px; }
  .wellness-grid {
    padding: 0 16px; }
  .wellness-right {
    height: 380px; }
  .wellness-left__image {
    height: 280px; } }

/* ===== SCIENCE PILL SECTION ===== */
.science-pill {
  background-color: var(--bg-cream);
  padding: 120px 24px;
  position: relative;
  overflow: hidden; }

.science-pill__inner {
  max-width: 1592px;
  margin: 0 auto;
  position: relative; }

.science-pill__head {
  max-width: 871px;
  margin-bottom: 80px;
  padding-left: 105px; }

.science-pill__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-deep-green);
  margin: 0 0 20px 0; }

.science-pill__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 31px);
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0 0 40px 0; }

.science-pill__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 198px;
  height: 50px;
  padding: 0 12px;
  background-color: #323d37;
  color: var(--accent);
  border: 1px solid var(--btn-border);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease; }

.science-pill__cta:hover {
  border-color: var(--accent);
  color: var(--accent); }

.science-pill__cta:active {
  transform: translateY(1px); }

.science-pill__cta-arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0; }

.science-pill__diagram {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center; }

.diagram__circle {
  position: relative;
  width: 656px;
  height: 656px;
  max-width: 100%;
  border: 1px solid var(--circle-line);
  border-radius: 50%; }

.diagram__pill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 60%;
  height: auto;
  max-width: 440px;
  pointer-events: none; }

.diagram__dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--dot-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.diagram__callout {
  position: absolute;
  background-color: var(--pill-bg);
  border-radius: 6px;
  padding: 14px 18px;
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-dark);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  z-index: 3; }

.diagram__dot--1 {
  top: 21%;
  left: 9%; }

.diagram__callout--1 {
  top: 13%;
  right: 98%;
  width: 229px;
  text-align: left; }

.diagram__dot--2 {
  top: 49%;
  right: -2.2%; }

.diagram__callout--2 {
  top: 42%;
  left: 106%;
  width: 220px;
  text-align: left; }

.diagram__dot--3 {
  bottom: 19%;
  left: 9%; }

.diagram__callout--3 {
  bottom: 9%;
  right: 92%;
  white-space: nowrap;
  text-align: center; }

@media (max-width: 1200px) {
  .science-pill {
    padding: 80px 24px; }
  .science-pill__head {
    padding-left: 24px;
    margin-bottom: 60px; }
  .diagram__circle {
    width: 540px;
    height: 540px; }
  .science-pill__diagram {
    height: 540px; }
  .diagram__callout {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 14px; }
  .diagram__callout--1 {
    width: 170px; }
  .diagram__callout--2 {
    width: 180px; } }

@media (max-width: 900px) {
  .science-pill {
    padding: 64px 16px; }
  .science-pill__head {
    padding-left: 0; }
  .diagram__circle {
    width: 420px;
    height: 420px; }
  .science-pill__diagram {
    height: 460px; }
  .diagram__pill {
    max-width: 280px; }
  .diagram__callout {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 12px; }
  .diagram__callout--1 {
    width: 136px;
    top: -1%;
    right: 60%; }
  .diagram__callout--2 {
    width: 140px;
    top: 38%;
    left: 95%; }
  .diagram__callout--3 {
    bottom: -14%;
    right: 51%;
    font-size: 12px; }
  .diagram__dot {
    width: 10px;
    height: 10px; }
  .diagram__dot--2 {
    top: 49%;
    right: -3.5%; } }

@media (max-width: 600px) {
  .science-pill__diagram {
    height: 360px;
    margin-top: 20px; }
  .diagram__circle {
    width: 300px;
    height: 300px; }
  .diagram__pill {
    max-width: 200px; }
  .diagram__callout {
    font-size: 12px;
    line-height: 15px;
    padding: 8px 10px; }
  .diagram__callout--2 {
    width: 124px;
    top: 55%;
    left: 66%; }
  .diagram__dot--3 {
    bottom: -3%;
    left: 47%; } }

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq-section {
  background-color: var(--bg-dark);
  padding: 180px 164px 100px; }

.faq-section__inner {
  max-width: 1592px;
  margin: 0 auto; }

.faq-section__head {
  text-align: center;
  margin-bottom: 60px; }

.faq-section__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--text-cream);
  margin: 0 0 24px 0; }

.faq-section__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
  color: rgba(240, 235, 229, 0.8);
  margin: 0; }

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  align-items: start; }

.faq-item {
  border: 1px solid var(--border-dark);
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  transition: background-color 0.2s ease;
  height: 100%; }

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 84px; }

.faq-item summary::-webkit-details-marker {
  display: none; }

.faq-item__question {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-light);
  opacity: 0.8;
  margin: 0;
  flex: 1; }

.faq-item__toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-dark);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background-color: transparent;
  transition: transform 0.25s ease, background-color 0.2s ease; }

.faq-item__toggle svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round; }

.faq-item[open] .faq-item__toggle {
  transform: rotate(45deg);
  background-color: rgba(239, 248, 117, 0.1); }

.faq-item:hover {
  background-color: rgba(255, 255, 255, 0.02); }

.faq-item:hover .faq-item__toggle {
  border-color: var(--accent); }

.faq-item__answer {
  padding: 0 31px 24px;
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(235, 233, 228, 0.7);
  margin: 0;
  animation: fadeIn 0.3s ease; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testimonials-section {
  background-color: var(--bg-dark);
  padding: 15px 155px 120px;
  margin-top: -1px; }

.testimonials-section__inner {
  max-width: 1601px;
  margin: 0 auto; }

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px; }

.testimonial-card {
  background-color: var(--bg-card);
  padding: 16px 13px;
  min-height: 267px;
  display: flex; }

.testimonial-card__inner {
  background-color: var(--bg-dark);
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--text-light); }

.testimonial-card__top {
  border: 1px solid var(--text-light);
  padding: 24px 12px;
  height: 104px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }

.testimonial-card__client {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700; }

.testimonial-card__label {
  font-size: 14.18px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: var(--text-light);
  text-transform: uppercase;
  margin: 0; }

.testimonial-card__name {
  font-size: 20px;
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0; }

.testimonial-card__stars {
  display: inline-flex;
  gap: 2px;
  flex-shrink: 0;
  color: var(--star); }

.testimonial-card__stars svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  display: block; }

.testimonial-card__bottom {
  padding: 16px 12px;
  min-height: 129px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px; }

.testimonial-card__quote {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 15.15px;
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0; }

/* ============================================================
   RESPONSIVE — FAQ & TESTIMONIALS
   ============================================================ */
@media (max-width: 1400px) {
  .faq-section {
    padding: 120px 80px 80px; }
  .testimonials-section {
    padding: 60px 80px 100px; } }

@media (max-width: 1024px) {
  .faq-section {
    padding: 80px 48px 60px; }
  .testimonials-section {
    padding: 40px 48px 80px; }
  .testimonial-card__stars svg {
    width: 22px;
    height: 22px; }
  .faq-item summary {
    padding: 20px 24px; }
  .faq-item__answer {
    padding: 0 24px 20px; } }

@media (max-width: 990px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 768px) {
  .faq-section {
    padding: 64px 24px 48px; }
  .faq-section__head {
    margin-bottom: 40px; }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 12px; }
  .faq-item__question {
    font-size: 17px;
    line-height: 24px; }
  .faq-item summary {
    padding: 18px 20px;
    min-height: 68px; }
  .testimonials-section {
    padding: 32px 24px 60px; }
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px; }
  .testimonial-card {
    height: auto;
    min-height: auto; }
  .testimonial-card__top {
    height: auto;
    padding: 18px 12px; }
  .testimonial-card__bottom {
    height: auto;
    min-height: 100px; } }

@media (max-width: 480px) {
  .faq-section__heading {
    font-size: 28px; }
  .faq-section__subheading {
    font-size: 18px; }
  .testimonial-card__name {
    font-size: 17px; }
  .testimonial-card__stars svg {
    width: 18px;
    height: 18px; }
  .testimonial-card__quote {
    font-size: 13px; } }

/* ===== CONTACT SECTION ===== */
.contact-section {
  position: relative;
  background-color: var(--bg-cream);
  min-height: 1108px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch; }

/* ===== LEFT: FORM ===== */
.contact-form-wrap {
  display: flex;
  align-items: flex-start;
  padding: 188px 60px 100px 164px; }

.contact-form {
  width: 100%;
  max-width: 668px;
  display: flex;
  flex-direction: column;
  gap: 40px; }

.contact-form__head {
  display: flex;
  flex-direction: column; }

.contact-form__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin: 0 0 32px 0; }

.contact-form__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.3;
  color: var(--text-dark);
  margin: 0 0 12px 0; }

.contact-form__lead {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-dark);
  margin: 0;
  max-width: 562px; }

.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.contact-form__label {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: var(--text-dark); }

.contact-form__input,
.contact-form__select {
  width: 100%;
  height: 60px;
  padding: 0 13px;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 0;
  color: var(--text-dark);
  font-family: 'Geist', sans-serif;
  font-size: 15.9px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease; }

.contact-form__input::placeholder {
  color: var(--text-dark);
  opacity: 0.65; }

.contact-form__input:focus,
.contact-form__select:focus {
  border-color: var(--text-dark);
  background-color: #e3e1dc; }

/* Select-specific styling */
.contact-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%232b3530' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px; }

.contact-form__select option {
  background-color: var(--bg-cream);
  color: var(--text-dark); }

/* Submit button */
.contact-form__submit {
  width: 100%;
  height: 51px;
  background-color: var(--btn-bg);
  color: var(--accent);
  border: none;
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  margin-top: 16px; }

.contact-form__submit:hover {
  background-color: #4d5751; }

.contact-form__submit:active {
  transform: translateY(1px); }

/* ===== RIGHT: IMAGE ===== */
.contact-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden; }

.contact-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

/* ===== SCROLL TO TOP BUTTON (floating, top-right of image) ===== */
.scroll-top {
  position: fixed;
  top: auto;
  bottom: 28px;
  margin: auto;
  right: 28px;
  width: 52px;
  height: 52px;
  background-color: var(--bg-cream);
  border-radius: 25px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: transform 0.2s ease, background-color 0.2s ease; }

.scroll-top:hover {
  background-color: #fff;
  transform: translateY(-2px); }

.scroll-top:active {
  transform: translateY(0); }

.scroll-top__inner {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(229, 229, 229, 0.5);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark); }

.scroll-top__inner svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1400px) {
  .contact-form-wrap {
    padding: 120px 48px 80px 80px; } }

@media (max-width: 1100px) {
  .contact-form-wrap {
    padding: 80px 48px; }
  .contact-form {
    max-width: 100%; }
  .contact-form__heading {
    font-size: clamp(40px, 8vw, 72px); } }

@media (max-width: 900px) {
  .contact-section {
    grid-template-columns: 1fr;
    min-height: auto; }
  .contact-image {
    order: -1;
    min-height: 380px;
    max-height: 480px; }
  .contact-form-wrap {
    padding: 60px 24px; } }

@media (max-width: 600px) {
  .contact-form-wrap {
    padding: 48px 16px; }
  .contact-form__heading {
    font-size: 40px;
    margin-bottom: 24px; }
  .contact-form__subheading {
    font-size: 20px; }
  .contact-form__lead {
    font-size: 16px;
    line-height: 24px; }
  .contact-form__input {
    height: 52px; }
  .contact-image {
    min-height: 320px;
    max-height: 380px; }
  .scroll-top {
    width: 44px;
    height: 44px; }
  .scroll-top__inner {
    width: 30px;
    height: 30px; }
  .scroll-top__inner svg {
    width: 15px;
    height: 15px; } }

/* ============================================================
   POPUP
   ============================================================ */
:root {
  --bg-dark: #2b3530;
  --text-cream: #ebe9e4;
  --accent: #eff875;
  --btn-border: #404944;
  --popup-bg: #ebe9e4;
  --text-dark: #000000;
  --btn-bg: #2b3530;
  --close-bg: #2b3530;
  --text-cream: #f0ebe5;
  --bg-light: #eff0f0;
  --text-dark: #2b3530;
  --text-body: #404944;
  --accent-green: #4a8a4a;
  --line: rgba(43, 53, 48, 0.3);
  --bg-cream: #ebe9e4;
  --card-bg: #404944;
  --text-light: #ebe9e4;
  --border-dark: #404944; }

.pivit-popup {
  position: fixed;
  bottom: 0;
  top: 0;
  margin: auto;
  height: max-content;
  right: 18px;
  z-index: 1000;
  width: 232px;
  padding: 10px;
  background-color: var(--popup-bg);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 12px 32px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.pivit-popup.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none; }

.pivit-popup__logo {
  display: block;
  width: 53px;
  height: 17.97px;
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--btn-bg);
  line-height: 17.97px;
  text-decoration: none;
  margin-bottom: 12px; }

.pivit-popup__logo img {
  width: 100%;
  height: auto;
  display: block; }

.pivit-popup__message {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 17.92px;
  color: var(--text-dark);
  margin: 0 0 14px 0;
  max-width: 195px; }

.pivit-popup__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 198.63px;
  height: 50px;
  padding: 0 12px;
  background-color: var(--btn-bg);
  color: var(--accent);
  border: 1px solid var(--btn-border);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease; }

.pivit-popup__cta:hover {
  background-color: #323d37;
  border-color: var(--accent);
  color: var(--accent); }

.pivit-popup__cta:active {
  transform: translateY(1px); }

.pivit-popup__cta-arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0; }

.pivit-popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  background-color: var(--close-bg);
  border: none;
  border-radius: 5px;
  color: var(--popup-bg);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.1s ease; }

.pivit-popup__close:hover {
  background-color: #1f2724; }

.pivit-popup__close:active {
  transform: scale(0.95); }

.pivit-popup__close svg {
  width: 14px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round; }

@media (max-width: 480px) {
  .pivit-popup {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 16px;
    width: auto;
    max-width: calc(100vw - 32px); }
  .pivit-popup__cta {
    width: 100%; } }

@media (prefers-reduced-motion: reduce) {
  .pivit-popup {
    transition: opacity 0.2s ease; }
  .pivit-popup.is-hidden {
    transform: none; } }

/* ===== FOOD / ABOUT HERO ===== */
.food-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--bg-dark); }

.food-hero__media {
  position: absolute;
  inset: 0;
  z-index: -1; }

.food-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.food-hero__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 78px 25px 100px 164px;
  min-height: 100vh;
  display: flex;
  align-items: center; }

.food-hero__content {
  max-width: 704px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px; }

.food-hero__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-cream);
  margin: 0; }

.food-hero__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.5;
  color: var(--text-cream);
  margin: 0;
  max-width: 580px; }

.food-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 198px;
  height: 48px;
  padding: 0 12px;
  background-color: var(--bg-dark);
  color: var(--accent);
  border: 1px solid var(--btn-border);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 18px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease; }

.food-hero__cta:hover {
  background-color: #323d37;
  border-color: var(--accent); }

.food-hero__cta:active {
  transform: translateY(1px); }

.food-hero__cta-arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0; }

@media (max-width: 1400px) {
  .food-hero__inner {
    padding: 78px 64px 100px 80px; } }

@media (max-width: 1024px) {
  .food-hero__inner {
    padding: 64px 48px; } }

@media (max-width: 768px) {
  .food-hero {
    min-height: 90vh; }
  .food-hero__inner {
    padding: 48px 24px 64px;
    min-height: 90vh; }
  .food-hero__content {
    gap: 24px;
    max-width: 100%; }
  .food-hero__heading {
    font-size: clamp(36px, 9vw, 56px);
    line-height: 1.1; }
  .food-hero__subheading {
    max-width: 100%; } }

@media (max-width: 480px) {
  .food-hero__heading {
    font-size: clamp(32px, 10vw, 44px); }
  .food-hero__cta {
    width: 180px; } }

/* ============================================================
   POPUP MODAL (expert/team)
   ============================================================ */
.custom-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999; }

.custom-popup.active {
  display: block; }

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); }

.popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 28px 19px;
  border-radius: 6px;
  background: #404944;
  max-width: 1597px;
  width: 90%;
  height: 80vh;
  overflow-y: auto; }

.popup-content {
  display: flex;
  gap: 40px;
  align-items: center; }

.popup-left {
  width: 20%; }

.popup-left img {
  max-width: 100%;
  width: 100%; }

.popup-right {
  width: calc(100% - 20%); }

.popup-right h2 {
  color: #F0EBE5;
  font-family: Geist;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39.2px; }

.popup-right .role {
  color: #F0EBE5;
  font-family: Geist;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 39.2px;
  margin-bottom: 8px; }

.popup-right p {
  color: #F0EBE5;
  font-family: Geist;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px; }

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer; }

@media (max-width: 768px) {
  .popup-content {
    flex-direction: column;
    text-align: center;
    height: 80vh;
    overflow: auto; }
  .popup-right {
    width: 100%; }
  .popup-left img {
    width: 100%; }
  .popup-left {
    width: 100%; } }

/* ===== ABOUT GLP SECTION ===== */
.about-glp {
  background-color: var(--bg-dark);
  padding: 50px 0 100px;
  padding-left: 24px;
  padding-right: 24px; }

.about-glp__inner {
  max-width: 1592px;
  margin: 0 auto;
  padding: 0 0; }

.about-glp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 495px);
  gap: 100px;
  align-items: start; }

.about-glp__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 50px 0; }

.about-glp__eyebrow-dot {
  width: 8px;
  height: 9px;
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0; }

.about-glp__eyebrow-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: var(--text-cream); }

.about-glp__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 7vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-cream);
  margin: 0;
  max-width: 687px; }

.about-glp__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 160px; }

.about-glp__icon {
  width: 30px;
  height: 30px;
  color: var(--accent);
  margin-bottom: 20px; }

.about-glp__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  display: block; }

.about-glp__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.about-glp__paragraph {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-cream);
  margin: 0;
  max-width: 495px; }

.about-glp__callout {
  background-color: var(--accent);
  color: var(--bg-dark);
  border-radius: 6px;
  padding: 30px 20px;
  margin-top: 30px; }

.about-glp__callout-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--bg-dark);
  margin: 0; }

@media (max-width: 1400px) {
  .about-glp__inner {
    padding: 0 80px; }
  .about-glp__grid {
    gap: 60px; } }

@media (max-width: 1100px) {
  .about-glp {
    padding: 40px 0 80px; }
  .about-glp__inner {
    padding: 0 48px; }
  .about-glp__grid {
    grid-template-columns: 1fr;
    gap: 48px; }
  .about-glp__right {
    padding-top: 0;
    max-width: 600px; } }

@media (max-width: 768px) {
  .about-glp {
    padding: 32px 0 60px; }
  .about-glp__inner {
    padding: 0 24px; }
  .about-glp__eyebrow {
    margin-bottom: 32px; }
  .about-glp__eyebrow-text {
    font-size: 18px; }
  .about-glp__heading {
    font-size: clamp(36px, 9vw, 56px);
    line-height: 1.1; }
  .about-glp__paragraph, .about-glp__callout-text {
    font-size: 17px;
    line-height: 26px; }
  .about-glp__callout {
    padding: 24px 20px; } }

@media (max-width: 480px) {
  .about-glp__heading {
    font-size: clamp(32px, 10vw, 44px); }
  .about-glp__paragraph, .about-glp__callout-text {
    font-size: 16px;
    line-height: 24px; } }

/* ===== INGREDIENTS SECTION ===== */
.ingredients {
  background-color: var(--bg-light);
  padding: 96px 0 100px; }

.ingredients__inner {
  max-width: 1592px;
  margin: 0 auto;
  padding: 0 164px; }

.ingredients__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0 0 60px 0;
  max-width: 500px; }

.ingredients__diagram {
  position: relative;
  width: 100%;
  max-width: 1264px;
  margin: 0 auto; }

.ingredients__image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block; }

.ingredients__image img {
  width: 100%;
  height: auto;
  display: block; }

@media (max-width: 1400px) {
  .ingredients__inner {
    padding: 0 80px; } }

@media (max-width: 1100px) {
  .ingredients {
    padding: 64px 0 80px; }
  .ingredients__inner {
    padding: 0 48px; }
  .ingredients__heading {
    margin-bottom: 48px; }
  .ingredients__diagram {
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media (max-width: 600px) {
  .ingredients__inner {
    padding: 0 24px; }
  .ingredients__heading {
    font-size: 28px; }
  .ingredients__image {
    width: 100%; } }

/* ===== BETTER / SPLIT SECTION ===== */
.better-section {
  background-color: var(--bg-cream);
  min-height: 705px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch; }

.better-section__content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px 100px 164px; }

.better-section__content {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 32px; }

.better-section__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0;
  max-width: 614px; }

.better-section__quote {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0;
  max-width: 633px; }

.better-section__paragraph {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.5;
  color: var(--text-dark);
  margin: 0;
  max-width: 646px; }

.better-section__image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow: hidden; }

.better-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

@media (max-width: 1400px) {
  .better-section__content-wrap {
    padding: 80px 48px 80px 80px; } }

@media (max-width: 1100px) {
  .better-section__content-wrap {
    padding: 80px 48px; }
  .better-section__content {
    max-width: 100%; } }

@media (max-width: 900px) {
  .better-section {
    grid-template-columns: 1fr;
    min-height: auto; }
  .better-section__image {
    order: -1;
    min-height: 360px;
    max-height: 480px; }
  .better-section__content-wrap {
    padding: 60px 24px; } }

@media (max-width: 600px) {
  .better-section__content-wrap {
    padding: 48px 16px; }
  .better-section__content {
    gap: 24px; }
  .better-section__heading {
    font-size: 28px; }
  .better-section__quote {
    font-size: 20px; }
  .better-section__paragraph {
    font-size: 16px; }
  .better-section__image {
    min-height: 280px;
    max-height: 360px; } }

/* ============================================================
   SCIENCE PAGE — LEADERSHIP, BENEFITS, EXPERTS, SAFETY
   ============================================================ */
:root {
  --bg-dark: #2b3530;
  --text-cream: #ebe9e4;
  --accent: #eff875;
  --btn-bg: #2b3530;
  --card-bg: #404944;
  --image-bg: #ebe9e4;
  --divider: rgba(235, 233, 228, 0.15);
  --text-dark: #2b3530;
  --bg-cream: #f0ebe5;
  --text-deep-green: #0a4635;
  --text-black: #000000;
  --line-color: #0a4635;
  --circle-border: rgba(10, 70, 53, 0.15); }

/* ===== SCIENCE HERO ===== */
.science-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--bg-dark); }

.science-hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden; }

.science-hero__image {
  position: absolute;
  inset: -10% 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translate3d(0, 0, 0);
  will-change: transform; }

.science-hero__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 78px 25px 100px 164px;
  min-height: 100vh;
  display: flex;
  align-items: center; }

.science-hero__content {
  width: 100%;
  max-width: 1023px;
  display: flex;
  flex-direction: column;
  gap: 48px; }

.science-hero__text-block {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.science-hero__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 6.5vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--text-cream);
  margin: 0; }

.science-hero__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  color: var(--text-cream);
  margin: 0;
  max-width: 455px; }

.science-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 198.64px;
  height: 52px;
  padding: 0 12px;
  background-color: var(--btn-bg);
  color: var(--accent);
  border: 1px solid #404944;
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
  position: relative;
  overflow: hidden; }

.science-hero__cta:hover {
  background-color: #323d37;
  border-color: var(--accent); }

.science-hero__cta:active {
  transform: translateY(1px); }

.science-hero__cta-label {
  flex: 1;
  text-align: left; }

.science-hero__cta-arrow {
  width: 19px;
  height: 12px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
  transition: transform 0.2s ease; }

.science-hero__cta:hover .science-hero__cta-arrow {
  transform: translateX(3px); }

@media (max-width: 1400px) {
  .science-hero__inner {
    padding: 78px 64px 100px 80px; } }

@media (max-width: 1024px) {
  .science-hero__inner {
    padding: 64px 48px; } }

@media (max-width: 768px) {
  .science-hero {
    min-height: 90vh; }
  .science-hero__inner {
    padding: 48px 24px 64px;
    min-height: 90vh; }
  .science-hero__content {
    gap: 32px; }
  .science-hero__text-block {
    gap: 20px; }
  .science-hero__heading {
    font-size: clamp(36px, 9vw, 56px);
    line-height: 1.1; }
  .science-hero__subheading {
    max-width: 100%; } }

@media (max-width: 480px) {
  .science-hero__heading {
    font-size: clamp(32px, 10vw, 44px); }
  .science-hero__cta {
    width: 180px; } }

@supports (animation-timeline: scroll()) {
  .science-hero__image {
    animation: parallax-scroll linear;
    animation-timeline: scroll(root); }
  @keyframes parallax-scroll {
    from {
      transform: translateY(0); }
    to {
      transform: translateY(15%); } } }

@media (prefers-reduced-motion: reduce) {
  .science-hero__image {
    animation: none; } }

/* ===== HOW IT WORKS ===== */
.how-section {
  background-color: var(--bg-dark);
  padding: 180px 24px; }

.how-section__inner {
  max-width: 1592px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px; }

.how-section__top {
  display: grid;
  grid-template-columns: minmax(0, 858px) minmax(0, 1fr);
  gap: 180px;
  align-items: start; }

.how-section__head {
  display: flex;
  flex-direction: column; }

.how-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px; }

.how-section__eyebrow-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent);
  border-radius: 50%;
  flex-shrink: 0; }

.how-section__eyebrow-text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  color: var(--text-cream); }

.how-section__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 7vw, 100px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-cream);
  margin: 0; }

.how-section__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 413px;
  padding-top: 80px; }

.how-section__icon {
  width: 49px;
  height: 43px;
  color: var(--accent); }

.how-section__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  display: block; }

.how-section__text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-cream);
  margin: 0;
  max-width: 480px; }

.how-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 179px;
  height: 52px;
  padding: 0 12px 0 15px;
  background-color: var(--text-cream);
  color: var(--text-dark);
  border: none;
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease; }

.how-section__cta:hover {
  background-color: #fff; }

.how-section__cta:active {
  transform: translateY(1px); }

.how-section__cta-arrow {
  width: 28px;
  height: 28px;
  background-color: var(--text-dark);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-cream);
  flex-shrink: 0;
  transition: transform 0.15s ease; }

.how-section__cta:hover .how-section__cta-arrow {
  transform: translateX(2px); }

.how-section__cta-arrow svg {
  width: 14px;
  height: 9px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6; }

.how-section__card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 48px;
  align-self: center;
  max-width: 100%; }

.how-section__card-content {
  max-width: 1378px;
  display: flex;
  flex-direction: column;
  gap: 28px; }

.how-section__card-paragraph {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.4;
  color: var(--text-cream);
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }

@media (max-width: 1400px) {
  .how-section {
    padding: 120px 80px; }
  .how-section__inner {
    gap: 80px; }
  .how-section__top {
    gap: 80px; } }

@media (max-width: 1100px) {
  .how-section {
    padding: 80px 48px; }
  .how-section__top {
    grid-template-columns: 1fr;
    gap: 48px; }
  .how-section__right {
    min-height: auto;
    padding-top: 0; }
  .how-section__card {
    padding: 36px; }
  .how-section__card-paragraph {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 600px) {
  .how-section {
    padding: 60px 16px; }
  .how-section__inner {
    gap: 48px; }
  .how-section__heading {
    font-size: clamp(32px, 9vw, 48px); }
  .how-section__eyebrow-text {
    font-size: 18px; }
  .how-section__text {
    font-size: 17px;
    line-height: 26px; }
  .how-section__card {
    padding: 24px;
    border-radius: 10px; }
  .how-section__card-content {
    gap: 20px; }
  .how-section__card-paragraph {
    font-size: 16px;
    line-height: 24px; } }

/* ===== NATURAL APPROACH SECTION ===== */
.natural-section {
  position: relative;
  width: 100%;
  min-height: 990px;
  background-color: var(--bg-cream);
  overflow: hidden; }

.natural-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden; }

.natural-section__bg-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block; }

.natural-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 990px;
  padding: 100px 24px; }

.natural-section__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-deep-green);
  margin: 0;
  max-width: 509px;
  position: absolute;
  top: 100px;
  left: 179px; }

.natural-item {
  position: absolute;
  display: flex;
  align-items: center; }

.natural-item__circle {
  flex-shrink: 0;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1a1f1c;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  margin-top: -38px; }

.natural-item__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.natural-item__line {
  height: 1.5px;
  background-color: var(--line-color);
  flex-shrink: 0; }

.natural-item__caption {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-black);
  white-space: nowrap;
  margin-left: 23px;
  margin-top: 13px; }

.natural-item--1 {
  top: 170px;
  left: 0%; }

.natural-item--1 .natural-item__line {
  width: 218px; }

.natural-item--2 {
  top: 368px;
  left: -27.56%; }

.natural-item--2 .natural-item__line {
  width: 194px; }

.natural-item--3 {
  top: 636px;
  left: -14.89%; }

.natural-item--3 .natural-item__line {
  width: 33px; }

.natural-items {
  width: 935px;
  position: relative;
  margin-left: auto;
  margin-right: 0; }

@media (max-width: 1200px) {
  .natural-section {
    min-height: auto; }
  .natural-section__inner {
    min-height: auto;
    padding: 80px 48px; }
  .natural-section__heading {
    position: static;
    margin-bottom: 64px; }
  .natural-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%; }
  .natural-item {
    position: static;
    gap: 0px;
    align-items: center; }
  .natural-item__line {
    display: none; }
  .natural-item__caption {
    white-space: normal;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 10px; }
  .natural-item__circle {
    width: 140px;
    height: 140px;
    margin: 0; }
  .natural-items svg {
    display: none; } }

@media (max-width: 600px) {
  .natural-section__inner {
    padding: 60px 16px; }
  .natural-section__heading {
    font-size: 28px;
    max-width: 287px; }
  .natural-item__circle {
    width: 110px;
    height: 110px; }
  .natural-item__caption {
    font-size: 13px; }
  .natural-items {
    gap: 28px; } }

/* ===== INGREDIENTS GRID ===== */
.ingredients-grid {
  background-color: var(--bg-dark);
  padding: 80px 164px; }

.ingredients-grid__inner {
  max-width: 1592px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 51px; }

.ingredients-grid__head {
  padding-bottom: 41px; }

.ingredients-grid__head-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 478px; }

.ingredients-grid__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-cream);
  margin: 0; }

.ingredients-grid__intro {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-cream);
  margin: 0; }

.ingredients-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px; }

.ingredient-card {
  display: flex;
  flex-direction: column;
  gap: 28px; }

.ingredient-card__media {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease; }

.ingredient-card:hover .ingredient-card__media {
  transform: translateY(-4px); }

.ingredient-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; }

.ingredient-card__body {
  background-color: var(--card-bg);
  border-radius: 6px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px; }

.ingredient-card__name {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 39.2px;
  color: var(--text-cream);
  margin: 0; }

.ingredient-card__desc {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-cream);
  margin: 0; }

@media (max-width: 1400px) {
  .ingredients-grid {
    padding: 64px 80px; } }

@media (max-width: 1100px) {
  .ingredients-grid {
    padding: 48px; }
  .ingredients-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  .ingredient-card__media {
    height: 420px; }
  .ingredient-card__name {
    font-size: 24px;
    line-height: 32px; }
  .ingredient-card__desc {
    font-size: 17px;
    line-height: 26px; } }

@media (max-width: 700px) {
  .ingredients-grid {
    padding: 40px 16px; }
  .ingredients-grid__inner {
    gap: 40px; }
  .ingredients-grid__head {
    padding-bottom: 32px; }
  .ingredients-grid__grid {
    grid-template-columns: 1fr;
    gap: 24px; }
  .ingredient-card {
    gap: 20px; }
  .ingredient-card__media {
    height: 360px; }
  .ingredient-card__body {
    padding: 24px 20px;
    gap: 12px;
    min-height: auto; } }

@media (max-width: 480px) {
  .ingredients-grid__heading {
    font-size: 28px; }
  .ingredient-card__media {
    height: 300px; }
  .ingredient-card__name {
    font-size: 22px;
    line-height: 30px; }
  .ingredient-card__desc {
    font-size: 16px;
    line-height: 24px; } }

/* ============================================================
   EXPERTS SECTION
   ============================================================ */
.experts {
  background-color: var(--bg-dark);
  padding: 83px 164px 88px;
  position: relative; }

.experts__inner {
  max-width: 1592px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 51px;
  position: relative;
  z-index: 2; }

.experts__head {
  padding-bottom: 41px; }

.experts__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 57.6px;
  color: var(--text-cream);
  margin: 0;
  max-width: 494px; }

.experts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px; }

.expert-card {
  display: flex;
  flex-direction: column;
  gap: 28px; }

.expert-card__media {
  width: 100%;
  height: 512px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1a1f1c; }

.expert-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease; }

.expert-card:hover .expert-card__media img {
  filter: grayscale(0%);
  transform: scale(1.02); }

.expert-card__body {
  background-color: var(--card-bg);
  border-radius: 6px;
  padding: 28px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  flex: 1;
  min-height: 200px; }

.expert-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.expert-card__name {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 39.2px;
  color: var(--text-cream);
  margin: 0; }

.expert-card__role {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-cream);
  margin: 0; }

.expert-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: var(--text-cream);
  color: var(--text-dark);
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  width: 100%;
  transition: background-color 0.2s ease; }

.expert-card__cta:hover {
  background-color: #fff; }

.expert-card__cta-label {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.expert-card__cta-arrow {
  width: 28px;
  height: 28px;
  background-color: var(--bg-dark);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-cream);
  transition: transform 0.15s ease; }

.expert-card__cta:hover .expert-card__cta-arrow {
  transform: translate(2px, -2px); }

.expert-card__cta-arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8; }

.experts .bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1; }

/* ============================================================
   SAFETY SECTION
   ============================================================ */
.safety {
  background-color: var(--bg-dark);
  padding: 96px 164px;
  position: relative;
  z-index: 1; }

.safety__inner {
  max-width: 1592px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 96px;
  align-items: stretch;
  position: relative;
  z-index: 2; }

.safety__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 57.6px;
  color: var(--text-cream);
  margin: 0; }

.safety__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 96px;
  align-items: start; }

.safety-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center; }

.safety-item__icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-cream); }

.safety-item__icon img {
  width: 100%;
  height: auto; }

.safety-item__icon--fda {
  width: 136px;
  height: 79px; }

.safety-item__fda {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 2px solid var(--text-cream);
  border-radius: 6px;
  padding: 8px; }

.safety-item__fda-main {
  font-family: 'Geist', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-cream); }

.safety-item__fda-sub {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  color: var(--text-cream);
  text-transform: uppercase; }

.safety-item__text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 39.5px;
  color: var(--text-cream);
  margin: 0;
  max-width: 280px; }

/* ===== LEADERSHIP SECTION ===== */
.leadership {
  background-color: var(--bg-dark);
  padding: 80px 164px 100px; }

.leadership__inner {
  max-width: 1592px;
  margin: 0 auto; }

.leadership__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-cream);
  margin: 0 0 56px 0;
  max-width: 432px; }

.leadership__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px; }

.team-card {
  display: flex;
  flex-direction: column;
  gap: 28px; }

.team-card__media {
  width: 100%;
  height: 512px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #1a1f1c; }

.team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.4s ease, transform 0.4s ease; }

.team-card:hover .team-card__media img {
  filter: grayscale(0%);
  transform: scale(1.02); }

.team-card__body {
  flex: 1;
  background-color: var(--card-bg);
  border-radius: 6px;
  padding: 28px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  min-height: 200px; }

.team-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.team-card__name {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 39.2px;
  color: var(--text-light);
  margin: 0; }

.team-card__role {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-light);
  margin: 0; }

.team-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: var(--text-light);
  color: var(--text-dark);
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease; }

.team-card__cta:hover {
  background-color: #fff; }

.team-card__cta-label {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

.team-card__cta-arrow {
  width: 28px;
  height: 28px;
  background-color: var(--bg-dark);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  transition: transform 0.15s ease; }

.team-card__cta:hover .team-card__cta-arrow {
  transform: translate(2px, -2px); }

.team-card__cta-arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8; }

/* ===== BENEFITS SECTION ===== */
.benefits {
  background-color: var(--bg-dark);
  padding: 96px 164px 146px; }

.benefits__inner {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center; }

.benefits__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
  color: var(--text-cream);
  margin: 0;
  max-width: 374px; }

.benefits__list {
  list-style: none;
  margin: 0;
  padding: 7px 0;
  border: 1px solid var(--border-dark);
  border-radius: 6px; }

.benefits__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid var(--border-dark); }

.benefits__item:last-child {
  border-bottom: none; }

.benefits__number {
  flex-shrink: 0;
  width: 40px;
  height: 32px;
  background-color: var(--card-bg);
  border: 1px solid var(--bg-dark);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--accent); }

.benefits__text {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-cream);
  margin: 0; }

/* ============================================================
   RESPONSIVE — EXPERTS, SAFETY, LEADERSHIP, BENEFITS
   ============================================================ */
@media (max-width: 1400px) {
  .experts, .safety {
    padding-left: 80px;
    padding-right: 80px; }
  .safety__grid {
    gap: 60px; }
  .leadership {
    padding: 64px 80px 80px; }
  .benefits {
    padding: 80px 80px 100px; } }

@media (max-width: 1100px) {
  .experts {
    padding: 64px 48px; }
  .safety {
    padding: 80px 48px; }
  .safety__inner {
    gap: 64px; }
  .safety__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px; }
  .expert-card__media {
    height: 420px; }
  .expert-card__name {
    font-size: 24px;
    line-height: 32px; }
  .expert-card__role {
    font-size: 17px;
    line-height: 26px; }
  .safety-item__text {
    font-size: 22px;
    line-height: 30px; }
  .leadership {
    padding: 48px 48px 60px; }
  .leadership__grid {
    gap: 20px; }
  .team-card__media {
    height: 380px; }
  .team-card__name {
    font-size: 22px;
    line-height: 30px; }
  .team-card__role {
    font-size: 17px; }
  .benefits {
    padding: 60px 48px 80px; }
  .benefits__inner {
    gap: 40px; } }

@media (max-width: 900px) {
  .leadership__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 500px;
    margin: 0 auto; }
  .team-card__media {
    height: 420px; }
  .benefits__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 500px; } }

@media (max-width: 700px) {
  .experts {
    padding: 48px 16px; }
  .safety {
    padding: 60px 16px; }
  .experts__inner {
    gap: 32px; }
  .experts__head {
    padding-bottom: 28px; }
  .experts__heading, .safety__heading {
    font-size: 28px;
    line-height: 36px; }
  .experts__grid {
    grid-template-columns: 1fr;
    gap: 24px; }
  .expert-card {
    gap: 20px; }
  .expert-card__media {
    height: 360px; }
  .expert-card__body {
    padding: 20px 16px;
    gap: 20px;
    min-height: auto; }
  .safety__grid {
    grid-template-columns: 1fr;
    gap: 48px; }
  .safety-item {
    gap: 24px; }
  .safety-item__icon {
    width: 72px;
    height: 72px; }
  .safety-item__icon--fda {
    width: 120px;
    height: 70px; }
  .safety-item__text {
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 600px) {
  .leadership {
    padding: 40px 16px 48px; }
  .leadership__heading {
    font-size: 28px;
    margin-bottom: 32px; }
  .team-card__media {
    height: 340px; }
  .team-card__body {
    padding: 20px 16px;
    gap: 20px; }
  .benefits {
    padding: 48px 16px 60px; }
  .benefits__heading {
    font-size: 28px; }
  .benefits__text {
    font-size: 17px;
    line-height: 26px; } }

/* ============================================================
   VIDEO WRAPPER & CONTROLS
   ============================================================ */
.video-wrapper {
  display: flex; }

.lightbox-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex; }

.video-wrapper.active .lightbox-play-icon {
  display: none; }

.video-pause-btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 2; }

.video-wrapper.active .video-pause-btn {
  opacity: 1;
  pointer-events: auto; }

.play-btn {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif; }

body {
  margin: 0 !important;
  padding: 0 !important; }

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

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover; }

audio:not([controls]) {
  height: 0;
  display: none; }

[hidden],
template {
  display: none; }

/* a {
  background-color: #0000;
} */
a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important; }

.w-icon-slider-right:before {
  content: ""; }

.w-icon-slider-left:before {
  content: ""; }

.w-icon-nav-menu:before {
  content: ""; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: ""; }

.w-icon-file-upload-remove:before {
  content: ""; }

.w-icon-file-upload-icon:before {
  content: ""; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }

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

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important; }

.w-code-block {
  margin: unset; }

pre.w-code-block code {
  all: inherit; }

pre.w-code-block code > span {
  display: block !important; }

.w-optimization {
  display: contents; }

.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset; }

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important; }

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold; }

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px; }

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px; }

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px; }

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px; }

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px; }

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0 0 10px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px; }

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

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  padding: 0;
  position: relative; }

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none; }

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none; }

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block; }

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block; }

.w-input::placeholder,
.w-select::placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed; }

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-color: #f3f3f3; }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block; }

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block; }

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-radio:after {
  clear: both; }

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal; }

.w-file-upload {
  margin-bottom: 10px;
  display: block; }

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden; }

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block; }

.w-file-upload-error {
  margin-top: 10px;
  display: block; }

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none; }

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex; }

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block; }

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block; }

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block; }

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block; }

.w-icon-file-upload-uploading {
  height: 20px; }

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

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333%; }

.w-col-2 {
  width: 16.6667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.3333%; }

.w-col-5 {
  width: 41.6667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.3333%; }

.w-col-8 {
  width: 66.6667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.3333%; }

.w-col-11 {
  width: 91.6667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333%; }
  .w-col-medium-2 {
    width: 16.6667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.3333%; }
  .w-col-medium-5 {
    width: 41.6667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.3333%; }
  .w-col-medium-8 {
    width: 66.6667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.3333%; }
  .w-col-medium-11 {
    width: 91.6667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333%; }
  .w-col-small-2 {
    width: 16.6667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.3333%; }
  .w-col-small-5 {
    width: 41.6667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.3333%; }
  .w-col-small-8 {
    width: 66.6667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.3333%; }
  .w-col-small-11 {
    width: 91.6667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333%; }
  .w-col-tiny-2 {
    width: 16.6667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.3333%; }
  .w-col-tiny-5 {
    width: 41.6667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.3333%; }
  .w-col-tiny-8 {
    width: 66.6667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.3333%; }
  .w-col-tiny-11 {
    width: 91.6667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  text-align: center; }

.w-widget-map .gm-style-iw > button {
  display: none !important; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden; }

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em; }

.w-background-video--control > [hidden] {
  display: none !important; }

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative; }

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden; }

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative; }

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: 0.2em 0.5em; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336; }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: #2226; }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff; }

.w-slider-dot:focus.w-active {
  box-shadow: none; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0; }

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden; }

.w-slider-force-show {
  display: block !important; }

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block; }

.w-dropdown-toggle:focus {
  outline: 0; }

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-dropdown-link:focus {
  outline: 0; }

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px; } }

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0); }

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto; }

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden; }

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block; }

.w-lightbox-figure {
  margin: 0;
  position: relative; }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto; }

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; }

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0; }

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0; }

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0; }

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0; }

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden; }

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0); }

.w-lightbox-active {
  opacity: 0.3; }

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%); }

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%; }

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px; }

.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }
  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 0.5;
    display: block; }
  .w-lightbox-close {
    opacity: 0.8; }
  .w-lightbox-control:hover {
    opacity: 1; } }

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0; }

.w-richtext figure {
  max-width: 60%;
  position: relative; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  color: #0000;
  font-size: 0; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px; }

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative; }

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative; }

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  float: right;
  position: relative; }

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden; }

.w-nav-overlay [data-nav-menu-open] {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto; }

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative; }

.w-nav-button:focus {
  outline: 0; }

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block; }

.w--nav-dropdown-list-open {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative; }

.w-tab-link.w--current {
  background-color: #c8c8c8; }

.w-tab-link:focus {
  outline: 0; }

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden; }

.w-tab-pane {
  display: none;
  position: relative; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px; }

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important; }

.wf-layout-layout {
  display: grid; }

:root {
  --color-scheme-1--background: #f6f6ed;
  --_typography---font-styles--heading: Geist, sans-serif;
  --color-scheme-1--text: var(--_ui-styles---body-green);
  --_primitives---colors--white: #fff;
  --_ui-styles---cta-yellow: #eff875;
  --alt-green: #3c4943;
  --_ui-styles---body-green: #2b3530;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---colors--neutral-darkest: black;
  --_ui-styles---radius--small: 8px;
  --text-color--text-alternate-relume-variable-text-color-3\>: var(
    --base-color-neutral--white-relume-variable-color-neutral-2\>
  );
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_ui-styles---radius--medium: 16px;
  --_ui-styles---icon-green: #05b67a;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--body: Geist, sans-serif;
  --background-color--background-secondary-relume-variable-background-color-2\>: var(
    --base-color-neutral--neutral-lightest-relume-variable-color-neutral-3\>
  );
  --border-color--border-primary-relume-variable-border-color-1\>: var(
    --base-color-neutral--black-relume-variable-color-neutral-1\>
  );
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 24px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---opacity--neutral-darkest-40: #0006;
  --second-green: #394740;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-20: #fff3;
  --background-brown-alt: #583e26;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white-relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest-relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black-relume-variable-color-neutral-1\>: black; }

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec; }

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec; }

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2; }

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2; }

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2; }

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4; }

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4; }

p {
  margin-bottom: 0; }

a {
  /* color: var(--color-scheme-1--text); */
  text-decoration: underline; }

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem; }

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem; }

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem; }

img {
  max-width: 100%;
  display: inline-block; }

label {
  margin-bottom: 0.25rem;
  font-weight: 500; }

blockquote {
  border-left: 0.1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5; }

figure {
  margin-top: 3rem;
  margin-bottom: 3rem; }

figcaption {
  text-align: center;
  margin-top: 0.25rem; }

.z-index-2 {
  z-index: 2;
  position: relative; }

.max-width-full {
  width: 100%;
  max-width: none; }

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%; }

.overflow-hidden {
  overflow: hidden; }

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%; }

.z-index-1 {
  z-index: 1;
  position: relative; }

.hide {
  display: none; }

.text-style-link {
  text-decoration: underline; }

.max-width-xlarge {
  width: 100%;
  max-width: 64rem; }

.max-width-medium {
  width: 100%;
  max-width: 35rem; }

.max-width-xsmall {
  width: 100%;
  max-width: 25rem; }

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem; }

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.spacing-clean {
  margin: 0;
  padding: 0; }

.max-width-large {
  width: 100%;
  max-width: 48rem; }

.max-width-large.align-center {
  text-align: center; }

.max-width-large.alt {
  max-width: 52rem; }

.max-width-small {
  width: 100%;
  max-width: 30rem; }

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex; }

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex; }

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex; }

.utility_image {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto; }

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto; }

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto; }

.margin-tiny {
  margin: 0.25rem; }

.margin-xxsmall {
  margin: 0.5rem; }

.margin-xsmall {
  margin: 1rem; }

.margin-small {
  margin: 1.5rem; }

.margin-medium {
  margin: 2rem; }

.margin-large {
  margin: 3rem; }

.margin-xlarge {
  margin: 4rem; }

.margin-xxlarge {
  margin: 5rem; }

.margin-huge {
  margin: 6rem; }

.margin-xhuge {
  margin: 7rem; }

.margin-xxhuge {
  margin: 10rem; }

.margin-0 {
  margin: 0; }

.padding-0 {
  padding: 0; }

.padding-tiny {
  padding: 0.25rem; }

.padding-xxsmall {
  padding: 0.5rem; }

.padding-xsmall {
  padding: 1rem; }

.padding-small {
  padding: 1.5rem; }

.padding-medium {
  padding: 2rem; }

.padding-large {
  padding: 3rem; }

.padding-xlarge {
  padding: 4rem; }

.padding-xxlarge {
  padding: 5rem; }

.padding-huge {
  padding: 6rem; }

.padding-xhuge {
  padding: 7rem; }

.padding-xxhuge {
  padding: 10rem; }

.margin-top,
.margin-top.margin-custom1,
.margin-top.margin-huge,
.margin-top.margin-small,
.margin-top.margin-tiny,
.margin-top.margin-custom3,
.margin-top.margin-medium,
.margin-top.margin-xxsmall,
.margin-top.margin-xxhuge,
.margin-top.margin-custom2,
.margin-top.margin-xsmall,
.margin-top.margin-large,
.margin-top.margin-xxlarge,
.margin-top.margin-xlarge,
.margin-top.margin-0,
.margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom.margin-xxlarge {
  z-index: 4;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.margin-bottom.margin-medium,
.margin-bottom.margin-custom3,
.margin-bottom.margin-custom1,
.margin-bottom.margin-tiny,
.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom.margin-small.flex-left {
  display: flex; }

.margin-bottom.margin-small.not-on-dt {
  margin-bottom: 0; }

.margin-bottom.margin-large,
.margin-bottom.margin-0,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xhuge,
.margin-bottom.margin-xxhuge,
.margin-bottom.margin-huge,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-custom2,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom.margin-xl {
  margin-bottom: 4rem; }

.margin-bottom.margin-small,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-small,
.margin-bottom.margin-xxlarge,
.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-left,
.margin-left.margin-tiny,
.margin-left.margin-xxlarge,
.margin-left.margin-0,
.margin-left.margin-small,
.margin-left.margin-xsmall,
.margin-left.margin-large,
.margin-left.margin-huge,
.margin-left.margin-xlarge,
.margin-left.margin-custom3,
.margin-left.margin-xxsmall,
.margin-left.margin-custom1,
.margin-left.margin-custom2,
.margin-left.margin-xhuge,
.margin-left.margin-xxhuge,
.margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0; }

.margin-right,
.margin-right.margin-huge,
.margin-right.margin-xsmall,
.margin-right.margin-xxhuge,
.margin-right.margin-small,
.margin-right.margin-medium,
.margin-right.margin-xlarge,
.margin-right.margin-custom3,
.margin-right.margin-custom2,
.margin-right.margin-xxsmall,
.margin-right.margin-xhuge,
.margin-right.margin-custom1,
.margin-right.margin-large,
.margin-right.margin-0,
.margin-right.margin-xxlarge,
.margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0; }

.margin-vertical,
.margin-vertical.margin-medium,
.margin-vertical.margin-xlarge,
.margin-vertical.margin-xxsmall,
.margin-vertical.margin-xxlarge,
.margin-vertical.margin-huge,
.margin-vertical.margin-0,
.margin-vertical.margin-xxhuge,
.margin-vertical.margin-tiny,
.margin-vertical.margin-xsmall,
.margin-vertical.margin-custom1,
.margin-vertical.margin-small,
.margin-vertical.margin-large,
.margin-vertical.margin-xhuge,
.margin-vertical.margin-custom2,
.margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0; }

.margin-horizontal,
.margin-horizontal.margin-medium,
.margin-horizontal.margin-tiny,
.margin-horizontal.margin-custom3,
.margin-horizontal.margin-0,
.margin-horizontal.margin-xxlarge,
.margin-horizontal.margin-xhuge,
.margin-horizontal.margin-huge,
.margin-horizontal.margin-xlarge,
.margin-horizontal.margin-custom1,
.margin-horizontal.margin-xxsmall,
.margin-horizontal.margin-xsmall,
.margin-horizontal.margin-large,
.margin-horizontal.margin-custom2,
.margin-horizontal.margin-small,
.margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0; }

.padding-top,
.padding-top.padding-xhuge,
.padding-top.padding-xxhuge,
.padding-top.padding-0,
.padding-top.padding-large,
.padding-top.padding-custom2,
.padding-top.padding-xlarge,
.padding-top.padding-huge,
.padding-top.padding-xxsmall,
.padding-top.padding-custom3,
.padding-top.padding-tiny,
.padding-top.padding-medium,
.padding-top.padding-xxlarge,
.padding-top.padding-small,
.padding-top.padding-xsmall,
.padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.padding-bottom,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-small,
.padding-bottom.padding-xxhuge,
.padding-bottom.padding-large,
.padding-bottom.padding-xhuge,
.padding-bottom.padding-custom2,
.padding-bottom.padding-xxsmall,
.padding-bottom.padding-xxlarge,
.padding-bottom.padding-custom3,
.padding-bottom.padding-custom1,
.padding-bottom.padding-xsmall,
.padding-bottom.padding-huge,
.padding-bottom.padding-tiny,
.padding-bottom.padding-medium,
.padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.padding-left,
.padding-left.padding-xhuge,
.padding-left.padding-xlarge,
.padding-left.padding-0,
.padding-left.padding-small,
.padding-left.padding-xsmall,
.padding-left.padding-medium,
.padding-left.padding-xxhuge,
.padding-left.padding-huge,
.padding-left.padding-custom1,
.padding-left.padding-tiny,
.padding-left.padding-xxsmall,
.padding-left.padding-custom3,
.padding-left.padding-custom2,
.padding-left.padding-xxlarge,
.padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

.padding-right,
.padding-right.padding-xxhuge,
.padding-right.padding-custom2,
.padding-right.padding-large,
.padding-right.padding-xlarge,
.padding-right.padding-tiny,
.padding-right.padding-custom3,
.padding-right.padding-custom1,
.padding-right.padding-xsmall,
.padding-right.padding-xxlarge,
.padding-right.padding-xxsmall,
.padding-right.padding-medium,
.padding-right.padding-xhuge,
.padding-right.padding-huge,
.padding-right.padding-0,
.padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }

.padding-vertical,
.padding-vertical.padding-0,
.padding-vertical.padding-xxhuge,
.padding-vertical.padding-large,
.padding-vertical.padding-custom3,
.padding-vertical.padding-medium,
.padding-vertical.padding-tiny,
.padding-vertical.padding-xxlarge,
.padding-vertical.padding-custom1,
.padding-vertical.padding-xsmall,
.padding-vertical.padding-xhuge,
.padding-vertical.padding-xlarge,
.padding-vertical.padding-custom2,
.padding-vertical.padding-xxsmall,
.padding-vertical.padding-huge,
.padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0; }

.padding-horizontal,
.padding-horizontal.padding-xxsmall,
.padding-horizontal.padding-0,
.padding-horizontal.padding-custom3,
.padding-horizontal.padding-huge,
.padding-horizontal.padding-xsmall,
.padding-horizontal.padding-medium,
.padding-horizontal.padding-xxlarge,
.padding-horizontal.padding-large,
.padding-horizontal.padding-xhuge,
.padding-horizontal.padding-custom1,
.padding-horizontal.padding-tiny,
.padding-horizontal.padding-custom2,
.padding-horizontal.padding-xxhuge,
.padding-horizontal.padding-small,
.padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.text-weight-medium {
  font-weight: 500; }

.text-size-medium {
  color: var(--color-scheme-1--text);
  font-size: 1.125rem; }

.text-size-medium.hero-alt {
  margin-bottom: 1rem; }

.text-size-medium.mb {
  color: var(--_primitives---colors--white);
  margin-bottom: 1rem; }

.text-size-medium.max-width-large {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.text-size-medium.all-caps {
  text-transform: uppercase; }

.text-size-medium.mt {
  color: var(--_primitives---colors--white);
  margin-top: 20px; }

.text-size-medium.tag-title {
  margin-bottom: 0.25rem;
  font-weight: 500; }

.text-size-medium.tag-title.center-on-dt {
  text-align: center; }

.text-size-medium.whit,
.text-size-medium.white {
  color: var(--_primitives---colors--white); }

.margin-top-auto {
  margin-top: auto; }

.text-style-quote {
  border-left: 0.1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  color: var(--_ui-styles---cta-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.icon-embed-small.green {
  color: var(--alt-green); }

.heading-style-h2 {
  letter-spacing: -2.5px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1; }

.gallery18_component .heading-style-h2 {
  color: #fff; }

.heading-style-h2.alt {
  font-size: 3.5rem; }

.heading-style-h2.white {
  color: var(--_primitives---colors--white);
  padding: 14px; }

.heading-style-h2.white.custom-text {
  font-size: 1rem; }

.heading-style-h2.altgreen {
  color: #1e971a; }

.heading-style-h2.altgreen.centered {
  color: var(--_ui-styles---body-green); }

.heading-style-h2.altgreen.centered.w {
  color: var(--_primitives---colors--white); }

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 3.5rem;
  font-weight: 700; }

.heading-style-h6 {
  letter-spacing: -1px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4; }

.heading-style-h6.align-center {
  text-align: center; }

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center; }

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr; }

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem; }

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative; }

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024; }

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid; }

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex; }

.icon-embed-medium.yellow {
  color: var(--_ui-styles---cta-yellow); }

.icon-embed-medium.play-button {
  color: var(--_primitives---opacity--white-60);
  background-color: #fff0; }

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex; }

.form_radio.is-alternate {
  color: var(--_primitives---colors--white); }

.heading-style-h5 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4; }

.text-style-strikethrough {
  text-decoration: line-through; }

.heading-style-h1 {
  letter-spacing: -3px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0; }

.heading-style-h1.white {
  color: var(--_primitives---colors--white); }

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: 0.5rem;
  transition: all 0.2s; }

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000; }

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000; }

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white); }

.form_checkbox-label {
  margin-bottom: 0; }

.text-size-tiny {
  font-size: 0.75rem; }

.text-size-tiny._60 {
  color: var(--_primitives---opacity--white-60); }

.text-size-tiny.align-right {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_ui-styles---cta-yellow);
  text-align: right;
  margin-top: 1px;
  padding: 4px 7px; }

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

.text-size-tiny.mgtop {
  margin-top: 6px; }

.form_field-label {
  margin-bottom: 0.5rem;
  font-weight: 400; }

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate-relume-variable-text-color-3\>); }

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.button.is-icon {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  display: flex; }

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button.is-small {
  padding: 0.5rem 1.25rem; }

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.text-weight-normal {
  font-weight: 400; }

.heading-style-h4 {
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3; }

.text-style-italic {
  font-style: italic; }

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem; }

.form_radio-label {
  margin-bottom: 0; }

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid; }

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch; }

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem; }

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e; }

.text-weight-light {
  font-weight: 300; }

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  display: inline-block; }

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6; }

.text-size-regular {
  font-size: 1rem; }

.text-weight-xbold {
  font-weight: 800; }

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

.text-weight-bold {
  font-weight: 700; }

.icon-height-xlarge {
  height: 6.5rem; }

.heading-style-h3 {
  letter-spacing: -2.5px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }

.heading-style-h3.white {
  color: var(--color-scheme-1--foreground); }

.heading-style-h3.bold {
  font-weight: 500; }

.heading-style-h3.margin-btm {
  margin-bottom: 10px; }

.icon-1x1-large {
  width: 5rem;
  height: 5rem; }

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6; }

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest); }

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60); }

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto; }

.form_input.is-select-input {
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebcc_chevron-down.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto; }

.form_input.is-select-input.is-alternate {
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebd2_chevron-down-white.svg"); }

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60); }

.form_input.is-quantity-input {
  border-color: var(--color-scheme-1--text);
  border-radius: var(--_ui-styles---radius--medium);
  width: 4rem; }

.form_input.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest); }

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid; }

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem; }

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex; }

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex; }

.button-group.ceneterd,
.button-group.is-center {
  justify-content: center;
  align-items: center; }

.button-group.is-center {
  justify-content: center; }

.text-color-white {
  color: var(--_primitives---colors--white); }

.background-color-white {
  background-color: var(--_primitives---colors--white); }

.text-weight-semibold {
  font-weight: 600; }

.text-style-muted {
  opacity: 0.6; }

.text-style-nowrap {
  white-space: nowrap; }

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex; }

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d; }

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest); }

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  color: var(--_ui-styles---cta-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.icon-embed-xxsmall.gn {
  color: var(--_ui-styles---body-green); }

.icon-embed-xxsmall.gh {
  background-color: var(--_ui-styles---body-green);
  border-radius: 5px; }

.icon-embed-xxsmall.green {
  color: var(--alt-green); }

.icon-embed-xxsmall.green.yellow {
  color: var(--_ui-styles---cta-yellow); }

.icon-embed-xxsmall.ig {
  color: #05b67a;
  -webkit-text-stroke-color: var(--_ui-styles---icon-green); }

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto; }

.icon-embed-xsmall.yes {
  color: var(--_ui-styles---cta-yellow); }

.icon-embed-xsmall.blk {
  background-color: #fff0; }

.icon-embed-xsmall.fixed {
  position: absolute;
  inset: 0% auto auto 0%; }

.icon-embed-xsmall.green {
  color: var(--alt-green); }

.icon-height-xxsmall {
  height: 1rem; }

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest); }

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f; }

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem; }

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex; }

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1; }

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400; }

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: 0.5rem; }

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000; }

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0; }

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white); }

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start; }

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.text-style-allcaps {
  text-transform: uppercase; }

.icon-height-custom1 {
  height: 1.25rem; }

.text-align-center {
  text-align: center;
  font-style: normal; }

.text-size-small {
  font-size: 0.875rem; }

.text-size-small.caps {
  text-transform: uppercase; }

.text-size-small.caps.light {
  font-weight: 300; }

.class-label-column {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.form_field-wrapper {
  position: relative; }

.icon-height-small {
  height: 2rem; }

.icon-height-large {
  height: 5rem; }

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008; }

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex; }

.icon-1x1-small {
  width: 2rem;
  height: 2rem; }

.class-label-row {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex; }

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic; }

.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem; }

.text-rich-text p {
  margin-bottom: 1rem; }

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.icon-height-medium {
  height: 3rem; }

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex; }

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white); }

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f; }

.icon-1x1-medium {
  width: 3rem;
  height: 3rem; }

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008; }

.text-size-large {
  font-size: 1.25rem; }

.icon-height-xsmall {
  height: 1.5rem; }

.pointer-events-auto {
  pointer-events: auto; }

.rl-styleguide_spacing-all {
  display: none; }

.pointer-events-none {
  pointer-events: none; }

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.padding-section-small.alt-top {
  padding-top: 6rem; }

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary-relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative; }

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary-relume-variable-border-color-1\>); }

.padding-global {
  padding-left: 5%;
  padding-right: 5%; }

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.padding-section-medium.alt {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.padding-section-large.no-btm {
  padding-bottom: 2rem; }

.padding-section-large.alt-bottom-hero {
  padding-top: 4rem; }

.padding-section-large.nobtm {
  padding-bottom: 0; }

.padding-section-large.alt-1 {
  padding-bottom: 2rem; }

.spacer-tiny {
  width: 100%;
  padding-top: 0.25rem; }

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.5rem; }

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem; }

.spacer-small {
  width: 100%;
  padding-top: 1.5rem; }

.spacer-medium {
  width: 100%;
  padding-top: 2rem; }

.spacer-large {
  width: 100%;
  padding-top: 3rem; }

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem; }

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem; }

.spacer-huge {
  width: 100%;
  padding-top: 6rem; }

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem; }

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem; }

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: 0.5rem;
  position: sticky;
  top: 1rem; }

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: 0.5rem 1rem;
  text-decoration: none; }

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background); }

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400; }

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr; }

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex; }

.aspect-ratio-square {
  aspect-ratio: 1; }

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary-relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative; }

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3; }

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2; }

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9; }

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0; }

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex; }

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex; }

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0; }

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid; }

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem; }

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem; }

.delete-this {
  display: flex; }

.rl-styleguide_image-wrapper {
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebcb_Webflow%20Background.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex; }

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block; }

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white); }

.text-style-tagline.yellow-highlight {
  color: var(--_ui-styles---body-green);
  text-transform: capitalize;
  background-color: #eff875;
  padding-left: 5px;
  padding-right: 5px; }

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem; }

.tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: 0.175rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex; }

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block; }

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.rl-styleguide_scheme-foreground {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex; }

.rl-styleguide_scheme-wrapper {
  padding: 1rem; }

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent); }

.rl-styleguide_scheme {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch; }

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr; }

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover; }

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover; }

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover; }

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: 0.25rem;
  display: flex; }

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0.5rem 1.5rem; }

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background); }

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex; }

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center; }

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: 0.5rem 1rem;
  text-decoration: none; }

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground); }

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex; }

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto; }

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto; }

.slider-arrow.is-centre-previous {
  bottom: 4rem; }

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  background-color: #f6f6c6; }

.slider-arrow.is-centre-next {
  bottom: 4rem; }

.slider-arrow.is-centre-next.hide-mobile-landscape {
  background-color: #f6f6c6; }

.slider-arrow-icon_default {
  width: 1rem;
  height: 1rem;
  color: var(--alt-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.hidden-ui-elements {
  display: none; }

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex; }

.rl-styleguide_logo {
  width: 10rem; }

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-2.is-secondary {
  color: #000;
  background-color: #0000; }

.button-2.is-icon {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  justify-content: center;
  align-items: center;
  display: flex; }

.flex-block {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: center; }

.text-block {
  font-size: 2rem; }

.link {
  text-decoration: underline; }

.section_header132 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.header132_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 20px;
  display: grid; }

.button-3 {
  border: 1px solid var(--_ui-styles---body-green);
  background-color: var(--_ui-styles---cta-yellow);
  color: var(--_ui-styles---body-green);
  text-align: center;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-3.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-3.stretch {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex; }

.button-3.flex {
  display: flex; }

.button-3.alt-whit {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.header132_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative; }

.header132_image-wrapper2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 30%;
  position: absolute;
  inset: 10% auto auto 0%;
  overflow: hidden; }

.header132_image2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%; }

.header132_image-wrapper1 {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: 15%;
  overflow: hidden; }

.header132_image1 {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%; }

.body {
  background-color: var(--_ui-styles---body-green); }

.section_header148 {
  color: var(--_primitives---colors--white);
  background-color: #353f3a; }

.header148_component {
  flex-direction: column; }

.header148_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.header148_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex; }

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.header148_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.header148_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0; }

.video-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  object-position: 50% 0%;
  padding-top: 15px;
  padding-left: 20px;
  position: absolute;
  inset: 0%; }

.accordion2_component {
  border: 1px solid var(--_ui-styles---cta-yellow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }

.accordion2_component.alt {
  border-color: var(--second-green);
  border-radius: var(--_ui-styles---radius--medium); }

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex; }

.accordion2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex; }

.accordion2_bottom {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden; }

.yellow-bold-caps {
  color: var(--_ui-styles---cta-yellow);
  text-transform: none; }

.div-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: block; }

.image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 11px; }

.text-checks {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex; }

.section-check-marks {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex; }

.grid {
  justify-items: center; }

.grid.section-margin-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-top: 2rem;
  display: grid; }

.grid.section-margin-top._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.navbar14_component {
  color: var(--color-scheme-1--text);
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto; }

.navbar14_component.delete-this-class {
  display: block;
  position: fixed; }

.navbar14_component.alt-to-fixed-bottom {
  position: fixed;
  inset: auto 0% 10px; }

.navbar-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  width: 100%;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem; }

.navbar-instructions-item {
  padding-left: 0.5rem; }

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex; }

.navbar14_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  background-color: #34423b;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex; }

.navbar14_logo-link {
  padding-left: 0; }

.navbar14_menu {
  align-items: center;
  display: flex;
  position: static; }

.navbar14_menu-link-wrapper {
  display: flex; }

.navbar14_link {
  padding: 0.5rem 1rem; }

.navbar14_link.w--current {
  color: var(--_primitives---colors--neutral-darkest); }

.navbar14_dropdown-toggle {
  grid-column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  display: flex; }

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex; }

.navbar14_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: 0.5rem;
  position: absolute; }

.navbar14_dropdown-link {
  padding: 0.5rem 1rem; }

.navbar14_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest); }

.navbar14_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex; }

.button-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: flex; }

.button-5.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-5.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button-5.is-secondary.white {
  border-color: var(--_primitives---colors--white);
  border-radius: var(--_ui-styles---radius--small);
  color: var(--_primitives---colors--white); }

.button-5.is-small {
  padding: 0.5rem 1.25rem; }

.button-5.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-5.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.navbar14_menu-button {
  padding: 0; }

.text-span {
  font-weight: 600; }

.time-tag-wrapper {
  background-color: var(--_ui-styles---body-green);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 1.2rem;
  position: absolute;
  inset: auto auto 1rem 1rem; }

.time-tag-wrapper.right {
  inset: auto 1rem 1rem auto; }

.code-embed {
  display: block; }

.section_cta39 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text); }

.section_cta39.green {
  background-color: var(--_ui-styles---body-green); }

.section_cta39.l-alt {
  padding-bottom: 93px; }

.cta39_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--alt-green);
  color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden; }

.cta39_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex; }

.cta39_image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex; }

.cta39_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%; }

.section_comparison5 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.section_comparison5.green {
  background-color: var(--_ui-styles---body-green); }

.comparison5_component {
  background-color: var(--_primitives---opacity--neutral-darkest-20);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px; }

.comparison5_content {
  width: 100%; }

.comparison5_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--_primitives---opacity--white-20);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr; }

.comparison5_top-row-title {
  align-items: flex-end;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex; }

.comparison5_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  display: flex; }

.comparison5_top-row-content.background-color-secondary {
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--alt-green); }

.comparison5_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  overflow: hidden; }

.comparison5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%; }

.comparison5_image.darken {
  filter: brightness(80%); }

.comparison5_list-row {
  width: 100%; }

.comparison5_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) none var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch; }

.comparison5_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem; }

.comparison5_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex; }

.comparison5_row-content.background-color-secondary {
  background-color: var(--alt-green); }

.comparison5_row-content.background-color-secondary.bottom {
  border-bottom-left-radius: var(--_ui-styles---radius--medium);
  border-bottom-right-radius: var(--_ui-styles---radius--medium); }

.section_layout240 {
  background-color: var(--alt-green);
  color: var(--_primitives---colors--white); }

.layout240_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid; }

.layout240_item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex; }

.layout240_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }

.layout240_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.highlight-text {
  color: var(--_ui-styles---cta-yellow);
  text-transform: uppercase;
  font-size: 0.8rem; }

.flex-ltor {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex; }

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.section_layout66 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.layout66_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid; }

.layout66_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: grid; }

.layout66_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.layout66_item-icon-wrapper {
  flex: none;
  align-self: flex-start; }

.yellow-bold {
  color: var(--_ui-styles---cta-yellow);
  font-weight: 600; }

.section_layout32 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.section_layout32.green {
  background-color: var(--_ui-styles---body-green); }

.layout32_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.layout32_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.layout32_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex; }

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start; }

.layout32_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.layout32_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.mb {
  margin-bottom: 20px; }

.section_layout37 {
  position: relative; }

.layout37_component {
  z-index: 1;
  position: relative; }

.layout37_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%; }

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%; }

.layout37_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%; }

.layout37_background-image.mobile-only {
  display: none; }

.section_header15 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.section_header15.hero {
  padding-top: 2rem; }

.section_header15.hero.brown {
  background-color: #583e26; }

.section_header15.alt.double-alt {
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_ui-styles---body-green); }

.header15_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid; }

.top-line {
  font-size: 0.8rem; }

.top-line.right {
  inset: auto 1rem 1rem auto; }

.header15_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: block; }

.header15_content-right.alt-grey {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex; }

.price {
  margin-top: 10px; }

.price.x-out {
  text-decoration: line-through; }

.price.x-out._1 {
  margin-top: 0; }

.price.yellow {
  color: var(--_ui-styles---cta-yellow);
  font-size: 1.25rem; }

.price.yellow._1 {
  margin-top: 0; }

.header15_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden; }

.fixed-video-block {
  position: absolute;
  inset: auto 20px 20px auto; }

.hero-video-lb {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/696817cfbba622832c584a7a_Small%20thumb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex; }

.hero-bkg-vid {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  display: flex; }

.thumb-top {
  width: 100%;
  padding-top: 5px;
  padding-left: 10px; }

.title {
  font-size: 0.9rem;
  text-decoration: none; }

.thumb-mid {
  justify-content: center;
  align-items: center;
  display: flex; }

.thumb-btm {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex; }

.thumb-text-btm {
  color: var(--_primitives---colors--neutral-lighter);
  font-size: 0.8rem;
  display: flex; }

.header15_image {
  aspect-ratio: 2.39;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%; }

.header15_image.uw {
  aspect-ratio: 2.39; }

.flex-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.flex-left.full-width {
  width: 100%; }

.flex-left.full-width.white {
  color: var(--_primitives---colors--white); }

.price-tage-bottom {
  font-size: 0.75rem; }

.points-wrapper.margin-bottom {
  margin-bottom: 20px; }

.yellow {
  color: var(--_ui-styles---cta-yellow);
  font-weight: 400; }

.header-image-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  aspect-ratio: auto;
  border-radius: var(--_ui-styles---radius--large);
  color: var(--_primitives---colors--white);
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/69537268a8448a0b92a35d19_2Group_20856636031.jpg");
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex; }

.video-clicker {
  aspect-ratio: 16 / 9;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  background-image: linear-gradient(#000000a1, #000000a1), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/696817cfbba622832c584a7a_Small%20thumb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 11px;
  transition: all 0.325s;
  display: flex;
  box-shadow: 6px 5px 5px #fff3; }

.video-clicker:hover {
  background-image: linear-gradient(#00000082, #00000082), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/696817cfbba622832c584a7a_Small%20thumb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover; }

.flex-align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex; }

.section_layout2 {
  color: var(--_ui-styles---body-green);
  background-color: #faf9f8; }

.layout2_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.button-6 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-6.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-6.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-6.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.layout2_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.layout2_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%; }

.layout2_lightbox-image.highlight-top {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%; }

.div-block-4.green.margin-top {
  color: var(--_primitives---colors--white);
  background-color: #1f4636;
  flex-flow: column;
  padding: 10px;
  display: inline-flex; }

.div-block-4.green.margin-top.alt {
  border-radius: var(--_ui-styles---radius--medium);
  justify-content: center;
  align-items: center; }

.trust-pilot_wrapper {
  margin-top: 4rem; }

.section_layout308 {
  background-color: var(--color-scheme-1--background);
  color: #000; }

.layout308_content {
  grid-column-gap: 0.7rem;
  grid-row-gap: 0.7rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.max-width-medium-2.centered {
  color: var(--color-scheme-1--text);
  text-align: center; }

.max-width-medium-2.centered.w {
  color: var(--_primitives---colors--white); }

.layout308_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid; }

.image-tile-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.home-tile-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px; }

.card-heading-308 {
  color: var(--_ui-styles---body-green);
  margin-bottom: 15px;
  font-size: 1.4rem; }

.card-308-subheading {
  color: #7e7e7e;
  margin-bottom: 20px;
  display: none; }

.spacer-bottom {
  height: 4rem; }

.green-highlight {
  background-color: var(--alt-green);
  padding-left: 5px;
  padding-right: 5px; }

.white.smaller {
  color: var(--_primitives---colors--neutral-lightest); }

.align-center.auto-margin.green {
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 400; }

.call-ot {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex; }

.desktop-right {
  justify-content: flex-end;
  align-items: center;
  display: flex; }

.desktop-right.left {
  justify-content: flex-start;
  align-items: center; }

.section_header9 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.header9_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex; }

.header9_image-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative; }

.header9_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%; }

.header9_background-image {
  filter: drop-shadow(0 2px 5px #000000b3) brightness(70%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0); }

.header9_content-wrapper {
  grid-column-gap: 14rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid; }

.button-7 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-7.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.text-wrapper {
  max-width: 40rem; }

.heading-text-1 {
  z-index: 2;
  position: relative; }

.hero-header-lead-text {
  color: var(--_primitives---colors--white);
  text-transform: uppercase; }

.section_layout254 {
  color: var(--color-scheme-1--text);
  background-color: #eae9e5; }

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid; }

.layout254_content-bottom.mgn {
  margin-bottom: 2rem; }

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%; }

.layout254_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.layout254_item-icon-wrapper {
  display: inline-block; }

.layout254_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden; }

.layout254_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.layout254_image.scaled {
  aspect-ratio: 2; }

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%; }

.button-8 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-8.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-8.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-8.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.section_layout232 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.layout232_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid; }

.layout232_item {
  border-left: 1px solid var(--_ui-styles---cta-yellow);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px; }

.button-9 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-9.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-9.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.section_product-header7 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-image: none;
  position: relative; }

.product-header7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 3rem;
  display: grid; }

.product-header7_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh; }

.product-header7_slider {
  width: 100%;
  height: 80vh; }

.product-header7_slide {
  height: 100%; }

.product-header7_lightbox-link {
  width: 100%;
  height: 100%;
  display: block; }

.product-header7_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.product-header7_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%; }

.product-header7_arrow-left {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% 1rem; }

.product-header7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.product-header7_arrow {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1rem 0% auto; }

.product-header7_slide-nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: 0.5rem; }

.breadcrumb_component {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  align-items: center;
  width: 100%;
  display: flex; }

.breadcrumb-link {
  text-decoration: none; }

.breadcrumb-link.w--current {
  font-weight: 600; }

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex; }

.product-header7_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex; }

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch; }

.product-header7_reviews-wrapper {
  align-items: center;
  display: flex; }

.product-header7_rating-wrapper {
  margin-right: 0.5rem;
  display: flex; }

.product-header7_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  display: flex; }

.product-header7_default-state {
  margin-bottom: 2rem; }

.product-header7_option {
  margin-bottom: 1rem; }

.product-header7_option.alt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
  display: flex; }

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex; }

.variant-button {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: solid;
  border-width: 1px;
  padding: 0.5rem 1rem;
  display: inline-block; }

.variant-button.is-active {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white); }

.variant-button.is-disabled {
  opacity: 0.25; }

.button-10 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-10.is-add-to-cart-button {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 1rem; }

.button-10.is-add-to-cart-button.alt {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_ui-styles---cta-yellow);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0; }

.button-10.is-add-to-cart-button.alt:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5); }

.button-10.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-10.is-secondary.is-buy-now-button {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  margin-bottom: 1rem; }

.error-state {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem; }

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border); }

.margin-btm-text {
  margin-bottom: 1rem; }

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.grid-2.margin-btm {
  margin-bottom: 1rem; }

.ugc-video {
  position: relative; }

.quantity {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex; }

.div-block-5 {
  justify-content: center;
  align-items: center;
  max-width: 100%; }

.purchase-option-1 {
  border: 1px solid var(--color-scheme-1--text);
  border-radius: var(--_ui-styles---radius--medium);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex; }

.purchase-option-1:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5); }

.purchase-option-1.subscribe {
  border-color: var(--_ui-styles---icon-green);
  background-color: var(--_primitives---opacity--transparent);
  justify-content: space-between;
  align-items: flex-start; }

.purchase-option-1.subscribe:hover {
  background-color: var(--_ui-styles---cta-yellow); }

.purchase-option-1.subscribe.down {
  background-color: #eff8753b;
  flex-flow: column;
  align-items: stretch;
  text-decoration: none; }

.purchase-option-1.subscribe.down._30 {
  background-color: #eff87500; }

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.radio-button-label {
  line-height: 1; }

.radio-button-label.boldish {
  font-weight: 600; }

.radio-button-label-2 {
  line-height: 1; }

.po-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex; }

.xout {
  text-decoration: line-through; }

.bkg-block {
  border: 1px solid var(--_ui-styles---icon-green);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: #eff87536;
  margin-bottom: 20px;
  padding: 15px; }

.ugc-thumb {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
  width: 100%;
  height: 100%; }

.all-caps {
  text-transform: uppercase; }

.all-caps.small {
  font-size: 0.875rem; }

.fda-smal {
  margin-top: 0.5rem;
  font-size: 0.75rem; }

.section_layout26 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.layout26_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.layout26_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.button-11 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-11.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-11.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-11.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  display: flex;
  font-size: 16px; }

.review-nameplate-right a {
  text-decoration: none; }

.button-11.is-link.is-icon.dark {
  color: var(--_primitives---colors--white);
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.layout26_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.layout26_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%; }

.accordian-flex-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex; }

.list {
  list-style-type: disc; }

.button-12 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-12.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-12.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-12.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.text-size-medium-2 {
  font-size: 1.125rem; }

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex; }

.section_layout1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.section_layout1.dark {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.layout1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2; }

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.button-13 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-13.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-13.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button-13.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.text-size-medium-3 {
  font-size: 1.125rem; }

.text-size-medium-3.cnt {
  text-align: center; }

.text-size-medium-3.yellow-tag {
  background-color: var(--_ui-styles---cta-yellow);
  padding: 0 9px;
  font-size: 0.875rem;
  display: inline-block; }

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  overflow: hidden;
  background-color: #000; }

.video-overlay-layer-2 {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%; }

.video-overlay-layer-2.drkr {
  background-color: var(--_primitives---opacity--neutral-darkest-60); }

.section_header33 {
  position: relative; }

.section_header33.text-color-white {
  overflow: hidden; }

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2; }

.header33_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%; }

.header33_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  max-height: 60rem;
  display: flex;
  position: relative; }

.section_header23 {
  background-color: var(--_ui-styles---body-green);
  color: var(--color-scheme-1--text);
  background-image: none; }

.button-14 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-14.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.heading-style-h1-3 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2; }

.accent-heading {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_ui-styles---cta-yellow), #05b67a);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0.4rem;
  padding-right: 5px;
  font-family: Geist, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  display: inline-flex; }

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start; }

.review-card {
  background-image: linear-gradient(#fff, #fffaed);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 16px;
  display: flex; }

.review-stars {
  padding-bottom: 10px; }

.review-title {
  margin-bottom: 8px; }

.review-name-plate {
  border-top: 1px solid #fae1706b;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex; }

.div-block-6 {
  width: 70px; }

.review-name-plate-left {
  margin-right: 10px; }

.text-block-2 {
  border: 1px #000;
  border-bottom-color: #eeedcd;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 0.7rem; }

.title-text {
  color: var(--background-brown-alt);
  text-transform: uppercase;
  background-color: #fcfbdb;
  border: 1px solid #f5e7a8;
  border-radius: 8px;
  padding: 5px;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block; }

.initial-circle {
  color: var(--_primitives---colors--white);
  background-color: #d4a84b;
  border-radius: 40px;
  padding: 9px 7px;
  font-size: 8px;
  line-height: 1; }

.tp-review {
  color: #05b67a;
  font-size: 0.6rem; }

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.div-block-7.mg-bottom {
  margin-bottom: 0.3rem; }

.po-top {
  border-bottom: 1px solid #00000029;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex; }

._90 {
  line-height: 1.5; }

.price-tag-top-line {
  font-size: 0.6rem; }

.one-time-optionn {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex; }

.link-2 {
  text-decoration: underline; }

.text-span-3 {
  color: var(--_ui-styles---cta-yellow); }

.gallery18_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative; }

.gallery18_image-wrapper {
  border-radius: 16px 16px 0 0;
  width: 100%;
  overflow: hidden; }

.gallery18_image {
  aspect-ratio: 1;
  filter: grayscale(100%);
  object-fit: cover;
  width: 100%;
  height: 100%; }

.gallery18_lightbox-link {
  width: 100%; }

.section_gallery18 {
  color: var(--color-scheme-1--text);
  background-color: #f6f6ed00;
  position: relative;
  overflow: hidden; }

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem; }

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem; }

.gallery18_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start; }

.gallery18_mask {
  width: 33.33%;
  overflow: visible; }

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

.button-15 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.section_header24 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.section_header24.text-color-white {
  background-color: var(--_ui-styles---body-green); }

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex; }

.heading-style-h1-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2; }

.header24_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.header24_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex; }

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex; }

.heading-2 {
  color: var(--_ui-styles---cta-yellow);
  font-style: italic;
  font-weight: 400; }

.dr-text {
  font-size: 0.7rem; }

.dr-btm {
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
  display: block; }

.mtop {
  margin-top: 1rem; }

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex; }

.gallery18_image-wrapper-2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden; }

.gallery18_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.slider-arrow-icon_default-2 {
  width: 1rem;
  height: 1rem;
  color: var(--alt-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.mgtop {
  margin-top: 3rem; }

.div-block-9.text-color-white.text-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  display: inline-flex; }

.sns {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700; }

.div-block-11 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.text-size-tiny.xt {
  font-size: 0.7rem; }

.button-16 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 0.75rem 1.5rem;
  text-decoration: none; }

.button-16.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-16.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button-16.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.button-16.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none; }

.button-16.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem; }

.header139_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.header139_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%; }

.header139_card {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 90vh;
  margin-top: 5vh;
  margin-bottom: -5vh;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden; }

.header139_component {
  flex-direction: column;
  align-items: center;
  height: 150vh;
  display: flex;
  position: relative; }

.heading-style-h1-5 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2; }

.section_header139 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.header139_background-image {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebb7_Placeholder%20Image%20-%20Landscape.svg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
  position: absolute;
  inset: 0%; }

.header139_lightbox {
  border-radius: var(--_ui-styles---radius--medium);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
  overflow: hidden; }

.header139_content {
  z-index: 1;
  position: relative; }

.layout148_component {
  flex-direction: column;
  align-items: center; }

.layout148_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%; }

.layout148_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.layout148_icon-wrapper {
  display: inline-block; }

.section_layout148 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2; }

.community-spacing {
  padding-bottom: 10px; }

.custom-heading {
  font-size: 1.3rem;
  font-weight: 400; }

.right-pic-1 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px; }

.vid-wrap-1 {
  background-color: var(--_ui-styles---cta-yellow);
  border-radius: 16px;
  margin-top: 2rem;
  padding: 10px; }

.how-pivit-works.dark {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white);
  position: relative; }

.compnent-1 {
  z-index: 1;
  position: relative; }

.grid-5 {
  grid-column-gap: 0px !important;
  grid-row-gap: 0px !important;
  grid-template-rows: auto auto auto auto auto auto auto !important;
  grid-template-columns: 1fr 1fr 1fr !important; }

.formula-header {
  background-color: var(--_ui-styles---cta-yellow);
  color: var(--color-scheme-1--text);
  text-align: center;
  margin-right: 10px;
  padding: 5px;
  font-weight: 700; }

.formula-header.right {
  margin-right: 0; }

.formula-text {
  color: var(--color-scheme-1--text);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.formula-text._2 {
  background-color: #eae9e5;
  padding-top: 10px;
  padding-bottom: 10px; }

.layout16_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.layout16_item-icon-wrapper {
  flex: none;
  align-self: flex-start; }

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: grid; }

.layout16_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex; }

.section_layout16 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.layout16_content {
  grid-column-gap: 5rem !important;
  grid-row-gap: 4rem !important;
  grid-template-rows: auto !important;
  grid-template-columns: 1fr 1fr !important;
  grid-auto-columns: 1fr !important;
  align-items: center !important;
  display: grid !important; }

.layout16_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex; }

.title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex; }

.grid-6 {
  grid-column-gap: 42px !important;
  grid-row-gap: 42px !important;
  grid-template-rows: auto !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important; }

.hormone-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.hormone-wrapper.margin-bottom {
  margin-bottom: 2rem; }

.team16_image-wrapper {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden; }

.section_team16 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.team16_list-wrapper {
  z-index: 2;
  position: relative; }

.social-icon {
  width: 1.5rem;
  height: 1.5rem; }

.team16_item-content {
  flex: auto;
  width: 100%;
  padding-right: 10px; }

.team16_image {
  aspect-ratio: 1;
  filter: grayscale(100%);
  object-fit: cover;
  width: 100%;
  height: 100%; }

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }

.team16_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#fff, #fff2d6);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex; }

.team16_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid; }

.team16_social {
  grid-column-gap: 0.875rem;
  grid-row-gap: 0.875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  display: flex; }

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem; }

.header36_image.mobile-only {
  display: none; }

.header36_image.desktop {
  height: auto; }

.section_header36 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.header36_image-wrapper {
  overflow: hidden; }

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.header36_content {
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem; }

.layout83_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.layout83_text-wrapper {
  color: var(--color-scheme-1--text);
  background-color: #2b3530;
  background-image: linear-gradient(#fffef7, #fcf8e1);
  border-radius: 16px;
  padding: 16px; }

.layout83_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid; }

.layout83_component {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex; }

.section_layout83 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.layout121_progress-bar-wrapper {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto; }

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.layout121_progress-bar {
  background-color: var(--color-scheme-1--text);
  width: 2px;
  height: 100%; }

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--color-scheme-1--background);
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative; }

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative; }

.layout121_timeline-wrapper {
  position: relative; }

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4; }

.layout121_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid; }

.section_layout121 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.section_content22 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.content22_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid; }

.content22_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex; }

.content22_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid #555;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr; }

.heading-style-h6-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4; }

.accordion1_component {
  border-bottom: 1px solid #555;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch; }

.accordion1_component.green {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.accordion1_component.green-outline {
  border: 1px solid var(--alt-green); }

.accordion1_top {
  border-top: 1px none var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex; }

.accordion1_top.green {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--alt-green);
  background-color: #fff9ee;
  padding-left: 10px;
  padding-right: 10px; }

.accordion1_icon {
  width: 2rem;
  color: var(--_ui-styles---cta-yellow);
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex; }

.accordion1_icon.green {
  color: var(--alt-green); }

.accordion1_bottom {
  overflow: hidden; }

.accordion1_bottom.green {
  background-color: #fff9ee;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px; }

.accordian-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #2b3530 !important; }

.paragraph {
  max-width: 900px; }

.paragraph.mbottom {
  margin-bottom: 1rem; }

.p1 {
  padding-top: 10px; }

.bold-yellow {
  color: var(--_ui-styles---cta-yellow);
  font-weight: 600; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem; }
  h2 {
    font-size: 2.75rem; }
  h3 {
    font-size: 2.25rem; }
  h4 {
    font-size: 1.75rem; }
  .hide-tablet {
    display: none; }
  .max-width-full-tablet {
    width: 100%;
    max-width: none; }
  .margin-large {
    margin: 2.5rem; }
  .margin-xlarge {
    margin: 3.5rem; }
  .margin-xxlarge {
    margin: 4.5rem; }
  .margin-huge {
    margin: 5rem; }
  .margin-xhuge {
    margin: 6rem; }
  .margin-xxhuge {
    margin: 7.5rem; }
  .padding-large {
    padding: 2.5rem; }
  .padding-xlarge {
    padding: 3.5rem; }
  .padding-xxlarge {
    padding: 4.5rem; }
  .padding-huge {
    padding: 5rem; }
  .padding-xhuge {
    padding: 6rem; }
  .padding-xxhuge {
    padding: 7.5rem; }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0; }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0; }
  .heading-style-h2 {
    font-size: 2.75rem; }
  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr; }
  .rl-styleguide_icons-list {
    grid-auto-flow: row; }
  .heading-style-h1 {
    font-size: 3.25rem; }
  .heading-style-h4 {
    font-size: 1.75rem; }
  .heading-style-h3 {
    font-size: 2.25rem; }
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .spacer-large {
    padding-top: 2.5rem; }
  .spacer-xlarge {
    padding-top: 3.5rem; }
  .spacer-xxlarge {
    padding-top: 4.5rem; }
  .spacer-huge {
    padding-top: 5rem; }
  .spacer-xhuge {
    padding-top: 6rem; }
  .spacer-xxhuge {
    padding-top: 7.5rem; }
  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem; }
  .rl-styleguide_image {
    height: 100%;
    max-height: none; }
  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem; }
  .rl-styleguide_image-wrapper {
    height: 640px; }
  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr; }
  .header132_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .header148_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .navbar14_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%; }
  .navbar14_menu {
    background-color: var(--_primitives---opacity--transparent);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto; }
  .navbar14_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    flex-direction: column;
    width: 100%;
    padding: 2rem; }
  .navbar14_link {
    padding: 0.75rem 0;
    font-size: 1.125rem; }
  .navbar14_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex; }
  .navbar14_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: flex; }
  .dropdown-chevron {
    inset: auto 0% auto auto; }
  .navbar14_dropdown-list {
    position: static;
    overflow: hidden; }
  .navbar14_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static; }
  .navbar14_dropdown-link {
    text-align: center;
    width: auto;
    padding: 0.75rem 0;
    font-size: 16px; }
  .navbar14_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0; }
  .navbar14_menu-button {
    padding: 0; }
  .navbar14_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent); }
  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex; }
  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0; }
  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex; }
  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0; }
  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .cta39_card-content {
    padding: 3rem; }
  .comparison5_top-row-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem; }
  .comparison5_top-row-content {
    padding: 1.5rem 1rem; }
  .layout240_list {
    grid-column-gap: 2rem; }
  .layout66_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .layout32_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .header15_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .layout2_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .layout2_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .layout308_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .layout308_list {
    grid-template-columns: 1fr 1fr; }
  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr; }
  .layout232_list {
    grid-column-gap: 2rem; }
  .product-header7_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem; }
  .product-header7_gallery-slider {
    position: static; }
  .product-header7_slider {
    height: auto; }
  .product-header7_image-wrapper {
    padding-top: 120%; }
  .product-header7_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible; }
  .layout26_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .layout26_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .heading-style-h2-2 {
    font-size: 2.75rem; }
  .heading-style-h1-2,
  .heading-style-h1-3,
  .heading-style-h1-4 {
    font-size: 3.25rem; }
  .header139_card {
    justify-content: center; }
  .heading-style-h1-5 {
    font-size: 3.25rem; }
  .header139_lightbox {
    max-width: 14rem; }
  .layout148_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .heading-style-h3-2 {
    font-size: 2.25rem; }
  .layout16_content {
    grid-column-gap: 3rem !important;
    grid-template-columns: 1fr 1fr !important;
    grid-auto-flow: row !important;
    min-height: auto !important; }
  .heading-style-h4-2 {
    font-size: 1.75rem; }
  .team16_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr; }
  .header36_image {
    height: auto;
    max-height: none; }
  .header36_image.mobile-only {
    display: inline-block; }
  .header36_image.desktop {
    display: none; }
  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem; }
  .header36_content {
    margin-left: 5%;
    margin-right: 5%; }
  .layout83_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .layout121_progress-bar-wrapper {
    height: 70%; }
  .layout121_timeline-step {
    grid-column-gap: 1.5rem; }
  .layout121_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem; }
  .content22_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2.25rem; }
  h3 {
    font-size: 2rem; }
  h4 {
    font-size: 1.5rem;
    line-height: 1.4; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.125rem; }
  .hide-mobile-landscape {
    display: none; }
  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none; }
  .margin-xsmall {
    margin: 0.75rem; }
  .margin-small {
    margin: 1.25rem; }
  .margin-medium {
    margin: 1.5rem; }
  .margin-large {
    margin: 2rem; }
  .margin-xlarge {
    margin: 2.5rem; }
  .margin-xxlarge {
    margin: 3rem; }
  .margin-huge {
    margin: 3.5rem; }
  .margin-xhuge {
    margin: 4rem; }
  .margin-xxhuge {
    margin: 5rem; }
  .padding-xsmall {
    padding: 0.75rem; }
  .padding-small {
    padding: 1.25rem; }
  .padding-medium {
    padding: 1.5rem; }
  .padding-large {
    padding: 2rem; }
  .padding-xlarge {
    padding: 2.5rem; }
  .padding-xxlarge {
    padding: 3rem; }
  .padding-huge {
    padding: 3.5rem; }
  .padding-xhuge {
    padding: 4rem; }
  .padding-xxhuge {
    padding: 5rem; }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0; }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0; }
  .text-size-medium {
    font-size: 1rem; }
  .text-style-quote {
    font-size: 1.125rem; }
  .heading-style-h2 {
    font-size: 2.25rem; }
  .heading-style-h6 {
    font-size: 1.125rem; }
  .heading-style-h5 {
    font-size: 1.25rem; }
  .heading-style-h1 {
    font-size: 2.5rem; }
  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .heading-style-h3 {
    font-size: 2rem; }
  .text-style-nowrap {
    white-space: normal; }
  .text-size-large {
    font-size: 1.125rem; }
  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .spacer-xsmall {
    padding-top: 0.75rem; }
  .spacer-small {
    padding-top: 1.25rem; }
  .spacer-medium {
    padding-top: 1.5rem; }
  .spacer-large {
    padding-top: 2rem; }
  .spacer-xlarge {
    padding-top: 2.5rem; }
  .spacer-xxlarge {
    padding-top: 3rem; }
  .spacer-huge {
    padding-top: 3.5rem; }
  .spacer-xhuge {
    padding-top: 4rem; }
  .spacer-xxhuge {
    padding-top: 5rem; }
  .rl-styleguide_component {
    padding-top: 4rem; }
  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll; }
  .header132_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr; }
  .header132_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem; }
  .header148_component {
    height: auto;
    max-height: none; }
  .header148_lightbox-image {
    position: static; }
  .accordion2_top {
    padding: 1rem 1.25rem; }
  .accordion2_icon {
    width: 1.75rem; }
  .accordion2_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .navbar14_component {
    margin-top: 1.25rem; }
  .navbar14_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .navbar14_menu-link-wrapper {
    padding: 1.25rem; }
  .cta39_card-content {
    padding: 2rem; }
  .comparison5_top-row {
    grid-template-columns: 1fr 1fr; }
  .comparison5_top-row-title {
    display: none; }
  .comparison5_row {
    grid-template-columns: 1fr 1fr; }
  .comparison5_feature {
    border-bottom: 1px solid var(--_primitives---colors--neutral-darkest);
    padding-right: 1rem; }
  .comparison5_row-content {
    padding-left: 1rem;
    padding-right: 1rem; }
  .layout240_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .layout66_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr; }
  .layout32_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .header15_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr; }
  .layout2_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .layout308_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr; }
  .layout308_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .header9_component {
    height: auto;
    max-height: none; }
  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr; }
  .layout254_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .layout254_left,
  .layout254_right {
    grid-row-gap: 3rem; }
  .layout232_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .product-header7_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem; }
  .product-header7_gallery-slider {
    grid-template-columns: 1fr; }
  .divider-vertical {
    display: none; }
  .layout26_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .text-size-medium-2 {
    font-size: 1rem; }
  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .heading-style-h2-2 {
    font-size: 2.25rem; }
  .text-size-medium-3 {
    font-size: 1rem; }
  .heading-style-h1-2,
  .heading-style-h1-3 {
    font-size: 2.5rem; }
  .gallery18_slider {
    padding-bottom: 3rem; }
  .gallery18_slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .gallery18_mask {
    width: 50%; }
  .heading-style-h1-4,
  .heading-style-h1-5 {
    font-size: 2.5rem; }
  .header139_lightbox {
    display: none;
    position: relative;
    left: 5%;
    right: auto; }
  .heading-style-h3-2 {
    font-size: 2rem; }
  .layout16_content {
    grid-row-gap: 3rem !important;
    grid-template-columns: 1fr !important; }
  .team16_image-wrapper {
    height: 100%; }
  .team16_item-content {
    flex: 0 auto; }
  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4; }
  .team16_item {
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-columns: 1fr; }
  .team16_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr; }
  .header36_component {
    padding-top: 10rem; }
  .layout83_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr; }
  .layout121_progress-bar-wrapper {
    left: 2rem; }
  .layout121_timeline-icon-wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .heading-style-h6-2 {
    font-size: 1.125rem; }
  .layout121_content {
    grid-template-columns: 1fr; }
  .content22_content-wrapper {
    grid-column-gap: 1.25rem !important;
    grid-row-gap: 1.25rem !important;
    grid-template-columns: 1fr !important; }
  .heading-style-h6-3 {
    font-size: 1.125rem; }
  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .accordion1_icon {
    width: 1.75rem; } }

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem; }
  .hide-mobile-portrait {
    display: none; }
  .max-width-large.align-center.moobile-left {
    text-align: left; }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom.margin-medium.no-mobile-margin {
    margin-bottom: 0; }
  .margin-bottom.margin-small {
    margin-top: 1rem; }
  .margin-bottom.margin-small.flex-left {
    justify-content: center;
    align-items: center; }
  .margin-bottom.margin-small.flex-middle,
  .margin-bottom.margin-large.fmiddle {
    justify-content: center;
    align-items: center;
    display: flex; }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0; }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0; }
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none; }
  .text-size-medium.align-center {
    text-align: center;
    margin-left: 0;
    margin-right: 0; }
  .text-size-medium.tag-title {
    margin-bottom: 0.5rem;
    font-weight: 600; }
  .text-size-medium.tag-title.center-on-dt {
    text-align: left; }
  .heading-style-h2 {
    letter-spacing: -2px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1; }
  .heading-style-h2.alt {
    font-size: 3rem; }
  .heading-style-h2.altgreen.centered,
  .heading-style-h2.cnt {
    text-align: center; }
  .heading-style-h2.alt1 {
    letter-spacing: -1px; }
  .heading-style-h1 {
    letter-spacing: -2.5px; }
  .text-size-tiny._60 {
    font-size: 0.6rem; }
  .icon-embed-xxsmall.gh {
    background-color: var(--_ui-styles---body-green);
    border-radius: 7px;
    padding: 1px; }
  .padding-section-small.alt-top.smalltop {
    padding-top: 0; }
  .padding-section-medium.alt {
    padding-top: 2rem; }
  .padding-section-large.no-btm {
    padding-top: 7rem; }
  .padding-section-large.ext-bottom {
    padding-bottom: 292px; }
  .padding-section-large.hero {
    padding-top: 6rem; }
  .padding-section-large.hero.xl {
    padding-top: 13.3rem; }
  .padding-section-large.alt-bottom-hero {
    padding-top: 2rem; }
  .rl-styleguide_component {
    grid-template-columns: 1fr; }
  .header132_content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0; }
  .header132_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem; }
  .header148_form {
    grid-row-gap: 0.75rem;
    flex-direction: column;
    grid-template-columns: 1fr; }
  .yellow-bold-caps.mb {
    padding-bottom: 10px; }
  .lp-image-wrapper {
    margin-bottom: 20px; }
  .div-block {
    padding-top: 0; }
  .section-check-marks {
    margin-bottom: 10px;
    font-size: 1.1rem; }
  .grid.section-margin-top {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch baseline;
    padding-left: 0;
    display: block; }
  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex; }
  .navbar14_component.alt-to-fixed-bottom {
    padding-left: 3%;
    padding-right: 3%; }
  .navbar14_container {
    padding-right: 0.35rem; }
  .navbar14_container.alt-bottom {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0d301ed4; }
  .time-tag-wrapper {
    padding: 6px 8px;
    font-size: 0.8rem; }
  .cta39_card {
    grid-template-columns: 1fr; }
  .comparison5_top-row-title,
  .comparison5_top-row-content {
    padding: 1rem 0.5rem; }
  .section_layout240 {
    color: var(--_primitives---colors--white); }
  .layout240_list {
    grid-template-columns: 1fr; }
  .flex-ltor {
    flex-flow: column; }
  .layout66_content,
  .layout32_content,
  .layout32_item-list {
    grid-template-columns: 1fr; }
  .layout37_background-image.mobile-only {
    display: block; }
  .layout37_background-image.desktop {
    display: none; }
  .section_header15.hero.brown {
    background-color: var(--background-brown-alt); }
  .header15_content-wrapper {
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
    grid-template-columns: 1fr; }
  .header15_content-wrapper.alt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 1rem; }
  .header15_content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex; }
  .header15_content-right.alt-grey {
    grid-row-gap: 1.2rem;
    border-radius: var(--_ui-styles---radius--medium);
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  .price.x-out,
  .price.yellow {
    margin-top: 0; }
  .header15_image-wrapper {
    border-radius: 16px;
    overflow: visible; }
  .header15_image {
    aspect-ratio: 1;
    border-radius: 16px; }
  .header15_image.uw {
    aspect-ratio: 1; }
  .flex-left.full-width {
    width: 100%;
    display: flex; }
  .flex-left.margin-top,
  .points-wrapper.margin-top.margin-small {
    margin-top: 2rem; }
  .yellow {
    font-weight: 400; }
  .header-image-wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    aspect-ratio: auto; }
  .video-clicker {
    max-width: 200px; }
  .sale-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex; }
  .layout2_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr; }
  .div-block-4 {
    border-radius: var(--_ui-styles---radius--medium);
    background-color: var(--_primitives---opacity--neutral-darkest-10);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex; }
  .div-block-4.green {
    color: var(--_primitives---colors--white);
    background-color: #0d301ecf; }
  .div-block-4.green.margin-top {
    margin-top: 0; }
  .layout308_content {
    grid-template-columns: 1fr; }
  .layout308_list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr; }
  .image-tile-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 0.75fr 1fr; }
  .para-card-308 {
    color: #000; }
  .text-span-2 {
    font-weight: 400; }
  .spacer-bottom {
    height: 5rem; }
  .green-highlight {
    background-color: var(--alt-green);
    padding-left: 5px;
    padding-right: 5px; }
  .flex-center {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
  .white {
    color: var(--_primitives---colors--white); }
  .white.smaller {
    font-size: 0.8rem; }
  .xpadding {
    padding-left: 20px;
    padding-right: 20px; }
  .align-center.auto-margin {
    margin-left: auto;
    margin-right: auto; }
  .align-center.auto-margin.green {
    color: var(--alt-green);
    letter-spacing: -1px;
    font-size: 1.6rem;
    font-weight: 500; }
  .call-ot {
    border-radius: var(--_ui-styles---radius--medium);
    background-color: var(--_primitives---opacity--neutral-darkest-5);
    margin-bottom: 10px; }
  .heading {
    letter-spacing: -2px;
    font-size: 1.7rem;
    font-weight: 300; }
  .desktop-right {
    justify-content: flex-start;
    align-items: center; }
  .header9_content-wrapper {
    grid-template-columns: 1fr; }
  .layout254_content-bottom {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr; }
  .layout254_left,
  .layout254_right {
    grid-row-gap: 0rem; }
  .layout232_list {
    grid-template-columns: 1fr; }
  .layout232_item {
    border: 1px solid var(--_ui-styles---cta-yellow);
    padding: 15px; }
  .product-header7_component {
    grid-template-columns: 1fr; }
  .product-header7_slider {
    aspect-ratio: 1; }
  .product-header7_price-wrapper {
    flex-direction: column; }
  .purchase-option-1.subscribe {
    background-color: var(--_ui-styles---cta-yellow); }
  .layout26_content,
  .layout26_item-list,
  .layout1_content {
    grid-template-columns: 1fr; }
  .accent-heading {
    font-size: 1.8rem;
    line-height: 1.3; }
  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr; }
  .gallery18_mask {
    width: 60%; }
  .header24_form {
    grid-row-gap: 0.75rem;
    flex-direction: column;
    grid-template-columns: 1fr; }
  .div-block-9 {
    display: inline-block; }
  .header139_card {
    height: auto; }
  .header139_lightbox {
    position: relative;
    right: auto; }
  .heading-style-h3-2.lp {
    font-size: 1.7rem;
    font-weight: 500; }
  .community-spacing {
    padding-top: 0; }
  .right-pic-1 {
    aspect-ratio: 16 / 9; }
  .italic-text {
    font-style: normal; }
  .how-pivit-works.dark {
    background-color: var(--_ui-styles---body-green);
    color: var(--_primitives---colors--white); }
  .grid-5 {
    grid-column-gap: 0px !important;
    grid-row-gap: 15px !important; }
  .formula-header {
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex; }
  .formula-text {
    justify-content: flex-start;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    font-size: 0.8rem;
    display: flex; }
  .formula-text._2 {
    background-color: #fcfcfc; }
  .layout16_content {
    grid-template-columns: 1fr !important; }
  .grid-6 {
    grid-column-gap: 42px !important;
    grid-row-gap: 42px !important;
    grid-template-rows: auto auto !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-auto-columns: 1fr !important;
    display: grid !important; }
  .team16_image-wrapper {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0; }
  .team16_item-content {
    padding: 15px; }
  .team16_item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-image: linear-gradient(#fff 68%, #fff2d6);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr; }
  .team16_list,
  .header36_component,
  .layout83_item-list,
  .layout83_content {
    grid-template-columns: 1fr !important; }
  .layout83_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
  .layout121_content {
    grid-template-columns: 1fr; } }

#w-node-f855acc3-cab7-450a-5d50-6d5da8daf976-e2fdeb7d {
  justify-self: start; }

#w-node-f855acc3-cab7-450a-5d50-6d5da8daf9e6-e2fdeb7d,
#w-node-f855acc3-cab7-450a-5d50-6d5da8daf9ec-e2fdeb7d,
#w-node-f855acc3-cab7-450a-5d50-6d5da8daf9f2-e2fdeb7d,
#w-node-f855acc3-cab7-450a-5d50-6d5da8dafa14-e2fdeb7d,
#w-node-f855acc3-cab7-450a-5d50-6d5da8dafa1d-e2fdeb7d,
#w-node-f855acc3-cab7-450a-5d50-6d5da8dafa26-e2fdeb7d,
#w-node-_7bb40e0c-e17f-f748-3404-c4a958c83130-f9ef90ef,
#w-node-_7bb40e0c-e17f-f748-3404-c4a958c83139-f9ef90ef,
#w-node-_7bb40e0c-e17f-f748-3404-c4a958c83142-f9ef90ef,
#w-node-_7bb40e0c-e17f-f748-3404-c4a958c83130-d73a2539,
#w-node-_7bb40e0c-e17f-f748-3404-c4a958c83139-d73a2539,
#w-node-_7bb40e0c-e17f-f748-3404-c4a958c83142-d73a2539 {
  align-self: start; }

#w-node-e8bf76c0-92b6-5e1a-c62c-4a7fa44e1407-cf895123 {
  justify-self: end; }

#w-node-_749917b4-3c7b-0b0a-af19-2972c01f2666-cf895123 {
  grid-area: span 1 / span 1 / span 1 / span 1; }

@media screen and (max-width: 991px) {
  #w-node-e8bf76c0-92b6-5e1a-c62c-4a7fa44e1407-cf895123 {
    justify-self: start; } }

@media screen and (max-width: 767px) {
  #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa5f-e2fdeb7d,
  #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa69-e2fdeb7d,
  #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa73-e2fdeb7d,
  #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa7d-e2fdeb7d,
  #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa87-e2fdeb7d,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57bd-f9ef90ef,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57c7-f9ef90ef,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57d1-f9ef90ef,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57db-f9ef90ef,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57e5-f9ef90ef,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57bd-d73a2539,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57c7-d73a2539,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57d1-d73a2539,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57db-d73a2539,
  #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57e5-d73a2539,
  #w-node-_40132737-1881-14d3-bf88-cb1888d0b31e-cf895123,
  #w-node-_40132737-1881-14d3-bf88-cb1888d0b328-cf895123,
  #w-node-_40132737-1881-14d3-bf88-cb1888d0b332-cf895123,
  #w-node-_40132737-1881-14d3-bf88-cb1888d0b33c-cf895123,
  #w-node-_40132737-1881-14d3-bf88-cb1888d0b346-cf895123 {
    grid-area: span 1 / span 2 / span 1 / span 2; } }

.accordion1_bottom {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.accordion1_component .accordion1_icon {
  transition: transform 0.3s ease; }

.accordion1_component.active .accordion1_icon {
  transform: rotate(180deg); }

[is=xo-lazyload],
.xo-background-lazyload,
.xo-lazyload,
.xo-lazyloaded {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto; }

[is=xo-lazyload][style*="--fallback"],
.xo-background-lazyload[style*="--fallback"],
.xo-lazyload[style*="--fallback"],
.xo-lazyloaded[style*="--fallback"] {
  background-image: var(--fallback);
  background-size: cover; }

.xo-background-lazyload {
  height: 100%; }

[data-xo-lazyloaded] {
  position: relative;
  z-index: 1; }

.xo-lazyload-overlay {
  position: absolute;
  inset: 0;
  z-index: 1; }

.xo-lazyload-overlay:empty {
  backdrop-filter: blur(30px);
  will-change: backdrop-filter; }

[xb-href], [xo-href] {
  cursor: pointer; }

xo-parallax-scroll[xo-keyframes*=groupImg] img {
  opacity: 1; }

xo-parallax-scroll[xo-keyframes*=groupImg] img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.xo-navigate-smooth {
  animation: xoNavigateSmooth both 0.3s ease; }

@keyframes xoNavigateSmooth {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

xo-marquee {
  --xo-duration: 10000ms;
  display: flex;
  flex-wrap: nowrap;
  transform: translate3d(var(--xo-marquee-scroll, 0px), 0, 0); }

xo-marquee[xo-rtl]:not([xo-rtl=false]) {
  direction: rtl; }

xo-marquee[xo-pause-on-hover]:not([xo-pause-on-hover=false]):hover xo-marquee-item {
  animation-play-state: paused !important; }

xo-marquee[xo-ready] xo-marquee-item {
  animation: xo-marquee var(--xo-marquee-duration) linear infinite; }

@keyframes xo-marquee {
  0% {
    transform: translate3d(var(--xo-marquee-from), 0, 0); }
  100% {
    transform: translate3d(var(--xo-marquee-to), 0, 0); } }

xo-marquee-item {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  will-change: transform; }

xo-marquee-scroll-transform {
  display: block; }

xo-toggle {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible; }

xo-toggle::backdrop {
  display: none; }

xo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0 !important;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit; }

xo-modal::backdrop {
  display: none; }

xo-modal:focus-visible {
  outline: none !important;
  box-shadow: none !important; }

xo-modal img {
  vertical-align: middle; }

xo-modal xo-modal-trigger {
  display: inline-block; }

xo-modal[xo-current-disabled]:not([xo-current-disabled=false]) {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  visibility: visible;
  overflow: visible;
  z-index: auto; }

xo-modal[xo-current-disabled]:not([xo-current-disabled=false]) xo-modal-trigger {
  display: none; }

xo-modal[xo-scroll-disabled]:not([xo-current-disabled=false]) {
  overflow: visible; }

xo-modal xo-carousel-slide {
  pointer-events: none;
  visibility: hidden; }

xo-modal[xo-active]:not([xo-active=false]) xo-carousel-slide {
  pointer-events: auto;
  visibility: visible; }

xo-modal-trigger {
  display: inline-block; }

xo-modal-pan {
  display: block;
  width: fit-content;
  overflow: hidden;
  touch-action: pinch-zoom; }

body.xo-modal-open {
  overflow: hidden;
  padding-right: var(--scroll-bar-width); }

xo-modal [xo-backdrop-cursor] {
  width: 100%;
  height: 100%;
  cursor: none; }

xo-scroll-x {
  display: block;
  position: relative;
  overflow: clip; }

xo-scroll-x::part(inner) {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

xo-scroll-x xo-scroll-xy-item,
xo-scroll-x xo-scroll-x-item {
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: 9; }

xo-scroll-x xo-scroll-xy-item ~ xo-scroll-xy-item,
xo-scroll-x xo-scroll-xy-item ~ xo-scroll-x-item,
xo-scroll-x xo-scroll-x-item ~ xo-scroll-xy-item,
xo-scroll-x xo-scroll-x-item ~ xo-scroll-x-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 0; }

xo-scroll-y {
  display: block;
  position: relative;
  overflow: clip; }

xo-scroll-y::part(inner) {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

xo-scroll-y xo-scroll-xy-item,
xo-scroll-y xo-scroll-y-item {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9; }

xo-scroll-y xo-scroll-xy-item ~ xo-scroll-xy-item,
xo-scroll-y xo-scroll-xy-item ~ xo-scroll-y-item,
xo-scroll-y xo-scroll-y-item ~ xo-scroll-xy-item,
xo-scroll-y xo-scroll-y-item ~ xo-scroll-y-item {
  position: absolute;
  top: 100%;
  right: 0;
  height: 100%; }

xo-toast-portal {
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: none;
  max-height: none;
  border: 0 !important;
  margin: 0;
  background-color: transparent;
  color: inherit;
  inset: auto;
  pointer-events: none;
  overflow: visible; }

xo-toast-portal * {
  pointer-events: auto; }

xo-toast-portal[xo-placement^=top-] {
  top: 0; }

xo-toast-portal[xo-placement^=bottom-] {
  bottom: 0; }

xo-toast-portal[xo-placement$=-left] {
  left: 0; }

xo-toast-portal[xo-placement$=-center] {
  left: 50%;
  transform: translateX(-50%);
  align-items: center; }

xo-toast-portal[xo-placement$=-right] {
  right: 0;
  align-items: flex-end; }

xo-toast-portal xo-toast {
  display: inline-block;
  width: fit-content;
  max-width: calc(100vw - 20px); }

xo-toast {
  position: relative;
  display: none; }

xo-toast-close-button {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  color: #b9b9b9;
  display: flex;
  align-items: center; }

xo-toast-close-button[xo-placement^=top-] {
  top: 0; }

xo-toast-close-button[xo-placement^=bottom-] {
  bottom: 0; }

xo-toast-close-button[xo-placement$=-left] {
  left: 0; }

xo-toast-close-button[xo-placement^=center-] {
  top: 50%;
  transform: translateY(-50%); }

xo-toast-close-button[xo-placement$=-right] {
  right: 0; }

xo-toast-close-button[xo-placement=top] {
  top: 0; }

xo-toast-close-button svg {
  fill: currentColor;
  width: 20px;
  height: 20px; }

xo-popover {
  position: fixed;
  z-index: 99;
  display: block;
  width: fit-content;
  visibility: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: transparent;
  overflow: visible;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }

xo-popover::backdrop {
  display: none; }

xo-popover[xo-current-disabled]:not([xo-current-disabled=false]) {
  position: static;
  width: auto;
  visibility: visible;
  z-index: auto; }

xo-popover xo-carousel-slide {
  pointer-events: none;
  visibility: hidden; }

xo-popover[xo-active]:not([xo-active=false]) xo-carousel-slide {
  pointer-events: auto;
  visibility: visible; }

xo-popover-trigger {
  display: inline-block; }

xo-builder-popover-content {
  display: block;
  position: absolute;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all var(--xo-popover-duration); }

xo-builder-popover {
  display: inline-block;
  position: relative; }

xo-builder-popover[xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-open]:not([xo-open=false]) xo-builder-popover-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none !important; }

xo-builder-popover[xo-animate=zoom] xo-builder-popover-content {
  transform: scale(0.5); }

xo-builder-popover[xo-animate=fade-up] xo-builder-popover-content {
  transform: translate3d(0, 20%, 0); }

xo-builder-popover[xo-animate=fade-down] xo-builder-popover-content {
  transform: translate3d(0, -20%, 0); }

xo-builder-popover[xo-animate=fade-left] xo-builder-popover-content {
  transform: translate3d(-20%, 0, 0); }

xo-builder-popover[xo-animate=fade-right] xo-builder-popover-content {
  transform: translate3d(20%, 0, 0); }

xo-builder-popover[xo-animate=none] xo-builder-popover-content {
  transition: none !important; }

xo-builder-popover[xo-placement=top-left] xo-builder-popover-content {
  bottom: 100%;
  left: 0; }

xo-builder-popover[xo-placement=top-center] xo-builder-popover-content {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%); }

xo-builder-popover[xo-placement=top-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateX(-50%) scale(0.5); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateX(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=top-right] xo-builder-popover-content {
  bottom: 100%;
  right: 0; }

xo-builder-popover[xo-placement=bottom-left] xo-builder-popover-content {
  top: 100%;
  left: 0; }

xo-builder-popover[xo-placement=bottom-center] xo-builder-popover-content {
  top: 100%;
  left: 50%;
  transform: translateX(-50%); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateX(-50%) scale(0.5); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateX(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=bottom-right] xo-builder-popover-content {
  top: 100%;
  right: 0; }

xo-builder-popover[xo-placement=left-top] xo-builder-popover-content {
  top: 0;
  right: 100%; }

xo-builder-popover[xo-placement=left-center] xo-builder-popover-content {
  top: 50%;
  right: 100%;
  transform: translateY(-50%); }

xo-builder-popover[xo-placement=left-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateY(-50%) scale(0.5); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateY(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=left-bottom] xo-builder-popover-content {
  bottom: 0;
  right: 100%; }

xo-builder-popover[xo-placement=right-top] xo-builder-popover-content {
  top: 0;
  left: 100%; }

xo-builder-popover[xo-placement=right-center] xo-builder-popover-content {
  top: 50%;
  left: 100%;
  transform: translateY(-50%); }

xo-builder-popover[xo-placement=right-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateY(-50%) scale(0.5); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateY(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=right-bottom] xo-builder-popover-content {
  bottom: 0;
  left: 100%; }

xo-tooltip {
  display: block;
  width: fit-content; }

xo-tooltip-content {
  position: absolute;
  z-index: 9999;
  display: block;
  width: fit-content;
  pointer-events: none;
  background-color: #111;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
  visibility: hidden;
  transition-delay: 0.1s; }

xo-tooltip-content[xo-active]:not([xo-active=false]) {
  visibility: visible; }

xo-tooltip-content[xo-animate=fade] {
  opacity: 0; }

xo-tooltip-content[xo-animate=fade][xo-active]:not([xo-active=false]) {
  opacity: 1; }

xo-tooltip-content[xo-animate=fade-down] {
  opacity: 0;
  transform: translate3d(0, -20px, 0); }

xo-tooltip-content[xo-animate=fade-down][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=fade-up] {
  opacity: 0;
  transform: translate3d(0, 20px, 0); }

xo-tooltip-content[xo-animate=fade-up][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=fade-left] {
  opacity: 0;
  transform: translate3d(20px, 0, 0); }

xo-tooltip-content[xo-animate=fade-left][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=fade-right] {
  opacity: 0;
  transform: translate3d(-20px, 0, 0); }

xo-tooltip-content[xo-animate=fade-right][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=zoom] {
  opacity: 0;
  transform: scale(0.4); }

xo-tooltip-content[xo-animate=zoom][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: scale(1); }

xo-tooltip-content:after {
  content: "";
  border: solid transparent;
  border-width: 6px;
  border-top-color: #111;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%); }

xo-tooltip-content[xo-placement=top-left]:after {
  left: 20px;
  transform: none; }

xo-tooltip-content[xo-placement=top-right]:after {
  left: auto;
  right: 20px;
  transform: none; }

xo-tooltip-content[xo-placement^=bottom-]:after {
  top: auto;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  border-color: transparent;
  border-bottom-color: #111; }

xo-tooltip-content[xo-placement=bottom-center]:after {
  left: 50%; }

xo-tooltip-content[xo-placement=bottom-left]:after {
  left: 20px;
  transform: none; }

xo-tooltip-content[xo-placement=bottom-right]:after {
  left: auto;
  right: 20px;
  transform: none; }

xo-tooltip-content[xo-placement^=left-]:after {
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent;
  border-left-color: #111; }

xo-tooltip-content[xo-placement^=right-]:after {
  left: auto;
  right: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent;
  border-right-color: #111; }

xo-collapse {
  display: block;
  height: 0;
  overflow: hidden;
  will-change: height; }

xo-collapse-trigger {
  display: block; }

xo-tabs {
  position: relative;
  display: block; }

xo-tabs-trigger {
  display: block;
  cursor: pointer; }

xo-tabs-content {
  position: relative;
  display: flex;
  flex-direction: column; }

xo-tabs-pane {
  position: absolute;
  width: 100%;
  display: block;
  visibility: hidden; }

xo-tabs-pane[xo-active]:not([xo-active=false]) {
  position: static;
  visibility: visible; }

[data-xb-section-id] xo-tabs-pane {
  position: static;
  width: 100%;
  display: none;
  visibility: visible; }

[data-xb-section-id] xo-tabs-pane[xo-active]:not([xo-active=false]) {
  display: block; }

xo-tabs-active {
  display: block;
  position: absolute;
  will-change: transform, width; }

xo-parallax,
[xo-parallax] {
  position: relative;
  display: block; }

xo-parallax-scroll {
  display: block;
  background-size: cover; }

xo-parallax-scroll:empty {
  width: auto; }

:where(xo-parallax-scroll[xo-fit-content]:not([xo-fit-content=false])) {
  width: fit-content; }

xo-parallax-hover {
  display: block;
  width: fit-content; }

xo-parallax-hover:empty {
  width: auto; }

xo-carousel,
xo-carousel-thumbnail {
  position: relative;
  display: block;
  user-select: none; }

xo-carousel[xo-vertical] xo-carousel-list,
xo-carousel-thumbnail[xo-vertical] xo-carousel-list {
  flex-direction: column;
  height: 100%;
  touch-action: pan-x; }

xo-carousel[xo-overflow=hidden] xo-carousel-inner,
xo-carousel-thumbnail[xo-overflow=hidden] xo-carousel-inner {
  overflow: hidden; }

xo-carousel[xo-overflow=visible] xo-carousel-inner,
xo-carousel-thumbnail[xo-overflow=visible] xo-carousel-inner {
  overflow: visible; }

xo-carousel[xo-rtl]:not([xo-rtl=false]),
xo-carousel-thumbnail[xo-rtl]:not([xo-rtl=false]) {
  direction: rtl; }

xo-carousel-inner {
  position: relative;
  z-index: 9;
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  overflow: hidden; }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) [xo-carousel-slide] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden; }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  visibility: visible;
  z-index: 9; }

xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide] {
  opacity: 0;
  transition: var(--xo-speed); }

xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  opacity: 1; }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide] {
  transition: var(--xo-speed); }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  opacity: 1; }

xo-carousel-thumbnail {
  display: block; }

xo-carousel-thumbnail xo-carousel-slide, xo-carousel-thumbnail [xo-carousel-slide] {
  cursor: pointer; }

xo-carousel-list {
  display: flex;
  flex-direction: row;
  touch-action: pan-y;
  will-change: transform;
  justify-content: flex-start; }

xo-carousel xo-carousel-slide, xo-carousel [xo-carousel-slide] {
  width: calc(100% / var(--xo-per-view) + var(--xo-gap) / var(--xo-per-view));
  padding-inline-end: var(--xo-gap);
  flex-shrink: 0; }

@keyframes xo-carousel-mask {
  from {
    mask-position: 100% 0; }
  to {
    mask-position: 0% 0; } }

[xo-type=nature] xo-carousel-slide[xo-visible]:not([xo-visible=false]),
[xo-type=nature] [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  mask-image: url(https://raw.githubusercontent.com/long-hp/storage/main/nature-sprite.png);
  mask-size: 2300% 100%;
  animation: xo-carousel-mask var(--xo-speed, 200ms) steps(22) forwards; }

[xo-type=water] xo-carousel-slide[xo-visible]:not([xo-visible=false]),
[xo-type=water] [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  mask-image: url(https://raw.githubusercontent.com/long-hp/storage/main/nature-sprite-2.png);
  mask-size: 7100% 100%;
  animation: xo-carousel-mask var(--xo-speed, 200ms) steps(70) forwards; }

[xo-type=urban] xo-carousel-slide[xo-visible]:not([xo-visible=false]),
[xo-type=urban] [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  mask-image: url(https://raw.githubusercontent.com/long-hp/storage/main/urban-sprite.png);
  mask-size: 3000% 100%;
  animation: xo-carousel-mask var(--xo-speed, 200ms) steps(29) forwards; }

xo-carousel-thumbnail[xo-vertical] xo-carousel-slide,
xo-carousel-thumbnail[xo-vertical] [xo-carousel-slide],
xo-carousel[xo-vertical] xo-carousel-slide,
xo-carousel[xo-vertical] [xo-carousel-slide] {
  width: auto;
  height: calc(100% / var(--xo-per-view) + var(--xo-gap) / var(--xo-per-view));
  padding-bottom: var(--xo-gap);
  padding-inline-end: 0; }

xo-carousel-prev,
xo-carousel-next {
  display: inline-block;
  cursor: pointer;
  user-select: none; }

xo-carousel-prev[xo-hide],
xo-carousel-next[xo-hide] {
  display: none; }

xo-carousel-pagination {
  display: flex;
  align-items: center; }

xo-carousel-bullet {
  display: flex;
  cursor: pointer; }

xo-carousel-dynamic-bullets {
  display: block;
  overflow: hidden; }

xo-carousel-filter-effect {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
  isolation: isolate;
  opacity: 0; }

xo-carousel-filter-effect[xo-type=wind] {
  width: 200%; }

xo-carousel-filter-effect[xo-type=wind][xo-effect=next] {
  animation: xo-carousel-filter-effect-next var(--xo-speed, 200ms) forwards; }

@keyframes xo-carousel-filter-effect-next {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0; } }

xo-carousel-filter-effect[xo-type=wind][xo-effect=prev] {
  animation: xo-carousel-filter-effect-prev var(--xo-speed, 200ms) forwards; }

@keyframes xo-carousel-filter-effect-prev {
  0% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0; } }

xo-carousel-pagination-progress {
  display: block; }

xo-range {
  position: relative;
  display: block;
  height: calc(var(--size) * 1px); }

xo-range input[type=range] {
  display: block;
  margin: 0;
  padding: 0;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none; }

xo-range input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
  opacity: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: auto; }

xo-range input[type=range]::-moz-range-thumb {
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
  opacity: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  pointer-events: auto; }

xo-range-track {
  display: block;
  background: #ddd;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: calc(var(--size) * 1px); }

xo-range-progress {
  position: absolute;
  top: 0;
  height: 100%;
  background: #4caf82;
  left: calc(var(--size) / 2 * 1px);
  will-change: transform, width; }

xo-range-thumb {
  display: block;
  width: 20px;
  height: 20px;
  background: #4caf82;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform; }

xo-sticky {
  display: block; }

xo-sticky[xo-placement=bottom] {
  height: 0; }

xo-sticky-space {
  display: block;
  transition: all 0.3s; }

xo-filters-clear {
  display: none;
  width: fit-content;
  cursor: pointer; }

xo-filters-clear[xo-visible]:not([xo-visible=false]) {
  display: block; }

xo-filters-refine {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

xo-filters-refine xo-filters-clear {
  background: #e8e8e8;
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 5px; }

xo-filters-mobile,
xo-filters-sort-by-selected,
xo-filters-field {
  display: block; }

xo-filters-fallback {
  display: none; }

xo-filters-fallback[xo-visible]:not([xo-visible=false]) {
  display: block; }

xo-filters-refine-clear-icon {
  display: none; }

xo-gallery {
  display: block; }

xo-gallery-item {
  display: block; }

xo-gallery-item xo-modal-trigger {
  display: block;
  width: 100%;
  height: 100%; }

xo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

xo-gallery-portal {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: inherit;
  background-color: transparent;
  overflow: visible;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  gap: 20px;
  background-color: var(--xo-backdrop-color); }

xo-gallery-portal::backdrop {
  display: none; }

xo-gallery-portal:not([xo-type=scroll]) {
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory; }

xo-gallery-portal[xo-active]:not([xo-active=false]) {
  visibility: visible; }

xo-gallery-portal[xo-active]:not([xo-active=false]) xo-image-zoom-inner {
  display: block; }

xo-gallery-portal::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent; }

xo-gallery-portal xo-modal {
  position: relative;
  top: auto;
  left: auto;
  width: 100vw;
  flex-shrink: 0;
  scroll-snap-align: start; }

xo-gallery-portal[xo-type=scroll] xo-modal {
  height: auto; }

xo-gallery-portal[xo-type=scroll] xo-modal::part(content) {
  display: flex;
  justify-content: center;
  width: 100%; }

xo-gallery-portal[xo-type=scroll] img {
  width: 100%;
  height: auto; }

xo-gallery-portal xo-modal-pan {
  touch-action: pan-x; }

xo-gallery-portal xo-modal-trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 34px; }

xo-gallery-portal xo-image-zoom-inner {
  display: none; }

xo-gallery-portal video {
  height: 100vh;
  width: 100vw; }

@-moz-document url-prefix() {
  xo-gallery-portal {
    scrollbar-color: transparent;
    scrollbar-width: none; } }

xo-gallery-prev, xo-gallery-next {
  position: fixed;
  top: 50%;
  z-index: 999;
  width: 50px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 30px; }

xo-gallery-prev {
  left: 0; }

xo-gallery-next {
  right: 0; }

xo-gallery-next svg {
  transform: rotate(180deg); }

xo-gallery-counter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

xo-cart-quantity-minus,
xo-cart-quantity-plus {
  display: inline-block;
  cursor: pointer;
  user-select: none; }

xo-product-pickup-availability-empty,
xo-product-liquid-static,
xo-product-data {
  display: none !important; }

xo-product-property,
xo-product-properties,
xo-bundle-progress,
xo-bundle-properties,
xo-bundle-content,
xo-product-media,
xo-product-recommendations,
xo-product-recipient-form-error,
xo-product-recipient-form,
xo-product-quick-view,
xo-product-quick-view-trigger,
xo-cart-add-error,
xo-cart-scroll,
xo-cart-shipping-rates-field,
xo-cart-note,
xo-product,
xo-cart,
xo-cart-mini,
xo-product-variant,
xo-product-variants,
xo-product-will-change {
  display: block; }

xo-cart-add-error {
  visibility: hidden;
  overflow: hidden;
  height: 0; }

xo-cart-shipping-rates-field[xo-disabled] {
  display: none; }

xo-bundle-step,
xo-bundle-add,
xo-bundle-remove,
xo-bundle-placeholders,
xo-cart-note-button {
  display: inline-block; }

xo-cart-add-fallback,
xo-cart-change-fallback {
  display: none; }

xo-cart-add-fallback[xo-visible]:not([xo-visible=false]),
xo-cart-change-fallback[xo-visible]:not([xo-visible=false]) {
  display: block; }

xo-cart-add[xo-loading] xo-cart-add-fallback {
  display: block; }

.xo-cart-add-error,
.xo-cart-change-error {
  background-color: #fa6e6e;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  width: 360px; }

.xo-cart-add-error xo-toast-close-button,
.xo-cart-change-error xo-toast-close-button {
  color: #fff; }

.xo-cart-add-error xo-toast-close-button svg,
.xo-cart-change-error xo-toast-close-button svg {
  fill: currentColor;
  width: 20px;
  height: 20px; }

xo-cart-fly {
  display: none;
  position: absolute;
  z-index: 9999; }

xo-product-media {
  position: relative; }

xo-product-media [xo-product-media-content] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.8s; }

xo-product-media [xo-product-media-content],
xo-product-media [xo-product-media-content] xo-carousel-inner,
xo-product-media [xo-product-media-content] xo-carousel-list,
xo-product-media [xo-product-media-content] xo-carousel-slide,
xo-product-media [xo-product-media-content] div,
xo-product-media [xo-product-media-content] img {
  width: 100% !important;
  height: 100% !important; }

xo-product-media [xo-product-media-content] img {
  object-fit: cover; }

xo-product-media [xo-hidden] {
  opacity: 0;
  visibility: hidden; }

xo-product-media [xo-product-media-content] xo-carousel-prev,
xo-product-media [xo-product-media-content] xo-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.7s; }

xo-product-media [xo-product-media-content] xo-carousel-prev {
  left: 0; }

xo-product-media [xo-product-media-content] xo-carousel-next {
  right: 0; }

xo-product-media [xo-product-media-content] xo-carousel-pagination {
  position: absolute;
  bottom: 0;
  z-index: 10; }

xo-product-media[xo-rtl] [xo-product-media-content] xo-carousel-prev {
  right: 0; }

xo-product-media[xo-rtl] [xo-product-media-content] xo-carousel-next {
  left: 0; }

xo-bundle-price[xo-compare-at-price][xo-hidden] {
  display: none; }

xo-bundle-progress {
  --xo-x: -100%; }

:where(xo-animate:not([xo-item-used])) [xo-type=none],
xo-animate[xo-type=none] xo-animate-item,
[xo-animate=scroll] [xo-type=none] {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1; }

:where(xo-animate:not([xo-item-used])),
[xo-animate=scroll] {
  --xo-strength: 1; }

:where(xo-animate:not([xo-item-used])),
xo-animate-item,
[xo-animate=scroll] {
  display: block;
  opacity: 0.01;
  animation-duration: calc(var(--xo-duration) * 1ms);
  animation-timing-function: var(--xo-easing);
  animation-delay: calc(var(--xo-order) * var(--xo-constant) * 1ms);
  animation-fill-mode: both; }

:where(xo-animate:not([xo-item-used]))[xo-type=width-increment],
xo-animate-item[xo-type=width-increment],
[xo-animate=scroll][xo-type=width-increment] {
  opacity: 1 !important;
  overflow: hidden;
  animation: none !important;
  transition: all calc(var(--xo-duration) * 1ms) var(--xo-easing) calc((var(--xo-order) * var(--xo-constant) + var(--xo-wrap-duration, 0)) * 1ms); }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false]),
xo-animate-item[xo-visible]:not([xo-visible=false]),
[xo-animate=scroll][xo-visible]:not([xo-visible=false]) {
  backface-visibility: hidden;
  opacity: 1; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade] {
  animation-name: xo-fade; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-up] {
  animation-name: xo-fade-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-down],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-down],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-down] {
  animation-name: xo-fade-down; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-left],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-left],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-left] {
  animation-name: xo-fade-left; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-right],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-right],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-right] {
  animation-name: xo-fade-right; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=zoom-in],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=zoom-in],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=zoom-in] {
  animation-name: xo-zoom-in; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=zoom-out],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=zoom-out],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=zoom-out] {
  animation-name: xo-zoom-out; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=rotate-left-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=rotate-left-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=rotate-left-up] {
  transform-origin: 0 50%;
  animation-name: xo-rotate-left-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=rotate-right-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=rotate-right-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=rotate-right-up] {
  transform-origin: 100% 50%;
  animation-name: xo-rotate-right-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-left],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-left],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-left] {
  transform-origin: 100% 50%;
  animation-name: xo-snake-left; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-right],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-right],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-right] {
  transform-origin: 0 50%;
  animation-name: xo-snake-right; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-up] {
  transform-origin: 50% 0;
  animation-name: xo-snake-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-down],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-down],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-down] {
  transform-origin: 50% 100%;
  animation-name: xo-snake-down; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type="3d-up"],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type="3d-up"],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type="3d-up"] {
  transform-origin: 50% 0;
  animation-name: xo-3d-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=blur],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=blur],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=blur] {
  animation-name: xo-blur; }

@keyframes xo-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes xo-fade-up {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-fade-down {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-fade-left {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--xo-strength) * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-fade-right {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-zoom-out {
  0% {
    opacity: 0;
    transform: scale(calc(var(--xo-strength) * 1.3)); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-rotate-left-up {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(10deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-rotate-right-up {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-up {
  0% {
    opacity: 0;
    transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-down {
  0% {
    opacity: 0;
    transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-left {
  0% {
    opacity: 0;
    transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-right {
  0% {
    opacity: 0;
    transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-3d-up {
  0% {
    opacity: 0;
    transform: perspective(100rem) rotateX(-60deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-blur {
  0% {
    opacity: 0;
    filter: blur(10px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

[xo-animate=scroll][xo-opacity] {
  opacity: 0.01; }

xo-animate[xo-disabled],
xo-mega-menu [xo-animate=scroll] {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important; }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-toggle xo-animate-item, xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal xo-animate-item, xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item, xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item, xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-popover xo-animate-item, xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item, xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item, xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-tabs-pane xo-animate-item {
  opacity: 0.01;
  animation: none !important; }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-toggle xo-animate-item[xo-type=fade-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-modal xo-animate-item[xo-type=fade-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-popover xo-animate-item[xo-type=fade-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-tabs-pane xo-animate-item[xo-type=fade-up] {
  transform: translate3d(0, calc(var(--xo-strength) * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-toggle xo-animate-item[xo-type=fade-down], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-modal xo-animate-item[xo-type=fade-down], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-down], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-down], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-popover xo-animate-item[xo-type=fade-down], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-down], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-down], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-tabs-pane xo-animate-item[xo-type=fade-down] {
  transform: translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-toggle xo-animate-item[xo-type=fade-left], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-modal xo-animate-item[xo-type=fade-left], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-left], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-left], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-popover xo-animate-item[xo-type=fade-left], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-left], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-left], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-tabs-pane xo-animate-item[xo-type=fade-left] {
  transform: translate3d(calc(var(--xo-strength) * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-toggle xo-animate-item[xo-type=fade-right], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-modal xo-animate-item[xo-type=fade-right], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-right], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-right], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-popover xo-animate-item[xo-type=fade-right], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-right], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-right], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-tabs-pane xo-animate-item[xo-type=fade-right] {
  transform: translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-toggle xo-animate-item[xo-type=zoom-in], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-modal xo-animate-item[xo-type=zoom-in], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=zoom-in], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=zoom-in], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-popover xo-animate-item[xo-type=zoom-in], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-in], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-in], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-tabs-pane xo-animate-item[xo-type=zoom-in] {
  transform: scale(0.6); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-toggle xo-animate-item[xo-type=zoom-out], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-modal xo-animate-item[xo-type=zoom-out], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=zoom-out], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=zoom-out], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-popover xo-animate-item[xo-type=zoom-out], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-out], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-out], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-tabs-pane xo-animate-item[xo-type=zoom-out] {
  transform: scale(calc(var(--xo-strength) * 1.3)); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-toggle xo-animate-item[xo-type=rotate-left-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-modal xo-animate-item[xo-type=rotate-left-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=rotate-left-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=rotate-left-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-popover xo-animate-item[xo-type=rotate-left-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-left-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-left-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-tabs-pane xo-animate-item[xo-type=rotate-left-up] {
  transform-origin: 0 50%;
  transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(10deg); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-toggle xo-animate-item[xo-type=rotate-right-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-modal xo-animate-item[xo-type=rotate-right-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=rotate-right-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=rotate-right-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-popover xo-animate-item[xo-type=rotate-right-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-right-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-right-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-tabs-pane xo-animate-item[xo-type=rotate-right-up] {
  transform-origin: 100% 50%;
  transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(-10deg); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-toggle xo-animate-item[xo-type=snake-left], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-modal xo-animate-item[xo-type=snake-left], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-left], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-left], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-popover xo-animate-item[xo-type=snake-left], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-left], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-left], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-tabs-pane xo-animate-item[xo-type=snake-left] {
  transform-origin: 100% 50%;
  transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-toggle xo-animate-item[xo-type=snake-right], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-modal xo-animate-item[xo-type=snake-right], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-right], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-right], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-popover xo-animate-item[xo-type=snake-right], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-right], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-right], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-tabs-pane xo-animate-item[xo-type=snake-right] {
  transform-origin: 0 50%;
  transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-toggle xo-animate-item[xo-type=snake-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-modal xo-animate-item[xo-type=snake-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-popover xo-animate-item[xo-type=snake-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-tabs-pane xo-animate-item[xo-type=snake-up] {
  transform-origin: 50% 0;
  transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-toggle xo-animate-item[xo-type=snake-down], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-modal xo-animate-item[xo-type=snake-down], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-down], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-down], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-popover xo-animate-item[xo-type=snake-down], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-down], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-down], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-tabs-pane xo-animate-item[xo-type=snake-down] {
  transform-origin: 50% 100%;
  transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-toggle xo-animate-item[xo-type="3d-up"], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-modal xo-animate-item[xo-type="3d-up"], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type="3d-up"], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type="3d-up"], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-popover xo-animate-item[xo-type="3d-up"], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type="3d-up"], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type="3d-up"], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-tabs-pane xo-animate-item[xo-type="3d-up"] {
  transform-origin: 50% 0;
  transform: perspective(100rem) rotateX(-60deg); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-toggle xo-animate-item[xo-type=blur], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-modal xo-animate-item[xo-type=blur], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=blur], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=blur], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-popover xo-animate-item[xo-type=blur], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=blur], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=blur], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-tabs-pane xo-animate-item[xo-type=blur] {
  filter: blur(10px); }

xo-toggle[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-toggle[xo-active]:not([xo-active=false]) xo-animate-item,
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-animate-item,
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-animate-item,
xo-popover[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-popover[xo-active]:not([xo-active=false]) xo-animate-item,
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item,
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item,
xo-tabs-pane[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-tabs-pane[xo-active]:not([xo-active=false]) xo-animate-item {
  opacity: 1;
  backface-visibility: hidden; }

xo-toggle[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-toggle[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-popover[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-popover[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item:not([xo-type=width-increment]),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item:not([xo-type=width-increment]),
xo-tabs-pane[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-tabs-pane[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]) {
  transform: none; }

@media (prefers-reduced-motion: reduce) {
  xo-animate, xo-animate-item, [xo-animate=scroll] {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important; } }

html.no-js xo-animate, html.no-js xo-animate-item, html.no-js [xo-animate=scroll] {
  opacity: 1 !important;
  transition: none !important;
  animation: none !important; }

[xo-animate=svg-infinite]:not(.xo-animate-svg-none) [xo-next-stroke-dasharray], [xo-animate=svg-infinite]:not(.xo-animate-svg-none) [xo-next-stroke-dashoffset] {
  animation: xo-svg-infinite calc(var(--xo-duration) * 2ms) ease infinite; }

@keyframes xo-svg-infinite {
  0% {
    opacity: 1;
    stroke-dasharray: var(--xo-stroke-dasharray);
    stroke-dashoffset: var(--xo-stroke-dashoffset); }
  50%, 80% {
    opacity: 1;
    stroke-dasharray: var(--xo-next-stroke-dasharray);
    stroke-dashoffset: var(--xo-next-stroke-dashoffset); }
  90%, 100% {
    opacity: 0;
    stroke-dasharray: var(--xo-next-stroke-dasharray);
    stroke-dashoffset: var(--xo-next-stroke-dashoffset); } }

:where(xo-animate:not([xo-item-used]))[xo-type^=xo-goo-],
[xo-animate=scroll][xo-type^=xo-goo-] {
  animation: none !important;
  transition: none !important; }

xo-image-zoom {
  position: relative;
  z-index: 9;
  display: flex;
  cursor: none; }

xo-image-zoom img {
  width: 80% !important;
  margin: auto; }

xo-image-zoom[xo-active]:not([xo-active=false])[xo-zoom-full]:not([xo-zoom-full=false]) > img {
  visibility: hidden; }

xo-image-zoom[xo-active]:not([xo-active=false]) xo-image-zoom-item {
  display: block !important; }

xo-image-zoom[xo-active]:not([xo-active=false]) xo-image-zoom-thumb {
  opacity: 1; }

xo-image-zoom[xo-placement=center] {
  cursor: zoom-in; }

xo-image-zoom[xo-placement=right] xo-image-zoom-inner {
  left: calc(100% + 10px); }

xo-image-zoom[xo-placement=left] xo-image-zoom-inner {
  left: auto;
  right: calc(100% + 10px); }

xo-image-zoom[xo-zoom-full]:not([xo-zoom-full=false]) xo-image-zoom-inner {
  pointer-events: auto; }

xo-image-zoom[xo-zoom-full]:not([xo-zoom-full=false]) xo-image-zoom-item {
  position: fixed !important; }

xo-image-zoom-thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease; }

xo-image-zoom-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }

xo-image-zoom-item {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
  background-color: var(--color-light-freeze);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform-origin: 0 0;
  display: none !important; }

xo-countdown {
  display: block; }

xo-video-cover {
  display: block;
  position: relative;
  overflow: hidden; }

xo-video-cover:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1; }

xo-video-cover-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0; }

xo-video-cover-item iframe,
xo-video-cover-item video,
xo-video-cover-item embed,
xo-video-cover-item object {
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

xo-video-cover-button {
  display: inline-block; }

xo-typing:after {
  content: attr(xo-cursor-char);
  display: inline-block;
  margin-left: 2px;
  animation: xo-typing 1.2s; }

@keyframes xo-typing {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

xo-typing-inner {
  display: inline-flex;
  overflow: hidden; }

xo-typing-content {
  position: relative;
  display: inline-flex;
  flex-direction: column; }

xo-typing-content span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%; }

[xo-slide] > xo-typing-inner > xo-typing-content {
  animation: xo-typing-slide backwards calc(var(--xo-duration) * 1ms) ease; }

@keyframes xo-typing-slide {
  0% {
    transform: translate3d(0, 0, 0);
    width: var(--xo-width-0); }
  100% {
    transform: translate3d(0, -100%, 0);
    width: var(--xo-width-1); } }

[xo-goo] > xo-typing-inner > xo-typing-content {
  width: var(--xo-width-1); }

[xo-goo] > xo-typing-inner > xo-typing-content span:nth-child(1) {
  top: 10%;
  animation: xo-typing-goo-span-1 calc(var(--xo-duration) * 1ms) ease; }

@keyframes xo-typing-goo-span-1 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

[xo-goo] > xo-typing-inner > xo-typing-content span:nth-child(2) {
  top: 0;
  opacity: 0;
  animation: xo-typing-goo-span-2 calc(var(--xo-duration) * 1ms) ease; }

@keyframes xo-typing-goo-span-2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

xo-typing[xo-effect=goo] {
  position: relative; }

xo-typing[xo-effect=goo] span + span {
  position: absolute; }

xo-image-comparison {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none; }

xo-image-comparison-label {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding: 5px 10px; }

xo-image-comparison-after {
  display: block; }

xo-image-comparison-after img {
  width: 100%;
  pointer-events: none; }

xo-image-comparison-after xo-image-comparison-label {
  right: 0; }

xo-image-comparison-before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
  width: calc(var(--xo-value, 0) * 1%); }

xo-image-comparison-before img {
  display: block;
  height: 100% !important;
  width: calc(100 / var(--xo-value, 0) * 100%) !important;
  max-width: none !important;
  object-fit: cover !important;
  pointer-events: none; }

xo-image-comparison-before xo-image-comparison-label {
  left: 0; }

xo-image-comparison-handle {
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--xo-value, 0) * 1%);
  z-index: 9;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
  cursor: ew-resize; }

xo-image-comparison-handle-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  cursor: ew-resize; }

xo-masonry {
  display: block;
  position: relative; }

xo-masonry-item {
  display: block !important; }

xo-cursor-item {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: block;
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  pointer-events: none; }

xo-cursor-item[xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1); }

:where([is=xo-cursor][xo-absolute]) {
  position: relative; }

[is=xo-cursor][xo-absolute] xo-cursor-item {
  position: absolute; }

xo-scroll-carousel {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  user-select: none;
  touch-action: pan-y; }

xo-scroll-carousel[xo-rtl]:not([xo-rtl=false]) {
  direction: rtl; }

xo-scroll-carousel > * {
  display: flex;
  flex-wrap: nowrap; }

xo-scroll-carousel > * > * {
  flex-shrink: 0;
  padding-inline-end: var(--xo-gap, 30px); }

xo-scroll-carousel-next, xo-scroll-carousel-prev {
  display: block;
  cursor: pointer; }

xo-magnetic, xo-magnetic-content {
  display: inline-block;
  will-change: transform; }

xo-line-chart {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

xo-line-chart svg {
  position: absolute;
  top: 0;
  left: 0; }

xo-scroll-scene {
  position: relative;
  display: block; }

xo-scroll-scene-inner {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh; }

xo-scroll-scene-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden; }

xo-scroll-scene-item[xo-active]:not([xo-active=false]) {
  pointer-events: auto;
  visibility: visible; }

xo-collection-tabs,
xo-collection-tabs-trigger,
xo-collection-tabs-content {
  display: block; }

xo-intersection-video {
  display: block; }

xo-global-function {
  display: block; }

xo-item {
  display: block; }

xo-grid-hover-expand {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--xo-grid-row-gap, 2rem) / -2);
  margin-top: calc(var(--xo-grid-col-gap, 2rem) * -1); }

xo-grid-hover-expand > * {
  width: calc(100% / var(--xs)) !important;
  padding-top: var(--xo-grid-col-gap, 2rem);
  padding-inline: calc(var(--xo-grid-row-gap, 2rem) / 2); }

@media (min-width: 576px) {
  xo-grid-hover-expand > * {
    width: calc(100% / var(--sm)) !important; } }

@media (min-width: 768px) {
  xo-grid-hover-expand > * {
    width: calc(100% / var(--md)) !important; } }

@media (min-width: 992px) {
  xo-grid-hover-expand > * {
    width: calc(100% / var(--lg)) !important; } }

.xo-hidden {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important; }

.po-top {
  border-bottom: 1px solid #00000029;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex; }

.purchase-option-1.subscribe.down {
  text-decoration: underline;
  flex-flow: column;
  align-items: stretch;
  text-decoration: none; }

.purchase-option-1.subscribe {
  border-color: #05b67a;
  justify-content: space-between;
  align-items: flex-start; }

.icon-embed-xxsmall.ig {
  color: #05b67a;
  -webkit-text-stroke-color: #05b67a; }

.po-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex; }

.text-size-tiny.mgtop {
  margin-top: 6px; }

.text-size-tiny {
  font-size: 1.2rem; }

.radio-button-label.boldish {
  font-weight: 600; }

.product-header7_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.mobile-product-arrows {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 0;
  padding: 0 16px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  pointer-events: none; }

.product-header7_gallery-slider:hover .mobile-product-arrows {
  opacity: 1;
  transition: opacity 1s ease; }

.mobile-product-arrows button {
  pointer-events: all; }

.price-tag-top-line {
  font-size: 9.6px; }

.product-header7_component .mobile-arrow {
  background: #eee;
  border: 1px solid black; }

.product-header7_component .mobile-arrow svg {
  width: 16px; }

.one-time-optionn {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  text-decoration: none; }

.mobile-arrow {
  pointer-events: all;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #2B3530E5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.mobile-arrow svg {
  display: block; }

.mobile-arrow:active {
  transform: scale(0.95); }

/* .section-header {
    display: none;
} */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif; }

body {
  margin: 0; }

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

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none !important; }

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

audio:not([controls]) {
  height: 0;
  display: none; }

[hidden],
template {
  display: none; }

a {
  background-color: #0000; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important; }

.w-icon-slider-right:before {
  content: "î˜€"; }

.w-icon-slider-left:before {
  content: "î˜"; }

.w-icon-nav-menu:before {
  content: "î˜‚"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "î˜ƒ"; }

.w-icon-file-upload-remove:before {
  content: "î¤€"; }

.w-icon-file-upload-icon:before {
  content: "î¤ƒ"; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }

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

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important; }

.w-code-block {
  margin: unset; }

pre.w-code-block code {
  all: inherit; }

pre.w-code-block code > span {
  display: block !important; }

.w-optimization {
  display: contents; }

.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset; }

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important; }

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold; }

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px; }

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px; }

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px; }

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px; }

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px; }

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0 0 10px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px; }

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

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  padding: 0;
  position: relative; }

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none; }

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none; }

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block; }

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block; }

.w-input::placeholder,
.w-select::placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed; }

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-color: #f3f3f3; }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block; }

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block; }

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-radio:after {
  clear: both; }

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal; }

.w-file-upload {
  margin-bottom: 10px;
  display: block; }

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden; }

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block; }

.w-file-upload-error {
  margin-top: 10px;
  display: block; }

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none; }

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex; }

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block; }

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block; }

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block; }

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block; }

.w-icon-file-upload-uploading {
  height: 20px; }

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

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333%; }

.w-col-2 {
  width: 16.6667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.3333%; }

.w-col-5 {
  width: 41.6667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.3333%; }

.w-col-8 {
  width: 66.6667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.3333%; }

.w-col-11 {
  width: 91.6667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }
  .w-hidden-main {
    display: inherit !important; }
  .w-hidden-medium {
    display: none !important; }
  .w-col-medium-1 {
    width: 8.33333%; }
  .w-col-medium-2 {
    width: 16.6667%; }
  .w-col-medium-3 {
    width: 25%; }
  .w-col-medium-4 {
    width: 33.3333%; }
  .w-col-medium-5 {
    width: 41.6667%; }
  .w-col-medium-6 {
    width: 50%; }
  .w-col-medium-7 {
    width: 58.3333%; }
  .w-col-medium-8 {
    width: 66.6667%; }
  .w-col-medium-9 {
    width: 75%; }
  .w-col-medium-10 {
    width: 83.3333%; }
  .w-col-medium-11 {
    width: 91.6667%; }
  .w-col-medium-12 {
    width: 100%; }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important; }
  .w-hidden-small {
    display: none !important; }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }
  .w-col {
    width: 100%;
    left: auto;
    right: auto; }
  .w-col-small-1 {
    width: 8.33333%; }
  .w-col-small-2 {
    width: 16.6667%; }
  .w-col-small-3 {
    width: 25%; }
  .w-col-small-4 {
    width: 33.3333%; }
  .w-col-small-5 {
    width: 41.6667%; }
  .w-col-small-6 {
    width: 50%; }
  .w-col-small-7 {
    width: 58.3333%; }
  .w-col-small-8 {
    width: 66.6667%; }
  .w-col-small-9 {
    width: 75%; }
  .w-col-small-10 {
    width: 83.3333%; }
  .w-col-small-11 {
    width: 91.6667%; }
  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }
  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important; }
  .w-hidden-tiny {
    display: none !important; }
  .w-col {
    width: 100%; }
  .w-col-tiny-1 {
    width: 8.33333%; }
  .w-col-tiny-2 {
    width: 16.6667%; }
  .w-col-tiny-3 {
    width: 25%; }
  .w-col-tiny-4 {
    width: 33.3333%; }
  .w-col-tiny-5 {
    width: 41.6667%; }
  .w-col-tiny-6 {
    width: 50%; }
  .w-col-tiny-7 {
    width: 58.3333%; }
  .w-col-tiny-8 {
    width: 66.6667%; }
  .w-col-tiny-9 {
    width: 75%; }
  .w-col-tiny-10 {
    width: 83.3333%; }
  .w-col-tiny-11 {
    width: 91.6667%; }
  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  text-align: center; }

.w-widget-map .gm-style-iw > button {
  display: none !important; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden; }

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em; }

.w-background-video--control > [hidden] {
  display: none !important; }

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative; }

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 24px; }

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative; }

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0; }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336; }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: #2226; }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.swiper-pagination-bullet {
  background-color: #2226 !important; }

.swiper-pagination-bullet-active {
  background-color: #222 !important; }

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff; }

.w-slider-dot:focus.w-active {
  box-shadow: none; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0; }

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden; }

.w-slider-force-show {
  display: block !important; }

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block; }

.w-dropdown-toggle:focus {
  outline: 0; }

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-dropdown-link:focus {
  outline: 0; }

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px; } }

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0); }

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto; }

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden; }

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block; }

.w-lightbox-figure {
  margin: 0;
  position: relative; }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto; }

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; }

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0; }

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0; }

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0; }

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0; }

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden; }

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0); }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%); }

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%; }

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px; }

.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }
  .w-lightbox-left,
  .w-lightbox-right {
    opacity: .5;
    display: block; }
  .w-lightbox-close {
    opacity: .8; }
  .w-lightbox-control:hover {
    opacity: 1; } }

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0; }

.w-richtext figure {
  max-width: 60%;
  position: relative; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6; }

.w-richtext figure div {
  color: #0000;
  font-size: 0; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px; }

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative; }

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative; }

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  float: right;
  position: relative; }

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden; }

.w-nav-overlay [data-nav-menu-open] {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto; }

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative; }

.w-nav-button:focus {
  outline: 0; }

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block; }

.w--nav-dropdown-list-open {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }
  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative; }

.w-tab-link.w--current {
  background-color: #c8c8c8; }

.w-tab-link:focus {
  outline: 0; }

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden; }

.w-tab-pane {
  display: none;
  position: relative; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px; }

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important; }

.wf-layout-layout {
  display: grid; }

:root {
  --color-scheme-1--background: #f6f6ed;
  --_typography---font-styles--heading: Geist, sans-serif;
  --color-scheme-1--text: var(--_ui-styles---body-green);
  --_primitives---colors--white: #fff;
  --_ui-styles---cta-yellow: #eff875;
  --alt-green: #3c4943;
  --_ui-styles---body-green: #2b3530;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---colors--neutral-darkest: black;
  --_ui-styles---radius--small: 8px;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_ui-styles---radius--medium: 16px;
  --_ui-styles---icon-green: #05b67a;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--body: Geist, sans-serif;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 24px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---opacity--neutral-darkest-40: #0006;
  --second-green: #394740;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-20: #fff3;
  --background-brown-alt: #583e26;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black; }

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px; }

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec; }

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec; }

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2; }

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2; }

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2; }

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3; }

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4; }

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4; }

p {
  margin-bottom: 0; }

a {
  color: var(--color-scheme-1--text);
  cursor: pointer; }

ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 20px; }

ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 24px; }

li {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 8px; }

img {
  max-width: 100%;
  display: inline-block; }

label {
  margin-bottom: 4px;
  font-weight: 500; }

blockquote {
  border-left: 3px solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.5; }

figure {
  margin-top: 48px;
  margin-bottom: 48px; }

figcaption {
  text-align: center;
  margin-top: 4px; }

.z-index-2 {
  z-index: 2;
  position: relative; }

.max-width-full {
  width: 100%;
  max-width: none; }

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%; }

.overflow-hidden {
  overflow: hidden; }

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%; }

.z-index-1 {
  z-index: 1;
  position: relative; }

.hide {
  display: none; }

.text-style-link {
  text-decoration: underline; }

.max-width-xlarge {
  width: 100%;
  max-width: 1024px; }

.max-width-medium {
  width: 100%;
  max-width: 560px; }

.max-width-xsmall {
  width: 100%;
  max-width: 400px; }

.max-width-xxsmall {
  width: 100%;
  max-width: 320px; }

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.max-width-xxlarge {
  width: 100%;
  max-width: 1280px; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.spacing-clean {
  margin: 0;
  padding: 0; }

.max-width-large {
  width: 100%;
  max-width: 768px; }

.max-width-large.alt {
  max-width: 832px; }

.max-width-small {
  width: 100%;
  max-width: 480px; }

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex; }

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 320px;
  display: flex; }

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex; }

.utility_image {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto; }

.container-medium {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.container-small {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }

.margin-tiny {
  margin: 4px; }

.margin-xxsmall {
  margin: 8px; }

.margin-xsmall {
  margin: 16px; }

.margin-small {
  margin: 24px; }

.margin-medium {
  margin: 32px; }

.margin-large {
  margin: 48px; }

.margin-xlarge {
  margin: 64px; }

.margin-xxlarge {
  margin: 80px; }

.margin-huge {
  margin: 96px; }

.margin-xhuge {
  margin: 112px; }

.margin-xxhuge {
  margin: 160px; }

.margin-0 {
  margin: 0; }

.padding-0 {
  padding: 0; }

.padding-tiny {
  padding: 4px; }

.padding-xxsmall {
  padding: 8px; }

.padding-xsmall {
  padding: 16px; }

.padding-small {
  padding: 24px; }

.padding-medium {
  padding: 32px; }

.padding-large {
  padding: 48px; }

.padding-xlarge {
  padding: 64px; }

.padding-xxlarge {
  padding: 80px; }

.padding-huge {
  padding: 96px; }

.padding-xhuge {
  padding: 112px; }

.padding-xxhuge {
  padding: 160px; }

.margin-top,
.margin-top.margin-custom1,
.margin-top.margin-huge,
.margin-top.margin-small,
.margin-top.margin-tiny,
.margin-top.margin-custom3,
.margin-top.margin-medium,
.margin-top.margin-xxsmall,
.margin-top.margin-xxhuge,
.margin-top.margin-custom2,
.margin-top.margin-xsmall,
.margin-top.margin-large,
.margin-top.margin-xxlarge,
.margin-top.margin-xlarge,
.margin-top.margin-0,
.margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom.margin-xxlarge {
  z-index: 4;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.margin-bottom.margin-medium,
.margin-bottom.margin-custom3,
.margin-bottom.margin-custom1,
.margin-bottom.margin-tiny,
.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom.margin-small.flex-left {
  display: flex; }

.margin-bottom.margin-small.not-on-dt {
  margin-bottom: 0; }

.margin-bottom.margin-large,
.margin-bottom.margin-0,
.margin-bottom.margin-xlarge,
.margin-bottom.margin-xhuge,
.margin-bottom.margin-xxhuge,
.margin-bottom.margin-huge,
.margin-bottom.margin-xxsmall,
.margin-bottom.margin-custom2,
.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-bottom.margin-xl {
  margin-bottom: 64px; }

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; }

.margin-left,
.margin-left.margin-tiny,
.margin-left.margin-xxlarge,
.margin-left.margin-0,
.margin-left.margin-small,
.margin-left.margin-xsmall,
.margin-left.margin-large,
.margin-left.margin-huge,
.margin-left.margin-xlarge,
.margin-left.margin-custom3,
.margin-left.margin-xxsmall,
.margin-left.margin-custom1,
.margin-left.margin-custom2,
.margin-left.margin-xhuge,
.margin-left.margin-xxhuge,
.margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0; }

.margin-right,
.margin-right.margin-huge,
.margin-right.margin-xsmall,
.margin-right.margin-xxhuge,
.margin-right.margin-small,
.margin-right.margin-medium,
.margin-right.margin-xlarge,
.margin-right.margin-custom3,
.margin-right.margin-custom2,
.margin-right.margin-xxsmall,
.margin-right.margin-xhuge,
.margin-right.margin-custom1,
.margin-right.margin-large,
.margin-right.margin-0,
.margin-right.margin-xxlarge,
.margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0; }

.margin-vertical,
.margin-vertical.margin-medium,
.margin-vertical.margin-xlarge,
.margin-vertical.margin-xxsmall,
.margin-vertical.margin-xxlarge,
.margin-vertical.margin-huge,
.margin-vertical.margin-0,
.margin-vertical.margin-xxhuge,
.margin-vertical.margin-tiny,
.margin-vertical.margin-xsmall,
.margin-vertical.margin-custom1,
.margin-vertical.margin-small,
.margin-vertical.margin-large,
.margin-vertical.margin-xhuge,
.margin-vertical.margin-custom2,
.margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0; }

.margin-horizontal,
.margin-horizontal.margin-medium,
.margin-horizontal.margin-tiny,
.margin-horizontal.margin-custom3,
.margin-horizontal.margin-0,
.margin-horizontal.margin-xxlarge,
.margin-horizontal.margin-xhuge,
.margin-horizontal.margin-huge,
.margin-horizontal.margin-xlarge,
.margin-horizontal.margin-custom1,
.margin-horizontal.margin-xxsmall,
.margin-horizontal.margin-xsmall,
.margin-horizontal.margin-large,
.margin-horizontal.margin-custom2,
.margin-horizontal.margin-small,
.margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0; }

.padding-top,
.padding-top.padding-xhuge,
.padding-top.padding-xxhuge,
.padding-top.padding-0,
.padding-top.padding-large,
.padding-top.padding-custom2,
.padding-top.padding-xlarge,
.padding-top.padding-huge,
.padding-top.padding-xxsmall,
.padding-top.padding-custom3,
.padding-top.padding-tiny,
.padding-top.padding-medium,
.padding-top.padding-xxlarge,
.padding-top.padding-small,
.padding-top.padding-xsmall,
.padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.padding-bottom,
.padding-bottom.padding-xlarge,
.padding-bottom.padding-small,
.padding-bottom.padding-xxhuge,
.padding-bottom.padding-large,
.padding-bottom.padding-xhuge,
.padding-bottom.padding-custom2,
.padding-bottom.padding-xxsmall,
.padding-bottom.padding-xxlarge,
.padding-bottom.padding-custom3,
.padding-bottom.padding-custom1,
.padding-bottom.padding-xsmall,
.padding-bottom.padding-huge,
.padding-bottom.padding-tiny,
.padding-bottom.padding-medium,
.padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.padding-left,
.padding-left.padding-xhuge,
.padding-left.padding-xlarge,
.padding-left.padding-0,
.padding-left.padding-small,
.padding-left.padding-xsmall,
.padding-left.padding-medium,
.padding-left.padding-xxhuge,
.padding-left.padding-huge,
.padding-left.padding-custom1,
.padding-left.padding-tiny,
.padding-left.padding-xxsmall,
.padding-left.padding-custom3,
.padding-left.padding-custom2,
.padding-left.padding-xxlarge,
.padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

.padding-right,
.padding-right.padding-xxhuge,
.padding-right.padding-custom2,
.padding-right.padding-large,
.padding-right.padding-xlarge,
.padding-right.padding-tiny,
.padding-right.padding-custom3,
.padding-right.padding-custom1,
.padding-right.padding-xsmall,
.padding-right.padding-xxlarge,
.padding-right.padding-xxsmall,
.padding-right.padding-medium,
.padding-right.padding-xhuge,
.padding-right.padding-huge,
.padding-right.padding-0,
.padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }

.padding-vertical,
.padding-vertical.padding-0,
.padding-vertical.padding-xxhuge,
.padding-vertical.padding-large,
.padding-vertical.padding-custom3,
.padding-vertical.padding-medium,
.padding-vertical.padding-tiny,
.padding-vertical.padding-xxlarge,
.padding-vertical.padding-custom1,
.padding-vertical.padding-xsmall,
.padding-vertical.padding-xhuge,
.padding-vertical.padding-xlarge,
.padding-vertical.padding-custom2,
.padding-vertical.padding-xxsmall,
.padding-vertical.padding-huge,
.padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0; }

.padding-horizontal,
.padding-horizontal.padding-xxsmall,
.padding-horizontal.padding-0,
.padding-horizontal.padding-custom3,
.padding-horizontal.padding-huge,
.padding-horizontal.padding-xsmall,
.padding-horizontal.padding-medium,
.padding-horizontal.padding-xxlarge,
.padding-horizontal.padding-large,
.padding-horizontal.padding-xhuge,
.padding-horizontal.padding-custom1,
.padding-horizontal.padding-tiny,
.padding-horizontal.padding-custom2,
.padding-horizontal.padding-xxhuge,
.padding-horizontal.padding-small,
.padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.text-weight-medium {
  font-weight: 500; }

.text-size-medium {
  color: var(--color-scheme-1--text);
  font-size: 18px; }

.text-size-medium.hero-alt {
  margin-bottom: 16px; }

.text-size-medium.mb {
  color: var(--_primitives---colors--white);
  margin-bottom: 16px; }

.text-size-medium.max-width-large {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

.text-size-medium.all-caps {
  text-transform: uppercase; }

.text-size-medium.mt {
  color: var(--_primitives---colors--white);
  margin-top: 20px; }

.text-size-medium.tag-title {
  margin-bottom: 4px;
  font-weight: 500; }

.text-size-medium.tag-title.center-on-dt {
  text-align: center; }

.text-size-medium.whit,
.text-size-medium.white {
  color: var(--_primitives---colors--white); }

.margin-top-auto {
  margin-top: auto; }

.text-style-quote {
  border-left: 3px solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: 12px 20px;
  font-size: 20px;
  line-height: 1.5; }

.icon-embed-small {
  width: 32px;
  height: 32px;
  color: var(--_ui-styles---cta-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.icon-embed-small.green {
  color: var(--alt-green); }

.heading-style-h2 {
  letter-spacing: -2.5px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.1; }

.heading-style-h2.alt {
  font-size: 56px; }

.heading-style-h2.white {
  color: var(--_primitives---colors--white);
  padding: 14px; }

.heading-style-h2.white.custom-text {
  font-size: 16px; }

.heading-style-h2.altgreen {
  color: #1e971a; }

.heading-style-h2.altgreen.centered {
  color: var(--_ui-styles---body-green); }

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 24px;
  padding: 4px 8px;
  font-size: 56px;
  font-weight: 700; }

.heading-style-h6 {
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4; }

.heading-style-h6.align-center {
  text-align: center; }

.rl-styleguide_item-row {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
  align-items: center; }

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 304px 1fr; }

.icon-1x1-xsmall {
  width: 24px;
  height: 24px; }

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative; }

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024; }

.rl-styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid; }

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex; }

.icon-embed-medium.yellow {
  color: var(--_ui-styles---cta-yellow); }

.icon-embed-medium.play-button {
  color: var(--_primitives---opacity--white-60);
  background-color: #fff0; }

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 18px;
  display: flex; }

.form_radio.is-alternate {
  color: var(--_primitives---colors--white); }

.heading-style-h5 {
  font-size: 20.8px;
  font-weight: 700;
  line-height: 1.4; }

.text-style-strikethrough {
  text-decoration: line-through; }

.heading-style-h1 {
  letter-spacing: -3px;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1; }

.heading-style-h1.white {
  color: var(--_primitives---colors--white); }

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: -20px;
  margin-right: 8px;
  transition: all .2s; }

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000; }

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000; }

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white); }

.form_checkbox-label {
  margin-bottom: 0; }

.text-size-tiny {
  font-size: 12px; }

.text-size-tiny._60 {
  color: var(--_primitives---opacity--white-60); }

.text-size-tiny.align-right {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_ui-styles---cta-yellow);
  text-align: right;
  margin-top: 1px;
  padding: 4px 7px; }

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

.text-size-tiny.mgtop {
  margin-top: 6px; }

.form_field-label {
  margin-bottom: 8px;
  font-weight: 400; }

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>); }

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px; }

.button.is-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex; }

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button.is-small {
  padding: 8px 20px; }

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.text-weight-normal {
  font-weight: 400; }

.heading-style-h4 {
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3; }

.text-style-italic {
  font-style: italic; }

.icon-1x1-xxsmall {
  width: 16px;
  height: 16px; }

.form_radio-label {
  margin-bottom: 0; }

.rl-styleguide_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 16px;
  display: grid; }

.rl-styleguide_item.is-stretch {
  grid-row-gap: 16px;
  justify-items: stretch; }

.icon-1x1-xlarge {
  width: 104px;
  height: 104px; }

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e; }

.text-weight-light {
  font-weight: 300; }

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: 4px 8px;
  font-size: 12px;
  display: inline-block; }

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6; }

.text-size-regular {
  font-size: 16px; }

.text-weight-xbold {
  font-weight: 800; }

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

.text-weight-bold {
  font-weight: 700; }

.icon-height-xlarge {
  height: 104px; }

.heading-style-h3 {
  letter-spacing: -2.5px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2; }

.heading-style-h3.white {
  color: var(--color-scheme-1--foreground); }

.heading-style-h3.bold {
  font-weight: 500; }

.icon-1x1-large {
  width: 80px;
  height: 80px; }

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 44px;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.6; }

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest); }

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60); }

.form_input.is-text-area {
  height: auto;
  min-height: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: auto; }

.form_input.is-select-input {
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebcc_chevron-down.svg");
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto; }

.form_input.is-select-input.is-alternate {
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebd2_chevron-down-white.svg"); }

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60); }

.form_input.is-quantity-input {
  border-color: var(--color-scheme-1--text);
  border-radius: var(--_ui-styles---radius--medium);
  width: 64px; }

.form_input.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest); }

.rl-styleguide_button-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid; }

.rl-styleguide_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 64px; }

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex; }

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex; }

.button-group.ceneterd,
.button-group.is-center {
  justify-content: center;
  align-items: center; }

.button-group.is-center {
  justify-content: center; }

.text-color-white {
  color: var(--_primitives---colors--white); }

.background-color-white {
  background-color: var(--_primitives---colors--white); }

.text-weight-semibold {
  font-weight: 600; }

.text-style-muted {
  opacity: .6; }

.text-style-nowrap {
  white-space: nowrap; }

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex; }

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d; }

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest); }

.icon-embed-xxsmall {
  width: 16px;
  height: 16px;
  color: var(--_ui-styles---cta-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.icon-embed-xxsmall.gn {
  color: var(--_ui-styles---body-green); }

.icon-embed-xxsmall.gh {
  background-color: var(--_ui-styles---body-green);
  border-radius: 5px; }

.icon-embed-xxsmall.green {
  color: var(--alt-green); }

.icon-embed-xxsmall.ig {
  color: #05b67a;
  -webkit-text-stroke-color: var(--_ui-styles---icon-green); }

.icon-embed-xsmall {
  width: 24px;
  height: 24px;
  color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto; }

.icon-embed-xsmall.yes {
  color: var(--_ui-styles---cta-yellow); }

.icon-embed-xsmall.blk {
  background-color: #fff0; }

.icon-embed-xsmall.fixed {
  position: absolute; }

.icon-embed-xsmall.green {
  color: var(--alt-green); }

.icon-height-xxsmall {
  height: 16px; }

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest); }

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f; }

.icon-1x1-custom1 {
  width: 20px;
  height: 20px; }

.rl-styleguide_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex; }

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 16px;
  padding: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1; }

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 16px;
  font-weight: 400; }

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: -18px;
  margin-right: 8px; }

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000; }

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0; }

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white); }

.rl-styleguide_shadows-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start; }

.form_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.text-style-allcaps {
  text-transform: uppercase; }

.icon-height-custom1 {
  height: 20px; }

.text-align-center {
  text-align: center;
  font-style: normal; }

.text-size-small {
  font-size: 14px; }

.text-size-small.caps {
  text-transform: uppercase; }

.text-size-small.caps.light {
  font-weight: 300; }

.class-label-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.form_field-wrapper {
  position: relative; }

.icon-height-small {
  height: 32px; }

.icon-height-large {
  height: 80px; }

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008; }

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  display: flex; }

.icon-1x1-small {
  width: 32px;
  height: 32px; }

.class-label-row {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  display: flex; }

.text-rich-text h1 {
  margin-top: 32px;
  margin-bottom: 16px; }

.text-rich-text blockquote {
  margin-top: 24px;
  margin-bottom: 24px;
  font-style: italic; }

.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 24px;
  margin-bottom: 16px; }

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 20px;
  margin-bottom: 16px; }

.text-rich-text p {
  margin-bottom: 16px; }

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: 8px;
  padding-left: 8px;
  font-size: 14px; }

.icon-height-medium {
  height: 48px; }

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex; }

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white); }

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f; }

.icon-1x1-medium {
  width: 48px;
  height: 48px; }

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008; }

.text-size-large {
  font-size: 20px; }

.icon-height-xsmall {
  height: 24px; }

.pointer-events-auto {
  pointer-events: auto; }

.rl-styleguide_spacing-all {
  display: none; }

.pointer-events-none {
  pointer-events: none; }

.padding-section-small {
  padding-top: 48px;
  padding-bottom: 48px; }

.padding-section-small.alt-top {
  padding-top: 96px; }

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 48px;
  height: 48px;
  position: relative; }

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>); }

.padding-global {
  padding-left: 5%;
  padding-right: 5%; }

.padding-section-medium {
  padding-top: 160px;
  padding-bottom: 80px; }

.padding-section-medium.alt {
  padding-top: 64px;
  padding-bottom: 64px; }

.padding-section-large {
  padding-top: 112px;
  padding-bottom: 112px; }

.padding-section-large.no-btm {
  padding-bottom: 32px; }

.padding-section-large.alt-bottom-hero {
  padding-top: 64px; }

.padding-section-large.nobtm {
  padding-bottom: 0; }

.padding-section-large.alt-1 {
  padding-bottom: 32px; }

.spacer-tiny {
  width: 100%;
  padding-top: 4px; }

.spacer-xxsmall {
  width: 100%;
  padding-top: 8px; }

.spacer-xsmall {
  width: 100%;
  padding-top: 16px; }

.spacer-small {
  width: 100%;
  padding-top: 24px; }

.spacer-medium {
  width: 100%;
  padding-top: 32px; }

.spacer-large {
  width: 100%;
  padding-top: 48px; }

.spacer-xlarge {
  width: 100%;
  padding-top: 64px; }

.spacer-xxlarge {
  width: 100%;
  padding-top: 80px; }

.spacer-huge {
  width: 100%;
  padding-top: 96px; }

.spacer-xhuge {
  width: 100%;
  padding-top: 112px; }

.spacer-xxhuge {
  width: 100%;
  padding-top: 160px; }

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 16px;
  padding: 8px;
  position: sticky;
  top: 16px; }

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: 8px 16px;
  text-decoration: none; }

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background); }

.rl-styleguide_subheading-small {
  font-size: 16px;
  font-weight: 400; }

.rl-styleguide_background-color-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr; }

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex; }

.aspect-ratio-square {
  aspect-ratio: 1; }

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 48px;
  height: 100%;
  position: relative; }

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3; }

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2; }

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9; }

.form_message-success-wrapper {
  margin-top: 16px;
  padding: 0; }

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex; }

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex; }

.form_message-error-wrapper {
  margin-top: 16px;
  padding: 0; }

.rl-styleguide_component {
  grid-column-gap: 0px;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid; }

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 800px;
  height: 100vh;
  max-height: 960px; }

.rl-styleguide_content {
  max-width: 560px;
  margin-left: 5vw;
  margin-right: 80px; }

.delete-this {
  display: flex; }

.rl-styleguide_image-wrapper {
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/6951a6f931cf534ee2fdebcb_Webflow%20Background.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex; }

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block; }

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white); }

.text-style-tagline.yellow-highlight {
  background-color: var(--_ui-styles---cta-yellow);
  text-transform: capitalize;
  padding-left: 5px;
  padding-right: 5px; }

.rl-styleguide_form-wrapper {
  padding-right: 24px; }

.tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: 2.8px 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex; }

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block; }

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.rl-styleguide_scheme-foreground {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 16px;
  display: flex; }

.rl-styleguide_scheme-wrapper {
  padding: 16px; }

.rl-styleguide_scheme-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid; }

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent); }

.rl-styleguide_scheme {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch; }

.rl-styleguide_radius-large-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr; }

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover; }

.rl-styleguide_radius-medium-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover; }

.rl-styleguide_radius-small-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover; }

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 48px;
  padding: 4px;
  display: flex; }

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 8px 24px; }

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background); }

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 64px;
  display: flex; }

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center; }

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: 8px 16px;
  text-decoration: none; }

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground); }

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 48px;
  height: 48px;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex; }

.slider-arrow.is-bottom-previous {
  inset: auto 64px 0% auto; }

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto; }

.slider-arrow.is-centre-previous {
  bottom: 64px; }

.slider-arrow.is-centre-previous.hide-mobile-landscape {
  background-color: #f6f6c6; }

.slider-arrow.is-centre-next {
  bottom: 64px; }

.slider-arrow.is-centre-next.hide-mobile-landscape {
  background-color: #f6f6c6; }

.slider-arrow-icon_default {
  width: 16px;
  height: 16px;
  color: var(--alt-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.hidden-ui-elements {
  display: none; }

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex; }

.rl-styleguide_logo {
  width: 160px; }

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 24px;
  text-decoration: none; }

.button-2.is-secondary {
  color: #000;
  background-color: #0000; }

.button-2.is-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex; }

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center; }

.text-block {
  font-size: 32px; }

.link {
  text-decoration: underline; }

.section_header132 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.header132_content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 20px;
  display: grid; }

.button-3 {
  border: 1px solid var(--_ui-styles---body-green);
  background-color: var(--_ui-styles---cta-yellow);
  color: var(--_ui-styles---body-green);
  text-align: center;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none; }

.button-3.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-3.stretch {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex; }

.button-3.flex {
  display: flex; }

.button-3.alt-whit {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.header132_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative; }

.header132_image-wrapper2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 30%;
  position: absolute;
  inset: 10% auto auto 0%;
  overflow: hidden; }

.header132_image2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%; }

.header132_image-wrapper1 {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: 15%;
  overflow: hidden; }

.header132_image1 {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%; }

.body {
  background-color: var(--_ui-styles---body-green); }

.section_header148 {
  color: var(--_primitives---colors--white);
  background-color: #353f3a; }

.header148_component {
  flex-direction: column; }

.header148_form-block {
  max-width: 480px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.header148_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: flex; }

.button-4 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.header148_lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.header148_lightbox-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.lightbox-play-icon {
  z-index: 2;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute; }

.video-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  object-position: 50% 0%;
  padding-top: 15px;
  padding-left: 20px;
  position: absolute;
  inset: 0%; }

.accordion2_component {
  border: 1px solid var(--_ui-styles---cta-yellow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px; }

.accordion2_component.alt {
  border-color: var(--second-green);
  border-radius: var(--_ui-styles---radius--medium); }

.accordion2_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex; }

.accordion2_icon {
  align-self: flex-start;
  width: 32px;
  margin-left: 24px;
  display: flex;
  transition: .3s transform ease; }

.active .accordion2_icon {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d; }

.accordion2_bottom {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden; }

.yellow-bold-caps {
  color: var(--_ui-styles---cta-yellow);
  text-transform: none; }

.div-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: block; }

.image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 11px; }

.text-checks {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex; }

.section-check-marks {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20.8px;
  font-weight: 600;
  display: flex; }

.grid {
  justify-items: center; }

.grid.section-margin-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  margin-top: 32px;
  display: grid; }

.grid.section-margin-top._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.navbar14_component {
  color: var(--color-scheme-1--text);
  background-color: #0000;
  align-items: center;
  margin-top: 24px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto; }

.navbar14_component.delete-this-class {
  display: block;
  position: fixed; }

.navbar14_component.alt-to-fixed-bottom {
  position: fixed;
  inset: auto 0% 10px; }

.navbar-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  width: 100%;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 32px; }

.navbar-instructions-item {
  padding-left: 8px; }

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex; }

.navbar14_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  background-color: #34423b;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  min-height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 16px;
  display: flex; }

.navbar14_logo-link {
  padding-left: 0; }

.navbar14_menu {
  align-items: center;
  display: flex;
  position: static; }

.navbar14_menu-link-wrapper {
  display: flex; }

.navbar14_link {
  padding: 8px 16px; }

.navbar14_link.w--current {
  color: var(--_primitives---colors--neutral-darkest); }

.navbar14_dropdown-toggle {
  grid-column-gap: 8px;
  align-items: center;
  padding: 8px 16px;
  display: flex; }

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex; }

.navbar14_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: 8px;
  position: absolute; }

.navbar14_dropdown-link {
  padding: 8px 16px; }

.navbar14_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest); }

.navbar14_button-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  display: flex; }

.button-5 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex; }

.button-5.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-5.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button-5.is-secondary.white {
  border-color: var(--_primitives---colors--white);
  border-radius: var(--_ui-styles---radius--small);
  color: var(--_primitives---colors--white); }

.button-5.is-small {
  padding: 8px 20px; }

.button-5.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button-5.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px; }

.navbar14_menu-button {
  padding: 0; }

.text-span {
  font-weight: 600; }

.time-tag-wrapper {
  background-color: var(--_ui-styles---body-green);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 19.2px;
  position: absolute;
  inset: auto auto 16px 16px; }

.time-tag-wrapper.right {
  inset: auto 16px 16px auto; }

.code-embed {
  display: block; }

.section_cta39 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--color-scheme-1--text); }

.section_cta39.green {
  background-color: var(--_ui-styles---body-green); }

.cta39_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--alt-green);
  color: var(--_primitives---colors--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden; }

.cta39_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  display: flex; }

.cta39_image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex; }

.cta39_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%; }

.section_comparison5 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.section_comparison5.green {
  background-color: var(--_ui-styles---body-green); }

.comparison5_component {
  background-color: var(--_primitives---opacity--neutral-darkest-20);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px; }

.comparison5_content {
  width: 100%; }

.comparison5_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--_primitives---opacity--white-20);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr; }

.comparison5_top-row-title {
  align-items: flex-end;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex; }

.comparison5_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex; }

.comparison5_top-row-content.background-color-secondary {
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  background-color: var(--alt-green); }

.comparison5_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  overflow: hidden; }

.comparison5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%; }

.comparison5_image.darken {
  filter: brightness(80%); }

.comparison5_list-row {
  width: 100%; }

.comparison5_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--_ui-styles---stroke--divider-width) none var(--color-scheme-1--border);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch; }

.comparison5_feature {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 24px; }

.comparison5_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  display: flex; }

.comparison5_row-content.background-color-secondary {
  background-color: var(--alt-green); }

.comparison5_row-content.background-color-secondary.bottom {
  border-bottom-left-radius: var(--_ui-styles---radius--medium);
  border-bottom-right-radius: var(--_ui-styles---radius--medium); }

.section_layout240 {
  background-color: var(--alt-green);
  color: var(--_primitives---colors--white); }

.layout240_list {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid; }

.layout240_item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex; }

.layout240_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }

.layout240_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.highlight-text {
  color: var(--_ui-styles---cta-yellow);
  text-transform: uppercase;
  font-size: 12.8px; }

.flex-ltor {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex; }

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.section_layout66 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.layout66_content {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid; }

.layout66_item-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid; }

.layout66_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.layout66_item-icon-wrapper {
  flex: none;
  align-self: flex-start; }

.yellow-bold {
  color: var(--_ui-styles---cta-yellow);
  font-weight: 600; }

.section_layout32 {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.section_layout32.green {
  background-color: var(--_ui-styles---body-green); }

.layout32_content {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.layout32_item-list {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: 8px;
  padding-bottom: 8px; }

.layout32_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex; }

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start; }

.layout32_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.layout32_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.mb {
  margin-bottom: 20px; }

.section_layout37 {
  position: relative; }

.layout37_component {
  z-index: 1;
  position: relative; }

.layout37_component h2,
.layout32_component h2,
.layout32_item-list .heading-style-h5,
.comparison5_component h2,
.content22_component .heading-style-h3,
.layout16_component .heading-style-h2 {
  color: #fff; }

.layout32_item-list .heading-style-h5 {
  margin: 0; }

.layout37_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%; }

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%; }

.layout37_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%; }

.layout37_background-image.mobile-only {
  display: none; }

.section_header15 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.section_header15.hero {
  padding-top: 32px; }

.section_header15.hero.brown {
  background-color: #583e26; }

.section_header15.alt.double-alt {
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_ui-styles---body-green); }

.header15_content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid; }

.top-line {
  font-size: 12.8px; }

.top-line.right {
  inset: auto 16px 16px auto; }

.header15_content-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: block; }

.header15_content-right.alt-grey {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex; }

.price {
  margin-top: 10px; }

.price.x-out {
  text-decoration: line-through; }

.price.x-out._1 {
  margin-top: 0; }

.price.yellow {
  color: var(--_ui-styles---cta-yellow);
  font-size: 20px; }

.price.yellow._1 {
  margin-top: 0; }

.header15_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden; }

.fixed-video-block {
  position: absolute;
  inset: auto 20px 20px auto; }

.hero-video-lb {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/696817cfbba622832c584a7a_Small%20thumb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex; }

.hero-bkg-vid {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  display: flex; }

.thumb-top {
  width: 100%;
  padding-top: 5px;
  padding-left: 10px; }

.title {
  font-size: 14.4px;
  text-decoration: none; }

.thumb-mid {
  justify-content: center;
  align-items: center;
  display: flex; }

.thumb-btm {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex; }

.thumb-text-btm {
  color: var(--_primitives---colors--neutral-lighter);
  font-size: 12.8px;
  display: flex; }

.header15_image {
  aspect-ratio: 2.39;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%; }

.header15_image.uw {
  aspect-ratio: 2.39; }

.flex-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.flex-left.full-width {
  width: 100%; }

.flex-left.full-width.white {
  color: var(--_primitives---colors--white); }

.price-tage-bottom {
  font-size: 12px; }

.points-wrapper.margin-bottom {
  margin-bottom: 20px; }

.yellow {
  color: var(--_ui-styles---cta-yellow);
  font-weight: 400; }

.header-image-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  aspect-ratio: auto;
  border-radius: var(--_ui-styles---radius--large);
  color: var(--_primitives---colors--white);
  background-image: url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/69537268a8448a0b92a35d19_2Group_20856636031.jpg");
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex; }

.video-clicker {
  aspect-ratio: 16 / 9;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  background-image: linear-gradient(#000000a1, #000000a1), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/696817cfbba622832c584a7a_Small%20thumb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 11px;
  transition: all .325s;
  display: flex;
  box-shadow: 6px 5px 5px #fff3; }

.video-clicker:hover {
  background-image: linear-gradient(#00000082, #00000082), url("https://cdn.prod.website-files.com/6951a6f831cf534ee2fdeb20/696817cfbba622832c584a7a_Small%20thumb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover; }

.flex-align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex; }

.section_layout2 {
  color: var(--_ui-styles---body-green);
  background-color: #faf9f8; }

.layout2_content {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.button-6 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-6.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-6.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button-6.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px; }

.layout2_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.layout2_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%; }

.layout2_lightbox-image.highlight-top {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%; }

.div-block-4.green.margin-top {
  color: var(--_primitives---colors--white);
  background-color: #1f4636;
  flex-flow: column;
  padding: 10px;
  display: inline-flex; }

.div-block-4.green.margin-top.alt {
  border-radius: var(--_ui-styles---radius--medium);
  justify-content: center;
  align-items: center; }

.trust-pilot_wrapper {
  margin-top: 64px; }

.section_layout308 {
  background-color: var(--color-scheme-1--background);
  color: #000; }

.layout308_content {
  grid-column-gap: 11.2px;
  grid-row-gap: 11.2px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.max-width-medium-2.centered {
  text-align: center; }

.layout308_list {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid; }

.image-tile-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.home-tile-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px; }

.card-heading-308 {
  color: var(--_ui-styles---body-green);
  margin-bottom: 15px;
  font-size: 22.4px; }

.card-308-subheading {
  color: #7e7e7e;
  margin-bottom: 20px;
  display: none; }

.spacer-bottom {
  height: 64px; }

.green-highlight {
  background-color: var(--alt-green);
  padding-left: 5px;
  padding-right: 5px; }

.white.smaller {
  color: var(--_primitives---colors--neutral-lightest); }

.align-center.auto-margin.green {
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: 400; }

.call-ot {
  grid-column-gap: 25.6px;
  grid-row-gap: 25.6px;
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex; }

.desktop-right {
  justify-content: flex-end;
  align-items: center;
  display: flex; }

.desktop-right.left {
  justify-content: flex-start;
  align-items: center; }

.section_header9 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.header9_component {
  flex-direction: column;
  height: 100svh;
  min-height: 100svh;
  display: flex; }

.header9_image-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative; }

.header9_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%; }

.header9_background-image {
  filter: drop-shadow(0 2px 5px #000000b3) brightness(70%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotateX(0) rotateY(-180deg) rotateZ(0); }

.header9_content-wrapper {
  grid-column-gap: 224px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid; }

.button-7 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-7.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.text-wrapper {
  max-width: 640px; }

.heading-text-1 {
  z-index: 2;
  position: relative; }

.hero-header-lead-text {
  color: var(--_primitives---colors--white);
  text-transform: uppercase; }

.section_layout254 {
  color: var(--color-scheme-1--text);
  background-color: #eae9e5; }

.layout254_content-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid; }

.layout254_content-bottom.mgn {
  margin-bottom: 32px; }

.layout254_left {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%; }

.layout254_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.layout254_item-icon-wrapper {
  display: inline-block; }

.layout254_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden; }

.layout254_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.layout254_image.scaled {
  aspect-ratio: 2; }

.layout254_right {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%; }

.button-8 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-8.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-8.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button-8.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px; }

.section_layout232 {
  background-color: var(--_ui-styles---body-green);
  color: var(--_primitives---colors--white); }

.layout232_list {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid; }

.layout232_item {
  border-left: 1px solid var(--_ui-styles---cta-yellow);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px; }

.button-9 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-9.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button-9.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px; }

.section_product-header7 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-image: none;
  position: relative; }

.product-header7_component {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 48px;
  display: grid; }

.product-header7_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 80px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
  overflow: hidden;
  border-radius: 24px; }

.product-header7_slider {
  width: 100%;
  height: 80vh; }

.product-header7_slide {
  height: 100%; }

.product-header7_lightbox-link {
  width: 100%;
  height: 100%;
  display: block; }

.product-header7_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden; }

.product-header7_main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%; }

.product-header7_arrow-left {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: 0% auto 0% 16px; }

.product-header7_arrow-icon {
  width: 16px;
  height: 16px;
  color: var(--_primitives---colors--neutral-darkest);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.product-header7_arrow {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: 0% 16px 0% auto; }

.product-header7_slide-nav {
  height: 28px;
  margin-bottom: 16px;
  font-size: 8px; }

.breadcrumb_component {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  width: 100%;
  display: flex; }

.breadcrumb-link {
  text-decoration: none; }

.breadcrumb-link.w--current {
  font-weight: 600; }

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex; }

.product-header7_price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex; }

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch; }

.product-header7_reviews-wrapper {
  align-items: center;
  display: flex; }

.product-header7_rating-wrapper {
  margin-right: 8px;
  display: flex; }

.product-header7_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  display: flex; }

.product-header7_default-state {
  margin-bottom: 32px; }

.product-header7_option {
  margin-bottom: 16px; }

.product-header7_option.alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 16px;
  display: flex; }

.variant-button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex; }

.variant-button {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: solid;
  border-width: 1px;
  padding: 8px 16px;
  display: inline-block; }

.variant-button.is-active {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white); }

.variant-button.is-disabled {
  opacity: .25; }

.button-10 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-10.is-add-to-cart-button {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px; }

.button-10.is-add-to-cart-button.alt {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_ui-styles---cta-yellow);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0; }

.button-10.is-add-to-cart-button.alt:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5); }

.button-10.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-10.is-secondary.is-buy-now-button {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  margin-bottom: 16px; }

.error-state {
  margin-top: 24px;
  padding: 14px 16px; }

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border); }

.margin-btm-text {
  margin-bottom: 16px; }

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.grid-2.margin-btm {
  margin-bottom: 16px; }

.ugc-video {
  position: relative; }

.quantity {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex; }

.div-block-5 {
  justify-content: center;
  align-items: center;
  max-width: 100%; }

.purchase-option-1 {
  border: 1px solid var(--color-scheme-1--text);
  border-radius: var(--_ui-styles---radius--medium);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex; }

.purchase-option-1:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5); }

.purchase-option-1.subscribe {
  border-color: var(--_ui-styles---icon-green);
  background-color: var(--_primitives---opacity--transparent);
  justify-content: space-between;
  align-items: flex-start; }

.purchase-option-1.subscribe:hover {
  background-color: var(--_ui-styles---cta-yellow); }

.purchase-option-1.subscribe.down {
  background-color: transparent;
  flex-flow: column;
  align-items: stretch; }

.purchase-option-1.subscribe.down.active {
  background-color: #eff8753b; }

.radio-button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.radio-button-label {
  line-height: 1; }

.radio-button-label.boldish {
  font-weight: 600; }

.radio-button-label-2 {
  line-height: 1; }

.po-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex; }

.xout {
  text-decoration: line-through; }

.bkg-block {
  border: 1px solid var(--_ui-styles---icon-green);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: #eff87536;
  margin-bottom: 20px;
  padding: 15px; }

.ugc-thumb {
  aspect-ratio: 1;
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
  cursor: pointer; }

.all-caps {
  text-transform: uppercase; }

.all-caps.small {
  font-size: 14px; }

.fda-smal {
  margin-top: 8px;
  font-size: 12px; }

.section_layout26 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.layout26_content {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.layout26_item-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  padding-top: 8px;
  padding-bottom: 8px; }

.button-11 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-11.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-11.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button-11.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex; }

.layout26_lightbox {
  border-radius: var(--_ui-styles---radius--large);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden; }

.layout26_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%; }

.accordian-flex-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex; }

.list {
  list-style-type: disc; }

.button-12 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-12.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-12.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: 4px 0;
  line-height: 1;
  text-decoration: none; }

.button-12.is-link.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px; }

.text-size-medium-2 {
  font-size: 18px; }

.layout1_content {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid; }

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex; }

.section_layout1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.layout1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden; }

.heading-style-h2-2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2; }

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.button-13 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-13.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.button-13.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white); }

.button-13.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest); }

.text-size-medium-3 {
  font-size: 18px; }

.text-size-medium-3.cnt {
  text-align: center; }

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.video-overlay-layer-2 {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%; }

.video-overlay-layer-2.drkr {
  background-color: var(--_primitives---opacity--neutral-darkest-60); }

.section_header33 {
  position: relative; }

.section_header33.text-color-white {
  overflow: hidden; }

.heading-style-h1-2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2; }

.header33_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%; }

.header33_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  max-height: 960px;
  display: flex;
  position: relative; }

.section_header23 {
  background-color: var(--_ui-styles---body-green);
  color: var(--color-scheme-1--text);
  background-image: none; }

.button-14 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.button-14.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest); }

.heading-style-h1-3 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2; }

.accent-heading {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--_ui-styles---cta-yellow), #05b67a);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 6.4px;
  padding-right: 5px;
  font-family: Geist, sans-serif;
  font-size: 35.2px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  display: inline-flex; }

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr; }

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start; }

.review-card {
  background-image: linear-gradient(#fff, #fffaed);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 16px;
  display: flex; }

.review-stars {
  padding-bottom: 10px; }

.review-title {
  margin-bottom: 8px; }

.review-name-plate {
  border-top: 1px solid #fae1706b;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex; }

.div-block-6 {
  width: 70px; }

.review-name-plate-left {
  margin-right: 10px; }

.text-block-2 {
  border: 1px #000;
  border-bottom-color: #eeedcd;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 11.2px; }

.title-text {
  color: var(--background-brown-alt);
  text-transform: uppercase;
  background-color: #fcfbdb;
  border: 1px solid #f5e7a8;
  border-radius: 8px;
  padding: 5px;
  font-size: 9.6px;
  font-weight: 600;
  line-height: 1;
  display: inline-block; }

.initial-circle {
  color: var(--_primitives---colors--white);
  background-color: #d4a84b;
  border-radius: 40px;
  padding: 9px 7px;
  font-size: 8px;
  line-height: 1; }

.tp-review {
  color: #05b67a;
  font-size: 9.6px; }

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex; }

.div-block-7.mg-bottom {
  margin-bottom: 4.8px; }

.po-top {
  border-bottom: 1px solid #00000029;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
  display: flex; }

._90 {
  line-height: 1.5; }

.price-tag-top-line {
  font-size: 9.6px; }

.one-time-optionn {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex; }

.link-2 {
  text-decoration: underline; }

.text-span-3 {
  color: var(--_ui-styles---cta-yellow); }

.gallery18_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 64px;
  position: relative; }

.gallery18_image-wrapper {
  border-radius: 16px 16px 0 0;
  width: 100%;
  overflow: hidden; }

.gallery18_image {
  aspect-ratio: 1;
  filter: grayscale(100%);
  object-fit: cover;
  width: 100%;
  height: 100%; }

.gallery18_lightbox-link {
  width: 100%; }

.section_gallery18 {
  color: var(--color-scheme-1--text);
  background-color: #f6f6ed00;
  position: relative;
  overflow: hidden; }

.gallery18_slide {
  padding-left: 16px;
  padding-right: 16px; }

.gallery18_slide-nav {
  height: 28px;
  font-size: 8px; }

.gallery18_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start; }

.gallery18_mask {
  width: 33.33%;
  overflow: visible; }

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

.button-15 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: 12px 24px;
  text-decoration: none; }

.section_header24 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text); }

.section_header24.text-color-white {
  background-color: var(--_ui-styles---body-green); }

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex; }

.heading-style-h1-4 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2; }

.header24_form-block {
  max-width: 480px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.header24_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: flex; }

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex; }

.heading-2 {
  color: var(--_ui-styles---cta-yellow);
  font-style: italic;
  font-weight: 400; }

.dr-text {
  font-size: 11.2px; }

.dr-btm {
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
  display: block; }

.mtop {
  margin-top: 16px; }

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex; }

.gallery18_image-wrapper-2 {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden; }

.gallery18_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.slider-arrow-icon_default-2 {
  width: 16px;
  height: 16px;
  color: var(--alt-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.mgtop {
  margin-top: 48px; }

.div-block-9.text-color-white.text-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex; }

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  display: inline-flex; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px; }
  h2 {
    font-size: 44px; }
  h3 {
    font-size: 36px; }
  h4 {
    font-size: 28px; }
  .hide-tablet {
    display: none; }
  .max-width-full-tablet {
    width: 100%;
    max-width: none; }
  .margin-large {
    margin: 40px; }
  .margin-xlarge {
    margin: 56px; }
  .margin-xxlarge {
    margin: 72px; }
  .margin-huge {
    margin: 80px; }
  .margin-xhuge {
    margin: 96px; }
  .margin-xxhuge {
    margin: 120px; }
  .padding-large {
    padding: 40px; }
  .padding-xlarge {
    padding: 56px; }
  .padding-xxlarge {
    padding: 72px; }
  .padding-huge {
    padding: 80px; }
  .padding-xhuge {
    padding: 96px; }
  .padding-xxhuge {
    padding: 120px; }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0; }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0; }
  .heading-style-h2 {
    font-size: 44px; }
  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr; }
  .rl-styleguide_icons-list {
    grid-auto-flow: row; }
  .heading-style-h1 {
    font-size: 52px; }
  .heading-style-h4 {
    font-size: 28px; }
  .heading-style-h3 {
    font-size: 36px; }
  .padding-section-medium {
    padding-top: 64px;
    padding-bottom: 64px; }
  .padding-section-large {
    padding-top: 96px;
    padding-bottom: 96px; }
  .spacer-large {
    padding-top: 40px; }
  .spacer-xlarge {
    padding-top: 56px; }
  .spacer-xxlarge {
    padding-top: 72px; }
  .spacer-huge {
    padding-top: 80px; }
  .spacer-xhuge {
    padding-top: 96px; }
  .spacer-xxhuge {
    padding-top: 120px; }
  .rl-styleguide_component {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 64px; }
  .rl-styleguide_image {
    height: 100%;
    max-height: none; }
  .rl-styleguide_content {
    max-width: none;
    margin-left: 64px;
    margin-right: 64px; }
  .rl-styleguide_image-wrapper {
    height: 640px; }
  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr; }
  .header132_content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 32px; }
  .header148_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .navbar14_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%; }
  .navbar14_menu {
    background-color: var(--_primitives---opacity--transparent);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto; }
  .navbar14_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    flex-direction: column;
    width: 100%;
    padding: 32px; }
  .navbar14_link {
    padding: 12px 0;
    font-size: 18px; }
  .navbar14_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    display: flex; }
  .navbar14_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 32px 12px 0;
    display: flex; }
  .dropdown-chevron {
    inset: auto 0% auto auto; }
  .navbar14_dropdown-list {
    position: static;
    overflow: hidden; }
  .navbar14_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static; }
  .navbar14_dropdown-link {
    text-align: center;
    width: auto;
    padding: 12px 0;
    font-size: 16px; }
  .navbar14_button-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 16px;
    margin-left: 0; }
  .navbar14_menu-button {
    padding: 0; }
  .navbar14_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent); }
  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -8px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex; }
  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0; }
  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex; }
  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0; }
  .cta39_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .cta39_card-content {
    padding: 48px; }
  .comparison5_top-row-title {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 16px; }
  .comparison5_top-row-content {
    padding: 24px 16px; }
  .layout240_list {
    grid-column-gap: 32px; }
  .layout66_content {
    grid-column-gap: 48px;
    grid-row-gap: 32px; }
  .layout32_content {
    grid-column-gap: 48px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .header15_content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 32px; }
  .layout2_content {
    grid-column-gap: 48px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .layout2_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .layout308_content {
    grid-column-gap: 48px;
    grid-row-gap: 32px; }
  .layout308_list {
    grid-template-columns: 1fr 1fr; }
  .header9_content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 32px; }
  .layout254_content-bottom {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr; }
  .layout232_list {
    grid-column-gap: 32px; }
  .product-header7_component {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 40px; }
  .product-header7_gallery-slider {
    position: static; }
  .product-header7_slider {
    height: auto; }
  .product-header7_image-wrapper {
    padding-top: 40px; }
  .product-header7_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible; }
  .layout26_content {
    grid-column-gap: 48px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .layout26_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .layout1_content {
    grid-column-gap: 48px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto; }
  .heading-style-h2-2 {
    font-size: 44px; }
  .heading-style-h1-2,
  .heading-style-h1-3,
  .heading-style-h1-4 {
    font-size: 52px; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 24px;
    line-height: 1.4; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  .hide-mobile-landscape {
    display: none; }
  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none; }
  .margin-xsmall {
    margin: 12px; }
  .margin-small {
    margin: 20px; }
  .margin-medium {
    margin: 24px; }
  .margin-large {
    margin: 32px; }
  .margin-xlarge {
    margin: 40px; }
  .margin-xxlarge {
    margin: 48px; }
  .margin-huge {
    margin: 56px; }
  .margin-xhuge {
    margin: 64px; }
  .margin-xxhuge {
    margin: 80px; }
  .padding-xsmall {
    padding: 12px; }
  .padding-small {
    padding: 20px; }
  .padding-medium {
    padding: 24px; }
  .padding-large {
    padding: 32px; }
  .padding-xlarge {
    padding: 40px; }
  .padding-xxlarge {
    padding: 48px; }
  .padding-huge {
    padding: 56px; }
  .padding-xhuge {
    padding: 64px; }
  .padding-xxhuge {
    padding: 80px; }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0; }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0; }
  .text-size-medium {
    font-size: 16px; }
  .text-style-quote {
    font-size: 18px; }
  .heading-style-h2 {
    font-size: 36px; }
  .heading-style-h6 {
    font-size: 18px; }
  .heading-style-h5 {
    font-size: 20px; }
  .heading-style-h1 {
    font-size: 40px; }
  .heading-style-h4 {
    font-size: 24px;
    line-height: 1.4; }
  .heading-style-h3 {
    font-size: 32px; }
  .text-style-nowrap {
    white-space: normal; }
  .text-size-large {
    font-size: 18px; }
  .padding-section-small {
    padding-top: 32px;
    padding-bottom: 32px; }
  .padding-section-medium {
    padding-top: 48px;
    padding-bottom: 48px; }
  .padding-section-large {
    padding-top: 64px;
    padding-bottom: 64px; }
  .spacer-xsmall {
    padding-top: 12px; }
  .spacer-small {
    padding-top: 20px; }
  .spacer-medium {
    padding-top: 24px; }
  .spacer-large {
    padding-top: 32px; }
  .spacer-xlarge {
    padding-top: 40px; }
  .spacer-xxlarge {
    padding-top: 48px; }
  .spacer-huge {
    padding-top: 56px; }
  .spacer-xhuge {
    padding-top: 64px; }
  .spacer-xxhuge {
    padding-top: 80px; }
  .rl-styleguide_component {
    padding-top: 64px; }
  .rl-styleguide_content {
    margin-left: 40px;
    margin-right: 40px; }
  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll; }
  .header132_content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }
  .header132_image-group {
    grid-column-gap: 32px;
    grid-row-gap: 32px; }
  .header148_component {
    height: auto;
    max-height: none; }
  .header148_lightbox-image {
    position: static; }
  .accordion2_top {
    padding: 16px 20px; }
  .accordion2_icon {
    width: 28px; }
  .accordion2_bottom {
    padding-left: 20px;
    padding-right: 20px; }
  .navbar14_component {
    margin-top: 20px; }
  .navbar14_container {
    min-height: 64px;
    padding-left: 20px;
    padding-right: 20px; }
  .navbar14_menu-link-wrapper {
    padding: 20px; }
  .cta39_card-content {
    padding: 32px; }
  .comparison5_top-row {
    grid-template-columns: 1fr 1fr; }
  .comparison5_top-row-title {
    display: none; }
  .comparison5_row {
    grid-template-columns: 1fr 1fr; }
  .comparison5_feature {
    border-bottom: 1px solid var(--_primitives---colors--neutral-darkest);
    padding-right: 16px; }
  .comparison5_row-content {
    padding-left: 16px;
    padding-right: 16px; }
  .layout240_list {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .layout66_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }
  .layout32_content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .header15_content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }
  .layout2_content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .layout308_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }
  .layout308_list {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .header9_component {
    height: auto;
    max-height: none; }
  .header9_content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr; }
  .layout254_content-bottom {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .layout254_left,
  .layout254_right {
    grid-row-gap: 48px; }
  .layout232_list {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .product-header7_component {
    grid-column-gap: 80px;
    grid-row-gap: 32px;
    padding-bottom: 24px; }
  .product-header7_gallery-slider {
    grid-template-columns: 1fr; }
  .divider-vertical {
    display: none; }
  .layout26_content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .text-size-medium-2 {
    font-size: 16px; }
  .layout1_content {
    grid-row-gap: 48px;
    grid-template-columns: 1fr; }
  .heading-style-h2-2 {
    font-size: 36px; }
  .text-size-medium-3 {
    font-size: 16px; }
  .heading-style-h1-2,
  .heading-style-h1-3 {
    font-size: 40px; }
  .gallery18_slider {
    padding-bottom: 48px; }
  .gallery18_slide {
    padding-left: 12px;
    padding-right: 12px; }
  .gallery18_mask {
    width: 50%; }
  .heading-style-h1-4 {
    font-size: 40px; } }

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px; }
  .hide-mobile-portrait {
    display: none; }
  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .margin-bottom.margin-medium.no-mobile-margin {
    margin-bottom: 0; }
  .margin-bottom.margin-small {
    margin-top: 16px; }
  .margin-bottom.margin-small.flex-left {
    justify-content: center;
    align-items: center; }
  .margin-bottom.margin-small.flex-middle,
  .margin-bottom.margin-large.fmiddle {
    justify-content: center;
    align-items: center;
    display: flex; }
  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .margin-vertical {
    margin-left: 0;
    margin-right: 0; }
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0; }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0; }
  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0; }
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none; }
  .text-size-medium.align-center {
    text-align: center;
    margin-left: 0;
    margin-right: 0; }
  .text-size-medium.tag-title {
    margin-bottom: 8px;
    font-weight: 600; }
  .text-size-medium.tag-title.center-on-dt {
    text-align: left; }
  .heading-style-h2 {
    letter-spacing: -2px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1; }
  .heading-style-h2.alt {
    font-size: 48px; }
  .heading-style-h2.altgreen.centered,
  .heading-style-h2.cnt {
    text-align: center; }
  .heading-style-h1 {
    letter-spacing: -2.5px; }
  .text-size-tiny._60 {
    font-size: 9.6px; }
  .icon-embed-xxsmall.gh {
    background-color: var(--_ui-styles---body-green);
    border-radius: 7px;
    padding: 1px; }
  .padding-section-medium.alt {
    padding-top: 32px; }
  .padding-section-large.no-btm {
    padding-top: 112px; }
  .padding-section-large.ext-bottom {
    padding-bottom: 292px; }
  .padding-section-large.hero {
    padding-top: 96px; }
  .padding-section-large.hero.xl {
    padding-top: 212.8px; }
  .padding-section-large.alt-bottom-hero {
    padding-top: 32px; }
  .rl-styleguide_component {
    grid-template-columns: 1fr; }
  .header132_content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 0; }
  .header132_image-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
  .header148_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr; }
  .yellow-bold-caps.mb {
    padding-bottom: 10px; }
  .lp-image-wrapper {
    margin-bottom: 20px; }
  .div-block {
    padding-top: 0; }
  .section-check-marks {
    margin-bottom: 10px;
    font-size: 17.6px; }
  .grid.section-margin-top {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch baseline;
    padding-left: 0;
    display: block; }
  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex; }
  .navbar14_component.alt-to-fixed-bottom {
    padding-left: 3%;
    padding-right: 3%; }
  .navbar14_container {
    padding-right: 5.6px; }
  .navbar14_container.alt-bottom {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #0d301ed4; }
  .time-tag-wrapper {
    padding: 6px 8px;
    font-size: 12.8px; }
  .cta39_card {
    grid-template-columns: 1fr; }
  .comparison5_top-row-title,
  .comparison5_top-row-content {
    padding: 16px 8px; }
  .section_layout240 {
    color: var(--_primitives---colors--white); }
  .layout240_list {
    grid-template-columns: 1fr; }
  .flex-ltor {
    flex-flow: column; }
  .layout66_content,
  .layout32_content,
  .layout32_item-list {
    grid-template-columns: 1fr; }
  .layout37_background-image.mobile-only {
    display: block; }
  .layout37_background-image.desktop {
    display: none; }
  .section_header15.hero.brown {
    background-color: var(--background-brown-alt); }
  .header15_content-wrapper {
    grid-column-gap: 6.4px;
    grid-row-gap: 6.4px;
    grid-template-columns: 1fr; }
  .header15_content-wrapper.alt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 16px; }
  .header15_content-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    display: flex; }
  .header15_content-right.alt-grey {
    grid-row-gap: 19.2px;
    border-radius: var(--_ui-styles---radius--medium);
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px; }
  .price.x-out,
  .price.yellow {
    margin-top: 0; }
  .header15_image-wrapper {
    border-radius: 16px;
    overflow: visible; }
  .header15_image {
    aspect-ratio: 1;
    border-radius: 16px; }
  .header15_image.uw {
    aspect-ratio: 1; }
  .flex-left.full-width {
    width: 100%;
    display: flex; }
  .flex-left.margin-top,
  .points-wrapper.margin-top.margin-small {
    margin-top: 32px; }
  .yellow {
    font-weight: 400; }
  .header-image-wrapper {
    grid-column-gap: 38.4px;
    grid-row-gap: 38.4px;
    aspect-ratio: auto; }
  .video-clicker {
    max-width: 200px; }
  .sale-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex; }
  .layout2_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr; }
  .div-block-4 {
    border-radius: var(--_ui-styles---radius--medium);
    background-color: var(--_primitives---opacity--neutral-darkest-10);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    display: flex; }
  .div-block-4.green {
    color: var(--_primitives---colors--white);
    background-color: #0d301ecf; }
  .div-block-4.green.margin-top {
    margin-top: 0; }
  .layout308_content {
    grid-template-columns: 1fr; }
  .layout308_list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr; }
  .image-tile-wrapper {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr; }
  .para-card-308 {
    color: #000; }
  .text-span-2 {
    font-weight: 400; }
  .spacer-bottom {
    height: 80px; }
  .green-highlight {
    background-color: var(--alt-green);
    padding-left: 5px;
    padding-right: 5px; }
  .flex-center {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
  .white {
    color: var(--_primitives---colors--white); }
  .white.smaller {
    font-size: 12.8px; }
  .xpadding {
    padding-left: 20px;
    padding-right: 20px; }
  .align-center.auto-margin {
    margin-left: auto;
    margin-right: auto; }
  .align-center.auto-margin.green {
    color: var(--alt-green);
    letter-spacing: -1px;
    font-size: 25.6px;
    font-weight: 500; }
  .call-ot {
    border-radius: var(--_ui-styles---radius--medium);
    background-color: var(--_primitives---opacity--neutral-darkest-5);
    margin-bottom: 10px; }
  .heading {
    letter-spacing: -2px;
    font-size: 27.2px;
    font-weight: 300; }
  .desktop-right {
    justify-content: flex-start;
    align-items: center; }
  .header9_content-wrapper {
    grid-template-columns: 1fr; }
  .layout254_content-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr; }
  .layout254_left,
  .layout254_right {
    grid-row-gap: 0px; }
  .layout232_list {
    grid-template-columns: 1fr; }
  .layout232_item {
    border: 1px solid var(--_ui-styles---cta-yellow);
    padding: 15px; }
  .product-header7_component {
    grid-template-columns: 1fr; }
  .product-header7_slider {
    aspect-ratio: 1; }
  .product-header7_price-wrapper {
    flex-direction: column; }
  .purchase-option-1.subscribe {
    background-color: var(--_ui-styles---cta-yellow); }
  .layout26_content,
  .layout26_item-list,
  .layout1_content {
    grid-template-columns: 1fr; }
  .accent-heading {
    font-size: 28.8px;
    line-height: 1.3; }
  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr; }
  .gallery18_mask {
    width: 60%; }
  .header24_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr; }
  .div-block-9 {
    display: inline-block; } }

#w-node-f855acc3-cab7-450a-5d50-6d5da8daf976-e2fdeb7d {
  justify-self: start; }

#w-node-f855acc3-cab7-450a-5d50-6d5da8daf9e6-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8daf9ec-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8daf9f2-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa14-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa1d-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa26-e2fdeb7d {
  align-self: start; }

#w-node-_7eecc918-9246-61c3-3bae-8386809531c7-c72387ee {
  justify-self: start; }

#w-node-f724450a-f318-8ea7-ca6a-2959a96b34b6-c72387ee, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34bc-c72387ee, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34c2-c72387ee, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568b5-c72387ee, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568be-c72387ee, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568c7-c72387ee, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34b6-40886e8a, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34bc-40886e8a, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34c2-40886e8a, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568b5-40886e8a, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568be-40886e8a, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568c7-40886e8a, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34b6-b1963970, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34bc-b1963970, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34c2-b1963970, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568b5-b1963970, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568be-b1963970, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568c7-b1963970, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34b6-076fabc3, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34bc-076fabc3, #w-node-f724450a-f318-8ea7-ca6a-2959a96b34c2-076fabc3, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568b5-076fabc3, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568be-076fabc3, #w-node-_2500c68a-b085-851a-8dcf-2431a3d568c7-076fabc3, #w-node-_7bb40e0c-e17f-f748-3404-c4a958c83130-f9ef90ef, #w-node-_7bb40e0c-e17f-f748-3404-c4a958c83139-f9ef90ef, #w-node-_7bb40e0c-e17f-f748-3404-c4a958c83142-f9ef90ef {
  align-self: start; }

@media screen and (max-width: 767px) {
  #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa5f-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa69-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa73-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa7d-e2fdeb7d, #w-node-f855acc3-cab7-450a-5d50-6d5da8dafa87-e2fdeb7d, #w-node-_895856b9-5f86-d52a-6a37-4a49061a554a-c72387ee, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5554-c72387ee, #w-node-_895856b9-5f86-d52a-6a37-4a49061a555e-c72387ee, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5568-c72387ee, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5572-c72387ee, #w-node-_895856b9-5f86-d52a-6a37-4a49061a554a-40886e8a, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5554-40886e8a, #w-node-_895856b9-5f86-d52a-6a37-4a49061a555e-40886e8a, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5568-40886e8a, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5572-40886e8a, #w-node-_895856b9-5f86-d52a-6a37-4a49061a554a-b1963970, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5554-b1963970, #w-node-_895856b9-5f86-d52a-6a37-4a49061a555e-b1963970, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5568-b1963970, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5572-b1963970, #w-node-_895856b9-5f86-d52a-6a37-4a49061a554a-076fabc3, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5554-076fabc3, #w-node-_895856b9-5f86-d52a-6a37-4a49061a555e-076fabc3, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5568-076fabc3, #w-node-_895856b9-5f86-d52a-6a37-4a49061a5572-076fabc3, #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57bd-f9ef90ef, #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57c7-f9ef90ef, #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57d1-f9ef90ef, #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57db-f9ef90ef, #w-node-d3bf74c6-3a18-ce6f-d876-fc3723fb57e5-f9ef90ef {
    grid-area: span 1 / span 2 / span 1 / span 2; } }

/* Wrapper */
.layout26_lightbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px; }

/* Image */
.layout26_lightbox-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover; }

/* Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex; }

/* Shopify Video */
.video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 1; }

/* Play Icon */
.lightbox-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 2;
  transition: all 0.3s ease;
  cursor: pointer; }

/* Overlay Layer */
.video-overlay-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  background: #00000066;
  z-index: 1; }

/* Text inside overlay */
.video-overlay-layer .flex-left {
  display: flex;
  align-items: center; }

.video-overlay-layer .white {
  color: #fff;
  font-size: 16px;
  font-weight: 500; }

/* Optional: hide play icon in image mode */
.layout26_lightbox img + .lightbox-play-icon {
  display: none; }

.video-wrapper.active .lightbox-play-icon {
  opacity: 0;
  pointer-events: none; }

.video-wrapper.active video {
  display: block; }

.video-wrapper.active .video-thumb {
  display: none; }

/* Center Play Button */
.lightbox-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Hide play when video active */
.video-wrapper.active .lightbox-play-icon {
  display: none; }

/* Pause Button */
.video-pause-btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 2; }

/* Show only when video playing */
.video-wrapper.active .video-pause-btn {
  opacity: 1;
  pointer-events: auto; }

/* Play button show by default */
.lightbox-play-icon {
  display: flex; }

/* Hide play when active */
.video-wrapper.active .lightbox-play-icon {
  display: none; }

/* Pause hidden by default */
.video-pause-btn {
  opacity: 0;
  pointer-events: none; }

/* Show pause when playing */
.video-wrapper.active .video-pause-btn {
  opacity: 1;
  pointer-events: auto; }

.play-btn {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .xo-image {
    border-radius: 24px; }
  .xo-embed-responsive {
    --aspect-ratio: 1;
    border-radius: 24px; } }

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

.video-modal-content {
  position: relative;
  margin: auto;
  width: 100%;
  height: max-content;
  max-width: 500px; }

.video-modal video {
  width: 100%;
  border-radius: 10px; }

.close-btn {
  position: absolute;
  top: -48px;
  right: -22px;
  font-size: 38px;
  color: #fff;
  cursor: pointer; }

.xo-main-content {
  overflow-x: hidden; }

.one-time-optionn {
  cursor: pointer; }

.recurpay-pdp-widget {
  display: none !important; }

/* ═══════════════════════════════════════════════════════════════════════════════
   IM8 PRO RISK-FREE GUARANTEE — Cinematic Design
   ═══════════════════════════════════════════════════════════════════════════════ */
.im8-pro-guarantee {
  --g-gold: #D4A84B;
  --g-gold-light: #E8C87A;
  --g-dark: #28060C;
  --g-dark-mid: #3A0E18;
  position: relative;
  padding: 88px 0;
  /* background: linear-gradient(180deg, var(--g-dark) 0%, var(--g-dark-mid) 50%, var(--g-dark) 100%); */
  overflow: hidden;
  isolation: isolate;
  background-color: var(--_ui-styles---body-green); }

/* @media screen and (min-width: 750px) {
  .im8-pro-guarantee {
    padding: 30rem 0;
  }

  .im8-pro-guarantee__container {
    transform: scale(1.6);
}
    
} */
/* Radial gold ambient glow from top */
.im8-pro-guarantee::before {
  content: '';
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 65%;
  background: radial-gradient(ellipse at center, rgba(212, 168, 75, 0.1) 0%, rgba(212, 168, 75, 0.04) 40%, transparent 70%);
  pointer-events: none; }

/* Noise overlay */
.im8-pro-guarantee::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0; }

/* Diagonal light streak */
.im8-pro-guarantee__streak {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, transparent 30%, rgba(212, 168, 75, 0.012) 48%, rgba(212, 168, 75, 0.025) 50%, rgba(212, 168, 75, 0.012) 52%, transparent 70%);
  pointer-events: none;
  z-index: 0; }

.im8-pro-guarantee__container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center; }

/* ── Animated Shield ── */
.im8-pro-guarantee__shield {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 75, 0.1) 0%, rgba(212, 168, 75, 0.02) 70%);
  border: 1px solid rgba(212, 168, 75, 0.12);
  position: relative;
  animation: gShieldPulse 3s ease-in-out infinite; }

.im8-pro-guarantee__shield::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(212, 168, 75, 0.05);
  animation: gShieldRing 3s ease-in-out infinite; }

.im8-pro-guarantee__shield::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(212, 168, 75, 0.025);
  animation: gShieldRing 3s ease-in-out infinite 0.3s; }

.im8-pro-guarantee__shield svg {
  width: 26px;
  height: 26px;
  color: var(--g-gold);
  filter: drop-shadow(0 0 10px rgba(212, 168, 75, 0.25)); }

@keyframes gShieldPulse {
  0%, 100% {
    box-shadow: 0 0 24px rgba(212, 168, 75, 0.06), 0 0 48px rgba(212, 168, 75, 0.03); }
  50% {
    box-shadow: 0 0 36px rgba(212, 168, 75, 0.12), 0 0 72px rgba(212, 168, 75, 0.05); } }

@keyframes gShieldRing {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.06); } }

/* ── Eyebrow ── */
.im8-pro-guarantee__eyebrow {
  display: inline-block;
  font-family: "Aeonik", var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--g-gold);
  opacity: 0.75;
  margin-bottom: 20px; }

/* ── Hero Text — gold shimmer ── */
.im8-pro-guarantee__hero-text {
  font-family: "ABC Arizona Flare", var(--font-heading-family), Georgia, serif;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin: 0 0 14px;
  background: linear-gradient(105deg, var(--g-gold) 0%, var(--g-gold-light) 20%, var(--g-gold) 40%, var(--g-gold-light) 60%, var(--g-gold) 80%, var(--g-gold-light) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gGoldShimmer 4s ease-in-out infinite; }

@keyframes gGoldShimmer {
  0% {
    background-position: 200% center; }
  100% {
    background-position: -200% center; } }

/* ── Title ── */
.im8-pro-guarantee__title {
  font-family: "ABC Arizona Flare", var(--font-heading-family), Georgia, serif;
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 44px;
  letter-spacing: -0.01em; }

/* ── Gold divider ── */
.im8-pro-guarantee__divider {
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--g-gold), transparent);
  margin: 0 auto 44px;
  opacity: 0.35; }

/* ── Dual Tier Grid ── */
.im8-pro-guarantee__tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 660px;
  margin: 0 auto 0px; }

.im8-pro-guarantee__tier {
  position: relative;
  border-radius: 22px;
  padding: 40px 28px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1); }

.im8-pro-guarantee__tier:hover {
  transform: translateY(-6px); }

/* Primary (90-day gold) */
.im8-pro-guarantee__tier--primary {
  background: linear-gradient(165deg, rgba(212, 168, 75, 0.1) 0%, rgba(212, 168, 75, 0.03) 100%);
  border: 1px solid rgba(212, 168, 75, 0.18);
  box-shadow: 0 8px 40px rgba(212, 168, 75, 0.06), inset 0 1px 0 rgba(212, 168, 75, 0.08); }

.im8-pro-guarantee__tier--primary:hover {
  box-shadow: 0 20px 60px rgba(212, 168, 75, 0.12), inset 0 1px 0 rgba(212, 168, 75, 0.12);
  border-color: rgba(212, 168, 75, 0.28); }

.im8-pro-guarantee__tier--primary::before {
  content: '';
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(212, 168, 75, 0.05) 0%, transparent 65%);
  pointer-events: none; }

/* Secondary (30-day white) */
.im8-pro-guarantee__tier--secondary {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.03); }

.im8-pro-guarantee__tier--secondary:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14); }

.im8-pro-guarantee__tier-number {
  font-family: "ABC Arizona Flare", var(--font-heading-family), Georgia, serif;
  font-size: clamp(48px, 7vw, 68px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4px; }

.im8-pro-guarantee__tier--primary .im8-pro-guarantee__tier-number {
  color: var(--g-gold);
  text-shadow: 0 0 40px rgba(212, 168, 75, 0.2); }

.im8-pro-guarantee__tier--secondary .im8-pro-guarantee__tier-number {
  color: #FFFFFF;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.08); }

.im8-pro-guarantee__tier-unit {
  font-family: "Aeonik", var(--font-body-family), sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 16px; }

.im8-pro-guarantee__tier-plan {
  font-family: "Aeonik", var(--font-body-family), sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px; }

.im8-pro-guarantee__tier-desc {
  font-family: "Aeonik", var(--font-body-family), sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 0; }

/* ── Confidence ── */
.im8-pro-guarantee__confidence {
  font-family: "Aeonik", var(--font-body-family), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  max-width: 540px;
  margin: 0 auto 36px; }

/* ── Trust Badges ── */
.im8-pro-guarantee__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto; }

.im8-pro-guarantee__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Aeonik", var(--font-body-family), sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  padding: 9px 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease; }

.im8-pro-guarantee__badge:hover {
  border-color: rgba(212, 168, 75, 0.18);
  color: rgba(255, 255, 255, 0.55);
  background: rgba(212, 168, 75, 0.04); }

.im8-pro-guarantee__badge-check {
  color: var(--g-gold);
  opacity: 0.75;
  font-size: 13px; }

/* ── Bottom edge glow ── */
.im8-pro-guarantee__edge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(212, 168, 75, 0.12) 50%, transparent 95%);
  z-index: 1; }

/* ── Responsive ── */
@media (max-width: 749px) {
  .im8-pro-guarantee {
    padding: 80px 0; }
  .im8-pro-guarantee__shield {
    width: 48px;
    height: 48px;
    margin-bottom: 16px; }
  .im8-pro-guarantee__shield svg {
    width: 22px;
    height: 22px; }
  .im8-pro-guarantee__title {
    margin-bottom: 32px; }
  .im8-pro-guarantee__divider {
    margin-bottom: 32px; }
  .im8-pro-guarantee__tiers {
    gap: 14px;
    margin-bottom: 32px; }
  .im8-pro-guarantee__tier {
    padding: 30px 20px;
    border-radius: 18px; }
  .im8-pro-guarantee__tier-plan {
    font-size: 15px; }
  .im8-pro-guarantee__confidence {
    font-size: 13px;
    margin-bottom: 28px; }
  .im8-pro-guarantee__badges {
    gap: 8px; }
  .im8-pro-guarantee__badge {
    font-size: 10px;
    padding: 7px 14px; } }

@media (max-width: 479px) {
  .im8-pro-guarantee {
    padding: 64px 0; }
  .im8-pro-guarantee__tiers {
    grid-template-columns: 1fr;
    max-width: 320px; } }

@media (prefers-reduced-motion: reduce) {
  .im8-pro-guarantee__shield,
  .im8-pro-guarantee__shield::before,
  .im8-pro-guarantee__shield::after {
    animation: none; }
  .im8-pro-guarantee__hero-text {
    animation: none;
    background-size: 100% 100%; }
  .im8-pro-guarantee__tier {
    transition: none; } }

.leadership-section {
  background: #2b3530;
  padding: 7rem 5%; }

.leadership-section * {
  font-family: "Geist", sans-serif; }

.leadership-section .section-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: 0; }

.leadership-section .team-grid {
  gap: 40px 48px;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid; }

.leadership-section .member-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem; }

.leadership-section .photo-wrap {
  flex-shrink: 0;
  border-radius: 16px;
  flex: 1 0 40%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.leadership-section .photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  display: block;
  aspect-ratio: 1;
  filter: grayscale(100%);
  object-fit: cover; }

.leadership-section .member-info {
  flex: auto; }

.leadership-section .member-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0; }

.leadership-section .member-role {
  background: #eff875;
  margin-bottom: 16px;
  letter-spacing: 0;
  padding: 0 9px;
  line-height: 21px;
  font-weight: 400;
  font-size: .875rem;
  display: inline-block;
  color: #2b3530; }

.leadership-section .member-bio {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0; }

.leadership-section .leadership-section__container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .leadership-section {
    padding: 4rem 5%; }
  .leadership-section .section-title {
    font-size: 36px;
    margin-bottom: 48px; }
  .leadership-section .team-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-column-gap: 2rem; }
  .leadership-section .member-info {
    flex: 0 auto; }
  .leadership-section .member-card {
    flex-direction: column;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem; }
  .leadership-section .photo-wrap {
    width: 100%;
    height: 100%; }
  .leadership-section .member-name {
    font-size: 1.125rem; }
  .leadership-section .member-bio {
    font-size: 16px; }
  .leadership-section .member-role {
    margin-bottom: 12px; } }

:root {
  --bg-dark: #2b3530;
  --bg-cream: #ebe9e4;
  --text-cream: #f0ebe5;
  --text-light: #ebe9e4;
  --text-dark: #2b3530;
  --text-card: #0a4635;
  --input-bg: #dcdad5;
  --input-border: #cccccc;
  --btn-bg: #404944;
  --accent: #eff875; }

/* ===== BLOG HEADER ===== */
.blog-hero {
  background-color: var(--bg-dark);
  padding: 240px 164px 60px; }

.blog-hero__inner {
  max-width: 1592px;
  margin: 0 auto; }

.blog-hero__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(36px, 4vw, 48px);
  line-height: 57.6px;
  color: var(--text-cream);
  margin: 0 0 24px 0; }

.blog-hero__tagline {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 39.2px;
  letter-spacing: -0.01em;
  color: var(--text-cream);
  opacity: 0.7;
  margin: 0;
  max-width: 920px; }

/* ===== BLOG GRID ===== */
.blog-grid-section {
  background-color: var(--bg-dark);
  padding: 30px 164px 86px; }

.blog-grid-section__inner {
  max-width: 1592px;
  margin: 0 auto; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-bottom: 40px; }

/* Hidden cards (other pages) */
.blog-card.is-hidden {
  display: none; }

.blog-card {
  position: relative;
  aspect-ratio: 412 / 693;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1a1f1c;
  display: block;
  text-decoration: none; }

.blog-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease; }

.blog-card:hover .blog-card__image {
  transform: scale(1.04); }

.blog-card__read-more {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2; }

.blog-card__read-more-label {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  background-color: #ffffff;
  color: var(--text-dark);
  border: 1px solid rgba(43, 53, 48, 0.25);
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  white-space: nowrap; }

.blog-card__read-more-arrow {
  width: 36px;
  height: 36px;
  background-color: var(--bg-dark);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-cream);
  transition: transform 0.15s ease; }

.blog-card:hover .blog-card__read-more-arrow {
  transform: translate(2px, -2px); }

.blog-card__read-more-arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

.blog-card__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--bg-cream);
  border-radius: 6px;
  padding: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 22px; }

.blog-card__title {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33.6px;
  color: var(--text-card);
  margin: 0; }

.blog-card__meta {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--text-card);
  margin: 0; }

/* ===== PAGINATION ===== */
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 24px;
  flex-wrap: wrap; }

.blog-pagination__btn {
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21.3px;
  color: var(--text-light);
  transition: background-color 0.2s ease, color 0.2s ease; }

.blog-pagination__btn:hover:not(:disabled):not(.is-active) {
  background-color: rgba(235, 233, 228, 0.1); }

.blog-pagination__btn.is-active {
  background-color: var(--bg-cream);
  color: var(--text-dark);
  cursor: default; }

.blog-pagination__btn:disabled {
  opacity: 0.3;
  cursor: not-allowed; }

.blog-pagination__btn svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round; }

.blog-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  font-family: 'Geist', sans-serif;
  font-size: 15px;
  color: var(--text-light);
  opacity: 0.5; }

/* ===== NEWSLETTER SECTION ===== */
.newsletter-section {
  background-color: var(--bg-cream);
  min-height: 832px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch; }

.newsletter-form-wrap {
  display: flex;
  align-items: center;
  padding: 145px 60px 100px 164px; }

.newsletter-form {
  width: 100%;
  max-width: 668px;
  display: flex;
  flex-direction: column;
  gap: 40px; }

.newsletter-form__head {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.newsletter-form__heading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 2.8vw, 28px);
  line-height: 36.4px;
  color: var(--text-dark);
  margin: 0; }

.newsletter-form__subheading {
  font-family: 'Geist', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-dark);
  margin: 0;
  max-width: 562px; }

.newsletter-form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.newsletter-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.newsletter-form__label {
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.8px;
  color: var(--text-dark); }

.newsletter-form__input {
  width: 100%;
  height: 60px;
  padding: 0 13px;
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  border-radius: 0;
  color: var(--text-dark);
  font-family: 'Geist', sans-serif;
  font-size: 15.9px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease; }

.newsletter-form__input::placeholder {
  color: var(--text-dark);
  opacity: 0.65; }

.newsletter-form__input:focus {
  border-color: var(--text-dark);
  background-color: #e3e1dc; }

.newsletter-form__submit {
  width: 100%;
  height: 51px;
  background-color: var(--btn-bg);
  color: var(--accent);
  border: none;
  border-radius: 6px;
  font-family: 'Geist', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  margin-top: 16px; }

.newsletter-form__submit:hover {
  background-color: #4d5751; }

.newsletter-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden; }

.newsletter-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1400px) {
  .blog-hero,
  .blog-grid-section {
    padding-left: 80px;
    padding-right: 80px; }
  .blog-hero {
    padding-top: 180px; }
  .newsletter-form-wrap {
    padding: 100px 48px 80px 80px; } }

@media (max-width: 1100px) {
  .blog-hero,
  .blog-grid-section {
    padding-left: 48px;
    padding-right: 48px; }
  .blog-hero {
    padding-top: 120px; }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  .newsletter-form-wrap {
    padding: 80px 48px; }
  .newsletter-form {
    max-width: 100%; } }

@media (max-width: 900px) {
  .newsletter-section {
    grid-template-columns: 1fr;
    min-height: auto; }
  .newsletter-image {
    order: -1;
    min-height: 360px;
    max-height: 480px; } }

@media (max-width: 700px) {
  .blog-hero {
    padding: 96px 16px 32px; }
  .blog-hero__heading {
    font-size: 32px;
    line-height: 40px; }
  .blog-hero__tagline {
    font-size: 18px;
    line-height: 28px; }
  .blog-grid-section {
    padding: 24px 16px 60px; }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px; }
  .blog-card {
    aspect-ratio: 360 / 600; }
  .blog-card__read-more {
    top: 16px;
    left: 16px; }
  .blog-card__caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
    gap: 16px; }
  .blog-card__title {
    font-size: 20px;
    line-height: 28px; }
  .newsletter-form-wrap {
    padding: 48px 16px; }
  .newsletter-form__input {
    height: 52px; } }

.tabs {
  border: none !important; }

.page-content.page-content--centered {
  margin-block: 100px !important; }

.page-content * {
  color: #ffffff !important; }

.how-pivit-works .paragraph {
  color: #2b3530 !important; }

[is=xo-lazyload],
.xo-background-lazyload,
.xo-lazyload,
.xo-lazyloaded {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto; }

[is=xo-lazyload][style*="--fallback"],
.xo-background-lazyload[style*="--fallback"],
.xo-lazyload[style*="--fallback"],
.xo-lazyloaded[style*="--fallback"] {
  background-image: var(--fallback);
  background-size: cover; }

.xo-background-lazyload {
  height: 100%; }

[data-xo-lazyloaded] {
  position: relative;
  z-index: 1; }

.xo-lazyload-overlay {
  position: absolute;
  inset: 0;
  z-index: 1; }

.xo-lazyload-overlay:empty {
  backdrop-filter: blur(30px);
  will-change: backdrop-filter; }

[xb-href], [xo-href] {
  cursor: pointer; }

xo-parallax-scroll[xo-keyframes*=groupImg] img {
  opacity: 1; }

xo-parallax-scroll[xo-keyframes*=groupImg] img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.xo-navigate-smooth {
  animation: xoNavigateSmooth both 0.3s ease; }

@keyframes xoNavigateSmooth {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

xo-marquee {
  --xo-duration: 10000ms;
  display: flex;
  flex-wrap: nowrap;
  transform: translate3d(var(--xo-marquee-scroll, 0px), 0, 0); }

xo-marquee[xo-rtl]:not([xo-rtl=false]) {
  direction: rtl; }

xo-marquee[xo-pause-on-hover]:not([xo-pause-on-hover=false]):hover xo-marquee-item {
  animation-play-state: paused !important; }

xo-marquee[xo-ready] xo-marquee-item {
  animation: xo-marquee var(--xo-marquee-duration) linear infinite; }

@keyframes xo-marquee {
  0% {
    transform: translate3d(var(--xo-marquee-from), 0, 0); }
  100% {
    transform: translate3d(var(--xo-marquee-to), 0, 0); } }

xo-marquee-item {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  will-change: transform; }

xo-marquee-scroll-transform {
  display: block; }

xo-toggle {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible; }

xo-toggle::backdrop {
  display: none; }

xo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0 !important;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit; }

xo-modal::backdrop {
  display: none; }

xo-modal:focus-visible {
  outline: none !important;
  box-shadow: none !important; }

xo-modal img {
  vertical-align: middle; }

xo-modal xo-modal-trigger {
  display: inline-block; }

xo-modal[xo-current-disabled]:not([xo-current-disabled=false]) {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  visibility: visible;
  overflow: visible;
  z-index: auto; }

xo-modal[xo-current-disabled]:not([xo-current-disabled=false]) xo-modal-trigger {
  display: none; }

xo-modal[xo-scroll-disabled]:not([xo-current-disabled=false]) {
  overflow: visible; }

xo-modal xo-carousel-slide {
  pointer-events: none;
  visibility: hidden; }

xo-modal[xo-active]:not([xo-active=false]) xo-carousel-slide {
  pointer-events: auto;
  visibility: visible; }

xo-modal-trigger {
  display: inline-block; }

xo-modal-pan {
  display: block;
  width: fit-content;
  overflow: hidden;
  touch-action: pinch-zoom; }

body.xo-modal-open {
  overflow: hidden;
  padding-right: var(--scroll-bar-width); }

xo-modal [xo-backdrop-cursor] {
  width: 100%;
  height: 100%;
  cursor: none; }

xo-scroll-x {
  display: block;
  position: relative;
  overflow: clip; }

xo-scroll-x::part(inner) {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

xo-scroll-x xo-scroll-xy-item,
xo-scroll-x xo-scroll-x-item {
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: 9; }

xo-scroll-x xo-scroll-xy-item ~ xo-scroll-xy-item,
xo-scroll-x xo-scroll-xy-item ~ xo-scroll-x-item,
xo-scroll-x xo-scroll-x-item ~ xo-scroll-xy-item,
xo-scroll-x xo-scroll-x-item ~ xo-scroll-x-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 0; }

xo-scroll-y {
  display: block;
  position: relative;
  overflow: clip; }

xo-scroll-y::part(inner) {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

xo-scroll-y xo-scroll-xy-item,
xo-scroll-y xo-scroll-y-item {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 9; }

xo-scroll-y xo-scroll-xy-item ~ xo-scroll-xy-item,
xo-scroll-y xo-scroll-xy-item ~ xo-scroll-y-item,
xo-scroll-y xo-scroll-y-item ~ xo-scroll-xy-item,
xo-scroll-y xo-scroll-y-item ~ xo-scroll-y-item {
  position: absolute;
  top: 100%;
  right: 0;
  height: 100%; }

xo-toast-portal {
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 10px;
  max-width: none;
  max-height: none;
  border: 0 !important;
  margin: 0;
  background-color: transparent;
  color: inherit;
  inset: auto;
  pointer-events: none;
  overflow: visible; }

xo-toast-portal * {
  pointer-events: auto; }

xo-toast-portal[xo-placement^=top-] {
  top: 0; }

xo-toast-portal[xo-placement^=bottom-] {
  bottom: 0; }

xo-toast-portal[xo-placement$=-left] {
  left: 0; }

xo-toast-portal[xo-placement$=-center] {
  left: 50%;
  transform: translateX(-50%);
  align-items: center; }

xo-toast-portal[xo-placement$=-right] {
  right: 0;
  align-items: flex-end; }

xo-toast-portal xo-toast {
  display: inline-block;
  width: fit-content;
  max-width: calc(100vw - 20px); }

xo-toast {
  position: relative;
  display: none; }

xo-toast-close-button {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  color: #b9b9b9;
  display: flex;
  align-items: center; }

xo-toast-close-button[xo-placement^=top-] {
  top: 0; }

xo-toast-close-button[xo-placement^=bottom-] {
  bottom: 0; }

xo-toast-close-button[xo-placement$=-left] {
  left: 0; }

xo-toast-close-button[xo-placement^=center-] {
  top: 50%;
  transform: translateY(-50%); }

xo-toast-close-button[xo-placement$=-right] {
  right: 0; }

xo-toast-close-button[xo-placement=top] {
  top: 0; }

xo-toast-close-button svg {
  fill: currentColor;
  width: 20px;
  height: 20px; }

xo-popover {
  position: fixed;
  z-index: 99;
  display: block;
  width: fit-content;
  visibility: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: transparent;
  overflow: visible;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto; }

xo-popover::backdrop {
  display: none; }

xo-popover[xo-current-disabled]:not([xo-current-disabled=false]) {
  position: static;
  width: auto;
  visibility: visible;
  z-index: auto; }

xo-popover xo-carousel-slide {
  pointer-events: none;
  visibility: hidden; }

xo-popover[xo-active]:not([xo-active=false]) xo-carousel-slide {
  pointer-events: auto;
  visibility: visible; }

xo-popover-trigger {
  display: inline-block; }

xo-builder-popover-content {
  display: block;
  position: absolute;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all var(--xo-popover-duration); }

xo-builder-popover {
  display: inline-block;
  position: relative; }

xo-builder-popover[xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-open]:not([xo-open=false]) xo-builder-popover-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none !important; }

xo-builder-popover[xo-animate=zoom] xo-builder-popover-content {
  transform: scale(0.5); }

xo-builder-popover[xo-animate=fade-up] xo-builder-popover-content {
  transform: translate3d(0, 20%, 0); }

xo-builder-popover[xo-animate=fade-down] xo-builder-popover-content {
  transform: translate3d(0, -20%, 0); }

xo-builder-popover[xo-animate=fade-left] xo-builder-popover-content {
  transform: translate3d(-20%, 0, 0); }

xo-builder-popover[xo-animate=fade-right] xo-builder-popover-content {
  transform: translate3d(20%, 0, 0); }

xo-builder-popover[xo-animate=none] xo-builder-popover-content {
  transition: none !important; }

xo-builder-popover[xo-placement=top-left] xo-builder-popover-content {
  bottom: 100%;
  left: 0; }

xo-builder-popover[xo-placement=top-center] xo-builder-popover-content {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%); }

xo-builder-popover[xo-placement=top-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateX(-50%) scale(0.5); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=top-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=top-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateX(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=top-right] xo-builder-popover-content {
  bottom: 100%;
  right: 0; }

xo-builder-popover[xo-placement=bottom-left] xo-builder-popover-content {
  top: 100%;
  left: 0; }

xo-builder-popover[xo-placement=bottom-center] xo-builder-popover-content {
  top: 100%;
  left: 50%;
  transform: translateX(-50%); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateX(-50%) scale(0.5); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateX(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=bottom-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=bottom-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateX(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=bottom-right] xo-builder-popover-content {
  top: 100%;
  right: 0; }

xo-builder-popover[xo-placement=left-top] xo-builder-popover-content {
  top: 0;
  right: 100%; }

xo-builder-popover[xo-placement=left-center] xo-builder-popover-content {
  top: 50%;
  right: 100%;
  transform: translateY(-50%); }

xo-builder-popover[xo-placement=left-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateY(-50%) scale(0.5); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=left-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=left-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateY(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=left-bottom] xo-builder-popover-content {
  bottom: 0;
  right: 100%; }

xo-builder-popover[xo-placement=right-top] xo-builder-popover-content {
  top: 0;
  left: 100%; }

xo-builder-popover[xo-placement=right-center] xo-builder-popover-content {
  top: 50%;
  left: 100%;
  transform: translateY(-50%); }

xo-builder-popover[xo-placement=right-center][xo-animate=zoom] xo-builder-popover-content {
  transform: translateY(-50%) scale(0.5); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-up] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, 20%, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-down] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(0, -20%, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-left] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(-20%, 0, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=fade-right] xo-builder-popover-content {
  transform: translateY(-50%) translate3d(20%, 0, 0); }

xo-builder-popover[xo-placement=right-center][xo-animate=zoom][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=zoom][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-up][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-up][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-down][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-down][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-left][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-left][xo-open]:not([xo-open=false]) xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-right][xo-type=hover]:hover xo-builder-popover-content, xo-builder-popover[xo-placement=right-center][xo-animate=fade-right][xo-open]:not([xo-open=false]) xo-builder-popover-content {
  transform: translateY(-50%) scale(1) !important; }

xo-builder-popover[xo-placement=right-bottom] xo-builder-popover-content {
  bottom: 0;
  left: 100%; }

xo-tooltip {
  display: block;
  width: fit-content; }

xo-tooltip-content {
  position: absolute;
  z-index: 9999;
  display: block;
  width: fit-content;
  pointer-events: none;
  background-color: #111;
  color: #fff;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 3px;
  visibility: hidden;
  transition-delay: 0.1s; }

xo-tooltip-content[xo-active]:not([xo-active=false]) {
  visibility: visible; }

xo-tooltip-content[xo-animate=fade] {
  opacity: 0; }

xo-tooltip-content[xo-animate=fade][xo-active]:not([xo-active=false]) {
  opacity: 1; }

xo-tooltip-content[xo-animate=fade-down] {
  opacity: 0;
  transform: translate3d(0, -20px, 0); }

xo-tooltip-content[xo-animate=fade-down][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=fade-up] {
  opacity: 0;
  transform: translate3d(0, 20px, 0); }

xo-tooltip-content[xo-animate=fade-up][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=fade-left] {
  opacity: 0;
  transform: translate3d(20px, 0, 0); }

xo-tooltip-content[xo-animate=fade-left][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=fade-right] {
  opacity: 0;
  transform: translate3d(-20px, 0, 0); }

xo-tooltip-content[xo-animate=fade-right][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

xo-tooltip-content[xo-animate=zoom] {
  opacity: 0;
  transform: scale(0.4); }

xo-tooltip-content[xo-animate=zoom][xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: scale(1); }

xo-tooltip-content:after {
  content: "";
  border: solid transparent;
  border-width: 6px;
  border-top-color: #111;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%); }

xo-tooltip-content[xo-placement=top-left]:after {
  left: 20px;
  transform: none; }

xo-tooltip-content[xo-placement=top-right]:after {
  left: auto;
  right: 20px;
  transform: none; }

xo-tooltip-content[xo-placement^=bottom-]:after {
  top: auto;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  border-color: transparent;
  border-bottom-color: #111; }

xo-tooltip-content[xo-placement=bottom-center]:after {
  left: 50%; }

xo-tooltip-content[xo-placement=bottom-left]:after {
  left: 20px;
  transform: none; }

xo-tooltip-content[xo-placement=bottom-right]:after {
  left: auto;
  right: 20px;
  transform: none; }

xo-tooltip-content[xo-placement^=left-]:after {
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent;
  border-left-color: #111; }

xo-tooltip-content[xo-placement^=right-]:after {
  left: auto;
  right: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent;
  border-right-color: #111; }

xo-collapse {
  display: block;
  height: 0;
  overflow: hidden;
  will-change: height; }

xo-collapse-trigger {
  display: block; }

xo-tabs {
  position: relative;
  display: block; }

xo-tabs-trigger {
  display: block;
  cursor: pointer; }

xo-tabs-content {
  position: relative;
  display: flex;
  flex-direction: column; }

xo-tabs-pane {
  position: absolute;
  width: 100%;
  display: block;
  visibility: hidden; }

xo-tabs-pane[xo-active]:not([xo-active=false]) {
  position: static;
  visibility: visible; }

[data-xb-section-id] xo-tabs-pane {
  position: static;
  width: 100%;
  display: none;
  visibility: visible; }

[data-xb-section-id] xo-tabs-pane[xo-active]:not([xo-active=false]) {
  display: block; }

xo-tabs-active {
  display: block;
  position: absolute;
  will-change: transform, width; }

xo-parallax,
[xo-parallax] {
  position: relative;
  display: block; }

xo-parallax-scroll {
  display: block;
  background-size: cover; }

xo-parallax-scroll:empty {
  width: auto; }

:where(xo-parallax-scroll[xo-fit-content]:not([xo-fit-content=false])) {
  width: fit-content; }

xo-parallax-hover {
  display: block;
  width: fit-content; }

xo-parallax-hover:empty {
  width: auto; }

xo-carousel,
xo-carousel-thumbnail {
  position: relative;
  display: block;
  user-select: none; }

xo-carousel[xo-vertical] xo-carousel-list,
xo-carousel-thumbnail[xo-vertical] xo-carousel-list {
  flex-direction: column;
  height: 100%;
  touch-action: pan-x; }

xo-carousel[xo-overflow=hidden] xo-carousel-inner,
xo-carousel-thumbnail[xo-overflow=hidden] xo-carousel-inner {
  overflow: hidden; }

xo-carousel[xo-overflow=visible] xo-carousel-inner,
xo-carousel-thumbnail[xo-overflow=visible] xo-carousel-inner {
  overflow: visible; }

xo-carousel[xo-rtl]:not([xo-rtl=false]),
xo-carousel-thumbnail[xo-rtl]:not([xo-rtl=false]) {
  direction: rtl; }

xo-carousel-inner {
  position: relative;
  z-index: 9;
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  overflow: hidden; }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) [xo-carousel-slide] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  visibility: hidden; }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=none] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  visibility: visible;
  z-index: 9; }

xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide] {
  opacity: 0;
  transition: var(--xo-speed); }

xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=fade] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=wind] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  opacity: 1; }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide], xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide, xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide] {
  transition: var(--xo-speed); }

xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=urban] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=water] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) xo-carousel-slide[xo-visible]:not([xo-visible=false]), xo-carousel[xo-type=nature] :not(xo-carousel-thumbnail) [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  opacity: 1; }

xo-carousel-thumbnail {
  display: block; }

xo-carousel-thumbnail xo-carousel-slide, xo-carousel-thumbnail [xo-carousel-slide] {
  cursor: pointer; }

xo-carousel-list {
  display: flex;
  flex-direction: row;
  touch-action: pan-y;
  will-change: transform;
  justify-content: flex-start; }

xo-carousel xo-carousel-slide, xo-carousel [xo-carousel-slide] {
  width: calc(100% / var(--xo-per-view) + var(--xo-gap) / var(--xo-per-view));
  padding-inline-end: var(--xo-gap);
  flex-shrink: 0; }

@keyframes xo-carousel-mask {
  from {
    mask-position: 100% 0; }
  to {
    mask-position: 0% 0; } }

[xo-type=nature] xo-carousel-slide[xo-visible]:not([xo-visible=false]),
[xo-type=nature] [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  mask-image: url(https://raw.githubusercontent.com/long-hp/storage/main/nature-sprite.png);
  mask-size: 2300% 100%;
  animation: xo-carousel-mask var(--xo-speed, 200ms) steps(22) forwards; }

[xo-type=water] xo-carousel-slide[xo-visible]:not([xo-visible=false]),
[xo-type=water] [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  mask-image: url(https://raw.githubusercontent.com/long-hp/storage/main/nature-sprite-2.png);
  mask-size: 7100% 100%;
  animation: xo-carousel-mask var(--xo-speed, 200ms) steps(70) forwards; }

[xo-type=urban] xo-carousel-slide[xo-visible]:not([xo-visible=false]),
[xo-type=urban] [xo-carousel-slide][xo-visible]:not([xo-visible=false]) {
  mask-image: url(https://raw.githubusercontent.com/long-hp/storage/main/urban-sprite.png);
  mask-size: 3000% 100%;
  animation: xo-carousel-mask var(--xo-speed, 200ms) steps(29) forwards; }

xo-carousel-thumbnail[xo-vertical] xo-carousel-slide,
xo-carousel-thumbnail[xo-vertical] [xo-carousel-slide],
xo-carousel[xo-vertical] xo-carousel-slide,
xo-carousel[xo-vertical] [xo-carousel-slide] {
  width: auto;
  height: calc(100% / var(--xo-per-view) + var(--xo-gap) / var(--xo-per-view));
  padding-bottom: var(--xo-gap);
  padding-inline-end: 0; }

xo-carousel-prev,
xo-carousel-next {
  display: inline-block;
  cursor: pointer;
  user-select: none; }

xo-carousel-prev[xo-hide],
xo-carousel-next[xo-hide] {
  display: none; }

xo-carousel-pagination {
  display: flex;
  align-items: center; }

xo-carousel-bullet {
  display: flex;
  cursor: pointer; }

xo-carousel-dynamic-bullets {
  display: block;
  overflow: hidden; }

xo-carousel-filter-effect {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
  isolation: isolate;
  opacity: 0; }

xo-carousel-filter-effect[xo-type=wind] {
  width: 200%; }

xo-carousel-filter-effect[xo-type=wind][xo-effect=next] {
  animation: xo-carousel-filter-effect-next var(--xo-speed, 200ms) forwards; }

@keyframes xo-carousel-filter-effect-next {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0; } }

xo-carousel-filter-effect[xo-type=wind][xo-effect=prev] {
  animation: xo-carousel-filter-effect-prev var(--xo-speed, 200ms) forwards; }

@keyframes xo-carousel-filter-effect-prev {
  0% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0; } }

xo-carousel-pagination-progress {
  display: block; }

xo-range {
  position: relative;
  display: block;
  height: calc(var(--size) * 1px); }

xo-range input[type=range] {
  display: block;
  margin: 0;
  padding: 0;
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none; }

xo-range input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
  opacity: 0;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: auto; }

xo-range input[type=range]::-moz-range-thumb {
  width: calc(var(--size) * 1px);
  height: calc(var(--size) * 1px);
  opacity: 0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  pointer-events: auto; }

xo-range-track {
  display: block;
  background: #ddd;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: calc(var(--size) * 1px); }

xo-range-progress {
  position: absolute;
  top: 0;
  height: 100%;
  background: #4caf82;
  left: calc(var(--size) / 2 * 1px);
  will-change: transform, width; }

xo-range-thumb {
  display: block;
  width: 20px;
  height: 20px;
  background: #4caf82;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform; }

xo-sticky {
  display: block; }

xo-sticky[xo-placement=bottom] {
  height: 0; }

xo-sticky-space {
  display: block;
  transition: all 0.3s; }

xo-filters-clear {
  display: none;
  width: fit-content;
  cursor: pointer; }

xo-filters-clear[xo-visible]:not([xo-visible=false]) {
  display: block; }

xo-filters-refine {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

xo-filters-refine xo-filters-clear {
  background: #e8e8e8;
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 5px; }

xo-filters-mobile,
xo-filters-sort-by-selected,
xo-filters-field {
  display: block; }

xo-filters-fallback {
  display: none; }

xo-filters-fallback[xo-visible]:not([xo-visible=false]) {
  display: block; }

xo-filters-refine-clear-icon {
  display: none; }

xo-gallery {
  display: block; }

xo-gallery-item {
  display: block; }

xo-gallery-item xo-modal-trigger {
  display: block;
  width: 100%;
  height: 100%; }

xo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

xo-gallery-portal {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: inherit;
  background-color: transparent;
  overflow: visible;
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  gap: 20px;
  background-color: var(--xo-backdrop-color); }

xo-gallery-portal::backdrop {
  display: none; }

xo-gallery-portal:not([xo-type=scroll]) {
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory; }

xo-gallery-portal[xo-active]:not([xo-active=false]) {
  visibility: visible; }

xo-gallery-portal[xo-active]:not([xo-active=false]) xo-image-zoom-inner {
  display: block; }

xo-gallery-portal::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent; }

xo-gallery-portal xo-modal {
  position: relative;
  top: auto;
  left: auto;
  width: 100vw;
  flex-shrink: 0;
  scroll-snap-align: start; }

xo-gallery-portal[xo-type=scroll] xo-modal {
  height: auto; }

xo-gallery-portal[xo-type=scroll] xo-modal::part(content) {
  display: flex;
  justify-content: center;
  width: 100%; }

xo-gallery-portal[xo-type=scroll] img {
  width: 100%;
  height: auto; }

xo-gallery-portal xo-modal-pan {
  touch-action: pan-x; }

xo-gallery-portal xo-modal-trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 34px; }

xo-gallery-portal xo-image-zoom-inner {
  display: none; }

xo-gallery-portal video {
  height: 100vh;
  width: 100vw; }

@-moz-document url-prefix() {
  xo-gallery-portal {
    scrollbar-color: transparent;
    scrollbar-width: none; } }

xo-gallery-prev, xo-gallery-next {
  position: fixed;
  top: 50%;
  z-index: 999;
  width: 50px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 30px; }

xo-gallery-prev {
  left: 0; }

xo-gallery-next {
  right: 0; }

xo-gallery-next svg {
  transform: rotate(180deg); }

xo-gallery-counter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

xo-cart-quantity-minus,
xo-cart-quantity-plus {
  display: inline-block;
  cursor: pointer;
  user-select: none; }

xo-product-pickup-availability-empty,
xo-product-liquid-static,
xo-product-data {
  display: none !important; }

xo-product-property,
xo-product-properties,
xo-bundle-progress,
xo-bundle-properties,
xo-bundle-content,
xo-product-media,
xo-product-recommendations,
xo-product-recipient-form-error,
xo-product-recipient-form,
xo-product-quick-view,
xo-product-quick-view-trigger,
xo-cart-add-error,
xo-cart-scroll,
xo-cart-shipping-rates-field,
xo-cart-note,
xo-product,
xo-cart,
xo-cart-mini,
xo-product-variant,
xo-product-variants,
xo-product-will-change {
  display: block; }

xo-cart-add-error {
  visibility: hidden;
  overflow: hidden;
  height: 0; }

xo-cart-shipping-rates-field[xo-disabled] {
  display: none; }

xo-bundle-step,
xo-bundle-add,
xo-bundle-remove,
xo-bundle-placeholders,
xo-cart-note-button {
  display: inline-block; }

xo-cart-add-fallback,
xo-cart-change-fallback {
  display: none; }

xo-cart-add-fallback[xo-visible]:not([xo-visible=false]),
xo-cart-change-fallback[xo-visible]:not([xo-visible=false]) {
  display: block; }

xo-cart-add[xo-loading] xo-cart-add-fallback {
  display: block; }

.xo-cart-add-error,
.xo-cart-change-error {
  background-color: #fa6e6e;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  width: 360px; }

.xo-cart-add-error xo-toast-close-button,
.xo-cart-change-error xo-toast-close-button {
  color: #fff; }

.xo-cart-add-error xo-toast-close-button svg,
.xo-cart-change-error xo-toast-close-button svg {
  fill: currentColor;
  width: 20px;
  height: 20px; }

xo-cart-fly {
  display: none;
  position: absolute;
  z-index: 9999; }

xo-product-media {
  position: relative; }

xo-product-media [xo-product-media-content] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: 0.8s; }

xo-product-media [xo-product-media-content],
xo-product-media [xo-product-media-content] xo-carousel-inner,
xo-product-media [xo-product-media-content] xo-carousel-list,
xo-product-media [xo-product-media-content] xo-carousel-slide,
xo-product-media [xo-product-media-content] div,
xo-product-media [xo-product-media-content] img {
  width: 100% !important;
  height: 100% !important; }

xo-product-media [xo-product-media-content] img {
  object-fit: cover; }

xo-product-media [xo-hidden] {
  opacity: 0;
  visibility: hidden; }

xo-product-media [xo-product-media-content] xo-carousel-prev,
xo-product-media [xo-product-media-content] xo-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.7s; }

xo-product-media [xo-product-media-content] xo-carousel-prev {
  left: 0; }

xo-product-media [xo-product-media-content] xo-carousel-next {
  right: 0; }

xo-product-media [xo-product-media-content] xo-carousel-pagination {
  position: absolute;
  bottom: 0;
  z-index: 10; }

xo-product-media[xo-rtl] [xo-product-media-content] xo-carousel-prev {
  right: 0; }

xo-product-media[xo-rtl] [xo-product-media-content] xo-carousel-next {
  left: 0; }

xo-bundle-price[xo-compare-at-price][xo-hidden] {
  display: none; }

xo-bundle-progress {
  --xo-x: -100%; }

:where(xo-animate:not([xo-item-used])) [xo-type=none],
xo-animate[xo-type=none] xo-animate-item,
[xo-animate=scroll] [xo-type=none] {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1; }

:where(xo-animate:not([xo-item-used])),
[xo-animate=scroll] {
  --xo-strength: 1; }

:where(xo-animate:not([xo-item-used])),
xo-animate-item,
[xo-animate=scroll] {
  display: block;
  opacity: 0.01;
  animation-duration: calc(var(--xo-duration) * 1ms);
  animation-timing-function: var(--xo-easing);
  animation-delay: calc(var(--xo-order) * var(--xo-constant) * 1ms);
  animation-fill-mode: both; }

:where(xo-animate:not([xo-item-used]))[xo-type=width-increment],
xo-animate-item[xo-type=width-increment],
[xo-animate=scroll][xo-type=width-increment] {
  opacity: 1 !important;
  overflow: hidden;
  animation: none !important;
  transition: all calc(var(--xo-duration) * 1ms) var(--xo-easing) calc((var(--xo-order) * var(--xo-constant) + var(--xo-wrap-duration, 0)) * 1ms); }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false]),
xo-animate-item[xo-visible]:not([xo-visible=false]),
[xo-animate=scroll][xo-visible]:not([xo-visible=false]) {
  backface-visibility: hidden;
  opacity: 1; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade] {
  animation-name: xo-fade; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-up] {
  animation-name: xo-fade-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-down],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-down],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-down] {
  animation-name: xo-fade-down; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-left],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-left],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-left] {
  animation-name: xo-fade-left; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=fade-right],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=fade-right],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=fade-right] {
  animation-name: xo-fade-right; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=zoom-in],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=zoom-in],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=zoom-in] {
  animation-name: xo-zoom-in; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=zoom-out],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=zoom-out],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=zoom-out] {
  animation-name: xo-zoom-out; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=rotate-left-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=rotate-left-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=rotate-left-up] {
  transform-origin: 0 50%;
  animation-name: xo-rotate-left-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=rotate-right-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=rotate-right-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=rotate-right-up] {
  transform-origin: 100% 50%;
  animation-name: xo-rotate-right-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-left],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-left],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-left] {
  transform-origin: 100% 50%;
  animation-name: xo-snake-left; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-right],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-right],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-right] {
  transform-origin: 0 50%;
  animation-name: xo-snake-right; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-up],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-up],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-up] {
  transform-origin: 50% 0;
  animation-name: xo-snake-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=snake-down],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=snake-down],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=snake-down] {
  transform-origin: 50% 100%;
  animation-name: xo-snake-down; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type="3d-up"],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type="3d-up"],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type="3d-up"] {
  transform-origin: 50% 0;
  animation-name: xo-3d-up; }

:where(xo-animate:not([xo-item-used]))[xo-visible]:not([xo-visible=false])[xo-type=blur],
xo-animate-item[xo-visible]:not([xo-visible=false])[xo-type=blur],
[xo-animate=scroll][xo-visible]:not([xo-visible=false])[xo-type=blur] {
  animation-name: xo-blur; }

@keyframes xo-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes xo-fade-up {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-fade-down {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-fade-left {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--xo-strength) * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-fade-right {
  0% {
    opacity: 0;
    transform: translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-zoom-out {
  0% {
    opacity: 0;
    transform: scale(calc(var(--xo-strength) * 1.3)); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-rotate-left-up {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(10deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-rotate-right-up {
  0% {
    opacity: 0;
    transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(-10deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-up {
  0% {
    opacity: 0;
    transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-down {
  0% {
    opacity: 0;
    transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-left {
  0% {
    opacity: 0;
    transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-snake-right {
  0% {
    opacity: 0;
    transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-3d-up {
  0% {
    opacity: 0;
    transform: perspective(100rem) rotateX(-60deg); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes xo-blur {
  0% {
    opacity: 0;
    filter: blur(10px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

[xo-animate=scroll][xo-opacity] {
  opacity: 0.01; }

xo-animate[xo-disabled],
xo-mega-menu [xo-animate=scroll] {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important; }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-toggle xo-animate-item, xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal xo-animate-item, xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item, xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item, xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-popover xo-animate-item, xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item, xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item, xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-tabs-pane xo-animate-item {
  opacity: 0.01;
  animation: none !important; }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-toggle xo-animate-item[xo-type=fade-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-modal xo-animate-item[xo-type=fade-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-popover xo-animate-item[xo-type=fade-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-up],
xo-tabs-pane xo-animate-item[xo-type=fade-up] {
  transform: translate3d(0, calc(var(--xo-strength) * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-toggle xo-animate-item[xo-type=fade-down], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-modal xo-animate-item[xo-type=fade-down], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-down], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-down], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-popover xo-animate-item[xo-type=fade-down], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-down], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-down], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-down],
xo-tabs-pane xo-animate-item[xo-type=fade-down] {
  transform: translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-toggle xo-animate-item[xo-type=fade-left], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-modal xo-animate-item[xo-type=fade-left], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-left], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-left], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-popover xo-animate-item[xo-type=fade-left], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-left], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-left], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-left],
xo-tabs-pane xo-animate-item[xo-type=fade-left] {
  transform: translate3d(calc(var(--xo-strength) * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-toggle xo-animate-item[xo-type=fade-right], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-modal xo-animate-item[xo-type=fade-right], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=fade-right], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=fade-right], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-popover xo-animate-item[xo-type=fade-right], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-right], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=fade-right], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=fade-right],
xo-tabs-pane xo-animate-item[xo-type=fade-right] {
  transform: translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-toggle xo-animate-item[xo-type=zoom-in], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-modal xo-animate-item[xo-type=zoom-in], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=zoom-in], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=zoom-in], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-popover xo-animate-item[xo-type=zoom-in], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-in], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-in], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-in],
xo-tabs-pane xo-animate-item[xo-type=zoom-in] {
  transform: scale(0.6); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-toggle xo-animate-item[xo-type=zoom-out], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-modal xo-animate-item[xo-type=zoom-out], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=zoom-out], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=zoom-out], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-popover xo-animate-item[xo-type=zoom-out], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-out], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=zoom-out], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=zoom-out],
xo-tabs-pane xo-animate-item[xo-type=zoom-out] {
  transform: scale(calc(var(--xo-strength) * 1.3)); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-toggle xo-animate-item[xo-type=rotate-left-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-modal xo-animate-item[xo-type=rotate-left-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=rotate-left-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=rotate-left-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-popover xo-animate-item[xo-type=rotate-left-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-left-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-left-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-left-up],
xo-tabs-pane xo-animate-item[xo-type=rotate-left-up] {
  transform-origin: 0 50%;
  transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(10deg); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-toggle xo-animate-item[xo-type=rotate-right-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-modal xo-animate-item[xo-type=rotate-right-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=rotate-right-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=rotate-right-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-popover xo-animate-item[xo-type=rotate-right-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-right-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=rotate-right-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=rotate-right-up],
xo-tabs-pane xo-animate-item[xo-type=rotate-right-up] {
  transform-origin: 100% 50%;
  transform: translate3d(0, calc(var(--xo-strength) * 30%), 0) rotate(-10deg); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-toggle xo-animate-item[xo-type=snake-left], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-modal xo-animate-item[xo-type=snake-left], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-left], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-left], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-popover xo-animate-item[xo-type=snake-left], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-left], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-left], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-left],
xo-tabs-pane xo-animate-item[xo-type=snake-left] {
  transform-origin: 100% 50%;
  transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-toggle xo-animate-item[xo-type=snake-right], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-modal xo-animate-item[xo-type=snake-right], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-right], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-right], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-popover xo-animate-item[xo-type=snake-right], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-right], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-right], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-right],
xo-tabs-pane xo-animate-item[xo-type=snake-right] {
  transform-origin: 0 50%;
  transform: scaleX(1.8) translate3d(calc(var(--xo-strength) * -1 * 30%), 0, 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-toggle xo-animate-item[xo-type=snake-up], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-modal xo-animate-item[xo-type=snake-up], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-up], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-up], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-popover xo-animate-item[xo-type=snake-up], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-up], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-up], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-up],
xo-tabs-pane xo-animate-item[xo-type=snake-up] {
  transform-origin: 50% 0;
  transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-toggle xo-animate-item[xo-type=snake-down], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-modal xo-animate-item[xo-type=snake-down], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=snake-down], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=snake-down], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-popover xo-animate-item[xo-type=snake-down], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-down], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=snake-down], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=snake-down],
xo-tabs-pane xo-animate-item[xo-type=snake-down] {
  transform-origin: 50% 100%;
  transform: scaleY(1.8) translate3d(0, calc(var(--xo-strength) * -1 * 30%), 0); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-toggle xo-animate-item[xo-type="3d-up"], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-modal xo-animate-item[xo-type="3d-up"], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type="3d-up"], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type="3d-up"], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-popover xo-animate-item[xo-type="3d-up"], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type="3d-up"], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type="3d-up"], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type="3d-up"],
xo-tabs-pane xo-animate-item[xo-type="3d-up"] {
  transform-origin: 50% 0;
  transform: perspective(100rem) rotateX(-60deg); }

xo-toggle :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-toggle xo-animate-item[xo-type=blur], xo-modal :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-modal xo-animate-item[xo-type=blur], xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-modal:not([xo-animate-ready]):not([xo-active]) xo-animate-item[xo-type=blur], xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-modal[xo-animate-ready]:not([xo-animate-active]) xo-animate-item[xo-type=blur], xo-popover :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-popover xo-animate-item[xo-type=blur], xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=blur], xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide xo-animate-item[xo-type=blur], xo-tabs-pane :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced]))[xo-type=blur],
xo-tabs-pane xo-animate-item[xo-type=blur] {
  filter: blur(10px); }

xo-toggle[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-toggle[xo-active]:not([xo-active=false]) xo-animate-item,
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-animate-item,
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-animate-item,
xo-popover[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-popover[xo-active]:not([xo-active=false]) xo-animate-item,
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item,
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item,
xo-tabs-pane[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])),
xo-tabs-pane[xo-active]:not([xo-active=false]) xo-animate-item {
  opacity: 1;
  backface-visibility: hidden; }

xo-toggle[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-toggle[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-modal:not([xo-animate-ready])[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-modal[xo-animate-ready][xo-animate-active]:not([xo-animate-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-popover[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-popover[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-carousel:not([xo-per-view]):not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item:not([xo-type=width-increment]),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-carousel[xo-per-view="1"]:not([xo-column-width]) xo-carousel-slide[xo-visible]:not([xo-visible=false]) xo-animate-item:not([xo-type=width-increment]),
xo-tabs-pane[xo-active]:not([xo-active=false]) :where(xo-animate:not([xo-item-used]):not([xo-scroll-forced])):not([xo-type=width-increment]),
xo-tabs-pane[xo-active]:not([xo-active=false]) xo-animate-item:not([xo-type=width-increment]) {
  transform: none; }

@media (prefers-reduced-motion: reduce) {
  xo-animate, xo-animate-item, [xo-animate=scroll] {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important; } }

html.no-js xo-animate, html.no-js xo-animate-item, html.no-js [xo-animate=scroll] {
  opacity: 1 !important;
  transition: none !important;
  animation: none !important; }

[xo-animate=svg-infinite]:not(.xo-animate-svg-none) [xo-next-stroke-dasharray], [xo-animate=svg-infinite]:not(.xo-animate-svg-none) [xo-next-stroke-dashoffset] {
  animation: xo-svg-infinite calc(var(--xo-duration) * 2ms) ease infinite; }

@keyframes xo-svg-infinite {
  0% {
    opacity: 1;
    stroke-dasharray: var(--xo-stroke-dasharray);
    stroke-dashoffset: var(--xo-stroke-dashoffset); }
  50%, 80% {
    opacity: 1;
    stroke-dasharray: var(--xo-next-stroke-dasharray);
    stroke-dashoffset: var(--xo-next-stroke-dashoffset); }
  90%, 100% {
    opacity: 0;
    stroke-dasharray: var(--xo-next-stroke-dasharray);
    stroke-dashoffset: var(--xo-next-stroke-dashoffset); } }

:where(xo-animate:not([xo-item-used]))[xo-type^=xo-goo-],
[xo-animate=scroll][xo-type^=xo-goo-] {
  animation: none !important;
  transition: none !important; }

xo-image-zoom {
  position: relative;
  z-index: 9;
  display: flex;
  cursor: none; }

xo-image-zoom img {
  width: 80% !important;
  margin: auto; }

xo-image-zoom[xo-active]:not([xo-active=false])[xo-zoom-full]:not([xo-zoom-full=false]) > img {
  visibility: hidden; }

xo-image-zoom[xo-active]:not([xo-active=false]) xo-image-zoom-item {
  display: block !important; }

xo-image-zoom[xo-active]:not([xo-active=false]) xo-image-zoom-thumb {
  opacity: 1; }

xo-image-zoom[xo-placement=center] {
  cursor: zoom-in; }

xo-image-zoom[xo-placement=right] xo-image-zoom-inner {
  left: calc(100% + 10px); }

xo-image-zoom[xo-placement=left] xo-image-zoom-inner {
  left: auto;
  right: calc(100% + 10px); }

xo-image-zoom[xo-zoom-full]:not([xo-zoom-full=false]) xo-image-zoom-inner {
  pointer-events: auto; }

xo-image-zoom[xo-zoom-full]:not([xo-zoom-full=false]) xo-image-zoom-item {
  position: fixed !important; }

xo-image-zoom-thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease; }

xo-image-zoom-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none; }

xo-image-zoom-item {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
  background-color: var(--color-light-freeze);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform-origin: 0 0;
  display: none !important; }

xo-countdown {
  display: block; }

xo-video-cover {
  display: block;
  position: relative;
  overflow: hidden; }

xo-video-cover:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1; }

xo-video-cover-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0; }

xo-video-cover-item iframe,
xo-video-cover-item video,
xo-video-cover-item embed,
xo-video-cover-item object {
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

xo-video-cover-button {
  display: inline-block; }

xo-typing:after {
  content: attr(xo-cursor-char);
  display: inline-block;
  margin-left: 2px;
  animation: xo-typing 1.2s; }

@keyframes xo-typing {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

xo-typing-inner {
  display: inline-flex;
  overflow: hidden; }

xo-typing-content {
  position: relative;
  display: inline-flex;
  flex-direction: column; }

xo-typing-content span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%; }

[xo-slide] > xo-typing-inner > xo-typing-content {
  animation: xo-typing-slide backwards calc(var(--xo-duration) * 1ms) ease; }

@keyframes xo-typing-slide {
  0% {
    transform: translate3d(0, 0, 0);
    width: var(--xo-width-0); }
  100% {
    transform: translate3d(0, -100%, 0);
    width: var(--xo-width-1); } }

[xo-goo] > xo-typing-inner > xo-typing-content {
  width: var(--xo-width-1); }

[xo-goo] > xo-typing-inner > xo-typing-content span:nth-child(1) {
  top: 10%;
  animation: xo-typing-goo-span-1 calc(var(--xo-duration) * 1ms) ease; }

@keyframes xo-typing-goo-span-1 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

[xo-goo] > xo-typing-inner > xo-typing-content span:nth-child(2) {
  top: 0;
  opacity: 0;
  animation: xo-typing-goo-span-2 calc(var(--xo-duration) * 1ms) ease; }

@keyframes xo-typing-goo-span-2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

xo-typing[xo-effect=goo] {
  position: relative; }

xo-typing[xo-effect=goo] span + span {
  position: absolute; }

xo-image-comparison {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  user-select: none; }

xo-image-comparison-label {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding: 5px 10px; }

xo-image-comparison-after {
  display: block; }

xo-image-comparison-after img {
  width: 100%;
  pointer-events: none; }

xo-image-comparison-after xo-image-comparison-label {
  right: 0; }

xo-image-comparison-before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
  width: calc(var(--xo-value, 0) * 1%); }

xo-image-comparison-before img {
  display: block;
  height: 100% !important;
  width: calc(100 / var(--xo-value, 0) * 100%) !important;
  max-width: none !important;
  object-fit: cover !important;
  pointer-events: none; }

xo-image-comparison-before xo-image-comparison-label {
  left: 0; }

xo-image-comparison-handle {
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--xo-value, 0) * 1%);
  z-index: 9;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
  cursor: ew-resize; }

xo-image-comparison-handle-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  cursor: ew-resize; }

xo-masonry {
  display: block;
  position: relative; }

xo-masonry-item {
  display: block !important; }

xo-cursor-item {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: block;
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  pointer-events: none; }

xo-cursor-item[xo-active]:not([xo-active=false]) {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1); }

:where([is=xo-cursor][xo-absolute]) {
  position: relative; }

[is=xo-cursor][xo-absolute] xo-cursor-item {
  position: absolute; }

xo-scroll-carousel {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  user-select: none;
  touch-action: pan-y; }

xo-scroll-carousel[xo-rtl]:not([xo-rtl=false]) {
  direction: rtl; }

xo-scroll-carousel > * {
  display: flex;
  flex-wrap: nowrap; }

xo-scroll-carousel > * > * {
  flex-shrink: 0;
  padding-inline-end: var(--xo-gap, 30px); }

xo-scroll-carousel-next, xo-scroll-carousel-prev {
  display: block;
  cursor: pointer; }

xo-magnetic, xo-magnetic-content {
  display: inline-block;
  will-change: transform; }

xo-line-chart {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

xo-line-chart svg {
  position: absolute;
  top: 0;
  left: 0; }

xo-scroll-scene {
  position: relative;
  display: block; }

xo-scroll-scene-inner {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh; }

xo-scroll-scene-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden; }

xo-scroll-scene-item[xo-active]:not([xo-active=false]) {
  pointer-events: auto;
  visibility: visible; }

xo-collection-tabs,
xo-collection-tabs-trigger,
xo-collection-tabs-content {
  display: block; }

xo-intersection-video {
  display: block; }

xo-global-function {
  display: block; }

xo-item {
  display: block; }

xo-grid-hover-expand {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--xo-grid-row-gap, 2rem) / -2);
  margin-top: calc(var(--xo-grid-col-gap, 2rem) * -1); }

xo-grid-hover-expand > * {
  width: calc(100% / var(--xs)) !important;
  padding-top: var(--xo-grid-col-gap, 2rem);
  padding-inline: calc(var(--xo-grid-row-gap, 2rem) / 2); }

@media (min-width: 576px) {
  xo-grid-hover-expand > * {
    width: calc(100% / var(--sm)) !important; } }

@media (min-width: 768px) {
  xo-grid-hover-expand > * {
    width: calc(100% / var(--md)) !important; } }

@media (min-width: 992px) {
  xo-grid-hover-expand > * {
    width: calc(100% / var(--lg)) !important; } }

.xo-hidden {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  pointer-events: none !important; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #2b3530;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: #2b3530;
      float: left; } }
  .tab.is-active {
    border-left-color: #2b3530;
    border-right-color: #2b3530; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid #2b3530; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.78571rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.28571rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

@media (min-width: 1261px) {
  .form-prefixPostfix--centeredColumn .form-prefixPostfix-button--postfix {
    margin: 1em 0 0.78571rem; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }
  .navUser-action.navUser-action--currencySelector, .navUser-action.navUser-action--languageSelector, .navUser-action.navUser-action--channelSelector {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap; }
    .navUser-action.navUser-action--currencySelector .icon, .navUser-action.navUser-action--languageSelector .icon, .navUser-action.navUser-action--channelSelector .icon {
      margin: 0 0 0 0.35714rem; }

.navUser-action--currencySelector + .dropdown-menu::before,
.navUser-action--languageSelector + .dropdown-menu::before,
.navUser-action--channelSelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--languageSelector + .dropdown-menu::after,
.navUser-action--channelSelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--currencySelector + .dropdown-menu [data-locale-code],
.navUser-action--languageSelector + .dropdown-menu [data-locale-code],
.navUser-action--channelSelector + .dropdown-menu [data-locale-code] {
  text-transform: capitalize; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.35714rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-backorder-availability-prompt {
  margin-left: 0.78571rem; }

[data-backorder-message] {
  margin-left: 0.78571rem; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(43, 53, 48, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: #2b3530;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.reset-filters {
  display: none; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-quantity .cart-item-backorder-message {
  margin-bottom: 0; }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      clear: both;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.cart-total-enhanced .cart-total {
  border-top: none; }

.cart-total-enhanced .cart-total-label {
  color: #333333;
  text-align: left;
  width: 50%; }
  @media (min-width: 801px) {
    .cart-total-enhanced .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-enhanced .cart-total-value {
  float: right;
  font-weight: 600; }

.cart-total-enhanced .cart-total-label, .cart-total-enhanced .cart-total-value {
  padding: 0.5rem 0; }

.cart-total-enhanced .cart-total-with-savings {
  border-top: 1px solid #e5e5e5; }
  .cart-total-enhanced .cart-total-with-savings .cart-total-label {
    font-size: 25px; }
  .cart-total-enhanced .cart-total-with-savings .cart-total-grandTotal {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-weight: 400; }
    .cart-total-enhanced .cart-total-with-savings .cart-total-grandTotal .cart-total-amount {
      font-size: 25px;
      font-weight: 600; }
    .cart-total-enhanced .cart-total-with-savings .cart-total-grandTotal .cart-total-savings {
      font-family: "Karla", Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #757575;
      display: block;
      margin-top: 0.21429rem; }
    .cart-total-enhanced .cart-total-with-savings .cart-total-grandTotal .cart-savings-amount {
      color: #008a06; }

.cart-total-enhanced .cart-total-gift-certificate .cart-total-label, .cart-total-enhanced .cart-total-shipping-estimator .cart-total-label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; }
  .cart-total-enhanced .cart-total-gift-certificate .cart-total-label a, .cart-total-enhanced .cart-total-gift-certificate .cart-total-label button, .cart-total-enhanced .cart-total-shipping-estimator .cart-total-label a, .cart-total-enhanced .cart-total-shipping-estimator .cart-total-label button {
    color: #476bef;
    text-decoration: none;
    font-weight: 400; }
    .cart-total-enhanced .cart-total-gift-certificate .cart-total-label a:hover, .cart-total-enhanced .cart-total-gift-certificate .cart-total-label button:hover, .cart-total-enhanced .cart-total-shipping-estimator .cart-total-label a:hover, .cart-total-enhanced .cart-total-shipping-estimator .cart-total-label button:hover {
      text-decoration: underline; }

.cart-total-enhanced .cart-shipping-expectation-message {
  flex-basis: 100%;
  margin: 0; }

.cart-total-enhanced .cart-total-shipping-estimator .shipping-estimate-value, .cart-total-enhanced .cart-total-shipping-estimator .shipping-estimate-show {
  text-decoration: none;
  font-style: normal; }

.cart-total-enhanced .cart-total-shipping-estimator .price--discounted {
  color: #999999; }

.cart-total-enhanced .cart-total-gift-certificate .cart-gift-certificate-form .button {
  background-color: white;
  color: #333333;
  font-weight: 700; }

.cart-total-enhanced .cart-total-gift-certificate .gift-certificate-add, .cart-total-enhanced .cart-total-gift-certificate .gift-certificate-cancel {
  color: #476bef;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 400; }
  .cart-total-enhanced .cart-total-gift-certificate .gift-certificate-add:hover, .cart-total-enhanced .cart-total-gift-certificate .gift-certificate-cancel:hover {
    text-decoration: underline; }

.cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #757575;
  width: auto;
  max-width: 80%;
  flex-wrap: wrap; }
  .cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-label .icon {
    flex-shrink: 0; }
  .cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-label a {
    color: #476bef;
    text-decoration: none;
    font-weight: 400; }
    .cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-label a:hover {
      text-decoration: underline; }

.cart-total-enhanced .cart-total-gift-certificate-list-item .cart-total-value {
  float: right;
  width: auto; }

.cart-total-enhanced .shipping-estimate-value, .cart-total-enhanced .shipping-estimate-show {
  text-decoration: none; }

.cart-total-enhanced .cart-total-discounts .cart-total-label {
  cursor: pointer; }

.cart-total-enhanced .cart-total-discounts .cart-discount-icon {
  transition: transform 0.3s ease; }
  .cart-total-enhanced .cart-total-discounts .cart-discount-icon.is-open {
    transform: rotate(180deg); }
  .cart-total-enhanced .cart-total-discounts .cart-discount-icon svg {
    fill: #333333; }

.cart-total-enhanced .cart-total-discounts .cart-discount-list {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  width: 100%; }

.cart-total-enhanced .cart-total-discounts .cart-discount-item {
  display: flex;
  justify-content: space-between;
  padding: 0.21429rem 0;
  color: #757575; }
  .cart-total-enhanced .cart-total-discounts .cart-discount-item .cart-discount-item-label {
    text-align: left; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.cart-coupons {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 551px) {
    .cart-coupons {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-coupons {
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-coupons {
      width: 41.66667%; } }
  .cart-coupons .coupon-form {
    margin-top: 1rem; }
    .cart-coupons .coupon-form .button {
      background-color: white;
      color: #333333;
      font-weight: 700; }

.cart-coupon-link {
  color: #476bef;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 400; }
  .cart-coupon-link:hover {
    color: #476bef;
    text-decoration: underline; }

.coupon-code-form .form-input {
  display: inline-block;
  height: 2.28571rem;
  padding: 0.5rem;
  vertical-align: top;
  width: 75%; }

.cart-coupon-display {
  margin-top: 1rem; }

.cart-coupon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start; }

.cart-coupon-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  color: #333333;
  max-width: 100%;
  border-radius: 3px;
  background: #fafafa; }
  .cart-coupon-item svg {
    fill: #757575; }
  .cart-coupon-item .cart-coupon-remove svg {
    fill: #757575; }

.cart-item-discount, .cart-item-value.price--discounted {
  color: #999999; }

.cart-coupon-name {
  flex: 1;
  margin-left: 0.28571rem;
  display: inline-flex;
  flex-direction: column; }
  .cart-coupon-name .cart-coupon-limit {
    color: #008a06;
    font-size: 12px; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.5rem;
  padding-right: 1.5rem; }

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderTotal-discount {
  margin: 0;
  text-align: right;
  font-weight: 400;
  padding: 0.78571rem 0;
  border-bottom: 0; }
  .account-orderTotal-discount:last-of-type {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: #2b3530;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: #2b3530;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: #2b3530;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }
