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

@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-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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 .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.5px_-0\.22\%\] {
    inset: -.5px -.22%;
  }

  .tailwind .inset-\[-0\.75px_-0\.35\%\] {
    inset: -.75px -.35%;
  }

  .tailwind .inset-\[-4\.17\%\] {
    inset: -4.17%;
  }

  .tailwind .inset-\[-18\.37\%_-9\.18\%\] {
    inset: -18.37% -9.18%;
  }

  .tailwind .inset-\[-145\.35\%_-72\.78\%\] {
    inset: -145.35% -72.78%;
  }

  .tailwind .inset-\[7\.1\%_7\.38\%_7\.08\%_7\.36\%\] {
    inset: 7.1% 7.38% 7.08% 7.36%;
  }

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

  .tailwind .inset-\[10\%_15\%\] {
    inset: 10% 15%;
  }

  .tailwind .inset-\[10\%_40\%\] {
    inset: 10% 40%;
  }

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

  .tailwind .inset-\[37\.5\%_20\.83\%_33\.33\%_20\.83\%\] {
    inset: 37.5% 20.83% 33.33%;
  }

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

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

  .tailwind .top-\[-13\.99\%\] {
    top: -13.99%;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[235\.5px\] {
    top: 235.5px;
  }

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

  .tailwind .top-\[258\.5px\] {
    top: 258.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[336\.5px\] {
    top: 336.5px;
  }

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

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

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

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

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

  .tailwind .top-\[361\.5px\] {
    top: 361.5px;
  }

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

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

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

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

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

  .tailwind .top-\[421\.5px\] {
    top: 421.5px;
  }

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

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

  .tailwind .top-\[448\.5px\] {
    top: 448.5px;
  }

  .tailwind .top-\[471\.5px\] {
    top: 471.5px;
  }

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

  .tailwind .top-\[494\.5px\] {
    top: 494.5px;
  }

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

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

  .tailwind .top-\[517\.5px\] {
    top: 517.5px;
  }

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

  .tailwind .top-\[529\.5px\] {
    top: 529.5px;
  }

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

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

  .tailwind .top-\[552\.5px\] {
    top: 552.5px;
  }

  .tailwind .top-\[575\.5px\] {
    top: 575.5px;
  }

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

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

  .tailwind .top-\[609\.5px\] {
    top: 609.5px;
  }

  .tailwind .top-\[633\.5px\] {
    top: 633.5px;
  }

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

  .tailwind .top-\[659\.5px\] {
    top: 659.5px;
  }

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

  .tailwind .top-\[714\.5px\] {
    top: 714.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .mt-\[20\.3px\] {
    margin-top: 20.3px;
  }

  .tailwind .mt-\[23\.1px\] {
    margin-top: 23.1px;
  }

  .tailwind .mt-\[34\.3px\] {
    margin-top: 34.3px;
  }

  .tailwind .mt-\[36\.4px\] {
    margin-top: 36.4px;
  }

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

  .tailwind .mt-\[47\.6px\] {
    margin-top: 47.6px;
  }

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

  .tailwind .mt-\[59\.5px\] {
    margin-top: 59.5px;
  }

  .tailwind .mt-\[64\.4px\] {
    margin-top: 64.4px;
  }

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

  .tailwind .mt-\[96\.6px\] {
    margin-top: 96.6px;
  }

  .tailwind .mt-\[113\.4px\] {
    margin-top: 113.4px;
  }

  .tailwind .mt-\[115\.5px\] {
    margin-top: 115.5px;
  }

  .tailwind .mt-\[123\.2px\] {
    margin-top: 123.2px;
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[30\.8px\] {
    height: 30.8px;
  }

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

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

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

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

  .tailwind .h-\[42\.7px\] {
    height: 42.7px;
  }

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

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

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

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

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

  .tailwind .h-\[53\.9px\] {
    height: 53.9px;
  }

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

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

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

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

  .tailwind .h-\[93\.8px\] {
    height: 93.8px;
  }

  .tailwind .h-\[98\.7px\] {
    height: 98.7px;
  }

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

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

  .tailwind .h-\[111\.11\%\] {
    height: 111.11%;
  }

  .tailwind .h-\[121\.8px\] {
    height: 121.8px;
  }

  .tailwind .h-\[128\.8px\] {
    height: 128.8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[33\.882px\] {
    width: 33.882px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-center {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .border-\[rgba\(56\,178\,122\,0\.2\)\] {
    border-color: #38b27a33;
  }

  .tailwind .border-\[rgba\(242\,63\,93\,0\.2\)\] {
    border-color: #f23f5d33;
  }

  .tailwind .border-\[rgba\(242\,63\,93\,0\.6\)\] {
    border-color: #f23f5d99;
  }

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

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

  .tailwind .bg-\[\#6600ff\] {
    background-color: #60f;
  }

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

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

  .tailwind .bg-\[rgba\(56\,178\,122\,0\.2\)\] {
    background-color: #38b27a33;
  }

  .tailwind .bg-\[rgba\(242\,63\,93\,0\.2\)\] {
    background-color: #f23f5d33;
  }

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

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

  .tailwind .from-\[\#bcbcbc\] {
    --tw-gradient-from: #bcbcbc;
    --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\(255\,255\,255\,0\.33\)\] {
    --tw-gradient-to: #ffffff54;
    --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 .px-\[8px\] {
    padding-inline: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[33\.88px\] {
    font-size: 33.88px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[rgba\(255\,255\,255\,0\.4\)\] {
    color: #fff6;
  }

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

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

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

  .tailwind .opacity-20 {
    opacity: .2;
  }

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

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

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

  .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 .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }
}

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