/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap");
@layer properties;
@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;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-xs: 4px;
    --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-black: #000;
    --color-white: #fff;
    --breakpoint-xl: 1240px;
    --color-primary: #B80010;
    --color-neutral-800: #1F1F1F;
    --color-lightgray: #C3C3C3;
    --font-teko: "Teko", sans-serif;
    --font-host-grotesk: "Host Grotesk", sans-serif;
  }
}
@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: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-full {
    top: 100%;
  }
  .-right-150 {
    right: calc(var(--spacing) * -150);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-14 {
    bottom: calc(var(--spacing) * 14);
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[19px\] {
    bottom: 19px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-41 {
    z-index: 41;
  }
  .z-42 {
    z-index: 42;
  }
  .z-100 {
    z-index: 100;
  }
  .z-999 {
    z-index: 999;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1240px) {
      max-width: 1240px;
    }
    @media (width >= 1330px) {
      max-width: 1330px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1900px) {
      max-width: 1900px;
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 5);
    @media (width >= 1240px) {
      max-width: var(--breakpoint-xl);
    }
  }
  .container-wide {
    margin-inline: auto;
    max-width: 1640px;
    padding-inline: calc(var(--spacing) * 5);
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-13 {
    margin-top: calc(var(--spacing) * 13);
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[23px\] {
    margin-top: 23px;
  }
  .mt-\[27px\] {
    margin-top: 27px;
  }
  .mt-\[29px\] {
    margin-top: 29px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[41px\] {
    margin-top: 41px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-19 {
    margin-bottom: calc(var(--spacing) * 19);
  }
  .mb-32 {
    margin-bottom: calc(var(--spacing) * 32);
  }
  .mb-\[7px\] {
    margin-bottom: 7px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mb-\[27px\] {
    margin-bottom: 27px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[39px\] {
    margin-bottom: 39px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[47px\] {
    margin-bottom: 47px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mb-\[58px\] {
    margin-bottom: 58px;
  }
  .mb-\[138px\] {
    margin-bottom: 138px;
  }
  .mb-\[171px\] {
    margin-bottom: 171px;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[18px\] {
    margin-left: 18px;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table-row {
    display: table-row;
  }
  .\!aspect-\[801\/601\] {
    aspect-ratio: 801/601 !important;
  }
  .aspect-3\/1 {
    aspect-ratio: 3/1;
  }
  .aspect-337\/224 {
    aspect-ratio: 337/224;
  }
  .aspect-364\/263 {
    aspect-ratio: 364/263;
  }
  .aspect-502\/292 {
    aspect-ratio: 502/292;
  }
  .aspect-620\/584 {
    aspect-ratio: 620/584;
  }
  .aspect-952\/633 {
    aspect-ratio: 952/633;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[801\/601\] {
    aspect-ratio: 801/601;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-\[46px\] {
    width: 46px;
    height: 46px;
  }
  .size-\[47px\] {
    width: 47px;
    height: 47px;
  }
  .size-\[49px\] {
    width: 49px;
    height: 49px;
  }
  .size-\[114px\] {
    width: 114px;
    height: 114px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-1\/2 {
    height: calc(1 / 2 * 100%);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-17 {
    height: calc(var(--spacing) * 17);
  }
  .h-21 {
    height: calc(var(--spacing) * 21);
  }
  .h-29 {
    height: calc(var(--spacing) * 29);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-45 {
    height: calc(var(--spacing) * 45);
  }
  .h-111 {
    height: calc(var(--spacing) * 111);
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-\[264px\] {
    height: 264px;
  }
  .h-\[294px\] {
    height: 294px;
  }
  .h-\[510px\] {
    height: 510px;
  }
  .h-\[838px\] {
    height: 838px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .h-svh {
    height: 100svh;
  }
  .\!max-h-none {
    max-height: none !important;
  }
  .max-h-150 {
    max-height: calc(var(--spacing) * 150);
  }
  .max-h-\[74vh\] {
    max-height: 74vh;
  }
  .max-h-\[90\%\] {
    max-height: 90%;
  }
  .max-h-\[132px\] {
    max-height: 132px;
  }
  .max-h-\[235px\] {
    max-height: 235px;
  }
  .max-h-\[263px\] {
    max-height: 263px;
  }
  .max-h-\[292px\] {
    max-height: 292px;
  }
  .max-h-\[338px\] {
    max-height: 338px;
  }
  .max-h-\[422px\] {
    max-height: 422px;
  }
  .max-h-\[633px\] {
    max-height: 633px;
  }
  .max-h-none {
    max-height: none;
  }
  .min-h-fit {
    min-height: fit-content;
  }
  .\!w-\[801px\] {
    width: 801px !important;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-135 {
    width: calc(var(--spacing) * 135);
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[221px\] {
    width: 221px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[331px\] {
    width: 331px;
  }
  .w-\[409px\] {
    width: 409px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[714px\] {
    width: 714px;
  }
  .w-\[801px\] {
    width: 801px;
  }
  .w-\[899px\] {
    width: 899px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .container {
    max-width: 1340px;
    padding-inline: calc(var(--spacing) * 5);
  }
  .\!max-w-full {
    max-width: 100% !important;
  }
  .max-w-91 {
    max-width: calc(var(--spacing) * 91);
  }
  .max-w-238 {
    max-width: calc(var(--spacing) * 238);
  }
  .max-w-475 {
    max-width: calc(var(--spacing) * 475);
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[502px\] {
    max-width: 502px;
  }
  .max-w-\[1230px\] {
    max-width: 1230px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[0\.7fr_1fr\] {
    grid-template-columns: 0.7fr 1fr;
  }
  .grid-cols-\[108px_auto\] {
    grid-template-columns: 108px auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[23px\] {
    gap: 23px;
  }
  .gap-\[29px\] {
    gap: 29px;
  }
  .gap-\[33px\] {
    gap: 33px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .gap-\[47px\] {
    gap: 47px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[58px\] {
    gap: 58px;
  }
  .gap-\[111px\] {
    gap: 111px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * 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-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-x-\[14px\] {
    column-gap: 14px;
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[24px\] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-l-5 {
    border-left-style: var(--tw-border-style);
    border-left-width: 5px;
  }
  .border-\[\#7E7E7E\] {
    border-color: #7E7E7E;
  }
  .border-\[\#707070\] {
    border-color: #707070;
  }
  .border-\[\#A0A0A0\] {
    border-color: #A0A0A0;
  }
  .border-\[\#CBCBCB\] {
    border-color: #CBCBCB;
  }
  .border-black\/50 {
    border-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-lightgray {
    border-bottom-color: var(--color-lightgray);
  }
  .bg-\[\#2B2B2B\] {
    background-color: #2B2B2B;
  }
  .bg-\[\#11BF2C\] {
    background-color: #11BF2C;
  }
  .bg-\[\#25D366\] {
    background-color: #25D366;
  }
  .bg-\[\#171717\] {
    background-color: #171717;
  }
  .bg-\[\#E51C1C\] {
    background-color: #E51C1C;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-t {
    --tw-gradient-position: to top;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to top in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/30 {
    --tw-gradient-from: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 30%, 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));
  }
  .from-black\/50 {
    --tw-gradient-from: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 50%, 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));
  }
  .from-black\/60 {
    --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, 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));
  }
  .from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, 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));
  }
  .from-transparent {
    --tw-gradient-from: 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));
  }
  .from-\[0\%\] {
    --tw-gradient-from-position: 0%;
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-black\/30 {
    --tw-gradient-to: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 30%, 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-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-\[100\%\] {
    --tw-gradient-to-position: 100%;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom {
    object-position: bottom;
  }
  .object-center {
    object-position: center;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .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-\[10px\] {
    padding: 10px;
  }
  .p-\[11px\] {
    padding: 11px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .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-\[9px\] {
    padding-inline: 9px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[23px\] {
    padding-inline: 23px;
  }
  .px-\[26px\] {
    padding-inline: 26px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .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-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[23px\] {
    padding-top: 23px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[58px\] {
    padding-top: 58px;
  }
  .pt-\[78px\] {
    padding-top: 78px;
  }
  .pt-\[91px\] {
    padding-top: 91px;
  }
  .pt-\[115px\] {
    padding-top: 115px;
  }
  .pt-\[122px\] {
    padding-top: 122px;
  }
  .pt-\[146px\] {
    padding-top: 146px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[13px\] {
    padding-right: 13px;
  }
  .pr-\[33px\] {
    padding-right: 33px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[17px\] {
    padding-bottom: 17px;
  }
  .pb-\[21px\] {
    padding-bottom: 21px;
  }
  .pb-\[23px\] {
    padding-bottom: 23px;
  }
  .pb-\[26px\] {
    padding-bottom: 26px;
  }
  .pb-\[33px\] {
    padding-bottom: 33px;
  }
  .pb-\[43px\] {
    padding-bottom: 43px;
  }
  .pb-\[46px\] {
    padding-bottom: 46px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[102px\] {
    padding-bottom: 102px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-\[5px\] {
    padding-left: 5px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[13px\] {
    padding-left: 13px;
  }
  .pl-\[23px\] {
    padding-left: 23px;
  }
  .text-center {
    text-align: center;
  }
  .font-host-grotesk {
    font-family: var(--font-host-grotesk);
  }
  .font-teko {
    font-family: var(--font-teko);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[31px\] {
    font-size: 31px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5\! {
    --tw-leading: calc(var(--spacing) * 5) !important;
    line-height: calc(var(--spacing) * 5) !important;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[30px\]\! {
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }
  .leading-\[31px\] {
    --tw-leading: 31px;
    line-height: 31px;
  }
  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#00C4FF\] {
    color: #00C4FF;
  }
  .text-\[\#4CCB09\] {
    color: #4CCB09;
  }
  .text-\[\#6E6E6E\] {
    color: #6E6E6E;
  }
  .text-\[\#7E7E7E\] {
    color: #7E7E7E;
  }
  .text-\[\#363636\] {
    color: #363636;
  }
  .text-\[\#868686\] {
    color: #868686;
  }
  .text-\[\#A0A0A0\] {
    color: #A0A0A0;
  }
  .text-\[\#ffc300\] {
    color: #ffc300;
  }
  .text-lightgray {
    color: var(--color-lightgray);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .will-change-contents {
    will-change: contents;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .animation-delay-300 {
    animation-delay: calc(300 * 1ms);
  }
  .animation-delay-700 {
    animation-delay: calc(700 * 1ms);
  }
  .animation-delay-1100 {
    animation-delay: calc(1100 * 1ms);
  }
  .animation-delay-1500 {
    animation-delay: calc(1500 * 1ms);
  }
  .group-hover\:bg-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .group-\[\.active\]\:bg-primary {
    &:is(:where(.group):is(.active) *) {
      background-color: var(--color-primary);
    }
  }
  .peer-disabled\:opacity-30 {
    &:is(:where(.peer):disabled ~ *) {
      opacity: 30%;
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .odd\:bg-neutral-800 {
    &:nth-child(odd) {
      background-color: var(--color-neutral-800);
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-black\/50 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .disabled\:opacity-30 {
    &:disabled {
      opacity: 30%;
    }
  }
  .max-2xl\:container {
    @media (width < 1440px) {
      width: 100%;
      @media (width >= 480px) {
        max-width: 480px;
      }
      @media (width >= 640px) {
        max-width: 640px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 992px) {
        max-width: 992px;
      }
      @media (width >= 1240px) {
        max-width: 1240px;
      }
      @media (width >= 1330px) {
        max-width: 1330px;
      }
      @media (width >= 1440px) {
        max-width: 1440px;
      }
      @media (width >= 1600px) {
        max-width: 1600px;
      }
      @media (width >= 1900px) {
        max-width: 1900px;
      }
    }
  }
  .max-2xl\:container {
    @media (width < 1440px) {
      margin-inline: auto;
      padding-inline: calc(var(--spacing) * 5);
      @media (width >= 1240px) {
        max-width: var(--breakpoint-xl);
      }
    }
  }
  .max-2xl\:hidden {
    @media (width < 1440px) {
      display: none;
    }
  }
  .max-2xl\:container {
    @media (width < 1440px) {
      max-width: 1340px;
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:hidden {
    @media (width < 1240px) {
      display: none;
    }
  }
  .max-xl\:max-h-\[250px\] {
    @media (width < 1240px) {
      max-height: 250px;
    }
  }
  .max-xl\:overflow-hidden {
    @media (width < 1240px) {
      overflow: hidden;
    }
  }
  .max-xl\:text-lg {
    @media (width < 1240px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-lg\:top-5 {
    @media (width < 992px) {
      top: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:order-1 {
    @media (width < 992px) {
      order: 1;
    }
  }
  .max-lg\:mt-\[12px\] {
    @media (width < 992px) {
      margin-top: 12px;
    }
  }
  .max-lg\:mb-5 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .max-lg\:hidden\! {
    @media (width < 992px) {
      display: none !important;
    }
  }
  .max-lg\:h-\[880px\] {
    @media (width < 992px) {
      height: 880px;
    }
  }
  .max-lg\:w-full {
    @media (width < 992px) {
      width: 100%;
    }
  }
  .max-lg\:flex-col {
    @media (width < 992px) {
      flex-direction: column;
    }
  }
  .max-lg\:items-center {
    @media (width < 992px) {
      align-items: center;
    }
  }
  .max-lg\:self-center {
    @media (width < 992px) {
      align-self: center;
    }
  }
  .max-lg\:overflow-hidden {
    @media (width < 992px) {
      overflow: hidden;
    }
  }
  .max-lg\:pb-8 {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-lg\:pb-\[31px\] {
    @media (width < 992px) {
      padding-bottom: 31px;
    }
  }
  .max-lg\:pb-\[54px\] {
    @media (width < 992px) {
      padding-bottom: 54px;
    }
  }
  .max-lg\:text-lg {
    @media (width < 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-lg\:text-sm {
    @media (width < 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:mx-\[11px\] {
    @media (width < 768px) {
      margin-inline: 11px;
    }
  }
  .max-md\:flex {
    @media (width < 768px) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-md\:h-\[1490px\] {
    @media (width < 768px) {
      height: 1490px;
    }
  }
  .max-md\:max-h-\[235px\] {
    @media (width < 768px) {
      max-height: 235px;
    }
  }
  .max-md\:w-auto {
    @media (width < 768px) {
      width: auto;
    }
  }
  .max-md\:w-full {
    @media (width < 768px) {
      width: 100%;
    }
  }
  .max-md\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-md\:gap-\[10px\] {
    @media (width < 768px) {
      gap: 10px;
    }
  }
  .max-md\:pt-14 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .max-md\:pb-\[10px\] {
    @media (width < 768px) {
      padding-bottom: 10px;
    }
  }
  .max-md\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-md\:text-\[13px\] {
    @media (width < 768px) {
      font-size: 13px;
    }
  }
  .max-md\:text-nowrap {
    @media (width < 768px) {
      text-wrap: nowrap;
    }
  }
  .max-sm\:w-\[123px\] {
    @media (width < 640px) {
      width: 123px;
    }
  }
  .max-sm\:text-balance {
    @media (width < 640px) {
      text-wrap: balance;
    }
  }
  .max-xs\:-ml-\[42px\] {
    @media (width < 480px) {
      margin-left: calc(42px * -1);
    }
  }
  .xs\:max-h-\[299px\] {
    @media (width >= 480px) {
      max-height: 299px;
    }
  }
  .xs\:w-\[250px\] {
    @media (width >= 480px) {
      width: 250px;
    }
  }
  .xs\:gap-6 {
    @media (width >= 480px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xs\:bg-transparent {
    @media (width >= 480px) {
      background-color: transparent;
    }
  }
  .xs\:pr-\[22px\] {
    @media (width >= 480px) {
      padding-right: 22px;
    }
  }
  .xs\:text-base {
    @media (width >= 480px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xs\:text-sm {
    @media (width >= 480px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xs\:text-\[17px\] {
    @media (width >= 480px) {
      font-size: 17px;
    }
  }
  .xs\:text-\[22px\] {
    @media (width >= 480px) {
      font-size: 22px;
    }
  }
  .xs\:text-\[28px\] {
    @media (width >= 480px) {
      font-size: 28px;
    }
  }
  .xs\:text-\[40px\] {
    @media (width >= 480px) {
      font-size: 40px;
    }
  }
  .xs\:leading-10 {
    @media (width >= 480px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .xs\:leading-\[26px\] {
    @media (width >= 480px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .sm\:-mt-24 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * -24);
    }
  }
  .sm\:mt-0 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-5 {
    @media (width >= 640px) {
      margin-left: calc(var(--spacing) * 5);
    }
  }
  .sm\:flex {
    @media (width >= 640px) {
      display: flex;
    }
  }
  .sm\:h-21 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 21);
    }
  }
  .sm\:h-24 {
    @media (width >= 640px) {
      height: calc(var(--spacing) * 24);
    }
  }
  .sm\:w-\[390px\] {
    @media (width >= 640px) {
      width: 390px;
    }
  }
  .sm\:w-\[453px\] {
    @media (width >= 640px) {
      width: 453px;
    }
  }
  .sm\:min-w-\[600px\] {
    @media (width >= 640px) {
      min-width: 600px;
    }
  }
  .sm\:gap-13 {
    @media (width >= 640px) {
      gap: calc(var(--spacing) * 13);
    }
  }
  .sm\:pt-24 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .sm\:text-sm {
    @media (width >= 640px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 640px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 640px) {
      font-size: 28px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 640px) {
      font-size: 40px;
    }
  }
  .sm\:text-\[70px\] {
    @media (width >= 640px) {
      font-size: 70px;
    }
  }
  .sm\:leading-\[40px\] {
    @media (width >= 640px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:bottom-\[14px\] {
    @media (width >= 768px) {
      bottom: 14px;
    }
  }
  .md\:left-\[23px\] {
    @media (width >= 768px) {
      left: 23px;
    }
  }
  .md\:mt-10 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mr-14 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 14);
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-8 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-\[35px\] {
    @media (width >= 768px) {
      margin-bottom: 35px;
    }
  }
  .md\:mb-\[150px\] {
    @media (width >= 768px) {
      margin-bottom: 150px;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:aspect-390\/437 {
    @media (width >= 768px) {
      aspect-ratio: 390/437;
    }
  }
  .md\:aspect-458\/556 {
    @media (width >= 768px) {
      aspect-ratio: 458/556;
    }
  }
  .md\:h-40 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 40);
    }
  }
  .md\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .md\:max-h-66 {
    @media (width >= 768px) {
      max-height: calc(var(--spacing) * 66);
    }
  }
  .md\:max-h-139 {
    @media (width >= 768px) {
      max-height: calc(var(--spacing) * 139);
    }
  }
  .md\:max-h-\[437px\] {
    @media (width >= 768px) {
      max-height: 437px;
    }
  }
  .md\:w-30 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 30);
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:max-w-\[390px\] {
    @media (width >= 768px) {
      max-width: 390px;
    }
  }
  .md\:max-w-\[458px\] {
    @media (width >= 768px) {
      max-width: 458px;
    }
  }
  .md\:max-w-\[674px\] {
    @media (width >= 768px) {
      max-width: 674px;
    }
  }
  .md\:min-w-\[730px\] {
    @media (width >= 768px) {
      min-width: 730px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 768px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 768px) {
      flex-direction: row-reverse;
    }
  }
  .md\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-10 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-18 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .md\:bg-black {
    @media (width >= 768px) {
      background-color: var(--color-black);
    }
  }
  .md\:px-\[22px\] {
    @media (width >= 768px) {
      padding-inline: 22px;
    }
  }
  .md\:py-14 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-\[15px\] {
    @media (width >= 768px) {
      padding-block: 15px;
    }
  }
  .md\:pt-\[34px\] {
    @media (width >= 768px) {
      padding-top: 34px;
    }
  }
  .md\:pr-25 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 25);
    }
  }
  .md\:pr-\[72px\] {
    @media (width >= 768px) {
      padding-right: 72px;
    }
  }
  .md\:pb-12 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-\[42px\] {
    @media (width >= 768px) {
      padding-bottom: 42px;
    }
  }
  .md\:pb-\[62px\] {
    @media (width >= 768px) {
      padding-bottom: 62px;
    }
  }
  .md\:pl-\[46px\] {
    @media (width >= 768px) {
      padding-left: 46px;
    }
  }
  .md\:pl-\[49px\] {
    @media (width >= 768px) {
      padding-left: 49px;
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 768px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 768px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 768px) {
      font-size: 30px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 768px) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 768px) {
      font-size: 40px;
    }
  }
  .md\:leading-10 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .md\:leading-\[38px\] {
    @media (width >= 768px) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .md\:leading-\[45px\]\! {
    @media (width >= 768px) {
      --tw-leading: 45px !important;
      line-height: 45px !important;
    }
  }
  .lg\:absolute {
    @media (width >= 992px) {
      position: absolute;
    }
  }
  .lg\:bottom-7\.5 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:-order-1 {
    @media (width >= 992px) {
      order: calc(1 * -1);
    }
  }
  .lg\:order-1 {
    @media (width >= 992px) {
      order: 1;
    }
  }
  .lg\:order-last {
    @media (width >= 992px) {
      order: 9999;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 992px) {
      grid-row-start: 1;
    }
  }
  .lg\:row-end-3 {
    @media (width >= 992px) {
      grid-row-end: 3;
    }
  }
  .lg\:m-\[10px\] {
    @media (width >= 992px) {
      margin: 10px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-10 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-17 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 17);
    }
  }
  .lg\:mt-\[33px\] {
    @media (width >= 992px) {
      margin-top: 33px;
    }
  }
  .lg\:mt-\[46px\] {
    @media (width >= 992px) {
      margin-top: 46px;
    }
  }
  .lg\:mt-auto {
    @media (width >= 992px) {
      margin-top: auto;
    }
  }
  .lg\:mb-0 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-3 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:mb-5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-9 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:mb-9\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 9.5);
    }
  }
  .lg\:mb-11 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }
  .lg\:mb-14 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:mb-18 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:mb-\[14px\] {
    @media (width >= 992px) {
      margin-bottom: 14px;
    }
  }
  .lg\:mb-\[29px\] {
    @media (width >= 992px) {
      margin-bottom: 29px;
    }
  }
  .lg\:mb-\[33px\] {
    @media (width >= 992px) {
      margin-bottom: 33px;
    }
  }
  .lg\:mb-\[38px\] {
    @media (width >= 992px) {
      margin-bottom: 38px;
    }
  }
  .lg\:mb-\[39px\] {
    @media (width >= 992px) {
      margin-bottom: 39px;
    }
  }
  .lg\:mb-\[50px\] {
    @media (width >= 992px) {
      margin-bottom: 50px;
    }
  }
  .lg\:mb-\[69px\] {
    @media (width >= 992px) {
      margin-bottom: 69px;
    }
  }
  .lg\:mb-\[91px\] {
    @media (width >= 992px) {
      margin-bottom: 91px;
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 992px) {
      display: none !important;
    }
  }
  .lg\:aspect-674\/490 {
    @media (width >= 992px) {
      aspect-ratio: 674/490;
    }
  }
  .lg\:aspect-1471\/983 {
    @media (width >= 992px) {
      aspect-ratio: 1471/983;
    }
  }
  .lg\:h-111 {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 111);
    }
  }
  .lg\:h-\[447px\] {
    @media (width >= 992px) {
      height: 447px;
    }
  }
  .lg\:h-\[519px\] {
    @media (width >= 992px) {
      height: 519px;
    }
  }
  .lg\:h-\[776px\] {
    @media (width >= 992px) {
      height: 776px;
    }
  }
  .lg\:h-screen {
    @media (width >= 992px) {
      height: 100vh;
    }
  }
  .lg\:max-h-\[419px\] {
    @media (width >= 992px) {
      max-height: 419px;
    }
  }
  .lg\:max-h-\[490px\] {
    @media (width >= 992px) {
      max-height: 490px;
    }
  }
  .lg\:w-153 {
    @media (width >= 992px) {
      width: calc(var(--spacing) * 153);
    }
  }
  .lg\:w-\[453px\] {
    @media (width >= 992px) {
      width: 453px;
    }
  }
  .lg\:w-\[457px\] {
    @media (width >= 992px) {
      width: 457px;
    }
  }
  .lg\:w-\[570px\] {
    @media (width >= 992px) {
      width: 570px;
    }
  }
  .lg\:w-\[649px\] {
    @media (width >= 992px) {
      width: 649px;
    }
  }
  .lg\:w-fit {
    @media (width >= 992px) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[502px\] {
    @media (width >= 992px) {
      max-width: 502px;
    }
  }
  .lg\:max-w-\[1870px\] {
    @media (width >= 992px) {
      max-width: 1870px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 992px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 992px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 992px) {
      align-items: center;
    }
  }
  .lg\:gap-2\.5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:gap-4 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-10 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-19 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 19);
    }
  }
  .lg\:gap-\[13px\] {
    @media (width >= 992px) {
      gap: 13px;
    }
  }
  .lg\:gap-\[27px\] {
    @media (width >= 992px) {
      gap: 27px;
    }
  }
  .lg\:gap-\[38px\] {
    @media (width >= 992px) {
      gap: 38px;
    }
  }
  .lg\:gap-\[53px\] {
    @media (width >= 992px) {
      gap: 53px;
    }
  }
  .lg\:gap-\[67px\] {
    @media (width >= 992px) {
      gap: 67px;
    }
  }
  .lg\:gap-\[73px\] {
    @media (width >= 992px) {
      gap: 73px;
    }
  }
  .lg\:gap-\[77px\] {
    @media (width >= 992px) {
      gap: 77px;
    }
  }
  .lg\:gap-\[108px\] {
    @media (width >= 992px) {
      gap: 108px;
    }
  }
  .lg\:self-center {
    @media (width >= 992px) {
      align-self: center;
    }
  }
  .lg\:rounded-\[50px\] {
    @media (width >= 992px) {
      border-radius: 50px;
    }
  }
  .lg\:rounded-t-\[50px\] {
    @media (width >= 992px) {
      border-top-left-radius: 50px;
      border-top-right-radius: 50px;
    }
  }
  .lg\:rounded-b-\[50px\] {
    @media (width >= 992px) {
      border-bottom-right-radius: 50px;
      border-bottom-left-radius: 50px;
    }
  }
  .lg\:border-l-3 {
    @media (width >= 992px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 3px;
    }
  }
  .lg\:border-l-5 {
    @media (width >= 992px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 5px;
    }
  }
  .lg\:p-10 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-\[10px\] {
    @media (width >= 992px) {
      padding: 10px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 992px) {
      padding: 50px;
    }
  }
  .lg\:p-\[55px\] {
    @media (width >= 992px) {
      padding: 55px;
    }
  }
  .lg\:px-7\.5 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:px-\[22px\] {
    @media (width >= 992px) {
      padding-inline: 22px;
    }
  }
  .lg\:px-\[23px\] {
    @media (width >= 992px) {
      padding-inline: 23px;
    }
  }
  .lg\:px-\[26px\] {
    @media (width >= 992px) {
      padding-inline: 26px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 992px) {
      padding-inline: 30px;
    }
  }
  .lg\:py-14 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-16 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-6 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-10 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-17 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 17);
    }
  }
  .lg\:pt-\[26px\] {
    @media (width >= 992px) {
      padding-top: 26px;
    }
  }
  .lg\:pt-\[35px\] {
    @media (width >= 992px) {
      padding-top: 35px;
    }
  }
  .lg\:pt-\[37px\] {
    @media (width >= 992px) {
      padding-top: 37px;
    }
  }
  .lg\:pt-\[39px\] {
    @media (width >= 992px) {
      padding-top: 39px;
    }
  }
  .lg\:pt-\[46px\] {
    @media (width >= 992px) {
      padding-top: 46px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 992px) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[58px\] {
    @media (width >= 992px) {
      padding-top: 58px;
    }
  }
  .lg\:pt-\[59px\] {
    @media (width >= 992px) {
      padding-top: 59px;
    }
  }
  .lg\:pt-\[78px\] {
    @media (width >= 992px) {
      padding-top: 78px;
    }
  }
  .lg\:pt-\[99px\] {
    @media (width >= 992px) {
      padding-top: 99px;
    }
  }
  .lg\:pt-\[102px\] {
    @media (width >= 992px) {
      padding-top: 102px;
    }
  }
  .lg\:pt-\[115px\] {
    @media (width >= 992px) {
      padding-top: 115px;
    }
  }
  .lg\:pt-\[122px\] {
    @media (width >= 992px) {
      padding-top: 122px;
    }
  }
  .lg\:pt-\[172px\] {
    @media (width >= 992px) {
      padding-top: 172px;
    }
  }
  .lg\:pt-\[191px\] {
    @media (width >= 992px) {
      padding-top: 191px;
    }
  }
  .lg\:pt-\[254px\] {
    @media (width >= 992px) {
      padding-top: 254px;
    }
  }
  .lg\:pr-25 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 25);
    }
  }
  .lg\:pr-32 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 32);
    }
  }
  .lg\:pr-\[30px\] {
    @media (width >= 992px) {
      padding-right: 30px;
    }
  }
  .lg\:pr-\[54px\] {
    @media (width >= 992px) {
      padding-right: 54px;
    }
  }
  .lg\:pr-\[67px\] {
    @media (width >= 992px) {
      padding-right: 67px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-12 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-70 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 70);
    }
  }
  .lg\:pb-\[17px\] {
    @media (width >= 992px) {
      padding-bottom: 17px;
    }
  }
  .lg\:pb-\[30px\] {
    @media (width >= 992px) {
      padding-bottom: 30px;
    }
  }
  .lg\:pb-\[58px\] {
    @media (width >= 992px) {
      padding-bottom: 58px;
    }
  }
  .lg\:pb-\[62px\] {
    @media (width >= 992px) {
      padding-bottom: 62px;
    }
  }
  .lg\:pb-\[99px\] {
    @media (width >= 992px) {
      padding-bottom: 99px;
    }
  }
  .lg\:pb-\[102px\] {
    @media (width >= 992px) {
      padding-bottom: 102px;
    }
  }
  .lg\:pb-\[123px\] {
    @media (width >= 992px) {
      padding-bottom: 123px;
    }
  }
  .lg\:pb-\[223px\] {
    @media (width >= 992px) {
      padding-bottom: 223px;
    }
  }
  .lg\:pb-\[229px\] {
    @media (width >= 992px) {
      padding-bottom: 229px;
    }
  }
  .lg\:pl-13 {
    @media (width >= 992px) {
      padding-left: calc(var(--spacing) * 13);
    }
  }
  .lg\:pl-\[27px\] {
    @media (width >= 992px) {
      padding-left: 27px;
    }
  }
  .lg\:pl-\[30px\] {
    @media (width >= 992px) {
      padding-left: 30px;
    }
  }
  .lg\:pl-\[86px\] {
    @media (width >= 992px) {
      padding-left: 86px;
    }
  }
  .lg\:pl-\[90px\] {
    @media (width >= 992px) {
      padding-left: 90px;
    }
  }
  .lg\:text-center {
    @media (width >= 992px) {
      text-align: center;
    }
  }
  .lg\:text-4xl {
    @media (width >= 992px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 992px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[21px\] {
    @media (width >= 992px) {
      font-size: 21px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 992px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[31px\] {
    @media (width >= 992px) {
      font-size: 31px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 992px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 992px) {
      font-size: 45px;
    }
  }
  .lg\:text-\[47px\] {
    @media (width >= 992px) {
      font-size: 47px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 992px) {
      font-size: 48px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 992px) {
      font-size: 50px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 992px) {
      font-size: 60px;
    }
  }
  .lg\:text-\[72px\] {
    @media (width >= 992px) {
      font-size: 72px;
    }
  }
  .lg\:leading-12 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .lg\:leading-15 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 15);
      line-height: calc(var(--spacing) * 15);
    }
  }
  .lg\:leading-18 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 18);
      line-height: calc(var(--spacing) * 18);
    }
  }
  .lg\:leading-\[26px\] {
    @media (width >= 992px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .lg\:leading-\[35px\] {
    @media (width >= 992px) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .lg\:leading-\[38px\] {
    @media (width >= 992px) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .lg\:leading-\[47px\] {
    @media (width >= 992px) {
      --tw-leading: 47px;
      line-height: 47px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 992px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:leading-\[55px\] {
    @media (width >= 992px) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .xl\:block {
    @media (width >= 1240px) {
      display: block;
    }
  }
  .xl\:grid {
    @media (width >= 1240px) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 1240px) {
      display: none;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1240px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 1240px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 1240px) {
      flex-direction: row;
    }
  }
  .xl\:flex-row-reverse {
    @media (width >= 1240px) {
      flex-direction: row-reverse;
    }
  }
  .xl\:gap-0 {
    @media (width >= 1240px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:gap-5 {
    @media (width >= 1240px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-\[93px\] {
    @media (width >= 1240px) {
      gap: 93px;
    }
  }
  .xl\:px-5 {
    @media (width >= 1240px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:pt-\[18px\] {
    @media (width >= 1240px) {
      padding-top: 18px;
    }
  }
  .xl\:pb-\[14px\] {
    @media (width >= 1240px) {
      padding-bottom: 14px;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 1240px) {
      font-size: 48px;
    }
  }
  .xl\:text-\[50px\] {
    @media (width >= 1240px) {
      font-size: 50px;
    }
  }
  .xl\:text-\[60px\] {
    @media (width >= 1240px) {
      font-size: 60px;
    }
  }
  .xl\:text-\[72px\] {
    @media (width >= 1240px) {
      font-size: 72px;
    }
  }
  .xl\:text-\[92px\] {
    @media (width >= 1240px) {
      font-size: 92px;
    }
  }
  .xl\:leading-15 {
    @media (width >= 1240px) {
      --tw-leading: calc(var(--spacing) * 15);
      line-height: calc(var(--spacing) * 15);
    }
  }
  .xl\:leading-\[50px\] {
    @media (width >= 1240px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .xl\:leading-\[72px\] {
    @media (width >= 1240px) {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
  .\31 xl\:flex {
    @media (width >= 1330px) {
      display: flex;
    }
  }
  .\31 xl\:hidden {
    @media (width >= 1330px) {
      display: none;
    }
  }
  .\31 xl\:grid-cols-3 {
    @media (width >= 1330px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\32 xl\:ml-\[calc\(\(100vw-1385px\)\*0\.5\)\] {
    @media (width >= 1440px) {
      margin-left: calc((100vw - 1385px) * 0.5);
    }
  }
  .\32 xl\:hidden {
    @media (width >= 1440px) {
      display: none;
    }
  }
  .\32 xl\:grid-cols-7 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .\32 xl\:justify-between {
    @media (width >= 1440px) {
      justify-content: space-between;
    }
  }
  .\32 xl\:gap-2 {
    @media (width >= 1440px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\32 xl\:gap-23 {
    @media (width >= 1440px) {
      gap: calc(var(--spacing) * 23);
    }
  }
  .\32 xl\:pl-5 {
    @media (width >= 1440px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .\33 xl\:pr-38 {
    @media (width >= 1600px) {
      padding-right: calc(var(--spacing) * 38);
    }
  }
  .\33 xl\:text-\[120px\] {
    @media (width >= 1600px) {
      font-size: 120px;
    }
  }
  .\34 xl\:flex {
    @media (width >= 1900px) {
      display: flex;
    }
  }
  .\34 xl\:text-\[160px\] {
    @media (width >= 1900px) {
      font-size: 160px;
    }
  }
  .\[\&_\.mobile-menu\]\:text-3xl {
    & .mobile-menu {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\[\&_\.mobile-menu\]\:text-white {
    & .mobile-menu {
      color: var(--color-white);
    }
  }
  .\[\&_img\]\:size-full {
    & img {
      width: 100%;
      height: 100%;
    }
  }
  .\[\&_img\]\:object-cover {
    & img {
      object-fit: cover;
    }
  }
  .\[\&_img\]\:object-center {
    & img {
      object-position: center;
    }
  }
  .\[\.active\]\:opacity-50 {
    &:is(.active) {
      opacity: 50%;
    }
  }
}
@layer base {
  body {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--color-black);
  }
  input,textarea,button {
    border-radius: 0;
  }
  input:focus,textarea:focus,button:focus {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  input::placeholder,textarea::placeholder {
    color: currentcolor;
    opacity: 70%;
  }
  button:hover {
    cursor: pointer;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  a {
    color: currentcolor;
    &:hover {
      @media (hover: hover) {
        color: currentcolor;
      }
    }
  }
}
@layer components {
  .editor-content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .bb-button {
    display: flex;
    height: calc(var(--spacing) * 12);
    width: fit-content;
    max-width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 5);
    text-align: center;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
    &.alt {
      background-color: transparent;
      color: var(--color-black);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
    &.arrow::after {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      content: '\f061';
      font-family: 'Font Awesome 6 Pro';
    }
  }
}
[x-cloak] {
  display: none;
}
@layer base {
  body {
    background-color: var(--color-black);
    font-family: var(--font-host-grotesk);
  }
  h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: var(--font-teko);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
  }
}
@layer components {
  .editor-content {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 26px;
    line-height: 26px;
  }
  .button-primary {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-primary);
    padding-inline: 26px;
    padding-block: calc(var(--spacing) * 5);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    color: var(--color-white);
  }
  .button-secondary {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-black);
    padding-inline: calc(var(--spacing) * 8);
    padding-top: 10px;
    padding-bottom: calc(var(--spacing) * 1);
    font-family: var(--font-teko);
    font-size: 32px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-transform: uppercase;
  }
  .button-border {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-white);
    padding-inline: 26px;
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    color: var(--color-white);
  }
  .button-border-red {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary);
    padding-inline: 26px;
    padding-block: 15px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    text-transform: uppercase;
  }
  .fill-animation::before {
    content: '';
    position: absolute;
    top: calc(1 / 2 * 100%);
    left: calc(1 / 2 * 100%);
    z-index: calc(1 * -1);
    width: 10px;
    height: 10px;
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    background-color: var(--color-primary);
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .fill-animation:hover::before {
    scale: 20;
    opacity: 100%;
  }
}
.test::before {
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
  border-color: var(--color-primary);
  padding-left: 10px;
  @media (width >= 992px) {
    border-left-style: var(--tw-border-style);
    border-left-width: 5px;
  }
  @media (width >= 992px) {
    padding-left: 27px;
  }
  content: '';
}
.test2 {
  content: " ";
  background: red;
  width: clamp(3px, 0.1em, 6px);
  top: 0.07em;
  height: calc(100% - 0.32em);
  left: 0.1em;
  position: absolute;
}
.border-left-title::before {
  position: absolute;
  top: 0.07em;
  left: calc(var(--spacing) * 0);
  background-color: var(--color-primary);
  width: clamp(3px, 0.1em, 5px);
  height: calc(100% - 0.32em);
}
.cm-header .mobile-menu .current_page_item {
  border-left-style: var(--tw-border-style);
  border-left-width: 5px;
  border-left-color: var(--color-primary);
}
.cm-header .mobile-menu .current-menu-ancestor > a {
  margin-left: calc(17px * -1);
  border-left-style: var(--tw-border-style);
  border-left-width: 5px;
  border-left-color: var(--color-primary);
  padding-left: 11px;
}
.cm-header .mobile-menu .current-menu-ancestor > .sub-menu .current_page_item {
  border-style: var(--tw-border-style);
  border-width: 0px;
  color: var(--color-primary);
}
.cm-header .mobile-menu li {
  padding-left: 11px;
}
.cm-header .menu-hoofdmenu-container {
  height: 100%;
}
.cm-header .mobile-menu {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cm-header .mobile-menu > li > a {
  font-family: var(--font-teko);
  font-size: 37px;
  --tw-leading: calc(var(--spacing) * 15);
  line-height: calc(var(--spacing) * 15);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  @media (width >= 640px) {
    font-size: 52px;
  }
  @media (width >= 640px) {
    --tw-leading: 74px;
    line-height: 74px;
  }
  @media (width >= 1240px) {
    font-size: 60px;
  }
  @media (width >= 1240px) {
    --tw-leading: 86px;
    line-height: 86px;
  }
}
.cm-header .mobile-menu .menu-item-has-children > .sub-menu {
  display: flex;
  gap: calc(var(--spacing) * 1);
  padding-bottom: calc(var(--spacing) * 3);
  font-family: var(--font-teko);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 29px;
  line-height: 29px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-lightgray);
  text-transform: uppercase;
  @media (width >= 480px) {
    font-size: 20px;
  }
  @media (width >= 1240px) {
    font-size: 30px;
  }
  @media (width >= 1240px) {
    --tw-leading: 47px;
    line-height: 47px;
  }
  @media (width >= 1440px) {
    font-size: 40px;
  }
  @media (width >= 1440px) {
    --tw-leading: 57px;
    line-height: 57px;
  }
}
.cm-header .mobile-menu .menu-item-has-children .sub-menu li {
  padding-left: calc(var(--spacing) * 0);
}
.cm-header .mobile-menu .menu-item-has-children .sub-menu li::after {
  padding-left: 10px;
  color: var(--color-lightgray);
  content: '/';
}
.cm-header .mobile-menu .menu-item-has-children .sub-menu li:last-child::after {
  padding-left: calc(var(--spacing) * 0);
  content: '';
}
.cm-quote p > strong {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.cm-content .theme-1 .editor-content h2,
.cm-content .theme-1 .editor-content h3,
.cm-content .theme-1 .editor-content h4,
.cm-content .theme-1 .editor-content h5,
.cm-content .theme-1 .editor-content h6,
.cm-content .theme-3 .editor-content a {
  color: var(--color-white);
}
.cm-content .theme-1 .editor-content ul {
  position: relative;
  list-style-type: none;
  padding-left: 1em;
  --tw-leading: 30px;
  line-height: 30px;
  @media (width >= 992px) {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
}
.cm-content .theme-1 .editor-content li {
  margin: calc(var(--spacing) * 0);
  display: flex;
}
.cm-content .theme-1 .editor-content li::before {
  position: absolute;
  left: calc(var(--spacing) * 0);
  display: flex;
  height: 30px;
  align-items: center;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-primary);
  @media (width >= 992px) {
    height: calc(var(--spacing) * 10);
  }
  content: "\f00c";
  font: var(--fa-font-solid);
}
.editor-content a,
.cm-404 {
  color: var(--color-white);
}
.gfield--type-captcha {
  display: none !important;
}
.recaptcha-message {
  margin-top: calc(var(--spacing) * 2) !important;
  font-size: var(--text-xs) !important;
  line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  a {
    text-decoration-line: underline;
  }
}
.cm-form .form .gfield--width-third,
.cm-form .form .title-desktop {
  padding: calc(var(--spacing) * 0);
  @media (width >= 640px) {
    grid-column: span 6 / span 6;
  }
}
.cm-form .form .title-desktop2 {
  grid-column: span 6 / span 6;
  padding: calc(var(--spacing) * 0);
  @media (width < 640px) {
    display: none;
  }
}
.cm-form .form .title-mobile {
  @media (width >= 640px) {
    display: none;
  }
}
.cm-form .form .gfield .ginput_container input,
.cm-form .form .gfield .ginput_container textarea {
  height: calc(var(--spacing) * 16);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-lightgray);
  background-color: transparent;
  padding: calc(var(--spacing) * 5);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-lightgray);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.cm-form .form .gfield .ginput_container .gform_drop_area {
  background-color: transparent;
  color: var(--color-lightgray);
}
.cm-form .form .gfield .ginput_container_number .instruction {
  display: none;
}
.cm-form .form .gfield .ginput_container textarea {
  min-block-size: 177px;
}
.cm-form .form .gfield .ginput_container input:focus,
.cm-form .form .gfield .ginput_container textarea:focus {
  border-color: var(--color-primary);
  --tw-outline-style: none;
  outline-style: none;
}
.cm-form .form .gfield .ginput_container_date input {
  width: 100%;
}
.cm-form .form .gfield--input-type-section {
  border-style: var(--tw-border-style);
  border-width: 0px;
  @media (width < 640px) {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
.cm-form .form .gfield--input-type-section h3.gsection_title {
  margin-top: calc(var(--spacing) * 5);
  font-family: var(--font-teko);
  font-size: 28px;
  --tw-leading: calc(var(--spacing) * 9);
  line-height: calc(var(--spacing) * 9);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  @media (width >= 640px) {
    margin-block: calc(var(--spacing) * 5);
  }
  @media (width >= 1240px) {
    margin-top: calc(var(--spacing) * 0);
  }
  @media (width >= 1240px) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.cm-form .form .gform-theme--foundation .gform_fields {
  gap: calc(var(--spacing) * 5);
}
.cm-form .form .gform-footer {
  margin-top: calc(var(--spacing) * 11);
}
.cm-form .form .gform-footer .gform_button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-primary);
  padding-inline: 26px;
  padding-block: calc(var(--spacing) * 5);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  color: var(--color-white);
}
.filterButton.active {
  background-color: var(--color-primary);
}
#asphalt-detail .swiperMain .swiper-slide-prev div:nth-child(3),
#asphalt-detail .swiperMain .swiper-slide-prev div:nth-child(2),
#asphalt-detail .swiperMain .swiper-slide-next div:nth-child(3),
#asphalt-detail .swiperMain .swiper-slide-next div:nth-child(2) {
  display: none;
}
.car-detail-info-grid .row-item {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  border-radius: var(--radius-lg);
  padding-inline: 15px;
  padding-block: calc(var(--spacing) * 2.5);
  &:nth-child(odd) {
    background-color: var(--color-neutral-800);
  }
}
.car-detail-info-grid .row-item.alt {
  @media (width < 992px) {
    &:nth-child(odd) {
      background-color: var(--color-white);
    }
  }
  @media (width < 992px) {
    &:nth-child(even) {
      background-color: var(--color-neutral-800);
    }
  }
}
@property --color {
  syntax: "<color>";
  initial-value: red;
  inherits: true;
}
@property --position {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}
.progress-indicator {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 75px;
  @media (width >= 992px) {
    height: calc(var(--spacing) * 25);
  }
  @media (width >= 992px) {
    width: calc(var(--spacing) * 25);
  }
  clip-path: shape(from 100% 51.88%,curve by 0% 0.29% with 0% 0.1%/0% 0.2%,line by 0% 0.15%,curve by -3.44% 3.13% with -0.09% 1.82%/-1.64% 3.22%,line by -0.01% 0%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.64%,line by 0% -0.13%,curve by 3.44% -3.14% with 0.09% -1.82%/1.63% -3.22%,curve by 3.14% 3.15% with 1.72% 0.09%/3.06% 1.46%,close,move by -44.89% -51.88%,curve by 0.3% 0.03% with 0.1% 0%/0.19% 0.02%,line by 0.07% 0%,curve by 2.83% 3.71% with 1.81% 0.25%/3.07% 1.9%,curve by -3.34% 2.87% with -0.22% 1.67%/-1.66% 2.9%,line by 0% -0.01%,curve by -0.2% -0.01% with -0.07% 0%/-0.14% 0%,line by -0.07% 0%,curve by -3.08% -3.5% with -1.82% -0.13%/-3.19% -1.68%,curve by 3.08% -3.08% with 0.1% -1.68%/1.45% -2.98%,line by 0.42% 0%,close,move by 34.56% 77.7%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 0.49% -1.56% with 0.02% -0.56%/0.19% -1.09%,line by 0.03% -0.06%,curve by 4.58% -0.88% with 1.02% -1.51%/3.07% -1.9%,curve by 1.03% 4.33% with 1.41% 0.96%/1.86% 2.83%,line by -0.03% 0.06%,curve by -2.97% 1.56% with -0.63% 1.02%/-1.76% 1.62%,line by -0.01% 0%,close,move by -7.35% 9.15%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 0.99% -2.2% with 0.05% -0.83%/0.4% -1.62%,line by 0.05% -0.05%,curve by 4.65% 0.28% with 1.36% -1.21%/3.44% -1.08%,curve by -0.07% 4.45% with 1.13% 1.27%/1.1% 3.21%,line by -0.05% 0.05%,curve by -2.44% 0.92% with -0.65% 0.64%/-1.53% 0.97%,close,move by -20.23% 11.52%,curve by -3.11% -3.47% with -1.82% -0.09%/-3.22% -1.65%,curve by 2.42% -3% with 0.08% -1.42%/1.05% -2.63%,line by 0.06% 0%,curve by 4.15% 2.12% with 1.73% -0.57%/3.59% 0.39%,curve by -2.13% 4.15% with 0.56% 1.73%/-0.4% 3.59%,curve by -0.28% 0.08% with -0.09% 0.03%/-0.19% 0.06%,line by -0.07% 0.02%,curve by -1.01% 0.11% with -0.33% 0.09%/-0.67% 0.13%,line by -0.02% -0.01%,close,move by 10.84% -4.48%,curve by -3.14% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 1.66% -2.71% with 0.06% -1.13%/0.68% -2.14%,line by 0.06% -0.03%,curve by 4.44% 1.42% with 1.61% -0.83%/3.6% -0.19%,curve by -1.18% 4.3% with 0.78% 1.52%/0.27% 3.39%,line by -0.06% 0.03%,curve by -1.78% 0.43% with -0.55% 0.31%/-1.16% 0.46%,line by 0% 0.01%,close,move by 22.71% -50.22%,curve by -3.06% -2.63% with -1.5% -0.07%/-2.75% -1.15%,line by 0% -0.06%,curve by 2.7% -3.79% with -0.31% -1.8%/0.91% -3.49%,curve by 3.73% 2.45% with 1.69% -0.27%/3.31% 0.78%,line by 0% 0.07%,curve by -2.56% 3.89% with 0.38% 1.79%/-0.77% 3.53%,curve by -0.81% 0.07% with -0.27% 0.06%/-0.54% 0.08%,line by -0.01% 0%,close,move by -77.34% 44.15%,curve by -2.06% -0.85% with -0.76% -0.03%/-1.5% -0.34%,line by -0.06% -0.05%,curve by -0.42% -4.64% with -1.4% -1.17%/-1.58% -3.25%,curve by 4.64% -0.42% with 1.17% -1.4%/3.25% -1.58%,curve by 0.23% 0.2% with 0.08% 0.07%/0.15% 0.14%,line by 0.05% 0.03%,curve by 0.2% 4.66% with 1.34% 1.23%/1.43% 3.32%,curve by -2.58% 1.07% with -0.66% 0.72%/-1.6% 1.11%,line by 0% -0.01%,close,move by -11.18% -53.92%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 0.28% -1.19% with 0.02% -0.41%/0.11% -0.82%,line by 0.02% -0.06%,curve by 4.43% -1.46% with 0.82% -1.63%/2.81% -2.28%,curve by 1.57% 4.17% with 1.52% 0.77%/2.2% 2.58%,line by -0.02% 0.06%,curve by -3.16% 1.93% with -0.56% 1.23%/-1.81% 2%,close,move by 6.14% -10.01%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.65%,curve by 0.72% -1.89% with 0.03% -0.68%/0.28% -1.34%,line by 0.05% -0.06%,curve by 4.65% -0.3% with 1.2% -1.37%/3.28% -1.5%,curve by 0.48% 4.42% with 1.28% 1.13%/1.49% 3.05%,line by -0.03% 0.05%,curve by -2.73% 1.23% with -0.66% 0.83%/-1.67% 1.29%,close,move by 8.42% -8.18%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 1.31% -2.47% with 0.05% -0.98%/0.52% -1.88%,line by 0.06% -0.05%,curve by 4.64% 0.47% with 1.41% -1.15%/3.49% -0.94%,curve by -0.47% 4.64% with 1.15% 1.41%/0.94% 3.49%,curve by -0.23% 0.17% with -0.07% 0.06%/-0.15% 0.11%,line by -0.05% 0.03%,curve by -2.14% 0.66% with -0.61% 0.47%/-1.36% 0.69%,close,move by -17.99% 29.42%,curve by -3.14% -3.45% with -1.82% -0.09%/-3.23% -1.63%,curve by 0.05% -0.4% with 0% -0.14%/0.02% -0.27%,line by 0% -0.07%,curve by 3.93% -2.51% with 0.4% -1.77%/2.16% -2.91%,curve by 2.57% 3.65% with 1.67% 0.36%/2.78% 1.96%,line by 0% 0.06%,curve by -3.41% 2.73% with -0.3% 1.64%/-1.75% 2.81%,line by 0% -0.01%,close,move by 35.18% 53.6%,curve by -0.61% -0.09% with -0.2% 0%/-0.41% -0.03%,line by -0.07% 0%,curve by -2.27% -4.08% with -1.75% -0.51%/-2.77% -2.33%,curve by 3.81% -2.33% with 0.47% -1.65%/2.13% -2.67%,line by 0.07% 0%,curve by 2.4% 4.02% with 1.76% 0.46%/2.84% 2.24%,curve by -3.32% 2.5% with -0.38% 1.51%/-1.76% 2.56%,line by 0% -0.01%,close,move by 4.28% -91.95%,curve by -3.1% -3.48% with -1.82% -0.1%/-3.2% -1.66%,curve by 2.8% -3.07% with 0.09% -1.56%/1.26% -2.84%,line by 0.07% 0%,curve by 3.6% 2.96% with 1.81% -0.18%/3.42% 1.14%,curve by -2.67% 3.56% with 0.16% 1.71%/-1% 3.24%,line by -0.07% 0%,curve by -0.63% 0.03% with -0.2% 0.03%/-0.41% 0.05%,close,move by -32.48% 72.11%,curve by -2.6% -1.48% with -1.06% -0.05%/-2.02% -0.6%,line by -0.03% -0.06%,curve by 1.13% -4.53% with -0.93% -1.56%/-0.43% -3.58%,curve by 4.38% 0.9% with 1.47% -0.89%/3.38% -0.49%,line by 0.03% 0.06%,curve by -0.95% 4.56% with 1% 1.52%/0.57% 3.57%,curve by -1.95% 0.53% with -0.58% 0.38%/-1.26% 0.57%,line by 0.01% 0.01%,close,move by 55.69% -69.56%,curve by -1.01% -0.22% with -0.34% -0.01%/-0.68% -0.09%,line by -0.06% -0.02%,curve by -1.74% -4.33% with -1.67% -0.72%/-2.45% -2.65%,curve by 4.06% -1.84% with 0.67% -1.57%/2.43% -2.37%,line by 0.07% 0.02%,curve by 1.88% 4.28% with 1.69% 0.66%/2.53% 2.57%,curve by -3.19% 2.09% with -0.51% 1.31%/-1.8% 2.15%,line by 0% 0.02%,close,move by -63.23% 47.53%,curve by -3.13% -3.04% with -1.66% -0.08%/-2.99% -1.39%,line by 0% -0.07%,curve by 3.18% -3.4% with -0.06% -1.82%/1.36% -3.34%,curve by 3.38% 2.9% with 1.7% -0.06%/3.18% 1.21%,line by 0% 0.06%,curve by -3.03% 3.54% with 0.14% 1.82%/-1.22% 3.4%,curve by -0.41% 0% with -0.14% 0%/-0.27% 0.01%,line by 0.01% 0.01%,close,move by 28.73% -46.97%,curve by -3.13% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 2.01% -2.88% with 0.07% -1.26%/0.85% -2.39%,line by 0.07% -0.02%,curve by 4.23% 1.98% with 1.72% -0.63%/3.6% 0.26%,curve by -1.7% 4.12% with 0.58% 1.6%/-0.16% 3.39%,line by -0.06% 0.02%,curve by -1.42% 0.25% with -0.44% 0.18%/-0.93% 0.27%,line by 0% -0.01%,close,move by 59.98% 22.67%,curve by -2.81% -1.84% with -1.2% -0.06%/-2.27% -0.76%,line by -0.02% -0.06%,curve by 1.33% -4.47% with -0.86% -1.6%/-0.27% -3.61%,curve by 4.47% 1.33% with 1.6% -0.86%/3.6% -0.27%,curve by 0.11% 0.23% with 0.05% 0.08%/0.08% 0.16%,line by 0.03% 0.06%,curve by -1.51% 4.41% with 0.8% 1.64%/0.13% 3.62%,curve by -1.59% 0.33% with -0.5% 0.24%/-1.05% 0.35%,line by -0.01% 0.01%,close,move by -86.33% 35.8%,curve by -2.95% -2.22% with -1.34% -0.07%/-2.51% -0.94%,line by -0.02% -0.07%,curve by 1.86% -4.28% with -0.67% -1.69%/0.17% -3.61%,curve by 4.27% 1.87% with 1.69% -0.67%/3.6% 0.17%,curve by 0.09% 0.28% with 0.03% 0.09%/0.07% 0.18%,line by 0.02% 0.06%,curve by -2.05% 4.19% with 0.59% 1.73%/-0.33% 3.59%,curve by -1.22% 0.17% with -0.4% 0.14%/-0.81% 0.19%,line by -0.01% 0%,close,move by 79.88% -45.6%,curve by -2.35% -1.15% with -0.91% -0.05%/-1.76% -0.46%,line by -0.03% -0.05%,curve by 0.57% -4.63% with -1.13% -1.43%/-0.86% -3.5%,curve by 4.43% 0.34% with 1.34% -1.06%/3.27% -0.9%,line by 0.05% 0.06%,curve by -0.38% 4.65% with 1.18% 1.39%/1.01% 3.47%,curve by -2.28% 0.78% with -0.64% 0.53%/-1.45% 0.82%,line by 0% -0.01%,close,move by 9.13% 44.26%,curve by -3.14% -3.46% with -1.82% -0.09%/-3.22% -1.64%,curve by 0.14% -0.81% with 0.01% -0.27%/0.06% -0.55%,line by 0.02% -0.06%,curve by 4.22% -1.99% with 0.61% -1.72%/2.5% -2.6%,curve by 2.08% 3.92% with 1.6% 0.57%/2.51% 2.28%,line by -0.02% 0.07%,curve by -3.3% 2.32% with -0.44% 1.43%/-1.8% 2.39%,close,move by -17.8% -52.18%,curve by -1.74% -0.6% with -0.63% -0.03%/-1.23% -0.24%,line by -0.05% -0.03%,curve by -0.6% -4.63% with -1.44% -1.11%/-1.72% -3.19%,curve by 4.39% -0.77% with 1.05% -1.35%/2.94% -1.69%,line by 0.06% 0.05%,curve by 0.78% 4.6% with 1.49% 1.06%/1.83% 3.12%,curve by -2.84% 1.39% with -0.65% 0.91%/-1.72% 1.43%,line by 0% 0.01%,close,move by -48.83% 79.74%,curve by -1.39% -0.39% with -0.49% -0.02%/-0.95% -0.16%,line by -0.07% -0.03%,curve by -1.55% -4.4% with -1.64% -0.78%/-2.33% -2.75%,curve by 4.4% -1.55% with 0.78% -1.65%/2.75% -2.33%,curve by 0.26% 0.14% with 0.09% 0.05%/0.17% 0.09%,line by 0.05% 0.02%,curve by 1.35% 4.47% with 1.6% 0.86%/2.2% 2.86%,curve by -3.06% 1.74% with -0.6% 1.11%/-1.78% 1.8%,close,move by 22.56% 5.43%,curve by -3.05% -3.53% with -1.81% -0.13%/-3.17% -1.71%,curve by 3.17% -3.06% with 0.13% -1.68%/1.49% -3%,line by 0.06% 0%,curve by 3.48% 3.11% with 1.82% -0.1%/3.38% 1.29%,curve by -3.1% 3.48% with 0.1% 1.82%/-1.28% 3.38%,line by -0.55% 0%,line by -0.01% 0%,close);
}
@keyframes fillcolor {
  from {
    --position: 0%;
  }
  to {
    --position: 80%;
  }
}
.progress-indicator::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: conic-gradient(
        from 184deg,
        var(--color) 0%,
        var(--color) var(--position),
        grey calc(var(--position) + 0%),
        grey 100%
    );
  animation: fillcolor 2s ease-in-out forwards;
  animation-play-state: paused;
}
.progress-indicator.animate::before {
  animation-play-state: running;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@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-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --color: red;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --position: 0%;
    }
  }
}