/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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);
  }
}
@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-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.25 {
    top: calc(var(--spacing) * 2.25);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-4\.5 {
    top: calc(var(--spacing) * 4.5);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .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-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-6px\] {
    margin-top: -6px;
  }
  .mt-\[-18px\] {
    margin-top: -18px;
  }
  .mt-\[-28px\] {
    margin-top: -28px;
  }
  .mt-\[-46px\] {
    margin-top: -46px;
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[-78px\] {
    margin-top: -78px;
  }
  .mt-\[-110px\] {
    margin-top: -110px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[-38px\] {
    margin-bottom: -38px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.75 {
    height: calc(var(--spacing) * 0.75);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-5\.5 {
    height: calc(var(--spacing) * 5.5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-9\.5 {
    height: calc(var(--spacing) * 9.5);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-21 {
    height: calc(var(--spacing) * 21);
  }
  .h-\[118px\] {
    height: 118px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-\[160px\] {
    min-height: 160px;
  }
  .min-h-\[190px\] {
    min-height: 190px;
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .min-h-\[640px\] {
    min-height: 640px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-7\.5 {
    width: calc(var(--spacing) * 7.5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[150\%\] {
    width: 150%;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[235px\] {
    width: 235px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[255px\] {
    width: 255px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[58rem\] {
    max-width: 58rem;
  }
  .max-w-\[130px\] {
    max-width: 130px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[155px\] {
    max-width: 155px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[235px\] {
    max-width: 235px;
  }
  .max-w-\[245px\] {
    max-width: 245px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[255px\] {
    max-width: 255px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[285px\] {
    max-width: 285px;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[455px\] {
    max-width: 455px;
  }
  .max-w-\[505px\] {
    max-width: 505px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[770px\] {
    max-width: 770px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-\[205px\] {
    min-width: 205px;
  }
  .min-w-\[230px\] {
    min-width: 230px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-bottom-right {
    transform-origin: 100% 100%;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[-90deg\] {
    rotate: -90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing) * 24);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[1\.75rem\] {
    border-radius: 1.75rem;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[repeating-conic-gradient\(\#f40009_0_25\%\,\#ffffff_0_50\%\)\] {
    background-image: repeating-conic-gradient(#f40009 0 25%,#ffffff 0 50%);
  }
  .bg-\[length\:40px_40px\] {
    background-size: 40px 40px;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-44 {
    padding-top: calc(var(--spacing) * 44);
  }
  .pt-\[calc\(var\(--header-h\)-28px\)\] {
    padding-top: calc(var(--header-h) - 28px);
  }
  .pt-\[var\(--header-h\)\] {
    padding-top: var(--header-h);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-\[\.75rem\] {
    font-size: .75rem;
  }
  .text-\[\.875rem\] {
    font-size: .875rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.375rem\] {
    font-size: 1.375rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.25rem\] {
    font-size: 2.25rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[clamp\(1\.2rem\,6vw\,2\.2rem\)\] {
    font-size: clamp(1.2rem, 6vw, 2.2rem);
  }
  .text-\[clamp\(1\.5rem\,3vw\,1\.875rem\)\] {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
  }
  .text-\[clamp\(1\.25rem\,2\.2vw\,1\.875rem\)\] {
    font-size: clamp(1.25rem, 2.2vw, 1.875rem);
  }
  .text-\[clamp\(1\.75rem\,3\.2vw\,2\.1875rem\)\] {
    font-size: clamp(1.75rem, 3.2vw, 2.1875rem);
  }
  .text-\[clamp\(1\.375rem\,3vw\,1\.75rem\)\] {
    font-size: clamp(1.375rem, 3vw, 1.75rem);
  }
  .text-\[clamp\(1\.375rem\,3vw\,1\.875rem\)\] {
    font-size: clamp(1.375rem, 3vw, 1.875rem);
  }
  .text-\[clamp\(2\.0rem\,6vw\,3\.625rem\)\] {
    font-size: clamp(2.0rem, 6vw, 3.625rem);
  }
  .text-\[clamp\(2\.25rem\,5vw\,3\.125rem\)\] {
    font-size: clamp(2.25rem, 5vw, 3.125rem);
  }
  .text-\[clamp\(2\.25rem\,6vw\,3\.75rem\)\] {
    font-size: clamp(2.25rem, 6vw, 3.75rem);
  }
  .text-\[clamp\(2\.75rem\,6vw\,4\.5rem\)\] {
    font-size: clamp(2.75rem, 6vw, 4.5rem);
  }
  .text-\[clamp\(2rem\,4vw\,2\.5rem\)\] {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }
  .text-\[clamp\(2rem\,4vw\,3rem\)\] {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  .text-\[clamp\(4\.5rem\,18vw\,9rem\)\] {
    font-size: clamp(4.5rem, 18vw, 9rem);
  }
  .leading-\[\.95\] {
    --tw-leading: .95;
    line-height: .95;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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-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);
  }
  .tracking-\[0\.22em\] {
    --tw-tracking: 0.22em;
    letter-spacing: 0.22em;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_14px_30px_-18px_rgba\(0\,0\,0\,0\.95\)\] {
    --tw-shadow: 0 14px 30px -18px var(--tw-shadow-color, rgba(0,0,0,0.95));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:shadow-\[0_10px_20px_rgba\(0\,0\,0\,\.25\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 20px var(--tw-shadow-color, rgba(0,0,0,.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .active\:translate-y-0 {
    &:active {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .active\:shadow-none {
    &:active {
      --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);
    }
  }
  .sm\:top-0 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .sm\:top-3 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 3);
    }
  }
  .sm\:top-5 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-12 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-\[-50px\] {
    @media (width >= 40rem) {
      margin-bottom: -50px;
    }
  }
  .sm\:h-9 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .sm\:h-10 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:h-11 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 11);
    }
  }
  .sm\:h-14 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .sm\:h-\[130px\] {
    @media (width >= 40rem) {
      height: 130px;
    }
  }
  .sm\:h-\[155px\] {
    @media (width >= 40rem) {
      height: 155px;
    }
  }
  .sm\:min-h-\[210px\] {
    @media (width >= 40rem) {
      min-height: 210px;
    }
  }
  .sm\:min-h-\[220px\] {
    @media (width >= 40rem) {
      min-height: 220px;
    }
  }
  .sm\:w-\[130\%\] {
    @media (width >= 40rem) {
      width: 130%;
    }
  }
  .sm\:w-\[270px\] {
    @media (width >= 40rem) {
      width: 270px;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 40rem) {
      width: 300px;
    }
  }
  .sm\:w-\[305px\] {
    @media (width >= 40rem) {
      width: 305px;
    }
  }
  .sm\:w-\[315px\] {
    @media (width >= 40rem) {
      width: 315px;
    }
  }
  .sm\:w-\[325px\] {
    @media (width >= 40rem) {
      width: 325px;
    }
  }
  .sm\:w-\[330px\] {
    @media (width >= 40rem) {
      width: 330px;
    }
  }
  .sm\:max-w-\[250px\] {
    @media (width >= 40rem) {
      max-width: 250px;
    }
  }
  .sm\:max-w-\[285px\] {
    @media (width >= 40rem) {
      max-width: 285px;
    }
  }
  .sm\:max-w-\[290px\] {
    @media (width >= 40rem) {
      max-width: 290px;
    }
  }
  .sm\:max-w-\[320px\] {
    @media (width >= 40rem) {
      max-width: 320px;
    }
  }
  .sm\:max-w-\[330px\] {
    @media (width >= 40rem) {
      max-width: 330px;
    }
  }
  .sm\:max-w-\[360px\] {
    @media (width >= 40rem) {
      max-width: 360px;
    }
  }
  .sm\:max-w-\[380px\] {
    @media (width >= 40rem) {
      max-width: 380px;
    }
  }
  .sm\:max-w-\[620px\] {
    @media (width >= 40rem) {
      max-width: 620px;
    }
  }
  .sm\:max-w-\[760px\] {
    @media (width >= 40rem) {
      max-width: 760px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-12 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .sm\:rounded-\[2\.25rem\] {
    @media (width >= 40rem) {
      border-radius: 2.25rem;
    }
  }
  .sm\:rounded-\[20px\] {
    @media (width >= 40rem) {
      border-radius: 20px;
    }
  }
  .sm\:rounded-\[32px\] {
    @media (width >= 40rem) {
      border-radius: 32px;
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:px-14 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-16 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .sm\:pt-14 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .sm\:pt-20 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:pt-28 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .sm\:pt-32 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .sm\:pt-52 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 52);
    }
  }
  .sm\:pt-56 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 56);
    }
  }
  .sm\:pb-14 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .sm\:text-\[1\.25rem\] {
    @media (width >= 40rem) {
      font-size: 1.25rem;
    }
  }
  .sm\:text-\[1\.125rem\] {
    @media (width >= 40rem) {
      font-size: 1.125rem;
    }
  }
  .sm\:text-\[1\.375rem\] {
    @media (width >= 40rem) {
      font-size: 1.375rem;
    }
  }
  .sm\:text-\[2\.25rem\] {
    @media (width >= 40rem) {
      font-size: 2.25rem;
    }
  }
  .sm\:text-\[2\.75rem\] {
    @media (width >= 40rem) {
      font-size: 2.75rem;
    }
  }
  .sm\:text-\[2\.375rem\] {
    @media (width >= 40rem) {
      font-size: 2.375rem;
    }
  }
  .sm\:text-\[2\.1875rem\] {
    @media (width >= 40rem) {
      font-size: 2.1875rem;
    }
  }
  .sm\:text-\[2rem\] {
    @media (width >= 40rem) {
      font-size: 2rem;
    }
  }
  .sm\:text-\[3\.5rem\] {
    @media (width >= 40rem) {
      font-size: 3.5rem;
    }
  }
  .md\:top-\[-18px\] {
    @media (width >= 48rem) {
      top: -18px;
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:w-\[300px\] {
    @media (width >= 48rem) {
      width: 300px;
    }
  }
  .md\:w-\[310px\] {
    @media (width >= 48rem) {
      width: 310px;
    }
  }
  .md\:w-\[335px\] {
    @media (width >= 48rem) {
      width: 335px;
    }
  }
  .md\:max-w-\[300px\] {
    @media (width >= 48rem) {
      max-width: 300px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:rounded-\[36px\] {
    @media (width >= 48rem) {
      border-radius: 36px;
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-28 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-56 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 56);
    }
  }
  .md\:pt-\[340px\] {
    @media (width >= 48rem) {
      padding-top: 340px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:inset-0 {
    @media (width >= 64rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-\[-10px\] {
    @media (width >= 64rem) {
      top: -10px;
    }
  }
  .lg\:top-\[-16px\] {
    @media (width >= 64rem) {
      top: -16px;
    }
  }
  .lg\:top-\[-24px\] {
    @media (width >= 64rem) {
      top: -24px;
    }
  }
  .lg\:top-\[-52px\] {
    @media (width >= 64rem) {
      top: -52px;
    }
  }
  .lg\:top-\[-76px\] {
    @media (width >= 64rem) {
      top: -76px;
    }
  }
  .lg\:top-\[8px\] {
    @media (width >= 64rem) {
      top: 8px;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-\[-46px\] {
    @media (width >= 64rem) {
      left: -46px;
    }
  }
  .lg\:left-\[4px\] {
    @media (width >= 64rem) {
      left: 4px;
    }
  }
  .lg\:left-\[28px\] {
    @media (width >= 64rem) {
      left: 28px;
    }
  }
  .lg\:left-\[54px\] {
    @media (width >= 64rem) {
      left: 54px;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-14 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mt-\[-40px\] {
    @media (width >= 64rem) {
      margin-top: -40px;
    }
  }
  .lg\:mt-\[-82px\] {
    @media (width >= 64rem) {
      margin-top: -82px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-\[210px\] {
    @media (width >= 64rem) {
      margin-left: 210px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-11 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 11);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-16 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:min-h-\[220px\] {
    @media (width >= 64rem) {
      min-height: 220px;
    }
  }
  .lg\:min-h-\[345px\] {
    @media (width >= 64rem) {
      min-height: 345px;
    }
  }
  .lg\:min-h-\[640px\] {
    @media (width >= 64rem) {
      min-height: 640px;
    }
  }
  .lg\:w-\[330px\] {
    @media (width >= 64rem) {
      width: 330px;
    }
  }
  .lg\:w-\[340px\] {
    @media (width >= 64rem) {
      width: 340px;
    }
  }
  .lg\:w-\[365px\] {
    @media (width >= 64rem) {
      width: 365px;
    }
  }
  .lg\:w-\[380px\] {
    @media (width >= 64rem) {
      width: 380px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[225px\] {
    @media (width >= 64rem) {
      max-width: 225px;
    }
  }
  .lg\:max-w-\[265px\] {
    @media (width >= 64rem) {
      max-width: 265px;
    }
  }
  .lg\:max-w-\[270px\] {
    @media (width >= 64rem) {
      max-width: 270px;
    }
  }
  .lg\:max-w-\[300px\] {
    @media (width >= 64rem) {
      max-width: 300px;
    }
  }
  .lg\:max-w-\[360px\] {
    @media (width >= 64rem) {
      max-width: 360px;
    }
  }
  .lg\:max-w-\[560px\] {
    @media (width >= 64rem) {
      max-width: 560px;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[43\%_40px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 43% 40px 1fr;
    }
  }
  .lg\:grid-cols-\[43vw_40px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 43vw 40px 1fr;
    }
  }
  .lg\:grid-cols-\[45vw_40px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 45vw 40px 1fr;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:rounded-\[2\.75rem\] {
    @media (width >= 64rem) {
      border-radius: 2.75rem;
    }
  }
  .lg\:object-cover {
    @media (width >= 64rem) {
      object-fit: cover;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pl-\[360px\] {
    @media (width >= 64rem) {
      padding-left: 360px;
    }
  }
  .lg\:pl-\[380px\] {
    @media (width >= 64rem) {
      padding-left: 380px;
    }
  }
  .lg\:text-\[2\.25rem\] {
    @media (width >= 64rem) {
      font-size: 2.25rem;
    }
  }
  .lg\:text-\[2\.625rem\] {
    @media (width >= 64rem) {
      font-size: 2.625rem;
    }
  }
  .lg\:text-\[5rem\] {
    @media (width >= 64rem) {
      font-size: 5rem;
    }
  }
  .lg\:text-\[clamp\(1\.75rem\,2\.2vw\,2\.1875rem\)\] {
    @media (width >= 64rem) {
      font-size: clamp(1.75rem, 2.2vw, 2.1875rem);
    }
  }
  .lg\:text-\[clamp\(2\.25rem\,3\.1vw\,3\.125rem\)\] {
    @media (width >= 64rem) {
      font-size: clamp(2.25rem, 3.1vw, 3.125rem);
    }
  }
  .xl\:top-\[-8px\] {
    @media (width >= 80rem) {
      top: -8px;
    }
  }
  .xl\:top-\[-24px\] {
    @media (width >= 80rem) {
      top: -24px;
    }
  }
  .xl\:top-\[-58px\] {
    @media (width >= 80rem) {
      top: -58px;
    }
  }
  .xl\:top-\[10px\] {
    @media (width >= 80rem) {
      top: 10px;
    }
  }
  .xl\:left-\[-36px\] {
    @media (width >= 80rem) {
      left: -36px;
    }
  }
  .xl\:left-\[14px\] {
    @media (width >= 80rem) {
      left: 14px;
    }
  }
  .xl\:left-\[35px\] {
    @media (width >= 80rem) {
      left: 35px;
    }
  }
  .xl\:left-\[64px\] {
    @media (width >= 80rem) {
      left: 64px;
    }
  }
  .xl\:mt-\[-50px\] {
    @media (width >= 80rem) {
      margin-top: -50px;
    }
  }
  .xl\:mt-\[-110px\] {
    @media (width >= 80rem) {
      margin-top: -110px;
    }
  }
  .xl\:ml-\[260px\] {
    @media (width >= 80rem) {
      margin-left: 260px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:h-12 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .xl\:min-h-\[640px\] {
    @media (width >= 80rem) {
      min-height: 640px;
    }
  }
  .xl\:w-\[350px\] {
    @media (width >= 80rem) {
      width: 350px;
    }
  }
  .xl\:w-\[365px\] {
    @media (width >= 80rem) {
      width: 365px;
    }
  }
  .xl\:w-\[390px\] {
    @media (width >= 80rem) {
      width: 390px;
    }
  }
  .xl\:w-\[430px\] {
    @media (width >= 80rem) {
      width: 430px;
    }
  }
  .xl\:max-w-\[245px\] {
    @media (width >= 80rem) {
      max-width: 245px;
    }
  }
  .xl\:max-w-\[295px\] {
    @media (width >= 80rem) {
      max-width: 295px;
    }
  }
  .xl\:max-w-\[300px\] {
    @media (width >= 80rem) {
      max-width: 300px;
    }
  }
  .xl\:max-w-\[360px\] {
    @media (width >= 80rem) {
      max-width: 360px;
    }
  }
  .xl\:max-w-\[760px\] {
    @media (width >= 80rem) {
      max-width: 760px;
    }
  }
  .xl\:grid-cols-\[43vw_40px_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 43vw 40px 1fr;
    }
  }
  .xl\:gap-7 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:px-14 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .xl\:px-16 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:pt-18 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .xl\:pl-\[390px\] {
    @media (width >= 80rem) {
      padding-left: 390px;
    }
  }
  .xl\:pl-\[405px\] {
    @media (width >= 80rem) {
      padding-left: 405px;
    }
  }
}
@font-face {
  font-family: "TCCC Unity Headline";
  src: url("assets/fonts/TCCC-UNITYHEADLINE-REGULAR.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC Unity Headline";
  src: url("assets/fonts/TCCC-UNITYHEADLINE-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC Unity Headline";
  src: url("assets/fonts/TCCC-UNITYHEADLINE-BOLD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC Unity Headline";
  src: url("assets/fonts/TCCC-UNITYHEADLINE-BLACK.TTF") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC Unity Condensed";
  src: url("assets/fonts/TCCC-UNITYCONDENSED-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC Unity Condensed";
  src: url("assets/fonts/TCCC-UNITYCONDENSED-BOLD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better With";
  src: url("assets/fonts/BETTERWITH-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Better With";
  src: url("assets/fonts/BETTERWITH-MEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-headline: "TCCC Unity Headline", ui-sans-serif, system-ui, sans-serif;
  --font-condensed: "TCCC Unity Condensed", ui-sans-serif, system-ui, sans-serif;
  --font-betterwith: "Better With", ui-serif, Georgia, serif;
}
body {
  font-family: var(--font-headline);
}
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--c-red) #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background: var(--c-red);
  border: 2px solid #ffffff;
  border-radius: 9999px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #c90008;
}
@layer base {
  :root {
    --c-red: #F40009;
    --c-black: #000000;
  }
  h2 {
    font-family: var(--font-betterwith);
    font-weight: 500;
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: .95;
  }
}
@layer utilities {
  .bg-brand-red {
    background-color: var(--c-red);
  }
  .text-brand-red {
    color: var(--c-red);
  }
  .border-brand-red {
    border-color: var(--c-red);
  }
  .bg-brand-black {
    background-color: var(--c-black);
  }
  .text-brand-black {
    color: var(--c-black);
  }
  .border-brand-black {
    border-color: var(--c-black);
  }
  .font-tccc-condensed {
    font-family: var(--font-condensed);
  }
  .font-betterwith {
    font-family: var(--font-betterwith);
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-style: solid;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
