:root {
  --_theme---background: var(--swatch--light-100);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_theme---text: var(--swatch--green-900);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --site--gutter: clamp(1 * 1rem, ((1 - ((2 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_spacing---space--8: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --radius--main: 3rem;
  --_theme---background-2: var(--swatch--light-300);
  --site--column-count: 12;
  --site--column-width: calc((min(var(--max-width--main), 100% - var(--site--margin) * 2)  - (var(--site--gutter) * (var(--site--column-count)  - 1))) / var(--site--column-count));
  --_responsive---large: 1;
  --_responsive---medium: 0;
  --_responsive---small: 0;
  --_responsive---xsmall: 0;
  --_spacing---space--6: clamp(2 * 1rem, ((2 - ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2.5 * 1rem);
  --_spacing---section-space--main: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --_spacing---space--5: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --max-width--small: 50rem;
  --site--margin: clamp(.5 * .5rem, ((1 - ((1.15 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.15 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 1;
  --_theme---background-skeleton: color-mix(in lab, currentcolor 10%, transparent);
  --radius--small: 1.5rem;
  --_spacing---space--3: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --border-width--main: .094rem;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--2: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .75 * 1rem);
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--small: clamp(3 * 1rem, ((3 - ((4 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --_spacing---section-space--large: clamp(5.5 * 1rem, ((5.5 - ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 10 * 1rem);
  --_spacing---section-space--page-top: clamp(10 * 1rem, ((10 - ((14 - 10) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((14 - 10) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 14 * 1rem);
  --max-width--main: calc(var(--site--viewport-max) * 1rem);
  --max-width--full: 100%;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_spacing---space--7: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --_typography---line-height--small: .9;
  --_typography---line-height--medium: 1.1;
  --_typography---line-height--large: 1.3;
  --_typography---line-height--huge: 1.5;
  --_typography---letter-spacing--tight: -.03em;
  --_typography---letter-spacing--normal: 0em;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_spacing---space--1: clamp(.375 * 1rem, ((.375 - ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .5 * 1rem);
  --_spacing---space--4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_typography---font--primary-family: "Roc Grotesk Condensed", Impact, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium: 500;
  --_typography---font--primary-bold: 700;
  --radius--round: 100vw;
  --_theme---border: var(--swatch--green-900-o20);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_typography---font-size--h1: clamp(4rem, 12vw, 15rem);
  --_typography---font-size--text-large: clamp(1.125 * 1rem, ((1.125 - ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --swatch--transparent: transparent;
  --_trigger---on: 1;
  --_trigger---off: 0;
  --_typography---font-size--h4: clamp(1.25rem, 1.5vw, 2rem);
  --_typography---font-size--text-main: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border: var(--swatch--transparent);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --button-size--medium: 3rem;
  --button-size--large: 6rem;
  --focus--offset-inner: calc(var(--focus--width) * -1);
  --_state---false: 0;
  --_state---true: 1;
  --nav--max-width-outer: var(--max-width--main);
  --nav--spacing-outer-horizontal: var(--site--margin);
  --nav--radius: var(--radius--round);
  --_theme---nav--background: var(--swatch--brand-800);
  --nav--max-width-inner: var(--max-width--main);
  --nav--height-total: calc(var(--nav--height)  + var(--nav--spacing-outer-vertical));
  --nav--spacing-outer-vertical: calc(var(--site--margin) * 2);
  --swatch--green-900: #01281d;
  --nav--height: 3.5rem;
  --nav--hamburger-thickness: var(--border-width--main);
  --nav--hamburger-gap: var(--_spacing---space--2);
  --nav--spacing-inner-horizontal: var(--_spacing---space--2);
  --swatch--light-100: #f3ebd9;
  --swatch--green-800: #054b3a;
  --focus--width: .125rem;
  --_theme---text-link--border-hover: var(--_theme---text);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --site--viewport-max: 100;
  --site--viewport-min: 20;
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  --focus--offset-outer: .1875rem;
  --swatch--light-100-o20: color-mix(in srgb, var(--swatch--light-100) 20%, transparent);
  --swatch--light-200: #e4ddb7;
  --swatch--light-300: #d7ca9b;
  --swatch--green-900-o20: color-mix(in srgb, var(--swatch--green-900) 20%, transparent);
  --swatch--brand-100: color-mix(in srgb, var(--swatch--brand-500), white 80%);
  --swatch--brand-200: color-mix(in srgb, var(--swatch--brand-500), white 60%);
  --swatch--brand-400: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --swatch--brand-300: color-mix(in srgb, var(--swatch--brand-500), white 40%);
  --swatch--brand-500: #610505;
  --swatch--brand-900: color-mix(in srgb, var(--swatch--brand-500), black 80%);
  --swatch--brand-800: color-mix(in srgb, var(--swatch--brand-500), black 60%);
  --swatch--brand-700: color-mix(in srgb, var(--swatch--brand-500), black 40%);
  --swatch--brand-600: color-mix(in srgb, var(--swatch--brand-500), black 20%);
  --swatch--brand-text: var(--swatch--green-900);
  --swatch--brand-text-o20: color-mix(in srgb, var(--swatch--brand-text) 20%, transparent);
  --nav--banner-height: 2.4rem;
  --_typography---font--primary-trim-top: .33em;
  --_typography---font--primary-trim-bottom: .38em;
  --_typography---font--secondary-family: "Roc Grotesk", Arial, sans-serif;
  --_typography---font--third-family: "Snell Roundhand", "Palatino Linotype", sans-serif;
  --_typography---font-size--text-small: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_typography---font-size--h6: clamp(1.5rem, 2.25vw, 2.75rem);
  --_typography---font-size--h5: clamp(1rem, 1.1vw, 1.4rem);
  --_typography---font-size--h3: clamp(1.8rem, 3vw, 4rem);
  --_typography---font-size--h2: clamp(2.25rem, 6vw, 7rem);
  --_typography---font-size--display: 37.5vw;
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
}

body {
  background-color: var(--_theme---background);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
}

h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  margin-top: 0;
  margin-bottom: 0;
  display: flow-root;
}

h2 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
  margin-top: 0;
  margin-bottom: 0;
  display: flow-root;
}

h3 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  margin-top: 0;
  margin-bottom: 0;
  display: flow-root;
}

h4 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  margin-top: 0;
  margin-bottom: 0;
  display: flow-root;
}

h5 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  margin-top: 0;
  margin-bottom: 0;
  display: flow-root;
}

h6 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--third-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  margin-top: 0;
  margin-bottom: 0;
  display: flow-root;
}

p {
  display: flow-root;
}

a {
  color: inherit;
  outline-width: var(--focus--width);
  outline-offset: var(--focus--offset-outer);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: "";
}

li {
  display: block;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  border-style: none;
  padding: 0;
}

figure {
  margin-bottom: 0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.u-grid-wrapper {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  width: 100%;
  display: flex;
}

.u-grid-wrapper:where(.w-variant-b8204f2e-764d-b421-dc96-2c59d3054271) {
  container-type: inline-size;
}

.u-grid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  flex-flow: column;
  width: 100%;
  display: grid;
}

.u-grid:where(.w-variant-d58244bf-290f-ebb3-3aa0-352d6fa8e84f) {
  grid-template-columns: repeat(auto-fit, minmax(min(max(calc(var(--number, 12) * 1rem), (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
}

.u-grid:where(.w-variant-129319ac-a2cd-9e88-2ebd-a33b4bb85fa5) {
  grid-template-columns: repeat(auto-fill, minmax(min(max(calc(var(--number, 12) * 1rem), (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
}

.u-content-wrapper {
  width: 100%;
  text-align: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.u-content-wrapper:where(.w-variant-4f54624e-ceb1-0769-a238-365d5e220b70) {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.u-content-wrapper:where(.w-variant-405b6754-709a-81de-bf32-f0102c0c7aa2) {
  text-align: end;
  justify-content: end;
  align-items: end;
}

.u-content-wrapper:where(.w-variant-e98b91c1-a8bf-9b6d-a119-f398c9e3f46b) {
  text-align: var(--center-medium, start);
  align-items: var(--center-medium, start);
  justify-content: var(--center-medium, start);
}

.u-content-wrapper:where(.w-variant-e85a4315-14bc-e5ef-0d3e-2c8c9ed7d2f1) {
  text-align: start;
  justify-content: start;
  align-items: start;
}

.u-content-wrapper:where(.w-variant-8b0f55fc-956e-bb2c-95cd-c0310eaa1188) {
  text-align: var(--center-medium, end);
  align-items: var(--center-medium, end);
  justify-content: var(--center-medium, end);
}

.u-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.u-image-wrapper:where(.w-variant-4972adff-107c-1f37-d19c-526a2bf55c28) {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  aspect-ratio: unset !important;
}

.u-image-wrapper:where(.w-variant-a5f35569-5171-ee3d-f7bb-c5b2372249ac) {
  aspect-ratio: 1;
  border-radius: var(--radius--small);
  height: auto;
  overflow: clip;
}

.u-image-wrapper:where(.w-variant-27d05669-180c-3169-9b64-0eda31f8d4d3) {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--small);
  overflow: clip;
}

.u-image-wrapper:where(.w-variant-a93327ec-aace-62d3-860b-21ee12acd25a) {
  aspect-ratio: 2 / 3;
  border-radius: var(--radius--main);
  overflow: clip;
}

.u-image-wrapper:where(.w-variant-57c7d8f5-d942-5de8-0712-e12fff699502) {
  aspect-ratio: 3 / 2;
}

.u-image-wrapper:where(.w-variant-35ea7d22-774e-1ba9-1dcc-8a392636f83d) {
  aspect-ratio: 4 / 5;
}

.u-image-wrapper:where(.w-variant-8e41429f-9f9e-7697-357e-815bd3e59383) {
  aspect-ratio: 5 / 4;
}

.u-image {
  object-position: inherit;
  object-fit: inherit;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.u-heading {
  min-width: 100%;
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  justify-content: center;
  align-items: inherit;
  max-width: calc(var(--number) * 1ch);
  flex-flow: column;
  display: flex;
}

.u-heading:where(.w-variant-eee56f15-d7ce-d101-2f8c-83b3bbd55d4a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-3ddfa43e-abc1-422e-6e6d-23dfb7da71f3) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-efb733fe-da83-69a3-ea4a-b3f2f89d0389) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-ad482112-9d0e-852c-0f6e-ba1e5a3aee59) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-93e8af18-8413-e3ac-0442-72629401a3db) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-5c484503-e2a0-ac99-680d-56013d859efa) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-b8555f10-fa7d-e9ba-e262-f9aa44c27c1c) {
  --_text-style---font-family: var(--_typography---font--third-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-fdb8e663-01e0-aae6-13eb-e6dfca16b689) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-61d538b2-709c-eb7a-4258-8c0890dc07fc) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-4099173f-f581-635c-a5fe-cf4a89c62029), .u-heading:where(.w-variant-fe6f474d-1651-566b-eeff-3c86e8cbf153) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-26cc9f23-e71c-deee-cd61-36dc24f35fae) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-c8b8ac88-1ac7-e9f6-41cc-82c548bf142d) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-47e40b0d-02af-2673-f429-546cac42dc5a) {
  --_text-style---font-family: var(--_typography---font--third-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-12e93187-f8ac-b1a1-2e50-59d85a6bf516) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-f196774e-dbfd-d1b4-1196-b3e824fc5f7d) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-7bfbf33b-fb56-d8df-e2d2-8fe65a7f2e44) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-9af60b09-c3a1-8c2a-eb78-8e29460ca7a9) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-83c598b0-8cc2-f955-1996-fcb8fb10bf70) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-8ee37a78-065b-6879-973d-319c65e28313) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-3fbd0d32-5675-1947-73b3-abb16c1fb986) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-9027c8ae-1ba5-f702-ea6e-4a1c3fca9f64) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-74a3180a-e505-b452-032f-599c8e557249) {
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--huge);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-823daff2-fd84-8da0-4ed1-92a39b869ad0) {
  --_text-style---font-family: var(--_typography---font--third-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-heading:where(.w-variant-326a9562-3263-06da-e8ef-16981fd70f1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-7c7eb163-b37d-338d-2369-5eae7e6d458a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-701c4b6c-37cf-de59-d80d-80a1822c4994) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-433d40c6-c261-f13f-c899-61d2cadf150f) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-792802b6-ccdb-f982-5023-5fa970cf03d0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading:where(.w-variant-41c609dc-9c80-9eef-75df-03bf0eea00b4) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.u-heading h1, .u-heading h2, .u-heading h3, .u-heading h4, .u-heading h5, .u-heading h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-wrap: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

.u-button-wrapper {
  margin-top: var(--_spacing---space--6);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  align-content: center;
  align-items: center;
  justify-content: inherit;
  flex-flow: wrap;
  display: flex;
}

.u-container-full {
  z-index: 1;
  max-width: var(--max-width--full);
  grid-column-gap: var(--site--margin);
  grid-row-gap: var(--site--margin);
  width: calc(100% - var(--site--margin) * 2);
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  container-type: inline-size;
}

.u-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible !important;
}

.u-svg:where(.w-variant-1c3f028b-116e-d4eb-db7f-8484491bbf2e) {
  transform: rotate(-180deg);
}

.u-svg:where(.w-variant-a0a4b133-f837-5340-6c98-04b1518f150d) {
  transform: rotate(-90deg);
}

.u-svg:where(.w-variant-5939aeba-b378-ecdc-f1bc-b6970df2be03) {
  transform: rotate(90deg);
}

.u-svg:where(.w-variant-dc469724-71a3-14e1-b5d5-1294323411ce) {
  transform: rotate(-180deg);
}

.u-svg:where(.w-variant-b18a0fcd-abb0-329e-47f4-79155dd8284a) {
  transform: rotate(-90deg);
}

.u-svg:where(.w-variant-caa8b8e9-e8ec-6eb3-4526-30f19f7326f5) {
  transform: rotate(90deg);
}

.u-path {
  stroke-width: var(--border-width--main);
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.u-embed-css, .u-embed-js {
  display: none;
}

.u-theme-light {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light-300);
  --_theme---text: var(--swatch--green-900);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---background-skeleton: color-mix(in lab, currentcolor 10%, transparent);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---border: var(--swatch--green-900-o20);
  --_theme---button-primary--background: var(--swatch--light-200);
  --_theme---button-primary--text: var(--swatch--green-900);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border: var(--swatch--transparent);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---nav--background: var(--swatch--brand-800);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
}

.u-text-style-h3 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h5 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-h6 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--third-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-flex-vertical-nowrap {
  justify-content: center;
  align-items: inherit;
  flex-flow: column;
  display: flex;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-margin-top-0 {
  margin-top: 0;
}

.u-column-span-2 {
  grid-column-end: span 2;
}

.u-text-transform-uppercase {
  text-transform: uppercase;
}

.u-max-width-full {
  max-width: 100%;
}

.u-display-contents {
  align-items: inherit;
  justify-content: inherit;
  text-align: inherit;
  display: contents;
}

.u-position-fixed {
  z-index: 1200;
  position: fixed;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_label_wrap {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form_label_wrap:where(.w-variant-6f6d67d0-be62-8f65-eb52-501ebff30a04) {
  height: var(--_typography---font-size--h1);
}

.form_label_wrap:where(.w-variant-5623ff28-7665-379a-c28f-0dbf9238d069) {
  text-align: center;
  height: var(--_typography---font-size--h1);
}

.form_label_text {
  margin-bottom: var(--_spacing---space--1);
  display: inline-block;
}

.form_label_text:where(.w-variant-46933b79-cf19-81b4-bc00-8af5c19b08b3) {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.form_label_text:where(.w-variant-e8e97384-daa0-7ce7-bc12-14efcd69bcd4) {
  margin-bottom: var(--_spacing---space--2);
  font-size: var(--_typography---font-size--text-large);
  font-weight: var(--_typography---font--primary-bold);
}

.form_wrap {
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form_success_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--main);
  background-color: var(--swatch--transparent);
  width: 100%;
  padding: 1.2rem;
}

.form_element {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form_error_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  background-color: #0000;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  padding: .8rem 1.4rem;
}

.form_field {
  border-top: 1px #000;
  border-bottom-style: solid;
  border-right-style: none;
  border-right-color: #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---text);
  width: 100%;
  min-height: 3rem;
  font-family: var(--_text-style---font-family);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  color: inherit;
  border-left: 1px #000;
  border-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  appearance: none;
  text-transform: var(--_text-style---text-transform, none);
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  outline: none !important;
}

.form_field:where(.w-variant-6f6d67d0-be62-8f65-eb52-501ebff30a04) {
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  text-align: center;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  font-size: var(--_typography---font-size--h4);
}

.form_field::placeholder {
  color: color-mix(in srgb, var(--_theme---text) 60%, transparent);
}

.form_field.is-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  font-size: var(--_typography---font-size--text-main);
  padding-top: .5rem;
}

.form_field.is-textarea:where(.w-variant-5623ff28-7665-379a-c28f-0dbf9238d069) {
  min-height: auto;
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  text-align: center;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
  font-size: var(--_typography---font-size--h4);
}

.button_main_element {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  border-right-style: solid;
  border-right-width: var(--border-width--main);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  text-align: center;
  vertical-align: middle;
  --_column-count---value: 1;
  --_responsive---large: 1;
  --_responsive---medium: 0;
  --_responsive---small: 0;
  --_responsive---xsmall: 0;
  height: 100%;
  color: color-mix(in srgb, var(--_theme---button-primary--text) calc(100% * var(--_trigger---on)), var(--_theme---button-primary--text-hover) calc(100% * var(--_trigger---off)));
  background-color: color-mix(in srgb, var(--_theme---button-primary--background) calc(100% * var(--_trigger---on)), var(--_theme---button-primary--background-hover) calc(100% * var(--_trigger---off)));
  border-top-color: color-mix(in srgb, var(--_theme---button-primary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-primary--border-hover) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, var(--_theme---button-primary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-primary--border-hover) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, var(--_theme---button-primary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-primary--border-hover) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, var(--_theme---button-primary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-primary--border-hover) calc(100% * var(--_trigger---off)));
  border-radius: inherit;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem .8rem;
  line-height: 1;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button_main_element:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  color: color-mix(in srgb, var(--_theme---button-secondary--text) calc(100% * var(--_trigger---on)), var(--_theme---button-secondary--text-hover) calc(100% * var(--_trigger---off)));
  background-color: color-mix(in srgb, var(--_theme---button-secondary--background) calc(100% * var(--_trigger---on)), var(--_theme---button-secondary--background-hover) calc(100% * var(--_trigger---off)));
  border-top-color: color-mix(in srgb, var(--_theme---button-secondary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-secondary--border-hover) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, var(--_theme---button-secondary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-secondary--border-hover) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, var(--_theme---button-secondary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-secondary--border-hover) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, var(--_theme---button-secondary--border) calc(100% * var(--_trigger---on)), var(--_theme---button-secondary--border-hover) calc(100% * var(--_trigger---off)));
  padding: .8rem 1rem .6rem;
}

.button_main_element:where(.w-variant-625d5df4-ad91-f7dc-9e2f-2e69f3fd7400) {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--_theme---text-link--border);
  color: color-mix(in srgb, var(--_theme---text-link--text) calc(100% * var(--_trigger---on)), var(--_theme---text-link--text-hover) calc(100% * var(--_trigger---off)));
  background-color: #0000;
  border-left-style: none;
  padding: .5rem 0;
}

.button_main_text {
  line-height: inherit;
  position: relative;
}

.page_wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.page_main {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.clickable_wrap {
  z-index: 3;
  border-radius: inherit;
}

.clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.clickable_link:where(.w-variant-b793638f-e9bb-2cea-c2d9-27bf5a1f754a) {
  outline-offset: var(--focus--offset-inner);
}

.clickable_btn {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.clickable_btn:where(.w-variant-b793638f-e9bb-2cea-c2d9-27bf5a1f754a) {
  outline-offset: var(--focus--offset-inner);
}

.form_fieldset_wrap {
  align-items: inherit;
  justify-content: inherit;
  width: 100%;
  position: relative;
  container-type: inline-size;
}

.form_fieldset_list {
  align-items: stretch;
  justify-content: inherit;
  flex-flow: column;
  display: flex;
}

.form_fieldset_list:where(.w-variant-14c165fa-7397-02ef-8dc0-6e307b6c980f) {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--2);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.form_fieldset_list:where(.w-variant-5fdb0361-c340-58a0-00d3-b0e0b17257ad) {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--2);
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.form_fieldset_list:where(.w-variant-ccbf2df7-16d0-30d7-0afb-0df098785596) {
  justify-content: inherit;
  flex-flow: wrap;
}

.form_ui_label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.form_ui_label:where(.w-variant-e3978449-fef8-38a6-7f29-4e26ca4f8f53) {
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  border-right-style: solid;
  border-right-width: var(--border-width--main);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  border-top-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-right-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-bottom-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-left-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  background-color: color-mix(in srgb, var(--swatch--transparent) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  color: color-mix(in srgb, currentColor calc(100% * var(--_state---true)), var(--_theme---background) calc(100% * var(--_state---false)));
  padding: .6rem 1rem .6rem .6rem;
}

.form_ui_input {
  z-index: 2;
  cursor: pointer;
  appearance: none;
  outline-style: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form_ui_visual_wrap {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: var(--border-width--main);
  border-right-style: solid;
  border-right-width: var(--border-width--main);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  width: 1.6rem;
  color: var(--_theme---background);
  border-top-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-right-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-bottom-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-left-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  background-color: color-mix(in srgb, var(--swatch--transparent) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.form_ui_visual_wrap:where(.w-variant-05ff758a-80c8-4344-649b-149f87b62cc9) {
  aspect-ratio: auto;
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  background-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 3.1rem;
  height: 1.6rem;
  padding: .2rem;
}

.form_ui_visual_wrap:where(.w-variant-e3978449-fef8-38a6-7f29-4e26ca4f8f53) {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  background-color: color-mix(in srgb, var(--swatch--transparent) calc(100% * var(--_state---true)), var(--_theme---background) calc(100% * var(--_state---false)));
  color: color-mix(in srgb, currentColor calc(100% * var(--_state---true)), var(--_theme---text) calc(100% * var(--_state---false)));
}

.form_ui_visual_wrap:where(.w-variant-c18f59b8-0331-9f8c-c106-08818710cc20) {
  border-color: var(--_theme---border);
  border-radius: var(--radius--round);
  background-color: #0000;
}

.form_ui_visual_icon {
  width: 100%;
  opacity: var(--_state---false);
  display: block;
  overflow: visible !important;
}

.form_ui_visual_icon:where(.w-variant-05ff758a-80c8-4344-649b-149f87b62cc9), .form_ui_visual_icon:where(.w-variant-c18f59b8-0331-9f8c-c106-08818710cc20) {
  display: none;
}

.nav_links_svg {
  width: .8rem;
  transform: rotate(calc(-180deg * var(--_state---false)));
  flex: none;
  margin-left: auto;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  overflow: visible !important;
}

.nav_links_wrap {
  flex: 1;
}

.nav_links_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6), .nav_links_wrap:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_links_item {
  display: flex;
}

.nav_dropdown_main_scroll:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6), .nav_dropdown_main_scroll:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  border-top-left-radius: var(--nav--radius);
  border-top-right-radius: var(--nav--radius);
  border-bottom-left-radius: var(--nav--radius);
  border-bottom-right-radius: var(--nav--radius);
  background-color: var(--_theme---nav--background);
  max-height: calc(100svh - var(--nav--height-total)  - var(--nav--spacing-outer-vertical) * 2);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.nav_component {
  z-index: 1000;
  pointer-events: none;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_component:where(.w-variant-dd866659-1d7d-6447-6461-66ca86ca367f), .nav_component:where(.w-variant-b27112c5-860a-b157-6823-5cd5f17afba0) {
  position: fixed;
}

.nav_component.is-bottom {
  z-index: 999;
  --_theme---background: var(--swatch--green-800);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--green-900);
  --_theme---background-skeleton: color-mix(in lab, currentcolor 10%, transparent);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---border: var(--swatch--green-900-o20);
  --_theme---button-primary--background: var(--swatch--green-900);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border: var(--swatch--transparent);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---nav--background: var(--swatch--brand-800);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
  z-index: 999;
  top: auto;
  bottom: 0;
}

.nav_dropdown_main_wrap {
  background-color: #0000;
  min-width: 0;
  position: relative;
}

.nav_dropdown_main_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6), .nav_dropdown_main_wrap:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  width: 10rem;
  padding-top: var(--_spacing---space--1);
  position: absolute;
}

.nav_desktop_layout {
  width: 100%;
  max-height: var(--nav--height);
  max-width: var(--nav--max-width-inner);
  grid-column-gap: var(--_spacing---space--3);
  pointer-events: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.nav_desktop_layout.is-bottom {
  height: auto;
  padding: var(--_spacing---space--1);
  height: auto;
  padding: var(--_spacing---space--1);
}

.nav_dropdown_component {
  width: 100%;
  height: 100%;
  z-index: unset;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav_dropdown_link {
  z-index: 2;
  width: 100%;
  padding-top: var(--_spacing---space--1);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--1);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  font-size: var(--text-small--font-size);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_dropdown_link:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6), .nav_dropdown_link:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
  display: block;
}

.nav_dropdown_text {
  transition: opacity .1s;
}

.nav_buttons_item {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav_buttons_item.is-main {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--3);
}

.nav_buttons_item.is-main:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  margin: 0px var(--_spacing---space--3);
}

.nav_buttons_item.is-main:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  margin-top: 0;
  margin-bottom: 0;
}

.nav_links_link {
  z-index: 2;
  width: 100%;
  padding-top: var(--_spacing---space--2);
  padding-right: 0;
  padding-bottom: var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--2);
  cursor: pointer;
  color: inherit;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_links_link:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  height: 100%;
  padding: var(--_spacing---space--3) var(--_spacing---space--2);
  grid-column-gap: var(--_spacing---space--1);
}

.nav_links_link:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  height: 100%;
  padding: 0px var(--_spacing---space--3);
}

.nav_actions_wrap {
  flex-flow: column;
  flex: none;
  display: flex;
}

.nav_actions_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6), .nav_actions_wrap:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  flex-flow: row;
  justify-content: flex-start;
}

.nav_links_component {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
  grid-column-gap: var(--_spacing---space--3);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_links_component:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  grid-column-gap: var(--_spacing---space--1);
  font-family: var(--_typography---font--primary-family);
  text-transform: uppercase;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav_links_component:where(.w-variant-e9be0834-da28-5b4e-3d1a-c5a3c8343ed4) {
  font-family: var(--_typography---font--primary-family);
  text-transform: uppercase;
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav_links_text:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_text-style---text-wrap: balance;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_text-style---text-transform: var(--_typography---text-transform--uppercase);
}

.nav_links_locales_hide {
  display: none;
}

.nav_desktop_wrap {
  z-index: 1;
  margin-top: var(--nav--spacing-outer-vertical);
  background-color: #0000;
  display: none;
  position: relative;
}

.nav_desktop_wrap.is-bottom {
  margin-top: 0;
  margin-bottom: var(--nav--spacing-outer-vertical);
  margin-top: 0;
  margin-bottom: var(--nav--spacing-outer-vertical);
}

.nav_desktop_contain {
  padding-right: var(--nav--spacing-inner-horizontal);
  padding-left: var(--nav--spacing-inner-horizontal);
  border-radius: var(--nav--radius);
  background-color: var(--_theme---nav--background);
  color: var(--swatch--light-100);
  margin-left: auto;
  margin-right: auto;
}

.nav_desktop_contain.is-bottom {
  background-color: var(--swatch--green-800);
  color: var(--swatch--light-100);
  background-color: var(--swatch--green-800);
  padding-left: 0;
  padding-right: 0;
}

.nav_desktop_logo {
  z-index: 2;
  outline-offset: var(--focus--offset-inner);
  justify-content: flex-start;
  align-items: center;
  width: 5.5rem;
  display: flex;
  position: relative;
}

.button_main_wrap {
  border-radius: var(--radius--round);
  display: inline-block;
  position: relative;
}

.button_main_wrap:where(.w-variant-625d5df4-ad91-f7dc-9e2f-2e69f3fd7400) {
  border-radius: 0;
}

.button_main_wrap.is-slider {
  pointer-events: auto;
  --_theme---background: var(--swatch--green-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---background-2: var(--swatch--green-800);
  --_theme---background-skeleton: color-mix(in lab, currentcolor 10%, transparent);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---button-primary--background: var(--swatch--green-800);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--text-hover: var(--_theme---background);
  --_theme---button-primary--background-hover: var(--_theme---text);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border: var(--swatch--transparent);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---text-link--border: var(--_theme---border);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---nav--background: var(--_theme---background-2);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---selection--text: var(--swatch--brand-text);
}

.button_main_icon {
  aspect-ratio: 1;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .8rem;
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  display: flex;
}

.form_ui_visual_inner {
  width: 63%;
  height: auto;
  transition: all .2s;
}

.form_ui_visual_inner:where(.w-variant-05ff758a-80c8-4344-649b-149f87b62cc9) {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  background-color: color-mix(in srgb, var(--_theme---background) calc(100% * var(--_state---true)), var(--_theme---background) calc(100% * var(--_state---false)));
  width: 70%;
  height: 100%;
  transform: translateX(calc(43% * var(--_state---false)));
}

.form_ui_visual_inner:where(.w-variant-c18f59b8-0331-9f8c-c106-08818710cc20) {
  background-color: var(--_theme---text);
  width: 70%;
  height: 70%;
  opacity: var(--_state---false);
  border-radius: inherit;
}

.button_main_line {
  height: var(--border-width--main);
  pointer-events: none;
  transform: translateY(100%) scaleX(calc(100% * var(--_trigger---off)));
  transform-origin: calc(100% * var(--_trigger---on)) 100%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 0%;
}

.button_main_line:where(.w-variant-625d5df4-ad91-f7dc-9e2f-2e69f3fd7400) {
  background-color: var(--_theme---text-link--border-hover);
}

.form_component {
  flex-flow: row;
  display: flex;
}

.transition_wrap {
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition_column {
  background-color: var(--_theme---background-2);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.transition_logo {
  max-width: 30ch;
}

.error-msg {
  width: 100%;
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  border-radius: var(--radius--small);
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-terms-text {
  margin-top: 30px;
}

.age-verif-parent {
  z-index: 1199;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #191712bf;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
}

.age-popup {
  width: 43ch;
  height: auto;
  padding: var(--_spacing---space--8) var(--site--gutter);
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  border-radius: var(--radius--small);
  background-color: var(--_theme---background-2);
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0%;
  left: 0;
}

.popup-button-div {
  margin-top: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overage-butt {
  border-radius: var(--radius--small);
  background-color: var(--_theme---button-primary--background-hover);
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.underage-butt {
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  background-color: var(--_theme---button-secondary--background);
  color: var(--_theme---text);
  border: 1px solid #000;
}

.u-min-height-100vh {
  min-height: 100dvh;
}

.u-secondary-bg {
  background-color: var(--_theme---background-2);
}

.label {
  flex: none;
  font-size: 1rem;
  font-weight: 700;
}

.cart-opener {
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.cart-opener:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  padding: var(--_spacing---space--3) var(--_spacing---space--2);
}

.cart_summary {
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 200px;
  padding: 1.5rem;
  display: flex;
}

.cart_summary.is-popup {
  background-color: #0000;
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.cart-discount-code-input {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .2rem;
  flex: 1;
  margin-bottom: 0;
  padding: 1rem .5rem;
}

.cart-discount-code-input.form_input {
  min-height: 3rem;
}

.order-discount-amount {
  color: #00c261;
  margin-bottom: 0;
}

.cart_discount-code-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
}

.cart_discount-code-block.is-popup {
  border-bottom-width: 1px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.cart-discount-note-container {
  border: 1px solid #000;
  flex: 1;
}

.cart-discount-note-container.is-popup {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.order-discount-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cart-item_info-block {
  flex-direction: column;
  justify-content: center;
  padding-top: .25rem;
  display: flex;
}

.cart_cart-actions {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 1rem;
}

.popup-css {
  display: none;
}

.order-discount-title {
  margin-bottom: 0;
}

.cart-empty-message {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.75rem 1.5rem;
}

.cart-empty-message.is-popup {
  border-width: 0 0 1px;
  padding-left: 0;
  padding-right: 0;
}

.cart-popup-overlay {
  background-color: #000000b0;
  position: absolute;
  inset: 0%;
}

.cart-popup-overlay.popup-closer {
  background-color: #000000b0;
}

.cart_header {
  width: 100%;
  margin-bottom: 1rem;
}

.label-2 {
  flex: none;
  line-height: 1.5rem;
}

.cart-item-image {
  aspect-ratio: 6 / 7;
  object-position: 50% 50%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.8rem;
}

.product-note-displayer {
  margin-bottom: 0;
}

.cart-item_quantity-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  display: flex;
}

.discount-code-remover {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: -.25rem;
  display: flex;
}

.heading-style-h3 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.cart-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  display: flex;
}

.cart-item.is-popup {
  border-top-style: none;
}

.cart_discounts-and-total {
  width: 100%;
}

.order-note-input {
  width: 100%;
  min-height: 6rem;
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .2rem;
  margin-bottom: 0;
  padding: .5rem;
}

.cart_discount-code-form-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px #e7e7e7;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.order-discount-code-title {
  margin-bottom: 0;
}

.cart-items-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #000;
  flex-flow: column;
  width: 100%;
  max-height: 40vh;
  display: flex;
  overflow: scroll;
}

.cart-items-list.is-popup {
  border-bottom-width: 1px;
  flex: none;
  height: auto;
  max-height: 37vh;
}

.cart-item-total {
  line-height: 1rem;
}

.cart-item-discount-code {
  margin-bottom: 0;
}

.order-discount-code-amount {
  color: #00c261;
  margin-bottom: 0;
}

.cart-item-remover {
  color: #616161;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  display: flex;
}

.cart-item_price-information {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 5rem;
  padding-top: .25rem;
  display: flex;
}

.cart_subtotal-row {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.cart-popup {
  z-index: 60;
  opacity: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cart-popup.sf-cart-opened {
  opacity: 100;
}

.discount-code-item {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
}

.quantity-decreaser-2 {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .25rem;
  line-height: 1.3;
  display: flex;
}

.discount-code-title {
  font-size: 13px;
  line-height: 1rem;
}

.order-discount-code-item {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart-container {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #dfdfdf;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.cart-container.is-popup {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  max-width: 36.5rem;
  height: 100%;
  padding: 1.5rem;
  box-shadow: 0 2px 12px #00000014;
}

.cart_order-note-wrapper {
  background-color: #fff;
  flex: 1;
  padding: 1.5rem;
  display: block;
}

.cart_order-note-wrapper.is-popup {
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
}

.order-discount-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.cart_discount-code-input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: .5rem;
  padding-right: .5rem;
  display: flex;
}

.cart_total-row {
  grid-column-gap: 1rem;
  border-top: 1px solid #e1e3e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  font-size: 1.5rem;
  display: flex;
}

.product-options-wrapper {
  color: #959699;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.quantity-changer-2 {
  text-align: center;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  width: 3rem;
  height: auto;
  margin-bottom: 0;
  padding: 0 .25rem;
  line-height: 1.6;
}

.quantity-changer-2:focus {
  outline-offset: 0px;
  border-color: #000;
  outline: 0 #000;
}

.quantity-changer-2::placeholder {
  color: #0009;
}

.quantity-changer-2.is-cart {
  width: 2rem;
}

.discount-code-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #c8cacc;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.cart-item-prediscount-price {
  color: #8d8d8d;
  font-size: 13px;
  line-height: 1rem;
  text-decoration: line-through;
}

.cart_bottom-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  width: 100%;
  display: flex;
}

.cart_bottom-row.is-popup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.quantity-increaser-2 {
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.3;
  display: flex;
}

.cart-popup-closer {
  z-index: 20;
  color: #0a0a0a;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1.75rem;
  margin-right: 1.75rem;
  font-size: 2.6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkout-button {
  background-color: #000;
  border: 1px solid #000;
}

.checkout-button.button {
  color: #fff;
  border: 1px solid #000;
  flex: 1;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-item-variant-options {
  margin-bottom: 0;
}

.cart-item_left-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
}

.cart-item-discount, .cart-item-subscription-info {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .u-image-wrapper:where(.w-variant-a93327ec-aace-62d3-860b-21ee12acd25a), .slider_wrap {
    border-radius: var(--radius--small);
  }

  .nav_desktop_wrap {
    display: block;
  }

  .nav_desktop_wrap.is-bottom {
    display: flex;
  }

  .slider_cms_wrap {
    border-radius: var(--radius--small);
  }

  .slider_cms_product {
    height: 40vh;
  }

  .section_sticker {
    border-radius: var(--radius--small);
    width: 25vw;
  }

  .feature-bottle {
    width: 90%;
  }

  .feature-bottle-tag {
    border-radius: var(--radius--small);
  }

  .feature-bottle-tag.u-theme-dark, .feature-bottle-tag.u-theme-red {
    top: 35%;
  }

  .feature-bottle-tag.u-theme-dark, .feature-bottle-tag.u-theme-red {
    top: 35%;
  }

  .feature-bottle-tag.u-theme-light {
    top: 51%;
  }

  .feature-bottle-tag.u-theme-green {
    top: 54%;
  }

  .feature-bottle-tag-bg, .feature-bottle-tag-bg-bottom {
    border-radius: var(--radius--small);
  }

  .scroll_list {
    grid-column-gap: var(--_spacing---space--3);
    grid-row-gap: var(--_spacing---space--3);
  }

  .scroll_item {
    width: 50vw;
  }

  .scroll_item-thumb {
    width: 3rem;
    height: 3rem;
  }

  .scroll_track-line {
    bottom: 16vh;
    left: 62.2vw;
  }

  .product_img.is-product-page {
    max-width: 7rem;
  }

  .marquee-text_component {
    font-size: 1.5vw;
  }

  .marquee_img {
    width: 10em;
    max-width: 80%;
  }

  .age-popup {
    width: 41ch;
  }

  .cart_summary {
    min-width: 320px;
  }

  .cart-discount-note-container.is-popup {
    flex: 1;
    min-width: 320px;
  }

  .cart-popup {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cart-popup.sf-cart-opened {
    padding-right: 0;
  }

  .product-container_gallery {
    flex-flow: row;
    width: 100%;
    max-height: none;
  }

  .thumbnail-wrapper {
    flex-flow: column;
    display: flex;
  }

  .product-container_prices-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-container {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-container_layout {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .product-container_quantity-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .slider_wrap {
    grid-column-gap: var(--_spacing---section-space--small);
    grid-row-gap: var(--_spacing---section-space--small);
  }

  .slider_cms_wrap {
    border-radius: var(--radius--small);
  }

  .slide_asset {
    max-width: 20vw;
  }

  .mwg000-medias {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .mwg000-media-img {
    width: 18vw;
    height: 18vw;
  }

  .section_sticker {
    width: 100%;
    margin: var(--site--margin) auto var(--_spacing---section-space--main);
    position: static;
  }

  .feature-bottle-tag {
    width: 30%;
  }

  .feature-bottle-tag.u-theme-dark {
    top: 37%;
    left: 27%;
  }

  .feature-bottle-tag.u-theme-red {
    top: 37%;
    left: 70%;
  }

  .scroll_item {
    width: 60vw;
  }

  .product_img, .product_img.is-product-page, .product_img.is-product-page {
    max-width: 8rem;
  }

  .stacking_cards-container {
    height: auto;
  }

  .stacking_card {
    min-height: auto;
    margin-bottom: var(--_spacing---section-space--small);
    position: static;
  }

  .stacking_card-inner {
    height: auto;
  }

  .marquee-text_component {
    font-size: 2vw;
  }

  .option-selector {
    height: 45px;
  }

  .cart_discount-code-block {
    grid-column-gap: 12px;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .cart-discount-note-container.is-popup {
    width: 100%;
  }

  .cart-item_info-block {
    padding-top: 0;
  }

  .cart-item-image {
    flex: none;
    margin-top: .25rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .cart-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .cart_discount-code-form-block {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .cart-items-list {
    flex: 1;
    overflow: scroll;
  }

  .cart-item-remover {
    margin-left: 0;
  }

  .cart-item_price-information {
    width: 60px;
    padding-top: .2rem;
  }

  .cart-popup {
    align-items: flex-start;
    padding-top: 73px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-popup.sf-cart-opened {
    padding: 2rem;
  }

  .discount-code-item {
    margin-bottom: 12px;
  }

  .quantity-decreaser-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cart-container {
    max-height: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-container.is-popup {
    max-height: none;
    overflow: scroll;
  }

  .cart_order-note-wrapper {
    flex-direction: column;
    min-width: 45%;
  }

  .quantity-changer-2.is-cart {
    width: 2.5rem;
  }

  .discount-code-list {
    width: 100%;
  }

  .cart_bottom-row {
    flex-flow: column;
  }

  .quantity-increaser-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cart-popup-closer {
    width: 2rem;
    height: 2rem;
    margin-top: 1.1rem;
  }

  .cart-item_left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .price.is-pdp, .compare-price.is-pdp, .compare-price.is-pdp {
    font-size: 1rem;
  }

  .product-container_thumbnail-list {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .thumbnail {
    flex: none;
    width: 14%;
  }

  .product-container_gallery {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    max-height: none;
    display: flex;
  }

  .thumbnail-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
    overflow: scroll;
  }

  .pill-button {
    padding: .25rem;
    font-size: 13px;
  }

  .product-container_prices-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb_component {
    margin-bottom: .5rem;
  }

  .product-container {
    grid-column-gap: 5rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .product-container_layout {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .u-max-width-full {
    max-width: 100%;
  }

  .tag_item {
    padding: var(--_spacing---space--3) var(--_spacing---space--4);
  }

  .slider_wrap {
    border-radius: var(--radius--small);
  }

  .card_primary_element {
    aspect-ratio: auto;
  }

  .nav_links_link:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
    padding: var(--_spacing---space--1);
  }

  .nav_desktop_logo:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
    width: 4rem;
  }

  .slider_cms_product {
    height: 27vh;
  }

  .slide_asset {
    max-width: 21vw;
  }

  .wrapper {
    box-sizing: border-box;
    border-radius: var(--radius--small);
  }

  .section_sticker {
    border-top-left-radius: var(--radius--small);
    border-top-right-radius: var(--radius--small);
    border-bottom-left-radius: var(--radius--small);
    border-bottom-right-radius: var(--radius--small);
    max-width: none;
    width: calc(100% - (var(--site--margin) * 2));
  }

  .feature-bottle-tag {
    width: 45%;
  }

  .feature-bottle-tag.u-theme-dark {
    top: 40%;
    left: 0%;
  }

  .feature-bottle-tag.u-theme-red {
    top: 39%;
    left: 55%;
  }

  .feature-bottle-tag.u-theme-green {
    top: 52%;
  }

  .scroll_item {
    width: 85vw;
  }

  .scroll_track-line {
    left: 102.3vw;
  }

  .scroll_track_sticky-img.is-1 {
    width: 26vw;
  }

  .scroll_track_sticky-img.is-2 {
    width: 60vw;
  }

  .scroll_track_sticky-img.is-3 {
    width: 35vw;
  }

  .scroll_track_sticky-img.is-4 {
    width: 29vw;
  }

  .age-popup {
    width: 90%;
  }

  .add-to-cart {
    padding-left: 27px;
    padding-right: 27px;
    font-size: .9rem;
  }

  .label {
    font-size: 13px;
  }

  .option-selector {
    height: 45px;
    font-size: .8rem;
  }

  .quantity-increaser {
    font-size: 23px;
  }

  .cart_summary {
    min-width: auto;
    padding: .75rem;
    position: sticky;
  }

  .cart-discount-code-input {
    min-width: 120px;
    height: 37px;
  }

  .cart_discount-code-block {
    padding: .75rem;
  }

  .cart-discount-note-container.is-popup {
    min-width: auto;
  }

  .cart-item_info-block {
    flex: 0 auto;
  }

  .cart_cart-actions {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cart_header {
    margin-bottom: 0;
  }

  .label-2 {
    font-size: 13px;
  }

  .cart-item-image {
    width: 3.9rem;
  }

  .cart-item-title {
    font-size: 14px;
  }

  .cart-item {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .cart_discounts-and-total {
    margin-bottom: 1rem;
  }

  .order-note-input {
    min-width: 120px;
    height: 37px;
  }

  .order-discount-code-title.discount-code-item {
    margin-bottom: 0;
    padding: 2px 6px;
  }

  .cart-item-remover {
    width: 32px;
    height: 32px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cart-item_price-information {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .discount-code-item {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
  }

  .cart-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-container.is-popup {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cart_order-note-wrapper {
    padding: .75rem;
  }

  .cart_discount-code-input-wrapper {
    width: 100%;
    margin-bottom: .5rem;
    padding-right: 0;
  }

  .discount-code-list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: wrap;
  }

  .cart-popup-closer {
    width: 2rem;
    height: 30px;
    top: 1.5rem;
    right: 1.5rem;
  }

  .cart-item_left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .product-container_product-details {
    padding-right: 0;
  }

  .thumbnail {
    width: 19%;
  }

  .pill-button {
    padding: .2rem .3rem;
    font-size: 12px;
  }

  .product-container_prices-row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .breadcrumb_component {
    font-size: .7rem;
  }

  .product-container, .product-container_layout {
    grid-template-columns: 1fr;
  }
}
