:root {
  --_theme---background: var(--swatch--light);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  --_theme---text-faded: var(--swatch--dark-70);
  --_size---space--small: .75rem;
  --_size---space--large: 2rem;
  --_size---space--extra-large: 3rem;
  --_size---space--huge: 4rem;
  --_size---space--extra-small: .5rem;
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_size---radius--main: 1rem;
  --_typography---line-height--1-4: 1.4;
  --_typography---line-height--1-3: 1.3;
  --_typography---font--primary-bold: 600;
  --_typography---font--primary-medium: 500;
  --site--width: 90rem;
  --_size---site--margin: 2rem;
  --_size---space--medium: 1rem;
  --_size---space--main: 1.5rem;
  --_size---padding--none: 0rem;
  --_size---padding--small: 3rem;
  --_size---padding--main: 5rem;
  --_size---padding--large: 8rem;
  --_size---padding--extra-large: 10rem;
  --_size---padding--huge: 13rem;
  --_button-style---border: var(--_theme---button-primary--border);
  --_size---radius--round: 100vw;
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --swatch--transparent: #fff0;
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_typography---letter-spacing--loose: .08em;
  --_theme---accent: var(--swatch--brand);
  --_size---font-size--text-extra-small: .875rem;
  --_size---site--gutter: 1rem;
  --_size---radius--small: .5rem;
  --_typography---font--primary-regular: 400;
  --_theme---button-primary--text: var(--swatch--light);
  --_size---font-size--text-main: 1.125rem;
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --swatch--dark: black;
  --swatch--light: white;
  --swatch--light-secondary: #ece9e7;
  --_size---font-size--text-large: 1.375rem;
  --swatch--dark-70: color-mix(in srgb, var(--swatch--dark) 70%, transparent);
  --swatch--dark-secondary: #161616;
  --swatch--light-70: color-mix(in srgb, var(--swatch--light) 70%, transparent);
  --swatch--brand: #f16049;
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_size---font-size--text-small: 1rem;
  --_size---font-size--h6: 1.5rem;
  --_size---font-size--h5: 1.75rem;
  --_size---font-size--h4: 2.25rem;
  --_size---font-size--h3: 2.75rem;
  --_size---font-size--h2: 3.5rem;
  --_size---font-size--h1: 4.5rem;
  --_size---font-size--display: 6rem;
  --_typography---font--primary-family: Urbanist, Arial, sans-serif;
  --_typography---line-height--1-1: 1.1;
  --_typography---line-height--1-2: 1.2;
  --_typography---line-height--1-5: 1.5;
  --_typography---letter-spacing--very-tight: -.01em;
  --_typography---letter-spacing--tight: 0em;
  --_typography---letter-spacing--normal: .01em;
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light-secondary);
  --_theme---button-secondary--border: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--border-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  --swatch--light-200\<deleted\|variable-ba9c7339-ef92-94ea-cff7-0baa1dddfcc0\>: #f6f7f8;
  --swatch--light-100-4\<deleted\|variable-f3060351-aef2-df7e-0fea-df0dc59c42da\>: #ffffff0a;
}

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

h1 {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--very-tight);
  margin-top: 0;
  margin-bottom: 0;
}

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(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--very-tight);
  margin-top: 0;
  margin-bottom: 0;
}

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(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  margin-top: 0;
  margin-bottom: 0;
}

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(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  margin-top: 0;
  margin-bottom: 0;
}

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(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  margin-top: 0;
  margin-bottom: 0;
}

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(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  margin-bottom: 0;
}

a {
  color: inherit;
}

