/*! 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-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-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-red-50: oklch(.971 .013 17.38);
    --color-red-200: oklch(.885 .062 18.334);
    --color-red-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-red-800: oklch(.444 .177 26.899);
    --color-green-50: oklch(.982 .018 155.826);
    --color-green-200: oklch(.925 .084 155.995);
    --color-green-800: oklch(.448 .119 151.328);
    --color-purple-100: oklch(.946 .033 307.174);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-7xl: 80rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --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 {
  *, :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);
    }
  }

  * {
    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);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

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

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

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    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-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-1\.28px_-9659\.14\%\] {
    inset: -1.28px -9659.14%;
  }

  .inset-\[-1\.29px_-9673\.32\%\] {
    inset: -1.29px -9673.32%;
  }

  .inset-\[-1\.57px_-7496\.55\%\] {
    inset: -1.57px -7496.55%;
  }

  .inset-\[-1\.57px_-7507\.56\%\] {
    inset: -1.57px -7507.56%;
  }

  .inset-\[-1\.57px_-7533\.51\%\] {
    inset: -1.57px -7533.51%;
  }

  .inset-\[-1\.57px_-7544\.57\%\] {
    inset: -1.57px -7544.57%;
  }

  .inset-\[-1px_-12\.52\%\] {
    inset: -1px -12.52%;
  }

  .inset-\[-5\%_-6\.25\%\] {
    inset: -5% -6.25%;
  }

  .inset-\[-5\.06\%_-6\.18\%\] {
    inset: -5.06% -6.18%;
  }

  .inset-\[-5\.45\%_-10\.01\%\] {
    inset: -5.45% -10.01%;
  }

  .inset-\[-6\.25\%\] {
    inset: -6.25%;
  }

  .inset-\[-7\.08\%\] {
    inset: -7.08%;
  }

  .inset-\[-9\.13\%_-49\.78\%\] {
    inset: -9.13% -49.78%;
  }

  .inset-\[-16\.66\%_-16\.67\%\] {
    inset: -16.66% -16.67%;
  }

  .inset-\[-23\.26\%\] {
    inset: -23.26%;
  }

  .inset-\[-24\.62\%_-16\.93\%\] {
    inset: -24.62% -16.93%;
  }

  .inset-\[-27\.86\%_-17\.63\%\] {
    inset: -27.86% -17.63%;
  }

  .inset-\[4\.44\%_5\.56\%_6\.67\%_5\.56\%\] {
    inset: 4.44% 5.56% 6.67%;
  }

  .inset-\[4\.55\%_5\.56\%\] {
    inset: 4.55% 5.56%;
  }

  .inset-\[4\.76\%_14\.45\%_8\.95\%_7\.69\%\] {
    inset: 4.76% 14.45% 8.95% 7.69%;
  }

  .inset-\[5\.56\%\] {
    inset: 5.56%;
  }

  .inset-\[5\.88\%_11\.05\%_11\.05\%_5\.88\%\] {
    inset: 5.88% 11.05% 11.05% 5.88%;
  }

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

  .inset-\[14\.29\%_24\.29\%_24\.29\%_14\.29\%\] {
    inset: 14.29% 24.29% 24.29% 14.29%;
  }

  .inset-\[16\.67\%_15\.15\%_16\.67\%_12\.12\%\] {
    inset: 16.67% 15.15% 16.67% 12.12%;
  }

  .inset-\[16\.67\%_17\.23\%_22\.98\%_12\.5\%\] {
    inset: 16.67% 17.23% 22.98% 12.5%;
  }

  .inset-\[44\.44\%_55\.11\%_55\.56\%_44\.44\%\] {
    inset: 44.44% 55.11% 55.56% 44.44%;
  }

  .inset-\[44\.44\%_55\.13\%_55\.56\%_44\.44\%\] {
    inset: 44.44% 55.13% 55.56% 44.44%;
  }

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

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

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

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

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

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

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

  .top-\[-1179\.3px\] {
    top: -1179.3px;
  }

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

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

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

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

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

  .top-\[-1194\.01px\] {
    top: -1194.01px;
  }

  .top-\[-1865\.33px\] {
    top: -1865.33px;
  }

  .top-\[-1870\.66px\] {
    top: -1870.66px;
  }

  .top-\[-1871\.33px\] {
    top: -1871.33px;
  }

  .top-\[-1876\.66px\] {
    top: -1876.66px;
  }

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

  .top-\[-1881\.33px\] {
    top: -1881.33px;
  }

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

  .top-\[-1886\.66px\] {
    top: -1886.66px;
  }

  .top-\[-1887\.33px\] {
    top: -1887.33px;
  }

  .top-\[-1892\.66px\] {
    top: -1892.66px;
  }

  .top-\[-2309\.33px\] {
    top: -2309.33px;
  }

  .top-\[-2314\.66px\] {
    top: -2314.66px;
  }

  .top-\[-2315\.33px\] {
    top: -2315.33px;
  }

  .top-\[-2320\.66px\] {
    top: -2320.66px;
  }

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

  .top-\[-2325\.33px\] {
    top: -2325.33px;
  }

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

  .top-\[-2330\.66px\] {
    top: -2330.66px;
  }

  .top-\[-2331\.33px\] {
    top: -2331.33px;
  }

  .top-\[-2336\.66px\] {
    top: -2336.66px;
  }

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

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

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

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

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

  .top-\[7\.69\%\] {
    top: 7.69%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

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

  .right-\[2\.5\%\] {
    right: 2.5%;
  }

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

  .right-\[10\%\] {
    right: 10%;
  }

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

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

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

  .bottom-\[2\.5\%\] {
    bottom: 2.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[10\%\] {
    left: 10%;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[23\.95px\] {
    left: 23.95px;
  }

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

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

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

  .left-\[28\.27px\] {
    left: 28.27px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[54\.38px\] {
    left: 54.38px;
  }

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

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

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

  .left-\[66\.73px\] {
    left: 66.73px;
  }

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

  .left-\[68\.97px\] {
    left: 68.97px;
  }

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

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

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

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

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

  .left-\[78\.38px\] {
    left: 78.38px;
  }

  .left-\[78\.48px\] {
    left: 78.48px;
  }

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

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

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

  .left-\[83\.39px\] {
    left: 83.39px;
  }

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

  .left-\[97\.09px\] {
    left: 97.09px;
  }

  .left-\[97\.54px\] {
    left: 97.54px;
  }

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

  .left-\[109\.65px\] {
    left: 109.65px;
  }

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

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

  .left-\[118\.73px\] {
    left: 118.73px;
  }

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

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

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

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

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

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

  .left-\[132\.72px\] {
    left: 132.72px;
  }

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

  .left-\[144\.42px\] {
    left: 144.42px;
  }

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

  .left-\[149\.06px\] {
    left: 149.06px;
  }

  .left-\[156\.76px\] {
    left: 156.76px;
  }

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

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

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

  .left-\[171\.32px\] {
    left: 171.32px;
  }

  .left-\[173\.67px\] {
    left: 173.67px;
  }

  .left-\[174\.95px\] {
    left: 174.95px;
  }

  .left-\[177\.44px\] {
    left: 177.44px;
  }

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

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

  .left-\[214\.98px\] {
    left: 214.98px;
  }

  .left-\[232\.59px\] {
    left: 232.59px;
  }

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

  .left-\[250\.11px\] {
    left: 250.11px;
  }

  .left-\[252\.05px\] {
    left: 252.05px;
  }

  .left-\[255\.02px\] {
    left: 255.02px;
  }

  .left-\[266\.22px\] {
    left: 266.22px;
  }

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

  .left-\[307\.55px\] {
    left: 307.55px;
  }

  .left-\[321\.04px\] {
    left: 321.04px;
  }

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

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

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

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

  .left-\[356\.84px\] {
    left: 356.84px;
  }

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

  .left-\[504\.49px\] {
    left: 504.49px;
  }

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

  .left-\[509\.38px\] {
    left: 509.38px;
  }

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

  .left-\[513\.32px\] {
    left: 513.32px;
  }

  .left-\[513\.49px\] {
    left: 513.49px;
  }

  .left-\[515\.67px\] {
    left: 515.67px;
  }

  .left-\[519\.44px\] {
    left: 519.44px;
  }

  .left-\[522\.48px\] {
    left: 522.48px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[855\.32px\] {
    left: 855.32px;
  }

  .left-\[857\.67px\] {
    left: 857.67px;
  }

  .left-\[861\.2px\] {
    left: 861.2px;
  }

  .left-\[861\.44px\] {
    left: 861.44px;
  }

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

  .left-\[883\.94px\] {
    left: 883.94px;
  }

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

  .left-px {
    left: 1px;
  }

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

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

  .col-span-full {
    grid-column: 1 / -1;
  }

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

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

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

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

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

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

  .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-\[80px\] {
    margin-bottom: 80px;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .size-\[6\.305px\] {
    width: 6.305px;
    height: 6.305px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[2\.008px\] {
    height: 2.008px;
  }

  .h-\[2\.656px\] {
    height: 2.656px;
  }

  .h-\[2\.664px\] {
    height: 2.664px;
  }

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

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

  .h-\[7\.992px\] {
    height: 7.992px;
  }

  .h-\[8\.008px\] {
    height: 8.008px;
  }

  .h-\[12\.984px\] {
    height: 12.984px;
  }

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

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

  .h-\[18\.008px\] {
    height: 18.008px;
  }

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

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

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

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

  .h-\[21\.75px\] {
    height: 21.75px;
  }

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

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

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

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

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

  .h-\[29\.328px\] {
    height: 29.328px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[53\.75px\] {
    height: 53.75px;
  }

  .h-\[55\.75px\] {
    height: 55.75px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[7\.633px\] {
    width: 7.633px;
  }

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

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

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

  .w-\[12\.133px\] {
    width: 12.133px;
  }

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

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

  .w-\[26\.016px\] {
    width: 26.016px;
  }

  .w-\[40\.078px\] {
    width: 40.078px;
  }

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

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

  .w-\[44\.055px\] {
    width: 44.055px;
  }

  .w-\[44\.078px\] {
    width: 44.078px;
  }

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

  .w-\[54\.25px\] {
    width: 54.25px;
  }

  .w-\[54\.477px\] {
    width: 54.477px;
  }

  .w-\[56\.07px\] {
    width: 56.07px;
  }

  .w-\[56\.469px\] {
    width: 56.469px;
  }

  .w-\[57\.984px\] {
    width: 57.984px;
  }

  .w-\[62\.633px\] {
    width: 62.633px;
  }

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

  .w-\[66\.07px\] {
    width: 66.07px;
  }

  .w-\[66\.023px\] {
    width: 66.023px;
  }

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

  .w-\[68\.922px\] {
    width: 68.922px;
  }

  .w-\[70\.25px\] {
    width: 70.25px;
  }

  .w-\[70\.531px\] {
    width: 70.531px;
  }

  .w-\[72\.469px\] {
    width: 72.469px;
  }

  .w-\[76\.766px\] {
    width: 76.766px;
  }

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

  .w-\[84\.922px\] {
    width: 84.922px;
  }

  .w-\[86\.984px\] {
    width: 86.984px;
  }

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

  .w-\[88\.016px\] {
    width: 88.016px;
  }

  .w-\[88\.453px\] {
    width: 88.453px;
  }

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

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

  .w-\[92\.523px\] {
    width: 92.523px;
  }

  .w-\[98\.766px\] {
    width: 98.766px;
  }

  .w-\[99\.797px\] {
    width: 99.797px;
  }

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

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

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

  .w-\[101\.086px\] {
    width: 101.086px;
  }

  .w-\[101\.258px\] {
    width: 101.258px;
  }

  .w-\[102\.445px\] {
    width: 102.445px;
  }

  .w-\[104\.164px\] {
    width: 104.164px;
  }

  .w-\[106\.039px\] {
    width: 106.039px;
  }

  .w-\[106\.195px\] {
    width: 106.195px;
  }

  .w-\[106\.422px\] {
    width: 106.422px;
  }

  .w-\[106\.508px\] {
    width: 106.508px;
  }

  .w-\[106\.813px\] {
    width: 106.813px;
  }

  .w-\[106\.922px\] {
    width: 106.922px;
  }

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

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

  .w-\[109\.305px\] {
    width: 109.305px;
  }

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

  .w-\[110\.445px\] {
    width: 110.445px;
  }

  .w-\[112\.352px\] {
    width: 112.352px;
  }

  .w-\[116\.508px\] {
    width: 116.508px;
  }

  .w-\[116\.938px\] {
    width: 116.938px;
  }

  .w-\[121\.797px\] {
    width: 121.797px;
  }

  .w-\[123\.086px\] {
    width: 123.086px;
  }

  .w-\[123\.258px\] {
    width: 123.258px;
  }

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

  .w-\[128\.031px\] {
    width: 128.031px;
  }

  .w-\[129\.453px\] {
    width: 129.453px;
  }

  .w-\[129\.477px\] {
    width: 129.477px;
  }

  .w-\[129\.844px\] {
    width: 129.844px;
  }

  .w-\[130\.609px\] {
    width: 130.609px;
  }

  .w-\[131\.305px\] {
    width: 131.305px;
  }

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

  .w-\[138\.188px\] {
    width: 138.188px;
  }

  .w-\[138\.938px\] {
    width: 138.938px;
  }

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

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

  .w-\[151\.336px\] {
    width: 151.336px;
  }

  .w-\[163\.766px\] {
    width: 163.766px;
  }

  .w-\[168\.508px\] {
    width: 168.508px;
  }

  .w-\[172\.055px\] {
    width: 172.055px;
  }

  .w-\[189\.094px\] {
    width: 189.094px;
  }

  .w-\[189\.445px\] {
    width: 189.445px;
  }

  .w-\[201\.227px\] {
    width: 201.227px;
  }

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

  .w-\[225\.477px\] {
    width: 225.477px;
  }

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

  .w-\[239\.672px\] {
    width: 239.672px;
  }

  .w-\[249\.383px\] {
    width: 249.383px;
  }

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

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

  .w-\[254\.773px\] {
    width: 254.773px;
  }

  .w-\[259\.594px\] {
    width: 259.594px;
  }

  .w-\[261\.258px\] {
    width: 261.258px;
  }

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

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

  .w-\[264\.023px\] {
    width: 264.023px;
  }

  .w-\[293\.891px\] {
    width: 293.891px;
  }

  .w-\[298\.266px\] {
    width: 298.266px;
  }

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

  .w-\[305\.484px\] {
    width: 305.484px;
  }

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

  .w-\[318\.703px\] {
    width: 318.703px;
  }

  .w-\[339\.906px\] {
    width: 339.906px;
  }

  .w-\[342\.539px\] {
    width: 342.539px;
  }

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

  .w-\[356\.992px\] {
    width: 356.992px;
  }

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

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

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

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

  .w-\[367\.961px\] {
    width: 367.961px;
  }

  .w-\[374\.094px\] {
    width: 374.094px;
  }

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

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

  .w-\[419\.75px\] {
    width: 419.75px;
  }

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

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

  .w-\[479\.438px\] {
    width: 479.438px;
  }

  .w-\[500\.398px\] {
    width: 500.398px;
  }

  .w-\[533\.234px\] {
    width: 533.234px;
  }

  .w-\[535\.289px\] {
    width: 535.289px;
  }

  .w-\[662\.672px\] {
    width: 662.672px;
  }

  .w-\[684\.93px\] {
    width: 684.93px;
  }

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

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

  .w-\[707\.891px\] {
    width: 707.891px;
  }

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

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

  .w-\[717\.563px\] {
    width: 717.563px;
  }

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

  .w-\[719\.328px\] {
    width: 719.328px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

  .max-w-md {
    max-width: var(--container-md);
  }

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

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

  .flex-1 {
    flex: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

  .rotate-180 {
    rotate: 180deg;
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

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

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

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

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

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

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

  .border-\[\#9810fa\] {
    border-color: #9810fa;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-green-200 {
    border-color: var(--color-green-200);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .bg-\[\#00c950\] {
    background-color: #00c950;
  }

  .bg-\[\#9810fa\] {
    background-color: #9810fa;
  }

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

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

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

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

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

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

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

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

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

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

  .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));
  }

  .from-\[\#3b82f6\] {
    --tw-gradient-from: #3b82f6;
    --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-\[\#22c55e\] {
    --tw-gradient-from: #22c55e;
    --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-\[\#581c87\] {
    --tw-gradient-from: #581c87;
    --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-\[\#6366f1\] {
    --tw-gradient-from: #6366f1;
    --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-\[\#9810fa\] {
    --tw-gradient-from: #9810fa;
    --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-\[\#a855f7\] {
    --tw-gradient-from: #a855f7;
    --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-\[\#ec4899\] {
    --tw-gradient-from: #ec4899;
    --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-\[\#f97316\] {
    --tw-gradient-from: #f97316;
    --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-\[\#1e3a8a\] {
    --tw-gradient-to: #1e3a8a;
    --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-\[\#06b6d4\] {
    --tw-gradient-to: #06b6d4;
    --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-\[\#14b8a6\] {
    --tw-gradient-to: #14b8a6;
    --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-\[\#7209b7\] {
    --tw-gradient-to: #7209b7;
    --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-\[\#a855f7\] {
    --tw-gradient-to: #a855f7;
    --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-\[\#ec4899\] {
    --tw-gradient-to: #ec4899;
    --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-\[\#f43f5e\] {
    --tw-gradient-to: #f43f5e;
    --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;
  }

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

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

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

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

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

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

  .p-px {
    padding: 1px;
  }

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

  .px-\[2\.25px\] {
    padding-inline: 2.25px;
  }

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

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

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

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

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

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

  .px-\[326\.777px\] {
    padding-inline: 326.777px;
  }

  .px-px {
    padding-inline: 1px;
  }

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

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

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

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

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

  .py-\[9\.5px\] {
    padding-block: 9.5px;
  }

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

  .pt-\[2\.25px\] {
    padding-top: 2.25px;
  }

  .pt-\[3\.742px\] {
    padding-top: 3.742px;
  }

  .pt-\[4\.5px\] {
    padding-top: 4.5px;
  }

  .pt-\[9px\] {
    padding-top: 9px;
  }

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

  .pt-\[16px\] {
    padding-top: 16px;
  }

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

  .pt-\[43px\] {
    padding-top: 43px;
  }

  .pt-\[1195px\] {
    padding-top: 1195px;
  }

  .pt-\[1888px\] {
    padding-top: 1888px;
  }

  .pt-\[1894px\] {
    padding-top: 1894px;
  }

  .pt-\[2332px\] {
    padding-top: 2332px;
  }

  .pt-\[2338px\] {
    padding-top: 2338px;
  }

  .pt-px {
    padding-top: 1px;
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

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

  .pr-\[1\.352px\] {
    padding-right: 1.352px;
  }

  .pr-\[3\.602px\] {
    padding-right: 3.602px;
  }

  .pr-\[6\.031px\] {
    padding-right: 6.031px;
  }

  .pr-\[6\.977px\] {
    padding-right: 6.977px;
  }

  .pr-\[8\.461px\] {
    padding-right: 8.461px;
  }

  .pr-\[10\.133px\] {
    padding-right: 10.133px;
  }

  .pr-\[11\.484px\] {
    padding-right: 11.484px;
  }

  .pr-\[11\.723px\] {
    padding-right: 11.723px;
  }

  .pr-\[12\.449px\] {
    padding-right: 12.449px;
  }

  .pr-\[13\.352px\] {
    padding-right: 13.352px;
  }

  .pr-\[15\.523px\] {
    padding-right: 15.523px;
  }

  .pr-\[16\.602px\] {
    padding-right: 16.602px;
  }

  .pr-\[19\.527px\] {
    padding-right: 19.527px;
  }

  .pr-\[20\.43px\] {
    padding-right: 20.43px;
  }

  .pr-\[20\.93px\] {
    padding-right: 20.93px;
  }

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

  .pr-\[24\.852px\] {
    padding-right: 24.852px;
  }

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

  .pr-\[27\.906px\] {
    padding-right: 27.906px;
  }

  .pr-\[31\.023px\] {
    padding-right: 31.023px;
  }

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

  .pr-\[39\.227px\] {
    padding-right: 39.227px;
  }

  .pr-\[42\.93px\] {
    padding-right: 42.93px;
  }

  .pr-\[67\.344px\] {
    padding-right: 67.344px;
  }

  .pr-\[68\.227px\] {
    padding-right: 68.227px;
  }

  .pr-\[70\.344px\] {
    padding-right: 70.344px;
  }

  .pr-\[71\.512px\] {
    padding-right: 71.512px;
  }

  .pr-\[71\.633px\] {
    padding-right: 71.633px;
  }

  .pr-\[72\.438px\] {
    padding-right: 72.438px;
  }

  .pr-\[73\.508px\] {
    padding-right: 73.508px;
  }

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

  .pr-\[79\.031px\] {
    padding-right: 79.031px;
  }

  .pr-\[86\.504px\] {
    padding-right: 86.504px;
  }

  .pr-\[93\.422px\] {
    padding-right: 93.422px;
  }

  .pr-\[96\.008px\] {
    padding-right: 96.008px;
  }

  .pr-\[109\.508px\] {
    padding-right: 109.508px;
  }

  .pr-\[115\.004px\] {
    padding-right: 115.004px;
  }

  .pr-\[117\.07px\] {
    padding-right: 117.07px;
  }

  .pr-\[117\.453px\] {
    padding-right: 117.453px;
  }

  .pr-\[117\.852px\] {
    padding-right: 117.852px;
  }

  .pr-\[121\.5px\] {
    padding-right: 121.5px;
  }

  .pr-\[131\.5px\] {
    padding-right: 131.5px;
  }

  .pr-\[164\.984px\] {
    padding-right: 164.984px;
  }

  .pr-\[183\.18px\] {
    padding-right: 183.18px;
  }

  .pr-\[185\.5px\] {
    padding-right: 185.5px;
  }

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

  .pr-\[203\.359px\] {
    padding-right: 203.359px;
  }

  .pr-\[219\.512px\] {
    padding-right: 219.512px;
  }

  .pr-\[312\.5px\] {
    padding-right: 312.5px;
  }

  .pr-\[328\.242px\] {
    padding-right: 328.242px;
  }

  .pr-\[366\.75px\] {
    padding-right: 366.75px;
  }

  .pr-\[386\.211px\] {
    padding-right: 386.211px;
  }

  .pr-\[527\.5px\] {
    padding-right: 527.5px;
  }

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

  .pr-\[869\.5px\] {
    padding-right: 869.5px;
  }

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

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

  .pb-\[9px\] {
    padding-bottom: 9px;
  }

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

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

  .pl-\[12\.246px\] {
    padding-left: 12.246px;
  }

  .pl-\[13\.293px\] {
    padding-left: 13.293px;
  }

  .pl-\[19\.699px\] {
    padding-left: 19.699px;
  }

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

  .pl-\[68\.609px\] {
    padding-left: 68.609px;
  }

  .pl-\[72\.137px\] {
    padding-left: 72.137px;
  }

  .pl-\[74\.258px\] {
    padding-left: 74.258px;
  }

  .pl-\[77\.438px\] {
    padding-left: 77.438px;
  }

  .pl-\[79\.625px\] {
    padding-left: 79.625px;
  }

  .pl-\[87\.02px\] {
    padding-left: 87.02px;
  }

  .pl-\[110\.102px\] {
    padding-left: 110.102px;
  }

  .pl-\[115\.363px\] {
    padding-left: 115.363px;
  }

  .pl-\[117\.828px\] {
    padding-left: 117.828px;
  }

  .pl-\[122\.234px\] {
    padding-left: 122.234px;
  }

  .pl-\[131\.75px\] {
    padding-left: 131.75px;
  }

  .pl-\[219\.918px\] {
    padding-left: 219.918px;
  }

  .pl-\[313\.094px\] {
    padding-left: 313.094px;
  }

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

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

  .font-\[\'Manrope\:Bold\'\,sans-serif\] {
    font-family: Manrope\:Bold, sans-serif;
  }

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

  .font-\[\'Manrope\:Regular\'\,sans-serif\] {
    font-family: Manrope\:Regular, sans-serif;
  }

  .font-\[\'Manrope\:SemiBold\'\,sans-serif\] {
    font-family: Manrope\:SemiBold, sans-serif;
  }

  .font-\[\'Marcellus\:Regular\'\,sans-serif\] {
    font-family: Marcellus\:Regular, sans-serif;
  }

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

  .text-\[14\.5px\] {
    font-size: 14.5px;
  }

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

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

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

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

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

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

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

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

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

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

  .leading-\[21\.75px\] {
    --tw-leading: 21.75px;
    line-height: 21.75px;
  }

  .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-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

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

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

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

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

  .whitespace-normal {
    white-space: normal;
  }

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

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

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

  .text-\[\#00c950\] {
    color: #00c950;
  }

  .text-\[\#4a5565\] {
    color: #4a5565;
  }

  .text-\[\#6a7282\] {
    color: #6a7282;
  }

  .text-\[\#9810fa\] {
    color: #9810fa;
  }

  .text-\[\#21262c\] {
    color: #21262c;
  }

  .text-\[\#62748e\] {
    color: #62748e;
  }

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

  .text-black {
    color: var(--color-black);
  }

  .text-gray-200 {
    color: var(--color-gray-200);
  }

  .text-green-800 {
    color: var(--color-green-800);
  }

  .text-purple-100 {
    color: var(--color-purple-100);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

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

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

  .underline {
    text-decoration-line: underline;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .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-\[0px_1px_2px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_3px_0px_rgba\(0\,0\,0\,0\.1\)\,0px_1px_2px_-1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 3px 0px var(--tw-shadow-color, #0000001a), 0px 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);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px 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);
  }

  .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);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
  }

  .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, );
  }

  .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-shadow {
    transition-property: box-shadow;
    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;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .placeholder\:text-\[\#62748e\]::placeholder {
    color: #62748e;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#8a0ee0\]:hover {
      background-color: #8a0ee0;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-700:hover {
      background-color: var(--color-gray-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#9810fa\]:hover {
      color: #9810fa;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --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);
    }
  }

  .focus\:border-\[\#9810fa\]:focus {
    border-color: #9810fa;
  }

  .focus\:ring-1:focus {
    --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);
  }

  .focus\:ring-\[\#9810fa\]:focus {
    --tw-ring-color: #9810fa;
  }

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

@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-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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
