/*! 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-divide-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-100: oklch(.936 .032 17.717);
    --color-red-600: oklch(.577 .245 27.325);
    --color-red-800: oklch(.444 .177 26.899);
    --color-green-100: oklch(.962 .044 156.743);
    --color-green-800: oklch(.448 .119 151.328);
    --color-teal-50: oklch(.984 .014 180.72);
    --color-teal-500: oklch(.704 .14 182.503);
    --color-teal-600: oklch(.6 .118 184.704);
    --color-teal-700: oklch(.511 .096 186.391);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-6xl: 72rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :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-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.19\%_-0\.06\%_-0\.19\%_-0\.16\%\] {
    inset: -.19% -.06% -.19% -.16%;
  }

  .inset-\[-0\.47\%_-0\.22\%_-14\.4\%_-0\.41\%\] {
    inset: -.47% -.22% -14.4% -.41%;
  }

  .inset-\[-0\.65\%_-1\.44\%_-0\.91\%_-1\.44\%\] {
    inset: -.65% -1.44% -.91%;
  }

  .inset-\[-1\.77\%\] {
    inset: -1.77%;
  }

  .inset-\[-1\.97\%\] {
    inset: -1.97%;
  }

  .inset-\[-2\.04\%_-2\.25\%\] {
    inset: -2.04% -2.25%;
  }

  .inset-\[-2\.07\%_-2\.25\%\] {
    inset: -2.07% -2.25%;
  }

  .inset-\[-2\.07\%_-2\.29\%\] {
    inset: -2.07% -2.29%;
  }

  .inset-\[-2\.18\%_-2\.41\%\] {
    inset: -2.18% -2.41%;
  }

  .inset-\[-2\.37\%_-26\.3\%\] {
    inset: -2.37% -26.3%;
  }

  .inset-\[-2\.59\%_-7\.01\%\] {
    inset: -2.59% -7.01%;
  }

  .inset-\[-2\.71\%_-2\.58\%\] {
    inset: -2.71% -2.58%;
  }

  .inset-\[-2\.86\%_71\.45\%_97\.88\%_16\.75\%\] {
    inset: -2.86% 71.45% 97.88% 16.75%;
  }

  .inset-\[-3\.2\%_-2\.78\%_-3\%_-2\.65\%\] {
    inset: -3.2% -2.78% -3% -2.65%;
  }

  .inset-\[-3\.17\%_-3\.89\%_-3\.5\%_-3\.89\%\] {
    inset: -3.17% -3.89% -3.5%;
  }

  .inset-\[-3\.51\%_-4\.36\%_-3\.9\%_-4\.36\%\] {
    inset: -3.51% -4.36% -3.9%;
  }

  .inset-\[-3\.63\%_-3\.48\%\] {
    inset: -3.63% -3.48%;
  }

  .inset-\[-4\.01\%_-4\%\] {
    inset: -4.01% -4%;
  }

  .inset-\[-5\.36\%_-5\.1\%\] {
    inset: -5.36% -5.1%;
  }

  .inset-\[-5\.67\%_-5\.65\%_-5\.67\%_-5\.66\%\] {
    inset: -5.67% -5.65% -5.67% -5.66%;
  }

  .inset-\[-6\.01\%_-3\.84\%\] {
    inset: -6.01% -3.84%;
  }

  .inset-\[-6\.7\%\] {
    inset: -6.7%;
  }

  .inset-\[-6\.09\%_-4\.66\%\] {
    inset: -6.09% -4.66%;
  }

  .inset-\[-7\.33\%_-17\.27\%\] {
    inset: -7.33% -17.27%;
  }

  .inset-\[-10\.05\%_-9\.57\%\] {
    inset: -10.05% -9.57%;
  }

  .inset-\[-10\.5\%_-10\.5\%_4\.14\%_-10\.5\%\] {
    inset: -10.5% -10.5% 4.14%;
  }

  .inset-\[-10\.55\%_-23\.55\%_-10\.55\%_-23\.56\%\] {
    inset: -10.55% -23.55% -10.55% -23.56%;
  }

  .inset-\[-10\.55\%_-23\.56\%_-10\.55\%_-23\.55\%\] {
    inset: -10.55% -23.56% -10.55% -23.55%;
  }

  .inset-\[-11\.4\%_-4\.04\%\] {
    inset: -11.4% -4.04%;
  }

  .inset-\[-13\.58\%_-2\.6\%\] {
    inset: -13.58% -2.6%;
  }

  .inset-\[-13\.58\%_-13\.14\%\] {
    inset: -13.58% -13.14%;
  }

  .inset-\[-15\.59\%_-49\.87\%_-84\.16\%_-49\.87\%\] {
    inset: -15.59% -49.87% -84.16%;
  }

  .inset-\[-17\.27\%_-4\.48\%\] {
    inset: -17.27% -4.48%;
  }

  .inset-\[-17\.27\%_-14\.29\%\] {
    inset: -17.27% -14.29%;
  }

  .inset-\[-17\.27\%_-14\.45\%\] {
    inset: -17.27% -14.45%;
  }

  .inset-\[-17\.27\%_-20\.44\%\] {
    inset: -17.27% -20.44%;
  }

  .inset-\[-17\.27\%_-26\.46\%\] {
    inset: -17.27% -26.46%;
  }

  .inset-\[-18\.9\%_-9\.45\%\] {
    inset: -18.9% -9.45%;
  }

  .inset-\[-26\.29\%_-26\.28\%\] {
    inset: -26.29% -26.28%;
  }

  .inset-\[-36\.4\%_-15\.35\%\] {
    inset: -36.4% -15.35%;
  }

  .inset-\[-38\%_-77\.05\%\] {
    inset: -38% -77.05%;
  }

  .inset-\[-46\.65\%_-46\.56\%\] {
    inset: -46.65% -46.56%;
  }

  .inset-\[-48\.91\%_-48\.77\%\] {
    inset: -48.91% -48.77%;
  }

  .inset-\[0\.03\%_0\.13\%\] {
    inset: .03% .13%;
  }

  .inset-\[2\.12\%_73\.67\%_93\.11\%_24\.9\%\] {
    inset: 2.12% 73.67% 93.11% 24.9%;
  }

  .inset-\[2\.12\%_79\.6\%_93\.11\%_18\.97\%\] {
    inset: 2.12% 79.6% 93.11% 18.97%;
  }

  .inset-\[3\.08\%\] {
    inset: 3.08%;
  }

  .inset-\[3\.48\%_41\.6\%_80\.3\%_41\.36\%\] {
    inset: 3.48% 41.6% 80.3% 41.36%;
  }

  .inset-\[5\.95\%_10\%_85\.04\%_3\.84\%\] {
    inset: 5.95% 10% 85.04% 3.84%;
  }

  .inset-\[5\.95\%_37\.34\%_85\.04\%_3\.84\%\] {
    inset: 5.95% 37.34% 85.04% 3.84%;
  }

  .inset-\[7\.35\%_60\.1\%_81\.54\%_3\.84\%\] {
    inset: 7.35% 60.1% 81.54% 3.84%;
  }

  .inset-\[7\.57\%_55\.58\%_88\.72\%_40\.7\%\] {
    inset: 7.57% 55.58% 88.72% 40.7%;
  }

  .inset-\[7\.83\%_5\.65\%_3\.04\%_5\.22\%\] {
    inset: 7.83% 5.65% 3.04% 5.22%;
  }

  .inset-\[9\.42\%_57\.44\%_86\.69\%_38\.67\%\] {
    inset: 9.42% 57.44% 86.69% 38.67%;
  }

  .inset-\[12\.12\%_9\.23\%_73\.33\%_72\.31\%\] {
    inset: 12.12% 9.23% 73.33% 72.31%;
  }

  .inset-\[12\.77\%_3\.57\%\] {
    inset: 12.77% 3.57%;
  }

  .inset-\[13\.31\%_61\.33\%_54\.74\%_6\.63\%\] {
    inset: 13.31% 61.33% 54.74% 6.63%;
  }

  .inset-\[15\.4\%_25\.05\%_39\.7\%_25\.11\%\] {
    inset: 15.4% 25.05% 39.7% 25.11%;
  }

  .inset-\[15\.65\%_27\.2\%_76\.24\%_64\.27\%\] {
    inset: 15.65% 27.2% 76.24% 64.27%;
  }

  .inset-\[15\.65\%_64\.52\%_76\.24\%_26\.96\%\] {
    inset: 15.65% 64.52% 76.24% 26.96%;
  }

  .inset-\[18\.75\%_12\.5\%_70\.31\%_8\.33\%\] {
    inset: 18.75% 12.5% 70.31% 8.33%;
  }

  .inset-\[19\.28\%_67\.86\%_55\.72\%_12\.14\%\] {
    inset: 19.28% 67.86% 55.72% 12.14%;
  }

  .inset-\[23\.08\%_25\.42\%_23\.48\%_26\.15\%\] {
    inset: 23.08% 25.42% 23.48% 26.15%;
  }

  .inset-\[23\.08\%_26\.15\%_22\.59\%_24\.62\%\] {
    inset: 23.08% 26.15% 22.59% 24.62%;
  }

  .inset-\[26\.37\%_6\.27\%_9\%_2\.43\%\] {
    inset: 26.37% 6.27% 9% 2.43%;
  }

  .inset-\[29\.69\%_12\.5\%_32\.81\%_12\.5\%\] {
    inset: 29.69% 12.5% 32.81%;
  }

  .inset-\[30\.13\%_23\.04\%_10\.65\%_22\.61\%\] {
    inset: 30.13% 23.04% 10.65% 22.61%;
  }

  .inset-\[30\.71\%_14\.01\%_12\.7\%_20\.71\%\] {
    inset: 30.71% 14.01% 12.7% 20.71%;
  }

  .inset-\[33\.96\%_33\.04\%_25\.3\%_32\.96\%\] {
    inset: 33.96% 33.04% 25.3% 32.96%;
  }

  .inset-\[33\.96\%_33\.04\%_25\.3\%_33\.96\%\] {
    inset: 33.96% 33.04% 25.3% 33.96%;
  }

  .inset-\[36\.33\%_39\.14\%_36\.71\%_38\.69\%\] {
    inset: 36.33% 39.14% 36.71% 38.69%;
  }

  .inset-\[39\.18\%_76\.11\%_5\.39\%_-9\.25\%\] {
    inset: 39.18% 76.11% 5.39% -9.25%;
  }

  .inset-\[43\.26\%_72\.76\%_37\.08\%_18\.29\%\] {
    inset: 43.26% 72.76% 37.08% 18.29%;
  }

  .inset-\[48\.76\%_0\.7\%_50\.75\%_10\.78\%\] {
    inset: 48.76% .7% 50.75% 10.78%;
  }

  .inset-\[50\.88\%_77\.98\%_19\.69\%_5\.21\%\] {
    inset: 50.88% 77.98% 19.69% 5.21%;
  }

  .inset-\[62\.45\%_44\.06\%_29\.15\%_44\.12\%\] {
    inset: 62.45% 44.06% 29.15% 44.12%;
  }

  .inset-\[64\.18\%_0\.7\%_35\.32\%_10\.78\%\] {
    inset: 64.18% .7% 35.32% 10.78%;
  }

  .inset-\[72\.12\%_4\.62\%_6\.06\%_4\.62\%\] {
    inset: 72.12% 4.62% 6.06%;
  }

  .inset-\[73\.48\%_35\.43\%_15\.4\%_35\.49\%\] {
    inset: 73.48% 35.43% 15.4% 35.49%;
  }

  .inset-\[79\.6\%_0\.7\%_19\.9\%_10\.78\%\] {
    inset: 79.6% .7% 19.9% 10.78%;
  }

  .inset-\[85\.42\%_41\.94\%_2\.08\%_42\.97\%\] {
    inset: 85.42% 41.94% 2.08% 42.97%;
  }

  .inset-\[85\.42\%_60\%_2\.08\%_25\%\] {
    inset: 85.42% 60% 2.08% 25%;
  }

  .inset-\[130\.82\%_196\.42\%_-50\.9\%_-104\.09\%\] {
    inset: 130.82% 196.42% -50.9% -104.09%;
  }

  .inset-\[140\.17\%_196\.42\%_-54\.53\%_-104\.09\%\] {
    inset: 140.17% 196.42% -54.53% -104.09%;
  }

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

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

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

  .top-\[-2\.86\%\] {
    top: -2.86%;
  }

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

  .top-\[2\.49\%\] {
    top: 2.49%;
  }

  .top-\[3\.08\%\] {
    top: 3.08%;
  }

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

  .top-\[6\.69\%\] {
    top: 6.69%;
  }

  .top-\[10\.23\%\] {
    top: 10.23%;
  }

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

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

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

  .top-\[17\.91\%\] {
    top: 17.91%;
  }

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

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

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

  .top-\[33\.33\%\] {
    top: 33.33%;
  }

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

  .top-\[41\.57\%\] {
    top: 41.57%;
  }

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

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

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

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

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

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

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

  .top-\[49\.38\%\] {
    top: 49.38%;
  }

  .top-\[49\.46px\] {
    top: 49.46px;
  }

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

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

  .top-\[57\.37px\] {
    top: 57.37px;
  }

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

  .top-\[59\.38\%\] {
    top: 59.38%;
  }

  .top-\[61\.08\%\] {
    top: 61.08%;
  }

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

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

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

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

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

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

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

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

  .top-\[76\.53px\] {
    top: 76.53px;
  }

  .top-\[76\.98\%\] {
    top: 76.98%;
  }

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

  .top-\[79\.31px\] {
    top: 79.31px;
  }

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

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

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

  .top-\[97\.92\%\] {
    top: 97.92%;
  }

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

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

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

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

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

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

  .top-\[155\.74px\] {
    top: 155.74px;
  }

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

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

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

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

  .top-\[199\.08px\] {
    top: 199.08px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[1079\.23px\] {
    top: 1079.23px;
  }

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

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

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

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

  .top-\[1409\.23px\] {
    top: 1409.23px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[calc\(50\%-1\.5px\)\] {
    top: calc(50% - 1.5px);
  }

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

  .top-\[calc\(50\%-3\.5px\)\] {
    top: calc(50% - 3.5px);
  }

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

  .top-\[calc\(50\%-11\.5px\)\] {
    top: calc(50% - 11.5px);
  }

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

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

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

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

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

  .top-\[calc\(50\%-34\.5px\)\] {
    top: calc(50% - 34.5px);
  }

  .top-\[calc\(50\%-48\.5px\)\] {
    top: calc(50% - 48.5px);
  }

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

  .top-\[calc\(50\%-64\.5px\)\] {
    top: calc(50% - 64.5px);
  }

  .top-\[calc\(50\%-95\.5px\)\] {
    top: calc(50% - 95.5px);
  }

  .top-\[calc\(705px\+39\.5px\)\] {
    top: 744.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[3\.08\%\] {
    right: 3.08%;
  }

  .right-\[3\.47\%\] {
    right: 3.47%;
  }

  .right-\[3\.55\%\] {
    right: 3.55%;
  }

  .right-\[3\.67\%\] {
    right: 3.67%;
  }

  .right-\[3\.85\%\] {
    right: 3.85%;
  }

  .right-\[5\.47\%\] {
    right: 5.47%;
  }

  .right-\[7\.02\%\] {
    right: 7.02%;
  }

  .right-\[7\.03\%\] {
    right: 7.03%;
  }

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

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

  .right-\[11\.8\%\] {
    right: 11.8%;
  }

  .right-\[11\.79\%\] {
    right: 11.79%;
  }

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

  .right-\[16\.53\%\] {
    right: 16.53%;
  }

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

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

  .right-\[22\.92\%\] {
    right: 22.92%;
  }

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

  .right-\[26\.33\%\] {
    right: 26.33%;
  }

  .right-\[29\.41\%\] {
    right: 29.41%;
  }

  .right-\[33\.68\%\] {
    right: 33.68%;
  }

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

  .right-\[34\.78\%\] {
    right: 34.78%;
  }

  .right-\[35\.74\%\] {
    right: 35.74%;
  }

  .right-\[37\.46\%\] {
    right: 37.46%;
  }

  .right-\[38\.77\%\] {
    right: 38.77%;
  }

  .right-\[39\.39\%\] {
    right: 39.39%;
  }

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

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

  .right-\[41\.46\%\] {
    right: 41.46%;
  }

  .right-\[42\.02\%\] {
    right: 42.02%;
  }

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

  .right-\[54\.7\%\] {
    right: 54.7%;
  }

  .right-\[54\.17\%\] {
    right: 54.17%;
  }

  .right-\[54\.43\%\] {
    right: 54.43%;
  }

  .right-\[54\.62\%\] {
    right: 54.62%;
  }

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

  .right-\[61\.6\%\] {
    right: 61.6%;
  }

  .right-\[64\.23\%\] {
    right: 64.23%;
  }

  .right-\[65\.98\%\] {
    right: 65.98%;
  }

  .right-\[66\.43\%\] {
    right: 66.43%;
  }

  .right-\[68\.35\%\] {
    right: 68.35%;
  }

  .right-\[68\.85\%\] {
    right: 68.85%;
  }

  .right-\[69\.71\%\] {
    right: 69.71%;
  }

  .right-\[69\.95\%\] {
    right: 69.95%;
  }

  .right-\[71\.53\%\] {
    right: 71.53%;
  }

  .right-\[72\.63\%\] {
    right: 72.63%;
  }

  .right-\[73\.26\%\] {
    right: 73.26%;
  }

  .right-\[73\.29\%\] {
    right: 73.29%;
  }

  .right-\[76\.82\%\] {
    right: 76.82%;
  }

  .right-\[83\.19\%\] {
    right: 83.19%;
  }

  .right-\[91\.04\%\] {
    right: 91.04%;
  }

  .right-\[91\.74\%\] {
    right: 91.74%;
  }

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

  .right-\[calc\(50\%-81px\)\] {
    right: calc(50% - 81px);
  }

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

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

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

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

  .bottom-\[-3\.26\%\] {
    bottom: -3.26%;
  }

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

  .bottom-\[1\.56\%\] {
    bottom: 1.56%;
  }

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

  .bottom-\[3\.08\%\] {
    bottom: 3.08%;
  }

  .bottom-\[4\.37\%\] {
    bottom: 4.37%;
  }

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

  .bottom-\[10\.67\%\] {
    bottom: 10.67%;
  }

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

  .bottom-\[21\.21\%\] {
    bottom: 21.21%;
  }

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

  .bottom-\[40\.61\%\] {
    bottom: 40.61%;
  }

  .bottom-\[45\.16\%\] {
    bottom: 45.16%;
  }

  .bottom-\[46\.19\%\] {
    bottom: 46.19%;
  }

  .bottom-\[46\.22\%\] {
    bottom: 46.22%;
  }

  .bottom-\[48\.12\%\] {
    bottom: 48.12%;
  }

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

  .bottom-\[64\.44\%\] {
    bottom: 64.44%;
  }

  .bottom-\[66\.17\%\] {
    bottom: 66.17%;
  }

  .bottom-\[68\.09\%\] {
    bottom: 68.09%;
  }

  .bottom-\[68\.54\%\] {
    bottom: 68.54%;
  }

  .bottom-\[69\.23\%\] {
    bottom: 69.23%;
  }

  .bottom-\[69\.87\%\] {
    bottom: 69.87%;
  }

  .bottom-\[73\.14\%\] {
    bottom: 73.14%;
  }

  .bottom-\[78\.49\%\] {
    bottom: 78.49%;
  }

  .bottom-\[81\.59\%\] {
    bottom: 81.59%;
  }

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

  .bottom-\[83\.08\%\] {
    bottom: 83.08%;
  }

  .bottom-\[84\.38\%\] {
    bottom: 84.38%;
  }

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

  .bottom-\[97\.92\%\] {
    bottom: 97.92%;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[-2\.7\%\] {
    left: -2.7%;
  }

  .left-\[-8\.54\%\] {
    left: -8.54%;
  }

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

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

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

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

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

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

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

  .left-\[1\.23\%\] {
    left: 1.23%;
  }

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

  .left-\[3\.85\%\] {
    left: 3.85%;
  }

  .left-\[4\.6\%\] {
    left: 4.6%;
  }

  .left-\[4\.59\%\] {
    left: 4.59%;
  }

  .left-\[4\.83\%\] {
    left: 4.83%;
  }

  .left-\[5\.88\%\] {
    left: 5.88%;
  }

  .left-\[6\.33\%\] {
    left: 6.33%;
  }

  .left-\[6\.52\%\] {
    left: 6.52%;
  }

  .left-\[6\.58\%\] {
    left: 6.58%;
  }

  .left-\[7\.03\%\] {
    left: 7.03%;
  }

  .left-\[7\.3\%\] {
    left: 7.3%;
  }

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

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

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

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

  .left-\[11\.48\%\] {
    left: 11.48%;
  }

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

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

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

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

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

  .left-\[17\.19px\] {
    left: 17.19px;
  }

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

  .left-\[21\.49px\] {
    left: 21.49px;
  }

  .left-\[22\.92\%\] {
    left: 22.92%;
  }

  .left-\[24\.65\%\] {
    left: 24.65%;
  }

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

  .left-\[26\.57\%\] {
    left: 26.57%;
  }

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

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

  .left-\[33\.68\%\] {
    left: 33.68%;
  }

  .left-\[35\.81\%\] {
    left: 35.81%;
  }

  .left-\[36\.92\%\] {
    left: 36.92%;
  }

  .left-\[37\.46\%\] {
    left: 37.46%;
  }

  .left-\[38\.15\%\] {
    left: 38.15%;
  }

  .left-\[39\.22\%\] {
    left: 39.22%;
  }

  .left-\[40\.33\%\] {
    left: 40.33%;
  }

  .left-\[40\.41\%\] {
    left: 40.41%;
  }

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

  .left-\[43\.46\%\] {
    left: 43.46%;
  }

  .left-\[44\.12px\] {
    left: 44.12px;
  }

  .left-\[44\.99px\] {
    left: 44.99px;
  }

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

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

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

  .left-\[47\.62\%\] {
    left: 47.62%;
  }

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

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

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

  .left-\[50\.35px\] {
    left: 50.35px;
  }

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

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

  .left-\[53\.22\%\] {
    left: 53.22%;
  }

  .left-\[54\.17\%\] {
    left: 54.17%;
  }

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

  .left-\[55\.67px\] {
    left: 55.67px;
  }

  .left-\[56\.64px\] {
    left: 56.64px;
  }

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

  .left-\[57\.09px\] {
    left: 57.09px;
  }

  .left-\[57\.48px\] {
    left: 57.48px;
  }

  .left-\[59\.91px\] {
    left: 59.91px;
  }

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

  .left-\[63\.3px\] {
    left: 63.3px;
  }

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

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

  .left-\[64\.96\%\] {
    left: 64.96%;
  }

  .left-\[66\.39\%\] {
    left: 66.39%;
  }

  .left-\[69\.05\%\] {
    left: 69.05%;
  }

  .left-\[69\.23\%\] {
    left: 69.23%;
  }

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

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

  .left-\[70\.26\%\] {
    left: 70.26%;
  }

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

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

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

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

  .left-\[72\.26\%\] {
    left: 72.26%;
  }

  .left-\[73\.9px\] {
    left: 73.9px;
  }

  .left-\[74\.91\%\] {
    left: 74.91%;
  }

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

  .left-\[76\.07\%\] {
    left: 76.07%;
  }

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

  .left-\[78\.71\%\] {
    left: 78.71%;
  }

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

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

  .left-\[91\.32\%\] {
    left: 91.32%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .isolate {
    isolation: isolate;
  }

  .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-\[1\] {
    z-index: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

  .table {
    display: table;
  }

  .aspect-\[390\/182\] {
    aspect-ratio: 390 / 182;
  }

  .aspect-\[414\/240\] {
    aspect-ratio: 414 / 240;
  }

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

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

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

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

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

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

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

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

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

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

  .size-\[86\.1px\] {
    width: 86.1px;
    height: 86.1px;
  }

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

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

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

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

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

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

  .size-\[321\.026px\] {
    width: 321.026px;
    height: 321.026px;
  }

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

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

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

  .h-\[2\.972px\] {
    height: 2.972px;
  }

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

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

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

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

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

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

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

  .h-\[7\.406px\] {
    height: 7.406px;
  }

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

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

  .h-\[11\.662px\] {
    height: 11.662px;
  }

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

  .h-\[12\.357px\] {
    height: 12.357px;
  }

  .h-\[12\.685px\] {
    height: 12.685px;
  }

  .h-\[17\.998px\] {
    height: 17.998px;
  }

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

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

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

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

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

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

  .h-\[23\.889px\] {
    height: 23.889px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[51\.767px\] {
    height: 51.767px;
  }

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

  .h-\[53\.61px\] {
    height: 53.61px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[85\.953px\] {
    height: 85.953px;
  }

  .h-\[86\.127px\] {
    height: 86.127px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[268\.209px\] {
    height: 268.209px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[3\.317px\] {
    width: 3.317px;
  }

  .w-\[3\.823px\] {
    width: 3.823px;
  }

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

  .w-\[5\.407px\] {
    width: 5.407px;
  }

  .w-\[5\.468px\] {
    width: 5.468px;
  }

  .w-\[5\.945px\] {
    width: 5.945px;
  }

  .w-\[7\.967px\] {
    width: 7.967px;
  }

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

  .w-\[11\.664px\] {
    width: 11.664px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[26\.95px\] {
    width: 26.95px;
  }

  .w-\[29\.544px\] {
    width: 29.544px;
  }

  .w-\[29\.646px\] {
    width: 29.646px;
  }

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

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

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

  .w-\[33\.02px\] {
    width: 33.02px;
  }

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

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

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

  .w-\[45\.333px\] {
    width: 45.333px;
  }

  .w-\[56\.81px\] {
    width: 56.81px;
  }

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

  .w-\[59\.803px\] {
    width: 59.803px;
  }

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

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

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

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

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

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

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

  .w-\[79\.5px\] {
    width: 79.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[169\.13px\] {
    width: 169.13px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[309\.718px\] {
    width: 309.718px;
  }

  .w-\[309\.902px\] {
    width: 309.902px;
  }

  .w-\[316\.228px\] {
    width: 316.228px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .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-x-\[-100\%\] {
    --tw-translate-x: -100%;
    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-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

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

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

  .cursor-grab {
    cursor: grab;
  }

  .cursor-grabbing {
    cursor: grabbing;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[9\.122px\] {
    gap: 9.122px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  :where(.space-y-\[20px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(20px * var(--tw-space-y-reverse));
    margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-gray-200 > :not(:last-child)) {
    border-color: var(--color-gray-200);
  }

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rounded-\[22\.5px\] {
    border-radius: 22.5px;
  }

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

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

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

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

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

  .rounded-\[45\.714px\] {
    border-radius: 45.714px;
  }

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

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

  .rounded-\[114\.024px\] {
    border-radius: 114.024px;
  }

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

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

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

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

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

  .rounded-t-\[24px\] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

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

  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }

  .rounded-tr-\[9px\] {
    border-top-right-radius: 9px;
  }

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

  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }

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

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

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

  .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-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

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

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

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

  .border-\[2\.286px\] {
    border-style: var(--tw-border-style);
    border-width: 2.286px;
  }

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

  .border-\[\#037d8a\] {
    border-color: #037d8a;
  }

  .border-\[\#0995a5\] {
    border-color: #0995a5;
  }

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

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

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

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

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

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

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

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

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

  .bg-\[\#14B8A6\] {
    background-color: #14b8a6;
  }

  .bg-\[\#29d2a9\] {
    background-color: #29d2a9;
  }

  .bg-\[\#037d8a\] {
    background-color: #037d8a;
  }

  .bg-\[\#67a8a0\] {
    background-color: #67a8a0;
  }

  .bg-\[\#91d184\] {
    background-color: #91d184;
  }

  .bg-\[\#0995a5\] {
    background-color: #0995a5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#ffcc00\] {
    background-color: #fc0;
  }

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

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

  .bg-\[rgb\(228\,231\,235\)\] {
    background-color: #e4e7eb;
  }

  .bg-\[rgba\(0\,0\,0\,0\.56\)\] {
    background-color: #0000008f;
  }

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

  .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-gray-50 {
    background-color: var(--color-gray-50);
  }

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

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

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

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

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

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

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

  .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-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[rgba\(255\,255\,255\,0\)\] {
    --tw-gradient-from: #fff0;
    --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-\[2\.642\%\] {
    --tw-gradient-from-position: 2.642%;
  }

  .to-\[\#ffffff\] {
    --tw-gradient-to: #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));
  }

  .to-\[rgba\(255\,255\,255\,0\)\] {
    --tw-gradient-to: #fff0;
    --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));
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

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

  .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

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

  .mask-size-\[72\.43px_60\.16px\] {
    mask-size: 72.43px 60.16px;
  }

  .mask-size-\[83\.381px_91\.688px\] {
    mask-size: 83.381px 91.688px;
  }

  .mask-size-\[244px_214px\] {
    mask-size: 244px 214px;
  }

  .mask-size-\[392px_425px\] {
    mask-size: 392px 425px;
  }

  .mask-size-\[399px_186px\,_391px_178px\] {
    mask-size: 399px 186px, 391px 178px;
  }

  .mask-size-\[399px_186px\] {
    mask-size: 399px 186px;
  }

  .mask-size-\[399px_258px\,_391px_250px\] {
    mask-size: 399px 258px, 391px 250px;
  }

  .mask-size-\[399px_258px\] {
    mask-size: 399px 258px;
  }

  .mask-size-\[399px_260px\,_391px_252px\] {
    mask-size: 399px 260px, 391px 252px;
  }

  .mask-size-\[399px_260px\] {
    mask-size: 399px 260px;
  }

  .mask-size-\[399px_319px\,_391px_311px\] {
    mask-size: 399px 319px, 391px 311px;
  }

  .mask-size-\[399px_319px\] {
    mask-size: 399px 319px;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

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

  .mask-position-\[-1px_-2px\] {
    mask-position: -1px -2px;
  }

  .mask-position-\[-4px\,_0px_-2px\,_0px\] {
    mask-position: -4px, 0 -2px, 0;
  }

  .mask-position-\[-4px_-2px\] {
    mask-position: -4px -2px;
  }

  .mask-position-\[-4px_-76px\] {
    mask-position: -4px -76px;
  }

  .mask-position-\[-16\.797px_-2\.129px\] {
    mask-position: -16.797px -2.129px;
  }

  .mask-position-\[-23\.719px_-10\.688px\] {
    mask-position: -23.719px -10.688px;
  }

  .mask-position-\[-24\.381px_-92\.566px\] {
    mask-position: -24.381px -92.566px;
  }

  .mask-position-\[-24\.891px_-49\.049px\] {
    mask-position: -24.891px -49.049px;
  }

  .mask-position-\[-26\.514px_-30\.152px\] {
    mask-position: -26.514px -30.152px;
  }

  .mask-position-\[-32\.827px_-26\.852px\] {
    mask-position: -32.827px -26.852px;
  }

  .mask-position-\[-34\.427px_-42\.449px\] {
    mask-position: -34.427px -42.449px;
  }

  .mask-position-\[-38\.169px_-22\.867px\] {
    mask-position: -38.169px -22.867px;
  }

  .mask-position-\[-75\.5px_-79px\] {
    mask-position: -75.5px -79px;
  }

  .mask-position-\[-130px_-76px\] {
    mask-position: -130px -76px;
  }

  .mask-position-\[-130px_-90px\] {
    mask-position: -130px -90px;
  }

  .mask-position-\[-130px_-104px\] {
    mask-position: -130px -104px;
  }

  .mask-position-\[-158px_-21px\] {
    mask-position: -158px -21px;
  }

  .mask-position-\[0\.008px_-0\.002px\] {
    mask-position: .008px -.002px;
  }

  .mask-position-\[403px\,_407px_-355\.227px\,_-353\.227px\] {
    mask-position: 403px, 407px -355.227px, -353.227px;
  }

  .mask-position-\[403px\,_407px_-408\.863px\,_-406\.863px\] {
    mask-position: 403px, 407px -408.863px, -406.863px;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

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

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

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

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

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

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

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

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

  .p-\[7\.619px\] {
    padding: 7.619px;
  }

  .p-\[8\.548px\] {
    padding: 8.548px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-\[10\.5px\] {
    padding-block: 10.5px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

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

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

  .py-\[20px\] {
    padding-block: 20px;
  }

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

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

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[110px\] {
    padding-block: 110px;
  }

  .py-px {
    padding-block: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-px {
    padding-right: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'SF_Pro_Display\:Medium\'\,sans-serif\] {
    font-family: SF Pro Display\:Medium, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Semibold\'\,sans-serif\] {
    font-family: SF Pro Text\:Semibold, sans-serif;
  }

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

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

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

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

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

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

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

  .text-\[11\.402px\] {
    font-size: 11.402px;
  }

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

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

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

  .text-\[15\.238px\] {
    font-size: 15.238px;
  }

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

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

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

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

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

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

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

  .text-\[32\.419px\] {
    font-size: 32.419px;
  }

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

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

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

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

  .text-\[52\.5px\] {
    font-size: 52.5px;
  }

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

  .text-\[55\.576px\] {
    font-size: 55.576px;
  }

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

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

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

  .leading-\[11\.402px\] {
    --tw-leading: 11.402px;
    line-height: 11.402px;
  }

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

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

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

  .leading-\[27\.788px\] {
    --tw-leading: 27.788px;
    line-height: 27.788px;
  }

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

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

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

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

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

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

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

  .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }

  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .tracking-\[-3\.3594px\] {
    --tw-tracking: -3.3594px;
    letter-spacing: -3.3594px;
  }

  .tracking-\[-3px\] {
    --tw-tracking: -3px;
    letter-spacing: -3px;
  }

  .tracking-\[0\.2px\] {
    --tw-tracking: .2px;
    letter-spacing: .2px;
  }

  .tracking-\[0\.228px\] {
    --tw-tracking: .228px;
    letter-spacing: .228px;
  }

  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-teal-700 {
    color: var(--color-teal-700);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-100 {
    opacity: 1;
  }

  .opacity-\[0\.899\] {
    opacity: .899;
  }

  .shadow {
    --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-\[0px_-1px_2px_-1px_rgba\(0\,0\,0\,0\.07\)\,0px_2px_2px_-1px_rgba\(0\,0\,0\,0\.26\)\] {
    --tw-shadow: 0px -1px 2px -1px var(--tw-shadow-color, #00000012), 0px 2px 2px -1px var(--tw-shadow-color, #00000042);
    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\.1\)\] {
    --tw-shadow: 0px -1px 2px 0px 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-\[0px_-2px_5px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px -2px 5px 0px 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-\[0px_0px_1px_0px_rgba\(48\,49\,51\,0\.05\)\,0px_2px_4px_0px_rgba\(48\,49\,51\,0\.1\)\] {
    --tw-shadow: 0px 0px 1px 0px var(--tw-shadow-color, #3031330d), 0px 2px 4px 0px var(--tw-shadow-color, #3031331a);
    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_1px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 1px 0px 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-\[0px_2px_4px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 2px 4px 0px 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-\[0px_4px_12px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 12px 0px 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-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 {
    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));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

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

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

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

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

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

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

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

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

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

  @media (hover: hover) {
    .hover\:text-teal-700:hover {
      color: var(--color-teal-700);
    }
  }

  .focus\:border-teal-500:focus {
    border-color: var(--color-teal-500);
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-teal-500:focus {
    --tw-ring-color: var(--color-teal-500);
  }

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

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

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

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

[data-name="iPhone Status Bar"] {
  display: none !important;
}

@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-divide-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
}