ul {
  margin-bottom: var(--_size---space--small);
  padding-left: var(--_size---space--large);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

ol {
  margin-bottom: var(--_size---space--small);
  padding-left: var(--_size---space--extra-large);
  font-family: var(--_text-style---font-family);
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

li {
  margin-bottom: var(--_size---space--extra-small);
  padding-left: var(--_size---space--extra-small);
}

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

label {
  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(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

strong {
  font-weight: inherit;
}

em {
  font-style: italic;
}

blockquote {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-large);
  padding: var(--_size---space--large);
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--main);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_typography---line-height--1-4);
  font-weight: var(--_text-style---font-weight);
  text-align: center;
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

figure {
  margin-top: var(--_size---space--extra-large);
  margin-bottom: var(--_size---space--extra-large);
}

figcaption {
  margin-top: var(--_size---space--small);
  color: var(--_theme---text-faded);
  text-align: left;
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  font-size: .75rem;
}

.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(--_size---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--very-tight);
}

.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(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
}

.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(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.u-text-style-main {
  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(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

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

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

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

.u-container {
  z-index: 3;
  width: 100%;
  max-width: var(--site--width);
  padding-right: var(--_size---site--margin);
  padding-left: var(--_size---site--margin);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  container-type: inline-size;
}

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

.u-btn-group {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-btn-group.is-centered {
  justify-content: center;
  align-items: center;
}

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

.u-gap-extra-small {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
}

.u-gap-medium {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
}

.u-gap-main {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
}

.u-gap-large {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--large);
}

.u-gap-extra-large {
  grid-column-gap: var(--_size---space--extra-large);
  grid-row-gap: var(--_size---space--extra-large);
}

.g_section_padding {
  height: var(--_size---padding--none);
}

.g_section_padding:where(.w-variant-af98f9ef-c169-8fc2-1410-a3130a8bb6ee) {
  height: var(--_size---padding--small);
}

.g_section_padding:where(.w-variant-79019481-812f-38eb-e733-6b97cf325e70) {
  height: var(--_size---padding--main);
}

.g_section_padding:where(.w-variant-a65b70c0-c6e4-2337-a6e8-23a3768d855e) {
  height: var(--_size---padding--large);
}

.g_section_padding:where(.w-variant-66dc506c-bba1-d1e0-e82c-f2f306114cf6) {
  height: var(--_size---padding--extra-large);
}

.g_section_padding:where(.w-variant-ccb29a4a-34dd-2aa5-4df6-e6181976d16e) {
  height: var(--_size---padding--huge);
}

.page_wrap {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.page_main {
  flex: 1;
  margin-top: -1px;
}

.btn_main_wrap {
  padding: var(--_size---space--medium) var(--_size---space--main);
  border: 1px solid var(--_button-style---border);
  border-radius: var(--_size---radius--round);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  font-size: var(--_text-style---font-size);
  text-align: center;
  cursor: pointer;
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border-hover: var(--_theme---button-primary--border-hover);
  --_button-style---background-hover: var(--_theme---button-primary--background-hover);
  --_button-style---text-hover: var(--_theme---button-primary--text-hover);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-main);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), background-color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-flex;
}

.btn_main_wrap:where(.w-variant-f5b20957-1214-b921-0c52-59266dcc3b18) {
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
}

.btn_main_wrap:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  background-color: var(--swatch--transparent);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border-hover: var(--_theme---button-secondary--border-hover);
  --_button-style---background-hover: var(--_theme---button-secondary--background-hover);
  --_button-style---text-hover: var(--_theme---button-secondary--text-hover);
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.btn_main_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
  transform: scale(.98);
}

.btn_main_wrap:hover:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
  border-color: var(--swatch--transparent);
  background-color: var(--swatch--transparent);
}

.btn_main_text {
  font-size: var(--_text-style---font-size);
  line-height: var(--_typography---line-height--1-3);
  letter-spacing: var(--_typography---letter-spacing--loose);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.btn_main_text.is-hover {
  inset: 100% auto auto 0%;
  position: absolute;
  inset: 100% auto auto 0%;
}

.eyebrow_wrap {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.eyebrow_marker {
  background-color: var(--_theme---accent);
  width: .25rem;
  height: .25rem;
}

.g_eyebrow_text {
  font-size: var(--_size---font-size--text-extra-small);
  letter-spacing: var(--_typography---letter-spacing--loose);
  text-transform: uppercase;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-section {
  background-color: var(--_theme---background);
  width: 100%;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light-secondary);
  --_theme---button-secondary--border: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--border-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  flex-flow: column;
  justify-content: center;
  display: flex;
  overflow: clip;
}

.u-section:where(.w-variant-36c86a8a-3a9a-b7dc-ee84-9425fd3bb8ab) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-8033f21e-e722-e13a-f183-6512e25e1311) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-72a8cc14-977f-5f36-a212-9acd1ff4ea48) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-38d29bda-3c1f-6510-ff7a-a057b59c6b03) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-02717257-4700-b788-367b-6804312a884d) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-7301bb0e-a8f7-cfff-0679-a7b61ba6e2b4) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-d9762e9b-63ff-b749-d9ae-d022151e2a82) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-c3124610-2411-8d22-bdde-f12eb9903cd7) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-1df23639-4407-c86c-18c4-7c078f53bd50), .u-section:where(.w-variant-5f100f46-d11d-1d7e-4049-ffa86cb79679) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-e46c5a83-0624-66ad-74df-c1fa0d1ffee2) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-f9f48987-6f0c-373b-4cff-d4046a92f8d7) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-040c82dd-a4c8-597d-61e2-8675529fff7f) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-791d4261-afa5-b16d-efa8-0fe3b5056ff1) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-77caee9f-7efa-9afb-af55-e10281c162dd), .u-section:where(.w-variant-2e997661-e2ef-fd43-01de-3ff9ecefe420) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-2ce6d554-1f73-297b-565b-66bc60ffa262) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-215fe657-78b7-166e-e5c1-912513b6d7d4), .u-section:where(.w-variant-f2fbfa70-514a-11f8-d1fb-98d856f9ced7) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-ef2a7f3c-f565-9e47-5842-bc055b91a714) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-ec3b9a0d-4e1d-de0e-77dc-28bb0e625734), .u-section:where(.w-variant-a3396535-236e-a418-e1d5-b632debec9d4) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-56ac71aa-c87c-77a3-1c7f-d7af5ed9c8e4) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-afe94f20-36d0-39d4-d1ce-921adf2b5125) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-c0550f18-695d-6f42-3944-347f83517327) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-88f973e2-db34-3aaf-5f7f-70ade9650f0d) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-46fd0d3a-9550-011f-34f1-8e83d6d36dc8) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-56bf7ca4-6a23-ca18-00a5-df65d8170d74) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-7e891075-7c31-f34e-e147-91dce691d702) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-1136bc8b-a4e2-5416-baa2-56803277b4bd) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-7508a148-6d70-3234-a311-b56116dd41df) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-7508a148-6d70-3234-a311-b56116dd41e0) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-7508a148-6d70-3234-a311-b56116dd41e1) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-5bc30a5d-2387-813e-f957-06af647e849f) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-fc157a99-e561-269b-1b9e-3e827eaad012) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-4bf4e4d3-c7ec-05b0-e71d-f8133d27f90e) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-45f355ec-f226-9de7-4b45-b03aa2930a14) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-45f355ec-f226-9de7-4b45-b03aa2930a15) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-45f355ec-f226-9de7-4b45-b03aa2930a16) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-05635fa2-3dd9-e2ac-6256-287677cf52b9) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-05635fa2-3dd9-e2ac-6256-287677cf52ba) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-05635fa2-3dd9-e2ac-6256-287677cf52bb) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-c5923863-1a94-6188-e9c1-18c0cd1cfb0b) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-c5923863-1a94-6188-e9c1-18c0cd1cfb0c) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-c5923863-1a94-6188-e9c1-18c0cd1cfb0d) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-2bd5bd91-75ca-b89d-b397-113bb19e35f6) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-e2cf9814-c1e8-cced-d466-31e5506b9b6e) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-e0528899-eca2-4165-3a2a-2699e48045ac) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-17904bf5-11a6-97ed-a0d7-60c7aa1f3a7d) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-71f5201a-59bd-1bc0-78f7-f68ac85affbb) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-dabce554-4352-54b2-83f1-769bba0817bd), .u-section:where(.w-variant-338fa8f7-fd1d-91a6-a92e-9b6fcea3c68b) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-d011fae8-f1fa-ee26-02f2-6aa8d9695d58) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-e2afda0c-3ff5-dd46-9517-0644f5f6fb55) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-edb84c04-6169-98da-a118-158abdc05a8d) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-bf94333e-12ce-a7be-de7b-5a7b8a88f16d) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-4edb7123-8536-db5b-64b5-9448903d5d6d), .u-section:where(.w-variant-d2c0a0df-d6a6-dad3-bd6d-48a85ac77f75) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-d2c0a0df-d6a6-dad3-bd6d-48a85ac77f76) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-d2c0a0df-d6a6-dad3-bd6d-48a85ac77f77) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-3d6dbd6d-15c3-f6a0-a939-b77dbb6a9215) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-3d6dbd6d-15c3-f6a0-a939-b77dbb6a9216) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-3d6dbd6d-15c3-f6a0-a939-b77dbb6a9217), .u-section:where(.w-variant-cbcbfae5-760f-c83e-bf8a-61d5c4c8973c) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-42a50311-609f-c2b3-3926-06e6da91b7d0) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-9e2964f8-6c83-1e6f-c2c3-4c3a46346bb6), .u-section:where(.w-variant-83ba3071-0854-34ef-45f1-90e9a481a22b) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-c2f3b27e-2624-8a30-c9f1-159f8c7c01d7) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-0fe087c5-33e9-183b-2b10-da27074d121b) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-98a26037-2e3c-8aba-7bc1-41b531e81f7e) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-98a26037-2e3c-8aba-7bc1-41b531e81f7f) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-98a26037-2e3c-8aba-7bc1-41b531e81f80) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-1c88ffe4-d0e4-1b9f-1191-20b9d38e6cd6) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.u-section:where(.w-variant-1c88ffe4-d0e4-1b9f-1191-20b9d38e6cd7) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.u-section:where(.w-variant-1c88ffe4-d0e4-1b9f-1191-20b9d38e6cd8) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.heading_wrap {
  grid-column-gap: var(--_size---site--gutter);
  grid-row-gap: var(--_size---site--gutter);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  align-items: end;
  width: 100%;
  display: grid;
}

