/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-red-500: oklch(.637 .237 25.331);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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-\[-2px_0_0_0\] {
    inset: -2px 0 0;
  }

  .tailwind .inset-\[-6\.26px_-7\.08\%_-6\.26px_0\] {
    inset: -6.26px -7.08% -6.26px 0;
  }

  .tailwind .inset-\[-7\.36px_-7\.07\%_-7\.36px_0\] {
    inset: -7.36px -7.07% -7.36px 0;
  }

  .tailwind .inset-\[0_-80px\] {
    inset: 0 -80px;
  }

  .tailwind .inset-\[10\.42\%\] {
    inset: 10.42%;
  }

  .tailwind .inset-\[17px_70px_15px_16px\] {
    inset: 17px 70px 15px 16px;
  }

  .tailwind .inset-\[72\.01\%_94\.99\%_26\.11\%_0\.58\%\] {
    inset: 72.01% 94.99% 26.11% .58%;
  }

  .tailwind .inset-\[92\.45\%_94\.99\%_5\.68\%_0\.58\%\] {
    inset: 92.45% 94.99% 5.68% .58%;
  }

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

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

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

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

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

  .tailwind .top-\[-3\.67\%\] {
    top: -3.67%;
  }

  .tailwind .top-\[-7\.36px\] {
    top: -7.36px;
  }

  .tailwind .top-\[-8\.78\%\] {
    top: -8.78%;
  }

  .tailwind .top-\[-11\.6\%\] {
    top: -11.6%;
  }

  .tailwind .top-\[-26\.47\%\] {
    top: -26.47%;
  }

  .tailwind .top-\[-34\.32\%\] {
    top: -34.32%;
  }

  .tailwind .top-\[-35\.48\%\] {
    top: -35.48%;
  }

  .tailwind .top-\[-48\.94\%\] {
    top: -48.94%;
  }

  .tailwind .top-\[-62\.89\%\] {
    top: -62.89%;
  }

  .tailwind .top-\[-71\.68\%\] {
    top: -71.68%;
  }

  .tailwind .top-\[-76\.17\%\] {
    top: -76.17%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[71\.77\%\] {
    top: 71.77%;
  }

  .tailwind .top-\[89\.67px\] {
    top: 89.67px;
  }

  .tailwind .top-\[92\.2\%\] {
    top: 92.2%;
  }

  .tailwind .top-\[113\.97px\] {
    top: 113.97px;
  }

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

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

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

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

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

  .tailwind .top-\[199\.97px\] {
    top: 199.97px;
  }

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

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

  .tailwind .top-\[288\.5px\] {
    top: 288.5px;
  }

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

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

  .tailwind .top-\[385\.25px\] {
    top: 385.25px;
  }

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

  .tailwind .top-\[390\.25px\] {
    top: 390.25px;
  }

  .tailwind .top-\[396\.25px\] {
    top: 396.25px;
  }

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

  .tailwind .top-\[419\.25px\] {
    top: 419.25px;
  }

  .tailwind .top-\[424\.25px\] {
    top: 424.25px;
  }

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

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

  .tailwind .top-\[475\.25px\] {
    top: 475.25px;
  }

  .tailwind .top-\[480\.25px\] {
    top: 480.25px;
  }

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

  .tailwind .top-\[531\.25px\] {
    top: 531.25px;
  }

  .tailwind .top-\[536\.25px\] {
    top: 536.25px;
  }

  .tailwind .top-\[537\.25px\] {
    top: 537.25px;
  }

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

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

  .tailwind .top-\[560\.25px\] {
    top: 560.25px;
  }

  .tailwind .top-\[576\.25px\] {
    top: 576.25px;
  }

  .tailwind .top-\[582\.25px\] {
    top: 582.25px;
  }

  .tailwind .top-\[585\.25px\] {
    top: 585.25px;
  }

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

  .tailwind .top-\[596\.25px\] {
    top: 596.25px;
  }

  .tailwind .top-\[605\.25px\] {
    top: 605.25px;
  }

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

  .tailwind .top-\[610\.25px\] {
    top: 610.25px;
  }

  .tailwind .top-\[616\.25px\] {
    top: 616.25px;
  }

  .tailwind .top-\[627\.25px\] {
    top: 627.25px;
  }

  .tailwind .top-\[632\.25px\] {
    top: 632.25px;
  }

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

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

  .tailwind .top-\[649\.25px\] {
    top: 649.25px;
  }

  .tailwind .top-\[661\.25px\] {
    top: 661.25px;
  }

  .tailwind .top-\[666\.25px\] {
    top: 666.25px;
  }

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

  .tailwind .top-\[683\.25px\] {
    top: 683.25px;
  }

  .tailwind .top-\[688\.25px\] {
    top: 688.25px;
  }

  .tailwind .top-\[692\.25px\] {
    top: 692.25px;
  }

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

  .tailwind .top-\[705\.25px\] {
    top: 705.25px;
  }

  .tailwind .top-\[717\.25px\] {
    top: 717.25px;
  }

  .tailwind .top-\[722\.25px\] {
    top: 722.25px;
  }

  .tailwind .top-\[739\.25px\] {
    top: 739.25px;
  }

  .tailwind .top-\[744\.25px\] {
    top: 744.25px;
  }

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

  .tailwind .top-\[761\.25px\] {
    top: 761.25px;
  }

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

  .tailwind .top-\[786\.25px\] {
    top: 786.25px;
  }

  .tailwind .top-\[795\.25px\] {
    top: 795.25px;
  }

  .tailwind .top-\[800\.25px\] {
    top: 800.25px;
  }

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

  .tailwind .top-\[809\.25px\] {
    top: 809.25px;
  }

  .tailwind .top-\[817\.25px\] {
    top: 817.25px;
  }

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

  .tailwind .top-\[820\.25px\] {
    top: 820.25px;
  }

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

  .tailwind .top-\[853\.25px\] {
    top: 853.25px;
  }

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

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

  .tailwind .top-\[871\.25px\] {
    top: 871.25px;
  }

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

  .tailwind .top-\[875\.25px\] {
    top: 875.25px;
  }

  .tailwind .top-\[882\.25px\] {
    top: 882.25px;
  }

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

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

  .tailwind .top-\[909\.25px\] {
    top: 909.25px;
  }

  .tailwind .top-\[913\.25px\] {
    top: 913.25px;
  }

  .tailwind .top-\[918\.25px\] {
    top: 918.25px;
  }

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

  .tailwind .top-\[931\.25px\] {
    top: 931.25px;
  }

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

  .tailwind .top-\[965\.25px\] {
    top: 965.25px;
  }

  .tailwind .top-\[969\.25px\] {
    top: 969.25px;
  }

  .tailwind .top-\[974\.25px\] {
    top: 974.25px;
  }

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

  .tailwind .top-\[987\.25px\] {
    top: 987.25px;
  }

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

  .tailwind .top-\[1025\.25px\] {
    top: 1025.25px;
  }

  .tailwind .top-\[1030\.25px\] {
    top: 1030.25px;
  }

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

  .tailwind .top-\[1066\.25px\] {
    top: 1066.25px;
  }

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

  .tailwind .top-\[1087\.25px\] {
    top: 1087.25px;
  }

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

  .tailwind .top-\[1123\.25px\] {
    top: 1123.25px;
  }

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

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

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

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

  .tailwind .top-\[1179\.25px\] {
    top: 1179.25px;
  }

  .tailwind .top-\[calc\(50\%\+0\.5px\)\] {
    top: calc(50% + .5px);
  }

  .tailwind .top-\[calc\(50\%\+76px\)\] {
    top: calc(50% + 76px);
  }

  .tailwind .top-\[calc\(50\%\+134px\)\] {
    top: calc(50% + 134px);
  }

  .tailwind .top-\[calc\(50\%-9\.5px\)\] {
    top: calc(50% - 9.5px);
  }

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

  .tailwind .right-\[-2px\] {
    right: -2px;
  }

  .tailwind .right-\[-6\.43\%\] {
    right: -6.43%;
  }

  .tailwind .right-\[-7\.07\%\] {
    right: -7.07%;
  }

  .tailwind .right-\[-9px\] {
    right: -9px;
  }

  .tailwind .right-\[-22px\] {
    right: -22px;
  }

  .tailwind .right-\[-35px\] {
    right: -35px;
  }

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

  .tailwind .right-\[-80px\] {
    right: -80px;
  }

  .tailwind .right-\[2px\] {
    right: 2px;
  }

  .tailwind .right-\[7\.89px\] {
    right: 7.89px;
  }

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

  .tailwind .right-\[16\.86px\] {
    right: 16.86px;
  }

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

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

  .tailwind .right-\[19px\] {
    right: 19px;
  }

  .tailwind .right-\[20\.19px\] {
    right: 20.19px;
  }

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

  .tailwind .right-\[21\.86px\] {
    right: 21.86px;
  }

  .tailwind .right-\[35px\] {
    right: 35px;
  }

  .tailwind .right-\[43px\] {
    right: 43px;
  }

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

  .tailwind .right-\[50px\] {
    right: 50px;
  }

  .tailwind .right-\[55px\] {
    right: 55px;
  }

  .tailwind .right-\[56px\] {
    right: 56px;
  }

  .tailwind .right-\[94\.41\%\] {
    right: 94.41%;
  }

  .tailwind .right-\[107px\] {
    right: 107px;
  }

  .tailwind .right-\[162px\] {
    right: 162px;
  }

  .tailwind .right-\[192px\] {
    right: 192px;
  }

  .tailwind .right-\[194px\] {
    right: 194px;
  }

  .tailwind .right-\[222px\] {
    right: 222px;
  }

  .tailwind .right-\[439px\] {
    right: 439px;
  }

  .tailwind .right-\[441px\] {
    right: 441px;
  }

  .tailwind .right-\[444px\] {
    right: 444px;
  }

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

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

  .tailwind .bottom-\[-7\.36px\] {
    bottom: -7.36px;
  }

  .tailwind .bottom-\[5\.43\%\] {
    bottom: 5.43%;
  }

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

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

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

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

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

  .tailwind .bottom-\[25\.86\%\] {
    bottom: 25.86%;
  }

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

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

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

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

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

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

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

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

  .tailwind .bottom-\[288\.5px\] {
    bottom: 288.5px;
  }

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

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

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

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

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

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

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

  .tailwind .left-\[-6\.34\%\] {
    left: -6.34%;
  }

  .tailwind .left-\[-9\.04\%\] {
    left: -9.04%;
  }

  .tailwind .left-\[-23\.63\%\] {
    left: -23.63%;
  }

  .tailwind .left-\[-61\.68\%\] {
    left: -61.68%;
  }

  .tailwind .left-\[-75\.14\%\] {
    left: -75.14%;
  }

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

  .tailwind .left-\[-86\.24\%\] {
    left: -86.24%;
  }

  .tailwind .left-\[-95\.96\%\] {
    left: -95.96%;
  }

  .tailwind .left-\[-98\.73\%\] {
    left: -98.73%;
  }

  .tailwind .left-\[-112\.58\%\] {
    left: -112.58%;
  }

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

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

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

  .tailwind .left-\[15\.28px\] {
    left: 15.28px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[31\.2px\] {
    left: 31.2px;
  }

  .tailwind .left-\[31\.3px\] {
    left: 31.3px;
  }

  .tailwind .left-\[31\.89px\] {
    left: 31.89px;
  }

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

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

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

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

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

  .tailwind .left-\[203\.5px\] {
    left: 203.5px;
  }

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

  .tailwind .left-\[346\.5px\] {
    left: 346.5px;
  }

  .tailwind .left-\[591\.5px\] {
    left: 591.5px;
  }

  .tailwind .left-\[calc\(50\%-126px\)\] {
    left: calc(50% - 126px);
  }

  .tailwind .left-\[calc\(50\%-521px\)\] {
    left: calc(50% - 521px);
  }

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

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

  .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 .ms-\[27\.9px\] {
    margin-inline-start: 27.9px;
  }

  .tailwind .ms-\[27px\] {
    margin-inline-start: 27px;
  }

  .tailwind .ms-\[calc\(1\.5\*1\*var\(--list-marker-font-size\,0\)\)\] {
    margin-inline-start: calc(1.5 * 1 * var(--list-marker-font-size, 0));
  }

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

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

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

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

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

  .tailwind .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .aspect-\[340\/430\] {
    aspect-ratio: 340 / 430;
  }

  .tailwind .aspect-\[461\/577\] {
    aspect-ratio: 461 / 577;
  }

  .tailwind .aspect-\[463\/577\] {
    aspect-ratio: 463 / 577;
  }

  .tailwind .aspect-\[549\/407\] {
    aspect-ratio: 549 / 407;
  }

  .tailwind .aspect-\[1440\/1224\] {
    aspect-ratio: 1440 / 1224;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[100\.16\%\] {
    height: 100.16%;
  }

  .tailwind .h-\[110\.17\%\] {
    height: 110.17%;
  }

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

  .tailwind .h-\[112\.91\%\] {
    height: 112.91%;
  }

  .tailwind .h-\[116\.87\%\] {
    height: 116.87%;
  }

  .tailwind .h-\[126\.91\%\] {
    height: 126.91%;
  }

  .tailwind .h-\[149\.64\%\] {
    height: 149.64%;
  }

  .tailwind .h-\[151\.78\%\] {
    height: 151.78%;
  }

  .tailwind .h-\[154\.23\%\] {
    height: 154.23%;
  }

  .tailwind .h-\[176\.26\%\] {
    height: 176.26%;
  }

  .tailwind .h-\[184\.79\%\] {
    height: 184.79%;
  }

  .tailwind .h-\[189\.83\%\] {
    height: 189.83%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[1187\.95px\] {
    height: 1187.95px;
  }

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

  .tailwind .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.7071068286895752\)\+\(var\(--transform-inner-height\)\*0\.7071067690849304\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .707107)  + (var(--transform-inner-height) * .707107)));
  }

  .tailwind .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1)  + (var(--transform-inner-height) * 0)));
  }

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

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

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

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

  .tailwind .w-\[11\.626px\] {
    width: 11.626px;
  }

  .tailwind .w-\[11\.629px\] {
    width: 11.629px;
  }

  .tailwind .w-\[11\.846px\] {
    width: 11.846px;
  }

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

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

  .tailwind .w-\[14\.142px\] {
    width: 14.142px;
  }

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

  .tailwind .w-\[15\.556px\] {
    width: 15.556px;
  }

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

  .tailwind .w-\[102\.04\%\] {
    width: 102.04%;
  }

  .tailwind .w-\[120\.77\%\] {
    width: 120.77%;
  }

  .tailwind .w-\[129\.97\%\] {
    width: 129.97%;
  }

  .tailwind .w-\[131\.84\%\] {
    width: 131.84%;
  }

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

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

  .tailwind .w-\[165\.12\%\] {
    width: 165.12%;
  }

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

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

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

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

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

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

  .tailwind .w-\[219\.8\%\] {
    width: 219.8%;
  }

  .tailwind .w-\[222\.037px\] {
    width: 222.037px;
  }

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

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

  .tailwind .w-\[228\.46\%\] {
    width: 228.46%;
  }

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

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

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

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

  .tailwind .w-\[263\.73\%\] {
    width: 263.73%;
  }

  .tailwind .w-\[264\.37\%\] {
    width: 264.37%;
  }

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

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

  .tailwind .w-\[299\.64\%\] {
    width: 299.64%;
  }

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

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

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

  .tailwind .w-\[337\.5\%\] {
    width: 337.5%;
  }

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

  .tailwind .w-\[354\.14px\] {
    width: 354.14px;
  }

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

  .tailwind .w-\[374\.802px\] {
    width: 374.802px;
  }

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

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

  .tailwind .w-\[390\.907px\] {
    width: 390.907px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[837\.65px\] {
    width: 837.65px;
  }

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

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

  .tailwind .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.7071068286895752\)\+\(var\(--transform-inner-width\)\*0\.7071067690849304\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .707107)  + (var(--transform-inner-width) * .707107)));
  }

  .tailwind .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1)  + (var(--transform-inner-width) * 0)));
  }

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

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

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

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

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

  .tailwind .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-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    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-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-\[-100\%\] {
    --tw-translate-y: -100%;
    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 .translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .tailwind .scale-\[1\.05\] {
    scale: 1.05;
  }

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

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

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

  .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-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .list-decimal {
    list-style-type: decimal;
  }

  .tailwind .list-disc {
    list-style-type: disc;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .border-transparent {
    border-color: #0000;
  }

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

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

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

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

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

  .tailwind .bg-\[rgba\(237\,93\,89\,0\.1\)\] {
    background-color: #ed5d591a;
  }

  .tailwind .bg-black\/60 {
    background-color: #0009;
  }

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

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

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

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

  .tailwind .from-\[\#471D3C\] {
    --tw-gradient-from: #471d3c;
    --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-\[\#471D3C\]\/70 {
    --tw-gradient-via: oklab(30.4214% .072464 -.0286193 / .7);
    --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-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 .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[24px_24px\] {
    mask-size: 24px 24px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-2\.5px\] {
    mask-position: -2.5px;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

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

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

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

  .tailwind .text-\[22\.3px\] {
    font-size: 22.3px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[28\.6px\] {
    --tw-leading: 28.6px;
    line-height: 28.6px;
  }

  .tailwind .leading-\[30\.8px\] {
    --tw-leading: 30.8px;
    line-height: 30.8px;
  }

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

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

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

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

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

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

  .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-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 .tracking-\[-0\.4px\] {
    --tw-tracking: -.4px;
    letter-spacing: -.4px;
  }

  .tailwind .tracking-\[-0\.36px\] {
    --tw-tracking: -.36px;
    letter-spacing: -.36px;
  }

  .tailwind .tracking-\[-0\.48px\] {
    --tw-tracking: -.48px;
    letter-spacing: -.48px;
  }

  .tailwind .tracking-\[-0\.52px\] {
    --tw-tracking: -.52px;
    letter-spacing: -.52px;
  }

  .tailwind .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }

  .tailwind .tracking-\[-1px\] {
    --tw-tracking: -1px;
    letter-spacing: -1px;
  }

  .tailwind .tracking-\[-2\.5px\] {
    --tw-tracking: -2.5px;
    letter-spacing: -2.5px;
  }

  .tailwind .tracking-\[-2\.56px\] {
    --tw-tracking: -2.56px;
    letter-spacing: -2.56px;
  }

  .tailwind .tracking-\[-4px\] {
    --tw-tracking: -4px;
    letter-spacing: -4px;
  }

  .tailwind .tracking-\[-5px\] {
    --tw-tracking: -5px;
    letter-spacing: -5px;
  }

  .tailwind .tracking-\[0\.5px\] {
    --tw-tracking: .5px;
    letter-spacing: .5px;
  }

  .tailwind .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[rgba\(221\,215\,201\,0\.5\)\] {
    color: #ddd7c980;
  }

  .tailwind .text-\[rgba\(237\,93\,89\,0\.7\)\] {
    color: #ed5d59b3;
  }

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

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

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

  .tailwind .uppercase {
    text-transform: uppercase;
  }

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

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

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

  .tailwind .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .tailwind .placeholder-\[\#2a0b22\]::placeholder {
    color: #2a0b22;
  }

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

  .tailwind .opacity-30 {
    opacity: .3;
  }

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

  .tailwind .opacity-70 {
    opacity: .7;
  }

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

  .tailwind .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .tailwind .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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 .shadow-\[0px_0px_10px_0px_rgba\(0\,0\,0\,0\.5\)\] {
    --tw-shadow: 0px 0px 10px 0px var(--tw-shadow-color, #00000080);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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 .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

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

  .tailwind .running {
    animation-play-state: running;
  }

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

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

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

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#F4E0BC\]:hover {
      background-color: #f4e0bc;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-gray-200:hover {
      color: var(--color-gray-200);
    }
  }

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

  @media (hover: hover) {
    .tailwind .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

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

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

  .tailwind .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .focus-visible\:ring-white:focus-visible {
    --tw-ring-color: var(--color-white);
  }

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

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

@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-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-duration {
  syntax: "*";
  inherits: false
}

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