/*! 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-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-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;
    }
  }
}

@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-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-neutral-50: oklch(.985 0 0);
    --color-neutral-700: oklch(.371 0 0);
    --color-neutral-800: oklch(.269 0 0);
    --color-neutral-900: oklch(.205 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --aspect-video: 16 / 9;
    --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;
    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;
    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 .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-1\.5 {
    inset: calc(var(--spacing) * 1.5);
  }

  .tailwind .inset-\[-2\.703\%\] {
    inset: -2.703%;
  }

  .tailwind .inset-\[3px\] {
    inset: 3px;
  }

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

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

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

  .tailwind .top-\[-4\.226\%\] {
    top: -4.226%;
  }

  .tailwind .top-\[-4\.699\%\] {
    top: -4.699%;
  }

  .tailwind .top-\[-5\.556\%\] {
    top: -5.556%;
  }

  .tailwind .top-\[0\.117px\] {
    top: .117px;
  }

  .tailwind .top-\[0\.745\%\] {
    top: .745%;
  }

  .tailwind .top-\[4\.488\%\] {
    top: 4.488%;
  }

  .tailwind .top-\[8\.316\%\] {
    top: 8.316%;
  }

  .tailwind .top-\[12\.5\%\] {
    top: 12.5%;
  }

  .tailwind .top-\[18\.917\%\] {
    top: 18.917%;
  }

  .tailwind .top-\[20\.659\%\] {
    top: 20.659%;
  }

  .tailwind .top-\[35\.417\%\] {
    top: 35.417%;
  }

  .tailwind .top-\[62\.849\%\] {
    top: 62.849%;
  }

  .tailwind .top-\[76\.796\%\] {
    top: 76.796%;
  }

  .tailwind .top-\[81\.936\%\] {
    top: 81.936%;
  }

  .tailwind .top-\[87\.979\%\] {
    top: 87.979%;
  }

  .tailwind .top-\[94\.058\%\] {
    top: 94.058%;
  }

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

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

  .tailwind .right-\[-4\.167\%\] {
    right: -4.167%;
  }

  .tailwind .right-\[-5\.357\%\] {
    right: -5.357%;
  }

  .tailwind .right-\[-5\.663\%\] {
    right: -5.663%;
  }

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

  .tailwind .right-\[11\.895\%\] {
    right: 11.895%;
  }

  .tailwind .right-\[12\.5\%\] {
    right: 12.5%;
  }

  .tailwind .right-\[13\.92\%\] {
    right: 13.92%;
  }

  .tailwind .right-\[20\.735\%\] {
    right: 20.735%;
  }

  .tailwind .right-\[20\.834\%\] {
    right: 20.834%;
  }

  .tailwind .right-\[22\.32\%\] {
    right: 22.32%;
  }

  .tailwind .right-\[36\.412\%\] {
    right: 36.412%;
  }

  .tailwind .right-\[39\.38\%\] {
    right: 39.38%;
  }

  .tailwind .right-\[43\.744\%\] {
    right: 43.744%;
  }

  .tailwind .right-\[78\.488\%\] {
    right: 78.488%;
  }

  .tailwind .right-\[78\.847\%\] {
    right: 78.847%;
  }

  .tailwind .right-\[83\.725\%\] {
    right: 83.725%;
  }

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

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

  .tailwind .bottom-\[-4\.226\%\] {
    bottom: -4.226%;
  }

  .tailwind .bottom-\[-4\.699\%\] {
    bottom: -4.699%;
  }

  .tailwind .bottom-\[-5\.556\%\] {
    bottom: -5.556%;
  }

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

  .tailwind .bottom-\[1\.843\%\] {
    bottom: 1.843%;
  }

  .tailwind .bottom-\[7\.193\%\] {
    bottom: 7.193%;
  }

  .tailwind .bottom-\[7\.826\%\] {
    bottom: 7.826%;
  }

  .tailwind .bottom-\[10\.353\%\] {
    bottom: 10.353%;
  }

  .tailwind .bottom-\[12\.5\%\] {
    bottom: 12.5%;
  }

  .tailwind .bottom-\[12\.479\%\] {
    bottom: 12.479%;
  }

  .tailwind .bottom-\[13\.171\%\] {
    bottom: 13.171%;
  }

  .tailwind .bottom-\[13\.557\%\] {
    bottom: 13.557%;
  }

  .tailwind .bottom-\[14\.583\%\] {
    bottom: 14.583%;
  }

  .tailwind .bottom-\[19\.369\%\] {
    bottom: 19.369%;
  }

  .tailwind .bottom-\[35\.401\%\] {
    bottom: 35.401%;
  }

  .tailwind .bottom-\[61\.572\%\] {
    bottom: 61.572%;
  }

  .tailwind .bottom-\[80\.376\%\] {
    bottom: 80.376%;
  }

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

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

  .tailwind .left-\[-4\.167\%\] {
    left: -4.167%;
  }

  .tailwind .left-\[-5\.357\%\] {
    left: -5.357%;
  }

  .tailwind .left-\[-5\.663\%\] {
    left: -5.663%;
  }

  .tailwind .left-\[0\.44px\] {
    left: .44px;
  }

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

  .tailwind .left-\[12\.5\%\] {
    left: 12.5%;
  }

  .tailwind .left-\[13\.094\%\] {
    left: 13.094%;
  }

  .tailwind .left-\[13\.118\%\] {
    left: 13.118%;
  }

  .tailwind .left-\[20\.829\%\] {
    left: 20.829%;
  }

  .tailwind .left-\[20\.833\%\] {
    left: 20.833%;
  }

  .tailwind .left-\[25\.384\%\] {
    left: 25.384%;
  }

  .tailwind .left-\[37\.29\%\] {
    left: 37.29%;
  }

  .tailwind .left-\[40\.618\%\] {
    left: 40.618%;
  }

  .tailwind .left-\[44\.616\%\] {
    left: 44.616%;
  }

  .tailwind .left-\[64\.377\%\] {
    left: 64.377%;
  }

  .tailwind .left-\[71\.109\%\] {
    left: 71.109%;
  }

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

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

  .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-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

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

  .tailwind .mr-\[-2\.348px\] {
    margin-right: -2.348px;
  }

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

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

  .tailwind .box-border {
    box-sizing: border-box;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .aspect-\[52\.6614\/41\.2725\] {
    aspect-ratio: 52.6614 / 41.2725;
  }

  .tailwind .aspect-\[83\.0234\/92\.5962\] {
    aspect-ratio: 83.0234 / 92.5962;
  }

  .tailwind .aspect-\[103\.008\/98\.7936\] {
    aspect-ratio: 103.008 / 98.7936;
  }

  .tailwind .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

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

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

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

  .tailwind .size-\[15\.653px\] {
    width: 15.653px;
    height: 15.653px;
  }

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

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

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

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

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

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

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

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

  .tailwind .h-\[11\.74px\] {
    height: 11.74px;
  }

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

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

  .tailwind .h-\[28\.176px\] {
    height: 28.176px;
  }

  .tailwind .h-\[37\.568px\] {
    height: 37.568px;
  }

  .tailwind .h-\[45\.876px\] {
    height: 45.876px;
  }

  .tailwind .h-\[48\.045px\] {
    height: 48.045px;
  }

  .tailwind .h-\[51\.084px\] {
    height: 51.084px;
  }

  .tailwind .h-\[57\.134px\] {
    height: 57.134px;
  }

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

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

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

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

  .tailwind .h-\[153\.938px\] {
    height: 153.938px;
  }

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

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

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

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

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

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

  .tailwind .h-\[467\.25px\] {
    height: 467.25px;
  }

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

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

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

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

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

  .tailwind .max-h-\[289\.143px\] {
    max-height: 289.143px;
  }

  .tailwind .min-h-\[188\.25px\] {
    min-height: 188.25px;
  }

  .tailwind .min-h-\[223\.429px\] {
    min-height: 223.429px;
  }

  .tailwind .min-h-px {
    min-height: 1px;
  }

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

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

  .tailwind .w-\[16\.436px\] {
    width: 16.436px;
  }

  .tailwind .w-\[25\.763px\] {
    width: 25.763px;
  }

  .tailwind .w-\[46\.749px\] {
    width: 46.749px;
  }

  .tailwind .w-\[50\.07px\] {
    width: 50.07px;
  }

  .tailwind .w-\[54\.786px\] {
    width: 54.786px;
  }

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

  .tailwind .w-\[98\.045px\] {
    width: 98.045px;
  }

  .tailwind .w-\[123\.045px\] {
    width: 123.045px;
  }

  .tailwind .w-\[148\.553px\] {
    width: 148.553px;
  }

  .tailwind .w-\[153\.95px\] {
    width: 153.95px;
  }

  .tailwind .w-\[153\.402px\] {
    width: 153.402px;
  }

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

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

  .tailwind .w-\[208\.188px\] {
    width: 208.188px;
  }

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

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

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

  .tailwind .w-\[342\.807px\] {
    width: 342.807px;
  }

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

  .tailwind .w-\[402\.289px\] {
    width: 402.289px;
  }

  .tailwind .w-\[411\.681px\] {
    width: 411.681px;
  }

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

  .tailwind .w-\[1014\.33px\] {
    width: 1014.33px;
  }

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

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

  .tailwind .w-\[1502\.71px\] {
    width: 1502.71px;
  }

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

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

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

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

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

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

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

  .tailwind .max-w-none {
    max-width: none;
  }

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

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

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

  .tailwind .min-w-px {
    min-width: 1px;
  }

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

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

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

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

  .tailwind .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .tailwind .rotate-\[90deg\] {
    rotate: 90deg;
  }

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

  .tailwind .cursor-not-allowed {
    cursor: not-allowed;
  }

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

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

  .tailwind .flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .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-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .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-7 {
    gap: calc(var(--spacing) * 7);
  }

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

  .tailwind .gap-\[3\.131px\] {
    gap: 3.131px;
  }

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

  .tailwind .gap-\[7\.044px\] {
    gap: 7.044px;
  }

  .tailwind .gap-\[7\.827px\] {
    gap: 7.827px;
  }

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

  .tailwind .gap-\[9\.392px\] {
    gap: 9.392px;
  }

  .tailwind .gap-\[12\.523px\] {
    gap: 12.523px;
  }

  .tailwind .gap-\[12\.648px\] {
    gap: 12.648px;
  }

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

  .tailwind .gap-\[17\.219px\] {
    gap: 17.219px;
  }

  .tailwind .gap-\[18\.784px\] {
    gap: 18.784px;
  }

  .tailwind .gap-\[18\.972px\] {
    gap: 18.972px;
  }

  .tailwind .gap-\[25\.045px\] {
    gap: 25.045px;
  }

  .tailwind .gap-\[31\.306px\] {
    gap: 31.306px;
  }

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

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

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

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

  .tailwind .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

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

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

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

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

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

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

  .tailwind .rounded {
    border-radius: .25rem;
  }

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

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

  .tailwind .rounded-\[26\.855px\] {
    border-radius: 26.855px;
  }

  .tailwind .rounded-\[28px\] {
    border-radius: 28px;
  }

  .tailwind .rounded-\[32px\] {
    border-radius: 32px;
  }

  .tailwind .rounded-\[70px\] {
    border-radius: 70px;
  }

  .tailwind .rounded-\[92px\] {
    border-radius: 92px;
  }

  .tailwind .rounded-\[999px\] {
    border-radius: 999px;
  }

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

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

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

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

  .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-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: .5px;
  }

  .tailwind .border-\[0px_0px_0\.782663px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 .782663px;
  }

  .tailwind .border-\[0px_0px_1\.56533px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1.56533px;
  }

  .tailwind .border-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

  .tailwind .border-\[1\.6px\] {
    border-style: var(--tw-border-style);
    border-width: 1.6px;
  }

  .tailwind .border-\[1\.56533px\] {
    border-style: var(--tw-border-style);
    border-width: 1.56533px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-\[rgba\(145\,158\,171\,0\.08\)\] {
    background-color: #919eab14;
  }

  .tailwind .bg-\[rgba\(145\,158\,171\,0\.16\)\] {
    background-color: #919eab29;
  }

  .tailwind .bg-\[rgba\(255\,255\,255\,0\.55\)\] {
    background-color: #ffffff8c;
  }

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

  .tailwind .bg-black\/40 {
    background-color: #0006;
  }

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

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

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

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

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

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

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

  .tailwind .from-\[\#DD8354\] {
    --tw-gradient-from: #dd8354;
    --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 .via-\[\#C8CEAA\] {
    --tw-gradient-via: #c8ceaa;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .tailwind .to-\[\#DED2E2\] {
    --tw-gradient-to: #ded2e2;
    --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 .\[background-size\:438\.36\%_1397\.26\%\] {
    background-size: 438.36% 1397.26%;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-\[49\.33\%_91\.24\%\] {
    background-position: 49.33% 91.24%;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

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

  .tailwind .p-\[8\.6093px\] {
    padding: 8.6093px;
  }

  .tailwind .p-\[12\.5226px\] {
    padding: 12.5226px;
  }

  .tailwind .p-\[16px\] {
    padding: 16px;
  }

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

  .tailwind .p-\[60px\] {
    padding: 60px;
  }

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

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

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

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

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

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

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

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

  .tailwind .px-\[6\.261px\] {
    padding-inline: 6.261px;
  }

  .tailwind .px-\[9\.392px\] {
    padding-inline: 9.392px;
  }

  .tailwind .px-\[12\.523px\] {
    padding-inline: 12.523px;
  }

  .tailwind .px-\[17\.219px\] {
    padding-inline: 17.219px;
  }

  .tailwind .px-\[244\.191px\] {
    padding-inline: 244.191px;
  }

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

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

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

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

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

  .tailwind .py-\[3\.522px\] {
    padding-block: 3.522px;
  }

  .tailwind .py-\[4\.696px\] {
    padding-block: 4.696px;
  }

  .tailwind .py-\[6\.261px\] {
    padding-block: 6.261px;
  }

  .tailwind .py-\[8\.609px\] {
    padding-block: 8.609px;
  }

  .tailwind .py-\[10\.957px\] {
    padding-block: 10.957px;
  }

  .tailwind .py-\[18\.784px\] {
    padding-block: 18.784px;
  }

  .tailwind .py-\[31\.306px\] {
    padding-block: 31.306px;
  }

  .tailwind .py-\[50px\] {
    padding-block: 50px;
  }

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

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

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

  .tailwind .pr-\[6\.261px\] {
    padding-right: 6.261px;
  }

  .tailwind .pr-\[7\.044px\] {
    padding-right: 7.044px;
  }

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

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

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

  .tailwind .pl-\[4\.696px\] {
    padding-left: 4.696px;
  }

  .tailwind .pl-\[6\.261px\] {
    padding-left: 6.261px;
  }

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

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

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

  .tailwind .font-\[\'Lexend\:Light\'\,_sans-serif\] {
    font-family: Lexend\:Light, sans-serif;
  }

  .tailwind .font-\[\'Lexend\:Medium\'\,_sans-serif\] {
    font-family: Lexend\:Medium, sans-serif;
  }

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

  .tailwind .font-\[\'Public_Sans\:Bold\'\,_sans-serif\] {
    font-family: Public Sans\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Public_Sans\:Light\'\,_sans-serif\] {
    font-family: Public Sans\:Light, sans-serif;
  }

  .tailwind .font-\[\'Public_Sans\:Regular\'\,_sans-serif\] {
    font-family: Public Sans\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Raleway\:Medium\'\,_sans-serif\] {
    font-family: Raleway\:Medium, sans-serif;
  }

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

  .tailwind .font-\[\'Raleway\:SemiBold\'\,_sans-serif\] {
    font-family: Raleway\:SemiBold, sans-serif;
  }

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

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

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

  .tailwind .text-\[10\.96px\] {
    font-size: 10.96px;
  }

  .tailwind .text-\[10\.9573px\] {
    font-size: 10.9573px;
  }

  .tailwind .text-\[11\.74px\] {
    font-size: 11.74px;
  }

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

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

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

  .tailwind .text-\[15\.26px\] {
    font-size: 15.26px;
  }

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

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

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

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

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

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

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

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

  .tailwind .leading-\[15\.6533px\] {
    --tw-leading: 15.6533px;
    line-height: 15.6533px;
  }

  .tailwind .leading-\[18\.7839px\] {
    --tw-leading: 18.7839px;
    line-height: 18.7839px;
  }

  .tailwind .leading-\[20\.3492px\] {
    --tw-leading: 20.3492px;
    line-height: 20.3492px;
  }

  .tailwind .leading-\[21\.1319px\] {
    --tw-leading: 21.1319px;
    line-height: 21.1319px;
  }

  .tailwind .leading-\[22\.5407px\] {
    --tw-leading: 22.5407px;
    line-height: 22.5407px;
  }

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

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

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

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

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

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

  .tailwind .text-nowrap {
    text-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .\[text-decoration-line\:line-through\] {
    text-decoration-line: line-through;
  }

  .tailwind .\[text-decoration-line\:underline\], .tailwind .underline {
    text-decoration-line: underline;
  }

  .tailwind .\[text-decoration-style\:solid\] {
    text-decoration-style: solid;
  }

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

  .tailwind .opacity-60 {
    opacity: .6;
  }

  .tailwind .opacity-\[0\.48\] {
    opacity: .48;
  }

  .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 .backdrop-blur-\[23px\] {
    --tw-backdrop-blur: blur(23px);
    -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 .backdrop-filter {
    -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-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 .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .tailwind .\[flex-flow\:wrap\] {
    flex-flow: wrap;
  }

  .tailwind .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .tailwind .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-neutral-900:hover {
      background-color: var(--color-neutral-900);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

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

  .tailwind .active\:bg-neutral-800:active {
    background-color: var(--color-neutral-800);
  }
}

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