.heading_wrap:where(.w-variant-128b6ffe-0ffe-ec91-ea0d-96c95e3f4838) {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_wrap:where(.w-variant-0ec8cf91-c3c5-258e-abae-e89a73b223b4) {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_wrap.is-hero:where(.w-variant-0ec8cf91-c3c5-258e-abae-e89a73b223b4) {
  max-width: 72ch;
}

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

.g_heading.u-text-style-h2:where(.w-variant-43b42575-1ccf-d2d6-7772-39cc6ae6d36e) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--very-tight);
}

.g_heading.u-text-style-h2:where(.w-variant-86f70087-8f4a-299b-6eaf-d50dbe16d603) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.g_heading.u-text-style-h2:where(.w-variant-e2eccbc9-d4b0-381a-3d68-ce575d6c67f1) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h5);
  --_text-style---line-height: var(--_typography---line-height--1-3);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
}

.g_heading.u-text-style-h2:where(.w-variant-45171e5e-d520-c084-5b60-af3793cd787c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-2);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
}

.g_heading.u-text-style-h2:where(.w-variant-b4a70364-da96-60b2-ecd1-d91175280044) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
}

.g_heading.u-text-style-h2:where(.w-variant-d4f899cf-c67d-8ad9-b9a5-509e47d7d35c) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--very-tight);
}

.g_description.u-text-style-main p {
  margin-bottom: var(--_size---space--small);
  margin-bottom: var(--_size---space--small);
}

.heading_description {
  grid-column: 9 / span 4;
}

.heading_description.u-text-wrap-pretty {
  width: 100%;
}

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

.g_icon {
  width: 100%;
  max-width: 3rem;
  height: 100%;
}

.heading_title {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  grid-column: span 6;
  display: flex;
}

.heading_title:where(.w-variant-128b6ffe-0ffe-ec91-ea0d-96c95e3f4838) {
  justify-content: flex-start;
  align-items: center;
}

