@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../fonts/Inter-VariableFont_opszwght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Phudu Variablefont Wght;
  src: url('../fonts/Phudu-VariableFont_wght.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--stone-50);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_theme---text: var(--swatch--stone-500);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --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: .75rem;
  --_theme---background-2: var(--swatch--brand-600);
  --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(1 * 1rem, ((1 - ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 1;
  --_theme---background-skeleton: transparent;
  --_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: .063rem;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_typography---font-weight--semi-bold: 600;
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --swatch--stone-400: #6d4946;
  --swatch--brand-600: #ff613a;
  --swatch--stone-50: white;
  --_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 - ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 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%;
  --_theme---text-secondary: var(--swatch--stone-400);
  --swatch--brand-50: #fbfaf9;
  --_typography---font--secondary-family: "Inter Variablefont Opsz Wght", Arial, sans-serif;
  --swatch--stone-500: #491b18;
  --_typography---font-size--inter-h2: clamp(1.465 * 1rem, ((1.465 - ((2.229 - 1.465) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2.229 - 1.465) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2.229 * 1rem);
  --_typography---font-weight--medium: 500;
  --_typography---font-size--inter-h3: clamp(1.23 * 1rem, ((1.23 - ((1.61 - 1.23) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.61 - 1.23) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.61 * 1rem);
  --_typography---font-weight--regular: 400;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_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: 1;
  --_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;
  --_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);
  --_text-style---margin-top: var(--_spacing---space--4);
  --_typography---font-weight--bold: 700;
  --radius--small: .5rem;
  --radius--round: 100vw;
  --_theme---border: white;
  --_typography---font-size--text-large: clamp(1 * 1rem, ((1 - ((1.2 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.2 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.2 * 1rem);
  --_typography---font--primary-bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>: 700;
  --swatch--brand-200: #ffede9;
  --_trigger---on: 1;
  --_trigger---off: 0;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---border-hover: var(--_theme---button-primary--border-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);
  --_typography---letter-spacing--main: -.04em;
  --button-size--medium: 3rem;
  --button-size--large: 5rem;
  --_state---false: 0;
  --_state---true: 1;
  --max-width--meduim: 75rem;
  --swatch--transparent: transparent;
  --focus--offset-inner: calc(var(--focus--width) * -1);
  --nav--max-width-outer: var(--max-width--main);
  --nav--spacing-outer-horizontal: var(--site--margin);
  --nav--radius: var(--radius--small);
  --_theme---nav--background: var(--swatch--stone-50);
  --nav--max-width-inner: var(--max-width--main);
  --nav--height-total: calc(var(--nav--height)  + var(--nav--spacing-outer-vertical));
  --nav--spacing-outer-vertical: var(--site--margin);
  --swatch--dark-900\<deleted\|variable-b6de3dc8-5520-0236-77cd-d665fd586e64\>: #1f1d1e;
  --nav--height: 4rem;
  --_typography---font-size--text-main: clamp(.875 * 1rem, ((.875 - ((1.1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.1 * 1rem);
  --swatch--stone-600: #171717;
  --nav--hamburger-thickness: .125rem;
  --nav--hamburger-gap: var(--_spacing---space--2);
  --nav--spacing-inner-horizontal: var(--_text-style---trim-top);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --swatch--stone-200: #dbd1d1;
  --_typography---font-size--text-small: clamp(.875 * 1rem, ((.875 - ((.875 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.875 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .875 * 1rem);
  --focus--width: .125rem;
  --_typography---font--primary-regular\<deleted\|variable-e2e11636-2778-b266-3d73-a7bb3f1f201f\>: 400;
  --_theme---text-link--border-hover: var(--_theme---text);
  --radius--large: 1.5rem;
  --swatch--brand-700: darkred;
  --site--margin-medium: clamp(1.25rem, -1.95949rem + 10.0297vw, 17.31rem);
  --_typography---line-height--regular: 1.2;
  --swatch--rose-red-50: #fff6f5;
  --swatch--rose-red-100: #fff1f5;
  --swatch--rose-red-400: #ff3f6f;
  --swatch--brand-100: #fff7f5;
  --swatch--sun-50: #fff7ee;
  --swatch--sun-600: #ff9000;
  --swatch--rose-red-600: #ff4f45;
  --swatch--rose-red-200: #fff1fe;
  --swatch--rose-red-500: #ff2483;
  --_typography---font--primary-family: "Phudu Variablefont Wght", Tahoma, sans-serif;
  --swatch--stone-100: #ede8e8;
  --radius--big: 1rem;
  --radius--xlarge: 2rem;
  --swatch--rose-red-300: #ff678d;
  --swatch--sun-500: #ffb85c;
  --swatch--sun-200: #ecc62d;
  --swatch--brand-400: #ffbead;
  --swatch--ocean-100: #f5f8ff;
  --swatch--ocean-600: #588aff;
  --swatch--stone-300: #927674;
  --swatch--brand-text: var(--swatch--stone-500);
  --swatch--mint-600: #33ab93;
  --_typography---line-height--x-large: 1.4;
  --_typography---letter-spacing--subtle: -.01em;
  --swatch--brand-100\<deleted\|variable-0a8746d4-73b0-611b-bdca-6d543bf19adf\>: color-mix(in srgb, var(--swatch--brand-500\<deleted\|variable-5c209bac-cd05-3f37-75d8-4eb87bac274e\>), white 80%);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --site--viewport-max: 120;
  --site--viewport-min: 20;
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --focus--offset-outer: .1875rem;
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --swatch--brand-500: #ff7c5c;
  --swatch--brand-300: #ffe4dd;
  --_theme---nav--nav-text: var(--swatch--stone-400);
  --swatch--ocean-900: #252c60;
  --swatch--leaf-100: #f1f9ef;
  --swatch--leaf-600: #49b42e;
  --swatch--mint-100: #eff9f7;
  --swatch--plum-600: #9d5cff;
  --swatch--sun-100: #ffedd5;
  --nav--banner-height: 2.4rem;
  --_typography---font--primary-trim-top: .33em;
  --_typography---font--primary-trim-bottom: .38em;
  --_typography---letter-spacing--slight: -.02em;
  --_typography---letter-spacing--compact: -.05em;
  --_typography---letter-spacing--xcompact: -.06em;
  --_typography---font-size--h6: clamp(1.25 * 1rem, ((1.25 - ((1.25 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --_typography---font-size--h5: clamp(1.23 * 1rem, ((1.23 - ((1.61 - 1.23) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.61 - 1.23) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.61 * 1rem);
  --_typography---font-size--h4: 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);
  --_typography---font-size--h3: clamp(2.43 * 1rem, ((2.43 - ((3.96 - 2.43) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3.96 - 2.43) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3.96 * 1rem);
  --_typography---font-size--h2: clamp(2.36 * 1rem, ((2.36 - ((5.42 - 2.36) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5.42 - 2.36) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5.42 * 1rem);
  --_typography---font-size--h1: clamp(3.36 * 1rem, ((3.36 - ((6.42 - 3.36) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((6.42 - 3.36) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 6.42 * 1rem);
  --_typography---font-size--display: 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);
  --_typography---font-size--inter-h1: clamp(2.4 * 1rem, ((2.4 - ((4.69 - 2.4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4.69 - 2.4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4.69 * 1rem);
  --site--margin-large: clamp(1.25rem, -.500684rem + 5.47089vw, 10rem);
  --site--rs-match-grow: clamp(7.5rem, 17vh, 10rem);
  --site--wg-match-grow: 0px;
  --border-width--large: .093rem;
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
  --swatch--brand-500\<deleted\|variable-5c209bac-cd05-3f37-75d8-4eb87bac274e\>: #c6fb50;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--_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, h2, h3, h4, h5, h6, 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;
}

.u-layout-wrapper {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.u-layout-wrapper:where(.w-variant-31f8ed75-2c88-945a-a737-1b9b50b4494b), .u-layout-wrapper:where(.w-variant-329f6899-ba0f-e4db-0449-3c5b8ba4f388) {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: var(--radius--main);
  background-color: var(--_theme---background-2);
  position: relative;
  overflow: clip;
}

.u-layout-wrapper:where(.w-variant-4fee4cc0-701f-2817-944f-2c0261b9c2f3), .u-layout-wrapper:where(.w-variant-6bb5e515-55a9-1fc8-d29b-ff898d8b40f7) {
  grid-column-gap: var(--site--gutter);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-layout-wrapper:where(.w-variant-58b19052-6f23-ab5e-5e89-54288af57e85), .u-layout-wrapper:where(.w-variant-560ed4d9-9e8c-5c39-4619-fc154cdf9f19) {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.u-layout-wrapper:where(.w-variant-ebfcdcb1-ac53-1b15-fcb9-eaeda25808f5) {
  border-radius: var(--radius--main);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
  overflow: clip;
}

.u-layout {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  flex-flow: column;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.u-layout:where(.w-variant-31f8ed75-2c88-945a-a737-1b9b50b4494b), .u-layout:where(.w-variant-329f6899-ba0f-e4db-0449-3c5b8ba4f388) {
  display: var(--flex-medium, grid);
  flex-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-layout:where(.w-variant-4fee4cc0-701f-2817-944f-2c0261b9c2f3), .u-layout:where(.w-variant-6bb5e515-55a9-1fc8-d29b-ff898d8b40f7) {
  grid-template-columns: [full-start] minmax(0, 1fr) [content-start] repeat(var(--site--column-count), minmax(0, var(--site--column-width))) [content-end] minmax(0, 1fr) [full-end];
  width: calc(100vw * var(--_responsive---large)  + 100% * max(var(--_responsive---medium), var(--_responsive---small), var(--_responsive---xsmall)));
  display: var(--flex-medium, grid);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.u-layout:where(.w-variant-558793eb-2b07-490b-9842-2d7e6f6bf325), .u-layout:where(.w-variant-1261a7e4-2c05-3b0b-2126-d399890906b8) {
  display: var(--flex-medium, grid);
  flex-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-layout:where(.w-variant-ebfcdcb1-ac53-1b15-fcb9-eaeda25808f5) {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 26rem;
  display: flex;
  position: relative;
}

.u-layout:where(.w-variant-58b19052-6f23-ab5e-5e89-54288af57e85), .u-layout:where(.w-variant-560ed4d9-9e8c-5c39-4619-fc154cdf9f19) {
  width: 100vw;
  display: var(--flex-medium, grid);
  flex-flow: column;
  flex: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-layout:where(.w-variant-81232c92-6578-ef9a-1e3e-35e3204ae0fd) {
  display: var(--flex-medium, grid);
  flex-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-layout:where(.w-variant-062f22d2-9b73-b3a9-c094-ca8c682e0525) {
  display: var(--flex-medium, grid);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.u-layout-column-1 {
  align-self: center;
  width: 100%;
  position: relative;
}

.u-layout-column-1:where(.w-variant-31f8ed75-2c88-945a-a737-1b9b50b4494b), .u-layout-column-1:where(.w-variant-329f6899-ba0f-e4db-0449-3c5b8ba4f388) {
  padding: var(--_spacing---space--6);
}

.u-layout-column-1:where(.w-variant-4fee4cc0-701f-2817-944f-2c0261b9c2f3) {
  padding-top: calc(var(--_spacing---space--6) * var(--_responsive---large));
  padding-bottom: calc(var(--_spacing---space--6) * var(--_responsive---large));
  grid-column: 2 / span 5;
}

.u-layout-column-1:where(.w-variant-6bb5e515-55a9-1fc8-d29b-ff898d8b40f7) {
  padding-top: calc(var(--_spacing---space--6) * var(--_responsive---large));
  padding-bottom: calc(var(--_spacing---space--6) * var(--_responsive---large));
  grid-column: 9 / span 5;
}

.u-layout-column-1:where(.w-variant-d69d5003-e9bc-b347-4e02-eb46976beb1c) {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.u-layout-column-1:where(.w-variant-ebfcdcb1-ac53-1b15-fcb9-eaeda25808f5) {
  z-index: 1;
  padding-top: var(--_spacing---section-space--main);
  padding-right: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---section-space--main);
  padding-left: var(--_spacing---space--5);
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.u-layout-column-1:where(.w-variant-58b19052-6f23-ab5e-5e89-54288af57e85), .u-layout-column-1:where(.w-variant-560ed4d9-9e8c-5c39-4619-fc154cdf9f19) {
  max-width: var(--max-width--small);
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
  width: calc(100% - var(--site--margin) * 2);
  margin-left: auto;
  margin-right: auto;
}

.u-layout-column-1:where(.w-variant-558793eb-2b07-490b-9842-2d7e6f6bf325) {
  text-align: var(--center-medium, start);
  align-items: var(--center-medium, start);
  justify-content: var(--center-medium, start);
}

.u-layout-column-1:where(.w-variant-1261a7e4-2c05-3b0b-2126-d399890906b8) {
  align-items: var(--center-medium, start);
  justify-content: var(--center-medium, start);
  text-align: var(--center-medium, start);
}

.u-layout-column-1:where(.w-variant-81232c92-6578-ef9a-1e3e-35e3204ae0fd) {
  top: calc(12rem * var(--_responsive---large)  + 0rem * var(--_responsive---medium));
  position: var(--relative-medium, sticky);
  align-self: start;
}

.u-layout-column-2 {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--main);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-1261a7e4-2c05-3b0b-2126-d399890906b8) {
  aspect-ratio: 16 / 9;
  grid-row-start: 1;
  grid-column-start: 1;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-329f6899-ba0f-e4db-0449-3c5b8ba4f388) {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  grid-row-start: 1;
  grid-column-start: 1;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-4fee4cc0-701f-2817-944f-2c0261b9c2f3) {
  aspect-ratio: 16 / 9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: calc(var(--radius--main) * var(--_responsive---large));
  border-bottom-left-radius: calc(var(--radius--main) * var(--_responsive---large));
  width: calc(100% * var(--_responsive---large)  + 100vw * max(var(--_responsive---medium), var(--_responsive---small), var(--_responsive---xsmall)));
  grid-column: 8 / full;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-6bb5e515-55a9-1fc8-d29b-ff898d8b40f7) {
  aspect-ratio: 16 / 9;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: calc(var(--radius--main) * var(--_responsive---large));
  border-bottom-right-radius: calc(var(--radius--main) * var(--_responsive---large));
  width: calc(100% * var(--_responsive---large)  + 100vw * max(var(--_responsive---medium), var(--_responsive---small), var(--_responsive---xsmall)));
  grid-column: full / span 7;
  grid-row-start: 1;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-ebfcdcb1-ac53-1b15-fcb9-eaeda25808f5) {
  aspect-ratio: auto;
  opacity: .5;
  pointer-events: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.u-layout-column-2:where(.w-variant-560ed4d9-9e8c-5c39-4619-fc154cdf9f19) {
  aspect-ratio: 1;
  border-radius: 0;
  grid-row-start: 1;
  grid-column-start: 1;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-58b19052-6f23-ab5e-5e89-54288af57e85) {
  aspect-ratio: 1;
  border-radius: 0;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-31f8ed75-2c88-945a-a737-1b9b50b4494b) {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-d69d5003-e9bc-b347-4e02-eb46976beb1c), .u-layout-column-2:where(.w-variant-558793eb-2b07-490b-9842-2d7e6f6bf325), .u-layout-column-2:where(.w-variant-81232c92-6578-ef9a-1e3e-35e3204ae0fd) {
  aspect-ratio: 16 / 9;
  overflow: clip;
}

.u-layout-column-2:where(.w-variant-062f22d2-9b73-b3a9-c094-ca8c682e0525) {
  position: var(--relative-medium, sticky);
  top: calc(12rem * var(--_responsive---large)  + 0rem * var(--_responsive---medium));
  align-self: end;
}

.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 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: start;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  width: 100%;
}

.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-background-slot {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-video {
  aspect-ratio: 2;
  background-color: var(--_theme---background-skeleton);
  width: 100%;
  height: 100%;
}

.u-video:where(.w-variant-db26956a-7929-76af-05b0-02971cbab2f4) {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  aspect-ratio: unset !important;
}

.u-video:where(.w-variant-0b00a75a-35ba-66c2-fce0-21c117d62ce0) {
  aspect-ratio: 16 / 9;
}

.u-video:where(.w-variant-a9490bed-5b56-7b46-8413-993d16d77e88) {
  aspect-ratio: 3 / 2;
}

.u-video:where(.w-variant-ec7f8a9f-99ac-b5a5-140b-730400a62670) {
  aspect-ratio: 1;
}

.u-video:where(.w-variant-8157ca33-45d5-df1a-bd25-894298c8e117) {
  aspect-ratio: 5 / 4;
}

.u-video:where(.w-variant-f3f45657-6a73-93f9-25db-a80af56ad72a) {
  aspect-ratio: 4 / 5;
}

.u-video:where(.w-variant-c3ccbb6c-6fa7-1113-0f2e-08b77dffca68) {
  aspect-ratio: 2 / 3;
}

.u-image-wrapper {
  aspect-ratio: 2;
  background-color: var(--_theme---background-skeleton);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.u-image-wrapper:where(.w-variant-4972adff-107c-1f37-d19c-526a2bf55c28) {
  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;
}

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

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

.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: calc(var(--x, 50) * 1%) calc(var(--y, 50) * 1%);
  object-fit: inherit;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.u-iframe-wrapper {
  aspect-ratio: 16 / 9;
  position: relative;
}

.u-iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.u-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-overlay:where(.w-variant-9653c0cc-21fc-fb82-1373-c98b1644e5a8) {
  background-image: linear-gradient(#fff, #ffe4dd);
  background-color: color-mix(in srgb, black calc(var(--number) / 100 * 60%), transparent);
}

.u-eyebrow-wrapper {
  justify-content: inherit;
  display: flex;
}

.u-eyebrow-layout {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  vertical-align: baseline;
  display: inline-flex;
}

.u-eyebrow-marker {
  width: var(--border-width--main);
  background-color: currentColor;
  flex: none;
  padding-bottom: 0;
  padding-right: 0;
}

.u-eyebrow-text {
  margin-top: 0;
  margin-bottom: 0;
}

.u-eyebrow-text.u-text-style-main {
  color: var(--_theme---heading-accent);
  font-weight: var(--_typography---font-weight--semi-bold);
}

.u-text {
  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-text: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: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text:where(.w-variant-b8555f10-fa7d-e9ba-e262-f9aa44c27c1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text:where(.w-variant-4099173f-f581-635c-a5fe-cf4a89c62029), .u-text: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text:where(.w-variant-47e40b0d-02af-2673-f429-546cac42dc5a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text:where(.w-variant-823daff2-fd84-8da0-4ed1-92a39b869ad0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text:where(.w-variant-792802b6-ccdb-f982-5023-5fa970cf03d0) {
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  --_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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text: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: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text.u-rich-text {
  color: var(--swatch--stone-400);
  margin-bottom: 0;
}

.u-text.u-rich-text:focus {
  background-color: var(--swatch--brand-600);
  color: var(--swatch--stone-50);
}

.u-text.u-rich-text.blog-colored-block-1, .u-text.u-rich-text.blog-colored-block-2, .u-text.u-rich-text.blog-colored-block-3 {
  margin-bottom: 0;
  display: flex;
}

.u-button-wrapper {
  margin-top: var(--_spacing---space--2);
  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-section {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  display: flex;
  position: relative;
}

.u-section:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.u-section:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-section:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.u-section:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-section:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-section.is_scroll_text {
  height: 90svh;
}

.u-section-spacer {
  height: var(--_spacing---section-space--none);
  position: relative;
}

.u-section-spacer:where(.w-variant-d422cbd0-f212-c815-68df-63414354c21d) {
  height: var(--_spacing---section-space--small);
}

.u-section-spacer:where(.w-variant-60a7ad7d-02b0-6682-95a5-2218e6fd1490) {
  height: var(--_spacing---section-space--main);
}

.u-section-spacer:where(.w-variant-8cc18b30-4618-8767-0111-f6abfe45aaa3) {
  height: var(--_spacing---section-space--large);
}

.u-section-spacer:where(.w-variant-41fc0c0a-cac3-53c9-9802-6a916e3fb342) {
  height: var(--site--margin);
}

.u-section-spacer:where(.w-variant-e359d2da-de19-6775-b122-3e06f925f39e) {
  height: var(--_spacing---section-space--page-top);
}

.u-container {
  z-index: 1;
  max-width: var(--max-width--main);
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  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-container-small {
  z-index: 1;
  max-width: var(--max-width--small);
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  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-container-full {
  z-index: 1;
  max-width: var(--max-width--full);
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  width: calc(100% - var(--site--margin) * 1);
  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--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-theme-brand {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-text-style-display {
  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--display);
  --_text-style---line-height: var(--_typography---line-height--small);
  --_text-style---font-weight: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-text-style-h1 {
  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-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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-text-style-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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-text-style-h2.max-width-14ch {
  max-width: 14ch;
}

.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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-text-style-h3:where(.w-variant-f39eeaab-37ba-7637-9c81-0ca9a9f144f7) {
  max-width: 20ch;
}

.u-text-style-h3.text_1 {
  z-index: 8;
  width: 100%;
  position: absolute;
}

.u-text-style-h3.text_2 {
  z-index: 9;
  opacity: 0;
  width: 100%;
  position: absolute;
  transform: translate(0, 40px);
}

.u-text-style-h3.scroll_text {
  text-align: center;
}

.u-text-style-h3.u-max-width-14ch {
  max-width: 14ch;
}

.u-text-style-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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-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--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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-text-style-large {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-secondary);
  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--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_text-style---line-height: var(--_typography---line-height--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_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-text-style-large.is_hero_para {
  max-width: 42ch;
  color: var(--_theme---text);
}

.u-text-style-main {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-secondary);
  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--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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_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-text-style-main.u-max-width-42ch {
  max-width: 42ch;
}

.u-text-style-small {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-secondary);
  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--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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  flex: none;
  display: flow-root;
}

.u-text-style-small:where(.w-variant-ebfd5f08-9f79-0386-6e1e-00d4ebe192bd) {
  color: var(--swatch--brand-50);
}

.u-text-style-small:where(.w-variant-2a577d24-2f59-5fc3-9a07-b20ee5aca0d2), .u-text-style-small:where(.w-variant-d106d85a-9b0b-c792-9a2c-ef54ab3f002f) {
  color: var(--swatch--stone-50);
}

.u-rich-text {
  text-wrap: var(--_text-style---text-wrap);
  align-items: inherit;
  justify-content: inherit;
}

.u-rich-text h1 {
  font-family: var(--_typography---font--secondary-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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_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;
}

.u-rich-text h2 {
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_typography---font--secondary-family);
  color: var(--swatch--stone-500);
  font-size: var(--_typography---font-size--inter-h2);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--inter-h2);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h3 {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_typography---font--secondary-family);
  color: var(--swatch--stone-500);
  font-size: var(--_typography---font-size--inter-h3);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_text-style---letter-spacing);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h4 {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_typography---font--secondary-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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h5 {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_typography---font--secondary-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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text h6 {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  font-family: var(--_typography---font--secondary-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--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

.u-rich-text p {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
}

.u-rich-text blockquote {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  border-left-style: solid;
  border-left-width: .2rem;
  border-left-color: var(--swatch--brand-600);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: var(--_text-style---letter-spacing);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-transform: var(--_text-style---text-transform, none);
  padding: .5rem 1rem;
}

.u-rich-text ol {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: inherit;
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: decimal;
  display: flex;
  overflow: visible;
}

.u-rich-text li {
  margin-top: calc(var(--_text-style---trim-top) * -1);
  margin-bottom: calc(var(--_text-style---trim-bottom) * -1);
  display: list-item;
}

.u-rich-text ul {
  margin-top: var(--_spacing---space--6);
  margin-bottom: var(--_spacing---space--6);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: inherit;
  flex-flow: column;
  margin-left: .25rem;
  padding-left: 1.2em;
  list-style-type: disc;
  display: flex;
  overflow: visible;
}

.u-rich-text figure {
  margin-top: var(--_spacing---space--7);
  margin-bottom: var(--_spacing---space--7);
}

.u-line-height-small {
  line-height: var(--_typography---line-height--small);
}

.u-line-height-medium {
  line-height: var(--_typography---line-height--medium);
}

.u-line-height-large {
  line-height: var(--_typography---line-height--large);
}

.u-line-height-huge {
  line-height: var(--_typography---line-height--huge);
}

.u-letter-spacing-tight {
  letter-spacing: var(--_typography---letter-spacing--tight);
}

.u-letter-spacing-normal {
  letter-spacing: var(--_typography---letter-spacing--normal);
}

.u-sr-only {
  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;
}

.u-heading-accent {
  color: var(--_theme---heading-accent);
}

.u-heading-accent strong {
  color: var(--_theme---heading-accent);
  font-weight: inherit;
}

.u-flex-horizontal-wrap {
  align-content: center;
  align-items: center;
  justify-content: inherit;
  flex-flow: wrap;
  display: flex;
}

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

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

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

.u-flex-grow {
  flex: 1;
}

.u-flex-shrink {
  flex: 0 auto;
}

.u-flex-noshrink {
  flex: none;
}

.u-grid-custom {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(var(--_column-count---value), minmax(0, 1fr));
  flex-flow: column;
  display: grid;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-grid-autofit {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  display: grid;
}

.u-grid-autofill {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
  --_column-count---value: 12;
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(min(max(8rem, (100% - ((var(--_column-count---value)  - 1) * var(--_gap---size))) / var(--_column-count---value)), 100%), 1fr));
  display: grid;
}

.u-grid-breakout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: [full-start] minmax(0, 1fr) [content-start] repeat(var(--site--column-count), minmax(0, var(--site--column-width))) [content-end] minmax(0, 1fr) [full-end];
  display: grid;
}

.u-align-self-inherit {
  align-self: inherit;
}

.u-align-self-start {
  align-self: flex-start;
}

.u-align-self-center {
  align-self: center;
}

.u-align-self-end {
  align-self: flex-end;
}

.u-align-self-stretch {
  align-self: stretch;
}

.u-align-items-stretch {
  align-items: stretch;
}

.u-align-items-start {
  align-items: flex-start;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-align-items-inherit {
  align-items: inherit;
}

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

.u-justify-content-center {
  justify-content: center;
}

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

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-around {
  justify-content: space-around;
}

.u-justify-content-inherit {
  justify-content: inherit;
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, currentColor 70%, transparent);
}

.u-background-transparent {
  background-color: #0000;
}

.u-background-1 {
  background-color: var(--_theme---background);
}

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

.u-background-skeleton {
  background-color: var(--_theme---background-skeleton);
}

.u-gap-0 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: 0rem;
}

.u-gap-inherit {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
}

.u-gap-1 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--1);
}

.u-gap-2 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--2);
}

.u-gap-gutter {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--site--gutter);
}

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

.u-gap-4 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--4);
}

.u-gap-5 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--5);
}

.u-gap-6 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--6);
}

.u-gap-7 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--7);
}

.u-gap-8 {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  --_gap---size: var(--_spacing---space--8);
}

.u-gap-row-0 {
  grid-row-gap: 0rem;
}

.u-gap-row-inherit {
  grid-row-gap: inherit;
}

.u-gap-row-1 {
  grid-row-gap: var(--_spacing---space--1);
}

.u-gap-row-2 {
  grid-row-gap: var(--_spacing---space--2);
}

.u-gap-row-gutter {
  grid-row-gap: var(--site--gutter);
}

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

.u-gap-row-4 {
  grid-row-gap: var(--_spacing---space--4);
}

.u-gap-row-5 {
  grid-row-gap: var(--_spacing---space--5);
}

.u-gap-row-6 {
  grid-row-gap: var(--_spacing---space--6);
}

.u-gap-row-7 {
  grid-row-gap: var(--_spacing---space--7);
}

.u-gap-row-8 {
  grid-row-gap: var(--_spacing---space--8);
}

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

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

.u-margin-top-gutter {
  margin-top: var(--site--gutter);
}

.u-margin-top-text {
  margin-top: var(--_text-style---margin-top);
}

.u-margin-top-1 {
  margin-top: var(--_spacing---space--1);
}

.u-margin-top-2 {
  margin-top: var(--_spacing---space--2);
}

.u-margin-top-3 {
  margin-top: var(--_spacing---space--3);
}

.u-margin-top-4 {
  margin-top: var(--_spacing---space--4);
}

.u-margin-top-5 {
  margin-top: var(--_spacing---space--5);
}

.u-margin-top-6 {
  margin-top: var(--_spacing---space--6);
}

.u-margin-top-7 {
  margin-top: var(--_spacing---space--7);
}

.u-margin-top-8 {
  margin-top: var(--_spacing---space--8);
}

.u-margin-bottom-auto {
  margin-bottom: auto;
}

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

.u-margin-bottom-gutter {
  margin-bottom: var(--site--gutter);
}

.u-margin-bottom-text {
  margin-bottom: var(--_text-style---margin-bottom);
}

.u-margin-bottom-1 {
  margin-bottom: var(--_spacing---space--1);
}

.u-margin-bottom-2 {
  margin-bottom: var(--_spacing---space--2);
}

.u-margin-bottom-3 {
  margin-bottom: var(--_spacing---space--3);
}

.u-margin-bottom-4 {
  margin-bottom: var(--_spacing---space--4);
}

.u-margin-bottom-5 {
  margin-bottom: var(--_spacing---space--5);
}

.u-margin-bottom-6 {
  margin-bottom: var(--_spacing---space--6);
}

.u-margin-bottom-7 {
  margin-bottom: var(--_spacing---space--7);
}

.u-margin-bottom-8 {
  margin-bottom: var(--_spacing---space--8);
}

.u-weight-regular {
  font-weight: var(--_typography---font-weight--regular);
}

.u-weight-medium {
  font-weight: var(--_typography---font-weight--medium);
}

.u-weight-bold {
  font-weight: var(--_typography---font-weight--bold);
}

.u-min-height-screen {
  min-height: 100svh;
}

.u-column-span-full {
  grid-column: 1 / -1;
}

.u-column-span-indent {
  grid-column: 2 / -2;
}

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

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

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

.u-column-span-3.content_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.u-column-span-3.mockup_left-container {
  height: 60vh;
}

.u-column-span-3.content_wrapper_right, .u-column-span-3.content_wrapper_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.u-alignment-start {
  text-align: start !important;
  justify-content: start !important;
  align-items: start !important;
}

.u-alignment-center {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.u-alignment-end {
  text-align: end !important;
  justify-content: end !important;
  align-items: end !important;
}

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

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

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

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

.u-text-wrap-default {
  text-wrap: wrap;
}

.u-text-wrap-balance {
  text-wrap: balance;
}

.u-text-wrap-pretty {
  text-wrap: pretty;
}

.u-max-width-none {
  max-width: none;
}

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

.u-radius-none {
  border-radius: 0;
}

.u-radius-inherit {
  border-radius: inherit;
}

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

.u-radius-main {
  border-radius: var(--radius--main);
}

.u-radius-round {
  border-radius: var(--radius--round);
}

.u-overflow-visible {
  overflow: visible;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-clip {
  overflow: clip;
}

.u-overflow-x-auto {
  overflow: auto clip;
}

.u-overflow-y-auto {
  overflow: clip auto;
}

.u-overflow-hidden-left {
  clip-path: polygon(0 0, calc(100% + 100vw) 0, calc(100% + 100vw) 100%, 0% 100%);
}

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

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-inline-flex {
  display: inline-flex;
}

.u-display-inline-grid {
  display: inline-grid;
}

.u-display-contents {
  display: contents;
}

.u-display-none {
  display: none;
}

.u-zindex-negative {
  z-index: -1;
  position: relative;
}

.u-zindex-0 {
  z-index: 0;
  position: relative;
}

.u-zindex-unset {
  z-index: unset;
  position: relative;
}

.u-zindex-1 {
  z-index: 1;
  position: relative;
}

.u-zindex-2 {
  z-index: 2;
  position: relative;
}

.u-zindex-3 {
  z-index: 3;
  position: relative;
}

.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-position-sticky {
  position: sticky;
}

.u-position-fixed {
  position: fixed;
}

.u-height-full {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

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

.u-cover {
  width: 100%;
  height: 100%;
}

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

.u-width-auto {
  width: auto;
}

.u-min-width-auto {
  min-width: auto;
}

.u-pointer-on {
  pointer-events: auto;
}

.u-pointer-off {
  pointer-events: none;
}

.u-ratio-1-1 {
  aspect-ratio: 1;
}

.u-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.u-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.u-ratio-2-3 {
  aspect-ratio: 2 / 3;
}

.u-ratio-2-1 {
  aspect-ratio: 2;
}

.u-ratio-5-4 {
  aspect-ratio: 5 / 4;
}

.u-ratio-4-5 {
  aspect-ratio: 4 / 5;
}

.u-margin-inline-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-order-first {
  order: -1;
}

.u-order-last {
  order: 1;
}

.u-object-fit-cover {
  object-fit: cover;
}

.u-object-fit-contain {
  object-fit: contain;
}

.u-padding-sitemargin {
  padding: var(--site--margin);
}

.u-padding-gutter {
  padding: var(--site--gutter);
}

.u-padding-0 {
  padding: 0;
}

.u-padding-1 {
  padding: var(--_spacing---space--1);
}

.u-padding-2 {
  padding: var(--_spacing---space--2);
}

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

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

.u-padding-5 {
  padding: var(--_spacing---space--5);
}

.u-padding-6 {
  padding: var(--_spacing---space--6);
}

.u-padding-7 {
  padding: var(--_spacing---space--7);
}

.u-padding-8 {
  padding: var(--_spacing---space--8);
}

.u-padding-small {
  padding: var(--_spacing---section-space--small);
}

.u-padding-main {
  padding: var(--_spacing---section-space--main);
}

.u-padding-large {
  padding: var(--_spacing---section-space--large);
}

.u-padding-block-sitemargin {
  padding-top: var(--site--margin);
  padding-bottom: var(--site--margin);
}

.u-padding-block-gutter {
  padding-top: var(--site--gutter);
  padding-bottom: var(--site--gutter);
}

.u-padding-block-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-padding-block-1 {
  padding-top: var(--_spacing---space--1);
  padding-bottom: var(--_spacing---space--1);
}

.u-padding-block-2 {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
}

.u-padding-block-3 {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--3);
}

.u-padding-block-4 {
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
}

.u-padding-block-5 {
  padding-top: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--5);
}

.u-padding-block-6 {
  padding-top: var(--_spacing---space--6);
  padding-bottom: var(--_spacing---space--6);
}

.u-padding-block-7 {
  padding-top: var(--_spacing---space--7);
  padding-bottom: var(--_spacing---space--7);
}

.u-padding-block-8 {
  padding-top: var(--_spacing---space--8);
  padding-bottom: var(--_spacing---space--8);
}

.u-padding-block-small {
  padding-top: var(--_spacing---section-space--small);
  padding-bottom: var(--_spacing---section-space--small);
}

.u-padding-block-main {
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
}

.u-padding-block-large {
  padding-top: var(--_spacing---section-space--large);
  padding-bottom: var(--_spacing---section-space--large);
}

.u-padding-inline-sitemargin {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
}

.u-padding-inline-gutter {
  padding-right: var(--site--gutter);
  padding-left: var(--site--gutter);
}

.u-padding-inline-0 {
  padding-left: 0;
  padding-right: 0;
}

.u-padding-inline-1 {
  padding-right: var(--_spacing---space--1);
  padding-left: var(--_spacing---space--1);
}

.u-padding-inline-2 {
  padding-right: var(--_spacing---space--2);
  padding-left: var(--_spacing---space--2);
}

.u-padding-inline-3 {
  padding-right: var(--_spacing---space--3);
  padding-left: var(--_spacing---space--3);
}

.u-padding-inline-4 {
  padding-right: var(--_spacing---space--4);
  padding-left: var(--_spacing---space--4);
}

.u-padding-inline-5 {
  padding-right: var(--_spacing---space--5);
  padding-left: var(--_spacing---space--5);
}

.u-padding-inline-6 {
  padding-right: var(--_spacing---space--6);
  padding-left: var(--_spacing---space--6);
}

.u-padding-inline-7 {
  padding-right: var(--_spacing---space--7);
  padding-left: var(--_spacing---space--7);
}

.u-padding-inline-8 {
  padding-right: var(--_spacing---space--8);
  padding-left: var(--_spacing---space--8);
}

.u-padding-top-sitemargin {
  padding-top: var(--site--margin);
}

.u-padding-top-gutter {
  padding-top: var(--site--gutter);
}

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

.u-padding-top-1 {
  padding-top: var(--_spacing---space--1);
}

.u-padding-top-2 {
  padding-top: var(--_spacing---space--2);
}

.u-padding-top-3 {
  padding-top: var(--_spacing---space--3);
}

.u-padding-top-4 {
  padding-top: var(--_spacing---space--4);
}

.u-padding-top-5 {
  padding-top: var(--_spacing---space--5);
}

.u-padding-top-6 {
  padding-top: var(--_spacing---space--6);
}

.u-padding-top-7, .u-padding-top-8 {
  padding-top: var(--_spacing---space--7);
}

.u-padding-top-small {
  padding-top: var(--_spacing---section-space--small);
}

.u-padding-top-main {
  padding-top: var(--_spacing---section-space--main);
}

.u-padding-top-large {
  padding-top: var(--_spacing---section-space--large);
}

.u-padding-bottom-sitemargin {
  padding-bottom: var(--site--margin);
}

.u-padding-bottom-gutter {
  padding-bottom: var(--site--gutter);
}

.u-padding-bottom-0 {
  padding-bottom: 0;
}

.u-padding-bottom-1 {
  padding-bottom: var(--_spacing---space--1);
}

.u-padding-bottom-2 {
  padding-bottom: var(--_spacing---space--2);
}

.u-padding-bottom-3 {
  padding-bottom: var(--_spacing---space--3);
}

.u-padding-bottom-4 {
  padding-bottom: var(--_spacing---space--4);
}

.u-padding-bottom-5 {
  padding-bottom: var(--_spacing---space--5);
}

.u-padding-bottom-6 {
  padding-bottom: var(--_spacing---space--6);
}

.u-padding-bottom-7 {
  padding-bottom: var(--_spacing---space--7);
}

.u-padding-bottom-8 {
  padding-bottom: var(--_spacing---space--8);
}

.u-padding-bottom-small {
  padding-bottom: var(--_spacing---section-space--small);
}

.u-padding-bottom-main {
  padding-bottom: var(--_spacing---section-space--main);
}

.u-padding-bottom-large {
  padding-bottom: var(--_spacing---section-space--large);
}

.u-padding-left-sitemargin {
  padding-left: var(--site--margin);
}

.u-padding-left-gutter {
  padding-left: var(--site--gutter);
}

.u-padding-left-0 {
  padding-left: 0;
}

.u-padding-left-1 {
  padding-left: var(--_spacing---space--1);
}

.u-padding-left-2 {
  padding-left: var(--_spacing---space--2);
}

.u-padding-left-3 {
  padding-left: var(--_spacing---space--3);
}

.u-padding-left-4 {
  padding-left: var(--_spacing---space--4);
}

.u-padding-left-5 {
  padding-left: var(--_spacing---space--5);
}

.u-padding-left-6 {
  padding-left: var(--_spacing---space--6);
}

.u-padding-left-7 {
  padding-left: var(--_spacing---space--7);
}

.u-padding-left-8 {
  padding-left: var(--_spacing---space--8);
}

.u-padding-right-sitemargin {
  padding-right: var(--site--margin);
}

.u-padding-right-gutter {
  padding-right: var(--site--gutter);
}

.u-padding-right-0 {
  padding-right: 0;
}

.u-padding-right-1 {
  padding-right: var(--_spacing---space--1);
}

.u-padding-right-2 {
  padding-right: var(--_spacing---space--2);
}

.u-padding-right-3 {
  padding-right: var(--_spacing---space--3);
}

.u-padding-right-4 {
  padding-right: var(--_spacing---space--4);
}

.u-padding-right-5 {
  padding-right: var(--_spacing---space--5);
}

.u-padding-right-6 {
  padding-right: var(--_spacing---space--6);
}

.u-padding-right-7 {
  padding-right: var(--_spacing---space--7);
}

.u-padding-right-8 {
  padding-right: var(--_spacing---space--8);
}

.u-column-start-auto {
  grid-column-start: auto;
}

.u-column-start-1 {
  grid-column-start: 1;
}

.u-column-start-2 {
  grid-column-start: 2;
}

.u-column-start-3 {
  grid-column-start: 3;
}

.u-column-start-4 {
  grid-column-start: 4;
}

.u-column-start-5 {
  grid-column-start: 5;
}

.u-column-start-6 {
  grid-column-start: 6;
}

.u-column-start-7 {
  grid-column-start: 7;
}

.u-column-start-8 {
  grid-column-start: 8;
}

.u-column-start-9 {
  grid-column-start: 9;
}

.u-column-start-10 {
  grid-column-start: 10;
}

.u-column-start-11 {
  grid-column-start: 11;
}

.u-column-start-12 {
  grid-column-start: 12;
}

.u-row-start-auto {
  grid-row-start: auto;
}

.u-row-start-1 {
  grid-row-start: 1;
}

.u-row-start-2 {
  grid-row-start: 2;
}

.u-row-start-3 {
  grid-row-start: 3;
}

.u-row-start-4 {
  grid-row-start: 4;
}

.u-row-start-5 {
  grid-row-start: 5;
}

.u-row-start-6 {
  grid-row-start: 6;
}

.u-row-span-1 {
  grid-row-end: span 1;
}

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

.u-row-span-3 {
  grid-row-end: span 3;
}

.u-row-span-4 {
  grid-row-end: span 4;
}

.u-row-span-5 {
  grid-row-end: span 5;
}

.u-row-span-6 {
  grid-row-end: span 6;
}

.styleguide_subheading {
  margin-bottom: 0;
}

.styleguide_card_wrap {
  height: 100%;
  padding: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  border-radius: var(--radius--main);
  background-color: var(--_theme---background-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--_theme---border);
  text-align: center;
}

.tag_wrap {
  border-radius: var(--radius--small);
  background-color: var(--_theme---text);
  min-width: 4rem;
  color: var(--_theme---background);
  line-height: var(--_typography---line-height--small);
  text-align: center;
  padding: .5rem .75rem;
  display: inline-block;
}

.styleguide_font_item {
  padding-top: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-bottom: var(--border-width--main) solid var(--_theme---border);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form_label_wrap {
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.form_label_text {
  margin-bottom: var(--_spacing---space--1);
  color: var(--swatch--stone-400);
  font-weight: var(--_typography---font-weight--medium);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  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\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>);
}

.form_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  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--brand-50);
  width: 100%;
  padding: 10.75rem 1.2rem;
}

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

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

.form_field {
  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(--swatch--stone-50);
  width: 100%;
  height: 3rem;
  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--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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  color: inherit;
  text-transform: var(--_text-style---text-transform, none);
  appearance: none;
  border-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  margin-bottom: 0;
  padding: 0 .9rem;
  display: block;
  outline: none !important;
}

.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: 12rem;
  padding-top: .5rem;
  padding-left: .9rem;
  padding-right: .9rem;
}

.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;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  height: 100%;
  color: color-mix(in srgb, var(--_button-style---text) calc(100% * var(--_trigger---on)), var(--_button-style---text-hover) calc(100% * var(--_trigger---off)));
  background-color: color-mix(in srgb, var(--_button-style---background) calc(100% * var(--_trigger---on)), var(--_button-style---background-hover) calc(100% * var(--_trigger---off)));
  border-top-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-radius: inherit;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.5rem .6rem 1rem;
  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) {
  font-weight: var(--_typography---font-weight--medium);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.5rem;
}

.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_element:where(.w-variant-0ba4ba8e-d1df-493e-272a-ca56ec421e83) {
  border-style: solid;
  border-color: var(--swatch--stone-50);
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
  transition-duration: .25s;
}

.button_main_element:hover {
  color: color-mix(in srgb, var(--_button-style---text) calc(100% * var(--_trigger---on)), var(--_button-style---text-hover) calc(100% * var(--_trigger---off)));
}

.button_main_text {
  font-size: 1rem;
  font-weight: var(--_typography---font-weight--medium);
  text-align: left;
  letter-spacing: var(--_typography---letter-spacing--main);
  position: relative;
}

.button_toggle_element {
  width: var(--button-size--medium);
  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);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  color: color-mix(in srgb, var(--_button-style---text) calc(100% * var(--_trigger---on)), var(--_button-style---text-hover) calc(100% * var(--_trigger---off)));
  background-color: color-mix(in srgb, var(--_button-style---background) calc(100% * var(--_trigger---on)), var(--_button-style---background-hover) calc(100% * var(--_trigger---off)));
  border-top-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-radius: inherit;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button_toggle_element:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
  width: var(--button-size--medium);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_toggle_element:where(.w-variant-bb0688d1-65b6-14b6-81e5-21e2cd39bbda) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_toggle_element:where(.w-variant-d47b6b31-1410-4123-4cbe-47472b6d649d) {
  width: var(--button-size--large);
}

.button_toggle_element:where(.w-variant-3970b3f9-2fa6-52d8-098a-2260caaa12bb) {
  width: var(--button-size--large);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_toggle_element:where(.w-variant-6c75cae2-0734-1bbf-191f-bfe0f8ed1797) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_toggle_icon {
  aspect-ratio: 1;
  width: 36%;
  position: relative;
}

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

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

.styleguide_group {
  padding-top: var(--_spacing---space--7);
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  display: flex;
}

.styleguide_visual {
  width: 100%;
  max-height: 7rem;
  padding: var(--_spacing---space--1);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide_icon {
  width: 3rem;
  height: 3rem;
}

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

.hero_utility-page_contain {
  min-height: 100svh;
  padding-top: var(--_spacing---section-space--page-top);
  padding-bottom: var(--_spacing---section-space--main);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero_utility-page_content {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.styleguide_contain {
  padding-top: var(--_spacing---section-space--small);
  padding-bottom: var(--_spacing---section-space--small);
}

.guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.guide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(var(--site--column-count), minmax(0, 1fr));
  display: grid;
}

.guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
  display: flex;
}

.styleguide_list {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.styleguide_card_visual {
  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);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
  padding: 0;
}

.form_success_text {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.styleguide_scroll {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--site--gutter);
  margin-left: calc(var(--site--margin) * -1);
  scrollbar-color: var(--_theme---text) transparent;
  margin-right: calc(var(--site--margin) * -1);
  grid-template-rows: auto;
  grid-template-columns: minmax(15rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto clip;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 3% 97%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 3% 97%, #0000);
}

.styleguide_section {
  padding-top: var(--_spacing---space--8);
}

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

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

.clickable_btn {
  cursor: pointer;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.styleguide_layout {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  grid-auto-columns: 1fr;
  align-items: start;
}

.styleguide_content {
  grid-column: 1 / span 8;
  width: 100%;
}

.styleguide_nav_card {
  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: 100%;
  padding: 1rem;
  overflow: clip auto;
}

.styleguide_nav_list {
  border-left: var(--border-width--main) solid var(--_theme---border);
}

.styleguide_nav_item {
  margin-left: calc(var(--border-width--main) * -.5);
}

.styleguide_nav_link {
  outline-offset: var(--focus--offset-inner);
  padding-top: .125rem;
  padding-bottom: .125rem;
  padding-left: .75rem;
  display: block;
}

.styleguide_nav_link.w--current {
  border-left-style: solid;
  border-left-width: var(--border-width--main);
  border-left-color: currentColor;
}

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  --_trigger---on: 1;
  --_trigger---off: 0;
  outline-offset: var(--focus--offset-inner);
  opacity: calc(1 - .4 * var(--_trigger---on));
  padding: .125rem 1.1rem;
  line-height: 1.3em;
  display: block;
}

.styleguide_nav_sub_link.w--current {
  opacity: 1;
}

.styleguide_nav_sub_wrap {
  grid-template-rows: 0fr;
  grid-template-columns: minmax(0, 1fr);
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: grid;
}

.button_toggle_pause {
  opacity: var(--_state---false);
  display: block;
}

.button_toggle_play {
  opacity: var(--_state---true);
  display: block;
}

.styleguide_card_inner {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.styleguide_card_hidden {
  display: none;
}

.hero_utility-page_header {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_contain.u-container-medium {
  max-width: var(--max-width--meduim);
}

.section_contain.u-container-medium.max-width-65rem {
  max-width: 65rem;
}

.section_contain.u-container-medium.u-max-width-80rem {
  max-width: 80rem;
}

.section_contain.u-container-medium.u-tab-hide {
  z-index: 10;
}

.section_contain.custom_container {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.form_fieldset_list {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  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;
}

.form_select_wrap {
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.form_select_icon {
  pointer-events: none;
  width: .8em;
  margin-right: .9rem;
  display: block;
  position: absolute;
  overflow: visible !important;
}

.section_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.section_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.section_wrap:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.section_wrap:where(.w-variant-3c7302e3-db55-5acb-dbce-df7fefe2bde8) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.section_wrap:where(.w-variant-3c7302e3-db55-5acb-dbce-df7fefe2bde9) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.section_wrap:where(.w-variant-3c7302e3-db55-5acb-dbce-df7fefe2bdea) {
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.slider_bullet_list {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: auto !important;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider_bullet_item {
  aspect-ratio: 1;
  border: .09rem solid var(--_theme---border);
  background-color: #eee0;
  border-radius: 100vw;
  width: 1rem;
  min-width: 0;
  padding: 0;
}

.slider_bullet_item.is-active {
  border-color: var(--_theme---text);
  background-color: var(--_theme---text);
}

.slider_wrap {
  grid-column-gap: 0rem;
  grid-row-gap: var(--_spacing---space--4);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider_offset {
  margin-left: calc(var(--_gap---size) * -.5);
  margin-right: calc(var(--_gap---size) * -.5);
  flex: 1;
  display: flex;
}

.slider_list {
  height: 100%;
}

.slider_list.swiper-wrapper {
  display: flex;
}

.slider_controls {
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.slider_button_layout {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider_element.swiper {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slider_element.swiper:where(.w-variant-bfb8c45c-dbfa-13cc-2dfc-0c02a34504e4) {
  overflow: hidden;
}

.slider_element.swiper:where(.w-variant-b8ee48da-439e-7156-5d2e-5b4f080e200e) {
  clip-path: polygon(0 0, calc(100% + 100vw) 0, calc(100% + 100vw) 100%, 0% 100%);
}

.card_primary_wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.card_primary_element {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  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);
  background-color: var(--_theme---background-2);
  border-top-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, transparent calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  border-radius: inherit;
  width: 100%;
  padding-top: calc(var(--_spacing---space--7) * max(var(--_responsive---large), var(--_responsive---medium))  + var(--_spacing---space--5) * max(var(--_responsive---small), var(--_responsive---xsmall)));
  padding-left: calc(var(--_spacing---space--7) * max(var(--_responsive---large), var(--_responsive---medium))  + var(--_spacing---space--4) * max(var(--_responsive---small), var(--_responsive---xsmall)));
  padding-right: calc(var(--_spacing---space--7) * max(var(--_responsive---large), var(--_responsive---medium))  + var(--_spacing---space--4) * max(var(--_responsive---small), var(--_responsive---xsmall)));
  padding-bottom: calc(var(--_spacing---space--7) * max(var(--_responsive---large), var(--_responsive---medium))  + var(--_spacing---space--5) * max(var(--_responsive---small), var(--_responsive---xsmall)));
  flex-flow: column;
  align-items: stretch;
  transition-property: border-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.button_arrow_element {
  width: var(--button-size--medium);
  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);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  background-color: color-mix(in srgb, var(--_button-style---background) calc(100% * var(--_trigger---on)), var(--_button-style---background-hover) calc(100% * var(--_trigger---off)));
  color: color-mix(in srgb, var(--_button-style---text) calc(100% * var(--_trigger---on)), var(--_button-style---text-hover) calc(100% * var(--_trigger---off)));
  border-top-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-radius: inherit;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button_arrow_element:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_arrow_element:where(.w-variant-bb0688d1-65b6-14b6-81e5-21e2cd39bbda) {
  width: var(--button-size--medium);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_arrow_element:where(.w-variant-c144d67f-2c62-4dbf-0fd8-0b6056b717ec), .button_arrow_element:where(.w-variant-3970b3f9-2fa6-52d8-098a-2260caaa12bb) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_arrow_element:where(.w-variant-d7d7e32c-ac47-de0c-eb2d-07f19dfa19d2) {
  width: var(--button-size--large);
}

.button_arrow_element:where(.w-variant-6c75cae2-0734-1bbf-191f-bfe0f8ed1797) {
  width: var(--button-size--large);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_arrow_element:where(.w-variant-c6d40e5e-3298-1af4-067d-37896ebd2a45) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_arrow_icon {
  aspect-ratio: 1;
  width: 36%;
  position: relative;
}

.accordion_wrap {
  padding-top: 1px;
}

.accordion_toggle_icon {
  aspect-ratio: 1;
  width: 1.4rem;
  transform: rotate(calc(-180deg * var(--_state---false)));
  flex: none;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.accordion_content_wrap {
  width: 100%;
  display: none;
  position: relative;
  overflow: visible clip;
}

.accordion_content_padding {
  padding-bottom: var(--_spacing---space--5);
}

.accordion_component {
  border-bottom: var(--border-width--main) solid var(--_theme---border);
}

.accordion_toggle_heading {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion_list {
  margin-top: calc(var(--_spacing---space--4) * -1);
}

.accordion_toggle_button {
  width: 100%;
  padding-top: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  grid-column-gap: var(--_spacing---space--3);
  grid-row-gap: var(--_spacing---space--3);
  outline-offset: var(--focus--offset-inner);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_links_svg {
  width: 1rem;
  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_svg:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  width: .8rem;
}

.nav_mobile_contain {
  max-width: var(--nav--max-width-outer);
  width: calc(100% - var(--nav--spacing-outer-horizontal) * 2);
  margin-left: auto;
  margin-right: auto;
}

.nav_banner_close_wrap {
  outline-offset: var(--focus--offset-inner);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  outline-color: var(--_theme---background) !important;
}

.nav_links_wrap {
  flex: 1;
}

.nav_links_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav_banner_wrap {
  z-index: 1;
  background-color: var(--_theme---text);
  pointer-events: auto;
  color: var(--_theme---background);
  font-size: var(--text-small--font-size);
  height: var(--nav--banner-height);
  position: relative;
}

.nav_links_item {
  display: flex;
}

.nav_dropdown_mega_content {
  position: relative;
}

.nav_dropdown_mega_content:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  border-radius: var(--nav--radius);
  background-color: var(--_theme---nav--background);
}

.nav_dropdown_mega_contain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav_dropdown_mega_contain:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  max-width: var(--nav--max-width-inner);
  padding-top: var(--_spacing---space--7);
  padding-bottom: var(--_spacing---space--8);
}

.nav_dropdown_main_scroll:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  margin-top: var(--_spacing---space--1);
  margin-bottom: var(--_spacing---space--2);
  margin-left: var(--_spacing---space--1);
  padding-right: var(--_spacing---space--1);
  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;
  background-color: var(--_theme---background);
  pointer-events: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_component:where(.w-variant-dd866659-1d7d-6447-6461-66ca86ca367f) {
  position: fixed;
}

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

.nav_dropdown_main_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  width: 10rem;
  position: absolute;
}

.nav_dropdown_main_wrap.w--open {
  border-radius: var(--radius--main);
  background-color: var(--swatch--stone-50);
  box-shadow: 0 0 5px #00000026;
}

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

.nav_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900\<deleted\|variable-b6de3dc8-5520-0236-77cd-d665fd586e64\>) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_search_field {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 2.9em;
  font-size: inherit;
  color: inherit;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0;
}

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

.nav_dropdown_mega_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
}

.nav_dropdown_mega_layout:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_desktop_layout {
  width: 100%;
  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;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.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) {
  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);
  color: var(--swatch--stone-400);
  font-size: var(--_typography---font-size--text-main);
  font-weight: var(--_typography---font-weight--medium);
  --_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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  transition-property: border-radius, background-color, color;
  transition-duration: .25s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: block;
}

.nav_dropdown_link:hover:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand-50);
  color: var(--swatch--stone-600);
}

.nav_dropdown_link.w--current {
  color: var(--swatch--brand-600);
}

.nav_mobile_menu_wrap {
  max-width: var(--nav--max-width-outer);
  padding-top: var(--nav--height);
  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);
  pointer-events: auto;
  text-align: left;
  width: calc(100% - var(--nav--spacing-outer-horizontal) * 2);
  margin-left: auto;
  margin-right: auto;
  inset: 0% 0% auto;
  transform: none !important;
}

.nav_links_search_icon {
  width: 1.1rem;
}

.nav_dropdown_text {
  transition: opacity .1s;
}

.nav_button_line {
  width: 100%;
  height: var(--nav--hamburger-thickness);
  pointer-events: auto;
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav_button_line.is-1 {
  transform: translateY(calc((var(--nav--hamburger-thickness) * .5 + var(--nav--hamburger-gap) * .5) * var(--_state---false))) rotate(calc(-45deg * var(--_state---false)));
}

.nav_button_line.is-2 {
  transform: translateY(calc((var(--nav--hamburger-thickness) * -.5 + var(--nav--hamburger-gap) * -.5) * var(--_state---false))) rotate(calc(45deg * var(--_state---false)));
}

.nav_mobile_layout {
  z-index: 2;
  width: 100%;
  height: var(--nav--height);
  padding: 0px var(--nav--spacing-inner-horizontal);
  grid-column-gap: var(--_spacing---space--3);
  border-radius: var(--nav--radius);
  background-color: var(--_theme---nav--background);
  pointer-events: auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900\<deleted\|variable-b6de3dc8-5520-0236-77cd-d665fd586e64\>) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_banner_close_svg {
  width: 100%;
  overflow: visible !important;
}

.nav_screen-reader-text {
  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;
}

.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-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: 0px var(--_spacing---space--3);
  color: var(--swatch--stone-400);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font-weight--medium);
  --_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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  transition: color .35s;
}

.nav_links_link:hover:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  color: var(--swatch--stone-600);
}

.nav_links_link.w--current, .nav_links_link.w--current:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  color: var(--swatch--brand-600);
}

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

.nav_banner_svg {
  width: 1rem;
  transform: rotate(calc(-45deg * var(--_state---false)));
  overflow: visible !important;
}

.nav_banner_link {
  grid-column-gap: var(--_spacing---space--2);
  grid-column-start: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  outline-offset: var(--focus--offset-inner) !important;
  outline-color: var(--_theme---background) !important;
}

.nav_button_wrap {
  z-index: 2;
  flex: none;
  width: 2rem;
  padding: 0;
  outline-width: var(--focus--width) !important;
  outline-color: var(--_theme---text) !important;
  outline-offset: var(--focus--offset-inner) !important;
}

.nav_button_wrap.w--open {
  color: inherit;
  background-color: #0000;
}

.nav_search_label {
  width: 100%;
}

.nav_mobile_logo {
  z-index: 2;
  outline-offset: var(--focus--offset-inner);
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav_skip_wrap {
  z-index: 2;
  border-width: var(--border-width--main);
  border-radius: var(--nav--radius);
  background-color: var(--_theme---background);
  outline-offset: var(--focus--offset-inner);
  pointer-events: auto;
  color: var(--_theme---text);
  margin: .5rem;
  padding: .5rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-200%);
}

.nav_skip_wrap:focus {
  transform: translate(0%);
}

.nav_button_layout {
  grid-column-gap: var(--nav--hamburger-gap);
  grid-row-gap: var(--nav--hamburger-gap);
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.nav_actions_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  flex-flow: row;
  justify-content: flex-start;
}

.nav_search_btn_icon {
  width: 1.1rem;
  overflow: visible !important;
}

.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) {
  flex-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav_dropdown_mega_scroll {
  position: relative;
}

.nav_dropdown_mega_scroll:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  margin-top: var(--nav--height);
  padding-right: var(--nav--spacing-inner-horizontal);
  padding-left: var(--nav--spacing-inner-horizontal);
  max-height: calc(100svh - var(--nav--height-total)  - var(--nav--spacing-outer-vertical) * 2);
  overflow: hidden auto;
}

.nav_banner_contain {
  grid-column-gap: var(--_spacing---space--4);
  grid-template-rows: auto;
  grid-template-columns: minmax(1.1rem, 1.1rem) minmax(0, 1fr) minmax(1.1rem, 1.1rem);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.nav_dropdown_mega_wrap {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav_dropdown_mega_wrap:where(.w-variant-23049969-09ac-2789-520b-3c6ae895bbc6) {
  max-width: var(--nav--max-width-outer);
  min-width: 0;
  width: calc(100% - var(--nav--spacing-outer-horizontal) * 2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_search_btn_wrap {
  outline-offset: var(--focus--offset-inner);
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav_mobile_menu_scroll {
  padding-right: var(--nav--spacing-inner-horizontal);
  padding-left: var(--nav--spacing-inner-horizontal);
  max-height: calc(100svh - var(--nav--height-total)  - var(--nav--spacing-outer-vertical) * 2);
  overflow: hidden auto;
}

.nav_links_locales_hide {
  display: none;
}

.nav_search_wrap {
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: color-mix(in srgb, var(--_theme---border) calc(100% * var(--_trigger---on)), var(--_theme---text) calc(100% * var(--_trigger---off)));
  display: flex;
}

.nav_desktop_wrap {
  z-index: 1;
  margin-top: var(--_spacing---section-space--none);
  background-color: var(--_theme---background);
  display: none;
  position: relative;
}

.nav_desktop_contain {
  max-width: var(--nav--max-width-outer);
  padding-right: var(--nav--spacing-inner-horizontal);
  padding-left: var(--nav--spacing-inner-horizontal);
  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);
  width: calc(100% - var(--nav--spacing-outer-horizontal) * 3);
  margin-left: auto;
  margin-right: auto;
}

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

.modal_backdrop {
  background-color: color-mix(in srgb, var(--swatch--dark-900\<deleted\|variable-b6de3dc8-5520-0236-77cd-d665fd586e64\>) 50%, var(--swatch--transparent));
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.modal_scroll {
  height: 100%;
  padding-top: var(--_spacing---space--5);
  padding-right: var(--_spacing---space--5);
  padding-bottom: var(--_spacing---space--5);
  padding-left: var(--_spacing---space--5);
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  border-radius: inherit;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden auto;
}

.modal_dialog {
  z-index: 1010;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  color: inherit;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal_content {
  border-radius: var(--radius--main);
  background-color: var(--_theme---background-2);
  width: 100%;
  max-width: 38rem;
  max-height: 100%;
  color: var(--_theme---text);
  position: relative;
}

.modal_inner {
  width: 100%;
  height: 100dvh;
  padding: var(--site--margin);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal_slot {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_close_element {
  width: var(--button-size--medium);
  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);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  background-color: color-mix(in srgb, var(--_button-style---background) calc(100% * var(--_trigger---on)), var(--_button-style---background-hover) calc(100% * var(--_trigger---off)));
  color: color-mix(in srgb, var(--_button-style---text) calc(100% * var(--_trigger---on)), var(--_button-style---text-hover) calc(100% * var(--_trigger---off)));
  border-top-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-right-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-bottom-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-left-color: color-mix(in srgb, var(--_button-style---border) calc(100% * var(--_trigger---on)), var(--_button-style---border-hover) calc(100% * var(--_trigger---off)));
  border-radius: inherit;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button_close_element:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57), .button_close_element:where(.w-variant-bb0688d1-65b6-14b6-81e5-21e2cd39bbda) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_close_element:where(.w-variant-c144d67f-2c62-4dbf-0fd8-0b6056b717ec) {
  width: var(--button-size--medium);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_close_element:where(.w-variant-3970b3f9-2fa6-52d8-098a-2260caaa12bb), .button_close_element:where(.w-variant-6c75cae2-0734-1bbf-191f-bfe0f8ed1797) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_close_element:where(.w-variant-7198e0ca-f9f4-9662-3fe9-d7114404c9cb) {
  width: var(--button-size--large);
}

.button_close_element:where(.w-variant-c6d40e5e-3298-1af4-067d-37896ebd2a45) {
  width: var(--button-size--large);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
}

.button_close_icon {
  aspect-ratio: 1;
  width: 36%;
  position: relative;
}

.footer_link_text.u-text-style-small {
  color: var(--_theme---button-secondary--text);
  font-weight: var(--_typography---font-weight--medium);
}

.footer_contain {
  padding-top: var(--_spacing---section-space--main);
  padding-bottom: var(--_spacing---section-space--main);
}

.footer_contain.u-container {
  max-width: 80%;
}

.footer_wrap {
  background-color: var(--swatch--stone-600);
  color: var(--swatch--stone-50);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.footer_bottom_text {
  font-size: .75rem;
}

.footer_bottom_text.u-text-style-small {
  color: var(--swatch--stone-200);
}

.footer_content {
  z-index: 10;
  grid-column-gap: var(--site--gutter);
  grid-row-gap: inherit;
  flex-flow: column;
  flex: auto;
  grid-column: span 6;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  position: relative;
}

.footer_bottom_link_text.u-text-style-small {
  color: var(--swatch--stone-200);
}

.footer_social_link {
  width: 2.5rem;
  padding: .5rem;
  display: block;
}

.footer_social_list {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  margin: -.5rem;
  display: flex;
}

.footer_group_title {
  color: var(--swatch--stone-200);
  font-size: var(--_typography---font-size--text-small);
}

.footer_logo_wrap {
  align-self: start;
  width: 8rem;
}

.footer_bottom_list {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  margin: -.5rem;
  display: flex;
}

.footer_layout {
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.footer_bottom_link_wrap {
  opacity: calc(1 - .5 * var(--_trigger---off));
  padding: .5rem;
  transition-property: opacity;
  transition-duration: .1s;
  transition-timing-function: ease;
}

.footer_bottom_layout {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  border-top: var(--border-width--main) none var(--_theme---border);
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer_group_item {
  color: var(--swatch--stone-50);
  display: flex;
}

.footer_group_list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_bottom_item {
  display: flex;
}

.footer_link_wrap {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  color: var(--swatch--stone-50);
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  opacity: calc(1 - .5 * var(--_trigger---off));
  transition-property: opacity;
  transition-duration: .1s;
  transition-timing-function: ease;
}

.modal_close {
  z-index: 2;
  align-self: flex-end;
  position: sticky;
  inset: 0 auto auto 0%;
}

.tab_control_wrap {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab_button_item {
  width: 100%;
  min-width: 10rem;
  padding-top: var(--_spacing---space--4);
  padding-right: var(--_spacing---space--4);
  padding-bottom: var(--_spacing---space--4);
  padding-left: var(--_spacing---space--4);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  text-align: center;
  cursor: pointer;
  outline-offset: var(--focus--offset-inner);
  outline-width: var(--focus--width);
  position: relative;
}

.tab_button_list {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-left: calc(var(--site--margin) * -1);
  margin-right: calc(var(--site--margin) * -1);
  display: flex;
  overflow: auto clip;
}

.tab_content_list {
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  display: flex;
  position: relative;
}

.tab_button_text {
  opacity: calc(1 - .3 * var(--_state---true));
}

.tab_button_text.u-text-style-main {
  font-weight: calc(var(--_typography---font--primary-regular\<deleted\|variable-e2e11636-2778-b266-3d73-a7bb3f1f201f\>) * var(--_state---true)  + var(--_typography---font--primary-bold\<deleted\|variable-e1e2311b-a015-23c9-f2d7-7d185e6e1fba\>) * var(--_state---false));
}

.tab_wrap {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  display: flex;
}

.tab_button_line {
  height: var(--border-width--main);
  opacity: var(--_state---false);
  width: calc(100% * var(--progress, 1));
  background-color: currentColor;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 100%);
}

.tab_content_wrap {
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  margin-left: calc(var(--site--margin) * -1);
  margin-right: calc(var(--site--margin) * -1);
  overflow-x: clip;
}

.tab_arrow_wrap {
  grid-column-gap: var(--_spacing---space--2);
  grid-row-gap: var(--_spacing---space--2);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card_primary_image {
  height: 100%;
  transform: scale(calc(1 + .1 * var(--_trigger---off)));
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0%;
}

.card_primary_group {
  border-radius: var(--radius--main);
  width: 100%;
  display: flex;
  position: relative;
}

.card_primary_visual {
  z-index: 1;
  border-radius: inherit;
  display: none;
  position: relative;
  overflow: clip;
}

.card_primary_title {
  margin-bottom: var(--_text-style---margin-bottom);
}

.card_primary_content {
  z-index: 1;
  position: relative;
}

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

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

.button_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  border-radius: var(--radius--round);
}

.button_toggle_wrap, .button_arrow_wrap, .button_close_wrap {
  border-radius: var(--radius--round);
  display: inline-block;
  position: relative;
}

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

.form_range_input {
  border-radius: inherit;
  background-color: #0000;
  width: 100%;
  height: .7rem;
  display: block;
}

.form_range_element {
  border-radius: var(--radius--round);
  background-color: var(--_theme---background-2);
  margin-top: .3rem;
  display: block;
  position: relative;
}

.form_range_fill {
  background-color: var(--_theme---text);
  pointer-events: none;
  height: 100%;
  width: calc(var(--progress) * 100% + var(--thumb-size) * -1 * (var(--progress)  - .5));
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form_range_thumb_wrap {
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: translateX(calc((var(--progress)  - .5) * 100% - (var(--progress)  - .5) * var(--thumb-size)));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form_range_thumb_element {
  aspect-ratio: 1;
  border-top-style: solid;
  border-top-width: .3rem;
  border-top-color: var(--_theme---text);
  border-right-style: solid;
  border-right-width: .3rem;
  border-right-color: var(--_theme---text);
  border-bottom-style: solid;
  border-bottom-width: .3rem;
  border-bottom-color: var(--_theme---text);
  border-left-style: solid;
  border-left-width: .3rem;
  border-left-color: var(--_theme---text);
  background-color: var(--_theme---background);
  width: var(--thumb-size);
  border-radius: var(--thumb-radius);
}

.form_range_output_wrap {
  pointer-events: none;
  transform: translateX(calc((var(--progress)  - .5) * 100% - (var(--progress)  - .5) * var(--thumb-size)));
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.form_range_output_element {
  border-radius: var(--radius--small);
  background-color: var(--_theme---background-2);
  pointer-events: auto;
  padding: .1rem .6rem;
}

.tab_left {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  display: flex;
}

.tab_right {
  grid-column-gap: var(--_spacing---space--5);
  grid-row-gap: var(--_spacing---space--5);
  flex-flow: column;
  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;
}

.styleguide_nav_wrap {
  top: var(--site--margin);
  max-height: calc(100svh - var(--site--margin) * 2);
  order: 1;
  grid-column: 10 / -1;
  display: flex;
  position: sticky;
}

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

.nav_logo_image {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  flex: none;
  height: 100%;
}

.button_eye_text {
  text-align: left;
  margin-bottom: .125rem;
  font-size: .625rem;
}

.button_eye_text:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  display: none;
}

.u-weight-semibold {
  font-weight: var(--_typography---font-weight--semi-bold);
}

.section_homehero_contain.u-container {
  border-top-left-radius: var(--radius--large);
  border-top-right-radius: var(--radius--large);
  border-bottom-left-radius: var(--radius--large);
  border-bottom-right-radius: var(--radius--large);
  background-image: linear-gradient(180deg, var(--swatch--brand-700), var(--swatch--brand-600) 57%);
  width: calc(100% - var(--site--margin) * 1);
  overflow: hidden;
}

.section_homehero_layout {
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_img {
  height: 100%;
  margin-top: -17%;
  margin-left: -7%;
}

.section_header_centrealign {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.hero_eyebrow_text {
  font-weight: var(--_typography---font-weight--medium);
}

.hero_eyebrow_tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--swatch--brand-600);
  border-radius: var(--radius--round);
  background-color: var(--swatch--stone-50);
  color: var(--swatch--brand-600);
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem .375rem .75rem;
  display: flex;
}

.icon_main_1x1 {
  width: 1rem;
  height: 1rem;
}

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

.feature_grid {
  width: 100%;
  max-width: var(--max-width--meduim);
  margin-top: var(--_spacing---space--7);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature_grid:where(.w-variant-f39eeaab-37ba-7637-9c81-0ca9a9f144f7), .feature_grid.is-2-col {
  grid-template-columns: 1fr 1fr;
}

.feature_grid.u-gap-custom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.u-background-3 {
  background-color: var(--swatch--brand-50);
}

.text_list_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.icon_big {
  width: 1.125rem;
  height: 1.125rem;
  line-height: var(--_typography---line-height--small);
}

.icon_big.custom_margin {
  margin-top: .125rem;
}

.text_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 1rem;
  line-height: var(--_typography---line-height--small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bento_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--swatch--brand-50);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2.5rem 1rem;
  display: flex;
}

.bento_card:where(.w-variant-ebfd5f08-9f79-0386-6e1e-00d4ebe192bd) {
  background-color: var(--swatch--brand-600);
  color: var(--swatch--brand-50);
}

.bento_card:where(.w-variant-bca95e1b-459f-9560-09e3-775d89f4dd6d) {
  justify-content: flex-start;
  align-items: flex-start;
}

.bento_card:where(.w-variant-304b27a4-beff-b88d-954d-b9c5de24f6f2) {
  width: 150%;
}

.bento_card:where(.w-variant-2a577d24-2f59-5fc3-9a07-b20ee5aca0d2) {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--swatch--brand-700), var(--swatch--brand-600) 53%);
  height: 100%;
  color: var(--swatch--stone-50);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.bento_card:where(.w-variant-d106d85a-9b0b-c792-9a2c-ef54ab3f002f) {
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--swatch--brand-700), var(--swatch--brand-600) 53%);
  color: var(--swatch--stone-50);
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 2px 12px #0000001f;
}

.bento_card:where(.w-variant-b4e1f8de-1aa0-9019-2bdf-abd5012ce1ce) {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.bento_card:where(.w-variant-b7aca100-0d91-2123-5bfc-f6ae4416aa3b) {
  width: 150%;
  margin-left: -50%;
}

.bento_card:where(.w-variant-10bb1247-8985-596a-49d6-ddab2e4a4cc4) {
  width: 50%;
  padding-left: .5rem;
  padding-right: .5rem;
}

.bento_text_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bento_text_wrap:where(.w-variant-10bb1247-8985-596a-49d6-ddab2e4a4cc4) {
  padding-left: 2rem;
}

.bento_card_grpwrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.how_scroll_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.how_scroll_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.scroll_progressbar_wrap {
  z-index: 1;
  border-radius: var(--radius--round);
  background-color: var(--swatch--brand-200);
  width: .375rem;
  height: 100%;
  position: relative;
  right: auto;
  overflow: hidden;
}

.scroll_progressbar {
  border-radius: var(--radius--round);
  background-image: linear-gradient(180deg, var(--swatch--brand-600), var(--swatch--brand-700));
}

.how_sticky_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 6rem;
}

.cta_img {
  object-fit: contain;
  height: 100%;
}

.cta_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5rem 0;
  display: grid;
}

.cta_content_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--swatch--stone-600);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta_img_wrap {
  width: 25rem;
  position: relative;
}

.u-max-width-42ch {
  max-width: 42ch;
}

.tags_outer {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.tags_content_wrap {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.tag_flatable_logo {
  z-index: 10;
  opacity: 0;
  width: 9.75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: translate(0, 40px);
}

.tags_1 {
  z-index: 2;
  border-top-left-radius: var(--radius--main);
  border-top-right-radius: var(--radius--main);
  border-bottom-left-radius: var(--radius--main);
  border-bottom-right-radius: var(--radius--main);
  width: 15rem;
  font-weight: var(--_typography---font-weight--medium);
  will-change: transform;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.tag_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.tag_wrap_1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--radius--main);
  background-color: var(--swatch--rose-red-50);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .75rem;
  display: flex;
}

.tag_wrap_2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tag_wrap_2.is_1 {
  background-color: var(--swatch--rose-red-100);
  color: var(--swatch--rose-red-400);
}

.tag_wrap_2.is_2 {
  background-color: var(--swatch--brand-100);
  color: var(--swatch--brand-600);
}

.tag_wrap_2.is_3 {
  background-color: var(--swatch--sun-50);
  color: var(--swatch--sun-600);
}

.tag_wrap_2.is_4 {
  background-color: var(--swatch--rose-red-50);
  color: var(--swatch--rose-red-600);
}

.tag_wrap_2.is_5 {
  background-color: var(--swatch--rose-red-200);
  color: var(--swatch--rose-red-500);
}

.service_mockup_wrap {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 25vh;
}

.iphone_mock_img {
  opacity: 0;
  object-fit: contain;
  height: 100%;
}

.mock_container {
  z-index: 8;
  aspect-ratio: 9 / 18.5;
  background-image: url('../images/iPhone-16-Plus-mockup.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-width: 1px;
  border-color: #000;
  position: absolute;
  overflow: hidden;
}

.big_display_text {
  font-family: var(--_typography---font--primary-family);
  color: var(--swatch--stone-100);
  font-size: 13.75rem;
  font-weight: var(--_typography---font-weight--semi-bold);
  position: absolute;
}

.big_display_text.is-left {
  z-index: 5;
  top: 5%;
}

.big_display_text.is-right {
  z-index: 3;
  bottom: 5%;
}

.mockup_content_wrap {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.room_seeker_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--swatch--brand-200);
  width: 100%;
  font-size: var(--_typography---font-size--text-small);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.375rem;
  display: flex;
}

.rs_card_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.room_seeker_parent {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.wg_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  font-size: var(--_typography---font-size--text-small);
  background-color: #ffedd5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.375rem;
  display: flex;
}

.icon_large {
  width: 1.5rem;
}

.bento_card_common {
  border-radius: var(--radius--big);
  background-color: var(--swatch--brand-50);
  flex-flow: column;
  justify-content: space-between;
  height: 16.25rem;
  padding: 2rem;
  display: flex;
}

.bento_card_common:where(.w-variant-bb7a739f-324d-8e8f-65c6-4541328c52c2) {
  width: 50%;
}

.bento_card_common.is-style-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  height: 12.875rem;
  padding-bottom: 3rem;
}

.bento_card_headwrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-xlarge {
  width: 2rem;
  height: 2rem;
}

.section_hero_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.32fr 1fr;
  height: 85svh;
}

.rphero_content_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--radius--xlarge);
  background-color: var(--swatch--brand-50);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 13%;
  padding-right: 4rem;
  display: flex;
}

.rphero_img_wrap {
  border-radius: var(--radius--xlarge);
  background-image: url('../images/rs-cta-card-bg.svg'), linear-gradient(180deg, var(--swatch--brand-600), var(--swatch--brand-700) 59%);
  background-position: 100% 11%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rp_hero_img {
  z-index: 2;
  width: 23.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: auto;
}

.scroll_text_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll_text_wrapper.is-rs {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
}

.scroll_tag_parent {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.common_tag {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand-100);
  color: var(--swatch--brand-600);
  font-weight: var(--_typography---font-weight--medium);
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
  overflow: hidden;
}

.common_tag:where(.w-variant-62a5765e-732d-242d-e5b3-6878167704e8) {
  background-color: var(--swatch--sun-50);
  color: var(--swatch--sun-600);
}

.common_tag:where(.w-variant-68333f53-26f1-d635-57ce-4dae2e2bf483) {
  background-color: var(--swatch--rose-red-100);
  color: var(--swatch--rose-red-400);
}

.common_tag:where(.w-variant-6171cfd6-ae63-5a8b-24bb-025b39edd0b8) {
  background-color: var(--swatch--rose-red-50);
  color: var(--swatch--rose-red-600);
}

.swiper_parent {
  position: relative;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 26.25rem;
  display: flex;
}

.swiper_card {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  border-radius: var(--radius--xlarge);
  background-color: var(--swatch--brand-600);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.25rem;
  height: 35rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.swiper_card:where(.w-variant-591bbb36-f474-ddda-aa43-7f892e4243f1) {
  background-color: var(--swatch--rose-red-300);
  color: var(--swatch--rose-red-400);
}

.swiper_card:where(.w-variant-0502f567-2820-29c0-8119-1f6a86628f2f) {
  background-color: var(--swatch--sun-500);
  color: var(--swatch--sun-600);
}

.swiper_card:where(.w-variant-93629b40-7fde-b7b4-9d2f-cf15406b47e5) {
  background-color: var(--swatch--sun-200);
  color: var(--swatch--sun-600);
}

.swiper_card:where(.w-variant-c6d97daf-1527-c8bb-3eeb-0d1956af0508) {
  background-color: var(--swatch--rose-red-600);
  color: var(--swatch--rose-red-600);
}

.swiper_card.is-full-widthh {
  padding-left: 1rem;
  padding-right: 1rem;
}

.swiper_tag {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--swatch--stone-50);
  font-family: var(--_typography---font--primary-family);
  color: var(--swatch--brand-600);
  font-size: 1.125rem;
  font-weight: var(--_typography---font-weight--medium);
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1rem .625rem .75rem;
  display: flex;
}

.swiper_tag_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.swiper_card_img {
  object-fit: contain;
  align-self: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper_card_img:where(.w-variant-93629b40-7fde-b7b4-9d2f-cf15406b47e5), .swiper_card_img.is-full {
  height: 100%;
}

.swiper_card_img.is-full:where(.w-variant-93629b40-7fde-b7b4-9d2f-cf15406b47e5) {
  object-fit: contain;
  height: 110%;
}

.swiper_card_img.is-full.is-bottom-0, .swiper_card_img.is-full.is-bottom-0:where(.w-variant-93629b40-7fde-b7b4-9d2f-cf15406b47e5) {
  position: relative;
  bottom: -1rem;
}

.swiper-custom-navigation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  padding-top: 4rem;
  display: flex;
}

.swiper_pagination_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.u-page-css {
  display: none;
}

.swiper-next-button {
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand-600);
  width: 3rem;
  height: 3rem;
  color: var(--swatch--stone-50);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.swiper-next-button:hover {
  border: 2px solid var(--swatch--brand-600);
  background-color: var(--swatch--stone-50);
  color: var(--swatch--brand-600);
}

.swiper_nav_icons {
  line-height: var(--_typography---line-height--small);
}

.swiper-prev-button {
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand-600);
  width: 3rem;
  height: 3rem;
  color: var(--swatch--stone-50);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.swiper-prev-button:hover {
  border: 2px solid var(--swatch--brand-600);
  background-color: var(--swatch--stone-50);
  color: var(--swatch--brand-600);
}

.flat_journey_tab {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 25.5rem;
  display: flex;
}

.fj_tab_menu {
  width: 50%;
  height: 100%;
  margin-right: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fj_tab_content {
  width: 50%;
  height: 100%;
}

.fj_tab_pane {
  width: 100%;
  height: 100%;
}

.fj_tab_imgwrap {
  aspect-ratio: 5 / 4;
  max-width: 31.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.fj_tab_link {
  opacity: .4;
  background-color: #0000;
  height: 100%;
  padding: 0 0 0 0;
  transition: opacity .25s;
  display: flex;
}

.fj_tab_link.w--current {
  opacity: 1;
  background-color: #0000;
}

.fj_tab_progresswrap {
  background-color: var(--swatch--brand-200);
  width: .25rem;
  height: 100%;
  margin-right: 1rem;
  position: relative;
}

.fj_tab_progresswrap.is-1 {
  border-radius: 6.25rem;
  overflow: hidden;
}

.fj_tab_progresswrap.is-last {
  border-bottom-right-radius: 6.25rem;
  border-bottom-left-radius: 6.25rem;
  overflow: hidden;
}

.fj_tab_progressbar {
  border-radius: var(--radius--round);
  background-color: var(--swatch--brand-600);
  width: 100%;
  height: 100%;
  position: absolute;
}

.fj_tab_contentwrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-right: 1rem;
}

.fj_tab_contentwrap.is-spaced {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.fj_tab_contentwrap.is-last {
  margin-top: 1.25rem;
  padding-bottom: .25rem;
}

.fj_tab_contentwrap.is-first {
  margin-bottom: 1.25rem;
  padding-top: .25rem;
}

.fj_content_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--swatch--brand-600);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fj_content_paraparent {
  opacity: 0;
  height: 0;
  transition: height .5s cubic-bezier(.22, .61, .36, 1), opacity .4s;
  overflow: hidden;
}

.fj_content_paraparent.is-open {
  opacity: 1;
}

.fj_content_parawrap {
  padding-top: .75rem;
}

.fj_image {
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.section_header {
  align-self: flex-start;
  width: 40rem;
}

.cta_contain {
  width: 100%;
}

.cta_arrow_img {
  width: 7rem;
  transform-style: preserve-3d;
  position: absolute;
  top: 49%;
  left: -19%;
}

.section_cta {
  background-color: var(--swatch--brand-50);
  color: var(--_theme---text);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_cta:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.section_cta:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.section_cta:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.section_cta:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.section_cta:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-max-width-16ch {
  max-width: 16ch;
}

.bento_cta_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--big);
  background-image: url('../images/rs-cta-card-bg.svg'), linear-gradient(180deg, var(--swatch--brand-600), var(--swatch--brand-700));
  height: 100%;
  color: var(--swatch--brand-50);
  background-position: 60% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 70%, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.section_rp_wrap {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  border-radius: var(--radius--xlarge);
  background-image: linear-gradient(180deg, var(--swatch--brand-700), var(--swatch--brand-600) 65%);
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rs_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 70%;
  max-width: 75rem;
  color: var(--swatch--stone-50);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rs_hero_imagewrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  height: 21.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rs_hero_bg {
  z-index: 0;
  width: 22.5rem;
  height: 22.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rs_hero_bg.is-2 {
  inset: auto auto 0% 0%;
}

.rs_hero_img {
  border-radius: var(--radius--large);
  object-fit: fill;
  width: 16rem;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 8px 24px #00000014;
}

.rs_hero_img._2 {
  z-index: 2;
}

.rs_hero_img._3 {
  z-index: 3;
  left: auto;
}

.rs_hero_img._4 {
  z-index: 4;
}

.faq_grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq_list_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq_mobile_wrap {
  aspect-ratio: 9 / 18.5;
  background-image: url('../images/iPhone-16-Plus-mockup.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 99% 99%;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.faq_item {
  border-bottom: 1px solid var(--swatch--stone-100);
  width: 100%;
}

.faq_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  color: var(--swatch--stone-500);
  font-weight: var(--_typography---font-weight--medium);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_icon_wrap {
  border: 1px solid var(--swatch--brand-400);
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand-100);
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  padding: .75rem;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.faq_icon_vline {
  background-color: var(--swatch--brand-600);
  border-radius: .125rem;
  width: .125rem;
  height: .875rem;
  transition: background-color .5s, transform .5s;
  position: absolute;
}

.faq_icon_hline {
  background-color: var(--swatch--brand-600);
  border-radius: .125rem;
  width: .875rem;
  height: .125rem;
  transition: background-color .5s;
}

.faq_para_wrap {
  opacity: 0;
  height: 0;
  margin-bottom: 2rem;
}

.faq_para_inner {
  color: var(--swatch--stone-400);
  font-size: var(--_typography---font-size--text-small);
  padding-top: .5rem;
  padding-right: 2.5rem;
}

.faq_mockup_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq_mockup_header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_mockup_titlewrap {
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  border-radius: .375rem;
  padding: .25rem .75rem;
}

.faq_mockup_parawrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--swatch--brand-400);
  border-radius: var(--radius--big);
  background-color: var(--swatch--brand-100);
  width: 100%;
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.faq_mockup_timewrap {
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_mockup_logo {
  width: 1.125rem;
}

.u-text-color-stone400 {
  color: var(--swatch--stone-400);
}

.faq_mockup_footer {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.section_rs_journeyscroll {
  background-color: var(--swatch--brand-50);
  height: 350vh;
  position: relative;
}

.journey_scroll_wrap {
  width: 100vw;
  height: 100vh;
  padding-left: 10%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.journey_scroll_title_wrap {
  width: 40ch;
  position: absolute;
}

.journey_scroll_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 17svh;
  display: flex;
  position: relative;
}

.journey_scroll_progressbar {
  z-index: -1;
  background-image: linear-gradient(90deg, #ff613a 70%, #fff);
  width: 100%;
  height: .25rem;
  position: absolute;
  left: -10%;
  right: 0%;
}

.journey_scroll_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top-left-radius: var(--radius--big);
  border-top-right-radius: var(--radius--big);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  display: flex;
  overflow: hidden;
}

.jscroll_item_img {
  aspect-ratio: 5 / 4;
  border-radius: var(--radius--big);
  object-fit: cover;
  flex: none;
  overflow: hidden;
}

.jscroll_item_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jscroll_item_no {
  border-radius: var(--radius--main);
  background-color: var(--swatch--brand-600);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--swatch--stone-50);
  line-height: var(--_typography---line-height--small);
  font-weight: var(--_typography---font-weight--medium);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-right: .2rem;
  display: flex;
}

.rs_hero_tag {
  z-index: 5;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--radius--small);
  background-color: var(--swatch--ocean-100);
  color: var(--swatch--ocean-600);
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  display: flex;
  position: absolute;
  inset: 14% auto auto 0%;
  transform: rotate(-8.72deg);
}

.rs_hero_tag._2 {
  z-index: 5;
  background-color: var(--swatch--brand-200);
  color: var(--swatch--brand-600);
  inset: 10% 0% auto auto;
  transform: rotate(8.72deg);
}

.rs_hero_tag_icon {
  width: 1rem;
  height: 1rem;
}

.faq_mockup_ctawrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: .5rem;
  display: flex;
}

.faq_mockup_ctabtn {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-radius: var(--radius--main);
  background-image: linear-gradient(180deg, var(--swatch--brand-600), var(--swatch--brand-700));
  color: var(--swatch--stone-50);
  font-weight: var(--_typography---font-weight--medium);
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_contain {
  max-width: 70rem;
  padding-right: var(--site--margin);
  padding-left: var(--site--margin);
  grid-column-gap: var(--_spacing---space--8);
  grid-row-gap: var(--_spacing---space--8);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rp_hero_bgimg {
  z-index: 0;
  width: 55%;
  position: absolute;
  inset: auto auto 0% -9%;
}

.flat_journey_list {
  display: none;
}

.contact_form {
  border-radius: var(--radius--large);
  background-color: var(--swatch--brand-50);
  width: 100%;
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
}

.form_submit_button {
  border-radius: var(--radius--main);
  background-color: var(--swatch--stone-600);
  color: var(--swatch--stone-50);
  font-weight: var(--_typography---font-weight--medium);
  transition: background-color .3s;
}

.form_submit_button:hover {
  background-color: var(--swatch--stone-500);
}

.contact_card {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  border-radius: var(--radius--big);
  background-color: var(--swatch--brand-50);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
}

.contact_link {
  font-weight: var(--_typography---font-weight--medium);
  text-decoration: none;
}

.contact_link.u-weight-regular {
  font-weight: var(--_typography---font-weight--regular);
}

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

.u-text-style-ih1 {
  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--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--inter-h1);
  --_text-style---line-height: var(--_typography---line-height--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--xcompact);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-style-ih1:active, .u-text-style-ih1:focus {
  background-color: var(--swatch--brand-600);
  color: var(--swatch--stone-50);
}

.terms_services_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-text-terms {
  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-text-terms: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: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms:where(.w-variant-b8555f10-fa7d-e9ba-e262-f9aa44c27c1c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms:where(.w-variant-4099173f-f581-635c-a5fe-cf4a89c62029), .u-text-terms: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms:where(.w-variant-47e40b0d-02af-2673-f429-546cac42dc5a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms:where(.w-variant-823daff2-fd84-8da0-4ed1-92a39b869ad0) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--regular);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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--medium);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms: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: 500;
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-wrap: balance;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms.u-rich-text-terms {
  margin-bottom: var(--_spacing---space--1);
}

.u-text-terms.u-rich-text-terms h2 {
  margin-bottom: var(--_spacing---space--3);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--inter-h2);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-terms.u-rich-text-terms h3 {
  margin-top: var(--_spacing---space--4);
  margin-bottom: var(--_spacing---space--4);
  font-size: var(--_typography---font-size--inter-h3);
  font-weight: var(--_typography---font-weight--medium);
}

.u-text-terms.u-rich-text-terms p, .u-text-terms.u-rich-text-terms ul {
  margin-top: var(--_spacing---space--3);
  margin-bottom: var(--_spacing---space--3);
}

.u-text-terms.u-rich-text-terms li {
  list-style-type: disc;
}

.about_mission_wrap {
  border-radius: var(--radius--big);
  background-image: linear-gradient(180deg, var(--swatch--brand-700), var(--swatch--brand-600));
  color: var(--swatch--stone-50);
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}

.about_mission_header {
  width: 100%;
  max-width: 24ch;
  position: relative;
}

.about_mission_para {
  max-width: 38ch;
  font-weight: var(--_typography---font-weight--medium);
  --_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--x-large);
  --_text-style---font-weight: var(--_typography---font-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.about_mission_img {
  width: 6.125rem;
  position: absolute;
  inset: -39% -4% auto auto;
}

.heading_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.team_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.team_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 20.3125rem;
  display: flex;
}

.team_member_img {
  aspect-ratio: 1;
  border-radius: var(--radius--large);
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.team_member_infowrap {
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.social_link {
  width: 1.125rem;
  height: 1.125rem;
}

.featured_blog_card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid var(--swatch--stone-100);
  border-radius: var(--radius--large);
  background-color: var(--swatch--brand-50);
  padding: .75rem 2.5rem .75rem .75rem;
  display: flex;
}

.featured_blog_img {
  border-radius: var(--radius--large);
  width: 42%;
  height: 26rem;
}

.featured_blog_contentwrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.blog_cta_link {
  color: var(--swatch--stone-500);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font-weight--medium);
  text-underline-offset: 4px;
  cursor: pointer;
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  text-decoration: underline;
  transition: color .25s;
}

.blog_cta_link:hover {
  color: var(--swatch--brand-600);
  text-underline-offset: 4px;
  text-decoration: underline;
}

.blog_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_main_image {
  border-radius: var(--radius--large);
  max-width: 75rem;
  max-height: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}

.blog_main_contentwrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_content_parent {
  width: 70%;
}

.blog_toc_wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 40%;
  display: flex;
  position: sticky;
  top: 7rem;
}

.blog_author_parent {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog_author_img {
  border-radius: var(--radius--round);
  flex: none;
  width: 2rem;
  height: 2rem;
}

.blog_small_text {
  color: var(--swatch--stone-400);
  font-size: .75rem;
  font-weight: var(--_typography---font-weight--medium);
}

.blog_small_text.u-text-color-stone500 {
  color: var(--_theme---text);
}

.blog_date_parent {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog_date_seperator {
  background-color: var(--swatch--stone-200);
  width: 1.25rem;
  height: .0625rem;
}

.blog_category_tag {
  background-color: var(--swatch--brand-100);
  height: 100%;
  color: var(--swatch--brand-600);
  font-size: .75rem;
  font-weight: var(--_typography---font-weight--medium);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  display: flex;
}

.u-text-style-ih2 {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--inter-h2);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.u-text-style-ih3 {
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text);
  font-size: var(--_typography---font-size--inter-h3);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--secondary-family);
  --_text-style---font-size: var(--_typography---font-size--inter-h2);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.fs-toc_link_wrapper {
  border-bottom: 1px solid var(--swatch--stone-100);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-toc_link_wrapper.is-h3 {
  border-bottom-style: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
}

.blog_toc_parent {
  border-radius: var(--radius--big);
  background-color: var(--swatch--brand-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 1.5rem .5rem;
  display: flex;
}

.blog_toc_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font-weight--medium);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-toc_link {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--swatch--stone-300);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font-weight--medium);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-toc_link.w--current {
  color: var(--swatch--brand-text);
}

.fs-toc_link.is-h3 {
  margin-top: .25rem;
}

.u-hide {
  display: none;
}

.blog_article_cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--big);
  background-image: url('../images/rs-cta-card-bg.svg'), linear-gradient(180deg, var(--swatch--brand-600), var(--swatch--brand-700));
  height: 100%;
  color: var(--swatch--brand-50);
  background-position: 180% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.125rem 2rem;
  display: flex;
}

.blog_article_cta.is-full-width {
  width: 100%;
}

.blog_more_cards {
  border-radius: var(--radius--large);
  width: 22.5rem;
  height: 27.5rem;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.blog_more_image {
  height: 100%;
}

.blog_more_content {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--swatch--stone-50);
  flex-flow: column;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog_read_link {
  font-size: var(--_typography---font-size--text-small);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 1rem;
}

.blog_read_link:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.blog_card_para {
  color: var(--swatch--stone-300);
  margin-top: .25rem;
}

.blog_list_parent {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog_collection-list {
  width: 100%;
}

.blog_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--swatch--stone-100);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.blog_card_img {
  border-radius: var(--radius--big);
  flex: none;
  width: 20rem;
  height: 12.5rem;
}

.blog_filter_wrapper {
  width: 30%;
  margin-top: 2rem;
  margin-bottom: 0;
  position: sticky;
  top: 5rem;
}

.blog_list_wrapper {
  width: 70%;
}

.blog_card_contentwrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog_more_para {
  color: var(--swatch--stone-200);
  font-size: var(--_typography---font-size--text-small);
  margin-top: .25rem;
}

.load_more_button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-radius: var(--radius--main);
  background-color: var(--swatch--stone-600);
  color: var(--swatch--stone-50);
  font-size: var(--_typography---font-size--text-main);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .625rem 5rem;
  transition: color .25s, background-color .25s, border-color .2s;
  display: flex;
}

.load_more_button:hover {
  border-color: var(--swatch--stone-600);
  background-color: var(--swatch--stone-50);
  color: var(--swatch--stone-600);
}

.blog_pagination {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  padding-left: 2%;
}

.blog_filter_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog_search_bar {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--swatch--stone-100);
  width: 100%;
  min-height: 2.5rem;
  font-weight: var(--_typography---font-weight--medium);
  margin-bottom: 0;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1.5rem;
}

.blog_search_bar::placeholder {
  color: var(--swatch--stone-300);
}

.blog_searchbar_parent {
  width: 100%;
  position: relative;
}

.blog_searchbar_icon {
  width: 1rem;
  height: 1rem;
  line-height: var(--_typography---line-height--small);
  position: absolute;
  inset: .75rem auto auto 0%;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.filter_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.filter_checkbox_field {
  color: var(--swatch--stone-400);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font-weight--medium);
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.filter_checkbox_input {
  border: 1px solid var(--swatch--stone-200);
  cursor: pointer;
  border-radius: .25rem;
  flex: none;
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-right: .5rem;
}

.filter_checkbox_input.w--redirected-checked {
  background-color: var(--swatch--brand-600);
  background-image: url('../images/Frame.svg');
  background-position: 50%;
  background-size: auto;
  box-shadow: 0 2px 5px #0000;
}

.empty_items_message {
  border-radius: var(--radius--small);
  background-color: var(--swatch--stone-100);
  text-align: center;
}

.fliter_tab_menu {
  display: none;
}

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

.filter_clear_link {
  color: var(--_theme---text-secondary);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font-weight--medium);
  cursor: pointer;
  --_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-weight--regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--slight);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .6em;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
}

.filter_clear_link:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.footer_display_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_display_img {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.tags_sticky {
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 5rem;
  overflow: hidden;
}

.tags_orbit {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero_img_wrapper {
  width: 37rem;
  position: relative;
}

.mockup_service_ctabtn {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-radius: var(--radius--main);
  background-image: linear-gradient(180deg, var(--swatch--brand-600), var(--swatch--brand-700));
  width: 100%;
  color: var(--swatch--stone-50);
  font-weight: var(--_typography---font-weight--medium);
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

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

.wg_card_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.rs_room_card {
  border-radius: var(--radius--main);
  background-color: var(--swatch--stone-50);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rs_room_card.is-1 {
  border-radius: var(--radius--main);
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  position: absolute;
  transform: perspective(1000px)translate3d(0, 0, 4px);
}

.rs_room_card.is-2, .rs_room_card.is-3 {
  border-radius: var(--radius--main);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .5rem .75rem;
  position: absolute;
}

.rs_room_img {
  border: 2px solid var(--swatch--stone-50);
  border-radius: var(--radius--round);
  width: 2rem;
  height: 2rem;
}

.rs_room_img.is-2 {
  margin-left: -5%;
  position: static;
}

.rs_room_img.is-3 {
  flex: none;
  margin-left: -5%;
}

.room_card_contentwrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.u-text-style-xsmall {
  color: var(--swatch--stone-600);
  font-size: .75rem;
  font-weight: var(--_typography---font-weight--medium);
}

.u-text-style-xsmall.u-text-color-custom {
  color: #0009;
}

.u-text-style-xsmall.u-text-color-white {
  color: var(--swatch--stone-50);
}

.icon_small {
  width: .75rem;
  height: .75rem;
}

.room_status_parent {
  background-color: #fff8ec;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .625rem;
  display: flex;
  position: relative;
}

.status_text {
  font-size: .7rem;
  font-weight: var(--_typography---font-weight--medium);
}

.status_text.is-pending {
  z-index: 2;
  color: #f3a51f;
  position: relative;
}

.status_text.is-match {
  z-index: 1;
  opacity: 0;
  color: var(--swatch--mint-600);
  position: absolute;
}

.rs_address_wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wg_match_card {
  border-radius: var(--radius--big);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.wg_profile_wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wg_profile_img {
  width: 2rem;
  height: 2rem;
}

.wg_profile_img.is-2, .wg_profile_img.is-3 {
  margin-left: -.625rem;
}

.wg_match_parent {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.match_profile_img {
  z-index: 3;
  height: 100%;
  position: relative;
}

.match_profile_img.is-2 {
  position: absolute;
}

.wg_match_pagination {
  z-index: 4;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 4%;
}

.match_pagination-dot {
  border-radius: var(--radius--round);
  background-color: var(--swatch--stone-50);
  flex: none;
  width: .3125rem;
  height: .3125rem;
}

.match_pagination-dot.is-active {
  background-color: var(--swatch--brand-600);
  width: 1.375rem;
}

.match-selection {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.match_profile_item2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.match_yes_img, .match_no_img {
  object-fit: contain;
  width: 3rem;
  height: 3rem;
}

.match_success_wrap {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  width: 100%;
  height: 100%;
  color: var(--swatch--stone-50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.match_success_text {
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand-600);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_typography---line-height--small);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--large);
  --_text-style---font-weight: var(--_typography---font-weight--medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--main);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-wrap: pretty;
  --_text-style---trim-top: .5em;
  --_text-style---trim-bottom: .5em;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  padding: .2rem .375rem .25rem;
}

.match_details_wrap {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: var(--radius--big);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000038;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.match_details_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--swatch--stone-50);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_home_services {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.rs_match_parent {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.rs_profile_wrap {
  width: 100%;
  height: 2.25rem;
  display: flex;
  position: relative;
}

.service_scroll_space {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.mockup_parent {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_contain_mobile {
  display: none;
}

.u-left-content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45rem;
  display: flex;
}

.button_wrapper {
  z-index: 12;
  margin-top: .5rem;
  position: relative;
}

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

.u-section-slider {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.u-section-slider:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.u-section-slider:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-section-slider:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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--stone-50);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-500);
  --_theme---selection--text: var(--swatch--stone-50);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-400);
}

.u-section-slider:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--stone-50);
  --_theme---text: var(--swatch--stone-500);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--stone-500);
  --_theme---button-primary--background: var(--swatch--stone-600);
  --_theme---button-primary--border: var(--swatch--stone-600);
  --_theme---button-primary--text: var(--swatch--stone-50);
  --_theme---button-primary--background-hover: var(--swatch--stone-50);
  --_theme---button-primary--border-hover: var(--swatch--stone-50);
  --_theme---button-primary--text-hover: var(--swatch--stone-600);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.u-section-slider:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-600);
  --_theme---text: var(--swatch--stone-50);
  --_theme---background-2: var(--swatch--stone-50);
  --_theme---background-skeleton: transparent;
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---text-secondary: var(--swatch--stone-400);
  --_theme---border: white;
  --_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);
  --_theme---button-secondary--text: var(--swatch--brand-50);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---selection--background: var(--swatch--stone-50);
  --_theme---selection--text: var(--swatch--brand-600);
  --_theme---button-primary--background: var(--swatch--stone-50);
  --_theme---button-primary--border: var(--swatch--stone-50);
  --_theme---button-primary--text: var(--swatch--stone-600);
  --_theme---button-primary--background-hover: var(--swatch--stone-500);
  --_theme---button-primary--border-hover: var(--swatch--stone-500);
  --_theme---button-primary--text-hover: var(--swatch--stone-50);
  --_theme---button-secondary--background: var(--swatch--stone-600);
  --_theme---button-secondary--border: var(--swatch--stone-600);
  --_theme---button-secondary--background-hover: var(--swatch--stone-500);
  --_theme---button-secondary--border-hover: var(--swatch--stone-500);
  --_theme---button-secondary--text-hover: var(--swatch--stone-50);
  --_theme---nav--nav-text: var(--swatch--stone-50);
}

.faq_mobile_contentwrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 85%;
  margin-top: 1rem;
  display: flex;
}

.form_success_lottie {
  flex-flow: column;
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.about_statement_img {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.about_solution_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about_solution_tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--swatch--brand-600);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem .25rem .75rem;
  display: flex;
}

.about_solution_tag:where(.w-variant-d888ee75-4890-b3b8-43ae-dac5dc612f8f) {
  background-color: var(--swatch--rose-red-300);
}

.about_solution_tag:where(.w-variant-bb308207-679a-cb1f-20e3-d6f3582bbca9) {
  background-color: var(--swatch--sun-600);
}

.about_solution_tag_text {
  font-family: var(--_typography---font--primary-family);
  color: var(--swatch--stone-50);
  line-height: var(--_typography---line-height--x-large);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--subtle);
}

.about_soloution_arrow {
  width: 7rem;
  position: absolute;
  inset: auto -12% -190% auto;
  transform: rotate(-18deg);
}

.scroll_card_parent {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 90%;
  height: 100%;
  display: flex;
}

.highlight_article_wrapper {
  display: flex;
}

.highlight_article_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home_hero_bg {
  z-index: -1;
  opacity: .6;
  width: 28rem;
  position: absolute;
  inset: auto 10% 0% auto;
}

.home_hero_bg.is-2 {
  width: 25rem;
  inset: 0% auto auto 6%;
  transform: rotate(180deg);
}

.how_card_imgwrap {
  border-radius: var(--radius--big);
  background-color: var(--swatch--brand-50);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.filter_block_inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.u-heading-accent-2 {
  color: #ff613a;
}

.icon_big-2 {
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1;
}

.jscroll_item_no-2 {
  color: #fff;
  background-color: #ff613a;
  border-radius: .75rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  padding-right: .2rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.jscroll_item_img-2 {
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 1rem;
  flex: none;
  height: 20rem;
}

.terms_outer_wrap {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.jscroll_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style_saved {
  flex-flow: row;
  height: 10rem;
  display: flex;
}

.nav_eth_logo {
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  height: 1.5rem;
  display: none;
}

.nav_eth_label {
  z-index: 2;
  object-fit: contain;
  flex-shrink: 0;
  order: -1;
  align-self: center;
  width: auto;
  height: 60%;
  margin-left: .5rem;
  position: relative;
}

.nav_mobile_eth_label {
  z-index: 2;
  object-fit: contain;
  flex-shrink: 0;
  order: -2;
  align-self: center;
  width: auto;
  height: 2rem;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.lf-section {
  padding: 5rem 1.5rem;
}

.lf-container {
  max-width: 1200px;
  margin: 0 auto;
}

.lf-hero__grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  display: grid;
}

.lf-hero__image-wrap {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 40px #00000014;
}

.lf-hero__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lf-hero__eyebrow {
  color: #888;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .875rem;
  font-weight: 600;
}

.lf-hero__title {
  color: #111;
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero__stats {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #555;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  display: flex;
}

.lf-hero__sep {
  color: #ccc;
}

.lf-hero__cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.lf-section-1 {
  padding: 3rem 1.5rem;
}

.lf-facts__grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.lf-fact {
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: .75rem;
  padding: 1.5rem;
}

.lf-fact__label {
  color: #888;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .8rem;
}

.lf-fact__value {
  color: #111;
  font-size: 1.125rem;
}

.lf-section-1-2 {
  padding: 4rem 1.5rem;
}

.lf-section__title {
  color: #111;
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-rich {
  color: #444;
  max-width: 720px;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.lf-section-sub {
  color: #888;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 1.5rem 0 .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.lf-tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: .5rem;
  display: flex;
}

.lf-tag {
  color: #333;
  background-color: #f0f0f0;
  border-radius: 9999px;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: inline-block;
}

.lf-section-1-2-3 {
  background-color: #fbfaf9;
  padding: 4rem 1.5rem;
}

.lf-meta-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  margin: 1.5rem 0;
  display: flex;
}

.lf-meta {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.lf-meta__label {
  color: #888;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
}

.lf-meta__value {
  color: #111;
  font-size: 1.125rem;
  font-weight: 600;
}

.lf-section-1-2-3-4 {
  padding: 4rem 1.5rem;
}

.lf-section__title-1 {
  color: #111;
  margin: 0 0 .75rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-household__count {
  color: #444;
  margin: 0 0 2rem;
  font-size: 1.125rem;
}

.lf-household__photos {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  display: flex;
}

.lf-roommate {
  width: 140px;
}

.lf-roommate__img-wrap {
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.lf-roommate__img {
  filter: blur(14px) saturate(80%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.lf-roommate__overlay {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #00000073;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: .75rem;
  line-height: 1.3;
  display: flex;
  position: absolute;
  inset: 0;
}

.lf-roommate__lock {
  font-size: 1.25rem;
}

.lf-section-1-2-3-4-5 {
  background-color: #fbfaf9;
  padding: 4rem 1.5rem;
}

.lf-section__title-1-2 {
  color: #111;
  margin: 0 0 .75rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-section__title-suffix {
  color: #888;
  font-size: .7em;
  font-weight: 400;
}

.lf-location__address {
  color: #111;
  margin: 0 0 .5rem;
  font-size: 1.25rem;
}

.lf-location__hint {
  color: #888;
  margin: 0 0 1.5rem;
  font-size: .875rem;
}

.lf-location__map {
  border-radius: 1rem;
  max-width: 800px;
  margin-bottom: 2rem;
  transition: transform .2s;
  display: block;
  overflow: hidden;
}

.lf-meta__value-1 {
  color: #444;
  font-size: 1rem;
}

.lf-tag-1 {
  color: #333;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 9999px;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: inline-block;
}

.lf-section-1-2-3-4-5-6 {
  padding: 4rem 1.5rem;
}

.lf-gallery__grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.lf-section-1-2-3-4-5-6-7 {
  background-image: linear-gradient(135deg, #fff1ea 0%, #ffe5ec 100%);
  padding: 5rem 1.5rem;
}

.lf-final-cta__inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 2rem 0;
}

.lf-final-cta__title {
  color: #111;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
}

.lf-final-cta__sub {
  color: #555;
  margin: 0 0 2rem;
  font-size: 1.125rem;
}

.lf-final-cta__buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.lf-section-1-2-3-4-5-6-7-8 {
  padding: 4rem 1.5rem 2rem;
}

.lf-hero-a__variant-label {
  color: #888;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: monospace;
  font-size: .75rem;
}

.lf-hero-a__grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  display: grid;
}

.lf-hero-a__media {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px #00000014;
}

.lf-hero-a__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero-a__like {
  z-index: 10;
  color: #ff5c5c;
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  box-shadow: 0 4px 14px #0000002e;
}

.lf-hero-a__like-tip {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  text-align: left;
  background-color: #111;
  border-radius: .5rem;
  width: 240px;
  padding: .75rem 1rem;
  font-size: .8125rem;
  line-height: 1.4;
  transition: opacity .2s;
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
}

.lf-hero-a__dots {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
  position: absolute;
  bottom: .875rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero-a__dot {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  transition: background .2s;
}

.lf-hero-a__dot--on {
  background-color: #fff;
}

.lf-hero-a__title {
  color: #111;
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero-a__stats {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #555;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.lf-hero-a__sep {
  color: #ccc;
}

.lf-section-1-2-3-4-5-6-7-8-9 {
  padding: 4rem 1.5rem 2rem;
}

.lf-divider {
  background-color: #fffae8;
  border-top: 2px dashed #d4ae53;
  border-bottom: 2px dashed #d4ae53;
  padding: 1rem 1.5rem;
}

.lf-divider__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lf-divider__label {
  color: #7a5f00;
  font-family: monospace;
  font-size: .8125rem;
  line-height: 1.4;
}

.lf-section-1-2-3-4-5-6-7-8-9-10 {
  padding: 4rem 1.5rem 2rem;
}

.lf-hero-b__variant-label {
  color: #888;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: monospace;
  font-size: .75rem;
}

.lf-hero-b__grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.lf-hero-b__media {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px #00000014;
}

.lf-hero-b__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero-b__like {
  z-index: 10;
  color: #ff5c5c;
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  box-shadow: 0 4px 14px #0000002e;
}

.lf-hero-b__like-tip {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  text-align: left;
  background-color: #111;
  border-radius: .5rem;
  width: 240px;
  padding: .75rem 1rem;
  font-size: .8125rem;
  line-height: 1.4;
  transition: opacity .2s;
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
}

.lf-hero-b__dots {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  display: flex;
  position: absolute;
  bottom: .875rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero-b__dot {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  transition: background .2s;
}

.lf-hero-b__dot--on {
  background-color: #fff;
}

.lf-hero-b__title {
  color: #111;
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero-b__stats {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #555;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  display: flex;
}

.lf-hero-b__sep {
  color: #ccc;
}

.lf-hero-b__facts {
  grid-row-gap: 0;
  grid-column-gap: 0;
  border-top: 1px solid #eee;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0 0;
  display: flex;
}

.lf-hero-b__fact {
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: baseline;
  padding: .625rem 0;
  display: flex;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11 {
  background-color: #fff;
  padding: 4rem 1.5rem 3rem;
}

.lf-hero__grid-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.lf-hero__media {
  aspect-ratio: 4 / 3;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 48px #0f172a14;
}

.lf-hero__image-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero__like {
  z-index: 10;
  color: #ff5c5c;
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .15s, background .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  box-shadow: 0 4px 16px #0f172a2e;
}

.lf-hero__like-tip {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  text-align: left;
  background-color: #0f172a;
  border-radius: .625rem;
  width: 240px;
  padding: .75rem 1rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s, transform .2s;
  position: absolute;
  top: calc(100% + .625rem);
  right: 0;
  transform: translateY(-4px);
}

.lf-hero__dots {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0f172a40;
  border-radius: 9999px;
  padding: .4rem .6rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero__dot {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: background .2s;
}

.lf-hero__dot--on {
  background-color: #fff;
}

.lf-hero__pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #15803d;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: .4rem .8rem;
  font-size: .8125rem;
  font-weight: 600;
  display: inline-flex;
}

.lf-hero__pill-dot {
  background-color: #22c55e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 3px #22c55e38;
}

.lf-hero__title-1 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .5rem;
  font-size: clamp(1.625rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero__lead {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

.lf-hero__facts {
  border-top: 1px solid #e2e8f0;
  flex-direction: column;
  margin: 0;
  padding: 0;
  display: flex;
}

.lf-hero__fact {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border-bottom: 1px solid #e2e8f0;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: .875rem 0;
  transition: background .12s;
  display: grid;
}

.lf-hero__icon {
  color: #94a3b8;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.lf-hero__fact-label {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
}

.lf-hero__fact-value {
  color: #0f172a;
  text-align: right;
  margin: 0;
  font-size: .9375rem;
  font-weight: 600;
}

.lf-hero__fact-big {
  color: #ff5c5c;
  letter-spacing: -.01em;
  font-size: 1.5rem;
  font-weight: 700;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12 {
  background-color: #fff;
  padding: 4rem 1.5rem 3rem;
}

.lf-hero__grid-1-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  display: grid;
}

.lf-hero__image-1-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero__dots-1 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0f172a47;
  border-radius: 9999px;
  padding: .4rem .65rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero__title-1-2 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .85rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero__duration-pill {
  letter-spacing: .06em;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .3rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.lf-hero__duration-pill--permanent {
  color: #1d4ed8;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
}

.lf-hero__duration-pill--temporary {
  color: #b45309;
  background-color: #fffbeb;
  border: 1px solid #fde68a;
}

.lf-hero__stats-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #475569;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  display: flex;
}

.lf-hero__sep-1 {
  color: #cbd5e1;
}

.lf-hero__facts-1 {
  border-top: 1px solid #e2e8f0;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0 0;
  display: flex;
}

.lf-hero__fact-1 {
  justify-content: space-between;
  align-items: baseline;
  padding: .5rem 0;
  font-size: .875rem;
  display: flex;
}

.lf-hero__apply-note {
  color: #7a5f00;
  background-color: #fffbe6;
  border: 1px dashed #d4ae53;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-size: .8125rem;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13 {
  background-color: #fff;
  padding: 4rem 1.5rem 3rem;
}

.lf-hero__grid-1-2-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  display: grid;
}

.lf-hero__image-1-2-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero__dots-1-2 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0f172a47;
  border-radius: 9999px;
  padding: .4rem .65rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero__title-1-2-3 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .85rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero__stats-1-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #475569;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  display: flex;
}

.lf-hero__sep-1-2 {
  color: #cbd5e1;
}

.lf-hero__facts-1-2 {
  border-top: 1px solid #e2e8f0;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0 0;
  display: flex;
}

.lf-hero__fact-1-2 {
  justify-content: space-between;
  align-items: baseline;
  padding: .5rem 0;
  font-size: .875rem;
  display: flex;
}

.lf-bar {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  transition: transform .25s, opacity .25s;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 12px 36px #0f172a2e, 0 2px 8px #0f172a14;
}

.lf-bar--hidden {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 150%);
}

.lf-bar__btn {
  cursor: pointer;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .15s, box-shadow .15s, background .15s, color .15s;
  display: flex;
}

.lf-bar__btn--skip {
  color: #64748b;
  border-color: #e2e8f0;
}

.lf-bar__btn--like {
  color: #ff5c5c;
  background-color: #fff5f5;
  border-color: #ff5c5c;
}

.lf-bar__hint {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lf-bar__hint-line {
  color: #0f172a;
  letter-spacing: -.01em;
  font-size: .875rem;
  font-weight: 600;
}

.lf-bar__hint-sub {
  color: #64748b;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: .125rem;
  font-size: .7rem;
  display: none;
}

.lf-modal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: none;
  position: fixed;
  inset: 0;
}

.lf-modal--open {
  display: flex;
}

.lf-modal__backdrop {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card {
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 440px;
  padding: 2.5rem 2rem 1.75rem;
  position: relative;
  box-shadow: 0 24px 64px #0f172a40;
}

.lf-modal__close {
  color: #94a3b8;
  cursor: pointer;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__icon {
  color: #ff5c5c;
  background-color: #fff0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: flex;
}

.lf-modal__title {
  color: #0f172a;
  letter-spacing: -.01em;
  margin: 0 0 .75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
}

.lf-modal__body {
  color: #475569;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.lf-modal__countdown {
  color: #ff5c5c;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__cta {
  color: #fff;
  background-color: #ff5c5c;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, transform .15s, box-shadow .15s;
  display: inline-flex;
  box-shadow: 0 4px 14px #ff5c5c59;
}

.lf-modal__note {
  color: #94a3b8;
  margin: 1.25rem 0 0;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__preview-banner {
  color: #7a5f00;
  text-align: left;
  background-color: #fffbe6;
  border: 1px dashed #d4ae53;
  border-radius: .5rem;
  margin-top: 1.25rem;
  padding: .625rem .75rem;
  font-family: monospace;
  font-size: .6875rem;
  line-height: 1.4;
}

.lf-bar-1 {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 9999px;
  align-items: center;
  padding: .625rem 1rem;
  transition: transform .25s, opacity .25s;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 20px 50px #0f172a1f, 0 6px 16px #0f172a0f;
}

.lf-bar__btn-1 {
  cursor: pointer;
  border-style: none;
  border-radius: 50%;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  padding: 0;
  transition: transform .15s;
  display: flex;
}

.lf-bar__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.lf-bar__hint-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  padding: 0 .25rem;
  display: flex;
}

.lf-bar__hint-line-1 {
  color: #0f172a;
  letter-spacing: -.01em;
  font-size: .9375rem;
  font-weight: 600;
}

.lf-bar__hint-sub-1 {
  color: #64748b;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: .15rem;
  font-size: .7rem;
  font-weight: 500;
  display: none;
}

.lf-modal__backdrop-1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 2rem 1.5rem 1.5rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__hero-icon {
  filter: drop-shadow(0 12px 28px #ff5c5c38);
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: block;
}

.lf-modal__title-1 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.15;
}

.lf-modal__lead {
  color: #475569;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.lf-modal__countdown-wrap {
  color: #64748b;
  margin: 0 0 1.75rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__stores {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__store {
  transition: transform .15s;
  display: block;
}

.lf-modal__note-1 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__preview-tag {
  color: #7a5f00;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fffbe6;
  border: 1px dashed #d4ae53;
  border-radius: .5rem;
  margin-top: 1.25rem;
  padding: .5rem .625rem;
  font-family: monospace;
  font-size: .625rem;
  line-height: 1.4;
}

.lf-modal__backdrop-1-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1-2 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 1.5rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1-2 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__logo {
  object-fit: contain;
  width: 44px;
  height: 44px;
  margin: 0 auto .75rem;
  display: block;
}

.lf-modal__heart {
  filter: drop-shadow(0 10px 24px #ff5c5c38);
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  display: block;
}

.lf-modal__title-1-2 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.lf-modal__countdown-wrap-1 {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1-2 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__note-1-2 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__backdrop-1-2-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1-2-3 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 1.5rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1-2-3 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__brand {
  color: #ff5c5c;
  letter-spacing: -.02em;
  text-transform: lowercase;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.lf-modal__heart-wrap {
  justify-content: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__heart-1 {
  filter: drop-shadow(0 12px 28px #00ff5d40);
  display: block;
}

.lf-modal__title-1-2-3 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.lf-modal__countdown-wrap-1-2 {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1-2-3 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__stores-1 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__store-1 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #0f172a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 240px;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: transform .15s, background .15s;
  display: inline-flex;
}

.lf-modal__store-icon {
  flex-shrink: 0;
}

.lf-modal__store-text {
  text-align: left;
  letter-spacing: -.01em;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.lf-modal__note-1-2-3 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__backdrop-1-2-3-4 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1-2-3-4 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 1.5rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1-2-3-4 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__heart-circle {
  background-color: #fff0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.25rem;
  display: flex;
  box-shadow: 0 12px 28px #ff5c5c2e;
}

.lf-modal__heart-1-2 {
  display: block;
}

.lf-modal__title-1-2-3-4 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.lf-modal__countdown-wrap-1-2-3 {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1-2-3-4 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__stores-1-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__store-1-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #0f172a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 240px;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: transform .15s, background .15s;
  display: inline-flex;
}

.lf-modal__note-1-2-3-4 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__backdrop-1-2-3-4-5 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1-2-3-4-5 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 2rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1-2-3-4-5 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__heart-circle-1 {
  background-color: #fff0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 1.5rem;
  display: flex;
  box-shadow: 0 12px 28px #ff5c5c2e;
}

.lf-modal__heart-1-2-3 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: block;
}

.lf-modal__title-1-2-3-4-5 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.lf-modal__countdown-wrap-1-2-3-4 {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1-2-3-4-5 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__stores-1-2-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__note-1-2-3-4-5 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__backdrop-1-2-3-4-5-6 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1-2-3-4-5-6 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 2rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1-2-3-4-5-6 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__heart-circle-1-2 {
  background-color: #fff0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 1.5rem;
  display: flex;
  box-shadow: 0 12px 28px #ff5c5c2e;
}

.lf-modal__heart-1-2-3-4 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: block;
}

.lf-modal__title-1-2-3-4-5-6 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.lf-modal__countdown-wrap-1-2-3-4-5 {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1-2-3-4-5-6 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__stores-1-2-3-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__store-1-2-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #0f172a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 240px;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: transform .15s, background .15s;
  display: inline-flex;
}

.lf-modal__note-1-2-3-4-5-6 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-modal__backdrop-1-2-3-4-5-6-7 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0f172a8c;
  position: absolute;
  inset: 0;
}

.lf-modal__card-1-2-3-4-5-6-7 {
  text-align: center;
  background-image: linear-gradient(#fff8f4 0%, #fff 65%);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 460px;
  padding: 2rem 1.25rem 1.25rem;
  position: relative;
  box-shadow: 0 32px 80px #0f172a47, 0 12px 32px #ff5c5c1f;
}

.lf-modal__close-1-2-3-4-5-6-7 {
  color: #475569;
  cursor: pointer;
  background-color: #0f172a0f;
  border-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lf-modal__heart-circle-1-2-3 {
  background-color: #fff0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  margin: 0 auto 1.5rem;
  display: flex;
  box-shadow: 0 12px 28px #ff5c5c2e;
}

.lf-modal__heart-1-2-3-4-5 {
  color: #ff5c5c;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  transform: translateY(-2px);
}

.lf-modal__title-1-2-3-4-5-6-7 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}

.lf-modal__countdown-wrap-1-2-3-4-5-6 {
  color: #64748b;
  margin: 0 0 1.5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.lf-modal__countdown-1-2-3-4-5-6-7 {
  color: #ff5c5c;
  letter-spacing: -.01em;
  vertical-align: middle;
  min-width: 1ch;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
}

.lf-modal__stores-1-2-3-4-5 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.lf-modal__store-1-2-3-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #0f172a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  max-width: 240px;
  padding: .625rem 1rem;
  text-decoration: none;
  transition: transform .15s, background .15s;
  display: inline-flex;
}

.lf-modal__note-1-2-3-4-5-6-7 {
  color: #94a3b8;
  border-top: 1px solid #0f172a14;
  margin: 0;
  padding-top: 1.25rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14 {
  background-color: #fff;
  padding: 4rem 1.5rem;
}

.lf-section__title-1-2-3 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-rich-1 {
  color: #475569;
  max-width: 720px;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.lf-section-sub-1 {
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 1.75rem 0 .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.lf-tag-1-2 {
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
}

.lf-tag--coral {
  color: #c53030;
  background-color: #fff0f0;
  border: 1px solid #ffcdd2;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15 {
  background-color: #fafafa;
  padding: 4rem 1.5rem;
}

.lf-section__title-1-2-3-4 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-rich-1-2 {
  color: #475569;
  max-width: 720px;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.lf-meta-row-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  margin: 1.75rem 0 0;
  display: flex;
}

.lf-meta__label-1 {
  color: #94a3b8;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.lf-meta__value-1-2 {
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 700;
}

.lf-section-sub-1-2 {
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 1.75rem 0 .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.lf-tag-1-2-3 {
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
}

.lf-tag--blue {
  color: #1d4ed8;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16 {
  background-color: #fff;
  padding: 4rem 1.5rem;
}

.lf-section__title-1-2-3-4-5 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-household__photos-1 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  display: flex;
}

.lf-roommate-1 {
  width: 120px;
}

.lf-roommate__placeholder {
  filter: blur(8px);
  background-image: linear-gradient(135deg, #c7d2fe 0%, #fbcfe8 50%, #fde68a 100%);
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.lf-roommate__placeholder--alt {
  background-image: linear-gradient(135deg, #a7f3d0 0%, #fde68a 50%, #fca5a5 100%);
}

.lf-roommate__overlay-1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #0f172a73;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.lf-meta-row-1-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  display: flex;
}

.lf-meta__label-1-2 {
  color: #94a3b8;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
}

.lf-meta__value-1-2-3 {
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 700;
}

.lf-section-sub-1-2-3 {
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 1.75rem 0 .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.lf-tag-1-2-3-4 {
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
}

.lf-tag--amber {
  color: #b45309;
  background-color: #fffbeb;
  border: 1px solid #fde68a;
}

.lf-tag--purple {
  color: #7e22ce;
  background-color: #faf5ff;
  border: 1px solid #e9d5ff;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17 {
  background-image: linear-gradient(#fafafa 0%, #fff 100%);
  padding: 4rem 1.5rem;
}

.lf-section__title-1-2-3-4-5-6 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 .75rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
}

.lf-location__address-1 {
  color: #0f172a;
  margin: 0 0 .5rem;
  font-size: 1.25rem;
}

.lf-location__hint-1 {
  color: #94a3b8;
  margin: 0 0 1.5rem;
  font-size: .875rem;
}

.lf-location__map-1 {
  border-radius: 1rem;
  max-width: 800px;
  margin-bottom: 2rem;
  transition: transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000000f;
}

.lf-section-sub-1-2-3-4 {
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 1.5rem 0 .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.lf-transit-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.lf-transit-pill {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #475569;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  align-items: center;
  padding: .5rem .875rem;
  font-size: .875rem;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000a;
}

.lf-transit-pill--rail {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.lf-transit-pill--tram {
  background-color: #faf5ff;
  border-color: #e9d5ff;
}

.lf-transit-pill--bus {
  background-color: #fffbeb;
  border-color: #fde68a;
}

.lf-tag-1-2-3-4-5 {
  border-radius: 9999px;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: transform .15s, box-shadow .15s;
  display: inline-flex;
}

.lf-tag--green {
  color: #15803d;
  background-color: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18 {
  background-color: #fff;
  padding: 4rem 1.5rem 3rem;
}

.lf-hero__grid-1-2-3-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.lf-hero__image-1-2-3-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero__dots-1-2-3 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0f172a47;
  border-radius: 9999px;
  padding: .4rem .65rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero__title-1-2-3-4 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero__pill-1 {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: .3rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.lf-hero__pill--permanent {
  color: #1d4ed8;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
}

.lf-hero__pill--temporary {
  color: #b45309;
  background-color: #fffbeb;
  border: 1px solid #fde68a;
}

.lf-hero__stats-1-2-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #475569;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  display: flex;
}

.lf-hero__sep-1-2-3 {
  color: #cbd5e1;
}

.lf-hero__facts-1-2-3 {
  border-top: 1px solid #e2e8f0;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0 0;
  display: flex;
}

.lf-hero__fact-1-2-3 {
  border-bottom: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: baseline;
  padding: .625rem 0;
  font-size: .9375rem;
  display: flex;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19 {
  background-color: #fff;
  padding: 4rem 1.5rem 3rem;
}

.lf-hero__grid-1-2-3-4-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  display: grid;
}

.lf-hero__image-1-2-3-4-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero__dots-1-2-3-4 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0f172a47;
  border-radius: 9999px;
  padding: .4rem .65rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero__title-1-2-3-4-5 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.lf-hero__pill-1-2 {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: .3rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.lf-hero__stats-1-2-3-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #475569;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1.75rem;
  font-size: 1rem;
  display: flex;
}

.lf-hero__sep-1-2-3-4 {
  color: #cbd5e1;
}

.lf-hero__facts-1-2-3-4 {
  border-top: 1px solid #e2e8f0;
  padding: 1.25rem 0 0;
}

.lf-hero__fact-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #f1f5f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: .5rem 0;
  display: grid;
}

.lf-hero__fact-1-2-3-4 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  font-size: .9375rem;
  display: flex;
}

.lf-section-1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20 {
  background-color: #fff;
  padding: 4rem 1.5rem 3rem;
}

.lf-hero__grid-1-2-3-4-5-6 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.lf-hero__media-1 {
  aspect-ratio: 4 / 3;
  border-radius: 1.25rem;
  flex: 360px;
  min-width: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 48px #0f172a14;
}

.lf-hero__content {
  flex: 340px;
  min-width: 0;
}

.lf-hero__image-1-2-3-4-5-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lf-hero__dots-1-2-3-4-5 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: #0f172a47;
  border-radius: 9999px;
  padding: .4rem .65rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.lf-hero__dot-1 {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.lf-hero__title-1-2-3-4-5-6 {
  color: #0f172a;
  letter-spacing: -.02em;
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.lf-hero__pill-1-2-3 {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 9999px;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: .3rem .75rem;
  font-size: .7rem;
  font-weight: 600;
  display: inline-flex;
}

.lf-hero__stats-1-2-3-4-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #475569;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1.75rem;
  font-size: .9375rem;
  display: flex;
}

.lf-hero__sep-1-2-3-4-5 {
  color: #cbd5e1;
}

.lf-hero__facts-1-2-3-4-5 {
  border-top: 1px solid #e2e8f0;
  padding: 1.25rem 0 0;
}

.lf-hero__fact-row-1 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-bottom: 1px solid #f1f5f9;
  flex-direction: column;
  padding: .5rem 0;
  display: flex;
}

.lf-hero__fact-1-2-3-4-5 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.lf-hero__fact-label-1 {
  color: #64748b;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.lf-hero__fact-value-1 {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.lf-hero {
  background-image: linear-gradient(#fff8f0 0%, #fff 100%);
  padding: 48px 24px 32px;
}

.lf-hero__inner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

.lf-hero__media-1-2 {
  width: 100%;
}

.lf-hero__photo {
  aspect-ratio: 4 / 3;
  background-color: #fde4cf;
  border-radius: 18px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px #e890652e;
}

.lf-hero__dots-1-2-3-4-5-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.lf-hero__dot-1-2 {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.lf-hero__dot--on-1 {
  background-color: #fff;
  border-radius: 4px;
  width: 18px;
}

.lf-hero__content-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.lf-hero__title-1-2-3-4-5-6-7 {
  color: #1f2937;
  letter-spacing: -.5px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.lf-hero__badge {
  color: #2563eb;
  letter-spacing: .2px;
  background-color: #eaf3ff;
  border-radius: 999px;
  align-self: flex-start;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.lf-hero__stats-1-2-3-4-5-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #374151;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  font-size: 16px;
  display: flex;
}

.lf-hero__stat-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}

.lf-hero__sep-1-2-3-4-5-6 {
  color: #cbd5e1;
  font-weight: 700;
}

.lf-hero__divider {
  background-color: #eee2d4;
  height: 1px;
  margin: 14px 0 4px;
}

.lf-hero__facts-1-2-3-4-5-6 {
  grid-column-gap: 28px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.lf-fact-1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lf-fact__label-1 {
  color: #9ca3af;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.lf-fact__value-1 {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

.lf-hero__media-1-2-3 {
  width: 100%;
  min-width: 0;
}

.lf-hero__dots-1-2-3-4-5-6-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.lf-hero__dot-1-2-3 {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.lf-hero__dot--on-1-2 {
  background-color: #fff;
  border-radius: 4px;
  width: 18px;
}

.lf-hero__content-1-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lf-hero__title-1-2-3-4-5-6-7-8 {
  color: #1f2937;
  letter-spacing: -.5px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.lf-hero__stats-1-2-3-4-5-6-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #374151;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  font-size: 16px;
  display: flex;
}

.lf-hero__sep-1-2-3-4-5-6-7 {
  color: #cbd5e1;
  font-weight: 700;
}

.lf-hero__facts-1-2-3-4-5-6-7 {
  grid-column-gap: 28px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.lf-fact-1-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lf-fact__label-1-2 {
  color: #9ca3af;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.lf-fact__value-1-2 {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

.lfh14 {
  background-image: linear-gradient(#fff8f0 0%, #fff 100%);
  padding: 48px 24px 32px;
}

.lfh14__inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

.lfh14__media {
  width: 100%;
  min-width: 0;
}

.lfh14__photo {
  aspect-ratio: 4 / 3;
  background-color: #fde4cf;
  border-radius: 18px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px #e890652e;
}

.lfh14__dots {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}

.lfh14__dot {
  background-color: #ffffff8c;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.lfh14__dot--on {
  background-color: #fff;
  border-radius: 4px;
  width: 18px;
}

.lfh14__content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lfh14__title {
  color: #1f2937;
  letter-spacing: -.5px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.lfh14__badge {
  color: #2563eb;
  letter-spacing: .2px;
  background-color: #eaf3ff;
  border-radius: 999px;
  align-self: flex-start;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.lfh14__stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #374151;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  font-size: 16px;
  display: flex;
}

.lfh14__stat-label {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
}

.lfh14__sep {
  color: #cbd5e1;
  font-weight: 700;
}

.lfh14__divider {
  background-color: #eee2d4;
  height: 1px;
  margin: 14px 0 4px;
}

.lfh14__facts {
  grid-column-gap: 28px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.lfh14__fact {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lfh14__fact-label {
  color: #9ca3af;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.lfh14__fact-value {
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

.lfh15 {
  background: none;
  padding: 56px 24px 40px;
}

.lfh15__inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

.lfh15__media {
  width: 100%;
  min-width: 0;
}

.lfh15__photo {
  aspect-ratio: 4 / 3;
  background-color: #fde4cf;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #c4633a1f;
}

.lfh15__content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  min-width: 0;
  padding-top: 4px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.lfh15__save {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #c4633a;
  border-radius: 999px;
  align-items: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s;
  display: inline-flex;
  position: absolute;
  top: 6px;
  right: 0;
}

.lfh15__badge {
  color: #c4633a;
  letter-spacing: .3px;
  background-color: #fde4cf;
  border-radius: 999px;
  align-self: flex-start;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.lfh15__kicker {
  color: #c4633a;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  word-spacing: 4px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
}

.lfh15__title {
  color: #1a1f2e;
  letter-spacing: -1.4px;
  margin: 0;
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 600;
  line-height: 1.02;
}

.lfh15__detail {
  color: #5b6573;
  margin-top: 6px;
  font-size: 14.5px;
  line-height: 1.55;
}

.lfh15__info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 14px;
  display: flex;
}

.lfh15__info-row {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 130px 1fr;
  align-items: baseline;
  font-size: 15px;
  line-height: 1.45;
  display: grid;
}

.lfh15__info-label {
  color: #9ca3af;
  font-weight: 500;
}

.lfh15__info-value {
  color: #1a1f2e;
  font-weight: 500;
}

.lfh15-facts {
  grid-column-gap: 32px;
  grid-row-gap: 18px;
  border-top: 0 #f3e6d5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
  padding-top: 0;
  display: grid;
}

.lfh15-fact {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lfh15-fact__label {
  color: #9c8a78;
  letter-spacing: .9px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.lfh15-fact__value {
  color: #1a1f2e;
  flex-flow: row;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.lfh15__primary {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-top: 14px;
  font-family: inherit;
  display: flex;
}

.lfh15__primary-stat {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: baseline;
  display: inline-flex;
}

.lfh15__primary-value {
  color: #1a1f2e;
  letter-spacing: -.3px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.lfh15__primary-unit {
  color: #7a8290;
  font-size: 14px;
  font-weight: 500;
}

.lfh15__primary-sep {
  color: #9c8a78;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.lfg22 {
  background: none;
  padding: 64px 24px 120px;
}

.lfg22__inner {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
}

.lfg22__card {
  background: none;
  border: 0 #f3e6d5;
  border-radius: 0;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  display: flex;
}

.lfg22__title {
  color: #1a1f2e;
  letter-spacing: -.4px;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.lfg22__body {
  color: #5b6573;
  flex: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

.lfg22__people {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.lfg22__avatar {
  filter: blur(2px);
  background-image: linear-gradient(135deg, #fde4cf, #f7b486);
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.lfg22__meta {
  color: #7a8290;
  margin: 0;
  font-size: 14px;
}

.lfg22__map {
  aspect-ratio: 16 / 9;
  background-color: #fde4cf;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}

.lfg22__address {
  color: #1a1f2e;
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
}

.lfg22__hint {
  color: #7a8290;
  margin: 0;
  font-size: 13px;
}

.lfg22__chips {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid #f3e6d5;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
}

.lfg22__chip {
  color: #c4633a;
  letter-spacing: 0;
  background: #fde4cf;
  border: 1px solid #c4633a;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

.lfg22__chip.lfg22__chip-amenity {
  color: #c4633a;
  background: #fde4cf;
  border-color: #c4633a;
}

.lfg22__taggrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 0 #f3e6d5;
  flex-direction: column;
  margin-top: 18px;
  padding-top: 0;
  display: flex;
}

.lfg22__tag-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.lfg22__tag-label {
  color: #9c8a78;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.lfg22__chip-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.lfg22__chip-1 {
  color: #c4633a;
  background-color: #fde4cf;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

.lfg22__loc-split {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-bottom: 18px;
  display: grid;
}

.lfg22__loc-map {
  background-color: #0000;
  background-image: none;
  border-radius: 12px;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.lfg22__loc-side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lfg22__dist-list {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.lfg22__dist {
  border-bottom: 1px solid #f3e6d5;
  justify-content: space-between;
  align-items: baseline;
  padding: 9px 0;
  font-size: 14px;
  display: flex;
}

.lfg22__dist-place {
  color: #1a1f2e;
  font-weight: 500;
}

.lfg22__dist-mins {
  color: #7a8290;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

.lfg22__hh-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.lfg22__locked {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.lfg22__lav {
  color: #c4633a;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.lfg22__lav-bg {
  filter: blur(7px);
  background-image: linear-gradient(135deg, #fde4cf, #f7b486);
  position: absolute;
  inset: 0;
  transform: scale(1.3);
}

.lfg22__lav-bg--alt {
  background-image: linear-gradient(135deg, #fbe9c5, #e89065);
}

.lfg22__lav-lock {
  z-index: 2;
  filter: none;
  color: #fff;
  text-shadow: 0 1px 3px #00000059;
  width: auto;
  height: auto;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lfg22__hh-facts {
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  border-top: 0 #f3e6d5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  display: grid;
}

.lfg22__hh-fact {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.lfg22__hh-label {
  color: #9c8a78;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.lfg22__hh-value {
  color: #1a1f2e;
  flex-flow: row;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.lfg22__chip-blush, .lfg22__chip-butter {
  color: #c4633a;
  background: #fde4cf;
  border-color: #c4633a;
}

.lfg22__lav-lock-1 {
  z-index: 2;
  color: #fff;
  text-shadow: 0 1px 3px #00000059;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lfg22__hh-gender {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  align-items: center;
  gap: 14px;
  display: flex;
}

.lfg22__hh-g {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1f2e;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-flex;
}

.lfg22__hh-g-icon {
  color: #c4633a;
  vertical-align: -3px;
  width: 16px;
  height: 18px;
  font-size: 0;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.lfg22__hh-g-num {
  font-size: 17px;
}

.lfg22__chip-amenity {
  color: #b35a30;
  background-color: #fbecd5;
}

.lfg22__chip-profession {
  color: #c4633a;
  background: #fde4cf;
  border-color: #c4633a;
}

.lfg22__hint--hh {
  margin-top: 8px;
  margin-bottom: 0;
}

.lf-bar-1-2 {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fffaf2;
  border: 1px solid #f3e6d5;
  border-radius: 999px;
  width: 480px;
  max-width: calc(100% - 32px);
  padding: 8px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  position: fixed;
  bottom: 24px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  box-shadow: 0 12px 32px #c4633a2e;
}

.lf-bar--hidden-1 {
  transform: translateY(110%);
}

.lf-bar__inner {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}

.lf-bar__skip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b6573;
  cursor: pointer;
  background-color: #0000;
  border: 1.5px solid #d6c7b3;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.lf-bar__skip-arrow {
  font-size: 18px;
  line-height: 1;
}

.lf-bar__apply {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #c4633a;
  border-radius: 999px;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, transform .15s;
  display: inline-flex;
  box-shadow: 0 4px 12px #c4633a40;
}

.lf-bar__apply-icon {
  font-size: 18px;
  line-height: 1;
}

.lfg22__map-img, .lfh15__photo-img {
  object-fit: cover;
  background-color: #fde4cf;
  width: 100%;
  height: 100%;
  display: block;
}

.lfh15__kicker-postcode {
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0 8px 0 0;
  display: inline;
}

.lfh15__kicker-city {
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  display: inline;
}

.lfh15__kicker-postcode-1, .lfh15__kicker-city-1 {
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}

.lfh15-fact__age-min, .lfh15-fact__age-max {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.lfh15-fact__age-sep {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  align-items: baseline;
  margin: 0;
  padding: 0 2px;
  font-weight: 400;
  display: inline-flex;
}

.lfg22__hh-g-numv {
  color: #1a1f2e;
  font-family: inherit;
  font-size: 17px;
  line-height: 1;
  font-style: inherit;
  font-variant: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  font-weight: 600;
  display: inline-flex;
}

.lfk-pc, .lfk-city {
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}

.lfh15__photo-1 {
  position: relative;
  overflow: hidden;
}

.lfh15__photo-img-1 {
  transition: opacity .2s;
}

.lfh15__photo-chrome {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.lfh15__photo-nav {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  color: #1a1a1a;
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #00000026;
}

.lfh15__photo-nav--prev {
  left: 12px;
}

.lfh15__photo-nav--next {
  right: 12px;
}

.lfh15__photo-dots {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  pointer-events: auto;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.lfh15__photo-dot {
  cursor: pointer;
  background-color: #fff9;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  padding: 0;
  transition: width .2s, background-color .2s;
  box-shadow: 0 1px 3px #00000059;
}

.lfg22__hh-age-wrap {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.lfb__filter-bar {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fafaf7eb;
  border-bottom: 1px solid #e4e1da;
  width: calc(100% + 48px);
  margin: 24px -24px 0;
  padding: 12px 16px;
  display: none;
  position: sticky;
  top: 0;
}

.lfb__filter-bar._w-form {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #fafaf7eb;
  border-bottom: 1px solid #e4e1da;
  width: calc(100% + 48px);
  margin: 24px -24px 0;
  padding: 10px 16px;
  position: sticky;
  top: 0;
}

.lfb__fb-row {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 13px;
  display: flex;
}

.lfb__fb-cities {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #5b6573;
  flex-wrap: wrap;
  align-items: center;
  min-height: 32px;
  display: flex;
}

.lfb__fb-loading {
  color: #9aa3b0;
  font-size: 12px;
  font-style: italic;
}

.lfb__fb-divider {
  background-color: #e4e1da;
  width: 1px;
  height: 24px;
  display: none;
}

.lfb__fb-spacer {
  flex: 1;
  display: none;
}

.lfb__fb-label {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6b5d4a;
  letter-spacing: .4px;
  text-transform: uppercase;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.lfb__fb-range {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  min-width: 120px;
  max-width: 150px;
  display: flex;
}

.lfb__fb-range-val {
  color: #1a1f2e;
  font-size: 13px;
  font-weight: 600;
}

.lfb__fb-range-slider {
  align-items: center;
  height: 24px;
  display: flex;
  position: relative;
}

.lfb__fb-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.lfb__fb-segment {
  background-color: #fff;
  border: 1px solid #d4cfc4;
  border-radius: 6px;
  display: inline-flex;
  overflow: hidden;
}

.lfb__fb-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5b6573;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4cfc4;
  border-radius: 6px;
  align-items: center;
  padding: 7px 12px;
  font-size: 12px;
  display: inline-flex;
}

.lfb__fb-more {
  color: #1a1f2e;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4cfc4;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 500;
  transition: background .12s, border-color .12s;
}

.lfb__fb-map-toggle {
  color: #1a1f2e;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d4cfc4;
  border-radius: 6px;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 500;
  transition: background .12s, border-color .12s;
  display: inline-flex;
}

.lfb__card {
  height: auto;
  color: inherit;
  cursor: default;
  background-color: #fffaf2;
  border: 1px solid #ece8df;
  border-radius: 14px;
  flex-direction: column;
  align-self: start;
  text-decoration: none;
  list-style: none;
  transition: transform .18s cubic-bezier(.165, .84, .44, 1), box-shadow .18s, border-color .18s;
  display: flex;
  overflow: hidden;
}

.lfb__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px #14100c24;
}

.lfb__card__photo {
  aspect-ratio: 4 / 3;
  background-color: #f1ebd8;
  position: relative;
  overflow: hidden;
}

.lfb__card__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: block;
}

.lfb__card__badge {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #1a1f2e;
  letter-spacing: .4px;
  text-transform: uppercase;
  background-color: #fffffff2;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 12px;
  box-shadow: 0 1px 3px #00000014;
}

.lfb__card__heart {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #5b6573;
  cursor: pointer;
  background-color: #ffffffeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: color .15s, transform .15s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8px;
  right: 8px;
}

.lfb__card__body {
  grid-row-gap: 4px;
  grid-column-gap: 0;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  padding: 18px 18px 16px;
  display: flex;
}

.lfb__card__title {
  color: #2a1f12;
  letter-spacing: -.2px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.lfb__card__kicker {
  color: #6b5d4a;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.lfb__card__price {
  color: #2a1f12;
  align-items: baseline;
  gap: 4px;
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.lfb__card__price-unit {
  color: #6b5d4a;
  font-size: 13px;
  font-weight: 500;
}

.lfb__card__meta {
  color: #6b5d4a;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  display: block;
}

.lfb__card__signature {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #4a6b3e;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 10px 0 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.lfb__card__sig-icon {
  color: #4a6b3e;
  flex-shrink: 0;
}

.lfb__card__chips {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  min-height: 0;
  margin-top: 10px;
  display: flex;
}

.lfb__card__chip {
  color: #5b6573;
  background-color: #f5f0e6;
  border: 1px solid #0000;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
}

.lfb__card__cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #ff6b35;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: gap .18s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.lfb__card__inline {
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
  display: inline;
}

.lfb__card__inline.lfb__card__vibe {
  display: inline;
}

.lfb__grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.lfb {
  background-color: #fdf3e7;
}

.lfb__title {
  color: #2a1f12;
  letter-spacing: -.6px;
  font-weight: 700;
  line-height: 1.05;
}

.lfb__sub {
  color: #6b5d4a;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.5;
}

.lfb__header {
  padding-bottom: 24px;
}

.lfb__filter-bar-1 {
  background-color: #fdf3e7ed;
  border-bottom-color: #ece8df;
}

.lfb__fb-segment-1 {
  background-color: #fffaf2;
  border-color: #dcd6c9;
}

.lfb__fb-toggle-1 {
  color: #6b5d4a;
  background-color: #fffaf2;
  border-color: #dcd6c9;
}

.lfb__fb-more-1, .lfb__fb-map-toggle-1 {
  color: #2a1f12;
  background-color: #fffaf2;
  border-color: #dcd6c9;
}

.lfb__fb-loading-1, .lfb__theme-anchor {
  display: none;
}

.lfb__card__badge-1 {
  color: #2a1f12;
  background-color: #fffaf2f0;
}

.lfb__empty {
  background-color: #fffaf2;
  border-color: #dcd6c9;
}

.lfb__empty-clear {
  color: #fffaf2;
  background-color: #2a1f12;
}

.lfb__card__date {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #6b5d4a;
  align-items: baseline;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
}

.lfb__card__date-label {
  color: #9c8a78;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.lfb__card__date-val {
  color: #2a1f12;
  font-weight: 500;
  display: inline;
}

.lfb__rhythm-anchor {
  display: none;
}

.lfb__field-note {
  text-align: center;
  background-image: linear-gradient(#fdf3e7 0%, #fffaf2 100%);
  border: 1px dashed #d4cbb8;
  border-radius: 14px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px 40px;
  list-style: none;
}

.lfb__field-note__quote {
  color: #4a6b3e;
  max-width: 600px;
  margin: 0 auto 10px;
  font-family: Georgia, Cambria, Times New Roman, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.lfb__field-note__author {
  color: #6b5d4a;
  letter-spacing: .3px;
  font-size: 13px;
  font-style: normal;
  display: block;
}

._w-dyn-item {
  opacity: 1;
  animation: none;
  transform: none;
}

.lfb__card-1 {
  background-color: #fff;
  border: 1px solid #ece8df;
  border-radius: 14px;
  flex-direction: column;
  align-self: start;
  height: auto;
  padding: 10px;
  transition: transform .18s cubic-bezier(.165, .84, .44, 1), box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lfb__card-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px #14100c24;
}

.lfb__card__link {
  z-index: 1;
  color: #0000;
  font-size: 0;
  text-decoration: none;
  position: absolute;
  inset: 0;
}

.lfb__card__photo-1 {
  aspect-ratio: 4 / 3;
  background-color: #f1ebd8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.lfb__card__img-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.lfb__card__people {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #2a1f12;
  background-color: #fffffff0;
  border-radius: 999px;
  align-items: center;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 8px;
  right: 8px;
  box-shadow: 0 1px 3px #0000001a;
}

.lfb__card__people-num {
  display: inline;
}

.lfb__card__heart-1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #5b6573;
  cursor: pointer;
  background-color: #ffffffeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: color .15s, transform .15s, background .15s;
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.lfb__card__body-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  padding: 12px 8px 6px;
  display: flex;
}

.lfb__card__primary {
  color: #2a1f12;
  grid-row-gap: 0;
  grid-column-gap: 0;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.lfb__card__primary-item {
  margin: 0 4px 0 0;
}

.lfb__card__sep {
  color: #9c8a78;
  margin-right: 8px;
}

.lfb__card__secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6b5d4a;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.lfb__card__perm-tag {
  color: #6b5d4a;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #f5efe0;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
}

.lfb__card__tags-wrap {
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-left: -8px;
  margin-right: -8px;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, #0000 0%, #000 6% 94%, #0000 100%);
  mask: linear-gradient(90deg, #0000 0%, #000 6% 94%, #0000 100%);
}

.lfb__card__tags-track {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: nowrap;
  width: max-content;
  min-width: max-content;
  animation-name: lfb-tags-scroll;
  animation-duration: 26s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  display: inline-flex;
}

.lfb__card__tag {
  color: #4a6b3e;
  white-space: nowrap;
  background-color: #f5efe0;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-flex;
}

.lfb__main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 24px;
  max-width: 1400px;
  min-height: calc(100vh - 16px);
  margin: 0 auto;
  padding: 0 24px 80px;
  display: grid;
  overflow: visible;
}

.lfb__map {
  background-color: #f6f1e7;
  background-image: none;
  border: 1px solid #dcd6c9;
  border-radius: 14px;
  align-self: start;
  height: calc(100vh - 112px);
  min-height: 480px;
  display: block;
  position: sticky;
  top: 96px;
  overflow: hidden;
}

.lfb__map-placeholder {
  color: #6b5d4a;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  font-size: 14px;
  font-style: italic;
  display: flex;
}

.lfb__grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.lfb__fb-map-toggle-1-2 {
  display: none;
}

.lfb__card__heart-1-1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #5b6573;
  cursor: pointer;
  background-color: #ffffffeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: color .15s, transform .15s, background .15s;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.lfb__results {
  min-width: 0;
  min-height: calc(100vh - 16px);
  display: block;
  overflow: visible;
}

.lfb__card__unit {
  color: #9c8a78;
  margin-left: 2px;
  font-size: 13px;
  font-weight: 400;
  display: inline;
}

.lfb__card__move-label {
  color: #9c8a78;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 10px;
  font-weight: 600;
  display: inline;
}

.lfb__card__tags-label {
  color: #9c8a78;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  overflow: hidden;
}

.lfb__card__tags-row {
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin-top: 2px;
  display: flex;
}

.lfb__toolbar {
  z-index: 50;
  width: 100%;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border: 0 #ece8df;
  border-radius: 18px;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 8px 10px;
  display: flex;
  position: sticky;
  top: 96px;
}

.lfb__search {
  background-color: #fff;
  border: 1px solid #ece8df;
  border-radius: 999px;
  flex: 1;
  align-items: center;
  min-width: 0;
  padding: 10px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #14100c0a;
}

.lfb__search-input {
  color: #1a1714;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  min-width: 0;
  margin-left: 10px;
  padding: 0;
  font-size: 15px;
}

.lfb__search-icon {
  color: #9c8a78;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.lfb__toolbar-btn {
  color: #1a1714;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ece8df;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .15s, border-color .15s;
  display: inline-flex;
  box-shadow: 0 1px 2px #14100c0a;
}

.lfb__toolbar-btn:hover {
  background-color: #fffaf2;
  border-color: #d6cdbb;
}

.lfb__toolbar-btn:active {
  transform: translateY(1px);
}

.lfb__map-mount {
  background-color: #f6f1e7;
  border: 1px solid #ece8df;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.lfb__filter-panel {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  width: 420px;
  max-width: 90vw;
  transition: transform .22s cubic-bezier(.32, .72, .36, 1);
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(100%);
  box-shadow: -16px 0 32px #14100c1f;
}

.lfb__filter-panel.lfb__filter-panel--open {
  transform: translateX(0);
}

.lfb__filter-backdrop {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: #14100c52;
  transition: opacity .2s;
  position: fixed;
  inset: 0;
}

.lfb__filter-backdrop.lfb__filter-backdrop--open {
  opacity: 1;
  pointer-events: auto;
}

.lfb__sort-menu {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #ece8df;
  border-radius: 12px;
  min-width: 200px;
  padding: 6px;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 8px 24px #14100c1a;
}

.lfb__sort-menu.lfb__sort-menu--open {
  display: block;
}

.lfb__card-coords {
  display: none;
}

.lfb__toolbar-shield {
  z-index: 49;
  pointer-events: none;
  background-color: #fff;
  height: 96px;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.lf-dl__section {
  background-color: #fdfaf6;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 32px 20px;
  display: flex;
}

.lf-dl__wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.lf-dl__logo {
  object-fit: contain;
  border-radius: 20px;
  width: 96px;
  max-width: 96px;
  height: auto;
}

.lf-dl__headline {
  color: #1a1714;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.lf-dl__sub {
  color: #6b6055;
  max-width: 320px;
  font-size: 16px;
}

.lf-dl__buttons {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  display: flex;
}

.lf-dl__btn {
  color: #fff;
  background-color: #0e0a08;
  border-radius: 14px;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: 14px;
  width: fit-content;
  min-width: 240px;
  min-height: 60px;
  padding-left: 28px;
  padding-right: 32px;
  text-decoration: none;
  transition-property: transform, box-shadow;
  transition-duration: .22s, .22s;
  transition-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(.22, 1, .36, 1);
  display: flex;
  box-shadow: 0 2px 4px #14100c14, 0 12px 32px #14100c0f;
}

.lf-dl__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px #14100c1f, 0 16px 40px #14100c1a;
}

.lf-dl__btn:focus-visible, .lf-dl__btn[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #ff5e3a;
}

.lf-dl__btn-icon {
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 26px;
  height: 28px;
}

.lf-dl__btn-icon--ios {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 28' fill='%23ffffff'%3E%3Cpath d='M18.709 14.8901C18.7365 12.7287 19.8779 10.6835 21.6885 9.55136C20.5463 7.89224 18.6329 6.8403 16.6424 6.77697C14.5191 6.55032 12.4609 8.069 11.3789 8.069C10.2761 8.069 8.61031 6.79946 6.81653 6.837C4.47842 6.91382 2.29872 8.26571 1.16117 10.3446C-1.28409 14.65 0.539857 20.9776 2.88221 24.4579C4.05415 26.1621 5.4238 28.0657 7.21595 27.9982C8.96969 27.9241 9.62468 26.8608 11.7416 26.8608C13.8388 26.8608 14.4533 27.9982 16.2819 27.9552C18.1637 27.9241 19.3494 26.2434 20.4802 24.5231C21.3221 23.3089 21.9702 21.9669 22.4 20.5467C20.1886 19.5955 18.7116 17.3322 18.709 14.8901Z'/%3E%3Cpath d='M15.2538 4.48833C16.2799 3.23567 16.7854 1.62558 16.6629 0C15.0953 0.16744 13.6474 0.929368 12.6075 2.13396C11.5906 3.31092 11.0614 4.89268 11.1614 6.45613C12.7296 6.47255 14.2712 5.73126 15.2538 4.48833Z'/%3E%3C/svg%3E");
}

.lf-dl__btn-icon--android {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' fill='%23ffffff'%3E%3Cpath d='M0.565615 27.8166L13.9166 13.9691L0.57681 0.146484C0.220539 0.361683 0 0.859947 0 1.51216V26.4641C0.00485464 27.1163 0.217369 27.5782 0.565615 27.8166Z'/%3E%3Cpath d='M14.3934 13.5875L18.3702 9.46228L2.17535 0.251599C1.9027 0.0872543 1.5929 0.000435926 1.27734 0L14.3918 13.5858L14.3934 13.5875Z'/%3E%3Cpath d='M14.3942 14.3535L1.23828 27.9991C1.5685 28.0049 1.89376 27.9154 2.1778 27.7408L18.4047 18.5053L14.3942 14.3535Z'/%3E%3Cpath d='M18.8602 9.94401L14.6845 13.9678L18.8602 18.0573L23.0814 15.6529C23.6822 15.3104 23.6822 14.4023 23.0814 14.0598L18.8602 9.94401Z'/%3E%3C/svg%3E");
}

.lf-dl__btn-text {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  display: flex;
}

.lf-dl__btn-eye {
  opacity: .85;
  color: #fff;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.lf-dl__btn-main {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.pp-p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.pp-h2 {
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.pp-h3 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.pp-list {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  line-height: 1.6;
}

.pp-item {
  margin-bottom: .5rem;
}

.pp-quote {
  border-left: 3px solid #e0e0e0;
  margin: 1rem 0;
  padding: .5rem 1rem;
  line-height: 1.6;
}

.da-p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.da-h2 {
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.da-list {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  line-height: 1.6;
}

.da-item {
  margin-bottom: .5rem;
}

.da-quote {
  border-left: 3px solid #e0e0e0;
  margin: 1rem 0;
  padding: .5rem 1rem;
  line-height: 1.6;
}

.op-section {
  padding-top: clamp(3rem, 7vw, 6.5rem);
  padding-bottom: clamp(3rem, 7vw, 6.5rem);
}

.op-eyebrow {
  opacity: .6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .75rem;
}

.op-model {
  max-width: 46rem;
}

.op-model__lead {
  margin-top: 1.25rem;
}

.op-model__note {
  opacity: .75;
  margin-top: 1rem;
}

.op-inline-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-underline-offset: .25em;
  align-items: center;
  margin-top: 1.5rem;
  text-decoration: underline;
  display: inline-flex;
}

.op-disclaimer {
  opacity: .7;
  max-width: 46rem;
  margin-top: 1rem;
}

.op-shots {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  display: none;
}

.op-shot {
  flex: 26rem;
  min-width: 0;
  margin: 0;
}

.op-shot__img {
  border-radius: .75rem;
  width: 100%;
  height: auto;
  display: block;
}

.op-shot__cap {
  opacity: .7;
  margin-top: .75rem;
}

.op-split {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  display: flex;
}

.op-split__col {
  border: 1px solid #80808038;
  border-radius: .75rem;
  flex: 20rem;
  min-width: 0;
  padding: 2rem;
}

.op-split__para {
  margin-top: .75rem;
}

.op-demo {
  margin-top: 2.5rem;
  display: block;
}

.op-demo__frame {
  aspect-ratio: 4 / 3;
  background-color: #fbfafc;
  border: 1px solid #80808038;
  border-radius: .75rem;
  width: 100%;
  min-height: 44rem;
  position: relative;
  overflow: hidden;
}

.op-demo__iframe {
  overscroll-behavior: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.op-demo__note {
  opacity: .7;
  margin-top: .75rem;
}

.op-demo__link {
  text-underline-offset: .2em;
  text-decoration: underline;
}

.win-container {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.win-container-narrow {
  max-width: 48rem;
}

.win-hero {
  color: var(--swatch--stone-500);
  text-align: center;
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.win-eyebrow {
  background-color: var(--swatch--brand-200);
  color: var(--swatch--brand-600);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 1.5rem;
  padding: .5rem 1rem;
  font-size: .8125rem;
  display: inline-block;
}

.win-h1 {
  color: var(--swatch--stone-500);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.5rem;
  line-height: 1.05;
}

.win-accent {
  color: var(--swatch--brand-600);
}

.win-lead {
  max-width: 40rem;
  color: var(--swatch--stone-400);
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.win-cta-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.win-btn {
  border: 1px solid #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.win-btn-primary {
  border-color: var(--swatch--brand-600);
  background-color: var(--swatch--brand-600);
  color: #fff;
}

.win-btn-primary:hover {
  border-color: var(--swatch--stone-500);
  background-color: var(--swatch--stone-500);
}

.win-btn-secondary {
  border-color: var(--swatch--stone-200);
  color: var(--swatch--stone-500);
  background-color: #0000;
}

.win-btn-secondary:hover {
  background-color: var(--swatch--stone-100);
}

.win-note {
  color: var(--swatch--stone-400);
  text-align: center;
  margin: 0;
  font-size: .9375rem;
}

.win-section {
  color: var(--swatch--stone-500);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.win-section.win-section-alt {
  background-color: var(--swatch--brand-100);
}

.win-section-alt {
  background-color: var(--swatch--brand-100\<deleted\|variable-0a8746d4-73b0-611b-bdca-6d543bf19adf\>);
}

.win-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  line-height: 1.1;
}

.win-prizes {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2rem;
  display: grid;
}

.win-prize {
  border: 1px solid var(--swatch--stone-200);
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
}

.win-prize-rank {
  color: var(--swatch--brand-600);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .8125rem;
}

.win-prize-value {
  color: var(--swatch--stone-500);
  margin-bottom: .5rem;
  font-size: 2rem;
  line-height: 1.15;
}

.win-prize-desc {
  color: var(--swatch--stone-400);
  margin: 0;
  font-size: .9375rem;
}

.win-steps {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 2.5rem;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.win-step {
  margin: 0;
  padding: 0;
}

.win-step-num {
  background-color: var(--swatch--brand-600);
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  display: flex;
}

.win-step-title {
  color: var(--swatch--stone-500);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.375rem;
}

.win-step-text {
  color: var(--swatch--stone-400);
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.win-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 46rem;
  margin: 0 auto 2.5rem;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.win-list-item {
  background-color: var(--swatch--brand-100);
  color: var(--swatch--stone-400);
  border-radius: 1rem;
  margin: 0;
  padding: 1.25rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.55;
}

.win-strong {
  color: var(--swatch--stone-500);
  font-weight: 600;
}

.win-dates {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  max-width: 46rem;
  margin: 0 auto 1.5rem;
  display: grid;
}

.win-date {
  border: 1px solid var(--swatch--stone-200);
  text-align: center;
  border-radius: 1rem;
  padding: 1.25rem 1rem;
}

.win-date-label {
  color: var(--swatch--stone-400);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .375rem;
  font-size: .8125rem;
  display: block;
}

.win-date-value {
  color: var(--swatch--stone-500);
  font-size: 1.25rem;
  display: block;
}

.win-terms {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: grid;
}

.win-terms-h {
  color: var(--swatch--stone-500);
  margin-top: 0;
  margin-bottom: .375rem;
  font-size: 1.125rem;
}

.win-terms-p {
  color: var(--swatch--stone-400);
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.win-link {
  color: var(--swatch--brand-600);
  text-decoration: underline;
}

.opw {
  display: block;
}

.opw-bar {
  display: flex;
}

.opw-bartitle {
  font-size: 13px;
}

.opw-1 {
  background-color: #fff;
  border: 1px solid #eaeae6;
  border-radius: 14px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 18px 44px #1b1e281a, 0 2px 6px #1b1e280a;
}

.opw-bar-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f7f7f5;
  border-bottom: 1px solid #e4e4e0;
  align-items: center;
  padding: 11px 16px;
  display: flex;
}

.opw-dot {
  background-color: #d6d6d2;
  border-radius: 50%;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
}

.opw-bartitle-1 {
  color: #8b90a4;
  margin-left: 6px;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.3;
}

.opw-body {
  padding: 18px;
}

.opw-main {
  flex: 1;
  min-width: 0;
}

.opw-notif {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0ee;
  border: 1px solid #ffd9d2;
  border-radius: 12px;
  align-items: center;
  padding: 12px 14px;
  display: flex;
}

.opw-notif-ic {
  background-image: linear-gradient(135deg, #ff6a5a, #ffb067);
  border-radius: 11px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.opw-notif-h {
  color: #1b1e28;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.35;
}

.opw-notif-s {
  color: #44485a;
  margin-top: 2px;
  font-size: .8125rem;
  line-height: 1.45;
}

.opw-listing {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: flex-start;
  margin-top: 14px;
  display: flex;
}

.opw-photo {
  aspect-ratio: 4 / 3;
  background-image: url('../images/op-room-agnesstrasse.jpg');
  background-size: cover;
  border-radius: 10px;
  flex-shrink: 0;
  width: 32%;
  max-width: 168px;
}

.opw-name {
  color: #1b1e28;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
}

.opw-meta {
  color: #44485a;
  margin-top: 4px;
  font-size: .8125rem;
  line-height: 1.45;
}

.opw-pills {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
}

.opw-pill {
  color: #44485a;
  background-color: #f1f1ee;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
}

.opw-pill-gold {
  color: #b8860b;
  background-color: #fbf3de;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
}

.opw-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #e4e4e0;
  align-items: center;
  padding: 11px 0;
  display: flex;
}

.opw-rowlast {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding: 11px 0;
  display: flex;
}

.opw-rowname {
  color: #1b1e28;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3;
}

.opw-rowsub {
  color: #8b90a4;
  margin-top: 2px;
  font-size: .8125rem;
  line-height: 1.4;
}

.opw-check {
  color: #1a9e5c;
  flex-shrink: 0;
  font-size: .95rem;
  font-weight: 800;
}

.opw-quote {
  color: #44485a;
  background-color: #f7f7f5;
  border-radius: 10px;
  margin-top: 14px;
  padding: 14px;
  font-size: .85rem;
  font-style: italic;
  line-height: 1.55;
}

.opw-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
  display: flex;
}

.opw-tag {
  color: #1a9e5c;
  background-color: #e8f7ef;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
}

.opw-av-nina {
  background-image: url('../images/op-avatar-nina.jpg');
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.opw-av-jonas {
  background-image: url('../images/op-avatar-jonas.jpg');
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.opw-av-sarah {
  background-image: url('../images/op-avatar-sarah.jpg');
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.opw-rowend {
  text-align: right;
  flex-shrink: 0;
}

.opw-score {
  color: #1a9e5c;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
}

.opw-scoresub {
  color: #8b90a4;
  margin-top: 1px;
  font-size: .75rem;
  line-height: 1.2;
}

.opw-video {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f7f7f5;
  border-radius: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  display: flex;
}

.opw-video-ic {
  background-image: linear-gradient(135deg, #ff6a5a, #ffb067);
  border-radius: 11px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.opw-video-h {
  color: #1b1e28;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
}

.opw-video-s {
  color: #8b90a4;
  margin-top: 2px;
  font-size: .8125rem;
  line-height: 1.4;
}

.opw-av-lea {
  background-image: url('../images/op-avatar-lea.jpg');
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.opw-av-marco {
  background-image: url('../images/op-avatar-marco.jpg');
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.opw-av-aylin {
  background-image: url('../images/op-avatar-aylin.jpg');
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.opw-docic {
  background-color: #f7f7f5;
  border-radius: 8px;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.opw-doclabel {
  color: #1b1e28;
  flex: 1;
  min-width: 0;
  font-size: .85rem;
  line-height: 1.4;
}

.opw-ok {
  color: #1a9e5c;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .8125rem;
  font-weight: 800;
}

.opw-ic-user, .opw-ic-id, .opw-ic-file, .opw-ic-case, .opw-ic-bank {
  background-color: #f7f7f5;
}

.opw-subject {
  color: #1b1e28;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.opw-emeta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #e4e4e0;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 12px;
  display: flex;
}

.opw-favatar {
  color: #ff5a42;
  background-color: #fff0ee;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: .8125rem;
  font-weight: 800;
  display: flex;
}

.opw-emetatxt {
  color: #8b90a4;
  flex: 1;
  min-width: 0;
  font-size: .8125rem;
  line-height: 1.4;
}

.opw-strong {
  color: #1b1e28;
  font-weight: 700;
}

.opw-time {
  color: #8b90a4;
  flex-shrink: 0;
  font-size: .8125rem;
}

.opw-p {
  color: #44485a;
  margin-top: 12px;
  font-size: .85rem;
  line-height: 1.6;
}

.opw-summary {
  border: 1px solid #e4e4e0;
  border-radius: 10px;
  margin-top: 14px;
  overflow: hidden;
}

.opw-srow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #ededea;
  padding: 10px 14px;
  display: flex;
}

.opw-srowlast {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 10px 14px;
  display: flex;
}

.opw-skey {
  color: #8b90a4;
  flex-shrink: 0;
  width: 84px;
  font-size: .8125rem;
  line-height: 1.4;
}

.opw-sval {
  color: #1b1e28;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
}

.opw-atth {
  color: #8b90a4;
  margin-top: 14px;
  font-size: .8125rem;
}

.opw-verified {
  color: #1a9e5c;
  font-weight: 700;
}

.opw-atts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  display: flex;
}

.opw-att {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1b1e28;
  background-color: #f7f7f5;
  border-radius: 8px;
  align-items: center;
  padding: 6px 10px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.opw-pdf {
  color: #ff5a42;
  background-color: #fff0ee;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: .625rem;
  font-weight: 800;
}

.opw-approved {
  background-color: #e8f7ef;
  border: 1px solid #a0dec0;
  border-radius: 12px;
  margin-top: 16px;
  padding: 16px;
}

.opw-approved-t {
  color: #0e5c38;
  font-size: .9rem;
  font-weight: 800;
}

.opw-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  margin-top: 12px;
  display: grid;
}

.opw-stat-n {
  color: #1b1e28;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.opw-stat-l {
  color: #1b1e28;
  margin-top: 4px;
  font-size: .75rem;
  line-height: 1.45;
}

.opw-approvebtn {
  color: #fff;
  background-color: #ff5a42;
  border-radius: 12px;
  margin-top: 18px;
  padding: 13px 30px;
  font-size: .9375rem;
  font-weight: 750;
  line-height: 1.2;
  display: inline-block;
  box-shadow: 0 4px 14px #ff5a4259;
}

@media screen and (max-width: 991px) {
  .u-container-full {
    width: calc(100% - var(--site--margin) * 2);
  }

  .u-text-style-h3.u-max-width-14ch {
    max-width: 14ch;
  }

  .form_success_wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section_contain.u-container-medium.u-tab-hide {
    display: none;
  }

  .section_contain.custom_container {
    max-width: 80%;
  }

  .nav_component {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
  }

  .nav_dropdown_main_wrap.w--open {
    box-shadow: none;
  }

  .nav_mobile_layout {
    background-color: var(--swatch--stone-50);
  }

  .nav_links_link {
    font-weight: var(--_typography---font-weight--medium);
    color: inherit;
  }

  .nav_mobile_wrap {
    margin-top: 0;
  }

  .nav_mobile_logo {
    width: 3rem;
  }

  .footer_contain.u-container {
    max-width: 100%;
    width: calc(100% - var(--site--margin) * 2);
  }

  .footer_content {
    flex-flow: row;
    justify-content: space-between;
  }

  .footer_social_wrap {
    margin-top: .5rem;
  }

  .feature_grid.u-gap-custom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .bento_card {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bento_text_wrap:where(.w-variant-10bb1247-8985-596a-49d6-ddab2e4a4cc4) {
    padding-left: 1rem;
  }

  .how_scroll_card {
    height: 100%;
  }

  .how_sticky_header {
    width: 100%;
    margin-bottom: 4rem;
    position: static;
  }

  .cta_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1.15fr;
  }

  .cta_img_wrap {
    height: auto;
  }

  .tags_outer {
    width: 85%;
    height: 160vh;
  }

  .tags_content_wrap {
    width: 28rem;
  }

  .service_mockup_wrap {
    position: relative;
    top: auto;
  }

  .iphone_mock_img {
    min-width: auto;
  }

  .mock_container {
    width: auto;
  }

  .big_display_text {
    font-size: 6.5rem;
  }

  .big_display_text.is-left {
    top: 3rem;
    left: -10rem;
  }

  .big_display_text.is-right {
    bottom: 6rem;
    right: -16rem;
  }

  .mockup_content_wrap {
    justify-content: center;
    align-items: stretch;
  }

  .room_seeker_card, .wg_card {
    width: 100%;
    max-width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }

  .section_hero_grid {
    height: auto;
  }

  .rphero_content_wrap {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .rphero_img_wrap {
    background-position: 99% 5%, 0 0;
    background-size: 50%, auto;
  }

  .rp_hero_img {
    width: 15rem;
  }

  .scroll_tag_parent {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .swiper-slide {
    width: 22.5rem;
  }

  .swiper_card {
    width: 26.25rem;
    height: 30rem;
  }

  .flat_journey_tab {
    display: none;
  }

  .fj_tab_contentwrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .fj_tab_contentwrap.is-first {
    margin-bottom: 0;
  }

  .fj_content_header {
    margin-top: .5rem;
  }

  .fj_content_paraparent {
    opacity: 1;
    height: auto;
    padding-left: 1.5rem;
  }

  .fj_content_parawrap {
    padding-top: 0;
  }

  .fj_image {
    order: -9999;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .section_header {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cta_arrow_img {
    display: none;
    top: -20%;
    left: 50%;
    transform: rotateX(180deg)rotateY(0)rotateZ(-40deg);
  }

  .rs_hero_imagewrap {
    width: 36rem;
    max-width: none;
  }

  .rs_hero_bg {
    width: 12rem;
    height: 12rem;
  }

  .rs_hero_img._2, .rs_hero_img._3 {
    display: none;
  }

  .faq_grid {
    grid-template-columns: 1fr;
  }

  .faq_mobile_wrap {
    display: none;
  }

  .faq_para_wrap {
    opacity: 1;
    height: auto;
  }

  .section_rs_journeyscroll {
    height: auto;
  }

  .journey_scroll_wrap {
    height: auto;
    padding-left: 0%;
  }

  .journey_scroll_title_wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .journey_scroll_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70vw;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .journey_scroll_progressbar {
    background-image: linear-gradient(#ff613a 94%, #ffffff40);
    border-radius: .375rem;
    width: .25rem;
    height: auto;
    top: 2rem;
    left: 1rem;
  }

  .journey_scroll_item {
    width: 100%;
    padding-left: 4rem;
    position: relative;
  }

  .jscroll_item_no {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .rs_hero_tag {
    padding: .5rem;
    top: 6%;
  }

  .rs_hero_tag._2 {
    top: 6%;
    right: 7.5%;
  }

  .rs_hero_tag_icon {
    width: .8rem;
    height: .8rem;
  }

  .faq_contain {
    max-width: 80%;
  }

  .flat_journey_list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .fj_img_wrap {
    border-radius: var(--radius--big);
    background-color: var(--swatch--brand-50);
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about_mission_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about_mission_img {
    width: 4rem;
    top: -19%;
    right: 6%;
  }

  .team_grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured_blog_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog_more_cards {
    width: 21rem;
    height: 24rem;
  }

  .blog_list_parent {
    flex-flow: column;
  }

  .blog_filter_wrapper {
    z-index: 99999;
    width: 100%;
    height: 3rem;
    position: static;
  }

  .blog_list_wrapper {
    width: 100%;
  }

  .blog_pagination {
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    padding-left: 0%;
  }

  .blog_filter_form {
    z-index: 99999;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .filter_block {
    z-index: 999;
    border-radius: var(--radius--big);
    background-color: #fff;
    width: 50%;
    display: block;
    position: absolute;
    inset: 100% 0% auto auto;
    box-shadow: 0 0 24px #00000026;
  }

  .fliter_tab_menu {
    border: 1px solid var(--swatch--stone-100);
    border-radius: var(--radius--small);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .footer_display_img {
    width: calc(100% - var(--site--margin) * 2);
  }

  .tags_sticky {
    height: 65vh;
    top: 20vh;
    overflow: visible;
  }

  .hero_img_wrapper {
    width: 30rem;
  }

  .mockup_service_ctabtn {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .service_scroll_space {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .mockup_parent {
    width: 42%;
    max-width: 20rem;
    min-height: 50vh;
  }

  .section_contain_mobile {
    width: 100%;
    padding-right: var(--site--margin);
    padding-left: var(--site--margin);
    display: block;
  }

  .service_tab {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .service_tab_menu {
    border-radius: var(--radius--main);
    background-color: var(--swatch--brand-50);
    justify-content: flex-start;
    align-items: center;
    max-width: 20.6rem;
    padding: .25rem;
  }

  .service_tab_menu_link {
    font-size: var(--_typography---font-size--text-small);
    font-weight: var(--_typography---font-weight--medium);
    background-color: #0000;
    padding: .5rem 1rem;
  }

  .service_tab_menu_link.w--current {
    border-radius: var(--radius--main);
    color: var(--swatch--stone-50);
    background-color: #0000;
  }

  .service_tab_content {
    padding-top: 1.5rem;
  }

  .service_tab_rs_img {
    object-fit: contain;
    flex: none;
    width: 16.25rem;
    height: 33rem;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .service_tab_pane {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .form_success_lottie {
    width: 8rem;
    height: 8rem;
  }

  .about_solution_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about_soloution_arrow {
    inset: auto auto -150% 20%;
    transform: rotate(32deg);
  }

  .highlight_article_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .home_hero_bg {
    width: 18rem;
  }

  .home_hero_bg.is-2 {
    width: 17rem;
  }

  .filter_block_inner {
    z-index: 999;
    border-radius: var(--radius--big);
    background-color: var(--swatch--stone-50);
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    position: relative;
  }

  .jscroll_item_no-2 {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .security_img {
    margin-top: 4rem;
  }

  .tab_active_background {
    z-index: 0;
    background-color: var(--swatch--brand-600);
    border-radius: .625rem;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .service_tab_menutext {
    z-index: 1;
    position: relative;
  }

  .lf-hero__grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .lf-facts__grid, .lf-gallery__grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .lfh14__inner {
    grid-template-columns: 1fr;
  }

  .lfh15__inner {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .lfg22__inner {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .op-shots {
    display: flex;
  }

  .op-demo {
    display: none;
  }

  .div-block {
    padding-bottom: 0;
  }

  .win-h1 {
    font-size: 2.75rem;
  }

  .win-h2 {
    font-size: 2rem;
  }

  .win-prizes {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .win-steps {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .u-section.is_scroll_text {
    height: 60svh;
  }

  .u-container-full {
    width: calc(100% - var(--site--margin) * 2);
  }

  .u-text-style-large.is_hero_para {
    max-width: 32ch;
  }

  .u-weight-medium {
    flex: none;
  }

  .form_success_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .nav_button_wrap {
    width: 1.5rem;
  }

  .nav_mobile_logo {
    width: 2rem;
  }

  .footer_wrap {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }

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

  .footer_content {
    grid-row-gap: inherit;
    flex-flow: wrap;
  }

  .section_rp_hero, .section_homehero_contain.u-container {
    overflow: hidden;
  }

  .hero_img {
    object-fit: cover;
    width: 29rem;
    height: 35rem;
    margin-top: -3%;
    margin-left: -11%;
  }

  .section_header_centrealign {
    width: 90%;
  }

  .feature_grid, .feature_grid:where(.w-variant-f39eeaab-37ba-7637-9c81-0ca9a9f144f7), .feature_grid.is-2-col {
    grid-template-columns: 1fr;
  }

  .bento_card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bento_card:where(.w-variant-304b27a4-beff-b88d-954d-b9c5de24f6f2) {
    width: 100%;
  }

  .bento_card:where(.w-variant-2a577d24-2f59-5fc3-9a07-b20ee5aca0d2) {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .bento_card:where(.w-variant-b4e1f8de-1aa0-9019-2bdf-abd5012ce1ce) {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .bento_card:where(.w-variant-10bb1247-8985-596a-49d6-ddab2e4a4cc4) {
    width: 100%;
  }

  .bento_text_wrap:where(.w-variant-10bb1247-8985-596a-49d6-ddab2e4a4cc4) {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bento_card_grpwrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    width: auto;
  }

  .cta_img, .cta_img:where(.w-variant-53019f7d-8ff3-09a6-ea4e-29b7587b7d0e) {
    margin-left: auto;
    margin-right: auto;
  }

  .cta_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-image: none;
    grid-template-columns: 1.15fr;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta_img_wrap, .cta_img_wrap:where(.w-variant-53019f7d-8ff3-09a6-ea4e-29b7587b7d0e) {
    margin-left: auto;
    margin-right: auto;
  }

  .tags_outer {
    justify-content: center;
    align-items: flex-start;
    height: 180vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tags_content_wrap {
    width: auto;
    max-width: 24rem;
  }

  .tag_flatable_logo {
    width: 5rem;
  }

  .tags_1 {
    width: 13rem;
  }

  .iphone_mock_img {
    object-fit: contain;
  }

  .mock_container {
    object-fit: contain;
    width: 88%;
    height: 100%;
  }

  .big_display_text {
    font-size: 7.5rem;
  }

  .big_display_text.is-left {
    top: -7rem;
    left: -3rem;
  }

  .big_display_text.is-right {
    bottom: -7rem;
    right: -6rem;
  }

  .mockup_content_wrap {
    height: auto;
    padding: 2rem 1.25rem;
  }

  .room_seeker_card, .wg_card {
    max-width: 16rem;
    padding: 1rem;
  }

  .bento_card_common {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
    min-height: 11rem;
  }

  .bento_card_common:where(.w-variant-bb7a739f-324d-8e8f-65c6-4541328c52c2) {
    width: 100%;
  }

  .icon-xlarge {
    width: 1.5rem;
    height: 1.5rem;
  }

  .section_hero_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1.32fr;
  }

  .rphero_content_wrap {
    border-radius: var(--radius--large);
    padding: 7rem 1.5rem 5rem;
  }

  .rphero_img_wrap {
    background-position: 80% 10%, 0 0;
  }

  .rp_hero_img {
    width: 18.25rem;
  }

  .scroll_tag_parent {
    justify-content: center;
    align-items: center;
  }

  .swiper-slide {
    width: 16.25rem;
  }

  .swiper_card {
    border-radius: var(--radius--large);
    width: 20rem;
    height: 22.5rem;
    padding: 1.25rem;
  }

  .swiper_tag {
    padding: .375rem .625rem .375rem .5rem;
  }

  .swiper_tag_icon {
    width: 1rem;
    height: 1rem;
    line-height: var(--_typography---line-height--small);
    margin-bottom: .1875rem;
  }

  .swiper_card_img {
    object-fit: contain;
    width: 80%;
    max-width: none;
    height: 80%;
  }

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

  .fj_content_header {
    margin-top: 1rem;
  }

  .fj_image {
    width: 90%;
  }

  .section_cta {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .bento_cta_card {
    height: 12.875rem;
  }

  .rs_hero_imagewrap {
    width: 100%;
    height: 20rem;
  }

  .rs_hero_bg {
    width: 8rem;
    height: 8rem;
  }

  .rs_hero_img {
    width: 14.25rem;
  }

  .journey_scroll_content {
    width: 90vw;
  }

  .journey_scroll_item {
    height: auto;
  }

  .jscroll_item_img {
    object-fit: contain;
  }

  .rs_hero_tag {
    padding: .4rem;
    font-size: .75rem;
    top: 7%;
    left: 2%;
  }

  .rs_hero_tag._2 {
    top: 7%;
    right: 10%;
  }

  .faq_contain {
    max-width: 90%;
  }

  .rp_hero_bgimg {
    width: 40%;
    left: -5%;
  }

  .contact_form {
    padding: 2rem;
  }

  .section_about_hero {
    overflow: hidden;
  }

  .about_mission_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding: 2.5rem 1.5rem;
  }

  .about_mission_header {
    max-width: 30ch;
  }

  .about_mission_img {
    width: 4.25rem;
    inset: auto 35% -18% auto;
  }

  .team_grid {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .featured_blog_card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    padding-bottom: 1.5rem;
    padding-right: .75rem;
  }

  .featured_blog_img {
    width: 100%;
    height: 22rem;
  }

  .blog_main_contentwrap {
    width: 100%;
  }

  .blog_content_parent {
    width: 1005%;
  }

  .blog_toc_wrap {
    display: none;
  }

  .blog_article_cta {
    height: 12.875rem;
  }

  .blog_more_cards {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog_card {
    flex-flow: column;
  }

  .blog_card_img {
    width: 100%;
    height: 20rem;
  }

  .blog_card_contentwrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 9999;
  }

  .filter_block {
    width: 60%;
  }

  .tags_sticky {
    height: 60vh;
  }

  .section_home_hero {
    overflow: hidden;
  }

  .bento_card_img:where(.w-variant-2a577d24-2f59-5fc3-9a07-b20ee5aca0d2) {
    object-fit: cover;
    width: auto;
    max-height: 20.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .bento_card_img:where(.w-variant-d106d85a-9b0b-c792-9a2c-ef54ab3f002f) {
    width: auto;
  }

  .mockup_parent {
    width: 60%;
    height: 36rem;
    min-height: auto;
  }

  .service_tab {
    max-width: 80%;
  }

  .text-block {
    font-size: .9rem;
  }

  .form_success_lottie {
    width: 6rem;
    height: 6rem;
  }

  .about_statement_img {
    width: auto;
    max-width: 16rem;
  }

  .about_solution_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about_soloution_arrow {
    inset: auto auto -150% 0%;
    transform: rotate(30deg);
  }

  .highlight_article_wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .highlight_article_list {
    grid-template-columns: 1fr;
  }

  .home_hero_bg {
    width: 16rem;
  }

  .home_hero_bg.is-2 {
    width: 13rem;
  }

  .lf-section {
    padding: 3rem 1rem;
  }

  .lfh15__info-row {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .lfh15-facts {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .lfg22__loc-split {
    grid-template-columns: 1fr;
  }

  .lfg22__hh-facts {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .win-hero {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .win-h1 {
    font-size: 2.25rem;
  }

  .win-lead {
    font-size: 1.125rem;
  }

  .win-btn {
    width: 100%;
  }

  .win-prizes, .win-dates {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .u-container-full {
    width: calc(100% - var(--site--margin) * 1.5);
  }

  .u-text-style-h4 {
    text-wrap: wrap;
  }

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

  .u-column-span-3.content_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .button_main_text {
    font-size: .875rem;
  }

  .section_contain.custom_container {
    max-width: 90%;
  }

  .nav_component {
    padding-top: 1rem;
  }

  .nav_mobile_layout {
    align-items: center;
  }

  .footer_social_wrap {
    margin-top: 0;
  }

  .button_main_icon {
    width: 1rem;
    height: 1.25rem;
  }

  .nav_logo_image {
    text-align: left;
    align-self: auto;
  }

  .button_eye_text {
    font-size: .5rem;
  }

  .section_homehero_contain.u-container {
    padding-right: var(--_spacing---space--1);
    padding-left: var(--_spacing---space--1);
  }

  .hero_img {
    object-fit: cover;
    width: auto;
    height: 32rem;
    margin-top: -10%;
    margin-left: 7%;
    margin-right: 0;
  }

  .section_header_centrealign {
    width: 100%;
  }

  .text_list_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon_big {
    width: 1rem;
    height: 1rem;
  }

  .icon_big.custom_mobile_margin {
    margin-top: .125rem;
  }

  .text_list {
    line-height: var(--_typography---line-height--regular);
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bento_text_wrap:where(.w-variant-10bb1247-8985-596a-49d6-ddab2e4a4cc4) {
    padding-left: 0;
    padding-right: 0;
  }

  .how_scroll_wrap {
    padding-left: 0;
  }

  .cta_img:where(.w-variant-53019f7d-8ff3-09a6-ea4e-29b7587b7d0e) {
    margin-left: -9%;
  }

  .cta_grid {
    background-position: 0%;
    background-size: 310%;
  }

  .cta_img_wrap {
    width: auto;
  }

  .tags_outer {
    width: 100%;
  }

  .tags_content_wrap {
    max-width: 19rem;
  }

  .service_mockup_wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .mock_container {
    width: 89%;
  }

  .big_display_text.is-left {
    left: -1rem;
  }

  .big_display_text.is-right {
    right: -16%;
  }

  .room_seeker_card {
    max-width: 16rem;
  }

  .rphero_img_wrap {
    background-image: url('../images/rs-cta-card-bg.svg'), linear-gradient(360deg, var(--swatch--brand-600), var(--swatch--brand-700) 59%);
    background-position: 80% 10%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 50%, auto;
  }

  .rp_hero_img {
    width: 80%;
  }

  .scroll_tag_parent {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    align-items: stretch;
  }

  .fj_content_header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fj_image {
    width: 100%;
  }

  .bento_cta_card {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rs_hero_imagewrap {
    height: 14rem;
  }

  .rs_hero_img {
    width: 11rem;
  }

  .jscroll_item_img {
    object-fit: contain;
  }

  .rs_hero_tag {
    padding: .375rem;
    font-size: .625rem;
    top: 2%;
  }

  .rs_hero_tag._2 {
    top: 3%;
    right: 5%;
  }

  .rs_hero_tag_icon {
    width: .625rem;
    height: .625rem;
  }

  .faq_contain {
    max-width: 100%;
  }

  .flat_journey_list {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .contact_form, .contact_card {
    padding: 1.5rem;
  }

  .about_mission_img {
    bottom: -19%;
    right: 34%;
  }

  .blog_category_tag {
    margin-left: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .blog_article_cta {
    height: auto;
  }

  .blog_article_cta.is-full-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog_more_cards {
    width: 100%;
    height: 22rem;
    margin-left: auto;
    margin-right: .75rem;
  }

  .blog_card_img {
    height: 14rem;
  }

  .load_more_button {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .filter_block {
    width: 65%;
    max-width: 14rem;
  }

  .service_scroll_space {
    justify-content: center;
    align-items: center;
  }

  .mockup_parent {
    width: 100%;
  }

  .service_tab {
    max-width: 95%;
  }

  .service_tab_menu {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .service_tab_menu_link {
    text-align: center;
    flex: none;
    width: 50%;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
  }

  .service_tab_rs_img {
    object-fit: contain;
    flex: none;
    height: 32rem;
  }

  .service_tab_pane {
    height: 100%;
  }

  .about_soloution_arrow {
    width: 5rem;
    bottom: -110%;
  }

  .home_hero_bg {
    width: 13rem;
    right: -4%;
  }

  .home_hero_bg.is-2 {
    width: 11rem;
    left: -3%;
  }

  .jscroll_header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_mobile_eth_label {
    height: 50%;
  }

  .lf-gallery__grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

#w-node-d2149cf7-b651-c9bf-9d2a-b82615c3bbe9-4eadf913, #w-node-dae0cdf6-3dd7-434f-cbea-bc082bfc1ff5-2bfc1fe1 {
  justify-self: center;
}

#w-node-b5629c41-51b9-4b18-7e37-b797465b36f0-465b36dd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b5629c41-51b9-4b18-7e37-b797465b36f2-465b36dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5629c41-51b9-4b18-7e37-b797465b36fc-465b36dd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0f81dd08-d5e3-d9d0-82fd-519ea4674ad9-a4674ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6476a59e-96ee-312a-07c1-98bae5158905-e51588f0 {
  place-self: center;
}

#w-node-e7807c64-09ab-dee2-b227-3e05440e51ed-440e51e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7807c64-09ab-dee2-b227-3e05440e5202-440e51e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b5629c41-51b9-4b18-7e37-b797465b36fc-465b36dd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0f81dd08-d5e3-d9d0-82fd-519ea4674ad9-a4674ad9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7807c64-09ab-dee2-b227-3e05440e51ed-440e51e9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e7807c64-09ab-dee2-b227-3e05440e5202-440e51e9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dae0cdf6-3dd7-434f-cbea-bc082bfc1ff5-2bfc1fe1 {
    justify-self: center;
  }

  #w-node-b5629c41-51b9-4b18-7e37-b797465b36f0-465b36dd, #w-node-b5629c41-51b9-4b18-7e37-b797465b36f2-465b36dd, #w-node-b5629c41-51b9-4b18-7e37-b797465b36fc-465b36dd, #w-node-_0f81dd08-d5e3-d9d0-82fd-519ea4674ad9-a4674ad9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7807c64-09ab-dee2-b227-3e05440e51ed-440e51e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7807c64-09ab-dee2-b227-3e05440e5202-440e51e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../fonts/Inter-VariableFont_opszwght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Phudu Variablefont Wght';
  src: url('../fonts/Phudu-VariableFont_wght.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}