@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600&display=swap");
/*! 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-space-y-reverse: 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-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :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-orange-300: oklch(.837 .128 66.29);
    --color-purple-400: oklch(.714 .203 305.504);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-neutral-700: oklch(.371 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --blur-sm: 8px;
    --blur-xl: 24px;
    --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);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-primary: var(--primary);
    --color-muted: var(--muted);
    --color-muted-foreground: var(--muted-foreground);
    --color-destructive: var(--destructive);
    --color-border: var(--border);
    --color-info-foreground: var(--info-foreground);
    --color-success: var(--success);
    --color-success-border: var(--success-border);
    --color-placeholder: var(--placeholder);
  }
}

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

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

  html, :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;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, 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;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

  ::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;
  }

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: Noto Sans, sans-serif;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-h1);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-h2);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-h3);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-h4);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-base);
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-label);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-base);
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) .helper-text {
    font-family: Noto Sans, sans-serif;
    font-size: var(--text-helper);
    font-weight: var(--font-weight-regular);
    line-height: 1.5;
  }
}

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

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.37\%_-0\.62\%\] {
    inset: -.37% -.62%;
  }

  .inset-\[-0\.73\%_-0\.72\%\] {
    inset: -.73% -.72%;
  }

  .inset-\[-1\.08\%_-0\.63\%\] {
    inset: -1.08% -.63%;
  }

  .inset-\[-1\.49\%_-2\.44\%_-1\.49\%_-2\.16\%\] {
    inset: -1.49% -2.44% -1.49% -2.16%;
  }

  .inset-\[3\.33\%_27\.73\%_3\.1\%_42\.81\%\] {
    inset: 3.33% 27.73% 3.1% 42.81%;
  }

  .inset-\[4\.72\%_3\.5\%_19\.14\%_-5\.54\%\] {
    inset: 4.72% 3.5% 19.14% -5.54%;
  }

  .inset-\[6\.17\%_-4\.75\%_7\.36\%_-6\.63\%\] {
    inset: 6.17% -4.75% 7.36% -6.63%;
  }

  .inset-\[7\.6\%_19\.6\%_53\.16\%_32\.67\%\] {
    inset: 7.6% 19.6% 53.16% 32.67%;
  }

  .inset-\[7\.14\%_47\.1\%_66\.1\%_17\.77\%\] {
    inset: 7.14% 47.1% 66.1% 17.77%;
  }

  .inset-\[12\.52\%_31\.8\%_45\.52\%_30\.71\%\] {
    inset: 12.52% 31.8% 45.52% 30.71%;
  }

  .inset-\[15\.66\%_50\.72\%_28\.88\%_21\.87\%\] {
    inset: 15.66% 50.72% 28.88% 21.87%;
  }

  .inset-\[18\.5\%_15\.53\%_12\.5\%_16\.43\%\] {
    inset: 18.5% 15.53% 12.5% 16.43%;
  }

  .inset-\[22\.92\%_4\.93\%_26\.44\%_5\.8\%\] {
    inset: 22.92% 4.93% 26.44% 5.8%;
  }

  .inset-\[24\.36\%_3\.88\%_-55\.7\%_4\.83\%\] {
    inset: 24.36% 3.88% -55.7% 4.83%;
  }

  .inset-\[26\.64\%_49\.83\%_69\.3\%_46\.38\%\] {
    inset: 26.64% 49.83% 69.3% 46.38%;
  }

  .inset-\[26\.64\%_74\.1\%_69\.3\%_22\.1\%\] {
    inset: 26.64% 74.1% 69.3% 22.1%;
  }

  .inset-\[28\.83\%_89\.7\%_67\.11\%_6\.5\%\] {
    inset: 28.83% 89.7% 67.11% 6.5%;
  }

  .inset-\[34\.29\%_85\.8\%_61\.65\%_10\.4\%\] {
    inset: 34.29% 85.8% 61.65% 10.4%;
  }

  .inset-\[38\.66\%_53\.73\%_57\.28\%_42\.47\%\] {
    inset: 38.66% 53.73% 57.28% 42.47%;
  }

  .inset-\[40\.48\%_91\.87\%_55\.45\%_4\.33\%\] {
    inset: 40.48% 91.87% 55.45% 4.33%;
  }

  .inset-\[42\.31\%_74\.53\%_53\.63\%_21\.67\%\] {
    inset: 42.31% 74.53% 53.63% 21.67%;
  }

  .inset-\[42\.67\%_57\.63\%_53\.27\%_38\.57\%\] {
    inset: 42.67% 57.63% 53.27% 38.57%;
  }

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

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

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

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

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

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

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

  .top-\[-3\.74\%\] {
    top: -3.74%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[11\.46px\] {
    top: 11.46px;
  }

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

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

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

  .top-\[16\.44\%\] {
    top: 16.44%;
  }

  .top-\[17\.9\%\] {
    top: 17.9%;
  }

  .top-\[21\.43\%\] {
    top: 21.43%;
  }

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

  .top-\[27\.75px\] {
    top: 27.75px;
  }

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

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

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

  .top-\[44\.64\%\] {
    top: 44.64%;
  }

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

  .top-\[50\.44px\] {
    top: 50.44px;
  }

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

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

  .top-\[64\.29\%\] {
    top: 64.29%;
  }

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

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

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

  .top-\[76\.79px\] {
    top: 76.79px;
  }

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

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

  .top-\[79\.69px\] {
    top: 79.69px;
  }

  .top-\[79\.92px\] {
    top: 79.92px;
  }

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

  .top-\[87\.56px\] {
    top: 87.56px;
  }

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

  .top-\[90\.8px\] {
    top: 90.8px;
  }

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

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

  .top-\[100px\] {
    top: 100px;
  }

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

  .top-\[115px\] {
    top: 115px;
  }

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

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

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

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

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

  .top-\[135\.35px\] {
    top: 135.35px;
  }

  .top-\[140px\] {
    top: 140px;
  }

  .top-\[148\.44px\] {
    top: 148.44px;
  }

  .top-\[163\.91px\] {
    top: 163.91px;
  }

  .top-\[169\.19px\] {
    top: 169.19px;
  }

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

  .top-\[189\.11px\] {
    top: 189.11px;
  }

  .top-\[227px\] {
    top: 227px;
  }

  .top-\[243px\] {
    top: 243px;
  }

  .top-\[280px\] {
    top: 280px;
  }

  .top-\[285\.42px\] {
    top: 285.42px;
  }

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

  .top-\[438px\] {
    top: 438px;
  }

  .top-\[484\.44px\] {
    top: 484.44px;
  }

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

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

  .top-\[707\.27px\] {
    top: 707.27px;
  }

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

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

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

  .top-\[calc\(50\%\+34\.576px\)\] {
    top: calc(50% + 34.576px);
  }

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

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

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

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

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

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

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

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

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

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

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

  .right-\[6px\] {
    right: 6px;
  }

  .right-\[16px\] {
    right: 16px;
  }

  .right-\[46\.5\%\] {
    right: 46.5%;
  }

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

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

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

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

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

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

  .bottom-\[-1\.52\%\] {
    bottom: -1.52%;
  }

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

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

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

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

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

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

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

  .bottom-\[1\.14px\] {
    bottom: 1.14px;
  }

  .bottom-\[1\.24px\] {
    bottom: 1.24px;
  }

  .bottom-\[1\.45px\] {
    bottom: 1.45px;
  }

  .bottom-\[6px\] {
    bottom: 6px;
  }

  .bottom-\[8px\] {
    bottom: 8px;
  }

  .bottom-\[14\.04px\] {
    bottom: 14.04px;
  }

  .bottom-\[15\.11px\] {
    bottom: 15.11px;
  }

  .bottom-\[17\.65\%\] {
    bottom: 17.65%;
  }

  .bottom-\[20\.88px\] {
    bottom: 20.88px;
  }

  .bottom-\[26\.72px\] {
    bottom: 26.72px;
  }

  .bottom-\[28px\] {
    bottom: 28px;
  }

  .bottom-\[34px\] {
    bottom: 34px;
  }

  .bottom-\[36\.79px\] {
    bottom: 36.79px;
  }

  .bottom-\[37px\] {
    bottom: 37px;
  }

  .bottom-\[41\.07\%\] {
    bottom: 41.07%;
  }

  .bottom-\[43\.07px\] {
    bottom: 43.07px;
  }

  .bottom-\[43\.61\%\] {
    bottom: 43.61%;
  }

  .bottom-\[44\.47px\] {
    bottom: 44.47px;
  }

  .bottom-\[53\.41px\] {
    bottom: 53.41px;
  }

  .bottom-\[59px\] {
    bottom: 59px;
  }

  .bottom-\[60\.71\%\] {
    bottom: 60.71%;
  }

  .bottom-\[62\.45px\] {
    bottom: 62.45px;
  }

  .bottom-\[63\.09px\] {
    bottom: 63.09px;
  }

  .bottom-\[63\.36px\] {
    bottom: 63.36px;
  }

  .bottom-\[71\.05px\] {
    bottom: 71.05px;
  }

  .bottom-\[78\.57\%\] {
    bottom: 78.57%;
  }

  .bottom-\[88px\] {
    bottom: 88px;
  }

  .bottom-\[93\.73px\] {
    bottom: 93.73px;
  }

  .bottom-\[94\.64px\] {
    bottom: 94.64px;
  }

  .bottom-\[100px\] {
    bottom: 100px;
  }

  .bottom-\[125\.74px\] {
    bottom: 125.74px;
  }

  .bottom-\[126\.71px\] {
    bottom: 126.71px;
  }

  .bottom-\[127\.59px\] {
    bottom: 127.59px;
  }

  .bottom-\[128\.35px\] {
    bottom: 128.35px;
  }

  .bottom-\[140\.11px\] {
    bottom: 140.11px;
  }

  .bottom-\[140px\] {
    bottom: 140px;
  }

  .bottom-\[143\.27px\] {
    bottom: 143.27px;
  }

  .bottom-\[145\.09px\] {
    bottom: 145.09px;
  }

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

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

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

  .bottom-\[151\.85px\] {
    bottom: 151.85px;
  }

  .bottom-\[151\.96px\] {
    bottom: 151.96px;
  }

  .bottom-\[155\.83px\] {
    bottom: 155.83px;
  }

  .bottom-\[157\.57px\] {
    bottom: 157.57px;
  }

  .bottom-\[157px\] {
    bottom: 157px;
  }

  .bottom-\[164\.99px\] {
    bottom: 164.99px;
  }

  .bottom-\[177\.63px\] {
    bottom: 177.63px;
  }

  .bottom-\[183\.37px\] {
    bottom: 183.37px;
  }

  .bottom-\[249\.36px\] {
    bottom: 249.36px;
  }

  .bottom-\[250\.39px\] {
    bottom: 250.39px;
  }

  .bottom-\[254\.99px\] {
    bottom: 254.99px;
  }

  .bottom-\[278\.31px\] {
    bottom: 278.31px;
  }

  .bottom-\[352\.46px\] {
    bottom: 352.46px;
  }

  .bottom-\[364\.38px\] {
    bottom: 364.38px;
  }

  .bottom-\[383\.67px\] {
    bottom: 383.67px;
  }

  .bottom-\[389\.3px\] {
    bottom: 389.3px;
  }

  .bottom-\[412\.06px\] {
    bottom: 412.06px;
  }

  .bottom-\[449\.15px\] {
    bottom: 449.15px;
  }

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

  .bottom-\[560\.6px\] {
    bottom: 560.6px;
  }

  .bottom-\[576\.04px\] {
    bottom: 576.04px;
  }

  .bottom-\[602\.19px\] {
    bottom: 602.19px;
  }

  .bottom-\[609\.88px\] {
    bottom: 609.88px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[21\.24\%\] {
    left: 21.24%;
  }

  .left-\[23\.13px\] {
    left: 23.13px;
  }

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

  .left-\[26\.5px\] {
    left: 26.5px;
  }

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

  .left-\[31\.23px\] {
    left: 31.23px;
  }

  .left-\[34\.71px\] {
    left: 34.71px;
  }

  .left-\[39\.27px\] {
    left: 39.27px;
  }

  .left-\[40px\] {
    left: 40px;
  }

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

  .left-\[45\.07\%\] {
    left: 45.07%;
  }

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

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

  .left-\[70px\] {
    left: 70px;
  }

  .left-\[92\.5px\] {
    left: 92.5px;
  }

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

  .left-\[105\.31px\] {
    left: 105.31px;
  }

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

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

  .left-\[125\.53px\] {
    left: 125.53px;
  }

  .left-\[131px\] {
    left: 131px;
  }

  .left-\[132\.87px\] {
    left: 132.87px;
  }

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

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

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

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

  .left-\[179px\] {
    left: 179px;
  }

  .left-\[187\.29px\] {
    left: 187.29px;
  }

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

  .left-\[213\.14px\] {
    left: 213.14px;
  }

  .left-\[220\.54px\] {
    left: 220.54px;
  }

  .left-\[221\.97px\] {
    left: 221.97px;
  }

  .left-\[226\.35px\] {
    left: 226.35px;
  }

  .left-\[247px\] {
    left: 247px;
  }

  .left-\[258\.92px\] {
    left: 258.92px;
  }

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

  .left-\[305px\] {
    left: 305px;
  }

  .left-\[333\.46px\] {
    left: 333.46px;
  }

  .left-\[333\.73px\] {
    left: 333.73px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[calc\(50\%\+10\.317px\)\] {
    left: calc(50% + 10.317px);
  }

  .left-\[calc\(50\%\+25\.862px\)\] {
    left: calc(50% + 25.862px);
  }

  .left-\[calc\(50\%\+28\.08px\)\] {
    left: calc(50% + 28.08px);
  }

  .left-\[calc\(50\%\+39\.036px\)\] {
    left: calc(50% + 39.036px);
  }

  .left-\[calc\(50\%\+47\.624px\)\] {
    left: calc(50% + 47.624px);
  }

  .left-\[calc\(50\%\+52\.984px\)\] {
    left: calc(50% + 52.984px);
  }

  .left-\[calc\(50\%\+56\.224px\)\] {
    left: calc(50% + 56.224px);
  }

  .left-\[calc\(50\%\+63\.573px\)\] {
    left: calc(50% + 63.573px);
  }

  .left-\[calc\(50\%\+63\.582px\)\] {
    left: calc(50% + 63.582px);
  }

  .left-\[calc\(50\%\+68\.701px\)\] {
    left: calc(50% + 68.701px);
  }

  .left-\[calc\(50\%\+82\.305px\)\] {
    left: calc(50% + 82.305px);
  }

  .left-\[calc\(50\%\+90\.673px\)\] {
    left: calc(50% + 90.673px);
  }

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

  .left-\[calc\(50\%\+97\.127px\)\] {
    left: calc(50% + 97.127px);
  }

  .left-\[calc\(50\%\+99\.258px\)\] {
    left: calc(50% + 99.258px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[calc\(50\%-2\.316px\)\] {
    left: calc(50% - 2.316px);
  }

  .left-\[calc\(50\%-2\.676px\)\] {
    left: calc(50% - 2.676px);
  }

  .left-\[calc\(50\%-2\.687px\)\] {
    left: calc(50% - 2.687px);
  }

  .left-\[calc\(50\%-2\.715px\)\] {
    left: calc(50% - 2.715px);
  }

  .left-\[calc\(50\%-2\.783px\)\] {
    left: calc(50% - 2.783px);
  }

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

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

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

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

  .left-\[calc\(50\%-18\.55px\)\] {
    left: calc(50% - 18.55px);
  }

  .left-\[calc\(50\%-19\.26px\)\] {
    left: calc(50% - 19.26px);
  }

  .left-\[calc\(50\%-20\.786px\)\] {
    left: calc(50% - 20.786px);
  }

  .left-\[calc\(50\%-31\.205px\)\] {
    left: calc(50% - 31.205px);
  }

  .left-\[calc\(50\%-32\.376px\)\] {
    left: calc(50% - 32.376px);
  }

  .left-\[calc\(50\%-32\.547px\)\] {
    left: calc(50% - 32.547px);
  }

  .left-\[calc\(50\%-32\.953px\)\] {
    left: calc(50% - 32.953px);
  }

  .left-\[calc\(50\%-33\.464px\)\] {
    left: calc(50% - 33.464px);
  }

  .left-\[calc\(50\%-36\.483px\)\] {
    left: calc(50% - 36.483px);
  }

  .left-\[calc\(50\%-42\.637px\)\] {
    left: calc(50% - 42.637px);
  }

  .left-\[calc\(50\%-62\.837px\)\] {
    left: calc(50% - 62.837px);
  }

  .left-\[calc\(50\%-62\.846px\)\] {
    left: calc(50% - 62.846px);
  }

  .left-\[calc\(50\%-62\.916px\)\] {
    left: calc(50% - 62.916px);
  }

  .left-\[calc\(50\%-70\.369px\)\] {
    left: calc(50% - 70.369px);
  }

  .left-\[calc\(50\%-83\.425px\)\] {
    left: calc(50% - 83.425px);
  }

  .left-\[calc\(50\%-89\.78px\)\] {
    left: calc(50% - 89.78px);
  }

  .left-\[calc\(50\%-91\.314px\)\] {
    left: calc(50% - 91.314px);
  }

  .left-\[calc\(50\%-93\.446px\)\] {
    left: calc(50% - 93.446px);
  }

  .left-\[calc\(50\%-96\.393px\)\] {
    left: calc(50% - 96.393px);
  }

  .left-px {
    left: 1px;
  }

  .isolate {
    isolation: isolate;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[5\] {
    z-index: 5;
  }

  .z-\[40\] {
    z-index: 40;
  }

  .z-\[70\] {
    z-index: 70;
  }

  .z-\[99999\] {
    z-index: 99999;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .-mr-\[16px\] {
    margin-right: -16px;
  }

  .mr-\[0px\] {
    margin-right: 0;
  }

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

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

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

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

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .mb-\[12px\] {
    margin-bottom: 12px;
  }

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

  .mb-\[24px\] {
    margin-bottom: 24px;
  }

  .mb-\[80px\] {
    margin-bottom: 80px;
  }

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

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

  .size-\[19\.454px\] {
    width: 19.454px;
    height: 19.454px;
  }

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

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

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

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

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

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

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

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

  .size-\[41\.667px\] {
    width: 41.667px;
    height: 41.667px;
  }

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

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

  .size-\[71\.576px\] {
    width: 71.576px;
    height: 71.576px;
  }

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

  .size-\[89\.428px\] {
    width: 89.428px;
    height: 89.428px;
  }

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

  .size-\[98\.477px\] {
    width: 98.477px;
    height: 98.477px;
  }

  .size-\[108\.441px\] {
    width: 108.441px;
    height: 108.441px;
  }

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

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

  .size-\[167\.733px\] {
    width: 167.733px;
    height: 167.733px;
  }

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

  .size-\[178\.856px\] {
    width: 178.856px;
    height: 178.856px;
  }

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

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

  .size-\[271\.093px\] {
    width: 271.093px;
    height: 271.093px;
  }

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

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

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

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

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

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

  .h-\[0\.833px\] {
    height: .833px;
  }

  .h-\[0\.904px\] {
    height: .904px;
  }

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

  .h-\[2\.579px\] {
    height: 2.579px;
  }

  .h-\[2\.867px\] {
    height: 2.867px;
  }

  .h-\[2\.894px\] {
    height: 2.894px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[7\.654px\] {
    height: 7.654px;
  }

  .h-\[8\.865px\] {
    height: 8.865px;
  }

  .h-\[8\.871px\] {
    height: 8.871px;
  }

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

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

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

  .h-\[11\.017px\] {
    height: 11.017px;
  }

  .h-\[11\.796px\] {
    height: 11.796px;
  }

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

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

  .h-\[14\.635px\] {
    height: 14.635px;
  }

  .h-\[14\.679px\] {
    height: 14.679px;
  }

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

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

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

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

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

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

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

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

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

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

  .h-\[25\.02px\] {
    height: 25.02px;
  }

  .h-\[25\.256px\] {
    height: 25.256px;
  }

  .h-\[25\.838px\] {
    height: 25.838px;
  }

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

  .h-\[26\.01px\] {
    height: 26.01px;
  }

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

  .h-\[27\.391px\] {
    height: 27.391px;
  }

  .h-\[27\.713px\] {
    height: 27.713px;
  }

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

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

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

  .h-\[29\.998px\] {
    height: 29.998px;
  }

  .h-\[30\.082px\] {
    height: 30.082px;
  }

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

  .h-\[31\.692px\] {
    height: 31.692px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[56\.533px\] {
    height: 56.533px;
  }

  .h-\[56\.619px\] {
    height: 56.619px;
  }

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

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

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

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

  .h-\[62\.121px\] {
    height: 62.121px;
  }

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

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

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

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

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

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

  .h-\[67\.023px\] {
    height: 67.023px;
  }

  .h-\[67\.026px\] {
    height: 67.026px;
  }

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

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

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

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

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

  .h-\[89\.105px\] {
    height: 89.105px;
  }

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

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

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

  .h-\[113\.268px\] {
    height: 113.268px;
  }

  .h-\[113\.706px\] {
    height: 113.706px;
  }

  .h-\[115\.277px\] {
    height: 115.277px;
  }

  .h-\[116\.476px\] {
    height: 116.476px;
  }

  .h-\[119\.493px\] {
    height: 119.493px;
  }

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

  .h-\[121\.319px\] {
    height: 121.319px;
  }

  .h-\[121\.931px\] {
    height: 121.931px;
  }

  .h-\[123\.094px\] {
    height: 123.094px;
  }

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

  .h-\[128\.923px\] {
    height: 128.923px;
  }

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

  .h-\[129\.368px\] {
    height: 129.368px;
  }

  .h-\[139\.8px\] {
    height: 139.8px;
  }

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

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

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

  .h-\[172\.998px\] {
    height: 172.998px;
  }

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

  .h-\[181\.524px\] {
    height: 181.524px;
  }

  .h-\[187\.766px\] {
    height: 187.766px;
  }

  .h-\[209\.306px\] {
    height: 209.306px;
  }

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

  .h-\[212\.745px\] {
    height: 212.745px;
  }

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

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

  .h-\[257\.8px\] {
    height: 257.8px;
  }

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

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

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

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

  .h-\[404\.679px\] {
    height: 404.679px;
  }

  .h-\[407\.475px\] {
    height: 407.475px;
  }

  .h-\[438\.861px\] {
    height: 438.861px;
  }

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

  .h-\[487\.001px\] {
    height: 487.001px;
  }

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

  .h-\[651\.166px\] {
    height: 651.166px;
  }

  .h-\[679\.198px\] {
    height: 679.198px;
  }

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

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.707107424736023\)\+\(var\(--transform-inner-height\)\*0\.707107424736023\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .707107)  + (var(--transform-inner-height) * .707107)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.4079655110836029\)\+\(var\(--transform-inner-height\)\*0\.912997841835022\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .407966)  + (var(--transform-inner-height) * .912998)));
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

  .w-\[1\.554px\] {
    width: 1.554px;
  }

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

  .w-\[2\.575px\] {
    width: 2.575px;
  }

  .w-\[2\.599px\] {
    width: 2.599px;
  }

  .w-\[2\.679px\] {
    width: 2.679px;
  }

  .w-\[2\.986px\] {
    width: 2.986px;
  }

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

  .w-\[3\.705px\] {
    width: 3.705px;
  }

  .w-\[4\.8px\] {
    width: 4.8px;
  }

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

  .w-\[4\.066px\] {
    width: 4.066px;
  }

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

  .w-\[4\.844px\] {
    width: 4.844px;
  }

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

  .w-\[5\.652px\] {
    width: 5.652px;
  }

  .w-\[5\.944px\] {
    width: 5.944px;
  }

  .w-\[6\.756px\] {
    width: 6.756px;
  }

  .w-\[7\.279px\] {
    width: 7.279px;
  }

  .w-\[7\.427px\] {
    width: 7.427px;
  }

  .w-\[7\.487px\] {
    width: 7.487px;
  }

  .w-\[7\.677px\] {
    width: 7.677px;
  }

  .w-\[7\.683px\] {
    width: 7.683px;
  }

  .w-\[8\.071px\] {
    width: 8.071px;
  }

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

  .w-\[9\.626px\] {
    width: 9.626px;
  }

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

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

  .w-\[17\.778px\] {
    width: 17.778px;
  }

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

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

  .w-\[19\.139px\] {
    width: 19.139px;
  }

  .w-\[19\.604px\] {
    width: 19.604px;
  }

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

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

  .w-\[24\.534px\] {
    width: 24.534px;
  }

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

  .w-\[26\.329px\] {
    width: 26.329px;
  }

  .w-\[26\.365px\] {
    width: 26.365px;
  }

  .w-\[26\.618px\] {
    width: 26.618px;
  }

  .w-\[27\.057px\] {
    width: 27.057px;
  }

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

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

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

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

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

  .w-\[35\.809px\] {
    width: 35.809px;
  }

  .w-\[36\.488px\] {
    width: 36.488px;
  }

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

  .w-\[37\.855px\] {
    width: 37.855px;
  }

  .w-\[38\.471px\] {
    width: 38.471px;
  }

  .w-\[38\.697px\] {
    width: 38.697px;
  }

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

  .w-\[41\.94px\] {
    width: 41.94px;
  }

  .w-\[42\.55px\] {
    width: 42.55px;
  }

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

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

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

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

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

  .w-\[51\.726px\] {
    width: 51.726px;
  }

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

  .w-\[53\.279px\] {
    width: 53.279px;
  }

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

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

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

  .w-\[69\.097px\] {
    width: 69.097px;
  }

  .w-\[71\.356px\] {
    width: 71.356px;
  }

  .w-\[71\.458px\] {
    width: 71.458px;
  }

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

  .w-\[78\.603px\] {
    width: 78.603px;
  }

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

  .w-\[79\.729px\] {
    width: 79.729px;
  }

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

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

  .w-\[84\.939px\] {
    width: 84.939px;
  }

  .w-\[86\.369px\] {
    width: 86.369px;
  }

  .w-\[86\.964px\] {
    width: 86.964px;
  }

  .w-\[87\.204px\] {
    width: 87.204px;
  }

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

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

  .w-\[95\.564px\] {
    width: 95.564px;
  }

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

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

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

  .w-\[102\.815px\] {
    width: 102.815px;
  }

  .w-\[105\.127px\] {
    width: 105.127px;
  }

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

  .w-\[106\.986px\] {
    width: 106.986px;
  }

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

  .w-\[112\.259px\] {
    width: 112.259px;
  }

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

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

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

  .w-\[132\.81px\] {
    width: 132.81px;
  }

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

  .w-\[134\.539px\] {
    width: 134.539px;
  }

  .w-\[134\.645px\] {
    width: 134.645px;
  }

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

  .w-\[141\.561px\] {
    width: 141.561px;
  }

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

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

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

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

  .w-\[158\.192px\] {
    width: 158.192px;
  }

  .w-\[158\.493px\] {
    width: 158.493px;
  }

  .w-\[160\.001px\] {
    width: 160.001px;
  }

  .w-\[160\.299px\] {
    width: 160.299px;
  }

  .w-\[160\.367px\] {
    width: 160.367px;
  }

  .w-\[171\.735px\] {
    width: 171.735px;
  }

  .w-\[190\.709px\] {
    width: 190.709px;
  }

  .w-\[205\.749px\] {
    width: 205.749px;
  }

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

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

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

  .w-\[209\.985px\] {
    width: 209.985px;
  }

  .w-\[211\.798px\] {
    width: 211.798px;
  }

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

  .w-\[225\.675px\] {
    width: 225.675px;
  }

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

  .w-\[235\.334px\] {
    width: 235.334px;
  }

  .w-\[259\.049px\] {
    width: 259.049px;
  }

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

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

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

  .w-\[316\.869px\] {
    width: 316.869px;
  }

  .w-\[319\.583px\] {
    width: 319.583px;
  }

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

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

  .w-\[349\.5px\] {
    width: 349.5px;
  }

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

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

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

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

  .w-\[474\.932px\] {
    width: 474.932px;
  }

  .w-\[966\.75px\] {
    width: 966.75px;
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.4079643189907074\)\+\(var\(--transform-inner-width\)\*0\.9129972457885742\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .407964)  + (var(--transform-inner-width) * .912997)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.7071061134338379\)\+\(var\(--transform-inner-width\)\*0\.7071061134338379\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .707106)  + (var(--transform-inner-width) * .707106)));
  }

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

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

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

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[60deg\] {
    rotate: 60deg;
  }

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

  .rotate-\[335\.923deg\] {
    rotate: 335.923deg;
  }

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

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[28px\] {
    gap: 28px;
  }

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

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

  .gap-\[41px\] {
    gap: 41px;
  }

  .gap-\[42\.204px\] {
    gap: 42.204px;
  }

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

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

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

  .overflow-y-auto {
    overflow-y: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rounded-\[var\(--radius-button\)\] {
    border-radius: var(--radius-button);
  }

  .rounded-\[var\(--radius-card\)\] {
    border-radius: var(--radius-card);
  }

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

  .rounded-t-\[16px\] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

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

  .border-\[\#005fae\] {
    border-color: #005fae;
  }

  .border-\[\#74777f\] {
    border-color: #74777f;
  }

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

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

  .border-primary {
    border-color: var(--primary);
  }

  .border-transparent {
    border-color: #0000;
  }

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

  .border-white\/20 {
    border-color: #fff3;
  }

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

  .border-white\/50 {
    border-color: #ffffff80;
  }

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

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

  .bg-\[\#007aff\] {
    background-color: #007aff;
  }

  .bg-\[\#0375d4\] {
    background-color: #0375d4;
  }

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

  .bg-\[\#F0F3FF\] {
    background-color: #f0f3ff;
  }

  .bg-\[\#F0F3FF\]\/70 {
    background-color: oklab(96.5356% .00137529 -.0163013 / .7);
  }

  .bg-\[\#FDFCFF\] {
    background-color: #fdfcff;
  }

  .bg-\[\#FDFCFF\]\/70 {
    background-color: oklab(99.267% .00212693 -.00348079 / .7);
  }

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

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

  .bg-\[\#cccccc\] {
    background-color: #ccc;
  }

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

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

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

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

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

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

  .bg-\[\#f0f3ff\]\/70 {
    background-color: oklab(96.5356% .00137529 -.0163013 / .7);
  }

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

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

  .bg-\[rgb\(247\,247\,249\)\] {
    background-color: #f7f7f9;
  }

  .bg-\[rgba\(62\,156\,70\,0\.68\)\] {
    background-color: #3e9c46ad;
  }

  .bg-\[rgba\(245\,245\,245\,0\.9\)\] {
    background-color: #f5f5f5e6;
  }

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

  .bg-black\/40 {
    background-color: #0006;
  }

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

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

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

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

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

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

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

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

  .bg-white\/80 {
    background-color: #fffc;
  }

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

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

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

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

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

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

  .from-\[\#AFC0FD\] {
    --tw-gradient-from: #afc0fd;
    --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));
  }

  .from-\[\#dde0ff\] {
    --tw-gradient-from: #dde0ff;
    --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));
  }

  .from-\[\#ebf1ff\] {
    --tw-gradient-from: #ebf1ff;
    --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));
  }

  .from-\[\#ffedeb\] {
    --tw-gradient-from: #ffedeb;
    --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));
  }

  .from-\[\#ffffff\] {
    --tw-gradient-from: #fff;
    --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));
  }

  .from-purple-400 {
    --tw-gradient-from: var(--color-purple-400);
    --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));
  }

  .from-white\/0 {
    --tw-gradient-from: #0000;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/0 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 0%, transparent);
    }
  }

  .from-\[21\.875\%\] {
    --tw-gradient-from-position: 21.875%;
  }

  .via-\[\#e7f1ff\] {
    --tw-gradient-via: #e7f1ff;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-white\/50 {
    --tw-gradient-via: #ffffff80;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-white\/50 {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .via-\[54\.267\%\] {
    --tw-gradient-via-position: 54.267%;
  }

  .to-\[\#AFB3FD\] {
    --tw-gradient-to: #afb3fd;
    --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));
  }

  .to-\[\#dfe8ff\] {
    --tw-gradient-to: #dfe8ff;
    --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));
  }

  .to-\[\#e7f1ff\] {
    --tw-gradient-to: #e7f1ff;
    --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));
  }

  .to-\[\#ffe5e0\] {
    --tw-gradient-to: #ffe5e0;
    --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));
  }

  .to-\[rgba\(255\,255\,255\,0\.4\)\] {
    --tw-gradient-to: #fff6;
    --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));
  }

  .to-orange-300 {
    --tw-gradient-to: var(--color-orange-300);
    --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));
  }

  .to-white {
    --tw-gradient-to: 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));
  }

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

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

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

  .mask-size-\[216px_211px\] {
    mask-size: 216px 211px;
  }

  .mask-position-\[-8\.311px_-80px\] {
    mask-position: -8.311px -80px;
  }

  .mask-position-\[-28\.534px_-84\.695px\] {
    mask-position: -28.534px -84.695px;
  }

  .mask-position-\[-90\.292px_-5\.425px\] {
    mask-position: -90.292px -5.425px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-\[26\.5px\] {
    padding-inline: 26.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }

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

  .pt-\[5px\] {
    padding-top: 5px;
  }

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

  .pt-\[8px\] {
    padding-top: 8px;
  }

  .pt-\[15px\] {
    padding-top: 15px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

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

  .pt-\[97px\] {
    padding-top: 97px;
  }

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

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

  .pb-\[2px\] {
    padding-bottom: 2px;
  }

  .pb-\[8px\] {
    padding-bottom: 8px;
  }

  .pb-\[10px\] {
    padding-bottom: 10px;
  }

  .pb-\[11px\] {
    padding-bottom: 11px;
  }

  .pb-\[12px\] {
    padding-bottom: 12px;
  }

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

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

  .pb-\[20px\] {
    padding-bottom: 20px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pb-\[28px\] {
    padding-bottom: 28px;
  }

  .pb-\[34px\] {
    padding-bottom: 34px;
  }

  .pb-\[36px\] {
    padding-bottom: 36px;
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pb-\[100px\] {
    padding-bottom: 100px;
  }

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

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

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

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

  .font-\[\'-apple-system\'\,_\'SF_Pro_Text\'\,_system-ui\,_sans-serif\] {
    font-family: -apple-system, SF Pro Text, system-ui, sans-serif;
  }

  .font-\[\'Bubblegum_Sans\:Regular\'\,_sans-serif\] {
    font-family: Bubblegum Sans\:Regular, sans-serif;
  }

  .font-\[\'Noto_Sans\:Bold\'\,_sans-serif\] {
    font-family: Noto Sans\:Bold, sans-serif;
  }

  .font-\[\'Noto_Sans\:Display_Bold\'\,_sans-serif\] {
    font-family: Noto Sans\:Display Bold, sans-serif;
  }

  .font-\[\'Noto_Sans\:Display_SemiBold\'\,_sans-serif\] {
    font-family: Noto Sans\:Display SemiBold, sans-serif;
  }

  .font-\[\'Noto_Sans\:Medium\'\,_sans-serif\] {
    font-family: Noto Sans\:Medium, sans-serif;
  }

  .font-\[\'Noto_Sans\:Regular\'\,_sans-serif\] {
    font-family: Noto Sans\:Regular, sans-serif;
  }

  .font-\[\'Noto_Sans\:SemiBold\'\,_sans-serif\] {
    font-family: Noto Sans\:SemiBold, sans-serif;
  }

  .font-\[\'SF_Pro_Display\'\,_sans-serif\] {
    font-family: SF Pro Display, sans-serif;
  }

  .font-\[\'SF_Pro_Text\'\,_sans-serif\] {
    font-family: SF Pro Text, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Regular\'\,_sans-serif\] {
    font-family: SF Pro Text\:Regular, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Semibold\'\,_sans-serif\] {
    font-family: SF Pro Text\:Semibold, sans-serif;
  }

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

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

  .text-\[9\.557px\] {
    font-size: 9.557px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[14\.336px\] {
    --tw-leading: 14.336px;
    line-height: 14.336px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-0\.02px\] {
    --tw-tracking: -.02px;
    letter-spacing: -.02px;
  }

  .tracking-\[-0\.24px\] {
    --tw-tracking: -.24px;
    letter-spacing: -.24px;
  }

  .tracking-\[-0\.25px\] {
    --tw-tracking: -.25px;
    letter-spacing: -.25px;
  }

  .tracking-\[-0\.32px\] {
    --tw-tracking: -.32px;
    letter-spacing: -.32px;
  }

  .tracking-\[-0\.41px\] {
    --tw-tracking: -.41px;
    letter-spacing: -.41px;
  }

  .tracking-\[-0\.078px\] {
    --tw-tracking: -.078px;
    letter-spacing: -.078px;
  }

  .tracking-\[-0\.408px\] {
    --tw-tracking: -.408px;
    letter-spacing: -.408px;
  }

  .tracking-\[0\.01px\] {
    --tw-tracking: .01px;
    letter-spacing: .01px;
  }

  .tracking-\[0\.02px\] {
    --tw-tracking: .02px;
    letter-spacing: .02px;
  }

  .tracking-\[0\.03px\] {
    --tw-tracking: .03px;
    letter-spacing: .03px;
  }

  .tracking-\[0\.04px\] {
    --tw-tracking: .04px;
    letter-spacing: .04px;
  }

  .tracking-\[0\.014px\] {
    --tw-tracking: .014px;
    letter-spacing: .014px;
  }

  .tracking-\[0\.027px\] {
    --tw-tracking: .027px;
    letter-spacing: .027px;
  }

  .tracking-\[0\.033px\] {
    --tw-tracking: .033px;
    letter-spacing: .033px;
  }

  .tracking-\[0\.035px\] {
    --tw-tracking: .035px;
    letter-spacing: .035px;
  }

  .tracking-\[0\.045px\] {
    --tw-tracking: .045px;
    letter-spacing: .045px;
  }

  .tracking-\[0\.055px\] {
    --tw-tracking: .055px;
    letter-spacing: .055px;
  }

  .tracking-\[0\.056px\] {
    --tw-tracking: .056px;
    letter-spacing: .056px;
  }

  .tracking-\[0\.364px\] {
    --tw-tracking: .364px;
    letter-spacing: .364px;
  }

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

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

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

  .text-\[\#001c3a\] {
    color: #001c3a;
  }

  .text-\[\#1A1C1E\], .text-\[\#1a1c1e\] {
    color: #1a1c1e;
  }

  .text-\[\#005fae\] {
    color: #005fae;
  }

  .text-\[\#007aff\] {
    color: #007aff;
  }

  .text-\[\#8e8e93\] {
    color: #8e8e93;
  }

  .text-\[\#111c2b\] {
    color: #111c2b;
  }

  .text-\[\#49454f\] {
    color: #49454f;
  }

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

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

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

  .text-\[rgb\(255\,255\,255\)\] {
    color: #fff;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-info-foreground {
    color: var(--info-foreground);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-neutral-700 {
    color: var(--color-neutral-700);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-100 {
    opacity: 1;
  }

  .opacity-\[0\.65\] {
    opacity: .65;
  }

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

  .mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_1px_0_0_rgba\(255\,255\,255\,0\.1\)_inset\] {
    --tw-shadow: 0 1px 0 0 var(--tw-shadow-color, #ffffff1a) inset;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 2px 8px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_8px_32px_rgba\(0\,95\,174\,0\.08\)\] {
    --tw-shadow: 0 8px 32px var(--tw-shadow-color, #005fae14);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_0\.5px_4px_rgba\(0\,0\,0\,0\.12\)\,0px_6px_13px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0px .5px 4px var(--tw-shadow-color, #0000001f), 0px 6px 13px var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_0px_0px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 1px 0px 0px var(--tw-shadow-color, #0000004d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 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);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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);
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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, );
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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, );
  }

  .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, );
  }

  .backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px);
    -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, );
  }

  .backdrop-blur-\[54\.366px\] {
    --tw-backdrop-blur: blur(54.366px);
    -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, );
  }

  .backdrop-blur-\[80px\] {
    --tw-backdrop-blur: blur(80px);
    -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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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, );
  }

  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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, );
  }

  .backdrop-saturate-\[180\%\] {
    --tw-backdrop-saturate: saturate(180%);
    -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, );
  }

  .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, );
  }

  .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));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .will-change-transform {
    will-change: transform;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .focus\:border-primary:focus {
    border-color: var(--primary);
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:bg-\[\#025fa8\]:active {
    background-color: #025fa8;
  }

  .active\:bg-\[\#98a0ab\]:active {
    background-color: #98a0ab;
  }

  .active\:bg-\[\#d9d9db\]:active {
    background-color: #d9d9db;
  }

  .active\:bg-\[\#e9e8eb\]:active {
    background-color: #e9e8eb;
  }

  .active\:opacity-50:active {
    opacity: .5;
  }

  .active\:opacity-60:active {
    opacity: .6;
  }

  .active\:opacity-70:active {
    opacity: .7;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }

  .active\:shadow-none:active {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}


:root {
  --font-size: 16px;
  --text-h1: 22px;
  --text-h2: 20px;
  --text-h3: 18px;
  --text-h4: 14px;
  --text-base: 16px;
  --text-label: 11px;
  --text-helper: 14px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --background: #fdfcff;
  --foreground: #1a1c1e;
  --card: #fdfcff;
  --card-foreground: #1a1c1e;
  --popover: #f4f3f7;
  --popover-foreground: #1a1c1e;
  --primary: #005fae;
  --primary-foreground: #fff;
  --secondary: #0000;
  --secondary-foreground: #fff;
  --muted: #e9e8eb;
  --muted-foreground: #ababae;
  --accent: #245fa6;
  --accent-foreground: #fff;
  --info: #ebf1ff;
  --info-foreground: #001b3c;
  --destructive: #ff5449;
  --destructive-foreground: #410002;
  --success: #28a745;
  --success-foreground: #fff;
  --success-border: #3b6a18;
  --border: #74777f;
  --input: #f4f3f7;
  --input-background: #f4f3f7;
  --placeholder: #909094;
  --ring: #005fae;
  --elevation-sm: 0px 4px 100px 0px #0000000d;
  --chart-1: #005fae;
  --chart-2: #9c413e;
  --chart-3: #245fa6;
  --chart-4: #111c2b;
  --chart-5: #909094;
  --radius: 20px;
  --radius-button: 20px;
  --radius-card: 20px;
  --radius-input: 4px;
  --sidebar: #fdfcff;
  --sidebar-foreground: #1a1c1e;
  --sidebar-primary: #005fae;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #245fa6;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #74777f;
  --sidebar-ring: #005fae;
}

.dark {
  --background: #111c2b;
  --foreground: #fdfcff;
  --card: #1a1c1e;
  --info: #243042;
  --info-foreground: #ebf1ff;
  --card-foreground: #fdfcff;
  --popover: #1a1c1e;
  --popover-foreground: #fdfcff;
  --primary: #749ece;
  --primary-foreground: #111c2b;
  --secondary: #245fa6;
  --secondary-foreground: #fdfcff;
  --muted: #242628;
  --muted-foreground: #909094;
  --accent: #749ece;
  --accent-foreground: #111c2b;
  --destructive: #ff5449;
  --destructive-foreground: #fdfcff;
  --success: #28a745;
  --success-foreground: #fdfcff;
  --border: #74777f;
  --input: #242628;
  --ring: #749ece;
  --chart-1: #749ece;
  --chart-2: #ff5449;
  --chart-3: #245fa6;
  --chart-4: #fdfcff;
  --chart-5: #909094;
  --sidebar: #1a1c1e;
  --sidebar-foreground: #fdfcff;
  --sidebar-primary: #749ece;
  --sidebar-primary-foreground: #111c2b;
  --sidebar-accent: #749ece;
  --sidebar-accent-foreground: #111c2b;
  --sidebar-border: #74777f;
  --sidebar-ring: #749ece;
}

html {
  font-size: var(--font-size);
}

.ios-tap-cursor, .ios-tap-cursor * {
  cursor: none !important;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.animate-blink {
  animation: 1s infinite blink;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