.heading_title:where(.w-variant-0ec8cf91-c3c5-258e-abae-e89a73b223b4) {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.btn_main_clip {
  position: relative;
  overflow: hidden;
}

.item_main_wrap {
  width: 100%;
  padding-top: var(--_size---space--extra-small);
  padding-bottom: var(--_size---space--extra-small);
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-slot {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--_theme---accent);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  display: flex;
}

.icon-slot.is-large {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0;
}

.icon-slot.is-large:where(.w-variant-432a4113-1add-8f0d-d258-5e020111dd0f) {
  width: 2rem;
  height: 2rem;
}

.item_main_text {
  color: var(--_theme---text);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.item_feature_wrap {
  padding-top: var(--_size---space--main);
  padding-bottom: var(--_size---space--main);
  grid-column-gap: var(--_size---space--small);
  grid-row-gap: var(--_size---space--small);
  border-bottom: 1px solid var(--_theme---border);
  flex-flow: row;
  display: flex;
}

.item_feature_wrap:where(.w-variant-037c39f1-1aac-802f-49ed-7d49f76a8328) {
  border-bottom-style: none;
  padding-bottom: 0;
}

.item_feature_wrap:where(.w-variant-709d67b4-e0ae-6f71-e381-285f8d827884) {
  padding-top: 0;
}

.item_feature_wrap:where(.w-variant-32224d09-b056-51bb-3a48-89c3aaeb9043) {
  border-bottom-style: none;
  padding-bottom: 0;
}

.item_feature_wrap:where(.w-variant-32224d09-b056-51bb-3a48-89c3aaeb9044) {
  padding-top: 0;
}

.footer_wrap {
  padding-top: var(--_size---space--medium);
  padding-bottom: var(--_size---space--medium);
  border-top: 1px solid var(--_theme---border);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  position: relative;
}

.footer_top {
  padding-top: var(--_size---site--margin);
  padding-bottom: var(--_size---space--huge);
}

.footer_top.u-grid {
  grid-row-gap: var(--_size---padding--main);
  grid-row-gap: var(--_size---padding--main);
}

.footer_logo {
  width: auto;
  height: 1.75rem;
}

.footer_column {
  flex-flow: column;
  grid-column: span 5;
  display: flex;
}

.footer_column.is-1 {
  grid-column: span 7;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_subhead {
  margin-bottom: var(--_size---space--small);
  padding-bottom: var(--_size---space--small);
  border-bottom: 1px solid var(--_theme---border);
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.footer_links_wrap {
  flex-flow: column;
  display: flex;
}

.footer_link_wrap {
  padding-top: var(--_size---space--extra-small);
  padding-bottom: var(--_size---space--extra-small);
  font-size: var(--_text-style---font-size);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  text-decoration: none;
}

.footer_link_text.is-hover {
  pointer-events: none;
  pointer-events: none;
  inset: 100% auto auto 0%;
  position: absolute;
  inset: 100% auto auto 0%;
}

.footer_main_clip {
  position: relative;
  overflow: hidden;
}

.footer_bottom {
  padding-top: var(--_size---space--main);
  padding-bottom: var(--_size---space--main);
  border-top: 1px solid var(--_theme---border);
}

.footer_bottom_left {
  grid-column: span 2;
}

.nav_wrap {
  z-index: 999;
  padding-top: var(--_size---space--medium);
  padding-bottom: var(--_size---space--medium);
  background-color: var(--swatch--transparent);
  pointer-events: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_brand {
  display: flex;
}

.nav_logo_image {
  width: auto;
  height: 1.3rem;
}

.nav_menu {
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  display: flex;
}

.nav_menu_left {
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link_wrap {
  padding: var(--_size---space--extra-small) var(--_size---space--small);
  font-size: var(--_text-style---font-size);
  font-weight: var(--_typography---font--primary-medium);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  text-decoration: none;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
}

.nav_link_wrap:hover {
  color: var(--_theme---text-faded);
}

.nav_link_wrap.is-dropdown {
  width: 100%;
  padding-right: var(--_size---space--extra-small);
  padding-left: var(--_size---space--extra-small);
  grid-column-gap: var(--_size---space--extra-small);
  grid-row-gap: var(--_size---space--extra-small);
  border-bottom: 1px solid var(--_theme---border);
  font-weight: var(--_typography---font--primary-regular);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link_wrap.is-dropdown:where(.w-variant-17fb7bb4-8ac2-899c-ce1c-6951cf6d8a8d) {
  border-bottom-style: none;
}

.nav_link_text {
  letter-spacing: .01em;
}

.nav_btn_wrap {
  padding: var(--_size---space--extra-small) var(--_size---space--medium);
  border: 1px solid var(--_button-style---border);
  border-radius: var(--_size---radius--round);
  background-color: var(--_button-style---background);
  color: var(--_button-style---text);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_btn_wrap:hover {
  border-color: var(--_button-style---border-hover);
  background-color: var(--_button-style---background-hover);
  color: var(--_button-style---text-hover);
  transform: scale(.98);
}

.nav_btn_text {
  font-size: var(--_text-style---font-size);
  letter-spacing: .01em;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.nav_btn_text.is-hover {
  pointer-events: none;
  pointer-events: none;
  inset: 100% auto auto 0%;
  position: absolute;
  inset: 100% auto auto 0%;
}

.nav_btn_clip {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.split_main_wrap {
  grid-column-gap: var(--_size---space--large);
  grid-row-gap: var(--_size---space--extra-large);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split_main_visual {
  aspect-ratio: 6.72 / 8;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.split_main_content {
  padding-top: var(--_size---space--extra-large);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.split_main_content:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
  padding-top: 0;
  padding-bottom: var(--_size---space--extra-large);
}

.split_main_bottom {
  width: 100%;
  max-width: 52ch;
}

.split_main_list {
  flex-flow: column;
  display: flex;
}

.u-list-slot {
  flex-flow: column;
  width: 100%;
  min-height: 4rem;
  display: flex;
}

.image_full_wrap {
  aspect-ratio: 13.73 / 6;
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image_full_wrap.is-article {
  aspect-ratio: 11.56 / 6;
}

.is-hidden {
  display: none;
}

.u-arrow-icon {
  width: 50%;
  height: 50%;
}

.testimonials_slider_wrap {
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  flex-flow: column;
  display: flex;
}

.testimonials_slider_arrow {
  width: 3rem;
  height: 3rem;
  margin-bottom: var(--_size---space--huge);
  border: 1px solid var(--_theme---text);
  border-radius: var(--_size---radius--round);
  color: var(--_theme---text);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.testimonials_slider_arrow:hover {
  opacity: .7;
  transform: scale(.96);
}

.card_testimonial_quote.u-text-style-h4 {
  color: var(--_theme---text);
  text-align: center;
  text-align: center;
}

.card_testimonial_photo {
  border-radius: var(--_size---radius--small);
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.card_testimonial_title {
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.hero_image_wrap {
  padding-top: var(--_size---padding--huge);
  padding-bottom: var(--_size---padding--main);
  grid-column-gap: var(--_size---padding--main);
  grid-row-gap: var(--_size---padding--main);
  flex-flow: column;
  display: flex;
}

.hero_image_eyebrow, .heading_eyebrow {
  display: inline-flex;
}

.section_hero {
  background-color: var(--_theme---background);
  width: 100%;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light-secondary);
  --_theme---button-secondary--border: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2: var(--swatch--light);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--border-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--background-2-hover: var(--swatch--light);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.section_hero:where(.w-variant-fc9f1341-dc27-813e-2b3b-11c69be773a3) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-11117987-b619-a569-19ab-81f98c825e5e) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-42d013b6-4437-860d-e923-ea911696e82d) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-73537418-398f-e20f-9561-7bd4e2c2429c) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-7af65e01-4356-e8e1-b579-4baa707310c2) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-67fbe3b9-8f7d-cd25-1a27-f54d60352e16) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-86a96e56-e8ef-e871-bccd-7f2d858bc49b) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-115c10c9-a242-e83e-d097-6369ee4ada30) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-3c36a0af-1594-7076-3e54-10fc8c10949a) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-faae038e-a1c5-ca04-e13d-a1937fff5aca) {
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
}

.section_hero:where(.w-variant-d437b162-b650-7269-9cf9-8b61275b8916) {
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.section_hero:where(.w-variant-5e45bf89-f9da-94e6-bcb1-8b78497f3094) {
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.split_main_eyebrow {
  display: inline-flex;
}

.item_feature_row {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--extra-small);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.u-text-style-subhead {
  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);
  text-transform: uppercase;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.item_feature_number {
  border: 1px solid var(--_theme---border);
  border-radius: var(--_size---radius--round);
  width: 2rem;
  height: 2rem;
  color: var(--_theme---text-faded);
  font-size: var(--_text-style---font-size);
  text-align: center;
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-text-style-micro {
  font-family: var(--_text-style---font-family);
  font-size: .75rem;
  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(--_size---font-size--text-extra-small);
  --_text-style---line-height: var(--_typography---line-height--1-5);
  --_text-style---font-weight: var(--_typography---font--primary-regular);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
}

.footer_card {
  padding-right: var(--_size---site--margin);
  padding-left: var(--_size---site--margin);
  border-radius: var(--_size---radius--main);
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark-secondary);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
}

.footer_cta_wrap {
  z-index: 2;
  position: relative;
}

.footer_cta_layout {
  width: 100%;
  max-width: 72ch;
}

.footer_contain.u-container {
  padding-right: var(--_size---space--medium);
  padding-left: var(--_size---space--medium);
  padding-right: var(--_size---space--medium);
  padding-left: var(--_size---space--medium);
}

.footer_bg {
  z-index: 1;
  opacity: .8;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.footer_mask {
  z-index: 2;
  width: auto;
  height: 3.94rem;
  color: var(--_theme---background);
  --_theme---background: var(--swatch--light-secondary);
  --_theme---text: var(--swatch--dark);
  --_theme---text-faded: var(--swatch--dark-70);
  --_theme---border: color-mix(in srgb, var(--swatch--dark) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: var(--swatch--light);
  --_theme---button-secondary--border: var(--swatch--light);
  --_theme---button-secondary--background-2: var(--swatch--light-secondary);
  --_theme---button-secondary--text: var(--swatch--dark);
  --_theme---button-secondary--background-hover: var(--swatch--light);
  --_theme---button-secondary--border-hover: var(--swatch--light);
  --_theme---button-secondary--background-2-hover: var(--swatch--light-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--dark);
  margin-top: -2px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_layout {
  max-width: 100%;
  padding-top: var(--_size---space--extra-small);
  padding-right: var(--_size---space--extra-small);
  padding-bottom: var(--_size---space--extra-small);
  padding-left: var(--_size---space--medium);
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  border-top-left-radius: var(--_size---radius--round);
  border-top-right-radius: var(--_size---radius--round);
  border-bottom-left-radius: var(--_size---radius--round);
  border-bottom-right-radius: var(--_size---radius--round);
  background-color: var(--_theme---background);
  pointer-events: auto;
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark);
  --_theme---text: var(--swatch--light);
  --_theme---text-faded: var(--swatch--light-70);
  --_theme---border: color-mix(in srgb, var(--swatch--light) 16%, transparent);
  --_theme---accent: var(--swatch--brand);
  --_theme---button-primary--text: var(--swatch--light);
  --_theme---card\<deleted\|variable-54a97f6d-3ecb-15ba-fa73-e851c37d1af2\>: var(--swatch--dark-secondary);
  --_theme---selection--background: var(--_theme---accent);
  --_theme---selection--text: var(--swatch--light);
  --_theme---button-primary--background: var(--swatch--brand);
  --_theme---button-primary--border: var(--swatch--brand);
  --_theme---button-primary--background-hover: var(--swatch--brand);
  --_theme---button-primary--border-hover: var(--swatch--brand);
  --_theme---button-primary--text-hover: var(--swatch--light);
  --_theme---button-secondary--background: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2: var(--swatch--dark-secondary);
  --_theme---button-secondary--text: var(--swatch--light);
  --_theme---button-secondary--background-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--border-hover: color-mix(in srgb, var(--swatch--light) 8%, transparent);
  --_theme---button-secondary--background-2-hover: var(--swatch--dark-secondary);
  --_theme---button-secondary--text-hover: var(--swatch--light);
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.split_main_mask {
  width: auto;
  height: var(--_size---space--extra-large);
  color: var(--_theme---background);
  margin-top: -2px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.split_main_mask.is-bottom {
  inset: auto auto 0% 0%;
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto auto 0% 0%;
}

.image_full_mask {
  width: auto;
  height: var(--_size---space--huge);
  color: var(--_theme---background);
  margin-top: -2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image_full_mask.is-bottom {
  inset: auto 0% 0% auto;
  margin-top: 0;
  margin-bottom: -2px;
  inset: auto 0% 0% auto;
}

.layout_horizontal_wrap.u-grid {
  grid-row-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
}

.layout_horizontal_left {
  grid-column: span 5;
}

.layout_horizontal_content {
  padding-top: var(--_size---space--large);
  padding-right: var(--_size---space--large);
  padding-bottom: var(--_size---space--large);
  padding-left: var(--_size---space--large);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_theme---border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_theme---border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_theme---border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_theme---border);
  border-top-left-radius: var(--_size---radius--main);
  border-top-right-radius: var(--_size---radius--main);
  border-bottom-left-radius: var(--_size---radius--main);
  border-bottom-right-radius: var(--_size---radius--main);
  grid-column: 7 / span 6;
}

.layout_horizontal_content.is-list {
  background-color: var(--swatch--light-secondary);
  border-style: none;
}

.layout_horizontal_content.is-list:where(.w-variant-1c88ffe4-d0e4-1b9f-1191-20b9d38e6cd6) {
  background-color: var(--swatch--light);
}

.layout_horizontal_slot {
  flex-flow: column;
  min-height: 8rem;
  display: flex;
}

.layout_horizontal_slot.is-list {
  grid-row-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
}

.hero_image_left {
  grid-column-gap: var(--_size---space--medium);
  grid-row-gap: var(--_size---space--medium);
  flex-flow: column;
  grid-column: span 6;
  width: 100%;
  display: flex;
}

.hero_image_right {
  width: 100%;
  padding-bottom: var(--_size---space--small);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  grid-column: 9 / span 4;
  display: flex;
}

.hero_image_content {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--main);
  flex-flow: column;
  display: flex;
}

.hero_image_content.u-grid {
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--medium);
  grid-column-gap: var(--_size---space--main);
  grid-row-gap: var(--_size---space--medium);
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  align-items: end;
  display: grid;
}

.footer_cta_description {
  color: var(--_theme---text);
}

.layout_horizontal_eyebrow {
  display: inline-flex;
}

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

.testimonials_slider_layout {
  padding-top: var(--_size---space--huge);
  grid-column-gap: var(--_size---space--huge);
  grid-row-gap: var(--_size---space--huge);
  border-top: 1px solid var(--_theme---border);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials_slider_cms.swiper {
  flex: 1;
}

.u-code-embed {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.hero_visual_overlay {
  z-index: 2;
  background-color: var(--swatch--dark);
  opacity: .4;
  position: absolute;
  inset: 0%;
}

.list_slot {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_size---space--small: .75rem;
    --_size---space--large: 1.625rem;
    --_size---space--extra-large: 2.5rem;
    --_size---space--huge: 3rem;
    --_size---space--extra-small: .5rem;
    --_size---radius--main: 1rem;
    --_size---site--margin: 1.5rem;
    --_size---space--medium: .875rem;
    --_size---space--main: 1.25rem;
    --_size---padding--none: 0rem;
    --_size---padding--small: 2.25rem;
    --_size---padding--main: 3.5rem;
    --_size---padding--large: 6rem;
    --_size---padding--extra-large: 7.5rem;
    --_size---padding--huge: 9rem;
    --_size---radius--round: 100vw;
    --_size---font-size--text-extra-small: .875rem;
    --_size---site--gutter: 1rem;
    --_size---radius--small: .5rem;
    --_size---font-size--text-main: 1rem;
    --_size---font-size--text-large: 1.125rem;
    --_size---font-size--text-small: .9375rem;
    --_size---font-size--h6: 1.25rem;
    --_size---font-size--h5: 1.375rem;
    --_size---font-size--h4: 1.625rem;
    --_size---font-size--h3: 2.125rem;
    --_size---font-size--h2: 2.75rem;
    --_size---font-size--h1: 3.5rem;
    --_size---font-size--display: 4.5rem;
  }

  .u-rich-text a:hover {
    color: var(--_theme---text);
  }

  .btn_main_wrap:hover {
    border-color: var(--_button-style---border);
    background-color: var(--_button-style---background);
    color: var(--_button-style---text);
    transform: none;
  }

  .btn_main_wrap:hover:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    border-color: var(--swatch--transparent);
    background-color: var(--swatch--transparent);
  }

  .heading_wrap {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .form_main_btn:hover {
    border-color: var(--_theme---text);
    background-color: var(--_theme---text);
    color: var(--_theme---background);
    transform: scale(1);
  }

  .sg_grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn_primary:hover {
    color: #013539;
    background-color: #a3e96a;
    border-color: #a3e96a;
  }

  .card_icon_wrap {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--_theme---border);
    grid-column: span 6;
  }

  .card_icon_wrap:where(.w-variant-f4a0781b-635c-478c-87f8-d3a9d952fa08) {
    grid-column: span 6;
  }

  .card_icon_wrap:where(.w-variant-432a4113-1add-8f0d-d258-5e020111dd0f) {
    grid-column: span 5;
  }

  .card_stat_wrap, .card_pricing_wrap, .card_team_wrap, .card_team_wrap:where(.w-variant-91a6ca79-10ee-71a9-2b87-3a5befa7d90b) {
    grid-column: span 6;
  }

  .footer_top.u-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer_logo {
    height: 1.625rem;
  }

  .footer_column.is-1 {
    grid-column: span 3;
  }

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

  .footer_link_wrap {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---font--primary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  }

  .footer_bottom_left {
    grid-column: span 4;
  }

  .nav_wrap {
    padding-top: var(--_size---space--extra-small);
    padding-bottom: var(--_size---space--extra-small);
  }

  .nav_brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_logo_image {
    height: 1.5rem;
  }

  .nav_menu {
    width: 100%;
    max-width: 100%;
    padding: var(--_size---space--extra-small) var(--_size---space--large) var(--_size---space--large);
    border-radius: var(--_size---radius--main);
    background-color: var(--_theme---background);
    flex: none;
    margin-top: .25rem;
  }

  .nav_menu_left {
    margin-bottom: var(--_size---space--large);
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav_contain.u-container {
    padding-right: var(--_size---space--extra-small);
    padding-left: var(--_size---space--extra-small);
    padding-right: var(--_size---space--extra-small);
    padding-left: var(--_size---space--extra-small);
    justify-content: space-between;
  }

  .nav_link_wrap {
    padding: var(--_size---space--main) 0rem;
    border-bottom: 1px solid var(--_theme---border);
    font-family: var(--_text-style---font-family);
    color: var(--_theme---text);
    font-size: var(--_text-style---font-size);
    font-weight: var(--_typography---font--primary-regular);
    text-align: left;
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h6);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  }

  .nav_link_wrap:hover {
    color: var(--_theme---text);
  }

  .nav_link_wrap.is-dropdown {
    padding-right: var(--_size---space--medium);
    padding-left: var(--_size---space--medium);
  }

  .nav_link_wrap.is-dropdown:where(.w-variant-17fb7bb4-8ac2-899c-ce1c-6951cf6d8a8d) {
    border-bottom-style: solid;
  }

  .nav_btn_wrap {
    padding-top: var(--_size---space--medium);
    padding-bottom: var(--_size---space--medium);
  }

  .nav_btn_wrap:hover {
    border-color: var(--_button-style---border);
    background-color: var(--_button-style---background);
    color: var(--_theme---button-primary--text);
    transform: scale(1);
  }

  .nav_btn_text {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---font--primary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  }

  .nav_hamburger {
    padding: var(--_size---space--medium) var(--_size---space--main);
  }

  .nav_hamburger.w--open {
    background-color: var(--swatch--transparent);
  }

  .nav_hamburger_layout {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 2.25rem;
    height: 100%;
    display: flex;
  }

  .nav_hamburger_line {
    background-color: var(--_theme---text);
    width: 100%;
    height: 1px;
    padding: 0;
  }

  .split_main_wrap {
    flex-flow: column;
    display: flex;
  }

  .split_main_wrap:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
    flex-flow: column-reverse;
  }

  .split_main_content {
    padding-top: 0;
  }

  .split_main_content:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
    padding-bottom: 0;
  }

  .split_main_top.u-vflex-stretch-top.u-gap-medium {
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
  }

  .split_main_bottom {
    max-width: none;
  }

  .cms_grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .cms_grid_item {
    grid-column: span 6;
  }

  .filter_link_wrap {
    white-space: nowrap;
  }

  .filter_link_wrap:hover {
    color: var(--_theme---text);
  }

  .filter_link_wrap.w--current:hover {
    color: var(--_theme---background);
  }

  .testimonials_slider_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonials_slider_arrow:hover {
    opacity: 100;
    transform: none;
  }

  .card_testimonial_photo {
    width: 2.5rem;
    height: 2.5rem;
  }

  .form_contact_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .form_contact_right {
    padding-left: 0;
  }

  .hero_team_content {
    padding-right: 0;
  }

  .hero_article_wrap {
    flex-flow: column;
    display: flex;
  }

  .hero_article_content {
    padding-right: 0;
  }

  .hero_team_link:hover {
    border-color: var(--_theme---border);
  }

  .btn_main:hover {
    border-color: var(--_button-style---border);
    background-color: var(--_button-style---background);
    color: var(--_button-style---text);
    transform: none;
  }

  .item_feature_number {
    width: 1.75rem;
    height: 1.75rem;
  }

  .u-rich-text-accordion a:hover {
    color: var(--_theme---text);
  }

  .card_service_wrap {
    grid-column: span 6;
  }

  .card_main_arrow {
    display: none;
  }

  .card_case_wrap:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    flex-flow: column;
    display: flex;
  }

  .card_case_visual:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    aspect-ratio: 5 / 3.3;
  }

  .card_case_content:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    padding: var(--_size---space--large);
  }

  .footer_mask {
    height: 3rem;
  }

  .nav_layout {
    width: 100%;
    padding: var(--_size---space--small) var(--_size---space--small) var(--_size---space--small) var(--_size---space--large);
    justify-content: space-between;
    position: relative;
  }

  .nav_dropdown_wrap {
    width: 100%;
  }

  .nav_dropdown_toggle {
    padding: var(--_size---space--main) 0rem;
    border-bottom: 1px solid var(--_theme---border);
    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);
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h6);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
    justify-content: space-between;
    align-items: center;
  }

  .nav_dropdown_icon {
    width: 1.125rem;
    height: 1.125rem;
    display: none;
  }

  .nav_dropdown_menu {
    flex-flow: column;
    min-width: auto;
    padding: 0;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .nav_link_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .callout_row_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .callout_row_visual {
    aspect-ratio: 5 / 3.3;
  }

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

  .image_full_mask {
    height: var(--_size---space--large);
  }

  .newsletter_row_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .form_newsletter_btn:hover {
    border-color: var(--_theme---text);
    background-color: var(--_theme---text);
    color: var(--_theme---background);
    transform: scale(1);
  }

  .team_grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .layout_horizontal_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .hero_image_right {
    grid-column-gap: var(--_size---space--large);
    grid-row-gap: var(--_size---space--large);
    padding-bottom: 0;
  }

  .hero_visual_wrap {
    min-height: auto;
  }

  .hero_cs_wrap {
    height: auto;
  }

  .hero_cs_layout.u-grid {
    flex-flow: column;
    display: flex;
  }

  .breadcrumb_item_wrap:hover {
    opacity: 100;
  }

  .hero_cs_right {
    padding-top: 0;
  }

  .hero_team_wrap {
    padding-top: var(--_size---padding--extra-large);
    flex-flow: column;
    display: flex;
  }

  .hero_team_left {
    grid-column-gap: var(--_size---space--large);
    grid-row-gap: var(--_size---space--large);
  }

  .hero_team_visual {
    aspect-ratio: 1;
  }

  .hero_image_content.u-grid {
    flex-flow: column;
    display: flex;
  }

  .u-rich-text--blog a:hover {
    color: var(--_theme---text);
  }

  .cs_post_wrap.u-grid {
    flex-flow: column;
    display: flex;
  }

  .cs_post_left {
    padding-right: 0;
  }

  .cs_sidebar_wrap {
    position: relative;
    top: 0;
  }

  .testimonials_slider_layout {
    grid-column-gap: var(--_size---space--large);
    grid-row-gap: var(--_size---space--large);
  }

  .u-rich-text--list-card a:hover {
    color: var(--_theme---text);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_size---space--small: .625rem;
    --_size---space--large: 1.25rem;
    --_size---space--extra-large: 1.5rem;
    --_size---space--huge: 2rem;
    --_size---space--extra-small: .375rem;
    --_size---radius--main: .75rem;
    --_size---site--margin: 1rem;
    --_size---space--medium: .75rem;
    --_size---space--main: 1rem;
    --_size---padding--none: 0rem;
    --_size---padding--small: 1.5rem;
    --_size---padding--main: 2.5rem;
    --_size---padding--large: 4rem;
    --_size---padding--extra-large: 5rem;
    --_size---padding--huge: 7rem;
    --_size---radius--round: 100vw;
    --_size---font-size--text-extra-small: .75rem;
    --_size---site--gutter: .75rem;
    --_size---radius--small: .375rem;
    --_size---font-size--text-main: .875rem;
    --_size---font-size--text-large: .9375rem;
    --_size---font-size--text-small: .8125rem;
    --_size---font-size--h6: 1rem;
    --_size---font-size--h5: 1.125rem;
    --_size---font-size--h4: 1.375rem;
    --_size---font-size--h3: 1.625rem;
    --_size---font-size--h2: 2rem;
    --_size---font-size--h1: 2.5rem;
    --_size---font-size--display: 3rem;
  }

  ul {
    padding-left: var(--_size---space--extra-large);
  }

  ol {
    padding-left: var(--_size---space--huge);
  }

  figcaption {
    font-size: .6875rem;
  }

  .btn_main_wrap:where(.w-variant-b1e93108-30f8-67a6-a885-c82c56f85043) {
    grid-column-gap: var(--_size---space--medium);
    grid-row-gap: var(--_size---space--medium);
  }

  .tag_main_wrap {
    padding-left: .38rem;
    padding-right: .38rem;
  }

  .tag_main_text, .form_main_label {
    font-size: .69rem;
  }

  .sg_grid {
    grid-template-columns: 1fr;
  }

  .accordion_content {
    padding-right: 0;
  }

  .accordion_icon-wrap {
    width: 1.125rem;
    height: 1.125rem;
  }

  .icon-slot {
    width: 1.375rem;
    height: 1.375rem;
  }

  .icon-slot.is-large {
    width: 2rem;
    height: 2rem;
  }

  .icon-slot.is-large:where(.w-variant-432a4113-1add-8f0d-d258-5e020111dd0f) {
    width: 1.5rem;
    height: 1.5rem;
  }

  .item_feature_heading.u-text-style-h6 {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h5);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  }

  .card_icon_wrap {
    grid-column: span 12;
    max-width: none;
  }

  .card_icon_wrap:where(.w-variant-f4a0781b-635c-478c-87f8-d3a9d952fa08) {
    grid-column: span 12;
  }

  .card_icon_wrap:where(.w-variant-432a4113-1add-8f0d-d258-5e020111dd0f) {
    grid-column: span 10;
  }

  .card_blog_wrap {
    max-width: none;
    padding-bottom: var(--_size---space--huge);
    border-top-style: none;
  }

  .card_main_content {
    padding-right: 0;
  }

  .u-text-style-eyebrow.is-small {
    font-size: .69rem;
  }

  .card_main_heading.u-text-style-h5 {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h4);
    --_text-style---line-height: var(--_typography---line-height--1-2);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  }

  .card_main_heading.u-text-style-h5:where(.w-variant-19ac0801-381d-b3b5-ecb7-44755081fd9e) {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h3);
    --_text-style---line-height: var(--_typography---line-height--1-1);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  }

  .card_pricing_wrap {
    max-width: none;
    padding-right: var(--_size---space--main);
    padding-left: var(--_size---space--main);
    grid-column: span 12;
  }

  .card_pricing_title.u-text-style-eyebrow {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--text-main);
    --_text-style---line-height: var(--_typography---line-height--1-5);
    --_text-style---font-weight: var(--_typography---font--primary-regular);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--normal);
  }

  .card_pricing_price.u-text-style-h3 {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h2);
    --_text-style---line-height: var(--_typography---line-height--1-1);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--very-tight);
  }

  .card_team_wrap {
    grid-column: span 12;
    max-width: none;
  }

  .card_team_wrap:where(.w-variant-91a6ca79-10ee-71a9-2b87-3a5befa7d90b), .card_team_wrap:where(.w-variant-acc4ae79-e9b4-94e9-66d0-2fe2571d14e9) {
    grid-column: span 12;
  }

  .footer_wrap {
    padding-top: var(--_size---space--small);
    padding-bottom: var(--_size---space--small);
  }

  .footer_top.u-grid {
    padding-top: var(--_size---space--large);
    padding-top: var(--_size---space--large);
    flex-flow: column;
    display: flex;
  }

  .footer_logo {
    height: 1.375rem;
  }

  .footer_subhead {
    margin-bottom: var(--_size---space--small);
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_logo_image {
    height: 1.3rem;
  }

  .nav_link_wrap {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h5);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  }

  .nav_btn_text {
    font-size: var(--_size---font-size--text-main);
  }

  .nav_hamburger {
    padding-right: var(--_size---space--medium);
    padding-left: var(--_size---space--medium);
  }

  .nav_hamburger_layout {
    width: 2rem;
  }

  .split_main_content {
    padding-left: 0;
    padding-right: 0;
  }

  .cms_grid_list.u-grid {
    grid-row-gap: var(--_size---space--huge);
    grid-row-gap: var(--_size---space--huge);
  }

  .cms_grid_item {
    grid-column: span 12;
  }

  .filters_blog_wrap {
    border-radius: var(--_size---radius--main);
    flex-flow: column;
    width: 100%;
  }

  .filter_link_wrap {
    border-radius: var(--_size---radius--small);
    text-align: center;
    width: 100%;
  }

  .filters_blog_list {
    flex-flow: column;
  }

  .empty_main_wrap {
    padding-right: var(--_size---site--margin);
    padding-left: var(--_size---site--margin);
  }

  .card_testimonial_bottom.u-hflex-center-center.u-gap-medium {
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--small);
  }

  .card_testimonial_photo {
    width: 2.25rem;
    height: 2.25rem;
  }

  .form_main_columns {
    flex-flow: column;
    display: flex;
  }

  .hero_author_author_image {
    width: 2rem;
    height: 2rem;
  }

  .hero_team_link {
    width: 2.75rem;
    height: 2.75rem;
  }

  .item_feature_row {
    flex-flow: column;
  }

  .item_feature_number {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .75rem;
  }

  .card_service_wrap {
    grid-column: span 12;
    max-width: none;
  }

  .card_case_wrap {
    border-top-style: none;
    max-width: none;
  }

  .u-text-style-micro {
    font-size: .69rem;
  }

  .footer_mask {
    height: 2.25rem;
  }

  .nav_dropdown_toggle {
    --_text-style---font-family: var(--_typography---font--primary-family);
    --_text-style---font-size: var(--_size---font-size--h5);
    --_text-style---line-height: var(--_typography---line-height--1-3);
    --_text-style---font-weight: var(--_typography---font--primary-medium);
    --_text-style---letter-spacing: var(--_typography---letter-spacing--tight);
  }

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

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

  .split_main_mask {
    height: var(--_size---space--large);
  }

  .stats_row_content {
    flex-flow: column;
    width: 100%;
  }

  .newsletter_row_title.u-vflex-stretch-top.u-gap-medium {
    justify-content: flex-start;
    align-items: center;
  }

  .form_newsletter_layout.u-vflex-stretch-top.u-gap-small {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .form_newsletter_horizontal {
    grid-column-gap: var(--_size---space--medium);
    grid-row-gap: var(--_size---space--medium);
    flex-flow: column;
  }

  .form_newsletter_btn {
    padding-top: var(--_size---space--main);
    padding-bottom: var(--_size---space--main);
    border-radius: var(--_size---radius--main);
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .hero_visual_wrap {
    padding-top: var(--_size---padding--huge);
    padding-bottom: var(--_size---padding--large);
  }

  .hero_visual_layout, .hero_visual_content {
    max-width: none;
  }

  .hero_cs_wrap {
    padding-top: var(--_size---padding--huge);
    padding-bottom: var(--_size---padding--large);
  }

  .hero_team_wrap {
    padding-top: var(--_size---padding--huge);
  }

  .testimonials_slider_layout {
    grid-column-gap: var(--_size---space--small);
    grid-row-gap: var(--_size---space--huge);
    flex-flow: wrap;
  }

  .testimonials_slider_cms.swiper {
    flex: 0 auto;
    order: -9999;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .card_stat_wrap {
    grid-column: span 12;
  }

  .team_grid_list {
    grid-template-columns: 1fr;
  }

  .hero_visual_cta {
    flex-flow: column;
  }
}

#w-node-a0449ce7-e8d1-90c5-4739-2c6ba0d99e15-a0d99e14:where(.w-variant-9b9477b9-7250-1c26-fc40-b3641891574c) {
  order: 9999;
}
