/*! 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-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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

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

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

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

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

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

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

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

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

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

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

  .tailwind .inset-\[-28\.57\%_-35\.71\%\] {
    inset: -28.57% -35.71%;
  }

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

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

  .tailwind .inset-\[0_0\.34px_0_0\] {
    inset: 0 .34px 0 0;
  }

  .tailwind .inset-\[0_0_-0\.47px_0\] {
    inset: 0 0 -.47px;
  }

  .tailwind .inset-\[0_0_0\.5px_0\] {
    inset: 0 0 .5px;
  }

  .tailwind .inset-\[0_0_0\.37px_0\] {
    inset: 0 0 .37px;
  }

  .tailwind .inset-\[0_33\.34\%_0_0\] {
    inset: 0 33.34% 0 0;
  }

  .tailwind .inset-\[1px_1\.34px_1px_1px\] {
    inset: 1px 1.34px 1px 1px;
  }

  .tailwind .inset-\[3\.9\%_2\.25\%_3\.99\%_3\.59\%\] {
    inset: 3.9% 2.25% 3.99% 3.59%;
  }

  .tailwind .inset-\[26\.49\%_33px_57\.98\%_134px\] {
    inset: 26.49% 33px 57.98% 134px;
  }

  .tailwind .inset-\[68px_59px_802px_59px\] {
    inset: 68px 59px 802px;
  }

  .tailwind .inset-\[88px_143px\] {
    inset: 88px 143px;
  }

  .tailwind .inset-\[438\.67\%_5\.34px_-581\.33\%_254\.66px\] {
    inset: 438.67% 5.34px -581.33% 254.66px;
  }

  .tailwind .inset-px {
    inset: 1px;
  }

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

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

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

  .tailwind .top-\[-18\.46\%\] {
    top: -18.46%;
  }

  .tailwind .top-\[-29\.5px\] {
    top: -29.5px;
  }

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

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

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

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

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

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

  .tailwind .top-\[20\.9\%\] {
    top: 20.9%;
  }

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

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

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

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

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

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

  .tailwind .top-\[34\.68px\] {
    top: 34.68px;
  }

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

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

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

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

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

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

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

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

  .tailwind .top-\[67\.01px\] {
    top: 67.01px;
  }

  .tailwind .top-\[68\.01px\] {
    top: 68.01px;
  }

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

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

  .tailwind .top-\[77\.5px\] {
    top: 77.5px;
  }

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

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

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

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

  .tailwind .top-\[103\.01px\] {
    top: 103.01px;
  }

  .tailwind .top-\[104\.01px\] {
    top: 104.01px;
  }

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

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

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

  .tailwind .top-\[120\.88px\] {
    top: 120.88px;
  }

  .tailwind .top-\[124\.03px\] {
    top: 124.03px;
  }

  .tailwind .top-\[125\.03px\] {
    top: 125.03px;
  }

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

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

  .tailwind .top-\[145\.79px\] {
    top: 145.79px;
  }

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

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

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

  .tailwind .top-\[199\.5px\] {
    top: 199.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .right-1\/4 {
    right: 25%;
  }

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

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

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

  .tailwind .right-\[24\.29px\] {
    right: 24.29px;
  }

  .tailwind .right-\[24\.54px\] {
    right: 24.54px;
  }

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

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

  .tailwind .right-\[25\.07px\] {
    right: 25.07px;
  }

  .tailwind .right-\[25\.29px\] {
    right: 25.29px;
  }

  .tailwind .right-\[25\.54px\] {
    right: 25.54px;
  }

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

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

  .tailwind .right-\[26\.07px\] {
    right: 26.07px;
  }

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

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

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

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

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

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

  .tailwind .right-\[79\.34px\] {
    right: 79.34px;
  }

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

  .tailwind .right-\[122\.86px\] {
    right: 122.86px;
  }

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

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

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

  .tailwind .right-\[258\.05px\] {
    right: 258.05px;
  }

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

  .tailwind .right-\[313\.05px\] {
    right: 313.05px;
  }

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

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

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

  .tailwind .right-\[938\.24px\] {
    right: 938.24px;
  }

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

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

  .tailwind .bottom-\[-82\.5px\] {
    bottom: -82.5px;
  }

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

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

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

  .tailwind .bottom-\[54\.05px\] {
    bottom: 54.05px;
  }

  .tailwind .bottom-\[65\.91\%\] {
    bottom: 65.91%;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[-2\.52px\] {
    left: -2.52px;
  }

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

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

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

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

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

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

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

  .tailwind .left-\[23\.01px\] {
    left: 23.01px;
  }

  .tailwind .left-\[23\.53px\] {
    left: 23.53px;
  }

  .tailwind .left-\[23\.79px\] {
    left: 23.79px;
  }

  .tailwind .left-\[24\.01px\] {
    left: 24.01px;
  }

  .tailwind .left-\[24\.53px\] {
    left: 24.53px;
  }

  .tailwind .left-\[24\.79px\] {
    left: 24.79px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[79\.84px\] {
    left: 79.84px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .col-1 {
    grid-column: 1;
  }

  .tailwind .col-2 {
    grid-column: 2;
  }

  .tailwind .col-3 {
    grid-column: 3;
  }

  .tailwind .col-4 {
    grid-column: 4;
  }

  .tailwind .row-1 {
    grid-row: 1;
  }

  .tailwind .row-2 {
    grid-row: 2;
  }

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

  .tailwind .mt-\[4\.09px\] {
    margin-top: 4.09px;
  }

  .tailwind .mt-\[535px\] {
    margin-top: 535px;
  }

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

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

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

  .tailwind .ml-\[64\.25px\] {
    margin-left: 64.25px;
  }

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

  .tailwind .ml-\[calc\(50\%\+57px\)\] {
    margin-left: calc(50% + 57px);
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

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

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

  .tailwind .size-\[9\.333px\] {
    width: 9.333px;
    height: 9.333px;
  }

  .tailwind .size-\[10\.5px\] {
    width: 10.5px;
    height: 10.5px;
  }

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

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

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

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

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

  .tailwind .size-\[19\.969px\] {
    width: 19.969px;
    height: 19.969px;
  }

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

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

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

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

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

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

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

  .tailwind .size-\[40\.002px\] {
    width: 40.002px;
    height: 40.002px;
  }

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

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

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

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

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

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

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

  .tailwind .size-\[80\.95px\] {
    width: 80.95px;
    height: 80.95px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[12\.023px\] {
    height: 12.023px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[40\.003px\] {
    height: 40.003px;
  }

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

  .tailwind .h-\[41\.772px\] {
    height: 41.772px;
  }

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

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

  .tailwind .h-\[45\.879px\] {
    height: 45.879px;
  }

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

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

  .tailwind .h-\[48\.003px\] {
    height: 48.003px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[74\.901px\] {
    height: 74.901px;
  }

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

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

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

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

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

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

  .tailwind .h-\[94\.785px\] {
    height: 94.785px;
  }

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

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

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

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

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

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

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

  .tailwind .h-\[136\.92\%\] {
    height: 136.92%;
  }

  .tailwind .h-\[144\.008px\] {
    height: 144.008px;
  }

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

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

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

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

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

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

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

  .tailwind .h-\[166\.634px\] {
    height: 166.634px;
  }

  .tailwind .h-\[169\.306px\] {
    height: 169.306px;
  }

  .tailwind .h-\[180\.278px\] {
    height: 180.278px;
  }

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

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

  .tailwind .h-\[187\.426px\] {
    height: 187.426px;
  }

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

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

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

  .tailwind .h-\[211\.5px\] {
    height: 211.5px;
  }

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

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

  .tailwind .h-\[245\.788px\] {
    height: 245.788px;
  }

  .tailwind .h-\[246\.018px\] {
    height: 246.018px;
  }

  .tailwind .h-\[246\.033px\] {
    height: 246.033px;
  }

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

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

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

  .tailwind .h-\[284\.688px\] {
    height: 284.688px;
  }

  .tailwind .h-\[320\.209px\] {
    height: 320.209px;
  }

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

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

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

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

  .tailwind .h-\[450\.216px\] {
    height: 450.216px;
  }

  .tailwind .h-\[452\.622px\] {
    height: 452.622px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[hypot\(-3\.97978cqw\,93\.7852cqh\)\] {
    height: hypot(-3.97978cqw, 93.7852cqh);
  }

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

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

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

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

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

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

  .tailwind .w-\[16\.523px\] {
    width: 16.523px;
  }

  .tailwind .w-\[16\.667px\] {
    width: 16.667px;
  }

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

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

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

  .tailwind .w-\[21\.33px\] {
    width: 21.33px;
  }

  .tailwind .w-\[21\.73px\] {
    width: 21.73px;
  }

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

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

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

  .tailwind .w-\[31\.8px\] {
    width: 31.8px;
  }

  .tailwind .w-\[34\.53px\] {
    width: 34.53px;
  }

  .tailwind .w-\[36\.225px\] {
    width: 36.225px;
  }

  .tailwind .w-\[37\.09px\] {
    width: 37.09px;
  }

  .tailwind .w-\[37\.73px\] {
    width: 37.73px;
  }

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

  .tailwind .w-\[40\.002px\] {
    width: 40.002px;
  }

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

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

  .tailwind .w-\[42\.63px\] {
    width: 42.63px;
  }

  .tailwind .w-\[44\.2px\] {
    width: 44.2px;
  }

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

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

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

  .tailwind .w-\[52\.878px\] {
    width: 52.878px;
  }

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

  .tailwind .w-\[56\.42px\] {
    width: 56.42px;
  }

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

  .tailwind .w-\[59\.08px\] {
    width: 59.08px;
  }

  .tailwind .w-\[60\.27px\] {
    width: 60.27px;
  }

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

  .tailwind .w-\[61\.875px\] {
    width: 61.875px;
  }

  .tailwind .w-\[62\.75px\] {
    width: 62.75px;
  }

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

  .tailwind .w-\[65\.52px\] {
    width: 65.52px;
  }

  .tailwind .w-\[67\.41px\] {
    width: 67.41px;
  }

  .tailwind .w-\[67\.457px\] {
    width: 67.457px;
  }

  .tailwind .w-\[74\.993px\] {
    width: 74.993px;
  }

  .tailwind .w-\[75\.95px\] {
    width: 75.95px;
  }

  .tailwind .w-\[77\.47px\] {
    width: 77.47px;
  }

  .tailwind .w-\[77\.64px\] {
    width: 77.64px;
  }

  .tailwind .w-\[79\.84px\] {
    width: 79.84px;
  }

  .tailwind .w-\[85\.17px\] {
    width: 85.17px;
  }

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

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

  .tailwind .w-\[87\.8px\] {
    width: 87.8px;
  }

  .tailwind .w-\[89\.7px\] {
    width: 89.7px;
  }

  .tailwind .w-\[89\.63px\] {
    width: 89.63px;
  }

  .tailwind .w-\[92\.47px\] {
    width: 92.47px;
  }

  .tailwind .w-\[96\.97px\] {
    width: 96.97px;
  }

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

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

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

  .tailwind .w-\[102\.47px\] {
    width: 102.47px;
  }

  .tailwind .w-\[103\.61px\] {
    width: 103.61px;
  }

  .tailwind .w-\[107\.71px\] {
    width: 107.71px;
  }

  .tailwind .w-\[108\.36px\] {
    width: 108.36px;
  }

  .tailwind .w-\[114\.03px\] {
    width: 114.03px;
  }

  .tailwind .w-\[114\.88px\] {
    width: 114.88px;
  }

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

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

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

  .tailwind .w-\[132\.45px\] {
    width: 132.45px;
  }

  .tailwind .w-\[134\.765px\] {
    width: 134.765px;
  }

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

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

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

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

  .tailwind .w-\[143\.33px\] {
    width: 143.33px;
  }

  .tailwind .w-\[144\.56px\] {
    width: 144.56px;
  }

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

  .tailwind .w-\[148\.59px\] {
    width: 148.59px;
  }

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

  .tailwind .w-\[152\.64px\] {
    width: 152.64px;
  }

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

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

  .tailwind .w-\[160\.03px\] {
    width: 160.03px;
  }

  .tailwind .w-\[164\.27px\] {
    width: 164.27px;
  }

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

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

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

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

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

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

  .tailwind .w-\[175\.05px\] {
    width: 175.05px;
  }

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

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

  .tailwind .w-\[191\.05px\] {
    width: 191.05px;
  }

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

  .tailwind .w-\[202\.64px\] {
    width: 202.64px;
  }

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

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

  .tailwind .w-\[213\.64\%\] {
    width: 213.64%;
  }

  .tailwind .w-\[214\.077px\] {
    width: 214.077px;
  }

  .tailwind .w-\[214\.078px\] {
    width: 214.078px;
  }

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

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

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

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

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

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

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

  .tailwind .w-\[237\.826px\] {
    width: 237.826px;
  }

  .tailwind .w-\[242\.25px\] {
    width: 242.25px;
  }

  .tailwind .w-\[248\.56px\] {
    width: 248.56px;
  }

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

  .tailwind .w-\[249\.044px\] {
    width: 249.044px;
  }

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

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

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

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

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

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

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

  .tailwind .w-\[266\.06px\] {
    width: 266.06px;
  }

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

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

  .tailwind .w-\[270\.67px\] {
    width: 270.67px;
  }

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

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

  .tailwind .w-\[275\.08px\] {
    width: 275.08px;
  }

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

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

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

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

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

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

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

  .tailwind .w-\[294\.67px\] {
    width: 294.67px;
  }

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

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

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

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

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

  .tailwind .w-\[331\.02px\] {
    width: 331.02px;
  }

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

  .tailwind .w-\[339\.56px\] {
    width: 339.56px;
  }

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

  .tailwind .w-\[342\.113px\] {
    width: 342.113px;
  }

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

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

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

  .tailwind .w-\[382\.337px\] {
    width: 382.337px;
  }

  .tailwind .w-\[382\.695px\] {
    width: 382.695px;
  }

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

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

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

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

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

  .tailwind .w-\[425\.13px\] {
    width: 425.13px;
  }

  .tailwind .w-\[425\.483px\] {
    width: 425.483px;
  }

  .tailwind .w-\[435\.763px\] {
    width: 435.763px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[hypot\(96\.0202cqw\,6\.21483cqh\)\] {
    width: hypot(96.0202cqw, 6.21483cqh);
  }

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

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

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

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

  .tailwind .max-w-\[307\.79998779296875px\] {
    max-width: 307.8px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

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

  .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-full {
    --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 .-rotate-12 {
    rotate: -12deg;
  }

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

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

  .tailwind .rotate-\[4\.75deg\] {
    rotate: 4.75deg;
  }

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

  .tailwind .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .tailwind .grid-cols-\[repeat\(2\,fit-content\(100\%\)\)\] {
    grid-template-columns: repeat(2, fit-content(100%));
  }

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

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

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

  .tailwind .grid-rows-\[_20px\] {
    grid-template-rows: 20px;
  }

  .tailwind .grid-rows-\[_43px\] {
    grid-template-rows: 43px;
  }

  .tailwind .grid-rows-\[_44px\] {
    grid-template-rows: 44px;
  }

  .tailwind .grid-rows-\[_96px\] {
    grid-template-rows: 96px;
  }

  .tailwind .grid-rows-\[_100px\] {
    grid-template-rows: 100px;
  }

  .tailwind .grid-rows-\[_540px\] {
    grid-template-rows: 540px;
  }

  .tailwind .grid-rows-\[_560px\] {
    grid-template-rows: 560px;
  }

  .tailwind .grid-rows-\[_620px\] {
    grid-template-rows: 620px;
  }

  .tailwind .grid-rows-\[__fit-content\(100\%\)_minmax\(0\,1fr\)\] {
    grid-template-rows: fit-content(100%) minmax(0, 1fr);
  }

  .tailwind .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

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

  .tailwind .place-items-start {
    place-items: 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-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

  .tailwind .gap-\[11\.997px\] {
    gap: 11.997px;
  }

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

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

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

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

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

  .tailwind .gap-\[24\.001px\] {
    gap: 24.001px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-x-\[16px\] {
    column-gap: 16px;
  }

  .tailwind .gap-x-\[20px\] {
    column-gap: 20px;
  }

  .tailwind .gap-x-\[30px\] {
    column-gap: 30px;
  }

  .tailwind .gap-x-\[32px\] {
    column-gap: 32px;
  }

  .tailwind .gap-x-\[40px\] {
    column-gap: 40px;
  }

  .tailwind .gap-x-\[64px\] {
    column-gap: 64px;
  }

  .tailwind .gap-x-\[96px\] {
    column-gap: 96px;
  }

  .tailwind .gap-y-\[16px\] {
    row-gap: 16px;
  }

  .tailwind .gap-y-\[32px\] {
    row-gap: 32px;
  }

  .tailwind .gap-y-\[40px\] {
    row-gap: 40px;
  }

  .tailwind .gap-y-\[64px\] {
    row-gap: 64px;
  }

  .tailwind .gap-y-\[96px\] {
    row-gap: 96px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rounded-\[35\.2px\] {
    border-radius: 35.2px;
  }

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

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

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

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

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

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

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

  .tailwind .rounded-tl-\[2px\] {
    border-top-left-radius: 2px;
  }

  .tailwind .rounded-tr-\[2px\] {
    border-top-right-radius: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .border-\[rgba\(0\,0\,0\,0\)\] {
    border-color: #0000;
  }

  .tailwind .border-\[rgba\(16\,16\,16\,0\.05\)\] {
    border-color: #1010100d;
  }

  .tailwind .border-\[rgba\(22\,20\,14\,0\.25\)\] {
    border-color: #16140e40;
  }

  .tailwind .border-\[rgba\(77\,70\,53\,0\.1\)\] {
    border-color: #4d46351a;
  }

  .tailwind .border-\[rgba\(77\,70\,53\,0\.2\)\] {
    border-color: #4d463533;
  }

  .tailwind .border-\[rgba\(77\,70\,53\,0\.3\)\] {
    border-color: #4d46354d;
  }

  .tailwind .border-\[rgba\(128\,0\,0\,0\.2\)\] {
    border-color: #80000033;
  }

  .tailwind .border-\[rgba\(197\,160\,89\,0\.1\)\] {
    border-color: #c5a0591a;
  }

  .tailwind .border-\[rgba\(208\,197\,175\,0\.1\)\] {
    border-color: #d0c5af1a;
  }

  .tailwind .border-\[rgba\(242\,202\,80\,0\.2\)\] {
    border-color: #f2ca5033;
  }

  .tailwind .border-\[rgba\(242\,202\,80\,0\.3\)\] {
    border-color: #f2ca504d;
  }

  .tailwind .border-\[rgba\(255\,255\,255\,0\.1\)\] {
    border-color: #ffffff1a;
  }

  .tailwind .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

  .tailwind .border-\[rgba\(255\,255\,255\,0\.05\)\] {
    border-color: #ffffff0d;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-\[rgba\(22\,20\,14\,0\.4\)\] {
    background-color: #16140e66;
  }

  .tailwind .bg-\[rgba\(27\,31\,44\,0\.6\)\] {
    background-color: #1b1f2c99;
  }

  .tailwind .bg-\[rgba\(53\,57\,70\,0\.2\)\] {
    background-color: #35394633;
  }

  .tailwind .bg-\[rgba\(128\,0\,0\,0\.05\)\] {
    background-color: #8000000d;
  }

  .tailwind .bg-\[rgba\(128\,0\,0\,0\.8\)\] {
    background-color: #800000cc;
  }

  .tailwind .bg-\[rgba\(212\,175\,55\,0\.1\)\] {
    background-color: #d4af371a;
  }

  .tailwind .bg-\[rgba\(212\,175\,55\,0\.2\)\] {
    background-color: #d4af3733;
  }

  .tailwind .bg-\[rgba\(212\,175\,55\,0\.03\)\] {
    background-color: #d4af3708;
  }

  .tailwind .bg-\[rgba\(212\,175\,55\,0\.05\)\] {
    background-color: #d4af370d;
  }

  .tailwind .bg-\[rgba\(212\,175\,55\,0\.8\)\] {
    background-color: #d4af37cc;
  }

  .tailwind .bg-\[rgba\(242\,202\,80\,0\.1\)\] {
    background-color: #f2ca501a;
  }

  .tailwind .bg-\[rgba\(242\,202\,80\,0\.02\)\] {
    background-color: #f2ca5005;
  }

  .tailwind .bg-\[rgba\(242\,202\,80\,0\.2\)\] {
    background-color: #f2ca5033;
  }

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

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

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

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

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

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

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

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

  .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-\[\#d4af37\] {
    --tw-gradient-from: #d4af37;
    --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 .from-\[\#f2ca50\] {
    --tw-gradient-from: #f2ca50;
    --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 .from-\[rgba\(31\,25\,5\,0\.1\)\] {
    --tw-gradient-from: #1f19051a;
    --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 .from-\[rgba\(212\,175\,55\,0\)\] {
    --tw-gradient-from: #d4af3700;
    --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-\[\#d4af37\] {
    --tw-gradient-via: #d4af37;
    --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-\[\#f9e27e\] {
    --tw-gradient-to: #f9e27e;
    --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 .to-\[rgba\(16\,16\,16\,0\.1\)\] {
    --tw-gradient-to: #1010101a;
    --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 .to-\[rgba\(212\,175\,55\,0\)\] {
    --tw-gradient-to: #d4af3700;
    --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 .to-\[rgba\(249\,226\,126\,0\)\] {
    --tw-gradient-to: #f9e27e00;
    --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 .to-\[94\.231\%\] {
    --tw-gradient-to-position: 94.231%;
  }

  .tailwind .bg-clip-padding {
    background-clip: padding-box;
  }

  .tailwind .bg-clip-text {
    background-clip: text;
  }

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

  .tailwind .object-bottom {
    object-position: bottom;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .p-px {
    padding: 1px;
  }

  .tailwind .px-\[6\.16px\] {
    padding-inline: 6.16px;
  }

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

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

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

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

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

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

  .tailwind .px-\[19\.36px\] {
    padding-inline: 19.36px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .px-px {
    padding-inline: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .pt-\[4px\] {
    padding-top: 4px;
  }

  .tailwind .pt-\[5px\] {
    padding-top: 5px;
  }

  .tailwind .pt-\[6px\] {
    padding-top: 6px;
  }

  .tailwind .pt-\[9px\] {
    padding-top: 9px;
  }

  .tailwind .pt-\[10px\] {
    padding-top: 10px;
  }

  .tailwind .pt-\[12px\] {
    padding-top: 12px;
  }

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

  .tailwind .pt-\[14px\] {
    padding-top: 14px;
  }

  .tailwind .pt-\[15\.995px\] {
    padding-top: 15.995px;
  }

  .tailwind .pt-\[15\.996px\] {
    padding-top: 15.996px;
  }

  .tailwind .pt-\[15px\] {
    padding-top: 15px;
  }

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

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

  .tailwind .pt-\[19\.999px\] {
    padding-top: 19.999px;
  }

  .tailwind .pt-\[20px\] {
    padding-top: 20px;
  }

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

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

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

  .tailwind .pt-\[31px\] {
    padding-top: 31px;
  }

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

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

  .tailwind .pt-\[35px\] {
    padding-top: 35px;
  }

  .tailwind .pt-\[36px\] {
    padding-top: 36px;
  }

  .tailwind .pt-\[41px\] {
    padding-top: 41px;
  }

  .tailwind .pt-\[45px\] {
    padding-top: 45px;
  }

  .tailwind .pt-\[46px\] {
    padding-top: 46px;
  }

  .tailwind .pt-\[49px\] {
    padding-top: 49px;
  }

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

  .tailwind .pt-\[85px\] {
    padding-top: 85px;
  }

  .tailwind .pt-\[96px\] {
    padding-top: 96px;
  }

  .tailwind .pr-\[0\.01px\] {
    padding-right: .01px;
  }

  .tailwind .pr-\[3\.67px\] {
    padding-right: 3.67px;
  }

  .tailwind .pr-\[8\.37px\] {
    padding-right: 8.37px;
  }

  .tailwind .pr-\[12\.36px\] {
    padding-right: 12.36px;
  }

  .tailwind .pr-\[14\.45px\] {
    padding-right: 14.45px;
  }

  .tailwind .pr-\[15\.676px\] {
    padding-right: 15.676px;
  }

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

  .tailwind .pr-\[17\.87px\] {
    padding-right: 17.87px;
  }

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

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

  .tailwind .pr-\[21\.52px\] {
    padding-right: 21.52px;
  }

  .tailwind .pr-\[24\.013px\] {
    padding-right: 24.013px;
  }

  .tailwind .pr-\[32px\] {
    padding-right: 32px;
  }

  .tailwind .pr-\[35\.97px\] {
    padding-right: 35.97px;
  }

  .tailwind .pr-\[41px\] {
    padding-right: 41px;
  }

  .tailwind .pr-\[42\.25px\] {
    padding-right: 42.25px;
  }

  .tailwind .pr-\[44\.92px\] {
    padding-right: 44.92px;
  }

  .tailwind .pr-\[45px\] {
    padding-right: 45px;
  }

  .tailwind .pr-px {
    padding-right: 1px;
  }

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

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

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

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

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

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

  .tailwind .pb-\[15\.996px\] {
    padding-bottom: 15.996px;
  }

  .tailwind .pb-\[15\.997px\] {
    padding-bottom: 15.997px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .pl-\[3\.66px\] {
    padding-left: 3.66px;
  }

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

  .tailwind .pl-\[8\.36px\] {
    padding-left: 8.36px;
  }

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

  .tailwind .pl-\[12px\] {
    padding-left: 12px;
  }

  .tailwind .pl-\[14\.44px\] {
    padding-left: 14.44px;
  }

  .tailwind .pl-\[15\.656px\] {
    padding-left: 15.656px;
  }

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

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

  .tailwind .pl-\[17\.88px\] {
    padding-left: 17.88px;
  }

  .tailwind .pl-\[24px\] {
    padding-left: 24px;
  }

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

  .tailwind .pl-\[50px\] {
    padding-left: 50px;
  }

  .tailwind .pl-\[51px\] {
    padding-left: 51px;
  }

  .tailwind .pl-\[52px\] {
    padding-left: 52px;
  }

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

  .tailwind .pl-\[70px\] {
    padding-left: 70px;
  }

  .tailwind .pl-\[75px\] {
    padding-left: 75px;
  }

  .tailwind .pl-\[100px\] {
    padding-left: 100px;
  }

  .tailwind .pl-\[110px\] {
    padding-left: 110px;
  }

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

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

  .tailwind .font-\[\'Inter\:Extra_Bold\'\,sans-serif\] {
    font-family: Inter\:Extra 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\:Semi_Bold\'\,sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

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

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

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

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

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

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

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

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

  .tailwind .font-\[\'Material_Symbols_Outlined\:Regular\'\,sans-serif\] {
    font-family: Material Symbols Outlined\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[11\.25px\] {
    --tw-leading: 11.25px;
    line-height: 11.25px;
  }

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

  .tailwind .leading-\[13\.75px\] {
    --tw-leading: 13.75px;
    line-height: 13.75px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[29\.25px\] {
    --tw-leading: 29.25px;
    line-height: 29.25px;
  }

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

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

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

  .tailwind .leading-\[37\.5px\] {
    --tw-leading: 37.5px;
    line-height: 37.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .tracking-\[-3\.6px\] {
    --tw-tracking: -3.6px;
    letter-spacing: -3.6px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .\[word-break\:break-word\] {
    word-break: break-word;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[rgba\(22\,20\,14\,0\.5\)\] {
    color: #16140e80;
  }

  .tailwind .text-\[rgba\(22\,20\,14\,0\.6\)\] {
    color: #16140e99;
  }

  .tailwind .text-\[rgba\(22\,20\,14\,0\.75\)\] {
    color: #16140ebf;
  }

  .tailwind .text-\[rgba\(25\,25\,25\,0\.5\)\] {
    color: #19191980;
  }

  .tailwind .text-\[rgba\(31\,25\,5\,0\.6\)\] {
    color: #1f190599;
  }

  .tailwind .text-\[rgba\(31\,25\,5\,0\.7\)\] {
    color: #1f1905b3;
  }

  .tailwind .text-\[rgba\(60\,47\,0\,0\.7\)\] {
    color: #3c2f00b3;
  }

  .tailwind .text-\[rgba\(208\,197\,175\,0\.4\)\] {
    color: #d0c5af66;
  }

  .tailwind .text-\[rgba\(208\,197\,175\,0\.6\)\] {
    color: #d0c5af99;
  }

  .tailwind .text-\[rgba\(208\,197\,175\,0\.7\)\] {
    color: #d0c5afb3;
  }

  .tailwind .text-\[rgba\(223\,226\,243\,0\.6\)\] {
    color: #dfe2f399;
  }

  .tailwind .text-\[rgba\(236\,222\,167\,0\.6\)\] {
    color: #ecdea799;
  }

  .tailwind .text-\[rgba\(255\,255\,255\,0\.5\)\] {
    color: #ffffff80;
  }

  .tailwind .text-\[rgba\(255\,255\,255\,0\.9\)\] {
    color: #ffffffe6;
  }

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

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

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

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

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

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

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

  .tailwind .opacity-20 {
    opacity: .2;
  }

  .tailwind .opacity-40 {
    opacity: .4;
  }

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

  .tailwind .opacity-80 {
    opacity: .8;
  }

  .tailwind .opacity-90 {
    opacity: .9;
  }

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

  .tailwind .shadow-\[0px_0px_0px_1px_rgba\(242\,202\,80\,0\.2\)\] {
    --tw-shadow: 0px 0px 0px 1px var(--tw-shadow-color, #f2ca5033);
    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_80px_0px_\#1d190b\] {
    --tw-shadow: 0px 0px 80px 0px var(--tw-shadow-color, #1d190b);
    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_2px_4px_0px_rgba\(197\,160\,89\,0\.3\)\] {
    --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, #c5a0594d);
    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_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #0000001a), 0px 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 .shadow-\[0px_10px_15px_-3px_rgba\(212\,175\,55\,0\.2\)\,0px_4px_6px_-4px_rgba\(212\,175\,55\,0\.2\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #d4af3733), 0px 4px 6px -4px var(--tw-shadow-color, #d4af3733);
    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_10px_15px_-3px_rgba\(242\,202\,80\,0\.2\)\,0px_4px_6px_-4px_rgba\(242\,202\,80\,0\.2\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #f2ca5033), 0px 4px 6px -4px var(--tw-shadow-color, #f2ca5033);
    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_20px_25px_-5px_rgba\(0\,0\,0\,0\.1\)\,0px_8px_10px_-6px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 20px 25px -5px var(--tw-shadow-color, #0000001a), 0px 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_20px_25px_-5px_rgba\(0\,0\,0\,0\.4\)\,0px_8px_10px_-6px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 20px 25px -5px var(--tw-shadow-color, #0006), 0px 8px 10px -6px var(--tw-shadow-color, #0006);
    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_20px_25px_-5px_rgba\(128\,0\,0\,0\.2\)\,0px_8px_10px_-6px_rgba\(128\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 20px 25px -5px var(--tw-shadow-color, #80000033), 0px 8px 10px -6px var(--tw-shadow-color, #80000033);
    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_20px_25px_-5px_rgba\(242\,202\,80\,0\.2\)\,0px_8px_10px_-6px_rgba\(242\,202\,80\,0\.2\)\] {
    --tw-shadow: 0px 20px 25px -5px var(--tw-shadow-color, #f2ca5033), 0px 8px 10px -6px var(--tw-shadow-color, #f2ca5033);
    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_20px_40px_-10px_rgba\(128\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 20px 40px -10px var(--tw-shadow-color, #8000004d);
    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_24px_48px_0px_rgba\(10\,14\,26\,0\.1\)\] {
    --tw-shadow: 0px 24px 48px 0px var(--tw-shadow-color, #0a0e1a1a);
    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_25px_50px_-12px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 25px 50px -12px var(--tw-shadow-color, #0003);
    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_25px_50px_-12px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[inset_0px_2px_4px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: inset 0px 2px 4px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .blur-\[20px\] {
    --tw-blur: blur(20px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .blur-\[30px\] {
    --tw-blur: blur(30px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .blur-\[40px\] {
    --tw-blur: blur(40px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .blur-\[50px\] {
    --tw-blur: blur(50px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .blur-\[60px\] {
    --tw-blur: blur(60px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -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-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -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));
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

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