@import url("https://fonts.googleapis.com/css2?family=SF+Pro:wght@400;500;700&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-sm: .875rem;
    --text-base: 1rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --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);
    }
  }

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

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

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

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-h1);
    font-weight: var(--font-weight-bold);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-h2);
    font-weight: var(--font-weight-bold);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-h3);
    font-weight: var(--font-weight-bold);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-h4);
    font-weight: var(--font-weight-bold);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    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);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-size: var(--text-xs);
    font-weight: var(--font-weight-normal);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    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);
    font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.94\%_39\.61\%_49\.06\%_-0\.91\%\] {
    inset: -.94% 39.61% 49.06% -.91%;
  }

  .inset-\[-1\.42\%_-1\.38\%_48\.58\%_-1\.38\%\] {
    inset: -1.42% -1.38% 48.58%;
  }

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

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

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

  .inset-\[-8\.34\%_-0\.31\%_-16\.66\%_8\.04\%\] {
    inset: -8.34% -.31% -16.66% 8.04%;
  }

  .inset-\[-9\.76\%_-27\.78\%_-39\.02\%_-27\.78\%\] {
    inset: -9.76% -27.78% -39.02%;
  }

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

  .inset-\[1\.2\%_58\.59\%_47\.17\%_-0\.91\%\] {
    inset: 1.2% 58.59% 47.17% -.91%;
  }

  .inset-\[3\.19\%_-8\.57\%_-3\.19\%_73\.28\%\] {
    inset: 3.19% -8.57% -3.19% 73.28%;
  }

  .inset-\[3\.19\%_-20\.69\%_53\.19\%_68\.97\%\] {
    inset: 3.19% -20.69% 53.19% 68.97%;
  }

  .inset-\[4\.167\%\] {
    inset: 4.167%;
  }

  .inset-\[4\.506\%\] {
    inset: 4.506%;
  }

  .inset-\[6\.15\%_40\.75\%_6\.09\%_40\.71\%\] {
    inset: 6.15% 40.75% 6.09% 40.71%;
  }

  .inset-\[6\.25\%_12\.5\%_8\.33\%_12\.5\%\] {
    inset: 6.25% 12.5% 8.33%;
  }

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

  .inset-\[7\.45\%_3\.06\%_-10\.66\%_25\.86\%\] {
    inset: 7.45% 3.06% -10.66% 25.86%;
  }

  .inset-\[7\.69\%_46\.59\%_7\.69\%_4\.45\%\] {
    inset: 7.69% 46.59% 7.69% 4.45%;
  }

  .inset-\[8\.33\%_12\.5\%_10\.42\%_12\.5\%\] {
    inset: 8.33% 12.5% 10.42%;
  }

  .inset-\[8\.33\%_16\.67\%\] {
    inset: 8.33% 16.67%;
  }

  .inset-\[8\.34\%_12\.51\%_10\.42\%_12\.5\%\] {
    inset: 8.34% 12.51% 10.42% 12.5%;
  }

  .inset-\[8\.35\%_10\.42\%_10\.42\%_10\.42\%\] {
    inset: 8.35% 10.42% 10.42%;
  }

  .inset-\[8\.56\%_8\.84\%_8\.56\%_14\.58\%\] {
    inset: 8.56% 8.84% 8.56% 14.58%;
  }

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

  .inset-\[10\.37\%_10\.38\%_10\.42\%_10\.42\%\] {
    inset: 10.37% 10.38% 10.42% 10.42%;
  }

  .inset-\[10\.39\%\] {
    inset: 10.39%;
  }

  .inset-\[10\.42\%_4\.17\%_4\.16\%_14\.58\%\] {
    inset: 10.42% 4.17% 4.16% 14.58%;
  }

  .inset-\[10\.42\%_8\.33\%_14\.58\%_8\.33\%\] {
    inset: 10.42% 8.33% 14.58%;
  }

  .inset-\[10\.42\%_12\.5\%_12\.5\%_12\.5\%\] {
    inset: 10.42% 12.5% 12.5%;
  }

  .inset-\[10\.42\%_16\.67\%_10\.42\%_10\.42\%\] {
    inset: 10.42% 16.67% 10.42% 10.42%;
  }

  .inset-\[10\.62\%_34\.63\%_10\.67\%_34\.66\%\] {
    inset: 10.62% 34.63% 10.67% 34.66%;
  }

  .inset-\[10\.63\%_20\.73\%_14\.58\%_20\.83\%\] {
    inset: 10.63% 20.73% 14.58% 20.83%;
  }

  .inset-\[10\.96\%_-14\.65\%_-2\.13\%_-0\.86\%\] {
    inset: 10.96% -14.65% -2.13% -.86%;
  }

  .inset-\[11\.7\%_-15\.52\%_73\.4\%_60\.34\%\] {
    inset: 11.7% -15.52% 73.4% 60.34%;
  }

  .inset-\[11\.67\%_11\.62\%_11\.62\%_11\.67\%\] {
    inset: 11.67% 11.62% 11.62% 11.67%;
  }

  .inset-\[11\.698\%\] {
    inset: 11.698%;
  }

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

  .inset-\[12\.5\%_4\.17\%_4\.17\%_12\.5\%\] {
    inset: 12.5% 4.17% 4.17% 12.5%;
  }

  .inset-\[14\.89\%_7\.76\%_-10\.64\%_30\.17\%\] {
    inset: 14.89% 7.76% -10.64% 30.17%;
  }

  .inset-\[16\.04\%_-22\.5\%_-44\.05\%_3\.88\%\] {
    inset: 16.04% -22.5% -44.05% 3.88%;
  }

  .inset-\[16\.04\%_-22\.27\%_-44\.05\%_4\.12\%\] {
    inset: 16.04% -22.27% -44.05% 4.12%;
  }

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

  .inset-\[16\.67\%_8\.33\%\] {
    inset: 16.67% 8.33%;
  }

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

  .inset-\[17\.02\%_-6\.9\%_62\.77\%_90\.52\%\] {
    inset: 17.02% -6.9% 62.77% 90.52%;
  }

  .inset-\[17\.02\%_24\.14\%_47\.87\%_70\.69\%\] {
    inset: 17.02% 24.14% 47.87% 70.69%;
  }

  .inset-\[17\.02\%_24\.14\%_76\.6\%_41\.38\%\] {
    inset: 17.02% 24.14% 76.6% 41.38%;
  }

  .inset-\[17\.02\%_29\.31\%_-1\.06\%_13\.79\%\] {
    inset: 17.02% 29.31% -1.06% 13.79%;
  }

  .inset-\[17\.02\%_53\.45\%_47\.87\%_41\.38\%\] {
    inset: 17.02% 53.45% 47.87% 41.38%;
  }

  .inset-\[17\.89\%_11\.62\%_15\.79\%_11\.67\%\] {
    inset: 17.89% 11.62% 15.79% 11.67%;
  }

  .inset-\[18\.72\%_12\.46\%_16\.62\%_12\.5\%\] {
    inset: 18.72% 12.46% 16.62% 12.5%;
  }

  .inset-\[19\.72\%_-19\.08\%_-19\.86\%_37\.93\%\] {
    inset: 19.72% -19.08% -19.86% 37.93%;
  }

  .inset-\[20\.83\%_4\.17\%_16\.67\%_8\.33\%\] {
    inset: 20.83% 4.17% 16.67% 8.33%;
  }

  .inset-\[20\.83\%_33\.33\%\] {
    inset: 20.83% 33.33%;
  }

  .inset-\[22\.727\%\] {
    inset: 22.727%;
  }

  .inset-\[24\.47\%_-37\.93\%_31\.91\%_86\.21\%\] {
    inset: 24.47% -37.93% 31.91% 86.21%;
  }

  .inset-\[24\.59\%_60\.17\%_-20\.94\%_15\.15\%\] {
    inset: 24.59% 60.17% -20.94% 15.15%;
  }

  .inset-\[24\.59\%_60\.17\%_-20\.94\%_27\.09\%\] {
    inset: 24.59% 60.17% -20.94% 27.09%;
  }

  .inset-\[24\.62\%_-17\.38\%_-36\.65\%_11\.27\%\] {
    inset: 24.62% -17.38% -36.65% 11.27%;
  }

  .inset-\[26\.57\%_76\.89\%_-8\.57\%_15\.15\%\] {
    inset: 26.57% 76.89% -8.57% 15.15%;
  }

  .inset-\[26\.57\%_76\.89\%_22\.87\%_15\.15\%\] {
    inset: 26.57% 76.89% 22.87% 15.15%;
  }

  .inset-\[28\.71\%_16\.56\%_53\.22\%_67\.23\%\] {
    inset: 28.71% 16.56% 53.22% 67.23%;
  }

  .inset-\[29\.6\%_32\.61\%_59\.39\%_58\.47\%\] {
    inset: 29.6% 32.61% 59.39% 58.47%;
  }

  .inset-\[30\.85\%_63\.54\%_-21\.08\%_5\.17\%\] {
    inset: 30.85% 63.54% -21.08% 5.17%;
  }

  .inset-\[32\.23\%_9\.12\%_32\.13\%_9\.07\%\] {
    inset: 32.23% 9.12% 32.13% 9.07%;
  }

  .inset-\[32\.76\%_15\.1\%_32\.71\%_15\.13\%\] {
    inset: 32.76% 15.1% 32.71% 15.13%;
  }

  .inset-\[32\.98\%_12\.07\%_46\.81\%_71\.55\%\] {
    inset: 32.98% 12.07% 46.81% 71.55%;
  }

  .inset-\[33\.33\%_20\.83\%\] {
    inset: 33.33% 20.83%;
  }

  .inset-\[34\.97\%_41\.3\%_41\.3\%_44\.28\%\] {
    inset: 34.97% 41.3% 41.3% 44.28%;
  }

  .inset-\[37\.19\%_4\.96\%_37\.09\%_4\.91\%\] {
    inset: 37.19% 4.96% 37.09% 4.91%;
  }

  .inset-\[37\.23\%_11\.21\%_-7\.45\%_30\.17\%\] {
    inset: 37.23% 11.21% -7.45% 30.17%;
  }

  .inset-\[37\.23\%_15\.52\%_-7\.45\%_25\.86\%\] {
    inset: 37.23% 15.52% -7.45% 25.86%;
  }

  .inset-\[38\.69\%_3\.22\%_40\.73\%_82\.59\%\] {
    inset: 38.69% 3.22% 40.73% 82.59%;
  }

  .inset-\[39\.1\%_76\.98\%_-8\.57\%_18\.43\%\] {
    inset: 39.1% 76.98% -8.57% 18.43%;
  }

  .inset-\[40\.43\%_27\.23\%_35\.23\%_56\.03\%\] {
    inset: 40.43% 27.23% 35.23% 56.03%;
  }

  .inset-\[45\.74\%_11\.62\%_7\.42\%_31\.9\%\] {
    inset: 45.74% 11.62% 7.42% 31.9%;
  }

  .inset-\[47\.87\%_16\.38\%_37\.23\%_71\.55\%\] {
    inset: 47.87% 16.38% 37.23% 71.55%;
  }

  .inset-\[51\.06\%_0\.1\%_25\.91\%_81\.9\%\] {
    inset: 51.06% .1% 25.91% 81.9%;
  }

  .inset-\[53\.19\%_59\.48\%_-39\.36\%_1\.72\%\] {
    inset: 53.19% 59.48% -39.36% 1.72%;
  }

  .inset-\[57\.45\%_-6\.9\%_22\.34\%_90\.52\%\] {
    inset: 57.45% -6.9% 22.34% 90.52%;
  }

  .inset-\[61\.7\%_2\%_-18\.88\%_57\.76\%\] {
    inset: 61.7% 2% -18.88% 57.76%;
  }

  .inset-\[61\.7\%_21\.18\%_19\.53\%_62\.93\%\] {
    inset: 61.7% 21.18% 19.53% 62.93%;
  }

  .inset-\[61\.7\%_41\.42\%_26\.64\%_49\.14\%\] {
    inset: 61.7% 41.42% 26.64% 49.14%;
  }

  .inset-\[64\.36\%_3\.96\%_-15\.04\%_60\.31\%\] {
    inset: 64.36% 3.96% -15.04% 60.31%;
  }

  .inset-\[67\.02\%_49\.16\%_19\.15\%_41\.38\%\] {
    inset: 67.02% 49.16% 19.15% 41.38%;
  }

  .inset-\[70\.21\%_38\.01\%_-7\.45\%_3\.45\%\] {
    inset: 70.21% 38.01% -7.45% 3.45%;
  }

  .inset-\[71\.28\%_-2\.89\%_17\.71\%_93\.97\%\] {
    inset: 71.28% -2.89% 17.71% 93.97%;
  }

  .inset-\[75\.53\%_8\.63\%_6\.59\%_75\.86\%\] {
    inset: 75.53% 8.63% 6.59% 75.86%;
  }

  .inset-\[75\.53\%_12\.07\%_4\.25\%_71\.55\%\] {
    inset: 75.53% 12.07% 4.25% 71.55%;
  }

  .inset-\[75\.53\%_31\.2\%_4\.83\%_53\.45\%\] {
    inset: 75.53% 31.2% 4.83% 53.45%;
  }

  .inset-\[77\.13\%_76\.98\%_21\.6\%_18\.43\%\] {
    inset: 77.13% 76.98% 21.6% 18.43%;
  }

  .inset-\[79\.79\%_22\.57\%_-4\.52\%_68\.97\%\] {
    inset: 79.79% 22.57% -4.52% 68.97%;
  }

  .inset-\[86\.17\%_23\.83\%_2\.82\%_67\.24\%\] {
    inset: 86.17% 23.83% 2.82% 67.24%;
  }

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

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

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

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

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

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

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

  .top-\[21\.53\%\] {
    top: 21.53%;
  }

  .top-\[23\.4\%\] {
    top: 23.4%;
  }

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

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

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

  .top-\[70\.21\%\] {
    top: 70.21%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-px {
    top: 1px;
  }

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

  .right-\[-4\.17\%\] {
    right: -4.17%;
  }

  .right-\[-20\.69\%\] {
    right: -20.69%;
  }

  .right-\[1\.7\%\] {
    right: 1.7%;
  }

  .right-\[2\.4px\] {
    right: 2.4px;
  }

  .right-\[2\.8px\] {
    right: 2.8px;
  }

  .right-\[4\.4px\] {
    right: 4.4px;
  }

  .right-\[7\.76\%\] {
    right: 7.76%;
  }

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

  .right-\[14\.34px\] {
    right: 14.34px;
  }

  .right-\[16\.54\%\] {
    right: 16.54%;
  }

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

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

  .right-\[43\.5\%\] {
    right: 43.5%;
  }

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

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

  .bottom-\[-14\.1\%\] {
    bottom: -14.1%;
  }

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

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

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

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

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

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

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

  .bottom-\[22\.5\%\] {
    bottom: 22.5%;
  }

  .bottom-\[38\.37\%\] {
    bottom: 38.37%;
  }

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

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

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

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

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

  .left-3\/4 {
    left: 75%;
  }

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

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

  .left-\[1\.72\%\] {
    left: 1.72%;
  }

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

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

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

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

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

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

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

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

  .left-\[57\.63\%\] {
    left: 57.63%;
  }

  .left-\[65\.52\%\] {
    left: 65.52%;
  }

  .left-\[71\.55\%\] {
    left: 71.55%;
  }

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

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

  .left-\[calc\(50\%\+18\.64px\)\] {
    left: calc(50% + 18.64px);
  }

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

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

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

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

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

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

  .isolate {
    isolation: isolate;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .size-\[79\.795px\] {
    width: 79.795px;
    height: 79.795px;
  }

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

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

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

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

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

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

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

  .h-\[7\.778px\] {
    height: 7.778px;
  }

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

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

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

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

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

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

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

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

  .h-\[13\.667px\] {
    height: 13.667px;
  }

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

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

  .h-\[15\.296px\] {
    height: 15.296px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[92\.828px\] {
    height: 92.828px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[713\.706px\] {
    height: 713.706px;
  }

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

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

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

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

  .w-\[6\.917px\] {
    width: 6.917px;
  }

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

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

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

  .w-\[9\.649px\] {
    width: 9.649px;
  }

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

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

  .w-\[12\.749px\] {
    width: 12.749px;
  }

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

  .w-\[14\.548px\] {
    width: 14.548px;
  }

  .w-\[15\.999px\] {
    width: 15.999px;
  }

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

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

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

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

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

  .w-\[23\.992px\] {
    width: 23.992px;
  }

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

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

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

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

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

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

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

  .w-\[37\.517px\] {
    width: 37.517px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[110\.655px\] {
    width: 110.655px;
  }

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

  .w-\[117\.3px\] {
    width: 117.3px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    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-0 {
    rotate: none;
  }

  .rotate-45 {
    rotate: 45deg;
  }

  .rotate-\[11\.527deg\] {
    rotate: 11.527deg;
  }

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

  .rotate-\[24\.174deg\] {
    rotate: 24.174deg;
  }

  .rotate-\[54\.852deg\] {
    rotate: 54.852deg;
  }

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

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

  .rotate-\[127\.048deg\] {
    rotate: 127.048deg;
  }

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

  .rotate-\[201\.209deg\] {
    rotate: 201.209deg;
  }

  .rotate-\[211\.98deg\] {
    rotate: 211.98deg;
  }

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

  .rotate-\[305\.314deg\] {
    rotate: 305.314deg;
  }

  .rotate-\[329\.457deg\] {
    rotate: 329.457deg;
  }

  .rotate-\[334\.217deg\] {
    rotate: 334.217deg;
  }

  .rotate-\[338\.791deg\] {
    rotate: 338.791deg;
  }

  .rotate-\[344\.87deg\] {
    rotate: 344.87deg;
  }

  .rotate-\[345\.885deg\] {
    rotate: 345.885deg;
  }

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

  .rotate-\[352\.4deg\] {
    rotate: 352.4deg;
  }

  .skew-x-\[0\.386deg\] {
    --tw-skew-x: skewX(.386deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[0\.465deg\] {
    --tw-skew-x: skewX(.465deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[0\.491deg\] {
    --tw-skew-x: skewX(.491deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[359\.74deg\] {
    --tw-skew-x: skewX(359.74deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[359\.499deg\] {
    --tw-skew-x: skewX(359.499deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[359\.511deg\] {
    --tw-skew-x: skewX(359.511deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[359\.595deg\] {
    --tw-skew-x: skewX(359.595deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-px {
    gap: 1px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[\#ffdd66\] {
    border-color: #fd6;
  }

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

  .bg-\[\#21bc5f\] {
    background-color: #21bc5f;
  }

  .bg-\[\#53c784\] {
    background-color: #53c784;
  }

  .bg-\[\#282b3b\] {
    background-color: #282b3b;
  }

  .bg-\[\#415fca\] {
    background-color: #415fca;
  }

  .bg-\[\#870b58\] {
    background-color: #870b58;
  }

  .bg-\[\#00883e\] {
    background-color: #00883e;
  }

  .bg-\[\#E94E0F\] {
    background-color: #e94e0f;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-\[\#ffdd66\] {
    background-color: #fd6;
  }

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

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

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

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

  .bg-\[rgba\(240\,241\,245\,0\.4\)\] {
    background-color: #f0f1f566;
  }

  .bg-\[rgba\(243\,246\,250\,0\)\] {
    background-color: #f3f6fa00;
  }

  .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-primary {
    background-color: var(--primary);
  }

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

  .from-\[rgba\(27\,27\,37\,0\)\] {
    --tw-gradient-from: #1b1b2500;
    --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-\[rgba\(241\,244\,248\,0\)\] {
    --tw-gradient-from: #f1f4f800;
    --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\(27\,27\,37\,0\.75\)\] {
    --tw-gradient-to: #1b1b25bf;
    --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\(241\,244\,248\,0\.99\)\] {
    --tw-gradient-to: #f1f4f8fc;
    --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-\[51\.307\%\] {
    --tw-gradient-to-position: 51.307%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-\[10px\] {
    padding-block: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'SF_Pro_Display\:Regular\'\,sans-serif\] {
    font-family: SF Pro Display\:Regular, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Regular\'\,sans-serif\] {
    font-family: SF Pro Text\:Regular, sans-serif;
  }

  .font-\[\'SF_Pro_Text\:Semibold\'\,sans-serif\] {
    font-family: SF Pro Text\:Semibold, sans-serif;
  }

  .text-\[6\.5px\] {
    font-size: 6.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[510\] {
    --tw-font-weight: 510;
    font-weight: 510;
  }

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

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

  .tracking-\[-0\.3px\] {
    --tw-tracking: -.3px;
    letter-spacing: -.3px;
  }

  .tracking-\[-0\.5px\] {
    --tw-tracking: -.5px;
    letter-spacing: -.5px;
  }

  .tracking-\[-0\.32px\] {
    --tw-tracking: -.32px;
    letter-spacing: -.32px;
  }

  .tracking-\[0\.35px\] {
    --tw-tracking: .35px;
    letter-spacing: .35px;
  }

  .tracking-\[0\.38px\] {
    --tw-tracking: .38px;
    letter-spacing: .38px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-\[0px_0px_4px_0px_rgba\(48\,54\,66\,0\.11\)\,0px_2px_2px_0px_rgba\(48\,54\,66\,0\.1\)\] {
    --tw-shadow: 0px 0px 4px 0px var(--tw-shadow-color, #3036421c), 0px 2px 2px 0px var(--tw-shadow-color, #3036421a);
    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_2px_0px_rgba\(48\,54\,66\,0\.1\)\] {
    --tw-shadow: 0px 2px 2px 0px var(--tw-shadow-color, #3036421a);
    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_2px_0px_rgba\(127\,132\,146\,0\.11\)\] {
    --tw-shadow: 0px 2px 2px 0px var(--tw-shadow-color, #7f84921c);
    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_3px_5px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 3px 5px 0px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3px_5px_0px_rgba\(20\,80\,48\,0\.3\)\] {
    --tw-shadow: 0px 3px 5px 0px var(--tw-shadow-color, #1450304d);
    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_13px_0px_rgba\(48\,54\,66\,0\.03\)\] {
    --tw-shadow: 0px 4px 13px 0px var(--tw-shadow-color, #30364208);
    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_6px_12px_0px_rgba\(48\,54\,66\,0\.03\)\] {
    --tw-shadow: 0px 6px 12px 0px var(--tw-shadow-color, #30364208);
    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_12px_20px_0px_rgba\(233\,78\,15\,0\.2\)\] {
    --tw-shadow: 0px 12px 20px 0px var(--tw-shadow-color, #e94e0f33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[2px_0px_2px_0px_rgba\(48\,54\,66\,0\.1\)\] {
    --tw-shadow: 2px 0px 2px 0px var(--tw-shadow-color, #3036421a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-\[6px\] {
    --tw-blur: blur(6px);
    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, );
  }

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

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

  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-\[9\.5px\] {
    --tw-backdrop-blur: blur(9.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-\[9px\] {
    --tw-backdrop-blur: blur(9px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

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

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

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

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

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

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.01\]:hover {
      scale: 1.01;
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

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

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

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

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

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .active\:scale-\[0\.99\]:active {
    scale: .99;
  }

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

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

  .disabled\:opacity-70:disabled {
    opacity: .7;
  }

  @media (hover: hover) {
    .disabled\:hover\:scale-100:disabled:hover {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}


:root {
  --font-size: 16px;
  --background: #f3f6fa;
  --foreground: #282b3b;
  --card: #fff;
  --card-foreground: #282b3b;
  --popover: #fff;
  --popover-foreground: #282b3b;
  --primary: #d63d00;
  --primary-foreground: #fff;
  --secondary: #0000;
  --secondary-foreground: #4f5a73;
  --muted: #e3e6ef;
  --muted-foreground: #c8cdd9;
  --accent: #a63f7e;
  --accent-foreground: #fff;
  --destructive: #cb0049;
  --destructive-foreground: #fff;
  --border: #e3e6ef;
  --input: #fff;
  --input-background: #fff;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --ring: #d63d00;
  --elevation-sm: 0px 12px 20px 0px #e94e0f33;
  --chart-1: #d63d00;
  --chart-2: #a63f7e;
  --chart-3: #21bc5f;
  --chart-4: #f8ad07;
  --chart-5: #415fca;
  --radius: 6px;
  --radius-card: 8px;
  --radius-button: 6px;
  --radius-fab: 50px;
  --sidebar: #fff;
  --sidebar-foreground: #282b3b;
  --sidebar-primary: #d63d00;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #a63f7e;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #e3e6ef;
  --sidebar-ring: #d63d00;
  --text-h1: 26px;
  --text-h2: 24px;
  --text-h3: 20px;
  --text-h4: 17px;
  --text-base: 16px;
  --text-sm: 14px;
  --text-xs: 12px;
}

.dark {
  --background: #141723;
  --foreground: #f3f6fa;
  --card: #1e212d;
  --card-foreground: #f3f6fa;
  --popover: #1e212d;
  --popover-foreground: #f3f6fa;
  --primary: #ff5114;
  --primary-foreground: #fff;
  --secondary: #0000;
  --secondary-foreground: #96a1b9;
  --muted: #323541;
  --muted-foreground: #787d89;
  --accent: #ba5392;
  --accent-foreground: #fff;
  --destructive: #df145d;
  --destructive-foreground: #fff;
  --border: #323541;
  --input: #1e212d;
  --ring: #ff5114;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --chart-1: #ff5114;
  --chart-2: #ba5392;
  --chart-3: #35d073;
  --chart-4: #ffc11b;
  --chart-5: #5573de;
  --sidebar: #1e212d;
  --sidebar-foreground: #f3f6fa;
  --sidebar-primary: #ff5114;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #ba5392;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #323541;
  --sidebar-ring: #ff5114;
}

html {
  font-size: var(--font-size);
}

.text-body-medium {
  font-size: var(--text-base);
  font-weight: var(--font-weight-medium);
  font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.text-body-bold {
  font-size: var(--text-base);
  font-weight: var(--font-weight-bold);
  font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.text-body-small {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-normal);
  font-family: SF Pro, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.elevation-sm {
  box-shadow: var(--elevation-sm);
}

@keyframes spark-pulse {
  0% {
    opacity: .1;
    transform: scale(1)rotate(0);
  }

  50% {
    opacity: .1;
    transform: scale(1.4)rotate(25deg);
  }

  100% {
    opacity: .1;
    transform: scale(1)rotate(0);
  }
}

.animate-spark {
  animation: 2.5s cubic-bezier(.4, 0, .2, 1) spark-pulse;
}

@keyframes gauge-fill {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0);
  }
}

.animate-gauge-fill {
  clip-path: inset(0 100% 0 0);
  animation: 1.2s cubic-bezier(0, 0, .2, 1) forwards gauge-fill;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

#root {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.app-shell {
  background: var(--background);
  width: 393px;
  max-width: 100vw;
  height: 852px;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (height <= 852px) {
  .app-shell {
    height: 100vh;
  }
}

@media (width <= 393px) {
  .app-shell {
    width: 100vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

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

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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