/*! tailwindcss v4.0.16 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-950: oklch(0.13 0.028 261.692);
    --color-neutral-100: #BEBEBE;
    --color-neutral-200: #8F8E8B;
    --color-black: #000;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-dark-bg: #04111F;
    --color-brand: #004780;
    --color-brand-dark: #122A45;
    --color-overlay-blue: #004B87E5;
    --font-body: "Neue Haas Grotesk Text Pro";
    --spacing-page-margin: 20px;
    --text-display-xxl: 44px;
    --spacing-display-xxl: 56px;
    --text-display-xl: 24px;
    --spacing-display-xl: 36px;
    --text-display-l: 20px;
    --spacing-display-l: 26px;
    --text-title-xxxl: 36px;
    --spacing-title-xxxl: 56px;
    --text-title-xxl: 26px;
    --spacing-title-xxl: 36px;
    --text-title-xl: 24px;
    --spacing-title-xl: 36px;
    --text-title-l: 20px;
    --spacing-title-l: 30px;
    --text-title-s: 18px;
    --spacing-title-s: 26px;
    --text-title-m: 16px;
    --spacing-title-m: 22px;
    --text-body-xl: 16px;
    --spacing-body-xl: 22px;
    --text-body-l: 14px;
    --spacing-body-l: 30px;
    --text-body-m: 14px;
    --spacing-body-m: 18px;
    --text-body-s: 12px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-20 {
    top: calc(var(--spacing) * -20);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .-right-full {
    right: -100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .container {
    width: 100%;
    @media (width >= 480.1px) {
      max-width: 480.1px;
    }
    @media (width >= 660.1px) {
      max-width: 660.1px;
    }
    @media (width >= 768.1px) {
      max-width: 768.1px;
    }
    @media (width >= 1024.1px) {
      max-width: 1024.1px;
    }
    @media (width >= 1280.1px) {
      max-width: 1280.1px;
    }
    @media (width >= 1440.1px) {
      max-width: 1440.1px;
    }
    @media (width >= 1680.1px) {
      max-width: 1680.1px;
    }
    @media (width >= 1920.1px) {
      max-width: 1920.1px;
    }
    @media (width >= 2048px) {
      max-width: 2048px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-page-margin {
    margin-inline: var(--spacing-page-margin);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .size-\[37px\] {
    width: 37px;
    height: 37px;
  }
  .size-\[46px\] {
    width: 46px;
    height: 46px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-\[90svh\] {
    height: 90svh !important;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[30svh\] {
    height: 30svh;
  }
  .h-\[50svh\] {
    height: 50svh;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-\[450px\] {
    max-height: 450px;
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-46 {
    width: calc(var(--spacing) * 46);
  }
  .w-full {
    width: 100%;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .self-center {
    align-self: center;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[0\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.5px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/50 {
    border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
  .bg-brand {
    background-color: var(--color-brand);
  }
  .bg-brand-dark {
    background-color: var(--color-brand-dark);
  }
  .bg-dark-bg {
    background-color: var(--color-dark-bg);
  }
  .bg-overlay-blue {
    background-color: var(--color-overlay-blue);
  }
  .bg-overlay-blue\/50 {
    background-color: color-mix(in oklab, var(--color-overlay-blue) 50%, transparent);
  }
  .bg-overlay-blue\/80 {
    background-color: color-mix(in oklab, var(--color-overlay-blue) 80%, transparent);
  }
  .bg-overlay-blue\/90 {
    background-color: color-mix(in oklab, var(--color-overlay-blue) 90%, transparent);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-none {
    background-image: none;
  }
  .from-dark-bg {
    --tw-gradient-from: var(--color-dark-bg);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-0\% {
    --tw-gradient-from-position: 0%;
  }
  .from-20\% {
    --tw-gradient-from-position: 20%;
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-60\% {
    --tw-gradient-to-position: 60%;
  }
  .stroke-neutral-200 {
    stroke: var(--color-neutral-200);
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[50\%_50\%\] {
    object-position: 50% 50%;
  }
  .object-center {
    object-position: center;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-page-margin {
    padding-inline: var(--spacing-page-margin);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-36 {
    padding-block: calc(var(--spacing) * 36);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-page-margin {
    padding-left: var(--spacing-page-margin);
  }
  .text-left {
    text-align: left;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-body-l {
    font-size: var(--text-body-l);
  }
  .text-body-m {
    font-size: var(--text-body-m);
  }
  .text-body-s {
    font-size: var(--text-body-s);
  }
  .text-body-xl {
    font-size: var(--text-body-xl);
  }
  .text-display-l {
    font-size: var(--text-display-l);
  }
  .text-display-xl {
    font-size: var(--text-display-xl);
  }
  .text-display-xxl {
    font-size: var(--text-display-xxl);
  }
  .text-title-l {
    font-size: var(--text-title-l);
  }
  .text-title-m {
    font-size: var(--text-title-m);
  }
  .text-title-s {
    font-size: var(--text-title-s);
  }
  .text-title-xl {
    font-size: var(--text-title-xl);
  }
  .text-title-xxl {
    font-size: var(--text-title-xxl);
  }
  .text-title-xxxl {
    font-size: var(--text-title-xxxl);
  }
  .leading-body-l {
    --tw-leading: var(--spacing-body-l);
    line-height: var(--spacing-body-l);
  }
  .leading-body-m {
    --tw-leading: var(--spacing-body-m);
    line-height: var(--spacing-body-m);
  }
  .leading-body-xl {
    --tw-leading: var(--spacing-body-xl);
    line-height: var(--spacing-body-xl);
  }
  .leading-display-l {
    --tw-leading: var(--spacing-display-l);
    line-height: var(--spacing-display-l);
  }
  .leading-display-xl {
    --tw-leading: var(--spacing-display-xl);
    line-height: var(--spacing-display-xl);
  }
  .leading-display-xxl {
    --tw-leading: var(--spacing-display-xxl);
    line-height: var(--spacing-display-xxl);
  }
  .leading-title-l {
    --tw-leading: var(--spacing-title-l);
    line-height: var(--spacing-title-l);
  }
  .leading-title-m {
    --tw-leading: var(--spacing-title-m);
    line-height: var(--spacing-title-m);
  }
  .leading-title-s {
    --tw-leading: var(--spacing-title-s);
    line-height: var(--spacing-title-s);
  }
  .leading-title-xl {
    --tw-leading: var(--spacing-title-xl);
    line-height: var(--spacing-title-xl);
  }
  .leading-title-xxl {
    --tw-leading: var(--spacing-title-xxl);
    line-height: var(--spacing-title-xxl);
  }
  .leading-title-xxxl {
    --tw-leading: var(--spacing-title-xxxl);
    line-height: var(--spacing-title-xxxl);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-neutral-200 {
    color: var(--color-neutral-200);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:stroke-neutral-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-neutral-100);
      }
    }
  }
  .group-hover\:stroke-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-white);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-has-checked\:opacity-100 {
    &:is(:where(.group):has(*:checked) *) {
      opacity: 100%;
    }
  }
  .group-has-indeterminate\:opacity-100 {
    &:is(:where(.group):has(*:indeterminate) *) {
      opacity: 100%;
    }
  }
  .group-has-disabled\:stroke-gray-950\/25 {
    &:is(:where(.group):has(*:disabled) *) {
      stroke: color-mix(in oklab, var(--color-gray-950) 25%, transparent);
    }
  }
  .placeholder\:text-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .hover\:border-neutral-100 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-neutral-100);
      }
    }
  }
  .hover\:bg-brand-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-dark);
      }
    }
  }
  .hover\:text-neutral-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-100);
      }
    }
  }
  .hover\:text-neutral-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-200);
      }
    }
  }
  .w-480\:mt-8 {
    @media (width >= 480.1px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .w-480\:mb-8 {
    @media (width >= 480.1px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .w-480\:max-w-\[90\%\] {
    @media (width >= 480.1px) {
      max-width: 90%;
    }
  }
  .w-480\:flex-row {
    @media (width >= 480.1px) {
      flex-direction: row;
    }
  }
  .w-480\:items-center {
    @media (width >= 480.1px) {
      align-items: center;
    }
  }
  .w-480\:gap-6 {
    @media (width >= 480.1px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .w-480\:gap-8 {
    @media (width >= 480.1px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .w-480\:p-8 {
    @media (width >= 480.1px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .w-480\:p-10 {
    @media (width >= 480.1px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .w-480\:py-8 {
    @media (width >= 480.1px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .w-480\:py-10 {
    @media (width >= 480.1px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .w-480\:pt-8 {
    @media (width >= 480.1px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .w-480\:pb-6 {
    @media (width >= 480.1px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .w-480\:pb-10 {
    @media (width >= 480.1px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .w-660\:grid-cols-2 {
    @media (width >= 660.1px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .w-660\:p-6 {
    @media (width >= 660.1px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .w-768\:order-1 {
    @media (width >= 768.1px) {
      order: 1;
    }
  }
  .w-768\:order-2 {
    @media (width >= 768.1px) {
      order: 2;
    }
  }
  .w-768\:my-16 {
    @media (width >= 768.1px) {
      margin-block: calc(var(--spacing) * 16);
    }
  }
  .w-768\:my-20 {
    @media (width >= 768.1px) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .w-768\:my-30 {
    @media (width >= 768.1px) {
      margin-block: calc(var(--spacing) * 30);
    }
  }
  .w-768\:mt-6 {
    @media (width >= 768.1px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .w-768\:mt-10 {
    @media (width >= 768.1px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .w-768\:mt-12 {
    @media (width >= 768.1px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .w-768\:mt-16 {
    @media (width >= 768.1px) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .w-768\:mt-20 {
    @media (width >= 768.1px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .w-768\:mt-30 {
    @media (width >= 768.1px) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .w-768\:mb-0 {
    @media (width >= 768.1px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .w-768\:mb-6 {
    @media (width >= 768.1px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .w-768\:mb-10 {
    @media (width >= 768.1px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .w-768\:mb-12 {
    @media (width >= 768.1px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .w-768\:mb-20 {
    @media (width >= 768.1px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .w-768\:ml-auto {
    @media (width >= 768.1px) {
      margin-left: auto;
    }
  }
  .w-768\:block {
    @media (width >= 768.1px) {
      display: block;
    }
  }
  .w-768\:flex {
    @media (width >= 768.1px) {
      display: flex;
    }
  }
  .w-768\:hidden {
    @media (width >= 768.1px) {
      display: none;
    }
  }
  .w-768\:inline-flex {
    @media (width >= 768.1px) {
      display: inline-flex;
    }
  }
  .w-768\:aspect-\[16\/6\] {
    @media (width >= 768.1px) {
      aspect-ratio: 16/6;
    }
  }
  .w-768\:aspect-video {
    @media (width >= 768.1px) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .w-768\:size-16 {
    @media (width >= 768.1px) {
      width: calc(var(--spacing) * 16);
      height: calc(var(--spacing) * 16);
    }
  }
  .w-768\:size-\[40px\] {
    @media (width >= 768.1px) {
      width: 40px;
      height: 40px;
    }
  }
  .w-768\:h-auto {
    @media (width >= 768.1px) {
      height: auto;
    }
  }
  .w-768\:w-3\/4 {
    @media (width >= 768.1px) {
      width: calc(3/4 * 100%);
    }
  }
  .w-768\:w-\[65\%\] {
    @media (width >= 768.1px) {
      width: 65%;
    }
  }
  .w-768\:w-\[70\%\] {
    @media (width >= 768.1px) {
      width: 70%;
    }
  }
  .w-768\:w-\[80\%\] {
    @media (width >= 768.1px) {
      width: 80%;
    }
  }
  .w-768\:w-auto {
    @media (width >= 768.1px) {
      width: auto;
    }
  }
  .w-768\:max-w-\[75\%\] {
    @media (width >= 768.1px) {
      max-width: 75%;
    }
  }
  .w-768\:grid-cols-2 {
    @media (width >= 768.1px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .w-768\:grid-cols-3 {
    @media (width >= 768.1px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .w-768\:grid-cols-6 {
    @media (width >= 768.1px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .w-768\:grid-cols-12 {
    @media (width >= 768.1px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .w-768\:flex-col {
    @media (width >= 768.1px) {
      flex-direction: column;
    }
  }
  .w-768\:flex-row {
    @media (width >= 768.1px) {
      flex-direction: row;
    }
  }
  .w-768\:items-end {
    @media (width >= 768.1px) {
      align-items: flex-end;
    }
  }
  .w-768\:items-start {
    @media (width >= 768.1px) {
      align-items: flex-start;
    }
  }
  .w-768\:justify-between {
    @media (width >= 768.1px) {
      justify-content: space-between;
    }
  }
  .w-768\:gap-6 {
    @media (width >= 768.1px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .w-768\:gap-8 {
    @media (width >= 768.1px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .w-768\:gap-12 {
    @media (width >= 768.1px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .w-768\:gap-16 {
    @media (width >= 768.1px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .w-768\:gap-20 {
    @media (width >= 768.1px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .w-768\:space-y-6 {
    @media (width >= 768.1px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .w-768\:p-6 {
    @media (width >= 768.1px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .w-768\:p-8 {
    @media (width >= 768.1px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .w-768\:p-10 {
    @media (width >= 768.1px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .w-768\:p-12 {
    @media (width >= 768.1px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .w-768\:p-16 {
    @media (width >= 768.1px) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .w-768\:px-6 {
    @media (width >= 768.1px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .w-768\:py-8 {
    @media (width >= 768.1px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .w-768\:py-12 {
    @media (width >= 768.1px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .w-768\:pt-16 {
    @media (width >= 768.1px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .w-768\:pt-20 {
    @media (width >= 768.1px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .w-768\:pr-5 {
    @media (width >= 768.1px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .w-768\:pb-16 {
    @media (width >= 768.1px) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .w-1024\:mt-20 {
    @media (width >= 1024.1px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .w-1024\:mt-50 {
    @media (width >= 1024.1px) {
      margin-top: calc(var(--spacing) * 50);
    }
  }
  .w-1024\:mb-10 {
    @media (width >= 1024.1px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .w-1024\:grid {
    @media (width >= 1024.1px) {
      display: grid;
    }
  }
  .w-1024\:hidden {
    @media (width >= 1024.1px) {
      display: none;
    }
  }
  .w-1024\:size-\[46px\] {
    @media (width >= 1024.1px) {
      width: 46px;
      height: 46px;
    }
  }
  .w-1024\:h-\[50svh\] {
    @media (width >= 1024.1px) {
      height: 50svh;
    }
  }
  .w-1024\:w-\[60\%\] {
    @media (width >= 1024.1px) {
      width: 60%;
    }
  }
  .w-1024\:w-\[80\%\] {
    @media (width >= 1024.1px) {
      width: 80%;
    }
  }
  .w-1024\:grid-cols-2 {
    @media (width >= 1024.1px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .w-1024\:flex-row {
    @media (width >= 1024.1px) {
      flex-direction: row;
    }
  }
  .w-1024\:items-center {
    @media (width >= 1024.1px) {
      align-items: center;
    }
  }
  .w-1024\:gap-20 {
    @media (width >= 1024.1px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .w-1024\:gap-30 {
    @media (width >= 1024.1px) {
      gap: calc(var(--spacing) * 30);
    }
  }
  .w-1024\:p-12 {
    @media (width >= 1024.1px) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .w-1024\:p-20 {
    @media (width >= 1024.1px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .w-1024\:pb-10 {
    @media (width >= 1024.1px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .w-1280\:col-span-3 {
    @media (width >= 1280.1px) {
      grid-column: span 3 / span 3;
    }
  }
  .w-1280\:col-span-5 {
    @media (width >= 1280.1px) {
      grid-column: span 5 / span 5;
    }
  }
  .w-1280\:col-span-7 {
    @media (width >= 1280.1px) {
      grid-column: span 7 / span 7;
    }
  }
  .w-1280\:my-30 {
    @media (width >= 1280.1px) {
      margin-block: calc(var(--spacing) * 30);
    }
  }
  .w-1280\:mt-20 {
    @media (width >= 1280.1px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .w-1280\:mt-30 {
    @media (width >= 1280.1px) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .w-1280\:mb-20 {
    @media (width >= 1280.1px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .w-1280\:mb-30 {
    @media (width >= 1280.1px) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .w-1280\:size-24 {
    @media (width >= 1280.1px) {
      width: calc(var(--spacing) * 24);
      height: calc(var(--spacing) * 24);
    }
  }
  .w-1280\:max-w-1\/2 {
    @media (width >= 1280.1px) {
      max-width: calc(1/2 * 100%);
    }
  }
  .w-1280\:max-w-\[65\%\] {
    @media (width >= 1280.1px) {
      max-width: 65%;
    }
  }
  .w-1280\:flex-row {
    @media (width >= 1280.1px) {
      flex-direction: row;
    }
  }
  .w-1280\:items-center {
    @media (width >= 1280.1px) {
      align-items: center;
    }
  }
  .w-1280\:gap-12 {
    @media (width >= 1280.1px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .w-1280\:gap-20 {
    @media (width >= 1280.1px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .w-1280\:gap-y-30 {
    @media (width >= 1280.1px) {
      row-gap: calc(var(--spacing) * 30);
    }
  }
  .w-1280\:p-8 {
    @media (width >= 1280.1px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .w-1280\:p-20 {
    @media (width >= 1280.1px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .w-1280\:px-6 {
    @media (width >= 1280.1px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .w-1280\:pt-8 {
    @media (width >= 1280.1px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .w-1280\:pb-8 {
    @media (width >= 1280.1px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .w-1440\:my-30 {
    @media (width >= 1440.1px) {
      margin-block: calc(var(--spacing) * 30);
    }
  }
  .w-1440\:mt-16 {
    @media (width >= 1440.1px) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .w-1440\:mt-20 {
    @media (width >= 1440.1px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .w-1440\:mt-30 {
    @media (width >= 1440.1px) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .w-1440\:mb-8 {
    @media (width >= 1440.1px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .w-1440\:mb-20 {
    @media (width >= 1440.1px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .w-1440\:size-\[46px\] {
    @media (width >= 1440.1px) {
      width: 46px;
      height: 46px;
    }
  }
  .w-1440\:w-\[44\%\] {
    @media (width >= 1440.1px) {
      width: 44%;
    }
  }
  .w-1440\:w-\[50\%\] {
    @media (width >= 1440.1px) {
      width: 50%;
    }
  }
  .w-1440\:w-\[75\%\] {
    @media (width >= 1440.1px) {
      width: 75%;
    }
  }
  .w-1440\:max-w-1\/2 {
    @media (width >= 1440.1px) {
      max-width: calc(1/2 * 100%);
    }
  }
  .w-1440\:gap-8 {
    @media (width >= 1440.1px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .w-1440\:gap-10 {
    @media (width >= 1440.1px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .w-1440\:gap-12 {
    @media (width >= 1440.1px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .w-1440\:gap-20 {
    @media (width >= 1440.1px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .w-1440\:gap-40 {
    @media (width >= 1440.1px) {
      gap: calc(var(--spacing) * 40);
    }
  }
  .w-1440\:space-y-8 {
    @media (width >= 1440.1px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .w-1440\:p-20 {
    @media (width >= 1440.1px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .w-1440\:px-12 {
    @media (width >= 1440.1px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .w-1440\:py-20 {
    @media (width >= 1440.1px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .w-1440\:pt-12 {
    @media (width >= 1440.1px) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .w-1440\:pt-30 {
    @media (width >= 1440.1px) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .w-1440\:pb-12 {
    @media (width >= 1440.1px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .w-1680\:max-w-3\/4 {
    @media (width >= 1680.1px) {
      max-width: calc(3/4 * 100%);
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:w-48 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .landscape\:mb-12 {
    @media (orientation: landscape) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .landscape\:min-h-\[648px\] {
    @media (orientation: landscape) {
      min-height: 648px;
    }
  }
  .\[\*\]\:leading-body-l {
    &:is(*) {
      --tw-leading: var(--spacing-body-l);
      line-height: var(--spacing-body-l);
    }
  }
  .\[\*\]\:leading-body-xl {
    &:is(*) {
      --tw-leading: var(--spacing-body-xl);
      line-height: var(--spacing-body-xl);
    }
  }
  .\[\&\>p\]\:text-body-xl {
    &>p {
      font-size: var(--text-body-xl);
    }
  }
  .\[\&\>p\]\:text-title-l {
    &>p {
      font-size: var(--text-title-l);
    }
  }
  .\[\&\>p\]\:text-title-m {
    &>p {
      font-size: var(--text-title-m);
    }
  }
  .\[\&\>p\]\:leading-body-xl {
    &>p {
      --tw-leading: var(--spacing-body-xl);
      line-height: var(--spacing-body-xl);
    }
  }
  .\[\&\>p\]\:leading-title-l {
    &>p {
      --tw-leading: var(--spacing-title-l);
      line-height: var(--spacing-title-l);
    }
  }
  .\[\&\>p\]\:leading-title-m {
    &>p {
      --tw-leading: var(--spacing-title-m);
      line-height: var(--spacing-title-m);
    }
  }
}
@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  src: url("../fonts/Neue\ Haas\ Grotesk\ Text\ Pro/Neue Haas Grotesk Text Pro 55 Roman.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  src: url("../fonts/Neue Haas Grotesk Text Pro/Neue Haas Grotesk Text Pro 56 Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  src: url("../fonts/Neue Haas Grotesk Text Pro/Neue Haas Grotesk Text Pro 65 Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  src: url("../fonts/Neue Haas Grotesk Text Pro/Neue Haas Grotesk Text Pro 66 Medium Italic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  src: url("../fonts/Neue Haas Grotesk Text Pro/Neue Haas Grotesk Text Pro 75 Bold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  src: url("../fonts/Neue Haas Grotesk Text Pro/Neue Haas Grotesk Text Pro 76 Bold Italic.ttf");
  font-weight: 600;
  font-style: italic;
}
.choices {
  margin-bottom: 0 !important;
  &.is-open {
    .choices__inner {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-color: var(--color-white);
    }
  }
  &::after {
    content: "";
    right: 1.5rem !important;
    transform: translateY(-50%);
    margin-top: 0px !important;
    background: url('../img/chevron-down-white.svg') no-repeat center;
    border: none !important;
    border-width: 0px !important;
    border-color: transparent !important;
    width: 10px !important;
    height: 10px !important;
  }
  .choices__inner {
    min-height: auto;
    border-radius: 10px;
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 6) !important;
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .choices__list--single {
    padding: calc(var(--spacing) * 0);
    .choices__placeholder {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-white);
      opacity: 100%;
    }
  }
  .choices__list--dropdown {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--color-brand);
    padding: calc(var(--spacing) * 3);
    .choices__item {
      margin-block: calc(var(--spacing) * 3);
      border-radius: 10px;
      font-size: var(--text-body-m);
      --tw-leading: var(--spacing-body-m);
      line-height: var(--spacing-body-m);
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-white);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-neutral-100);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-brand);
        }
      }
      &.is-highlighted, &.is-selected {
        background-color: var(--color-neutral-100);
        color: var(--color-brand);
      }
      &.choices__placeholder {
        opacity: 1;
      }
    }
  }
}
@media screen and (min-width: 480.1px) {
  :root {
    --text-display-xxl: 64px;
    --spacing-display-xxl: 76px;
    --text-display-xl: 30px;
    --spacing-display-xl: 40px;
    --text-display-l: 30px;
    --spacing-display-l: 38px;
    --text-title-xxxl: 44px;
    --spacing-title-xxxl: 36px;
    --text-title-xxl: 32px;
    --spacing-title-xxl: 46px;
    --text-title-xl: 36px;
    --spacing-title-xl: 50px;
    --text-title-l: 26px;
    --spacing-title-l: 36px;
    --text-title-s: 20px;
    --spacing-title-s: 36px;
    --text-title-m: 16px;
    --spacing-title-m: 24px;
    --text-body-xl: 16px;
    --spacing-body-xl: 24px;
    --text-body-l: 14px;
    --spacing-body-l: 30px;
    --text-body-m: 14px;
    --spacing-body-m: 18px;
    --text-body-s: 12px;
    --spacing-body-s: 20px;
  }
}
@media screen and (min-width: 768.1px) {
  :root {
    --spacing-page-margin: 40px;
    --text-display-xxl: 80px;
    --spacing-display-xxl: 86px;
    --text-display-xl: 34px;
    --spacing-display-xl: 40px;
    --text-display-l: 28px;
    --spacing-display-l: 32px;
    --text-title-xxxl: 60px;
    --spacing-title-xxxl: 72px;
    --text-title-xxl: 46px;
    --spacing-title-xxl: 54px;
    --text-title-xl: 40px;
    --spacing-title-xl: 50px;
    --text-title-l: 24px;
    --spacing-title-l: 34px;
    --text-title-s: 20px;
    --spacing-title-s: 24px;
    --text-title-m: 16px;
    --spacing-title-m: 22px;
    --text-body-xl: 16px;
    --spacing-body-xl: 28px;
    --text-body-l: 14px;
    --spacing-body-l: 22px;
    --text-body-m: 14px;
    --spacing-body-m: 18px;
    --text-body-s: 12px;
    --spacing-body-s: 20px;
  }
}
@media screen and (min-width: 1280.1px) {
  :root {
    --text-display-xxl: 90px;
    --spacing-display-xxl: 98px;
    --text-display-xl: 38px;
    --spacing-display-xl: 44px;
    --text-display-l: 30px;
    --spacing-display-l: 38px;
    --text-title-xxxl: 68px;
    --spacing-title-xxxl: 82px;
    --text-title-xxl: 52px;
    --spacing-title-xxl: 60px;
    --text-title-xl: 44px;
    --spacing-title-xl: 56px;
    --text-title-l: 24px;
    --spacing-title-l: 38px;
    --text-title-s: 22px;
    --spacing-title-s: 28px;
    --text-title-m: 18px;
    --spacing-title-m: 26px;
    --text-body-xl: 18px;
    --spacing-body-xl: 28px;
    --text-body-l: 16px;
    --spacing-body-l: 24px;
    --text-body-m: 14px;
    --spacing-body-m: 18px;
    --text-body-s: 12px;
    --spacing-body-s: 20px;
  }
}
@media screen and (min-width: 1440.1px) {
  :root {
    --text-display-xxl: 104px;
    --spacing-display-xxl: 114px;
    --text-display-xl: 44px;
    --spacing-display-xl: 52px;
    --text-display-l: 36px;
    --spacing-display-l: 44px;
    --text-title-xxxl: 80px;
    --spacing-title-xxxl: 96px;
    --text-title-xxl: 62px;
    --spacing-title-xxl: 70px;
    --text-title-xl: 52px;
    --spacing-title-xl: 66px;
    --text-title-l: 28px;
    --spacing-title-l: 44px;
    --text-title-s: 26px;
    --spacing-title-s: 32px;
    --text-title-m: 22px;
    --spacing-title-m: 30px;
    --text-body-xl: 22px;
    --spacing-body-xl: 28px;
    --text-body-l: 18px;
    --spacing-body-l: 28px;
    --text-body-m: 14px;
    --spacing-body-m: 18px;
    --text-body-s: 12px;
    --spacing-body-s: 20px;
  }
}
@media screen and (min-width: 1680.1px) {
  :root {
    --text-display-xxl: 120px;
    --spacing-display-xxl: 130px;
    --text-display-xl: 50px;
    --spacing-display-xl: 60px;
    --text-display-l: 40px;
    --spacing-display-l: 50px;
    --text-title-xxxl: 90px;
    --spacing-title-xxxl: 110px;
    --text-title-xxl: 70px;
    --spacing-title-xxl: 80px;
    --text-title-xl: 60px;
    --spacing-title-xl: 76px;
    --text-title-l: 38px;
    --spacing-title-l: 50px;
    --text-title-s: 30px;
    --spacing-title-s: 36px;
    --text-title-m: 24px;
    --spacing-title-m: 36px;
    --text-body-xl: 24px;
    --spacing-body-xl: 32px;
    --text-body-l: 20px;
    --spacing-body-l: 32px;
    --text-body-m: 15px;
    --spacing-body-m: 20px;
    --text-body-s: 14px;
    --spacing-body-s: 20px;
  }
}
@media screen and (min-width: 1920.1px) {
  :root {
    --text-display-xxl: 120px;
    --spacing-display-xxl: 130px;
    --text-display-xl: 50px;
    --spacing-display-xl: 60px;
    --text-display-l: 40px;
    --spacing-display-l: 50px;
    --text-title-xxxl: 90px;
    --spacing-title-xxxl: 110px;
    --text-title-xxl: 70px;
    --spacing-title-xxl: 80px;
    --text-title-xl: 60px;
    --spacing-title-xl: 76px;
    --text-title-l: 38px;
    --spacing-title-l: 50px;
    --text-title-s: 30px;
    --spacing-title-s: 36px;
    --text-title-m: 24px;
    --spacing-title-m: 36px;
    --text-body-xl: 24px;
    --spacing-body-xl: 32px;
    --text-body-l: 20px;
    --spacing-body-l: 32px;
    --text-body-m: 15px;
    --spacing-body-m: 20px;
    --text-body-s: 14px;
    --spacing-body-s: 20px;
  }
}
@media screen and (min-width: 2048px) {
  :root {
    --spacing-page-margin: 160px;
  }
}
:root {
  --swiper-pagination-color: var(--color-white);
  --swiper-pagination-bullet-inactive-color: var(--color-neutral-200);
  --swiper-theme-color: var(--color-white);
}
.main-menu {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 8);
  li {
    font-size: var(--text-body-l);
    --tw-leading: var(--spacing-body-l);
    line-height: var(--spacing-body-l);
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-100);
      }
    }
  }
  .current-menu-item {
    position: relative;
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
}
.floating-nav {
  .main-menu {
    color: var(--color-black);
    li {
      font-size: var(--text-body-m);
      --tw-leading: var(--spacing-body-m);
      line-height: var(--spacing-body-m);
      &:hover {
        @media (hover: hover) {
          color: var(--color-neutral-200);
        }
      }
    }
    .current-menu-item {
      position: relative;
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
      &::after {
        content: var(--tw-content);
        bottom: calc(var(--spacing) * 0);
      }
      &::after {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
      &::after {
        content: var(--tw-content);
        height: 1px;
      }
      &::after {
        content: var(--tw-content);
        width: 100%;
      }
      &::after {
        content: var(--tw-content);
        background-color: var(--color-black);
      }
    }
  }
}
.main-menu-mobile {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 7);
  li {
    text-align: center;
    font-size: var(--text-title-l);
  }
}
.header-overlay {
  background: linear-gradient(to right, #ff0000 0%, #ff0000 30%, rgba(255, 0, 0, 0) 100%);
}
.slider-nav.faded {
  svg {
    stroke: var(--color-neutral-200);
  }
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  @media (width >= 768.1px) {
    flex-direction: row;
  }
  @media (width >= 768.1px) {
    align-items: center;
  }
  li {
    font-size: var(--text-body-s);
    text-decoration-line: underline;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
