/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-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;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-lg: .5rem;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-none {
    pointer-events: none;
  }

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

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .tailwind .inset-\[0\.01\%_73\.12\%_16\.67\%_0\] {
    inset: .01% 73.12% 16.67% 0;
  }

  .tailwind .inset-\[12\%_0_-0\.02\%_31\.32\%\] {
    inset: 12% 0 -.02% 31.32%;
  }

  .tailwind .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .tailwind .top-1\/2 {
    top: 50%;
  }

  .tailwind .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .tailwind .right-\[8\%\] {
    right: 8%;
  }

  .tailwind .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .tailwind .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }

  .tailwind .bottom-\[8\%\] {
    bottom: 8%;
  }

  .tailwind .bottom-\[120px\] {
    bottom: 120px;
  }

  .tailwind .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .tailwind .left-1\/2 {
    left: 50%;
  }

  .tailwind .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .tailwind .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .tailwind .left-\[8\%\] {
    left: 8%;
  }

  .tailwind .z-10 {
    z-index: 10;
  }

  .tailwind .z-50 {
    z-index: 50;
  }

  .tailwind .z-\[998\] {
    z-index: 998;
  }

  .tailwind .z-\[999\] {
    z-index: 999;
  }

  .tailwind .z-\[1000\] {
    z-index: 1000;
  }

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

  .tailwind .mx-auto {
    margin-inline: auto;
  }

  .tailwind .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .tailwind .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .tailwind .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .tailwind .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .tailwind .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .tailwind .mt-\[clamp\(16px\,2\.5vw\,28px\)\] {
    margin-top: clamp(16px, 2.5vw, 28px);
  }

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

  .tailwind .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .tailwind .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .tailwind .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .tailwind .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .tailwind .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .tailwind .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .tailwind .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .tailwind .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .tailwind .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .tailwind .mb-\[-60px\] {
    margin-bottom: -60px;
  }

  .tailwind .mb-\[clamp\(6px\,1\.5vw\,10px\)\] {
    margin-bottom: clamp(6px, 1.5vw, 10px);
  }

  .tailwind .mb-\[clamp\(8px\,1\.5vw\,16px\)\] {
    margin-bottom: clamp(8px, 1.5vw, 16px);
  }

  .tailwind .mb-\[clamp\(24px\,4vw\,48px\)\] {
    margin-bottom: clamp(24px, 4vw, 48px);
  }

  .tailwind .-ml-\[1px\] {
    margin-left: -1px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .hidden {
    display: none;
  }

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

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

  .tailwind .aspect-\[578\.734\/602\.589\] {
    aspect-ratio: 578.734 / 602.589;
  }

  .tailwind .aspect-square {
    aspect-ratio: 1;
  }

  .tailwind .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .tailwind .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }

  .tailwind .size-\[16px\] {
    width: 16px;
    height: 16px;
  }

  .tailwind .size-\[30\.831px\] {
    width: 30.831px;
    height: 30.831px;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .tailwind .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .tailwind .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .tailwind .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .tailwind .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .tailwind .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .tailwind .h-32 {
    height: calc(var(--spacing) * 32);
  }

  .tailwind .h-\[1px\] {
    height: 1px;
  }

  .tailwind .h-\[10\.364px\] {
    height: 10.364px;
  }

  .tailwind .h-\[10px\] {
    height: 10px;
  }

  .tailwind .h-\[20px\] {
    height: 20px;
  }

  .tailwind .h-\[24px\] {
    height: 24px;
  }

  .tailwind .h-\[30\.831px\] {
    height: 30.831px;
  }

  .tailwind .h-\[47px\] {
    height: 47px;
  }

  .tailwind .h-\[400px\] {
    height: 400px;
  }

  .tailwind .h-\[500px\] {
    height: 500px;
  }

  .tailwind .h-\[clamp\(13px\,1\.8vw\,19px\)\] {
    height: clamp(13px, 1.8vw, 19px);
  }

  .tailwind .h-\[clamp\(16px\,2\.5vw\,20px\)\] {
    height: clamp(16px, 2.5vw, 20px);
  }

  .tailwind .h-\[clamp\(19px\,2\.5vw\,25\.324px\)\] {
    height: clamp(19px, 2.5vw, 25.324px);
  }

  .tailwind .h-\[clamp\(20px\,2\.8vw\,30px\)\] {
    height: clamp(20px, 2.8vw, 30px);
  }

  .tailwind .h-\[clamp\(30px\,4vw\,40\.293px\)\] {
    height: clamp(30px, 4vw, 40.293px);
  }

  .tailwind .h-\[clamp\(32px\,4vw\,42px\)\] {
    height: clamp(32px, 4vw, 42px);
  }

  .tailwind .h-\[clamp\(50px\,8vw\,64\.481px\)\] {
    height: clamp(50px, 8vw, 64.481px);
  }

  .tailwind .h-\[clamp\(380px\,55vh\,755\.473px\)\] {
    height: clamp(380px, 55vh, 755.473px);
  }

  .tailwind .h-auto {
    height: auto;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .max-h-\[150px\] {
    max-height: 150px;
  }

  .tailwind .min-h-\[100dvh\] {
    min-height: 100dvh;
  }

  .tailwind .min-h-\[400px\] {
    min-height: 400px;
  }

  .tailwind .min-h-\[600px\] {
    min-height: 600px;
  }

  .tailwind .min-h-\[700px\] {
    min-height: 700px;
  }

  .tailwind .min-h-screen {
    min-height: 100vh;
  }

  .tailwind .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .tailwind .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .tailwind .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .tailwind .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .tailwind .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .tailwind .w-\[12\.5px\] {
    width: 12.5px;
  }

  .tailwind .w-\[24px\] {
    width: 24px;
  }

  .tailwind .w-\[66px\] {
    width: 66px;
  }

  .tailwind .w-\[90vw\] {
    width: 90vw;
  }

  .tailwind .w-\[130px\] {
    width: 130px;
  }

  .tailwind .w-\[143\.271px\] {
    width: 143.271px;
  }

  .tailwind .w-\[151\.564px\] {
    width: 151.564px;
  }

  .tailwind .w-\[219px\] {
    width: 219px;
  }

  .tailwind .w-\[300px\] {
    width: 300px;
  }

  .tailwind .w-\[clamp\(16px\,2\.2vw\,24px\)\] {
    width: clamp(16px, 2.2vw, 24px);
  }

  .tailwind .w-\[clamp\(20px\,2\.8vw\,30px\)\] {
    width: clamp(20px, 2.8vw, 30px);
  }

  .tailwind .w-\[clamp\(20px\,3vw\,24px\)\] {
    width: clamp(20px, 3vw, 24px);
  }

  .tailwind .w-\[clamp\(24px\,3vw\,31\.659px\)\] {
    width: clamp(24px, 3vw, 31.659px);
  }

  .tailwind .w-\[clamp\(30px\,4vw\,40\.293px\)\] {
    width: clamp(30px, 4vw, 40.293px);
  }

  .tailwind .w-\[clamp\(150px\,18vw\,200px\)\] {
    width: clamp(150px, 18vw, 200px);
  }

  .tailwind .w-\[clamp\(230px\,30vw\,299\.649px\)\] {
    width: clamp(230px, 30vw, 299.649px);
  }

  .tailwind .w-\[min\(300px\,85vw\)\] {
    width: min(300px, 85vw);
  }

  .tailwind .w-auto {
    width: auto;
  }

  .tailwind .w-full {
    width: 100%;
  }

  .tailwind .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .tailwind .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .tailwind .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .tailwind .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .tailwind .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .tailwind .max-w-\[60\%\] {
    max-width: 60%;
  }

  .tailwind .max-w-\[420px\] {
    max-width: 420px;
  }

  .tailwind .max-w-\[500px\] {
    max-width: 500px;
  }

  .tailwind .max-w-\[524px\] {
    max-width: 524px;
  }

  .tailwind .max-w-\[568px\] {
    max-width: 568px;
  }

  .tailwind .max-w-\[577px\] {
    max-width: 577px;
  }

  .tailwind .max-w-\[600px\] {
    max-width: 600px;
  }

  .tailwind .max-w-\[900px\] {
    max-width: 900px;
  }

  .tailwind .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .tailwind .max-w-\[1440px\] {
    max-width: 1440px;
  }

  .tailwind .max-w-\[1800px\] {
    max-width: 1800px;
  }

  .tailwind .max-w-\[2560px\] {
    max-width: 2560px;
  }

  .tailwind .max-w-full {
    max-width: 100%;
  }

  .tailwind .max-w-md {
    max-width: var(--container-md);
  }

  .tailwind .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .tailwind .flex-1 {
    flex: 1;
  }

  .tailwind .flex-none {
    flex: none;
  }

  .tailwind .flex-shrink-0, .tailwind .shrink-0 {
    flex-shrink: 0;
  }

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

  .tailwind .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-rotate-45 {
    rotate: -45deg;
  }

  .tailwind .rotate-180 {
    rotate: 180deg;
  }

  .tailwind .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .animate-spin {
    animation: var(--animate-spin);
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tailwind .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tailwind .flex-col {
    flex-direction: column;
  }

  .tailwind .place-items-start {
    place-items: start;
  }

  .tailwind .content-start {
    align-content: flex-start;
  }

  .tailwind .content-stretch {
    align-content: stretch;
  }

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

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

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

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

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

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

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

  .tailwind .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .tailwind .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .tailwind .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .tailwind .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .tailwind .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .tailwind .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .tailwind .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .tailwind .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .tailwind .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .tailwind .gap-\[5\.517px\] {
    gap: 5.517px;
  }

  .tailwind .gap-\[6px\] {
    gap: 6px;
  }

  .tailwind .gap-\[clamp\(6px\,1vw\,9px\)\] {
    gap: clamp(6px, 1vw, 9px);
  }

  .tailwind .gap-\[clamp\(8px\,1\.5vw\,13\.502px\)\] {
    gap: clamp(8px, 1.5vw, 13.502px);
  }

  .tailwind .gap-\[clamp\(8px\,1\.5vw\,15\.561px\)\] {
    gap: clamp(8px, 1.5vw, 15.561px);
  }

  .tailwind .gap-\[clamp\(24px\,4vw\,48px\)\] {
    gap: clamp(24px, 4vw, 48px);
  }

  .tailwind .gap-\[clamp\(40px\,6vw\,80px\)\] {
    gap: clamp(40px, 6vw, 80px);
  }

  :where(.tailwind .space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.tailwind .space-y-4 > :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)));
  }

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

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

  .tailwind .overflow-x-hidden {
    overflow-x: hidden;
  }

  .tailwind .overflow-y-auto {
    overflow-y: auto;
  }

  .tailwind .rounded-full {
    border-radius: 3.40282e38px;
  }

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tailwind .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .tailwind .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .tailwind .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .tailwind .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .tailwind .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .tailwind .border-\[\#e42320\] {
    border-color: #e42320;
  }

  .tailwind .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .tailwind .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .tailwind .border-white {
    border-color: var(--color-white);
  }

  .tailwind .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .tailwind .bg-\[\#E42320\], .tailwind .bg-\[\#e42320\] {
    background-color: #e42320;
  }

  .tailwind .bg-\[\#f63b38\] {
    background-color: #f63b38;
  }

  .tailwind .bg-black {
    background-color: var(--color-black);
  }

  .tailwind .bg-black\/80 {
    background-color: #000c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .bg-black\/80 {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .tailwind .bg-black\/90 {
    background-color: #000000e6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .bg-black\/90 {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }

  .tailwind .bg-gray-800 {
    background-color: var(--color-gray-800);
  }

  .tailwind .bg-transparent {
    background-color: #0000;
  }

  .tailwind .bg-white {
    background-color: var(--color-white);
  }

  .tailwind .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .tailwind .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .tailwind .from-gray-200\/10 {
    --tw-gradient-from: color-mix(in srgb, oklch(.928 .006 264.531) 10%, 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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .from-gray-200\/10 {
      --tw-gradient-from: color-mix(in oklab, var(--color-gray-200) 10%, transparent);
    }
  }

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

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

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

  .tailwind .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .tailwind .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .tailwind .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .tailwind .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .tailwind .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .tailwind .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .tailwind .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }

  .tailwind .px-\[11px\] {
    padding-inline: 11px;
  }

  .tailwind .px-\[30px\] {
    padding-inline: 30px;
  }

  .tailwind .px-\[clamp\(12px\,3vw\,20px\)\] {
    padding-inline: clamp(12px, 3vw, 20px);
  }

  .tailwind .px-\[clamp\(16px\,3vw\,30px\)\] {
    padding-inline: clamp(16px, 3vw, 30px);
  }

  .tailwind .px-\[clamp\(16px\,3vw\,48px\)\] {
    padding-inline: clamp(16px, 3vw, 48px);
  }

  .tailwind .px-\[clamp\(16px\,4vw\,40px\)\] {
    padding-inline: clamp(16px, 4vw, 40px);
  }

  .tailwind .px-\[clamp\(20px\,5vw\,30px\)\] {
    padding-inline: clamp(20px, 5vw, 30px);
  }

  .tailwind .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .tailwind .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .tailwind .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .tailwind .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .tailwind .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .tailwind .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .tailwind .py-\[clamp\(10px\,2vw\,16px\)\] {
    padding-block: clamp(10px, 2vw, 16px);
  }

  .tailwind .py-\[clamp\(14px\,2vw\,20px\)\] {
    padding-block: clamp(14px, 2vw, 20px);
  }

  .tailwind .py-\[clamp\(16px\,3vw\,20px\)\] {
    padding-block: clamp(16px, 3vw, 20px);
  }

  .tailwind .py-\[clamp\(30px\,5vw\,60px\)\] {
    padding-block: clamp(30px, 5vw, 60px);
  }

  .tailwind .py-\[clamp\(30px\,6vw\,60px\)\] {
    padding-block: clamp(30px, 6vw, 60px);
  }

  .tailwind .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .tailwind .pt-\[clamp\(30px\,6vw\,60px\)\] {
    padding-top: clamp(30px, 6vw, 60px);
  }

  .tailwind .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .tailwind .pr-\[clamp\(16px\,3vw\,30px\)\] {
    padding-right: clamp(16px, 3vw, 30px);
  }

  .tailwind .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .tailwind .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .tailwind .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .tailwind .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .tailwind .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .tailwind .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

  .tailwind .pl-\[8vw\] {
    padding-left: 8vw;
  }

  .tailwind .text-center {
    text-align: center;
  }

  .tailwind .align-middle {
    vertical-align: middle;
  }

  .tailwind .font-\[\'Dynamic_Trooper_SpacedStraight\:Regular\'\,sans-serif\] {
    font-family: Dynamic Trooper SpacedStraight\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Switzer\:Italic\'\,sans-serif\] {
    font-family: Switzer\:Italic, sans-serif;
  }

  .tailwind .font-\[\'Switzer\:Regular\'\,sans-serif\] {
    font-family: Switzer\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Switzer\:Semibold\'\,sans-serif\] {
    font-family: Switzer\:Semibold, sans-serif;
  }

  .tailwind .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .tailwind .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .tailwind .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .tailwind .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .tailwind .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .tailwind .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .tailwind .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .tailwind .text-\[12px\] {
    font-size: 12px;
  }

  .tailwind .text-\[13\.856px\] {
    font-size: 13.856px;
  }

  .tailwind .text-\[16px\] {
    font-size: 16px;
  }

  .tailwind .text-\[18px\] {
    font-size: 18px;
  }

  .tailwind .text-\[20px\] {
    font-size: 20px;
  }

  .tailwind .text-\[21\.763px\] {
    font-size: 21.763px;
  }

  .tailwind .text-\[32px\] {
    font-size: 32px;
  }

  .tailwind .text-\[clamp\(13px\,2\.5vw\,16px\)\] {
    font-size: clamp(13px, 2.5vw, 16px);
  }

  .tailwind .text-\[clamp\(14px\,1\.8vw\,22px\)\] {
    font-size: clamp(14px, 1.8vw, 22px);
  }

  .tailwind .text-\[clamp\(16px\,2\.5vw\,27\.003px\)\] {
    font-size: clamp(16px, 2.5vw, 27.003px);
  }

  .tailwind .text-\[clamp\(16px\,2vw\,24px\)\] {
    font-size: clamp(16px, 2vw, 24px);
  }

  .tailwind .text-\[clamp\(16px\,2vw\,25px\)\] {
    font-size: clamp(16px, 2vw, 25px);
  }

  .tailwind .text-\[clamp\(18px\,4vw\,24px\)\] {
    font-size: clamp(18px, 4vw, 24px);
  }

  .tailwind .text-\[clamp\(20px\,3\.5vw\,31\.123px\)\] {
    font-size: clamp(20px, 3.5vw, 31.123px);
  }

  .tailwind .text-\[clamp\(32px\,5vw\,64px\)\] {
    font-size: clamp(32px, 5vw, 64px);
  }

  .tailwind .text-\[clamp\(32px\,6vw\,80px\)\] {
    font-size: clamp(32px, 6vw, 80px);
  }

  .tailwind .text-\[clamp\(40px\,5vw\,80px\)\] {
    font-size: clamp(40px, 5vw, 80px);
  }

  .tailwind .text-\[clamp\(48px\,6\.5vw\,96px\)\] {
    font-size: clamp(48px, 6.5vw, 96px);
  }

  .tailwind .text-\[clamp\(60px\,8vw\,114\.443px\)\] {
    font-size: clamp(60px, 8vw, 114.443px);
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .tailwind .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .tailwind .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .tailwind .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .tailwind .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .tailwind .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .break-words {
    overflow-wrap: break-word;
  }

  .tailwind .whitespace-normal {
    white-space: normal;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

  .tailwind .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .tailwind .text-\[\#003D6B\] {
    color: #003d6b;
  }

  .tailwind .text-\[\#0086FF\] {
    color: #0086ff;
  }

  .tailwind .text-\[\#E30613\] {
    color: #e30613;
  }

  .tailwind .text-\[\#E40428\] {
    color: #e40428;
  }

  .tailwind .text-\[\#FF6B00\] {
    color: #ff6b00;
  }

  .tailwind .text-\[\#FF8C00\] {
    color: #ff8c00;
  }

  .tailwind .text-\[\#FF6500\] {
    color: #ff6500;
  }

  .tailwind .text-\[\#FF9900\] {
    color: #f90;
  }

  .tailwind .text-\[\#FFE600\] {
    color: #ffe600;
  }

  .tailwind .text-\[\#e42320\] {
    color: #e42320;
  }

  .tailwind .text-black {
    color: var(--color-black);
  }

  .tailwind .text-gray-400 {
    color: var(--color-gray-400);
  }

  .tailwind .text-gray-500 {
    color: var(--color-gray-500);
  }

  .tailwind .text-gray-600 {
    color: var(--color-gray-600);
  }

  .tailwind .text-gray-700 {
    color: var(--color-gray-700);
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .italic {
    font-style: italic;
  }

  .tailwind .not-italic {
    font-style: normal;
  }

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

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .opacity-50 {
    opacity: .5;
  }

  .tailwind .opacity-100 {
    opacity: 1;
  }

  .tailwind .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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, );
  }

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

  .tailwind .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, );
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .tailwind .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .tailwind .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .tailwind .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .tailwind .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .tailwind .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .tailwind .group-hover\:rotate-0:is(:where(.group):hover *) {
      rotate: none;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:fill-\[\#E42320\]:is(:where(.group):hover *) {
      fill: #e42320;
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:fill-white:is(:where(.group):hover *) {
      fill: var(--color-white);
    }
  }

  @media (hover: hover) {
    .tailwind .group-hover\:text-\[\#E42320\]:is(:where(.group):hover *) {
      color: #e42320;
    }
  }

  .tailwind .placeholder\:text-\[\#ff8e8e\]::placeholder {
    color: #ff8e8e;
  }

  .tailwind .placeholder\:text-white\/50::placeholder {
    color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .placeholder\:text-white\/50::placeholder {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-white\/5:hover {
      background-color: #ffffff0d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .tailwind .hover\:bg-white\/5:hover {
        background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .tailwind .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-white\/20:hover {
      background-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .tailwind .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:shadow-\[\#e42320\]\/20:hover {
      --tw-shadow-color: #e4232033;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .tailwind .hover\:shadow-\[\#e42320\]\/20:hover {
        --tw-shadow-color: color-mix(in oklab, oklab(58.9516% .197736 .105903 / .2) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  .tailwind .focus\:border-\[\#e42320\]:focus {
    border-color: #e42320;
  }

  .tailwind .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .tailwind .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  @media (width >= 40rem) {
    .tailwind .sm\:right-\[60px\] {
      right: 60px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:bottom-\[60px\] {
      bottom: 60px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:left-\[60px\] {
      left: 60px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:mb-\[-130px\] {
      margin-bottom: -130px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:-ml-\[1px\] {
      margin-left: -1px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:size-\[18px\] {
      width: 18px;
      height: 18px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:h-\[12px\] {
      height: 12px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:h-\[23px\] {
      height: 23px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:w-\[15px\] {
      width: 15px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:w-\[28px\] {
      width: 28px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:w-\[145px\] {
      width: 145px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:w-\[151\.564px\] {
      width: 151.564px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:flex-1 {
      flex: 1;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:items-center {
      align-items: center;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:gap-\[7px\] {
      gap: 7px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:pl-5 {
      padding-left: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:bottom-8 {
      bottom: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:left-8 {
      left: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:grid {
      display: grid;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:size-\[20px\] {
      width: 20px;
      height: 20px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[13\.5px\] {
      height: 13.5px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[23px\] {
      height: 23px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[28px\] {
      height: 28px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[500px\] {
      height: 500px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[600px\] {
      height: 600px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:max-h-\[170px\] {
      max-height: 170px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-\[17px\] {
      width: 17px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-\[28px\] {
      width: 28px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-\[160px\] {
      width: 160px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:max-w-\[65\%\] {
      max-width: 65%;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:pl-5 {
      padding-left: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[13\.373px\] {
      font-size: 13.373px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[17px\] {
      font-size: 17px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[19px\] {
      font-size: 19px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:right-\[80px\] {
      right: 80px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:bottom-10 {
      bottom: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:bottom-\[80px\] {
      bottom: 80px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:left-10 {
      left: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:left-\[80px\] {
      left: 80px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:mb-16 {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:size-\[24\.564px\] {
      width: 24.564px;
      height: 24.564px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[15\.439px\] {
      height: 15.439px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[25px\] {
      height: 25px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[32px\] {
      height: 32px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[200px\] {
      height: 200px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[755\.473px\] {
      height: 755.473px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:max-h-\[190px\] {
      max-height: 190px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:min-h-\[700px\] {
      min-height: 700px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:min-h-\[800px\] {
      min-height: 800px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:min-h-\[900px\] {
      min-height: 900px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:min-h-screen {
      min-height: 100vh;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-1\/2 {
      width: 50%;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-1\/3 {
      width: 33.3333%;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-\[19\.3px\] {
      width: 19.3px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-\[31px\] {
      width: 31px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-\[173px\] {
      width: 173px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-\[calc\(50\%-12px\)\] {
      width: calc(50% - 12px);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:max-w-\[70\%\] {
      max-width: 70%;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:grid-cols-\[1fr_2fr\] {
      grid-template-columns: 1fr 2fr;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex-col {
      flex-direction: column;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:items-start {
      align-items: flex-start;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:justify-center {
      justify-content: center;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-\[9\.487px\] {
      gap: 9.487px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-\[43px\] {
      gap: 43px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:pl-6 {
      padding-left: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:pl-\[51px\] {
      padding-left: 51px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[17\.926px\] {
      font-size: 17.926px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[18\.973px\] {
      font-size: 18.973px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[21\.288px\] {
      font-size: 21.288px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[21\.763px\] {
      font-size: 21.763px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[48\.768px\] {
      font-size: 48.768px;
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:h-\[28px\] {
      height: 28px;
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:w-\[35px\] {
      width: 35px;
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:max-w-\[1600px\] {
      max-width: 1600px;
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:gap-20 {
      gap: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .tailwind .xl\:text-\[32px\] {
      font-size: 32px;
    }
  }
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-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: 0;
}

@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
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
