/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-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%;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-400: oklch(.707 .022 261.325);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-21\.24\%_4\.89\%_15\.64\%_-26\.19\%\] {
    inset: -21.24% 4.89% 15.64% -26.19%;
  }

  .tailwind .inset-\[15\.97\%_7\.84\%_15\.98\%_7\.84\%\] {
    inset: 15.97% 7.84% 15.98%;
  }

  .tailwind .inset-\[15\.97\%_57\.65\%_15\.98\%_7\.84\%\] {
    inset: 15.97% 57.65% 15.98% 7.84%;
  }

  .tailwind .inset-\[25\.88\%_7\.84\%_21\.6\%_49\.43\%\] {
    inset: 25.88% 7.84% 21.6% 49.43%;
  }

  .tailwind .inset-\[25\.88\%_20\.86\%_52\.01\%_49\.43\%\] {
    inset: 25.88% 20.86% 52.01% 49.43%;
  }

  .tailwind .inset-\[51\.7\%_7\.84\%_21\.6\%_49\.43\%\] {
    inset: 51.7% 7.84% 21.6% 49.43%;
  }

  .tailwind .inset-\[88\.27\%_20\.37\%_6\.1\%_20\.37\%\] {
    inset: 88.27% 20.37% 6.1%;
  }

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

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

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

  .tailwind .top-\[-6\.56\%\] {
    top: -6.56%;
  }

  .tailwind .top-\[-6\.61\%\] {
    top: -6.61%;
  }

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

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

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

  .tailwind .top-\[74\.93\%\] {
    top: 74.93%;
  }

  .tailwind .top-\[89\.42\%\] {
    top: 89.42%;
  }

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

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

  .tailwind .top-\[calc\(50\%-6\%\)\] {
    top: 44%;
  }

  .tailwind .top-\[calc\(50\%-25\.481px\)\] {
    top: calc(50% - 25.481px);
  }

  .tailwind .top-\[calc\(50\%-30\%\)\] {
    top: 20%;
  }

  .tailwind .top-\[calc\(50\%-120\.791px\)\] {
    top: calc(50% - 120.791px);
  }

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

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

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

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

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

  .tailwind .right-\[50\.93\%\] {
    right: 50.93%;
  }

  .tailwind .right-\[78\.08px\] {
    right: 78.08px;
  }

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

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

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

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

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

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

  .tailwind .bottom-\[19\.86\%\] {
    bottom: 19.86%;
  }

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

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

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

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

  .tailwind .left-\[-6\.47\%\] {
    left: -6.47%;
  }

  .tailwind .left-\[-73\.17\%\] {
    left: -73.17%;
  }

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

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

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

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

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

  .tailwind .left-\[66\.62px\] {
    left: 66.62px;
  }

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

  .tailwind .left-\[695\.66px\] {
    left: 695.66px;
  }

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

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

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

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

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

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

  .tailwind .\!container {
    width: 100% !important;
  }

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

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

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

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

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

  .tailwind .container {
    width: 100%;
  }

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

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

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

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

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .aspect-\[0\.8\/1\] {
    aspect-ratio: .8;
  }

  .tailwind .aspect-\[4\/5\] {
    aspect-ratio: 4 / 5;
  }

  .tailwind .aspect-\[335\/420\] {
    aspect-ratio: 335 / 420;
  }

  .tailwind .size-\[368\.338px\] {
    width: 368.338px;
    height: 368.338px;
  }

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

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

  .tailwind .h-\[6\%\] {
    height: 6%;
  }

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

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

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

  .tailwind .h-\[29\.782px\] {
    height: 29.782px;
  }

  .tailwind .h-\[30\%\] {
    height: 30%;
  }

  .tailwind .h-\[30\.838px\] {
    height: 30.838px;
  }

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

  .tailwind .h-\[38\.455px\] {
    height: 38.455px;
  }

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

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

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

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

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

  .tailwind .h-\[54\.976px\] {
    height: 54.976px;
  }

  .tailwind .h-\[56\.544px\] {
    height: 56.544px;
  }

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

  .tailwind .h-\[66\.053px\] {
    height: 66.053px;
  }

  .tailwind .h-\[71\.435px\] {
    height: 71.435px;
  }

  .tailwind .h-\[74\.274px\] {
    height: 74.274px;
  }

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

  .tailwind .h-\[77\.513px\] {
    height: 77.513px;
  }

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

  .tailwind .h-\[106\.56\%\] {
    height: 106.56%;
  }

  .tailwind .h-\[106\.61\%\] {
    height: 106.61%;
  }

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

  .tailwind .h-\[117\.944px\] {
    height: 117.944px;
  }

  .tailwind .h-\[164\.6px\] {
    height: 164.6px;
  }

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

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

  .tailwind .h-\[411\.311px\] {
    height: 411.311px;
  }

  .tailwind .h-\[419\.811px\] {
    height: 419.811px;
  }

  .tailwind .h-\[608\.584px\] {
    height: 608.584px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[51\.284px\] {
    width: 51.284px;
  }

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

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

  .tailwind .w-\[67\.824px\] {
    width: 67.824px;
  }

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

  .tailwind .w-\[91\.87px\] {
    width: 91.87px;
  }

  .tailwind .w-\[101\.095px\] {
    width: 101.095px;
  }

  .tailwind .w-\[107\.657px\] {
    width: 107.657px;
  }

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

  .tailwind .w-\[112\.298px\] {
    width: 112.298px;
  }

  .tailwind .w-\[114\.06\%\] {
    width: 114.06%;
  }

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

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

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

  .tailwind .w-\[129\.158px\] {
    width: 129.158px;
  }

  .tailwind .w-\[132\.339px\] {
    width: 132.339px;
  }

  .tailwind .w-\[136\.382px\] {
    width: 136.382px;
  }

  .tailwind .w-\[139\.683px\] {
    width: 139.683px;
  }

  .tailwind .w-\[139\.935px\] {
    width: 139.935px;
  }

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

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

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

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

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

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

  .tailwind .w-\[297\.508px\] {
    width: 297.508px;
  }

  .tailwind .w-\[298\.07\%\] {
    width: 298.07%;
  }

  .tailwind .w-\[329\.049px\] {
    width: 329.049px;
  }

  .tailwind .w-\[335\.849px\] {
    width: 335.849px;
  }

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

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

  .tailwind .w-\[2963\.02px\] {
    width: 2963.02px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[1\%\] {
    gap: 1%;
  }

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

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

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

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

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

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

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

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

  .tailwind .bg-gray-400\/20 {
    background-color: color-mix(in srgb, oklch(.707 .022 261.325) 20%, transparent);
  }

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

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

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

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

  .tailwind .from-\[rgba\(18\,1\,1\,0\)\] {
    --tw-gradient-from: #12010100;
    --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-50\% {
    --tw-gradient-from-position: 50%;
  }

  .tailwind .to-\[rgba\(18\,1\,1\,0\.6\)\] {
    --tw-gradient-to: #12010199;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

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

  .tailwind .mask-size-\[45\.216px_48\.446px\] {
    mask-size: 45.216px 48.446px;
  }

  .tailwind .mask-size-\[51\.284px_56\.544px\] {
    mask-size: 51.284px 56.544px;
  }

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

  .tailwind .mask-position-\[-0\.021px_0px\] {
    mask-position: -.021px 0;
  }

  .tailwind .mask-position-\[-0\.024px_0px\] {
    mask-position: -.024px 0;
  }

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

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

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

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

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

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

  .tailwind .pl-\[300px\] {
    padding-left: 300px;
  }

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

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

  .tailwind .text-white\/70 {
    color: #ffffffb3;
  }

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

  .tailwind .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  @media (width >= 48rem) {
    .tailwind .md\:w-1\/4 {
      width: 25%;
    }
  }

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

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

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

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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