/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(.967 .003 264.542);
    --color-white: #fff;
    --spacing: .25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --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 .invisible {
    visibility: hidden;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

  .tailwind .inset-\[-1\.5px\] {
    inset: -1.5px;
  }

  .tailwind .inset-\[-1\.223px\] {
    inset: -1.223px;
  }

  .tailwind .inset-\[16\.667\%\] {
    inset: 16.667%;
  }

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

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

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

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

  .tailwind .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }

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

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

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

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

  .tailwind .top-\[-1\.039\%\] {
    top: -1.039%;
  }

  .tailwind .top-\[-1\.065\%\] {
    top: -1.065%;
  }

  .tailwind .top-\[-2\.177\%\] {
    top: -2.177%;
  }

  .tailwind .top-\[-2\.642\%\] {
    top: -2.642%;
  }

  .tailwind .top-\[-2\.933\%\] {
    top: -2.933%;
  }

  .tailwind .top-\[-4\.688\%\] {
    top: -4.688%;
  }

  .tailwind .top-\[-5\.823\%\] {
    top: -5.823%;
  }

  .tailwind .top-\[-6\.248\%\] {
    top: -6.248%;
  }

  .tailwind .top-\[-8\.336\%\] {
    top: -8.336%;
  }

  .tailwind .top-\[-9\.032\%\] {
    top: -9.032%;
  }

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

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

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

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

  .tailwind .top-\[-35\.104\%\] {
    top: -35.104%;
  }

  .tailwind .top-\[-375\.569\%\] {
    top: -375.569%;
  }

  .tailwind .top-\[-426\.171\%\] {
    top: -426.171%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[3\.004px\] {
    top: 3.004px;
  }

  .tailwind .top-\[3\.31px\] {
    top: 3.31px;
  }

  .tailwind .top-\[3\.287px\] {
    top: 3.287px;
  }

  .tailwind .top-\[3\.669px\] {
    top: 3.669px;
  }

  .tailwind .top-\[3\.939px\] {
    top: 3.939px;
  }

  .tailwind .top-\[3\.945px\] {
    top: 3.945px;
  }

  .tailwind .top-\[3\.956px\] {
    top: 3.956px;
  }

  .tailwind .top-\[4\.442px\] {
    top: 4.442px;
  }

  .tailwind .top-\[4\.501px\] {
    top: 4.501px;
  }

  .tailwind .top-\[4\.689px\] {
    top: 4.689px;
  }

  .tailwind .top-\[4\.718px\] {
    top: 4.718px;
  }

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

  .tailwind .top-\[4\.755px\] {
    top: 4.755px;
  }

  .tailwind .top-\[4\.778px\] {
    top: 4.778px;
  }

  .tailwind .top-\[4\.986px\] {
    top: 4.986px;
  }

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

  .tailwind .top-\[5\.066px\] {
    top: 5.066px;
  }

  .tailwind .top-\[5\.068px\] {
    top: 5.068px;
  }

  .tailwind .top-\[5\.178px\] {
    top: 5.178px;
  }

  .tailwind .top-\[5\.334px\] {
    top: 5.334px;
  }

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

  .tailwind .top-\[6\.457px\] {
    top: 6.457px;
  }

  .tailwind .top-\[6\.562px\] {
    top: 6.562px;
  }

  .tailwind .top-\[6\.701px\] {
    top: 6.701px;
  }

  .tailwind .top-\[6\.822px\] {
    top: 6.822px;
  }

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

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

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

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

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

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

  .tailwind .top-\[8\.056px\] {
    top: 8.056px;
  }

  .tailwind .top-\[8\.309px\] {
    top: 8.309px;
  }

  .tailwind .top-\[8\.335\%\] {
    top: 8.335%;
  }

  .tailwind .top-\[8\.549px\] {
    top: 8.549px;
  }

  .tailwind .top-\[8\.801px\] {
    top: 8.801px;
  }

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

  .tailwind .top-\[9\.082px\] {
    top: 9.082px;
  }

  .tailwind .top-\[9\.083px\] {
    top: 9.083px;
  }

  .tailwind .top-\[9\.886px\] {
    top: 9.886px;
  }

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

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

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

  .tailwind .top-\[11\.337px\] {
    top: 11.337px;
  }

  .tailwind .top-\[11\.618px\] {
    top: 11.618px;
  }

  .tailwind .top-\[12\.5px\] {
    top: 12.5px;
  }

  .tailwind .top-\[12\.092px\] {
    top: 12.092px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[23\.855px\] {
    top: 23.855px;
  }

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

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

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

  .tailwind .top-\[27\.118px\] {
    top: 27.118px;
  }

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

  .tailwind .top-\[35\.564px\] {
    top: 35.564px;
  }

  .tailwind .top-\[35\.618px\] {
    top: 35.618px;
  }

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

  .tailwind .top-\[43\.522px\] {
    top: 43.522px;
  }

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

  .tailwind .top-\[46\.28px\] {
    top: 46.28px;
  }

  .tailwind .top-\[47\.152px\] {
    top: 47.152px;
  }

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

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

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

  .tailwind .top-\[57\.82px\] {
    top: 57.82px;
  }

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

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

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

  .tailwind .top-\[62\.181px\] {
    top: 62.181px;
  }

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

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

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

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

  .tailwind .right-\[-1\.141\%\] {
    right: -1.141%;
  }

  .tailwind .right-\[-1\.562\%\] {
    right: -1.562%;
  }

  .tailwind .right-\[-2\.531\%\] {
    right: -2.531%;
  }

  .tailwind .right-\[-2\.632\%\] {
    right: -2.632%;
  }

  .tailwind .right-\[-4\.688\%\] {
    right: -4.688%;
  }

  .tailwind .right-\[-6\.283\%\] {
    right: -6.283%;
  }

  .tailwind .right-\[-7\.071\%\] {
    right: -7.071%;
  }

  .tailwind .right-\[-9\.211\%\] {
    right: -9.211%;
  }

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

  .tailwind .right-\[-17\.678\%\] {
    right: -17.678%;
  }

  .tailwind .right-\[-18\.75\%\] {
    right: -18.75%;
  }

  .tailwind .right-\[-113\.332\%\] {
    right: -113.332%;
  }

  .tailwind .right-\[-162\.163\%\] {
    right: -162.163%;
  }

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

  .tailwind .right-\[8\.334\%\] {
    right: 8.334%;
  }

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

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

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

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

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

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

  .tailwind .bottom-\[-1\.223\%\] {
    bottom: -1.223%;
  }

  .tailwind .bottom-\[-2\.174\%\] {
    bottom: -2.174%;
  }

  .tailwind .bottom-\[-2\.621\%\] {
    bottom: -2.621%;
  }

  .tailwind .bottom-\[-4\.688\%\] {
    bottom: -4.688%;
  }

  .tailwind .bottom-\[-5\.277\%\] {
    bottom: -5.277%;
  }

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

  .tailwind .bottom-\[-8\.34\%\] {
    bottom: -8.34%;
  }

  .tailwind .bottom-\[-9\.032\%\] {
    bottom: -9.032%;
  }

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

  .tailwind .bottom-\[-35\.104\%\] {
    bottom: -35.104%;
  }

  .tailwind .bottom-\[-35\.355\%\] {
    bottom: -35.355%;
  }

  .tailwind .bottom-\[-375\.569\%\] {
    bottom: -375.569%;
  }

  .tailwind .bottom-\[-426\.171\%\] {
    bottom: -426.171%;
  }

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

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

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

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

  .tailwind .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }

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

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

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

  .tailwind .left-\[-1\.129\%\] {
    left: -1.129%;
  }

  .tailwind .left-\[-2\.631\%\] {
    left: -2.631%;
  }

  .tailwind .left-\[-3\.019\%\] {
    left: -3.019%;
  }

  .tailwind .left-\[-3\.226\%\] {
    left: -3.226%;
  }

  .tailwind .left-\[-4\.688\%\] {
    left: -4.688%;
  }

  .tailwind .left-\[-6\.283\%\] {
    left: -6.283%;
  }

  .tailwind .left-\[-7\.071\%\] {
    left: -7.071%;
  }

  .tailwind .left-\[-9\.211\%\] {
    left: -9.211%;
  }

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

  .tailwind .left-\[-17\.678\%\] {
    left: -17.678%;
  }

  .tailwind .left-\[-18\.75\%\] {
    left: -18.75%;
  }

  .tailwind .left-\[-113\.332\%\] {
    left: -113.332%;
  }

  .tailwind .left-\[-162\.163\%\] {
    left: -162.163%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[2\.327\%\] {
    left: 2.327%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[5\.066px\] {
    left: 5.066px;
  }

  .tailwind .left-\[5\.531px\] {
    left: 5.531px;
  }

  .tailwind .left-\[5\.532px\] {
    left: 5.532px;
  }

  .tailwind .left-\[5\.641px\] {
    left: 5.641px;
  }

  .tailwind .left-\[5\.642px\] {
    left: 5.642px;
  }

  .tailwind .left-\[5\.954px\] {
    left: 5.954px;
  }

  .tailwind .left-\[6\.108px\] {
    left: 6.108px;
  }

  .tailwind .left-\[6\.203px\] {
    left: 6.203px;
  }

  .tailwind .left-\[6\.252px\] {
    left: 6.252px;
  }

  .tailwind .left-\[6\.639px\] {
    left: 6.639px;
  }

  .tailwind .left-\[6\.666px\] {
    left: 6.666px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[8\.333\%\] {
    left: 8.333%;
  }

  .tailwind .left-\[8\.335px\] {
    left: 8.335px;
  }

  .tailwind .left-\[8\.549px\] {
    left: 8.549px;
  }

  .tailwind .left-\[8\.667px\] {
    left: 8.667px;
  }

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

  .tailwind .left-\[8\.853px\] {
    left: 8.853px;
  }

  .tailwind .left-\[8\.854px\] {
    left: 8.854px;
  }

  .tailwind .left-\[9\.581px\] {
    left: 9.581px;
  }

  .tailwind .left-\[9\.592px\] {
    left: 9.592px;
  }

  .tailwind .left-\[9\.594px\] {
    left: 9.594px;
  }

  .tailwind .left-\[9\.596px\] {
    left: 9.596px;
  }

  .tailwind .left-\[9\.683px\] {
    left: 9.683px;
  }

  .tailwind .left-\[9\.765px\] {
    left: 9.765px;
  }

  .tailwind .left-\[9\.868px\] {
    left: 9.868px;
  }

  .tailwind .left-\[9\.901px\] {
    left: 9.901px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[16\.045px\] {
    left: 16.045px;
  }

  .tailwind .left-\[16\.273px\] {
    left: 16.273px;
  }

  .tailwind .left-\[16\.349px\] {
    left: 16.349px;
  }

  .tailwind .left-\[16\.597px\] {
    left: 16.597px;
  }

  .tailwind .left-\[16\.599px\] {
    left: 16.599px;
  }

  .tailwind .left-\[16\.666px\] {
    left: 16.666px;
  }

  .tailwind .left-\[16\.912px\] {
    left: 16.912px;
  }

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

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

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

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

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

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

  .tailwind .left-\[23\.768px\] {
    left: 23.768px;
  }

  .tailwind .left-\[23\.883px\] {
    left: 23.883px;
  }

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

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

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

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

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

  .tailwind .left-\[29\.236px\] {
    left: 29.236px;
  }

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

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

  .tailwind .left-\[31\.262px\] {
    left: 31.262px;
  }

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

  .tailwind .left-\[34\.029px\] {
    left: 34.029px;
  }

  .tailwind .left-\[34\.261px\] {
    left: 34.261px;
  }

  .tailwind .left-\[36\.98px\] {
    left: 36.98px;
  }

  .tailwind .left-\[36\.441px\] {
    left: 36.441px;
  }

  .tailwind .left-\[37\.502px\] {
    left: 37.502px;
  }

  .tailwind .left-\[37\.568px\] {
    left: 37.568px;
  }

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

  .tailwind .left-\[39\.64px\] {
    left: 39.64px;
  }

  .tailwind .left-\[39\.484px\] {
    left: 39.484px;
  }

  .tailwind .left-\[41\.041px\] {
    left: 41.041px;
  }

  .tailwind .left-\[41\.102px\] {
    left: 41.102px;
  }

  .tailwind .left-\[41\.497px\] {
    left: 41.497px;
  }

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

  .tailwind .left-\[48\.854px\] {
    left: 48.854px;
  }

  .tailwind .left-\[51\.329px\] {
    left: 51.329px;
  }

  .tailwind .left-\[55\.314px\] {
    left: 55.314px;
  }

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

  .tailwind .left-\[58\.341px\] {
    left: 58.341px;
  }

  .tailwind .left-\[58\.386px\] {
    left: 58.386px;
  }

  .tailwind .left-\[59\.787px\] {
    left: 59.787px;
  }

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

  .tailwind .left-\[87\.466px\] {
    left: 87.466px;
  }

  .tailwind .left-\[88\.902px\] {
    left: 88.902px;
  }

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

  .tailwind .left-\[120\.024px\] {
    left: 120.024px;
  }

  .tailwind .left-\[170\.142px\] {
    left: 170.142px;
  }

  .tailwind .left-\[187\.331px\] {
    left: 187.331px;
  }

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

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

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

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

  .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 .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

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

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

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

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

  .tailwind .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .tailwind .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .tailwind .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .tailwind .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

  .tailwind .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .tailwind .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }

  .tailwind .size-\[1\.66px\] {
    width: 1.66px;
    height: 1.66px;
  }

  .tailwind .size-\[2\.294px\] {
    width: 2.294px;
    height: 2.294px;
  }

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

  .tailwind .size-\[7\.986px\] {
    width: 7.986px;
    height: 7.986px;
  }

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

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

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

  .tailwind .size-\[15\.429px\] {
    width: 15.429px;
    height: 15.429px;
  }

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

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

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

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

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

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

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

  .tailwind .size-\[52\.387px\] {
    width: 52.387px;
    height: 52.387px;
  }

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

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

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

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

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

  .tailwind .h-\[1\.326px\] {
    height: 1.326px;
  }

  .tailwind .h-\[1\.414px\] {
    height: 1.414px;
  }

  .tailwind .h-\[1\.681px\] {
    height: 1.681px;
  }

  .tailwind .h-\[2\.049px\] {
    height: 2.049px;
  }

  .tailwind .h-\[2\.294px\] {
    height: 2.294px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[6\.568px\] {
    height: 6.568px;
  }

  .tailwind .h-\[6\.878px\] {
    height: 6.878px;
  }

  .tailwind .h-\[7\.323px\] {
    height: 7.323px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[23\.465px\] {
    height: 23.465px;
  }

  .tailwind .h-\[23\.786px\] {
    height: 23.786px;
  }

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

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

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

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

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

  .tailwind .h-\[26\.626px\] {
    height: 26.626px;
  }

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

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

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

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

  .tailwind .h-\[41\.013px\] {
    height: 41.013px;
  }

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

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

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

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

  .tailwind .h-\[53\.458px\] {
    height: 53.458px;
  }

  .tailwind .h-\[53\.744px\] {
    height: 53.744px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[1\.414px\] {
    width: 1.414px;
  }

  .tailwind .w-\[1\.681px\] {
    width: 1.681px;
  }

  .tailwind .w-\[1\.886px\] {
    width: 1.886px;
  }

  .tailwind .w-\[2\.049px\] {
    width: 2.049px;
  }

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

  .tailwind .w-\[3\.536px\] {
    width: 3.536px;
  }

  .tailwind .w-\[4\.587px\] {
    width: 4.587px;
  }

  .tailwind .w-\[4\.589px\] {
    width: 4.589px;
  }

  .tailwind .w-\[4\.711px\] {
    width: 4.711px;
  }

  .tailwind .w-\[4\.714px\] {
    width: 4.714px;
  }

  .tailwind .w-\[5\.167px\] {
    width: 5.167px;
  }

  .tailwind .w-\[5\.213px\] {
    width: 5.213px;
  }

  .tailwind .w-\[5\.353px\] {
    width: 5.353px;
  }

  .tailwind .w-\[9\.47px\] {
    width: 9.47px;
  }

  .tailwind .w-\[9\.072px\] {
    width: 9.072px;
  }

  .tailwind .w-\[9\.177px\] {
    width: 9.177px;
  }

  .tailwind .w-\[9\.405px\] {
    width: 9.405px;
  }

  .tailwind .w-\[10\.333px\] {
    width: 10.333px;
  }

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

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

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

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

  .tailwind .w-\[17\.8px\] {
    width: 17.8px;
  }

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

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

  .tailwind .w-\[19\.363px\] {
    width: 19.363px;
  }

  .tailwind .w-\[19\.444px\] {
    width: 19.444px;
  }

  .tailwind .w-\[19\.793px\] {
    width: 19.793px;
  }

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

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

  .tailwind .w-\[24\.537px\] {
    width: 24.537px;
  }

  .tailwind .w-\[29\.091px\] {
    width: 29.091px;
  }

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

  .tailwind .w-\[29\.413px\] {
    width: 29.413px;
  }

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

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

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

  .tailwind .w-\[36\.171px\] {
    width: 36.171px;
  }

  .tailwind .w-\[43\.426px\] {
    width: 43.426px;
  }

  .tailwind .w-\[43\.557px\] {
    width: 43.557px;
  }

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

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

  .tailwind .w-\[59\.195px\] {
    width: 59.195px;
  }

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

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

  .tailwind .w-\[61\.666px\] {
    width: 61.666px;
  }

  .tailwind .w-\[74\.926px\] {
    width: 74.926px;
  }

  .tailwind .w-\[75\.496px\] {
    width: 75.496px;
  }

  .tailwind .w-\[88\.236px\] {
    width: 88.236px;
  }

  .tailwind .w-\[88\.766px\] {
    width: 88.766px;
  }

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

  .tailwind .w-\[112\.75px\] {
    width: 112.75px;
  }

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

  .tailwind .w-\[127\.72px\] {
    width: 127.72px;
  }

  .tailwind .w-\[127\.761px\] {
    width: 127.761px;
  }

  .tailwind .w-\[155\.333px\] {
    width: 155.333px;
  }

  .tailwind .w-\[182\.767px\] {
    width: 182.767px;
  }

  .tailwind .w-\[197\.816px\] {
    width: 197.816px;
  }

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

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

  .tailwind .w-\[242\.112px\] {
    width: 242.112px;
  }

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

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

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

  .tailwind .w-\[331\.711px\] {
    width: 331.711px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rotate-\[178\.568deg\] {
    rotate: 178.568deg;
  }

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

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

  .tailwind .rotate-\[340\.773deg\] {
    rotate: 340.773deg;
  }

  .tailwind .rotate-\[358\.568deg\] {
    rotate: 358.568deg;
  }

  .tailwind .skew-x-\[18\.605deg\] {
    --tw-skew-x: skewX(18.605deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .skew-x-\[358\.904deg\] {
    --tw-skew-x: skewX(358.904deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-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 .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[1\.912px\] {
    gap: 1.912px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[9\.43px\] {
    gap: 9.43px;
  }

  .tailwind .gap-\[9\.177px\] {
    gap: 9.177px;
  }

  .tailwind .gap-\[9\.355px\] {
    gap: 9.355px;
  }

  .tailwind .gap-\[14\.145px\] {
    gap: 14.145px;
  }

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

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

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

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

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

  .tailwind .rounded-\[1\.333px\] {
    border-radius: 1.333px;
  }

  .tailwind .rounded-\[5\.047px\] {
    border-radius: 5.047px;
  }

  .tailwind .rounded-\[5\.736px\] {
    border-radius: 5.736px;
  }

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

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

  .tailwind .rounded-\[7\.851px\] {
    border-radius: 7.851px;
  }

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

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

  .tailwind .rounded-\[14\.973px\] {
    border-radius: 14.973px;
  }

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

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

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

  .tailwind .rounded-\[21\.217px\] {
    border-radius: 21.217px;
  }

  .tailwind .rounded-\[22\.717px\] {
    border-radius: 22.717px;
  }

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

  .tailwind .rounded-\[26\.667px\] {
    border-radius: 26.667px;
  }

  .tailwind .rounded-\[28\.065px\] {
    border-radius: 28.065px;
  }

  .tailwind .rounded-\[28\.183px\] {
    border-radius: 28.183px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .border-\[1\.221px\] {
    border-style: var(--tw-border-style);
    border-width: 1.221px;
  }

  .tailwind .border-\[1\.223px\] {
    border-style: var(--tw-border-style);
    border-width: 1.223px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-\[51\.45\%_-16\.16\%\,_48\.57\%_193\.8\%\] {
    background-color: 51.45% -16.16%, 48.57% 193.8%;
  }

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

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

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

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

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

  .tailwind .from-\[\#0a0a0ae6\] {
    --tw-gradient-from: #0a0a0ae6;
    --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-\[\#9ed8ff\] {
    --tw-gradient-from: #9ed8ff;
    --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-\[\#62c0ff\] {
    --tw-gradient-from: #62c0ff;
    --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-white {
    --tw-gradient-from: var(--color-white);
    --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-\[2\.674\%\] {
    --tw-gradient-from-position: 2.674%;
  }

  .tailwind .from-\[19\.697\%\] {
    --tw-gradient-from-position: 19.697%;
  }

  .tailwind .to-\[\#0a0a0a2e\] {
    --tw-gradient-to: #0a0a0a2e;
    --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-\[\#24ddf0\] {
    --tw-gradient-to: #24ddf0;
    --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-\[\#88ecf7\] {
    --tw-gradient-to: #88ecf7;
    --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-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-\[86\.742\%\] {
    --tw-gradient-to-position: 86.742%;
  }

  .tailwind .to-\[108\.4\%\] {
    --tw-gradient-to-position: 108.4%;
  }

  .tailwind .\[background-size\:115\.78\%_100\%\] {
    background-size: 115.78% 100%;
  }

  .tailwind .\[background-size\:214\.82\%_149\.61\%\,_201\.19\%_93\.53\%\] {
    background-size: 214.82% 149.61%, 201.19% 93.53%;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

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

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-top-right {
    background-position: 100% 0;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

  .tailwind .p-\[3\.883px\] {
    padding: 3.883px;
  }

  .tailwind .p-\[9\.177px\] {
    padding: 9.177px;
  }

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

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

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

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

  .tailwind .px-\[1\.949px\] {
    padding-inline: 1.949px;
  }

  .tailwind .px-\[2\.215px\] {
    padding-inline: 2.215px;
  }

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

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

  .tailwind .px-\[23\.957px\] {
    padding-inline: 23.957px;
  }

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

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

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

  .tailwind .py-\[1\.3px\] {
    padding-block: 1.3px;
  }

  .tailwind .py-\[1\.477px\] {
    padding-block: 1.477px;
  }

  .tailwind .py-\[2\.495px\] {
    padding-block: 2.495px;
  }

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

  .tailwind .py-\[6\.118px\] {
    padding-block: 6.118px;
  }

  .tailwind .py-\[6\.829px\] {
    padding-block: 6.829px;
  }

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

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

  .tailwind .py-\[11\.333px\] {
    padding-block: 11.333px;
  }

  .tailwind .py-\[14\.145px\] {
    padding-block: 14.145px;
  }

  .tailwind .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }

  .tailwind .pr-\[2\.995px\] {
    padding-right: 2.995px;
  }

  .tailwind .pr-\[8\.076px\] {
    padding-right: 8.076px;
  }

  .tailwind .pr-\[9\.177px\] {
    padding-right: 9.177px;
  }

  .tailwind .pr-\[33px\] {
    padding-right: 33px;
  }

  .tailwind .pl-\[4\.038px\] {
    padding-left: 4.038px;
  }

  .tailwind .pl-\[4\.589px\] {
    padding-left: 4.589px;
  }

  .tailwind .pl-\[5\.989px\] {
    padding-left: 5.989px;
  }

  .tailwind .pl-\[9\.391px\] {
    padding-left: 9.391px;
  }

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

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

  .tailwind .align-middle {
    vertical-align: middle;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Bold\'\,_sans-serif\] {
    font-family: Plus Jakarta Sans\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Medium\'\,_sans-serif\] {
    font-family: Plus Jakarta Sans\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Regular\'\,_sans-serif\] {
    font-family: Plus Jakarta Sans\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:SemiBold\'\,_sans-serif\] {
    font-family: Plus Jakarta Sans\:SemiBold, sans-serif;
  }

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

  .tailwind .text-\[3\.883px\] {
    font-size: 3.883px;
  }

  .tailwind .text-\[4\.711px\] {
    font-size: 4.711px;
  }

  .tailwind .text-\[5\.353px\] {
    font-size: 5.353px;
  }

  .tailwind .text-\[6\.07px\] {
    font-size: 6.07px;
  }

  .tailwind .text-\[6\.99px\] {
    font-size: 6.99px;
  }

  .tailwind .text-\[7\.648px\] {
    font-size: 7.648px;
  }

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

  .tailwind .text-\[9\.177px\] {
    font-size: 9.177px;
  }

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

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

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

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

  .tailwind .text-\[13\.75px\] {
    font-size: 13.75px;
  }

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

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

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

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

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

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

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

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

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

  .tailwind .\[text-overflow\:inherit\] {
    text-overflow: inherit;
  }

  .tailwind .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .opacity-0 {
    opacity: 0;
  }

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

  .tailwind .shadow-\[0px_0\.325px_0\.65px_0px_rgba\(236\,241\,248\,0\.5\)\] {
    --tw-shadow: 0px .325px .65px 0px var(--tw-shadow-color, #ecf1f880);
    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_0\.369px_0\.738px_0px_rgba\(236\,241\,248\,0\.5\)\] {
    --tw-shadow: 0px .369px .738px 0px var(--tw-shadow-color, #ecf1f880);
    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_0\.765px_0\.765px_0px_rgba\(178\,189\,204\,0\.3\)\] {
    --tw-shadow: 0px .765px .765px 0px var(--tw-shadow-color, #b2bdcc4d);
    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_1\.879px_1\.879px_0px_rgba\(178\,189\,204\,0\.3\)\] {
    --tw-shadow: 0px 1.879px 1.879px 0px var(--tw-shadow-color, #b2bdcc4d);
    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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .blur-\[3\.641px\] {
    --tw-blur: blur(3.641px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .tailwind .backdrop-blur-\[3\.641px\] {
    --tw-backdrop-blur: blur(3.641px);
    -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-\[3\.926px\] {
    --tw-backdrop-blur: blur(3.926px);
    -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-filter {
    -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 .\[flex-flow\:wrap\] {
    flex-flow: wrap;
  }

  .tailwind .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .tailwind .\[text-wrap-mode\:inherit\] {
    text-wrap-mode: inherit;
  }

  .tailwind .\[white-space-collapse\:inherit\] {
    white-space-collapse: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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