/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
    --color-red-600: oklch(57.7% .245 27.325);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --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 .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.52\%_0_0_0\] {
    inset: -.52% 0 0;
  }

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

  .tailwind .inset-\[-4\.246px\] {
    inset: -4.246px;
  }

  .tailwind .inset-\[-6\.836px\] {
    inset: -6.836px;
  }

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

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

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

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

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

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

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

  .tailwind .top-\[-2\.17\%\] {
    top: -2.17%;
  }

  .tailwind .top-\[-3\.39\%\] {
    top: -3.39%;
  }

  .tailwind .top-\[-3\.57\%\] {
    top: -3.57%;
  }

  .tailwind .top-\[-4\.97\%\] {
    top: -4.97%;
  }

  .tailwind .top-\[-5\.52\%\] {
    top: -5.52%;
  }

  .tailwind .top-\[-9\.86\%\] {
    top: -9.86%;
  }

  .tailwind .top-\[-11\.03\%\] {
    top: -11.03%;
  }

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

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

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

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

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

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

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

  .tailwind .top-\[-112\.39px\] {
    top: -112.39px;
  }

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

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

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

  .tailwind .top-\[-215\.03px\] {
    top: -215.03px;
  }

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

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

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

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

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

  .tailwind .top-\[12\.19px\] {
    top: 12.19px;
  }

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

  .tailwind .top-\[22\.08px\] {
    top: 22.08px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[47\.39px\] {
    top: 47.39px;
  }

  .tailwind .top-\[47\.83px\] {
    top: 47.83px;
  }

  .tailwind .top-\[48\.61px\] {
    top: 48.61px;
  }

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

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

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

  .tailwind .top-\[61\.84px\] {
    top: 61.84px;
  }

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

  .tailwind .top-\[65\.6px\] {
    top: 65.6px;
  }

  .tailwind .top-\[65\.07px\] {
    top: 65.07px;
  }

  .tailwind .top-\[67\.15px\] {
    top: 67.15px;
  }

  .tailwind .top-\[67\.63px\] {
    top: 67.63px;
  }

  .tailwind .top-\[69\.02px\] {
    top: 69.02px;
  }

  .tailwind .top-\[69\.75px\] {
    top: 69.75px;
  }

  .tailwind .top-\[70\.37px\] {
    top: 70.37px;
  }

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

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

  .tailwind .top-\[76\.99px\] {
    top: 76.99px;
  }

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

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

  .tailwind .top-\[79\.81px\] {
    top: 79.81px;
  }

  .tailwind .top-\[82\.88px\] {
    top: 82.88px;
  }

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

  .tailwind .top-\[83\.63px\] {
    top: 83.63px;
  }

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

  .tailwind .top-\[92\.88px\] {
    top: 92.88px;
  }

  .tailwind .top-\[93\.11px\] {
    top: 93.11px;
  }

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

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

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

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

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

  .tailwind .top-\[108\.9px\] {
    top: 108.9px;
  }

  .tailwind .top-\[110\.65px\] {
    top: 110.65px;
  }

  .tailwind .top-\[112\.29px\] {
    top: 112.29px;
  }

  .tailwind .top-\[114\.97px\] {
    top: 114.97px;
  }

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

  .tailwind .top-\[121\.05px\] {
    top: 121.05px;
  }

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

  .tailwind .top-\[125\.65px\] {
    top: 125.65px;
  }

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

  .tailwind .top-\[129\.43px\] {
    top: 129.43px;
  }

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

  .tailwind .top-\[131\.93px\] {
    top: 131.93px;
  }

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

  .tailwind .top-\[134\.62px\] {
    top: 134.62px;
  }

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

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

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

  .tailwind .top-\[143\.67px\] {
    top: 143.67px;
  }

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

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

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

  .tailwind .top-\[151\.69px\] {
    top: 151.69px;
  }

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

  .tailwind .top-\[159\.44px\] {
    top: 159.44px;
  }

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

  .tailwind .top-\[170\.75px\] {
    top: 170.75px;
  }

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

  .tailwind .top-\[178\.43px\] {
    top: 178.43px;
  }

  .tailwind .top-\[185\.07px\] {
    top: 185.07px;
  }

  .tailwind .top-\[186\.67px\] {
    top: 186.67px;
  }

  .tailwind .top-\[187\.91px\] {
    top: 187.91px;
  }

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

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

  .tailwind .top-\[193\.57px\] {
    top: 193.57px;
  }

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

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

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

  .tailwind .top-\[208\.35px\] {
    top: 208.35px;
  }

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

  .tailwind .top-\[213\.75px\] {
    top: 213.75px;
  }

  .tailwind .top-\[218\.11px\] {
    top: 218.11px;
  }

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

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

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

  .tailwind .top-\[244\.19px\] {
    top: 244.19px;
  }

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

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

  .tailwind .top-\[255\.11px\] {
    top: 255.11px;
  }

  .tailwind .top-\[258\.89px\] {
    top: 258.89px;
  }

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

  .tailwind .top-\[267\.72px\] {
    top: 267.72px;
  }

  .tailwind .top-\[274\.87px\] {
    top: 274.87px;
  }

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

  .tailwind .top-\[285\.56px\] {
    top: 285.56px;
  }

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

  .tailwind .top-\[298\.67px\] {
    top: 298.67px;
  }

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

  .tailwind .top-\[302\.5px\] {
    top: 302.5px;
  }

  .tailwind .top-\[311\.61px\] {
    top: 311.61px;
  }

  .tailwind .top-\[331\.65px\] {
    top: 331.65px;
  }

  .tailwind .top-\[335\.76px\] {
    top: 335.76px;
  }

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

  .tailwind .top-\[346\.23px\] {
    top: 346.23px;
  }

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

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

  .tailwind .top-\[375\.83px\] {
    top: 375.83px;
  }

  .tailwind .top-\[396\.11px\] {
    top: 396.11px;
  }

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

  .tailwind .top-\[400\.73px\] {
    top: 400.73px;
  }

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

  .tailwind .top-\[414\.22px\] {
    top: 414.22px;
  }

  .tailwind .top-\[430\.97px\] {
    top: 430.97px;
  }

  .tailwind .top-\[434\.69px\] {
    top: 434.69px;
  }

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

  .tailwind .top-\[456\.89px\] {
    top: 456.89px;
  }

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

  .tailwind .top-\[487\.27px\] {
    top: 487.27px;
  }

  .tailwind .top-\[487\.89px\] {
    top: 487.89px;
  }

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

  .tailwind .top-\[580\.44px\] {
    top: 580.44px;
  }

  .tailwind .top-\[582\.02px\] {
    top: 582.02px;
  }

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

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

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

  .tailwind .top-\[634\.57px\] {
    top: 634.57px;
  }

  .tailwind .top-\[645\.09px\] {
    top: 645.09px;
  }

  .tailwind .top-\[699\.76px\] {
    top: 699.76px;
  }

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

  .tailwind .top-\[785\.41px\] {
    top: 785.41px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[-6\.08px\] {
    left: -6.08px;
  }

  .tailwind .left-\[-9\.78px\] {
    left: -9.78px;
  }

  .tailwind .left-\[-30\.4\%\] {
    left: -30.4%;
  }

  .tailwind .left-\[-37\.5\%\] {
    left: -37.5%;
  }

  .tailwind .left-\[-41\.67\%\] {
    left: -41.67%;
  }

  .tailwind .left-\[-48\.66\%\] {
    left: -48.66%;
  }

  .tailwind .left-\[-49\.8\%\] {
    left: -49.8%;
  }

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

  .tailwind .left-\[-62\.38\%\] {
    left: -62.38%;
  }

  .tailwind .left-\[-76\.38\%\] {
    left: -76.38%;
  }

  .tailwind .left-\[-87\.5px\] {
    left: -87.5px;
  }

  .tailwind .left-\[-88\.22\%\] {
    left: -88.22%;
  }

  .tailwind .left-\[-88\.51\%\] {
    left: -88.51%;
  }

  .tailwind .left-\[-102\.13\%\] {
    left: -102.13%;
  }

  .tailwind .left-\[-110\.49px\] {
    left: -110.49px;
  }

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

  .tailwind .left-\[-174\.78px\] {
    left: -174.78px;
  }

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

  .tailwind .left-\[-230\.52px\] {
    left: -230.52px;
  }

  .tailwind .left-\[-269\.31px\] {
    left: -269.31px;
  }

  .tailwind .left-\[-334\.39px\] {
    left: -334.39px;
  }

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

  .tailwind .left-\[8\.84px\] {
    left: 8.84px;
  }

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

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

  .tailwind .left-\[23\.07px\] {
    left: 23.07px;
  }

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

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

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

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

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

  .tailwind .left-\[46\.57px\] {
    left: 46.57px;
  }

  .tailwind .left-\[48\.69px\] {
    left: 48.69px;
  }

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

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

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

  .tailwind .left-\[57\.86px\] {
    left: 57.86px;
  }

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

  .tailwind .left-\[65\.02px\] {
    left: 65.02px;
  }

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

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

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

  .tailwind .left-\[86\.03px\] {
    left: 86.03px;
  }

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

  .tailwind .left-\[91\.16px\] {
    left: 91.16px;
  }

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

  .tailwind .left-\[96\.73px\] {
    left: 96.73px;
  }

  .tailwind .left-\[99\.77px\] {
    left: 99.77px;
  }

  .tailwind .left-\[104\.67px\] {
    left: 104.67px;
  }

  .tailwind .left-\[114\.96px\] {
    left: 114.96px;
  }

  .tailwind .left-\[121\.08px\] {
    left: 121.08px;
  }

  .tailwind .left-\[136\.5px\] {
    left: 136.5px;
  }

  .tailwind .left-\[138\.5px\] {
    left: 138.5px;
  }

  .tailwind .left-\[138\.49px\] {
    left: 138.49px;
  }

  .tailwind .left-\[143\.9px\] {
    left: 143.9px;
  }

  .tailwind .left-\[145\.42px\] {
    left: 145.42px;
  }

  .tailwind .left-\[150\.6px\] {
    left: 150.6px;
  }

  .tailwind .left-\[150\.49px\] {
    left: 150.49px;
  }

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

  .tailwind .left-\[162\.23px\] {
    left: 162.23px;
  }

  .tailwind .left-\[164\.03px\] {
    left: 164.03px;
  }

  .tailwind .left-\[165\.56\%\] {
    left: 165.56%;
  }

  .tailwind .left-\[166\.69px\] {
    left: 166.69px;
  }

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

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

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

  .tailwind .left-\[178\.86px\] {
    left: 178.86px;
  }

  .tailwind .left-\[178\.98px\] {
    left: 178.98px;
  }

  .tailwind .left-\[185\.07px\] {
    left: 185.07px;
  }

  .tailwind .left-\[199\.55px\] {
    left: 199.55px;
  }

  .tailwind .left-\[199\.74px\] {
    left: 199.74px;
  }

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

  .tailwind .left-\[219\.07px\] {
    left: 219.07px;
  }

  .tailwind .left-\[221\.87px\] {
    left: 221.87px;
  }

  .tailwind .left-\[229\.94px\] {
    left: 229.94px;
  }

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

  .tailwind .left-\[231\.64px\] {
    left: 231.64px;
  }

  .tailwind .left-\[236\.22px\] {
    left: 236.22px;
  }

  .tailwind .left-\[237\.16px\] {
    left: 237.16px;
  }

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

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

  .tailwind .left-\[268\.55px\] {
    left: 268.55px;
  }

  .tailwind .left-\[278\.4px\] {
    left: 278.4px;
  }

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

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

  .tailwind .left-\[280\.74px\] {
    left: 280.74px;
  }

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

  .tailwind .left-\[287\.92px\] {
    left: 287.92px;
  }

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

  .tailwind .left-\[293\.85px\] {
    left: 293.85px;
  }

  .tailwind .left-\[294\.39px\] {
    left: 294.39px;
  }

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

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

  .tailwind .left-\[313\.89px\] {
    left: 313.89px;
  }

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

  .tailwind .left-\[352\.9px\] {
    left: 352.9px;
  }

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

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

  .tailwind .left-\[368\.63px\] {
    left: 368.63px;
  }

  .tailwind .left-\[376\.5px\] {
    left: 376.5px;
  }

  .tailwind .left-\[381\.77px\] {
    left: 381.77px;
  }

  .tailwind .left-\[382\.22px\] {
    left: 382.22px;
  }

  .tailwind .left-\[396\.58px\] {
    left: 396.58px;
  }

  .tailwind .left-\[398\.89px\] {
    left: 398.89px;
  }

  .tailwind .left-\[420\.4px\] {
    left: 420.4px;
  }

  .tailwind .left-\[425\.63px\] {
    left: 425.63px;
  }

  .tailwind .left-\[431\.02px\] {
    left: 431.02px;
  }

  .tailwind .left-\[432\.43px\] {
    left: 432.43px;
  }

  .tailwind .left-\[437\.52px\] {
    left: 437.52px;
  }

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

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

  .tailwind .left-\[451\.93px\] {
    left: 451.93px;
  }

  .tailwind .left-\[457\.39px\] {
    left: 457.39px;
  }

  .tailwind .left-\[457\.58px\] {
    left: 457.58px;
  }

  .tailwind .left-\[502\.22px\] {
    left: 502.22px;
  }

  .tailwind .left-\[503\.93px\] {
    left: 503.93px;
  }

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

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

  .tailwind .left-\[582\.22px\] {
    left: 582.22px;
  }

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

  .tailwind .left-\[594\.87px\] {
    left: 594.87px;
  }

  .tailwind .left-\[604\.49px\] {
    left: 604.49px;
  }

  .tailwind .left-\[611\.56px\] {
    left: 611.56px;
  }

  .tailwind .left-\[638\.22px\] {
    left: 638.22px;
  }

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

  .tailwind .left-\[658\.08px\] {
    left: 658.08px;
  }

  .tailwind .left-\[666\.75px\] {
    left: 666.75px;
  }

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

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

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

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

  .tailwind .left-\[713\.43px\] {
    left: 713.43px;
  }

  .tailwind .left-\[758\.89px\] {
    left: 758.89px;
  }

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

  .tailwind .left-\[861\.77px\] {
    left: 861.77px;
  }

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

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

  .tailwind .left-\[931\.56px\] {
    left: 931.56px;
  }

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

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

  .tailwind .left-\[1054\.5px\] {
    left: 1054.5px;
  }

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

  .tailwind .left-\[1214\.22px\] {
    left: 1214.22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .isolate {
    isolation: isolate;
  }

  .tailwind .z-\[4\] {
    z-index: 4;
  }

  .tailwind .z-\[6\] {
    z-index: 6;
  }

  .tailwind .z-\[7\] {
    z-index: 7;
  }

  .tailwind .mx-auto {
    margin-inline: auto;
  }

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

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .size-\[4\.582px\] {
    width: 4.582px;
    height: 4.582px;
  }

  .tailwind .size-\[7\.431px\] {
    width: 7.431px;
    height: 7.431px;
  }

  .tailwind .size-\[11\.963px\] {
    width: 11.963px;
    height: 11.963px;
  }

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

  .tailwind .size-\[19\.639px\] {
    width: 19.639px;
    height: 19.639px;
  }

  .tailwind .size-\[31\.615px\] {
    width: 31.615px;
    height: 31.615px;
  }

  .tailwind .size-\[52\.548px\] {
    width: 52.548px;
    height: 52.548px;
  }

  .tailwind .size-\[61\.839px\] {
    width: 61.839px;
    height: 61.839px;
  }

  .tailwind .size-\[65\.032px\] {
    width: 65.032px;
    height: 65.032px;
  }

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

  .tailwind .size-\[72\.871px\] {
    width: 72.871px;
    height: 72.871px;
  }

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

  .tailwind .size-\[83\.433px\] {
    width: 83.433px;
    height: 83.433px;
  }

  .tailwind .size-\[84\.194px\] {
    width: 84.194px;
    height: 84.194px;
  }

  .tailwind .size-\[87\.677px\] {
    width: 87.677px;
    height: 87.677px;
  }

  .tailwind .size-\[89\.429px\] {
    width: 89.429px;
    height: 89.429px;
  }

  .tailwind .size-\[90\.663px\] {
    width: 90.663px;
    height: 90.663px;
  }

  .tailwind .size-\[90\.963px\] {
    width: 90.963px;
    height: 90.963px;
  }

  .tailwind .size-\[93\.484px\] {
    width: 93.484px;
    height: 93.484px;
  }

  .tailwind .size-\[94\.316px\] {
    width: 94.316px;
    height: 94.316px;
  }

  .tailwind .size-\[99\.871px\] {
    width: 99.871px;
    height: 99.871px;
  }

  .tailwind .size-\[100\.556px\] {
    width: 100.556px;
    height: 100.556px;
  }

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

  .tailwind .size-\[106\.679px\] {
    width: 106.679px;
    height: 106.679px;
  }

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

  .tailwind .size-\[108\.7px\] {
    width: 108.7px;
    height: 108.7px;
  }

  .tailwind .size-\[108\.107px\] {
    width: 108.107px;
    height: 108.107px;
  }

  .tailwind .size-\[109\.06px\] {
    width: 109.06px;
    height: 109.06px;
  }

  .tailwind .size-\[118\.333px\] {
    width: 118.333px;
    height: 118.333px;
  }

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

  .tailwind .size-\[122\.85px\] {
    width: 122.85px;
    height: 122.85px;
  }

  .tailwind .size-\[122\.445px\] {
    width: 122.445px;
    height: 122.445px;
  }

  .tailwind .size-\[124\.444px\] {
    width: 124.444px;
    height: 124.444px;
  }

  .tailwind .size-\[125\.419px\] {
    width: 125.419px;
    height: 125.419px;
  }

  .tailwind .size-\[126\.785px\] {
    width: 126.785px;
    height: 126.785px;
  }

  .tailwind .size-\[129\.187px\] {
    width: 129.187px;
    height: 129.187px;
  }

  .tailwind .size-\[129\.615px\] {
    width: 129.615px;
    height: 129.615px;
  }

  .tailwind .size-\[131\.317px\] {
    width: 131.317px;
    height: 131.317px;
  }

  .tailwind .size-\[136\.396px\] {
    width: 136.396px;
    height: 136.396px;
  }

  .tailwind .size-\[138\.111px\] {
    width: 138.111px;
    height: 138.111px;
  }

  .tailwind .size-\[139\.444px\] {
    width: 139.444px;
    height: 139.444px;
  }

  .tailwind .size-\[142\.067px\] {
    width: 142.067px;
    height: 142.067px;
  }

  .tailwind .size-\[143\.826px\] {
    width: 143.826px;
    height: 143.826px;
  }

  .tailwind .size-\[143\.961px\] {
    width: 143.961px;
    height: 143.961px;
  }

  .tailwind .size-\[144\.302px\] {
    width: 144.302px;
    height: 144.302px;
  }

  .tailwind .size-\[153\.351px\] {
    width: 153.351px;
    height: 153.351px;
  }

  .tailwind .size-\[154\.533px\] {
    width: 154.533px;
    height: 154.533px;
  }

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

  .tailwind .size-\[160\.889px\] {
    width: 160.889px;
    height: 160.889px;
  }

  .tailwind .size-\[161\.111px\] {
    width: 161.111px;
    height: 161.111px;
  }

  .tailwind .size-\[164\.141px\] {
    width: 164.141px;
    height: 164.141px;
  }

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

  .tailwind .size-\[167\.778px\] {
    width: 167.778px;
    height: 167.778px;
  }

  .tailwind .size-\[170\.933px\] {
    width: 170.933px;
    height: 170.933px;
  }

  .tailwind .size-\[171\.499px\] {
    width: 171.499px;
    height: 171.499px;
  }

  .tailwind .size-\[173\.454px\] {
    width: 173.454px;
    height: 173.454px;
  }

  .tailwind .size-\[174\.029px\] {
    width: 174.029px;
    height: 174.029px;
  }

  .tailwind .size-\[178\.889px\] {
    width: 178.889px;
    height: 178.889px;
  }

  .tailwind .size-\[182\.253px\] {
    width: 182.253px;
    height: 182.253px;
  }

  .tailwind .size-\[189\.333px\] {
    width: 189.333px;
    height: 189.333px;
  }

  .tailwind .size-\[191\.111px\] {
    width: 191.111px;
    height: 191.111px;
  }

  .tailwind .size-\[194\.074px\] {
    width: 194.074px;
    height: 194.074px;
  }

  .tailwind .size-\[198\.576px\] {
    width: 198.576px;
    height: 198.576px;
  }

  .tailwind .size-\[199\.111px\] {
    width: 199.111px;
    height: 199.111px;
  }

  .tailwind .size-\[199\.233px\] {
    width: 199.233px;
    height: 199.233px;
  }

  .tailwind .size-\[204\.097px\] {
    width: 204.097px;
    height: 204.097px;
  }

  .tailwind .size-\[207\.964px\] {
    width: 207.964px;
    height: 207.964px;
  }

  .tailwind .size-\[208\.652px\] {
    width: 208.652px;
    height: 208.652px;
  }

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

  .tailwind .size-\[219\.104px\] {
    width: 219.104px;
    height: 219.104px;
  }

  .tailwind .size-\[221\.454px\] {
    width: 221.454px;
    height: 221.454px;
  }

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

  .tailwind .size-\[223\.111px\] {
    width: 223.111px;
    height: 223.111px;
  }

  .tailwind .size-\[228\.697px\] {
    width: 228.697px;
    height: 228.697px;
  }

  .tailwind .size-\[233\.193px\] {
    width: 233.193px;
    height: 233.193px;
  }

  .tailwind .size-\[233\.614px\] {
    width: 233.614px;
    height: 233.614px;
  }

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

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

  .tailwind .size-\[246\.218px\] {
    width: 246.218px;
    height: 246.218px;
  }

  .tailwind .size-\[249\.575px\] {
    width: 249.575px;
    height: 249.575px;
  }

  .tailwind .size-\[251\.026px\] {
    width: 251.026px;
    height: 251.026px;
  }

  .tailwind .size-\[257\.778px\] {
    width: 257.778px;
    height: 257.778px;
  }

  .tailwind .size-\[263\.192px\] {
    width: 263.192px;
    height: 263.192px;
  }

  .tailwind .size-\[264\.232px\] {
    width: 264.232px;
    height: 264.232px;
  }

  .tailwind .size-\[268\.444px\] {
    width: 268.444px;
    height: 268.444px;
  }

  .tailwind .size-\[275\.166px\] {
    width: 275.166px;
    height: 275.166px;
  }

  .tailwind .size-\[276\.077px\] {
    width: 276.077px;
    height: 276.077px;
  }

  .tailwind .size-\[286\.222px\] {
    width: 286.222px;
    height: 286.222px;
  }

  .tailwind .size-\[292\.624px\] {
    width: 292.624px;
    height: 292.624px;
  }

  .tailwind .size-\[293\.389px\] {
    width: 293.389px;
    height: 293.389px;
  }

  .tailwind .size-\[305\.778px\] {
    width: 305.778px;
    height: 305.778px;
  }

  .tailwind .size-\[313\.42px\] {
    width: 313.42px;
    height: 313.42px;
  }

  .tailwind .size-\[319\.665px\] {
    width: 319.665px;
    height: 319.665px;
  }

  .tailwind .size-\[320\.723px\] {
    width: 320.723px;
    height: 320.723px;
  }

  .tailwind .size-\[335\.752px\] {
    width: 335.752px;
    height: 335.752px;
  }

  .tailwind .size-\[348\.969px\] {
    width: 348.969px;
    height: 348.969px;
  }

  .tailwind .size-\[375\.392px\] {
    width: 375.392px;
    height: 375.392px;
  }

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

  .tailwind .size-\[399\.033px\] {
    width: 399.033px;
    height: 399.033px;
  }

  .tailwind .size-\[423\.682px\] {
    width: 423.682px;
    height: 423.682px;
  }

  .tailwind .size-\[471\.062px\] {
    width: 471.062px;
    height: 471.062px;
  }

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

  .tailwind .size-\[642\.357px\] {
    width: 642.357px;
    height: 642.357px;
  }

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

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

  .tailwind .h-\[1\.381px\] {
    height: 1.381px;
  }

  .tailwind .h-\[1\.636px\] {
    height: 1.636px;
  }

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

  .tailwind .h-\[2\.654px\] {
    height: 2.654px;
  }

  .tailwind .h-\[2\.946px\] {
    height: 2.946px;
  }

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

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

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

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

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

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

  .tailwind .h-\[6\.9px\] {
    height: 6.9px;
  }

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

  .tailwind .h-\[6\.281px\] {
    height: 6.281px;
  }

  .tailwind .h-\[6\.546px\] {
    height: 6.546px;
  }

  .tailwind .h-\[6\.873px\] {
    height: 6.873px;
  }

  .tailwind .h-\[7\.69px\] {
    height: 7.69px;
  }

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

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

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

  .tailwind .h-\[11\.108px\] {
    height: 11.108px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[21\.781px\] {
    height: 21.781px;
  }

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

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

  .tailwind .h-\[23\.336px\] {
    height: 23.336px;
  }

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

  .tailwind .h-\[26\.009px\] {
    height: 26.009px;
  }

  .tailwind .h-\[26\.118px\] {
    height: 26.118px;
  }

  .tailwind .h-\[26\.759px\] {
    height: 26.759px;
  }

  .tailwind .h-\[26\.906px\] {
    height: 26.906px;
  }

  .tailwind .h-\[26\.995px\] {
    height: 26.995px;
  }

  .tailwind .h-\[27\.734px\] {
    height: 27.734px;
  }

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

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

  .tailwind .h-\[31\.041px\] {
    height: 31.041px;
  }

  .tailwind .h-\[31\.314px\] {
    height: 31.314px;
  }

  .tailwind .h-\[31\.615px\] {
    height: 31.615px;
  }

  .tailwind .h-\[31\.977px\] {
    height: 31.977px;
  }

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

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

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

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

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

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

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

  .tailwind .h-\[38\.488px\] {
    height: 38.488px;
  }

  .tailwind .h-\[41\.433px\] {
    height: 41.433px;
  }

  .tailwind .h-\[41\.671px\] {
    height: 41.671px;
  }

  .tailwind .h-\[41\.869px\] {
    height: 41.869px;
  }

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

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

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

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

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

  .tailwind .h-\[47\.097px\] {
    height: 47.097px;
  }

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

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

  .tailwind .h-\[51\.476px\] {
    height: 51.476px;
  }

  .tailwind .h-\[51\.647px\] {
    height: 51.647px;
  }

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

  .tailwind .h-\[54\.056px\] {
    height: 54.056px;
  }

  .tailwind .h-\[59\.91px\] {
    height: 59.91px;
  }

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

  .tailwind .h-\[61\.958px\] {
    height: 61.958px;
  }

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

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

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

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

  .tailwind .h-\[79\.27px\] {
    height: 79.27px;
  }

  .tailwind .h-\[83\.738px\] {
    height: 83.738px;
  }

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

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

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

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

  .tailwind .h-\[103\.5\%\] {
    height: 103.5%;
  }

  .tailwind .h-\[104\.99\%\] {
    height: 104.99%;
  }

  .tailwind .h-\[105\.58\%\] {
    height: 105.58%;
  }

  .tailwind .h-\[105\.061px\] {
    height: 105.061px;
  }

  .tailwind .h-\[107\.15\%\] {
    height: 107.15%;
  }

  .tailwind .h-\[107\.18\%\] {
    height: 107.18%;
  }

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

  .tailwind .h-\[109\.54\%\] {
    height: 109.54%;
  }

  .tailwind .h-\[113\.79\%\] {
    height: 113.79%;
  }

  .tailwind .h-\[113\.982px\] {
    height: 113.982px;
  }

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

  .tailwind .h-\[123\.638px\] {
    height: 123.638px;
  }

  .tailwind .h-\[124\.88\%\] {
    height: 124.88%;
  }

  .tailwind .h-\[124\.862px\] {
    height: 124.862px;
  }

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

  .tailwind .h-\[130\.52\%\] {
    height: 130.52%;
  }

  .tailwind .h-\[131\.966px\] {
    height: 131.966px;
  }

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

  .tailwind .h-\[146\.941px\] {
    height: 146.941px;
  }

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

  .tailwind .h-\[163\.007px\] {
    height: 163.007px;
  }

  .tailwind .h-\[201\.001px\] {
    height: 201.001px;
  }

  .tailwind .h-\[235\.318px\] {
    height: 235.318px;
  }

  .tailwind .h-\[236\.543px\] {
    height: 236.543px;
  }

  .tailwind .h-\[252\.476px\] {
    height: 252.476px;
  }

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

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

  .tailwind .h-\[307\.742px\] {
    height: 307.742px;
  }

  .tailwind .h-\[391\.473px\] {
    height: 391.473px;
  }

  .tailwind .h-\[452\.237px\] {
    height: 452.237px;
  }

  .tailwind .h-\[465\.255px\] {
    height: 465.255px;
  }

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

  .tailwind .h-\[588\.889px\] {
    height: 588.889px;
  }

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

  .tailwind .h-\[728\.005px\] {
    height: 728.005px;
  }

  .tailwind .h-\[748\.961px\] {
    height: 748.961px;
  }

  .tailwind .h-\[769\.039px\] {
    height: 769.039px;
  }

  .tailwind .h-\[942\.222px\] {
    height: 942.222px;
  }

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

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

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

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

  .tailwind .min-h-\[41\.014363288879395px\] {
    min-height: 41.0144px;
  }

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

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

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

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

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

  .tailwind .w-\[1\.197px\] {
    width: 1.197px;
  }

  .tailwind .w-\[4\.909px\] {
    width: 4.909px;
  }

  .tailwind .w-\[5\.564px\] {
    width: 5.564px;
  }

  .tailwind .w-\[5\.891px\] {
    width: 5.891px;
  }

  .tailwind .w-\[7\.962px\] {
    width: 7.962px;
  }

  .tailwind .w-\[8\.182px\] {
    width: 8.182px;
  }

  .tailwind .w-\[8\.968px\] {
    width: 8.968px;
  }

  .tailwind .w-\[9\.024px\] {
    width: 9.024px;
  }

  .tailwind .w-\[9\.554px\] {
    width: 9.554px;
  }

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

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

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

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

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

  .tailwind .w-\[17\.674px\] {
    width: 17.674px;
  }

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

  .tailwind .w-\[19\.218px\] {
    width: 19.218px;
  }

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

  .tailwind .w-\[21\.362px\] {
    width: 21.362px;
  }

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

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

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

  .tailwind .w-\[23\.413px\] {
    width: 23.413px;
  }

  .tailwind .w-\[24\.363px\] {
    width: 24.363px;
  }

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

  .tailwind .w-\[27\.515px\] {
    width: 27.515px;
  }

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

  .tailwind .w-\[35\.543px\] {
    width: 35.543px;
  }

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

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

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

  .tailwind .w-\[42\.464px\] {
    width: 42.464px;
  }

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

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

  .tailwind .w-\[46\.141px\] {
    width: 46.141px;
  }

  .tailwind .w-\[61\.843px\] {
    width: 61.843px;
  }

  .tailwind .w-\[66\.349px\] {
    width: 66.349px;
  }

  .tailwind .w-\[68\.357px\] {
    width: 68.357px;
  }

  .tailwind .w-\[70\.315px\] {
    width: 70.315px;
  }

  .tailwind .w-\[70\.337px\] {
    width: 70.337px;
  }

  .tailwind .w-\[71\.361px\] {
    width: 71.361px;
  }

  .tailwind .w-\[71\.884px\] {
    width: 71.884px;
  }

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

  .tailwind .w-\[73\.818px\] {
    width: 73.818px;
  }

  .tailwind .w-\[74\.146px\] {
    width: 74.146px;
  }

  .tailwind .w-\[74\.311px\] {
    width: 74.311px;
  }

  .tailwind .w-\[75\.052px\] {
    width: 75.052px;
  }

  .tailwind .w-\[75\.866px\] {
    width: 75.866px;
  }

  .tailwind .w-\[82\.116px\] {
    width: 82.116px;
  }

  .tailwind .w-\[87\.731px\] {
    width: 87.731px;
  }

  .tailwind .w-\[88\.121px\] {
    width: 88.121px;
  }

  .tailwind .w-\[89\.197px\] {
    width: 89.197px;
  }

  .tailwind .w-\[89\.984px\] {
    width: 89.984px;
  }

  .tailwind .w-\[91\.915px\] {
    width: 91.915px;
  }

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

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

  .tailwind .w-\[106\.808px\] {
    width: 106.808px;
  }

  .tailwind .w-\[106\.943px\] {
    width: 106.943px;
  }

  .tailwind .w-\[109\.239px\] {
    width: 109.239px;
  }

  .tailwind .w-\[116\.597px\] {
    width: 116.597px;
  }

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

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

  .tailwind .w-\[119\.061px\] {
    width: 119.061px;
  }

  .tailwind .w-\[119\.625px\] {
    width: 119.625px;
  }

  .tailwind .w-\[124\.129px\] {
    width: 124.129px;
  }

  .tailwind .w-\[128\.627px\] {
    width: 128.627px;
  }

  .tailwind .w-\[141\.228px\] {
    width: 141.228px;
  }

  .tailwind .w-\[141\.501px\] {
    width: 141.501px;
  }

  .tailwind .w-\[141\.856px\] {
    width: 141.856px;
  }

  .tailwind .w-\[143\.588px\] {
    width: 143.588px;
  }

  .tailwind .w-\[163\.997px\] {
    width: 163.997px;
  }

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

  .tailwind .w-\[175\.851px\] {
    width: 175.851px;
  }

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

  .tailwind .w-\[183\.33\%\] {
    width: 183.33%;
  }

  .tailwind .w-\[187\.84\%\] {
    width: 187.84%;
  }

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

  .tailwind .w-\[189\.75\%\] {
    width: 189.75%;
  }

  .tailwind .w-\[191\.617px\] {
    width: 191.617px;
  }

  .tailwind .w-\[194\.906px\] {
    width: 194.906px;
  }

  .tailwind .w-\[196\.5\%\] {
    width: 196.5%;
  }

  .tailwind .w-\[196\.44\%\] {
    width: 196.44%;
  }

  .tailwind .w-\[197\.642px\] {
    width: 197.642px;
  }

  .tailwind .w-\[198\.92\%\] {
    width: 198.92%;
  }

  .tailwind .w-\[200\.82\%\] {
    width: 200.82%;
  }

  .tailwind .w-\[208\.62\%\] {
    width: 208.62%;
  }

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

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

  .tailwind .w-\[228\.95\%\] {
    width: 228.95%;
  }

  .tailwind .w-\[232\.83\%\] {
    width: 232.83%;
  }

  .tailwind .w-\[234\.892px\] {
    width: 234.892px;
  }

  .tailwind .w-\[239\.29\%\] {
    width: 239.29%;
  }

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

  .tailwind .w-\[308\.462px\] {
    width: 308.462px;
  }

  .tailwind .w-\[313\.757px\] {
    width: 313.757px;
  }

  .tailwind .w-\[335\.805px\] {
    width: 335.805px;
  }

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

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

  .tailwind .w-\[451\.808px\] {
    width: 451.808px;
  }

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

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

  .tailwind .w-\[536\.961px\] {
    width: 536.961px;
  }

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

  .tailwind .w-\[562\.935px\] {
    width: 562.935px;
  }

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

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

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

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

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

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

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

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

  .tailwind .w-\[1406\.761px\] {
    width: 1406.76px;
  }

  .tailwind .w-\[1723\.556px\] {
    width: 1723.56px;
  }

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

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

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

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

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

  .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-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

  .tailwind .resize {
    resize: both;
  }

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

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

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

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

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

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

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

  .tailwind .gap-\[1\.062px\] {
    gap: 1.062px;
  }

  .tailwind .gap-\[1\.309px\] {
    gap: 1.309px;
  }

  .tailwind .gap-\[1\.636px\] {
    gap: 1.636px;
  }

  .tailwind .gap-\[1\.709px\] {
    gap: 1.709px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[13\.671px\] {
    gap: 13.671px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .rounded-\[3\.585px\] {
    border-radius: 3.585px;
  }

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

  .tailwind .rounded-\[5\.237px\] {
    border-radius: 5.237px;
  }

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

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

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

  .tailwind .rounded-\[13\.092px\] {
    border-radius: 13.092px;
  }

  .tailwind .rounded-\[13\.671px\] {
    border-radius: 13.671px;
  }

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

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

  .tailwind .rounded-\[21\.232px\] {
    border-radius: 21.232px;
  }

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

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

  .tailwind .rounded-\[34\.179px\] {
    border-radius: 34.179px;
  }

  .tailwind .rounded-\[41\.015px\] {
    border-radius: 41.015px;
  }

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

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

  .tailwind .rounded-\[145\.161px\] {
    border-radius: 145.161px;
  }

  .tailwind .rounded-\[174\.503px\] {
    border-radius: 174.503px;
  }

  .tailwind .rounded-\[238\.122px\] {
    border-radius: 238.122px;
  }

  .tailwind .rounded-\[277\.778px\] {
    border-radius: 277.778px;
  }

  .tailwind .rounded-\[283\.002px\] {
    border-radius: 283.002px;
  }

  .tailwind .rounded-\[362\.754px\] {
    border-radius: 362.754px;
  }

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

  .tailwind .rounded-\[455\.573px\] {
    border-radius: 455.573px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .border-\[2\.618px\] {
    border-style: var(--tw-border-style);
    border-width: 2.618px;
  }

  .tailwind .border-\[4\.246px\] {
    border-style: var(--tw-border-style);
    border-width: 4.246px;
  }

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

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

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

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

  .tailwind .border-\[rgba\(39\,158\,222\,0\.4\)\] {
    border-color: #279ede66;
  }

  .tailwind .border-\[rgba\(255\,0\,81\,0\.4\)\] {
    border-color: #ff005166;
  }

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

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

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

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

  .tailwind .bg-\[rgba\(124\,133\,147\,0\.08\)\] {
    background-color: #7c859314;
  }

  .tailwind .bg-\[rgba\(124\,133\,147\,0\.16\)\] {
    background-color: #7c859329;
  }

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

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

  .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-\[\#ff00ae\] {
    --tw-gradient-from: #ff00ae;
    --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-\[\#ff0051\] {
    --tw-gradient-to: #ff0051;
    --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 .object-cover {
    object-fit: cover;
  }

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

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

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

  .tailwind .p-\[4\.777px\] {
    padding: 4.777px;
  }

  .tailwind .p-\[5\.237px\] {
    padding: 5.237px;
  }

  .tailwind .p-\[7\.69px\] {
    padding: 7.69px;
  }

  .tailwind .p-\[8\.493px\] {
    padding: 8.493px;
  }

  .tailwind .p-\[13\.671px\] {
    padding: 13.671px;
  }

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

  .tailwind .px-\[5\.237px\] {
    padding-inline: 5.237px;
  }

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

  .tailwind .px-\[13\.671px\] {
    padding-inline: 13.671px;
  }

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

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

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

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

  .tailwind .py-\[2\.618px\] {
    padding-block: 2.618px;
  }

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

  .tailwind .py-\[5\.237px\] {
    padding-block: 5.237px;
  }

  .tailwind .py-\[6\.836px\] {
    padding-block: 6.836px;
  }

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

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

  .tailwind .py-\[13\.671px\] {
    padding-block: 13.671px;
  }

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

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

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

  .tailwind .pt-\[2\.618px\] {
    padding-top: 2.618px;
  }

  .tailwind .pt-\[3\.6px\] {
    padding-top: 3.6px;
  }

  .tailwind .pt-\[4\.246px\] {
    padding-top: 4.246px;
  }

  .tailwind .pt-\[5\.839px\] {
    padding-top: 5.839px;
  }

  .tailwind .pt-\[6\.836px\] {
    padding-top: 6.836px;
  }

  .tailwind .pt-\[6\.873px\] {
    padding-top: 6.873px;
  }

  .tailwind .pt-\[9\.399px\] {
    padding-top: 9.399px;
  }

  .tailwind .pt-\[11\.147px\] {
    padding-top: 11.147px;
  }

  .tailwind .pt-\[17\.944px\] {
    padding-top: 17.944px;
  }

  .tailwind .pb-\[2\.618px\] {
    padding-bottom: 2.618px;
  }

  .tailwind .pb-\[4\.246px\] {
    padding-bottom: 4.246px;
  }

  .tailwind .pb-\[5\.237px\] {
    padding-bottom: 5.237px;
  }

  .tailwind .pb-\[6\.836px\] {
    padding-bottom: 6.836px;
  }

  .tailwind .pb-\[8\.493px\] {
    padding-bottom: 8.493px;
  }

  .tailwind .pb-\[13\.671px\] {
    padding-bottom: 13.671px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .font-\[\'SF_Pro_Text\:Semibold\'\,sans-serif\] {
    font-family: SF Pro Text\:Semibold, sans-serif;
  }

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

  .tailwind .text-\[1\.61px\] {
    font-size: 1.61px;
  }

  .tailwind .text-\[4\.23px\] {
    font-size: 4.23px;
  }

  .tailwind .text-\[4\.25px\] {
    font-size: 4.25px;
  }

  .tailwind .text-\[4\.91px\] {
    font-size: 4.91px;
  }

  .tailwind .text-\[5\.56px\] {
    font-size: 5.56px;
  }

  .tailwind .text-\[5\.125px\] {
    font-size: 5.125px;
  }

  .tailwind .text-\[5\.715px\] {
    font-size: 5.715px;
  }

  .tailwind .text-\[6\.9px\] {
    font-size: 6.9px;
  }

  .tailwind .text-\[6\.091px\] {
    font-size: 6.091px;
  }

  .tailwind .text-\[6\.792px\] {
    font-size: 6.792px;
  }

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

  .tailwind .text-\[7\.96px\] {
    font-size: 7.96px;
  }

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

  .tailwind .text-\[9\.02px\] {
    font-size: 9.02px;
  }

  .tailwind .text-\[9\.056px\] {
    font-size: 9.056px;
  }

  .tailwind .text-\[9\.88px\] {
    font-size: 9.88px;
  }

  .tailwind .text-\[9\.805px\] {
    font-size: 9.805px;
  }

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

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

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

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

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

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

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

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

  .tailwind .text-\[15\.905px\] {
    font-size: 15.905px;
  }

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

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

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

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

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

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

  .tailwind .text-\[22\.86px\] {
    font-size: 22.86px;
  }

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

  .tailwind .text-\[25\.653px\] {
    font-size: 25.653px;
  }

  .tailwind .text-\[25\.953px\] {
    font-size: 25.953px;
  }

  .tailwind .text-\[27\.168px\] {
    font-size: 27.168px;
  }

  .tailwind .text-\[29\.05px\] {
    font-size: 29.05px;
  }

  .tailwind .text-\[30\.488px\] {
    font-size: 30.488px;
  }

  .tailwind .text-\[30\.757px\] {
    font-size: 30.757px;
  }

  .tailwind .text-\[36\.553px\] {
    font-size: 36.553px;
  }

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

  .tailwind .text-\[43\.735px\] {
    font-size: 43.735px;
  }

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

  .tailwind .text-\[48\.365px\] {
    font-size: 48.365px;
  }

  .tailwind .text-\[49\.079px\] {
    font-size: 49.079px;
  }

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

  .tailwind .text-\[58\.843px\] {
    font-size: 58.843px;
  }

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

  .tailwind .text-\[77\.858px\] {
    font-size: 77.858px;
  }

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

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

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

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

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

  .tailwind .leading-\[2\.142px\] {
    --tw-leading: 2.142px;
    line-height: 2.142px;
  }

  .tailwind .leading-\[5\.635px\] {
    --tw-leading: 5.635px;
    line-height: 5.635px;
  }

  .tailwind .leading-\[5\.891px\] {
    --tw-leading: 5.891px;
    line-height: 5.891px;
  }

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

  .tailwind .leading-\[7\.2px\] {
    --tw-leading: 7.2px;
    line-height: 7.2px;
  }

  .tailwind .leading-\[9\.554px\] {
    --tw-leading: 9.554px;
    line-height: 9.554px;
  }

  .tailwind .leading-\[10\.232px\] {
    --tw-leading: 10.232px;
    line-height: 10.232px;
  }

  .tailwind .leading-\[10\.616px\] {
    --tw-leading: 10.616px;
    line-height: 10.616px;
  }

  .tailwind .leading-\[11\.677px\] {
    --tw-leading: 11.677px;
    line-height: 11.677px;
  }

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

  .tailwind .leading-\[13\.419px\] {
    --tw-leading: 13.419px;
    line-height: 13.419px;
  }

  .tailwind .leading-\[14\.602px\] {
    --tw-leading: 14.602px;
    line-height: 14.602px;
  }

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

  .tailwind .leading-\[17\.089px\] {
    --tw-leading: 17.089px;
    line-height: 17.089px;
  }

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

  .tailwind .leading-\[19\.575px\] {
    --tw-leading: 19.575px;
    line-height: 19.575px;
  }

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

  .tailwind .leading-\[35\.033px\] {
    --tw-leading: 35.033px;
    line-height: 35.033px;
  }

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

  .tailwind .font-\[590\] {
    --tw-font-weight: 590;
    font-weight: 590;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .tracking-\[0\.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-wrap {
    white-space: pre-wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[rgba\(0\,0\,0\,0\.5\)\] {
    color: #00000080;
  }

  .tailwind .text-\[rgba\(0\,0\,0\,0\.55\)\] {
    color: #0000008c;
  }

  .tailwind .text-\[rgba\(124\,133\,147\,0\.6\)\] {
    color: #7c859399;
  }

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

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

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

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

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

  .tailwind .shadow-\[0px_3\.844px_10\.25px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_1\.922px_3\.844px_0px_rgba\(0\,0\,0\,0\.12\)\,0px_5\.766px_17\.937px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 3.844px 10.25px 0px var(--tw-shadow-color, #00000014), 0px 1.922px 3.844px 0px var(--tw-shadow-color, #0000001f), 0px 5.766px 17.937px 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 .shadow-\[0px_4\.568px_12\.182px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_2\.284px_4\.568px_0px_rgba\(0\,0\,0\,0\.12\)\,0px_6\.852px_21\.318px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 4.568px 12.182px 0px var(--tw-shadow-color, #00000014), 0px 2.284px 4.568px 0px var(--tw-shadow-color, #0000001f), 0px 6.852px 21.318px 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 .shadow-\[0px_7\.354px_19\.61px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_3\.677px_7\.354px_0px_rgba\(0\,0\,0\,0\.12\)\,0px_11\.031px_34\.317px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 7.354px 19.61px 0px var(--tw-shadow-color, #00000014), 0px 3.677px 7.354px 0px var(--tw-shadow-color, #0000001f), 0px 11.031px 34.317px 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 .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-\[3\.273px\] {
    --tw-backdrop-blur: blur(3.273px);
    -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-\[5\.308px\] {
    --tw-backdrop-blur: blur(5.308px);
    -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-\[8\.545px\] {
    --tw-backdrop-blur: blur(8.545px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

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

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

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

  .tailwind .focus\:ring-\[\#4541fe\]:focus {
    --tw-ring-color: #4541fe;
  }

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

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

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

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

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

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

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

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

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

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