@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Bold.ttf') format("truetype"), url('../fonts/Sora-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_theme---background: var(--swatch--light-100);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_theme---text: var(--swatch--dark-900);
  --_text-style---font-size: var(--_typography---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--0em);
  --_text-style---text-wrap: pretty;
  --_gap---size: var(--site--gutter);
  --_column-count---value: 1;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_spacing---space--6: clamp(2 * 1rem, ((2 - ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2.5 - 2) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2.5 * 1rem);
  --_spacing---space--7: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--main: calc(var(--site--viewport-max) * 1rem);
  --site--margin: clamp(1 * 1rem, ((1 - ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --max-width--small: 50rem;
  --max-width--full: 100%;
  --_spacing---section-space--none: 0px;
  --_spacing---section-space--small: clamp(3 * 1rem, ((3 - ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --_spacing---section-space--main: clamp(4 * 1rem, ((4 - ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 4) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --_spacing---section-space--large: clamp(5.5 * 1rem, ((5.5 - ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((10 - 5.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 10 * 1rem);
  --_spacing---section-space--page-top: clamp(7 * 1rem, ((7 - ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((14 - 7) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 14 * 1rem);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_spacing---space--2: clamp(.625 * 1rem, ((.625 - ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.75 - .625) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .75 * 1rem);
  --site--gutter: 1rem;
  --_theme---background-2: var(--swatch--light-200);
  --_spacing---space--1: clamp(.375 * 1rem, ((.375 - ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((.5 - .375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), .5 * 1rem);
  --_spacing---space--3: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --_spacing---space--4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_spacing---space--5: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_spacing---space--8: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --_typography---font--primary-family: Sora, Arial, sans-serif;
  --_typography---font--primary-regular: 400;
  --_typography---font--primary-medium: 500;
  --_typography---font--primary-bold: 700;
  --radius--small: .15rem;
  --radius--main: 1rem;
  --radius--round: 100vw;
  --border-width--main: .094rem;
  --_theme---border: var(--swatch--dark-900-o20);
  --_typography---line-height--1: 1;
  --_typography---font-size--text-small: clamp(.875 * 1rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * 1rem);
  --swatch--transparent: transparent;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  --swatch--light-100: white;
  --swatch--dark-900: #1f1d1e;
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --swatch--brand-500: #123b62;
  --swatch--dark-purple-400: color-mix(in srgb, var(--swatch--dark-purple), white 20%);
  --focus--offset-inner: -.125rem;
  --_typography---font-size--h1: clamp(2.675 * 1rem, ((2.675 - ((5 - 2.675) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((5 - 2.675) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 5 * 1rem);
  --swatch--light-200: #ebebeb;
  --_typography---font-size--h3: clamp(2.25 * 1rem, ((2.25 - ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((3 - 2.25) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 3 * 1rem);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_typography---font-size--text-large: clamp(1.125 * 1rem, ((1.125 - ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.25 - 1.125) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.25 * 1rem);
  --swatch--brand-400: color-mix(in srgb, var(--swatch--brand-500), white 20%);
  --swatch--brand-600: color-mix(in srgb, var(--swatch--brand-500), black 20%);
  --swatch--dark-900-o20: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  --swatch--dark-purple-300: color-mix(in srgb, var(--swatch--dark-purple), white 50%);
  --swatch--light-blue: #1fc0d9;
  --swatch--dark-purple: #3f3d70;
  --swatch--brand-300: color-mix(in srgb, var(--swatch--brand-500), white 50%);
  --swatch--light-purple: #cb96c4;
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --swatch--dark-800: #2f2b2d;
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --site--viewport-max: 120;
  --site--viewport-min: 20;
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  --_theme---selection--text: var(--swatch--brand-text);
  --site--column-count: 12;
  --focus--width: .125rem;
  --focus--offset-outer: .1875rem;
  --swatch--light-100-o20: color-mix(in srgb, var(--swatch--light-100) 20%, transparent);
  --swatch--brand-text: var(--swatch--dark-900);
  --_alignment---direction: start;
  --swatch--brand-text-o20: color-mix(in srgb, var(--swatch--brand-text) 20%, transparent);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
  --_typography---font--primary-trim-top: .44em;
  --_typography---font--primary-trim-bottom: .38em;
  --_typography---letter-spacing--0-03em: -.03em;
  --_typography---letter-spacing--0em: 0em;
  --_typography---line-height--1-1: 1.1;
  --_typography---line-height--1-3: 1.3;
  --_typography---line-height--1-5: 1.5;
  --_typography---font-size--text-tiny: clamp(.875 * .75rem, ((.875 - ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * .75rem + ((1 - .875) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1 * .75rem);
  --_typography---font-size--text-main: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--h6: clamp(1 * 1rem, ((1 - ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.125 - 1) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.125 * 1rem);
  --_typography---font-size--h5: clamp(1.375 * 1rem, ((1.375 - ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((1.5 - 1.375) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 1.5 * 1rem);
  --_typography---font-size--h4: clamp(1.75 * 1rem, ((1.75 - ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((2 - 1.75) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 2 * 1rem);
  --_typography---font-size--h2: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((4 - 2.5) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 4 * 1rem);
  --_typography---font-size--display: clamp(3 * 1rem, ((3 - ((7 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min)) * var(--site--viewport-min))) * 1rem + ((7 - 3) / (var(--site--viewport-max)  - var(--site--viewport-min))) * 100vw), 7 * 1rem);
  --site--column-width: calc((min(var(--max-width--main), 100% - var(--site--margin) * 2)  - (var(--site--gutter) * (var(--site--column-count)  - 1))) / var(--site--column-count));
  --_typography---text-transform--none: var(--text-transform, none);
  --_typography---text-transform--uppercase: uppercase;
  --_typography---text-transform--capitalize: capitalize;
  --_typography---text-transform--lowercase: lowercase;
  --_colors---dark-blue: #123b62;
  --_colors---light-blue: #1fc0d9;
  --_colors---light-purple: #cb96c4;
  --_colors---dark-purple: #3f3d70;
}

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

h1, h2, h3, h4, h5, h6, p {
  display: flow-root;
}

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

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

li {
  display: block;
}

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

strong {
  font-weight: bold;
}

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

figure {
  margin-bottom: 0;
}

.c-heading {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

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

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

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

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

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

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

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

.c-heading:where(.w-variant-74a3180a-e505-b452-032f-599c8e557249) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-9027c8ae-1ba5-f702-ea6e-4a1c3fca9f64) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading:where(.w-variant-3fbd0d32-5675-1947-73b3-abb16c1fb986) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading.h2 {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading.h2.u-opacity-75 {
  mix-blend-mode: luminosity;
}

.c-heading.h2-2 {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading.h2-2.u-zindex-2 {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-heading.u-split-fix.h4 {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.c-paragraph:where(.w-variant-eee56f15-d7ce-d101-2f8c-83b3bbd55d4a) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--display);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--6);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-3ddfa43e-abc1-422e-6e6d-23dfb7da71f3) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-efb733fe-da83-69a3-ea4a-b3f2f89d0389) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

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

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

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

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

.c-paragraph:where(.w-variant-fdb8e663-01e0-aae6-13eb-e6dfca16b689) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-61d538b2-709c-eb7a-4258-8c0890dc07fc) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

.c-paragraph:where(.w-variant-4099173f-f581-635c-a5fe-cf4a89c62029) {
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
}

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

.c-grid:where(.w-variant-2d129b71-f389-2bb5-157e-4c6664b6f1f7) {
  --_column-count---value: 2;
}

.c-grid:where(.w-variant-205cb359-64f4-9613-16be-7b6ea21da130) {
  --_column-count---value: 3;
}

.c-grid:where(.w-variant-a43392db-4e92-372b-85af-453fa5f58a0b) {
  --_column-count---value: 4;
}

.c-grid:where(.w-variant-a49c393c-8eb9-9702-a7f7-b0d31c2535b6) {
  --_column-count---value: 5;
}

.c-grid:where(.w-variant-1fa34b50-a837-2ff8-cbdc-a25a0f0f655e) {
  --_column-count---value: 6;
}

.c-grid:where(.w-variant-40a5ac65-6ad6-ab31-f112-a487dd6f4194) {
  --_column-count---value: 7;
}

.c-grid:where(.w-variant-acca940a-8500-4c63-671b-ba41437b73b7) {
  --_column-count---value: 8;
}

.c-grid:where(.w-variant-3f4418b6-400a-afb6-8442-1ca7dcd18498) {
  --_column-count---value: 9;
}

.c-grid:where(.w-variant-6ad0d720-f0d5-1ea4-b1b1-2599a18bd67d) {
  --_column-count---value: 10;
}

.c-grid:where(.w-variant-d8367f61-c746-929f-bff3-d9477c01c581) {
  --_column-count---value: 11;
}

.c-grid:where(.w-variant-fd7db3dc-d58a-e1d7-ed64-9b8a1a6798b5) {
  --_column-count---value: 12;
}

.u-theme-light {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-theme-dark {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-theme-brand {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

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

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

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

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

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

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

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

.u-text-style-large {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.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(--_typography---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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-text-style-small {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.u-rich-text {
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h1 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h1);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h2 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h2);
  --_text-style---line-height: var(--_typography---line-height--1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h3 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h3);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0-03em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--5);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

.u-rich-text h4 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h4);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
}

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

.u-rich-text h6 {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--h6);
  --_text-style---line-height: var(--_typography---line-height--1-1);
  --_text-style---font-weight: var(--_typography---font--primary-medium);
  --_text-style---letter-spacing: var(--_typography---letter-spacing--0em);
  --_text-style---text-wrap: balance;
  --_text-style---margin-top: var(--_spacing---space--7);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-wrap: var(--_text-style---text-wrap);
  text-transform: var(--_text-style---text-transform, none);
}

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

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

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

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

.u-rich-text ul {
  margin-top: var(--_text-style---margin-top);
  margin-bottom: var(--_text-style---margin-bottom);
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: var(--_alignment---direction, start);
  flex-flow: column;
  padding-left: 1.2em;
  list-style-type: disc;
  display: flex;
  overflow: visible;
}

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

.u-section {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.u-section:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa594) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa595) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-section:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-container {
  z-index: 1;
  max-width: var(--max-width--main);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-container-small {
  z-index: 1;
  max-width: var(--max-width--small);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

.u-container-full {
  z-index: 1;
  max-width: var(--max-width--full);
  width: calc(100% - var(--site--margin) * 2);
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  container: threshold-large / inline-size;
}

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

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

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

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

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

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

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

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

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

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

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

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

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

.u-section-spacer.main-2 {
  height: clamp(4rem, 3.4rem + 3vw, 7rem);
}

.u-visual-wrap {
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.u-line-clamp-1, .u-line-clamp-2, .u-line-clamp-3, .u-line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
}

.u-content-wrapper {
  text-align: var(--_alignment---direction, start);
}

.u-content-wrapper:where(.w-variant-67e1f4a6-997b-b215-d348-cc757a57083b) {
  --_alignment---direction: start;
}

.u-content-wrapper:where(.w-variant-4f54624e-ceb1-0769-a238-365d5e220b70) {
  --_alignment---direction: center;
}

.u-content-wrapper:where(.w-variant-405b6754-709a-81de-bf32-f0102c0c7aa2) {
  --_alignment---direction: end;
}

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

.u-child-contain {
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  min-width: 100%;
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  display: flex;
}

.u-flex-horizontal-wrap {
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: wrap;
  display: flex;
}

.u-flex-vertical-nowrap {
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: column;
  display: flex;
}

.u-flex-horizontal-nowrap {
  align-content: center;
  align-items: center;
  justify-content: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: row;
  display: flex;
}

.u-flex-vertical-wrap {
  justify-content: center;
  align-items: var(--_alignment---direction, start);
  text-align: var(--_alignment---direction, start);
  flex-flow: column wrap;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.u-align-self-variable {
  align-self: var(--_alignment---direction, start);
}

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

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

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

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

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

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

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

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

.u-align-items-variable {
  align-items: var(--_alignment---direction, start);
}

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

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

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

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

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

.u-justify-content-variable {
  justify-content: var(--_alignment---direction, start);
}

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

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

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

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

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

.u-background-skeleton {
  background-color: color-mix(in lab, currentcolor 10%, transparent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-embed-js.embed-canvas {
  z-index: 10;
}

.u-alignment-start {
  --_alignment---direction: start;
  text-align: var(--_alignment---direction, start);
}

.u-alignment-center {
  --_alignment---direction: center;
  text-align: var(--_alignment---direction, start);
}

.u-alignment-end {
  --_alignment---direction: end;
  text-align: var(--_alignment---direction, start);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-cover-absolute.u-zindex-2 {
  top: -19%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.u-threshold-large {
  container-name: threshold-large;
}

.u-threshold-medium {
  container-name: threshold-medium;
}

.u-threshold-small {
  container-name: threshold-small;
}

.styleguide_subheading {
  margin-bottom: 0;
}

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

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

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

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

.form_main_label_wrap {
  width: 100%;
  font-size: var(--_typography---font-size--text-small);
  text-align: left;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

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

.form_main_layout {
  grid-column-gap: var(--_spacing---space--6);
  grid-row-gap: var(--_spacing---space--6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--_theme---border);
  background-color: #0000;
  margin-top: 0;
  padding: .8rem 1.4rem;
}

.form_main_field {
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  width: 100%;
  height: 3rem;
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-large);
  --_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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  color: inherit;
  text-transform: var(--_text-style---text-transform, none);
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  outline-style: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form_main_field:focus {
  border-bottom-color: var(--_theme---text);
}

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

.form_main_field.is-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
  padding-top: .5rem;
}

.button_main_wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--swatch--transparent);
  color: var(--_button-style---text);
  text-align: center;
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_main_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_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);
}

.button_main_wrap.u-position-relative {
  overflow: hidden;
}

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

.button_toggle_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--round);
  background-color: var(--_button-style---background);
  width: 5rem;
  color: var(--_button-style---text);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  justify-content: center;
  align-items: center;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_toggle_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57), .button_toggle_wrap:where(.w-variant-bb0688d1-65b6-14b6-81e5-21e2cd39bbda) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_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);
}

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

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

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

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

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

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

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

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

.hero_utility-page_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

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

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

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

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

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

.eyebrow_wrap {
  justify-content: var(--_alignment---direction, start);
  display: flex;
}

.eyebrow_wrap.margin-bottom-custom-launch:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  margin-bottom: -1rem;
}

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

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

.overlay_wrap {
  background-color: #000;
}

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

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.styleguide_nav_wrap {
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  width: 100%;
  top: var(--site--margin);
  max-height: calc(100svh - var(--site--margin) * 2);
  order: 1;
  grid-column: 10 / -1;
  padding: 1rem;
  position: sticky;
  overflow: clip auto;
}

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

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

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

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

.styleguide_nav_sub_list {
  overflow: hidden;
}

.styleguide_nav_sub_link {
  opacity: .6;
  outline-offset: var(--focus--offset-inner);
  padding: .125rem 1.1rem;
  line-height: 1.3em;
  display: block;
}

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

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

.button_toggle_pause {
  opacity: 0;
  display: block;
}

.button_toggle_play {
  display: block;
}

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

.eyebrow_layout.is-countup {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
}

.eyebrow_layout.is-countup:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  flex-flow: wrap;
  display: flex;
}

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

.styleguide_card_hidden {
  display: none;
}

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

.section_contain:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7), .section_contain:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  color: var(--swatch--light-100);
}

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

.form_main_fieldset_wrap {
  width: 100%;
  font-size: var(--_typography---font-size--text-small);
}

.form_main_radio_circle_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  padding: 0;
  display: flex;
}

.form_main_radio_label {
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form_main_radio_circle_inner {
  aspect-ratio: 1;
  opacity: 0;
  background-color: currentColor;
  border-radius: 100vw;
  width: 80%;
  padding: 0;
}

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

.form_main_checkbox_label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-weight: inherit;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

.form_main_checkbox_box {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_theme---border);
  border-radius: var(--radius--small);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  padding: 0;
  display: flex;
}

.form_main_checkbox_icon {
  opacity: 0;
  width: 63%;
  color: var(--_theme---background);
  overflow: visible !important;
}

.background_wrap:where(.w-variant-cd5f9287-5b9f-b1bf-cfe9-3449eb06f297) {
  background-color: var(--_theme---background);
}

.background_wrap:where(.w-variant-eb0f2029-84f7-ce58-38ea-0afc3f5a3171) {
  background-color: var(--_theme---background-2);
}

.background_wrap:where(.w-variant-00652692-1cf2-39d8-e337-8ce9d282997c) {
  background-color: var(--swatch--dark-900);
}

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

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

.section_wrap {
  background-color: #0000;
}

.section_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f12) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f14) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-978beb63-22ec-3889-e822-6467b85367fe) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-978beb63-22ec-3889-e822-6467b85367ff) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.section_wrap:where(.w-variant-978beb63-22ec-3889-e822-6467b8536800) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.button_link_wrap {
  flex-flow: column;
  padding-top: .5em;
  padding-bottom: .5em;
  display: inline-flex;
  position: relative;
}

.button_link_wrap:where(.w-variant-1a3149c7-1f13-f3e8-f1c7-3b197201c9a2) {
  color: var(--swatch--light-100);
}

.button_link_wrap:hover {
  border-bottom-color: var(--_theme---text-link--border-hover);
  color: var(--_theme---text-link--text-hover);
}

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

.swiper-wrapper {
  display: flex;
}

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

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

.slider_bullet_item.is-active {
  border-color: var(--swatch--brand-500);
  background-color: var(--swatch--brand-500);
}

.slider_wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
  container-type: inline-size;
}

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

.slider_list {
  height: 100%;
}

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

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

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

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

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

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

.card_primary_wrap {
  display: flex;
  position: relative;
}

.card_primary_wrap:where(.w-variant-9f014f4b-d626-9cef-8d8a-830c2f1fa9b1), .card_primary_wrap:where(.w-variant-8b588d41-984e-d7f2-c7f9-a4d159255758), .card_primary_wrap:where(.w-variant-f7b1a9dc-8619-5a45-6e32-770230da4e63) {
  color: var(--swatch--light-100);
}

.card_primary_inner {
  width: 100%;
  padding: var(--_spacing---space--4);
  border: var(--border-width--main) none black;
  border-radius: var(--radius--small);
  position: relative;
}

.card_primary_inner.u-flex-vertical-wrap.u-justify-content-end {
  aspect-ratio: 1;
}

.button_arrow_wrap {
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--small);
  background-color: var(--_button-style---background);
  width: 3rem;
  color: var(--_button-style---text);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  justify-content: center;
  align-items: center;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.button_arrow_wrap:where(.w-variant-ab355ea0-b722-2f23-3507-f0290f710e57), .button_arrow_wrap:where(.w-variant-bb0688d1-65b6-14b6-81e5-21e2cd39bbda) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_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);
}

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

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

.accordion_js {
  display: none;
}

.accordion_toggle_icon {
  aspect-ratio: 1;
  flex: none;
  width: 1.4rem;
}

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

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

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

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

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

.footer_wrap {
  background-color: var(--swatch--light-100);
  background-image: radial-gradient(circle farthest-corner at 5% 60%, #123b624d, transparent 82%), radial-gradient(circle farthest-corner at 80% 90%, #1fc0d966, transparent 30%), linear-gradient(180deg, transparent 50%, var(--swatch--dark-purple-400));
  position: relative;
}

.footer_wrap.u-position-relative {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #123b624d, transparent 43%), radial-gradient(circle farthest-corner at 80% 90%, #1fc0d966, transparent 30%), linear-gradient(180deg, transparent 50%, var(--swatch--dark-purple-400));
}

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

.footer_layout {
  grid-row-gap: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  grid-column-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.footer_layout.u-grid-above {
  grid-template-rows: auto;
}

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

.footer_content.u-grid-autofill {
  grid-column: span 12;
}

.footer_logo_wrap {
  width: 100vw;
}

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

.footer_social_link {
  width: 1.5rem;
}

.footer_nav {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--7);
  flex: 500 auto;
  grid-column: span 12;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer_group_item {
  display: flex;
}

.footer_link_wrap {
  padding-top: var(--_spacing---space--1);
  padding-bottom: var(--_spacing---space--1);
  justify-content: flex-start;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_link_wrap:hover {
  color: var(--_button-style---text);
}

.footer_link_text.u-text-style-small {
  position: relative;
}

.footer_bottom_contain.u-container {
  align-content: center;
}

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

.footer_bottom_text {
  margin-bottom: 0;
}

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

.footer_bottom_item {
  display: flex;
}

.footer_bottom_link_wrap {
  padding-top: var(--_spacing---space--1);
  padding-bottom: var(--_spacing---space--1);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_bottom_link_wrap:hover {
  color: var(--_button-style---text);
}

.footer_bottom_link_text.u-text-style-small {
  position: relative;
}

.nav_component {
  z-index: 1000;
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
  container-type: inline-size;
}

.nav_component:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_component:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  z-index: 995;
}

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

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

.nav_banner_wrap {
  z-index: 1;
  background-color: var(--_theme---text);
  color: var(--_theme---background);
  font-size: var(--text-small--font-size);
  height: var(--nav--banner-height);
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.nav_banner_embed {
  display: none;
}

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

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

.nav_banner_svg {
  width: 1rem;
  overflow: visible !important;
}

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

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

.nav_screen-reader-text {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_wrap {
  z-index: 1;
  background-color: var(--swatch--transparent);
  position: relative;
}

.nav_wrap.is-desktop {
  background-color: #fff0;
  display: none;
}

.nav_contain {
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.nav_logo_wrap {
  z-index: 2;
  width: 8rem;
  padding-right: var(--_spacing---space--3);
  grid-column-gap: var(--_spacing---space--1);
  grid-row-gap: var(--_spacing---space--1);
  outline-offset: var(--focus--offset-inner);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_logo_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_logo_wrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  color: var(--swatch--light-100);
}

.nav_desktop_layout {
  z-index: 1;
  flex: 1;
  display: flex;
}

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

.nav_links_component.is-desktop {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  position: relative;
}

.nav_links_component.is-desktop:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_component.is-desktop:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4), .nav_links_component.is-desktop.u-flex-vertical-nowrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.nav_links_wrap {
  flex: 1;
}

.nav_links_wrap.is-desktop {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav_links_wrap.is-desktop:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_wrap.is-desktop:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4), .nav_links_wrap.is-desktop.u-flex-vertical-nowrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.nav_links_item {
  display: flex;
}

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

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

.nav_links_link.is-desktop {
  height: 100%;
  padding: 0px var(--_spacing---space--3);
  transition: color .2s;
  overflow: hidden;
}

.nav_links_link.is-desktop:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_link.is-desktop:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  padding-right: var(--_text-style---letter-spacing);
  color: var(--swatch--light-200);
  font-size: var(--_typography---font-size--h3);
}

.nav_links_link.is-desktop:hover {
  color: var(--_theme---button-primary--text-hover);
}

.nav_links_link.is-desktop.u-flex-vertical-nowrap {
  padding-right: var(--_text-style---letter-spacing);
  font-size: var(--_typography---font-size--h3);
}

.nav_links_text, .nav_links_text:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_text:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  position: relative;
}

.nav_links_svg {
  flex: none;
  width: 1rem;
  margin-left: auto;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  overflow: visible !important;
}

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

.nav_dropdown_main_wrap.is-desktop {
  width: 10rem;
  padding-top: var(--_spacing---space--1);
  position: absolute;
}

.nav_dropdown_main_scroll.is-desktop {
  background-color: var(--_theme---background);
  max-height: calc(100svh - var(--nav--height-total)  - 1rem);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto !important;
}

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

.nav_dropdown_link.is-desktop {
  padding-top: var(--_spacing---space--2);
  padding-bottom: var(--_spacing---space--2);
  border-bottom-style: solid;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--_theme---border);
  padding-left: calc(var(--_spacing---space--6) / 2);
  padding-right: calc(var(--_spacing---space--6) / 2);
  font-size: inherit;
}

.nav_dropdown_text {
  transition: opacity .1s;
}

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

.nav_dropdown_mega_wrap.is-desktop {
  position: absolute;
}

.nav_dropdown_mega_content {
  position: relative;
}

.nav_dropdown_mega_content.is-desktop {
  background-color: var(--_theme---background);
}

.nav_dropdown_mega_scroll {
  position: relative;
}

.nav_dropdown_mega_scroll.is-desktop {
  max-height: calc(100svh - var(--nav--height-total)  - 1rem);
  overflow: hidden auto;
  margin-top: var(--nav--height) !important;
}

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

.nav_dropdown_mega_layout.is-desktop {
  grid-column-gap: var(--site--gutter);
  grid-row-gap: var(--_spacing---space--6);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  padding-top: clamp(2.25rem, 2.03571rem + 1.07143vw, 3rem);
  padding-bottom: clamp(2.5rem, 2.07143rem + 2.14286vw, 4rem);
  display: grid;
}

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

.nav_actions_wrap.is-desktop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.nav_links_locales_hide {
  display: none;
}

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

.nav_search_wrap {
  border-bottom: var(--border-width--main) solid var(--_theme---border);
  display: flex;
}

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

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

.nav_search_label {
  width: 100%;
}

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

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

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

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

.nav_buttons_item.is-main.is-desktop {
  margin: 0px var(--_spacing---space--3);
}

.nav_mobile_contain {
  z-index: 2;
  grid-column-gap: var(--_spacing---space--3);
  height: var(--nav--height);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav_menu_wrap {
  background-color: var(--swatch--transparent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: left;
  padding-top: var(--nav--height);
  inset: 0% 0% auto;
  transform: none !important;
}

.nav_menu_scroll {
  max-height: calc(100svh - var(--nav--height-total));
  overflow: hidden auto;
}

.nav_menu_contain {
  padding-top: var(--_spacing---space--3);
  padding-bottom: var(--_spacing---space--8);
}

.nav_menu_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

.nav_menu_contain.u-container.is-desktop {
  display: block;
}

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

.nav_btn_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_btn_wrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  color: var(--swatch--light-100);
}

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

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

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

.nav_btn_line.is-light:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  max-width: var(--max-width--main);
  opacity: .1;
  background-color: var(--_theme---background);
}

.nav_dropdown_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_menu_backdrop {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background-color: color-mix(in srgb, var(--swatch--dark-900) 20%, transparent);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav_logo_image.u-position-relative {
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.button_main_icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--small);
  background-color: var(--_button-style---background);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 3rem;
  padding: 1rem;
}

.button_main_text_wrap {
  border: var(--border-width--main) none var(--_button-style---border);
  border-radius: var(--radius--small);
  background-color: var(--_button-style---background);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
  overflow: clip;
}

.button_main_text_wrap:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_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: solid;
}

.button_main_text_wrap.is-absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
  right: 98%;
}

.button_main_group {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}

.button_main_group.u-position-absolute {
  width: 100%;
  inset: auto 0% 0%;
}

.button_main_group.u-position-absolute.u-zindex-1 {
  top: 100%;
}

.scramble-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.scramble-heading {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  max-width: 12em;
  margin: 0 auto;
  font-size: 3em;
  font-weight: 400;
  line-height: .9;
}

.scramble-button {
  border: var(--border-width--main) dotted black;
  color: #131313;
  text-transform: uppercase;
  border-radius: .3125em;
  padding: .5em 1em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.scramble-button-text {
  margin-bottom: 0;
}

.nav_bg_blur {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  position: absolute;
  inset: 0%;
}

.progressive-blur_wrap {
  z-index: 0;
  pointer-events: none;
  height: 15vw;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.progressive-blur_wrap.is-card {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.progressive-blur_wrap.is-mobile-bg {
  height: 100vw;
}

.progressive-blur_wrap.is-mobile-bg:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  height: 200vw;
}

.progressive-blur_panel {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

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

.nav_line.is-horrizontal:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_line.is-horrizontal:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  opacity: .1;
  background-color: var(--_theme---background);
}

.nav_line.is-horrizontal.is-mobile:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_line.is-horrizontal.is-mobile:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_line.is-left-vertical {
  width: 1px;
  height: 100%;
  max-width: var(--max-width--main);
  position: absolute;
  top: 0%;
  right: 0%;
}

.nav_line.is-left-vertical:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_line.is-left-vertical:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  opacity: .1;
  background-color: var(--_theme---background);
}

.nav_line.is-right-vertical {
  width: 1px;
  height: 100%;
  max-width: var(--max-width--main);
  background-color: var(--_theme---background);
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav_line.is-right-vertical:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_line.is-right-vertical:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  background-color: var(--_theme---background);
}

.nav_line.is-right-vertical.is-mobile {
  left: auto;
  right: 4rem;
}

.nav_dot {
  background-color: var(--_theme---text);
  width: 100%;
  height: var(--nav--hamburger-thickness);
  flex: none;
}

.nav_dot.is-horrizontal:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  max-width: var(--max-width--main);
  opacity: .1;
  background-color: var(--_theme---background);
  height: var(--nav--hamburger-thickness);
}

.nav_dot.is-logo {
  width: 2px;
  height: 2px;
  max-width: var(--max-width--main);
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav_dot.is-logo:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_dot.is-logo:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  background-color: var(--_theme---background);
}

.nav_dot.is-right-vertical:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  width: 1px;
  height: 100%;
  max-width: var(--max-width--main);
  opacity: .1;
  background-color: var(--_theme---background);
  position: absolute;
  top: 0;
  left: 0;
}

.nav_dot.is-links {
  width: 2px;
  height: 2px;
  max-width: var(--max-width--main);
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav_dot.is-links:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_dot.is-links:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  width: 2px;
  height: 2px;
  max-width: var(--max-width--main);
  background-color: var(--_theme---background);
}

.nav_dot.is-links.is-mobile:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_dot.is-links.is-mobile:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  left: auto;
  right: 4rem;
}

.nav_dot.is-links.is-tab-left {
  background-color: var(--swatch--dark-900);
}

.nav_dot.is-links.is-tab-last {
  background-color: var(--swatch--dark-900);
  left: auto;
  right: 0%;
}

.nav_dot.is-logo-top {
  width: 2px;
  height: 2px;
  max-width: var(--max-width--main);
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_dot.is-logo-top:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_dot.is-logo-top:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  background-color: var(--_theme---background);
}

.nav_dot.is-links-top {
  width: 2px;
  height: 2px;
  max-width: var(--max-width--main);
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav_dot.is-links-top:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_dot.is-links-top:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  width: 2px;
  height: 2px;
  max-width: var(--max-width--main);
  background-color: var(--_theme---background);
}

.nav_dot.is-links-top.is-mobile:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_dot.is-links-top.is-mobile:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  left: auto;
  right: 4rem;
}

.nav_dot.is-links-top.is-tab-left {
  background-color: var(--swatch--dark-900);
}

.nav_dot.is-links-top.is-tab-last {
  background-color: var(--swatch--dark-900);
  left: auto;
  right: 0%;
}

.ghost-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.ghost-section.is--light {
  color: #121422;
  background-color: #cdf7ff;
}

.ghost-heading {
  letter-spacing: -.03em;
  text-transform: uppercase;
  max-width: 15em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.ghost-heading.is--small {
  max-width: 25em;
  font-size: 2.5em;
  line-height: 1.1;
}

.button_main_icon_group.u-position-relative {
  border-radius: var(--radius--small);
  width: 3.7rem;
  display: flex;
  overflow: hidden;
}

.arrow_icon_group {
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
}

.arrow_icon_group:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_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);
}

.arrow_icon_group.is-absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: auto;
  right: 100%;
}

.progress-nr {
  z-index: 5;
  font-size: var(--_typography---font-size--text-large);
  line-height: 1;
  font-weight: var(--_typography---font--primary-bold);
  mix-blend-mode: luminosity;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 99%;
  left: 98.75%;
  transform: translate(-50%, -50%);
}

.progress-bar-wrap {
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 1rem;
  transition: background-color .2s;
  position: fixed;
  inset: auto 0% 0%;
}

.progress-bar-wrap:hover {
  background-color: #0000000d;
}

.progress-bar {
  background-color: var(--swatch--brand-400);
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: scale3d(0, 1, 1);
}

.u-height-200vh {
  height: 200vh;
}

.unicor_studio {
  z-index: 1005;
  background-color: var(--swatch--dark-900);
  width: 100vw;
  height: 100svh;
  display: block;
  position: fixed;
}

.unicor_studio.u-min-height-screen {
  z-index: 100;
  background-color: #092cf3;
  width: 50%;
  position: relative;
}

.unicor_studio.is-hero {
  overflow: hidden;
}

.links_line {
  background-color: var(--swatch--brand-500);
  width: 100%;
  height: 1.25rem;
  position: absolute;
  right: 1px;
  transform: translate(-103%);
}

.links_line:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .links_line:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  background-color: var(--swatch--brand-500);
  color: inherit;
}

.links_line_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  z-index: 0;
  flex-flow: column;
}

.footer_link_line {
  background-color: var(--swatch--brand-500);
  width: 100%;
  height: 1rem;
  position: absolute;
  right: 0%;
  transform: translate(-100%);
}

.footer_link_line:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  background-color: var(--swatch--dark-900);
  width: 100%;
  height: .125rem;
  color: inherit;
  position: absolute;
  right: 0;
  transform: translate(-100%);
}

.arrow_icon_bg {
  border: var(--border-width--main) solid var(--_button-style---border);
  border-radius: var(--radius--small);
  background-color: var(--_button-style---background);
  vertical-align: middle;
  --_button-style---text: var(--_theme---button-primary--text);
  --_button-style---border: var(--_theme---button-primary--border);
  --_button-style---background: var(--_theme---button-primary--background);
  --_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);
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 1rem;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.arrow_icon_bg:where(.w-variant-e85564cd-af30-a478-692b-71732aefb3ab) {
  --_button-style---text: var(--_theme---button-secondary--text);
  --_button-style---border: var(--_theme---button-secondary--border);
  --_button-style---background: var(--_theme---button-secondary--background);
  --_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);
}

.arrow_icon_bg.is-absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: auto;
  right: 100%;
}

.scroll_track {
  height: 200svh;
}

.scroll_section {
  height: 100svh;
  padding: 0% var(--site--margin) 5%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll_image_wrapp {
  width: 50vw;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.modal_css {
  display: none;
}

.modal_open {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal_dialog {
  z-index: 1000;
  width: 100%;
  max-width: none;
  height: 100vh;
  color: inherit;
  -webkit-backdrop-filter: blur(calc(1rem * var(--progress)));
  backdrop-filter: blur(calc(1rem * var(--progress)));
  background-color: #0000;
  border-style: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  max-height: 100vh !important;
  overflow: hidden !important;
}

.modal_inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.modal_backdrop {
  width: 100%;
  height: 100vh;
  opacity: calc(var(--progress) * .2);
  background-color: #000;
  position: absolute;
  inset: 0% 0% auto;
}

.modal_contain {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  width: calc(100% - 4rem);
  max-width: 37rem;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.modal_draggable_wrap {
  z-index: 1;
  flex: none;
  height: 200%;
  max-height: 200%;
  position: absolute;
  inset: 0% 0% auto;
}

.modal_draggable_contain {
  cursor: grab;
  width: 100%;
  height: 50%;
}

.modal_card {
  z-index: 2;
  pointer-events: none;
  color: #000;
  transform: translateY(calc(var(--progress-inverse) * 100%)) scale(calc(1 - (.2 * var(--progress-inverse-clamped))));
  flex-flow: column;
  flex: none;
  margin-bottom: calc(100vh - 80dvh);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.modal_background {
  border-top-left-radius: var(--radius--small);
  border-top-right-radius: var(--radius--small);
  border-bottom-left-radius: var(--radius--small);
  border-bottom-right-radius: var(--radius--small);
  background-color: #fff;
  width: 100%;
  height: calc(100% + 100vh);
  position: absolute;
  inset: 0% 0% auto;
}

.modal_top {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.modal_bar {
  opacity: .11;
  background-color: var(--swatch--brand-600);
  border-radius: 100vw;
  width: 6rem;
  height: .3rem;
}

.modal_scroll {
  pointer-events: auto;
  flex: none;
  max-height: calc(100dvh - 10rem);
  padding: .3rem 2rem 2rem;
  position: relative;
  overflow: hidden auto;
}

.modal_close {
  z-index: 2;
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand-500);
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  padding: .3em;
  position: relative;
}

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

.modal_js {
  display: none;
}

.modal_wrap.u-position-relative {
  z-index: 996;
}

.pre-loader-code.hide {
  display: none;
}

.unicorn-studio-code {
  z-index: 1006;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: block;
  position: fixed;
  inset: 0%;
}

.unicorn-studio-code.hide {
  display: none;
}

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

.u-vflex-top-centre.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.unicorn-bottom-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_theme---background);
  background-color: #1f1d1e66;
  border: .7px solid #fff6;
  border-radius: .15rem;
  margin-bottom: .5rem;
  padding: 1rem 1.5rem;
  position: relative;
  inset: auto auto 2.5rem;
}

.z-index-1002 {
  z-index: 1002;
  position: relative;
}

.unicorn-content-inner {
  opacity: 1;
  width: 100vw;
  min-height: 100svh;
  color: var(--swatch--light-200);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block, .underline-link {
  position: relative;
}

.unicorn-inner-centre {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_theme---background);
  background-color: #1f1d1e8c;
  border: .8px solid #fff6;
  border-radius: .25rem;
  padding: 2rem 2rem 1.75rem;
}

.glass-block {
  z-index: 1003;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  transition: all .6s;
  display: flex;
  position: relative;
}

.glass-block:hover {
  transform: scale(.98);
  box-shadow: inset 0 39px 56px -36px #ffffff80, inset 0 7px 11px -4px #ffffff40, inset 0 -82px 68px -64px #3535354d, inset 0 98px 100px -48px #0000004d, inset 0 4px 18px #3f3f3f4d, inset 0 1px 40px #e3deff33;
}

.glass-block.u-blend {
  mix-blend-mode: screen;
}

.u-blend {
  mix-blend-mode: hard-light;
}

.nav-link {
  opacity: .5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  opacity: .75;
}

.nav-link.is--active {
  opacity: 1;
}

.flex-h {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1;
}

.nav-corners {
  z-index: 999;
  width: auto;
  height: auto;
  color: var(--_theme---background);
  position: absolute;
  inset: 0%;
}

.nav-corners.opacity-50 {
  opacity: .5;
}

.nav-corner {
  z-index: 1003;
  width: .75rem;
  height: .75rem;
  position: absolute;
}

.nav-corner.is--tl {
  z-index: 999999;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  inset: -.5rem auto auto -.5rem;
}

.nav-corner.is--tl.corner-small {
  width: .5rem;
  height: .5rem;
  top: -.3rem;
  left: -.3rem;
}

.nav-corner.is--tr {
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  inset: -.5rem -.5rem auto auto;
}

.nav-corner.is--tr.corner-small {
  width: .5rem;
  height: .5rem;
  top: -.3rem;
  right: -.3rem;
}

.nav-corner.is--bl {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  inset: auto auto -.5rem -.5rem;
}

.nav-corner.is--bl.corner-small {
  width: .5rem;
  height: .5rem;
  bottom: -.3rem;
  left: -.3rem;
}

.nav-corner.is--br {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  inset: auto -.5rem -.5rem auto;
}

.nav-corner.is--br.corner-small {
  width: .5rem;
  height: .5rem;
  bottom: -.3rem;
  right: -.3rem;
}

.no-underline {
  text-decoration: none;
}

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

.u-hflex-centre-centre.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

._100--width {
  width: 100%;
}

.animation-container {
  z-index: 9999;
  aspect-ratio: 1;
  background-color: var(--swatch--dark-900);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sound_button_wrap {
  z-index: 1004;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.sound_button_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .sound_button_wrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  overflow: hidden;
}

.sound_button {
  width: 2rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}

.sound_button:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .sound_button:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  justify-content: center;
  align-items: center;
}

.unmute_icon {
  position: absolute;
  inset: 0%;
  pointer-events: none !important;
}

.unmute_icon:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .unmute_icon:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  display: flex;
  overflow: hidden;
}

.mute_icon {
  position: absolute;
  inset: 0%;
  pointer-events: none !important;
}

.mute_icon:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .mute_icon:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  display: flex;
  overflow: hidden;
}

.button_primary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #01010100;
  border: 1px solid #ffffff3d;
  border-radius: 4rem;
  padding: 1.1rem 2rem 1rem;
  font-size: 1.8rem;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 4px 2px 40px #0286ac4a;
}

.button_primary.on_modal {
  z-index: 1000000;
  cursor: pointer;
  position: relative;
}

.button_primary.on_modal:hover {
  box-shadow: 6px 2px 100px #00c6ff33;
}

.btn_bg {
  background-color: #85a2c2;
  width: 100%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

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

.btn_text_ab {
  color: #000;
  line-height: 1.2;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.btn_text {
  line-height: 1.2;
}

.sticky_visual_wrap {
  background-color: #0000;
}

.sticky_visual_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.sticky_visual_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.sticky_visual_wrap:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.sticky_visual_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f12) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.sticky_visual_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.sticky_visual_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f14) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.sticky-text_contain:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7), .sticky-text_contain:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  color: var(--swatch--light-100);
}

.sticky-text_layout.u-height-100vh {
  height: 100vh;
  margin-top: 10vh;
}

.sticky-text_layout.u-height-100vh:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.u-height-300vh {
  height: 300vh;
}

.visual_cms_list, .sticky_visual_cms.u-position-sticky {
  height: 100vh;
}

.visual_item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.visual_item.is-front {
  opacity: 100;
}

.preview-container {
  width: 100%;
  max-width: var(--max-width--full);
  margin-left: auto;
  margin-right: auto;
}

.preview-item__row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.preview-item__col {
  flex: 1;
}

.preview-item__col.is--large {
  max-width: 55%;
}

.preview-item__col.is--small {
  max-width: 20%;
}

.preview-item__col.is--medium {
  max-width: 25%;
}

.preview-collection {
  width: 100%;
  margin-top: .5em;
}

.preview-list {
  flex-flow: column;
  width: 100%;
  position: relative;
}

.preview-item {
  width: 100%;
  transition: opacity .2s;
}

.preview-item__inner {
  border-top: 1px solid var(--swatch--dark-900-o20);
  width: 100%;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.preview-item__heading {
  font-size: var(--_typography---font-size--h1);
  margin-top: 0;
  margin-bottom: 0;
}

.preview-item__text {
  margin-bottom: 0;
}

.preview-item__visual {
  aspect-ratio: 1;
  width: 22em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.preview-item__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.preview-follower {
  z-index: 100;
  aspect-ratio: 1 / 1.25;
  border-radius: var(--radius--small);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 20em;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.preview-follower__inner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preview-follower__label {
  z-index: 2;
  position: absolute;
}

.preview-follower__label-span {
  background-color: #fff;
  border-radius: .25em;
  padding: .75em 1.25em;
  font-size: 1em;
}

.g_visual_whipe {
  z-index: 2;
  background-color: var(--swatch--dark-purple-300);
}

.sticky-text_dots_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sticky-text_dots_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  margin-bottom: .75rem;
}

.sticky-text_dots {
  aspect-ratio: 1;
  background-color: var(--swatch--light-blue);
  width: .5rem;
}

.u-differnce {
  color: #fff;
  mix-blend-mode: difference;
}

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

.test-background {
  z-index: -1;
  background-color: var(--swatch--dark-900);
  position: absolute;
  inset: 0%;
}

.u-blend-custom {
  mix-blend-mode: exclusion;
}

.u-opacity-75 {
  opacity: .75;
}

.gradient-section {
  z-index: 0;
  background-image: linear-gradient(180deg, transparent, var(--swatch--dark-purple));
  position: absolute;
  inset: auto 0% 0%;
}

.responsive-wrapper {
  z-index: 99999;
  background-color: var(--swatch--light-200);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.u-background-3-light-200 {
  background-color: var(--swatch--light-200);
}

.unicorn_background {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.logo_svg {
  padding-bottom: 1px;
}

.modal_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_content-wrapper {
  width: 100%;
  max-width: 40rem;
  height: 100svh;
  padding-right: var(--_spacing---space--8);
  padding-bottom: 5rem;
  padding-left: var(--_spacing---space--8);
  background-color: var(--swatch--brand-300);
  background-image: url('../images/Fluid-Abstract-Design_1Fluid Abstract Design.avif');
  background-position: 0 100%;
  background-size: auto;
  position: absolute;
  right: 0;
  overflow: auto;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal_bg {
  z-index: -2;
}

.modal_bg.u-cover-absolute {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.u-bkgrnd-gradient-light-purple {
  background-image: linear-gradient(180deg, transparent 30%, var(--swatch--light-purple));
}

.u-bkgrnd-gradient-dark-purple {
  background-image: linear-gradient(#0000 50%, #3f3d7099);
}

.bkgrnd-gradient-container {
  z-index: -1;
  background-image: linear-gradient(0deg, var(--swatch--light-100), transparent 20%), linear-gradient(180deg, var(--swatch--light-100), transparent 20%);
  cursor: none;
  position: absolute;
  inset: 0%;
}

.gradient-move-1 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--swatch--dark-purple), transparent 65%);
  opacity: .65;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gradient-move-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--swatch--brand-500), transparent 65%);
  opacity: .6;
  width: 50vw;
  height: 50vw;
  position: absolute;
  inset: 5vw 7vw auto auto;
}

.gradient-move-3 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--swatch--light-blue), transparent 53%);
  opacity: .4;
  width: 20vw;
  height: 25vw;
  position: absolute;
  inset: 7vw 15vw auto auto;
}

.gradient-move-container {
  position: relative;
}

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

.section_error-404 {
  background-color: var(--swatch--dark-900);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.unicorn_error-404 {
  z-index: -1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.modal_1_open {
  color: #fff;
  cursor: pointer;
  background-color: #242424;
  border-radius: 100vw;
  padding: .5em 1.4em;
}

.modal_1_dialog {
  z-index: 1000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: none;
  color: inherit;
  background-color: #0000;
  border-style: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal_1_inner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100dvh;
  padding: 0 0 0 1rem;
  display: flex;
}

.modal_1_backdrop {
  opacity: .2;
  background-color: #000;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.modal_1_content {
  background-color: var(--swatch--light-200);
  width: 100%;
  max-width: 55rem;
  height: 100dvh;
  max-height: 100%;
  position: relative;
}

.modal_1_scroll {
  border-radius: inherit;
  height: 100%;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden auto;
}

.menu-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.menu-list-item {
  height: auto;
  position: relative;
  overflow: visible;
}

.menu-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  width: 90%;
  padding-top: .75em;
  text-decoration: none;
  display: flex;
}

.menu-link-heading {
  z-index: 1;
  text-transform: none;
  line-height: .9;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.u-text-style-main-2 {
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.modal-image {
  min-height: 45vh;
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
}

.modal_1_close {
  aspect-ratio: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 3rem;
  margin-bottom: 1rem;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.modal_1_close:hover {
  background-color: var(--swatch--brand-400);
}

.u-text-style-tiny {
  font-family: var(--_text-style---font-family);
  font-size: var(--_text-style---font-size);
  line-height: var(--_text-style---line-height);
  font-weight: var(--_text-style---font-weight);
  letter-spacing: var(--_text-style---letter-spacing);
  --_text-style---font-family: var(--_typography---font--primary-family);
  --_text-style---font-size: var(--_typography---font-size--text-tiny);
  --_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--0em);
  --_text-style---text-wrap: pretty;
  --_text-style---margin-top: var(--_spacing---space--4);
  --_text-style---margin-bottom: var(--_spacing---space--4);
  --_text-style---text-transform: var(--_typography---text-transform--none);
  --_text-style---trim-top: var(--_typography---font--primary-trim-top);
  --_text-style---trim-bottom: var(--_typography---font--primary-trim-bottom);
  text-transform: var(--_text-style---text-transform, none);
  text-wrap: var(--_text-style---text-wrap);
  display: flow-root;
}

.motionpath-content {
  justify-content: center;
  align-items: center;
}

.motionpath-content-inner {
  justify-content: flex-start;
  align-items: center;
}

.motionpath-svg {
  justify-content: center;
  align-items: center;
}

.motionpath-content-wrap {
  z-index: 1;
}

.motionpath-content-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
}

.motionpath-content-item__visual {
  flex: none;
}

.motionpath-content-item__details {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.motionpath-content-item__label {
  color: #13131399;
  background-color: #fff;
  width: 100%;
  padding: .5em .75em;
  font-size: .75em;
  line-height: 1.2;
}

.motionpath-content-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.motionpath-content-title {
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .8;
  position: absolute;
}

.text_1_wrap {
  color: var(--text_1_color-1);
}

.text_1_js {
  display: none;
}

.tab_1_button_list {
  display: flex;
}

.tab_1_button_item {
  outline-color: var(--swatch--light-200);
  width: 100%;
  font-weight: var(--_typography---font--primary-medium);
  text-align: center;
  cursor: pointer;
  outline-width: 1px;
  outline-style: solid;
  padding: .8rem .5rem;
  transition-property: border-color, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  position: relative;
  outline-offset: -.5px !important;
}

.tab_1_button_item:hover {
  background-color: var(--_theme---selection--background);
  outline-color: var(--_theme---selection--background);
}

.tab_1_button_item.is-active {
  border-color: var(--swatch--brand-500);
  background-color: var(--swatch--brand-500);
  color: var(--_theme---button-primary--text);
}

.tab_1_content_item {
  grid-column-gap: var(--_gap---size);
  grid-row-gap: var(--_gap---size);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  display: none;
}

.tab_1_content_item.is-active {
  grid-auto-columns: 1fr;
}

.tab_1_content_item.u-grid-autofill {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.tab_1_control_wrap {
  grid-column-gap: var(--_spacing---space--4);
  grid-row-gap: var(--_spacing---space--4);
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.tab_1_control_button {
  background-color: var(--swatch--brand-300);
  text-align: center;
  cursor: pointer;
  width: 3rem;
}

.tab_1_js {
  display: none;
}

.tab_1_content_div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab_1_content_group {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.circle-container {
  background-color: var(--swatch--brand-500);
  width: 100%;
  height: 100%;
}

.circle-container.is-contact {
  background-color: var(--swatch--transparent);
  position: static;
}

.mute_sound_svg {
  width: 2rem;
}

.mute_sound_svg:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  width: 2rem;
  color: var(--swatch--light-100);
  flex: none;
}

.mute_sound_svg:where(.w-variant-47765276-5526-79a2-4151-567a0788dfab), .mute_sound_svg:where(.w-variant-4f8efea0-7fa1-ba08-79fc-51e59ed8558b) {
  color: var(--swatch--light-100);
}

.mute_sound_svg:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
  width: 2rem;
  color: var(--swatch--light-100);
  flex: none;
}

.mute_marquee_group:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  flex: none;
  width: 6rem;
  display: flex;
  overflow: hidden;
}

.u-vflex-tablet-swap {
  display: block;
}

.u-hide, .u-hide:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  display: none;
}

.section-resource {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.marquee-advanced {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.marquee-advanced:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
  width: auto;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.error-404-back-to-home {
  padding-top: 30vh;
}

.button_main_bg {
  border: 1px solid var(--_theme---button-primary--border);
  position: absolute;
  inset: 0%;
}

.collection-list {
  position: relative;
}

.collection-item {
  border-bottom: 1px #fff;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.image-wrapper {
  width: 30%;
  height: 100%;
  margin-left: 22%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-sticky {
  aspect-ratio: 1;
  align-items: center;
  display: flex;
  position: sticky;
  top: 50vh;
}

.name {
  text-align: right;
  order: 1;
  width: 50%;
}

.title {
  width: 17%;
}

._1x1-square {
  aspect-ratio: 1;
  overflow: hidden;
}

.u-show-mobile-portrait {
  display: none;
}

.u-show-mobile-portrait:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
  display: none;
}

.u-hflex-top-left-stack:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line_wrap {
  z-index: 999;
  pointer-events: none;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.line_panel {
  border-right: 1px solid #ffffff1f;
  width: 100%;
  height: 100%;
}

.line_panel.last {
  border-right-color: #fff0;
}

.transition_wrap {
  z-index: 1200;
  flex-flow: column;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.transition_column {
  background-color: var(--swatch--brand-500);
  height: 100%;
}

.horizontal__wrap {
  flex-flow: row;
  min-height: 100dvh;
  display: flex;
}

.horizontal__wrap.u-theme-light {
  z-index: 1;
  position: relative;
}

.horizontal__panel {
  flex: none;
  width: 100%;
  position: relative;
}

.horizontal__panel-inner {
  width: 100%;
  height: 100%;
  padding: 1.25em;
}

.demo-card {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-card__bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.demo-card__bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.demo-card__inner {
  z-index: 1;
  color: var(--swatch--light-100);
  position: relative;
}

.demo-header__h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.about_sticky_wrap {
  background-color: #0000;
}

.about_sticky_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.about_sticky_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.about_sticky_wrap:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.about_sticky_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f12) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.about_sticky_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.about_sticky_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f14) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.vlaues_contain:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7), .vlaues_contain:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  color: var(--swatch--light-100);
}

.vlaues_contain.u-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values_wrap {
  background-color: #0000;
}

.values_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.values_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.values_wrap:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.values_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f12) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.values_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.values_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f14) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.values_wrap.u-section.u-theme-light.u-min-height-screen {
  z-index: 1;
  position: sticky;
  top: 0;
}

.values_wrap.u-section.u-theme-light.u-min-height-screen.is-bottom {
  z-index: 0;
  top: auto;
  bottom: 0;
}

.p5-grid-container {
  background-image: radial-gradient(circle at 85% 80%, #123b624d, #0000 37%), radial-gradient(circle at 35%, #123b6280 19%, #0000 66%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.mwg_effect022 {
  background-color: #0000;
}

.mwg_effect022:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.mwg_effect022:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.mwg_effect022:where(.w-variant-bb2c68bd-fd74-aa1e-69b0-e84595dd4ec8) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.mwg_effect022:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f12) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.mwg_effect022:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.mwg_effect022:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f14) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.mwg_effect022.u-section.u-theme-dark.u-min-height-screen {
  z-index: 1;
  position: sticky;
  top: 0;
}

.mwg_effect022.u-section.u-theme-dark.u-min-height-screen.is-bottom {
  z-index: 0;
  top: auto;
  bottom: 0;
}

.mwg_effect022_contain:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7), .mwg_effect022_contain:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  color: var(--swatch--light-100);
}

.mwg_effect022_contain.u-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.mwg_effect022_layout.u-flex-horizontal-nowrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.mwg_effect022_layout.u-flex-horizontal-nowrap.u-mt-8 {
  justify-content: flex-start;
  align-items: flex-start;
}

.mwg_effect022_trigger {
  min-height: 150svh;
}

.articles_wrap {
  background-color: var(--_theme---background);
  color: var(--_theme---text);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.articles_wrap:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa594) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa595) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_wrap:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.articles_contain:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7), .articles_contain:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  color: var(--swatch--light-100);
}

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

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

.card_primary_link_wrap:where(.w-variant-f7b1a9dc-8619-5a45-6e32-770230da4e63) {
  justify-content: flex-start;
  align-items: center;
}

.card_modal_wrap {
  display: flex;
  position: relative;
}

.card_modal_wrap:where(.w-variant-9f014f4b-d626-9cef-8d8a-830c2f1fa9b1), .card_modal_wrap:where(.w-variant-8b588d41-984e-d7f2-c7f9-a4d159255758), .card_modal_wrap:where(.w-variant-f7b1a9dc-8619-5a45-6e32-770230da4e63) {
  color: var(--swatch--light-100);
}

.card_modal_inner {
  width: 100%;
  padding: var(--_spacing---space--4);
  border: var(--border-width--main) none black;
  border-radius: var(--radius--small);
  position: relative;
}

.card_modal_inner.u-flex-vertical-wrap.u-justify-content-end {
  aspect-ratio: 1;
}

.card_modal_link_wrap, .card_modal_link_wrap:where(.w-variant-f7b1a9dc-8619-5a45-6e32-770230da4e63) {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article_wrap {
  background-color: #0000;
}

.article_wrap.u-section {
  z-index: 1;
  margin-left: 35vw;
}

.article_contain.u-container {
  align-content: center;
  min-height: 100vh;
}

.fund_border {
  z-index: 2;
  border-bottom: 1px solid var(--swatch--dark-800);
  opacity: .3;
  width: 100%;
  height: 1px;
}

.social-share {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-top: var(--_spacing---space--8);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-share__button {
  width: 3em;
  height: 3em;
  color: var(--swatch--brand-500);
  appearance: none;
  background-color: #ebebeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-share__icon {
  width: 1.5em;
  display: flex;
}

.social-share__icon.is--success {
  position: absolute;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.relevnt_layout {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.relevant_contain.u-container {
  align-content: center;
}

.u-animate-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.u-animate-section:where(.w-variant-a4eabb01-8ed6-63d0-157e-0a7b56aedaa1) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-857e5430-97c7-deb6-3c1a-d3063f9fe2c7) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-f3a81397-d460-3add-9beb-5ec7af47907a) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-b4d321b1-05d4-6b05-8ab2-dfbc2f41ee4e) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa594) {
  --_theme---background: var(--swatch--light-100);
  --_theme---text: var(--swatch--dark-900);
  --_theme---heading-accent: var(--swatch--brand-600);
  --_theme---background-2: var(--swatch--light-200);
  --_theme---border: var(--swatch--dark-900-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa595) {
  --_theme---background: var(--swatch--dark-900);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: var(--swatch--brand-500);
  --_theme---background-2: var(--swatch--dark-800);
  --_theme---border: var(--swatch--light-100-o20);
  --_theme---text-link--border-hover: var(--swatch--brand-500);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---button-secondary--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--light-100);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-500);
  --_theme---button-primary--background-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.u-animate-section:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  --_theme---background: var(--swatch--brand-500);
  --_theme---text: var(--swatch--light-100);
  --_theme---heading-accent: color-mix(in srgb, var(--_theme---text), white 20%);
  --_theme---background-2: var(--swatch--brand-600);
  --_theme---border: var(--swatch--brand-text-o20);
  --_theme---text-link--border-hover: var(--_theme---text);
  --_theme---text-link--text-hover: var(--_theme---text-link--text);
  --_theme---button-primary--text-hover: var(--_theme---text-link--text-hover);
  --_theme---selection--background: var(--swatch--brand-300);
  --_theme---button-primary--text: var(--swatch--brand-500);
  --_theme---button-primary--border: var(--_theme---button-primary--background);
  --_theme---selection--text: var(--swatch--brand-text);
  --_theme---button-primary--background: var(--swatch--brand-text);
  --_theme---button-primary--background-hover: color-mix(in srgb, var(--_theme---button-primary--background), white 10%);
  --_theme---button-primary--border-hover: var(--_theme---button-primary--background-hover);
  --_theme---button-secondary--background: var(--swatch--transparent);
  --_theme---button-secondary--border: var(--_theme---border);
  --_theme---button-secondary--text: var(--_theme---text);
  --_theme---button-secondary--background-hover: var(--_theme---text);
  --_theme---button-secondary--border-hover: var(--_theme---button-secondary--background-hover);
  --_theme---button-secondary--text-hover: var(--_theme---background);
  --_theme---text-link--text: var(--_theme---text);
  --_theme---text-link--border: var(--_theme---border);
}

.article-hero_wrap.u-section.u-theme-dark {
  z-index: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100svh;
  position: fixed;
  inset: 0%;
}

.article-hero_contain:where(.w-variant-25bf08d9-3196-322b-5616-019ac7f0f4f7), .article-hero_contain:where(.w-variant-81d28ae9-775f-5853-05b6-5a178dafa596) {
  color: var(--swatch--light-100);
}

.article_trigger {
  min-height: 70svh;
}

.sound_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sound_layout {
  display: flex;
}

.sound_track {
  will-change: transform;
  flex: none;
  animation-name: sound_timeline;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  display: flex;
}

.sound_track.is-reversed {
  animation-direction: reverse;
}

.sound_cms_wrap {
  flex: none;
  display: flex;
}

.sound_cms_list {
  flex: none;
  justify-content: space-around;
  display: flex;
}

.sound_cms_item {
  flex: none;
}

.sound_cms_text {
  font-size: 4rem;
}

.sound_cms_img {
  aspect-ratio: 16 / 9;
  opacity: .27;
  background-color: currentColor;
  width: 15rem;
  max-width: none;
}

.sound_embed {
  display: none;
}

.link_1_line {
  transform-origin: 100%;
  width: 100%;
  height: 1.25px;
  transform-style: preserve-3d;
  background-color: currentColor;
  margin-top: .25rem;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  transform: scale3d(0, 1, 1);
}

.contact_bg_wrap {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 40%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contact_contin.u-container {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.contact_group {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_title {
  height: 50vh;
}

.launch-video {
  max-width: 28rem;
  margin-bottom: var(--_spacing---space--4);
}

.launch-video:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  max-width: 30rem;
  margin-top: var(--_spacing---space--4);
  margin-bottom: var(--_spacing---space--4);
}

.time-elapsed-inner:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav_links_component.is-desktop:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_component.is-desktop:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .nav_links_component.is-desktop.u-flex-vertical-nowrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_component.is-desktop.u-flex-vertical-nowrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    grid-row-gap: var(--_spacing---space--3);
  }

  .nav_links_wrap.is-desktop:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_wrap.is-desktop:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-end;
  }

  .nav_links_wrap.is-desktop.u-flex-vertical-nowrap {
    align-self: stretch;
  }

  .nav_links_item {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .nav_links_item:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_item:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    font-size: var(--_typography---font-size--h1);
    align-self: stretch;
  }

  .nav_links_link.is-desktop:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_links_link.is-desktop:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    padding-right: var(--_text-style---letter-spacing);
    justify-content: center;
    align-items: flex-end;
  }

  .nav_links_link.is-desktop.u-flex-vertical-nowrap {
    justify-content: center;
    align-items: flex-end;
  }

  .nav_menu_scroll {
    max-height: none;
  }

  .nav_menu_contain.u-container:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .nav_menu_contain.u-container:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    min-height: calc(100svh - var(--nav--height-total));
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .nav_btn_wrap.w--open {
    color: inherit;
    background-color: #c8c8c800;
  }

  .progressive-blur_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .progressive-blur_wrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    height: 20vw;
  }

  .progressive-blur_wrap.is-mobile-bg:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
    height: 120vw;
  }

  .progress-nr {
    left: 98%;
  }

  .links_line {
    display: none;
  }

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

  .preview-item__row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview-item__row.tabelt--hide {
    display: none;
  }

  .preview-item__col.is--large {
    flex: none;
    order: -1;
    width: 100%;
    max-width: none;
  }

  .preview-item__col.is--small {
    max-width: 100%;
  }

  .preview-item__col.is--small.tablet--hide {
    display: none;
  }

  .preview-item__col.is--medium {
    order: -1;
    max-width: 80%;
  }

  .preview-list {
    grid-column-gap: 1em;
    grid-row-gap: 4em;
    flex-flow: wrap;
  }

  .preview-item {
    width: calc(50% - .5em);
  }

  .preview-item__inner {
    border: 1px #000;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .preview-item__heading {
    font-size: 2em;
  }

  .preview-item__visual {
    order: -1;
    width: 100%;
    margin-bottom: 1em;
    display: block;
    position: relative;
  }

  .preview-follower {
    display: none;
  }

  .sticky-text_dots_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
    margin-bottom: .5rem;
  }

  .responsive-wrapper {
    display: flex;
  }

  .nav_menu_bg {
    background-color: var(--swatch--transparent);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: absolute;
    inset: 0%;
  }

  .modal_component {
    display: flex;
  }

  .modal_content-wrapper {
    width: 80%;
    max-width: none;
    padding: var(--_spacing---space--8) var(--_spacing---space--7);
  }

  .modal_1_content {
    max-width: 35rem;
  }

  .tab_1_button_list {
    flex-flow: column;
  }

  .tab_1_content_item {
    grid-auto-columns: 1fr;
  }

  .u-vflex-tablet-swap {
    flex-flow: column-reverse;
    display: flex;
  }

  .article_wrap.u-section {
    margin-left: 0;
  }

  .article-hero_wrap.u-section.u-theme-dark {
    min-height: 80svh;
    position: sticky;
  }

  .article_trigger {
    display: none;
  }

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

  .contact_title {
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .eyebrow_wrap.margin-bottom-custom-launch:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
    margin-bottom: 0;
  }

  .eyebrow_layout.is-countup:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
    flex-flow: column;
  }

  .progressive-blur_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .progressive-blur_wrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    height: 26vw;
  }

  .progressive-blur_wrap.is-mobile-bg:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
    height: 180vw;
  }

  .ghost-heading {
    font-size: 2em;
  }

  .ghost-heading.is--small {
    font-size: 1.5em;
  }

  .progress-nr {
    left: 97.5%;
  }

  .button_primary {
    font-size: 3rem;
  }

  .preview-item__row {
    align-content: flex-start;
  }

  .preview-item__col.is--small {
    flex: 0 auto;
    width: 100%;
    font-size: 1.5em;
  }

  .preview-list {
    grid-row-gap: 3em;
  }

  .preview-item {
    width: 100%;
  }

  .preview-item__inner.responsive-layout-research {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
  }

  .preview-item__visual.responsive-img-layout-research {
    aspect-ratio: 1;
    max-width: 18ch;
  }

  .modal_content-wrapper {
    width: 90%;
    padding-right: var(--_spacing---space--5);
    padding-bottom: 7rem;
    padding-left: var(--_spacing---space--5);
  }

  .modal_1_inner {
    padding-left: 0;
  }

  .modal_1_content {
    max-width: 100%;
  }

  .motionpath-content-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .motionpath-content-path {
    max-height: 70vh;
  }

  .motionpath-content-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .motionpath-content-item__details {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 1em;
  }

  .motionpath-content-item__label {
    font-size: .625em;
  }

  .motionpath-content-item__title {
    font-size: 1.25em;
  }

  .tab_1_content_item.u-grid-autofill {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab_1_content_div {
    order: -1;
  }

  .horizontal__wrap {
    flex-flow: column;
  }

  .horizontal__panel {
    height: 30em;
  }

  .demo-card {
    padding: 1.25em;
  }

  .demo-header__h1 {
    font-size: 2.5em;
  }

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

  .article_layout {
    padding-left: 0%;
  }

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

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

  .eyebrow_wrap.margin-bottom-custom-launch:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
    margin-bottom: 1rem;
  }

  .footer_group_item {
    align-self: stretch;
  }

  .footer_link_wrap {
    padding-top: var(--_spacing---space--2);
    padding-bottom: var(--_spacing---space--2);
    font-size: var(--_text-style---font-size);
    flex: 1;
  }

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

  .progressive-blur_wrap:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb), .progressive-blur_wrap:where(.w-variant-953abaad-8dd5-9e2d-4d77-eff82d8976c4) {
    height: 40vw;
  }

  .progressive-blur_wrap.is-mobile-bg:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
    height: 360vw;
    position: absolute;
    inset: 0%;
  }

  .progress-nr {
    left: 97%;
  }

  .unicor_studio.is-hero {
    padding-bottom: 10vh;
  }

  .u-hflex-centre-centre.gap-1._100--width {
    flex-flow: column;
  }

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

  .preview-item__inner.responsive-layout-research {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .preview-item__visual.responsive-img-layout-research {
    aspect-ratio: 1 / 1.3;
  }

  .sticky-text_dots_wrap:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
    margin-bottom: 0;
  }

  .modal_component {
    display: none;
  }

  .tab_1_button_list {
    flex-flow: row;
    overflow: auto;
  }

  .tab_1_button_item {
    flex: none;
    width: 42%;
  }

  .marquee-advanced__item:where(.w-variant-48c3d670-2982-8f83-a98a-a13861f8e8cb) {
    flex: none;
    width: 10rem;
  }

  .collection-item {
    display: block;
  }

  .image-wrapper {
    width: auto;
    margin-left: 0%;
    position: relative;
  }

  .image-sticky {
    height: auto;
    position: relative;
    top: 0;
  }

  .name {
    text-align: left;
    width: auto;
  }

  .title {
    width: auto;
  }

  .u-show-mobile-portrait, .u-show-mobile-portrait:where(.w-variant-838fdc2c-88d5-216a-6039-58f7c0ec3f13) {
    display: block;
  }

  .contact_bg_wrap {
    width: 100%;
    top: 0;
  }

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

  .launch-video {
    max-width: none;
  }
}

#w-node-_07b49e9e-ea67-ff06-b5e3-1fc17fa558e2-e7b44ce7 {
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_78f809f0-4ab4-4935-9318-fa52abd79034-8c8f03f1, #w-node-_78f809f0-4ab4-4935-9318-fa52abd7903e-8c8f03f1, #email-subscription.w-node-_78f809f0-4ab4-4935-9318-fa52abd79057-8c8f03f1, #w-node-c391dd65-36a6-e07e-6526-78dcffa2adf6-ffa2adf0, #w-node-c391dd65-36a6-e07e-6526-78dcffa2ae0a-ffa2adf0, #email-subscription.w-node-c391dd65-36a6-e07e-6526-78dcffa2ae14-ffa2adf0, #w-node-c391dd65-36a6-e07e-6526-78dcffa2ae23-ffa2adf0, #w-node-f3110a5e-608a-b8e5-9dc6-90689f450c7d-9f450c77, #w-node-f3110a5e-608a-b8e5-9dc6-90689f450cb4-9f450c77, #email-subscription.w-node-f3110a5e-608a-b8e5-9dc6-90689f450c96-9f450c77, #w-node-f3110a5e-608a-b8e5-9dc6-90689f450ca5-9f450c77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype'), url('../fonts/Sora-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}