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

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-50: oklch(.971 .013 17.38);
    --color-red-100: oklch(.936 .032 17.717);
    --color-red-500: oklch(.637 .237 25.331);
    --color-green-50: oklch(.982 .018 155.826);
    --color-green-100: oklch(.962 .044 156.743);
    --color-green-500: oklch(.723 .219 149.579);
    --color-green-600: oklch(.627 .194 149.214);
    --color-green-800: oklch(.448 .119 151.328);
    --color-blue-50: oklch(.97 .014 254.604);
    --color-blue-100: oklch(.932 .032 255.585);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-blue-800: oklch(.424 .199 265.638);
    --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-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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  :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\.5px\] {
    inset: -.5px;
  }

  .inset-\[-0\.18\%_-14\.06\%_-0\.18\%_-4\.69\%\] {
    inset: -.18% -14.06% -.18% -4.69%;
  }

  .inset-\[-1\.11\%_-0\.25\%_-1\.17\%_-0\.25\%\] {
    inset: -1.11% -.25% -1.17%;
  }

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

  .inset-\[-3\.13\%_-18\.75\%_-15\.63\%_-18\.75\%\] {
    inset: -3.13% -18.75% -15.63%;
  }

  .inset-\[-11\.11\%_-33\.46\%_-11\.11\%_-25\%\] {
    inset: -11.11% -33.46% -11.11% -25%;
  }

  .inset-\[-12\.3\%_-23\.05\%_-135\.34\%_-23\.05\%\] {
    inset: -12.3% -23.05% -135.34%;
  }

  .inset-\[9\.091\%\] {
    inset: 9.091%;
  }

  .inset-\[10\.53\%_10\.21\%_5\.26\%_5\.26\%\] {
    inset: 10.53% 10.21% 5.26% 5.26%;
  }

  .inset-\[10\.53\%_10\.53\%_5\.26\%_5\.26\%\] {
    inset: 10.53% 10.53% 5.26% 5.26%;
  }

  .inset-\[18\.7\%_8\.74\%_35\.95\%_5\.33\%\] {
    inset: 18.7% 8.74% 35.95% 5.33%;
  }

  .inset-\[18\.7\%_10\.04\%_64\.03\%_81\.45\%\] {
    inset: 18.7% 10.04% 64.03% 81.45%;
  }

  .inset-\[22\.66\%_18\.24\%_63\.31\%_76\.64\%\] {
    inset: 22.66% 18.24% 63.31% 76.64%;
  }

  .inset-\[25\.18\%_10\.21\%_17\.64\%_5\.26\%\] {
    inset: 25.18% 10.21% 17.64% 5.26%;
  }

  .inset-\[26\.45\%_14\.17\%_18\.84\%_6\.5\%\] {
    inset: 26.45% 14.17% 18.84% 6.5%;
  }

  .inset-\[30\.93\%_11\.78\%_36\.78\%_5\.33\%\] {
    inset: 30.93% 11.78% 36.78% 5.33%;
  }

  .inset-\[31\.25\%_5\.63\%_43\.75\%_65\.63\%\] {
    inset: 31.25% 5.63% 43.75% 65.63%;
  }

  .inset-\[31\.25\%_65\.63\%_43\.75\%_3\.13\%\] {
    inset: 31.25% 65.63% 43.75% 3.13%;
  }

  .inset-\[35\.79\%_79\.94\%_56\.45\%_17\.42\%\] {
    inset: 35.79% 79.94% 56.45% 17.42%;
  }

  .inset-\[35\.79\%_79\.95\%_57\.28\%_17\.42\%\] {
    inset: 35.79% 79.95% 57.28% 17.42%;
  }

  .inset-\[35\.97\%_23\.17\%_56\.27\%_74\.18\%\] {
    inset: 35.97% 23.17% 56.27% 74.18%;
  }

  .inset-\[35\.97\%_23\.19\%_57\.1\%_74\.18\%\] {
    inset: 35.97% 23.19% 57.1% 74.18%;
  }

  .inset-\[36\.67\%_80\.89\%_60\.99\%_18\.4\%\] {
    inset: 36.67% 80.89% 60.99% 18.4%;
  }

  .inset-\[36\.85\%_24\.23\%_60\.81\%_75\.16\%\] {
    inset: 36.85% 24.23% 60.81% 75.16%;
  }

  .inset-\[39\.31\%_10\%_54\.8\%_84\.12\%\] {
    inset: 39.31% 10% 54.8% 84.12%;
  }

  .inset-\[39\.31\%_82\.35\%_54\.8\%_11\.76\%\] {
    inset: 39.31% 82.35% 54.8% 11.76%;
  }

  .inset-\[42\.09\%_79\.94\%_56\.45\%_17\.42\%\] {
    inset: 42.09% 79.94% 56.45% 17.42%;
  }

  .inset-\[42\.27\%_23\.17\%_56\.27\%_74\.18\%\] {
    inset: 42.27% 23.17% 56.27% 74.18%;
  }

  .inset-\[44\.42\%_69\.79\%_47\.82\%_27\.56\%\] {
    inset: 44.42% 69.79% 47.82% 27.56%;
  }

  .inset-\[44\.42\%_69\.81\%_48\.64\%_27\.56\%\] {
    inset: 44.42% 69.81% 48.64% 27.56%;
  }

  .inset-\[45\.31\%_70\.64\%_52\.35\%_28\.54\%\] {
    inset: 45.31% 70.64% 52.35% 28.54%;
  }

  .inset-\[47\.3\%_24\.51\%_44\.94\%_72\.85\%\] {
    inset: 47.3% 24.51% 44.94% 72.85%;
  }

  .inset-\[47\.3\%_24\.52\%_45\.77\%_72\.85\%\] {
    inset: 47.3% 24.52% 45.77% 72.85%;
  }

  .inset-\[48\.19\%_25\.45\%_49\.48\%_73\.83\%\] {
    inset: 48.19% 25.45% 49.48% 73.83%;
  }

  .inset-\[49\.98\%_48\.24\%_47\.68\%_50\.94\%\] {
    inset: 49.98% 48.24% 47.68% 50.94%;
  }

  .inset-\[50\.72\%_69\.79\%_47\.82\%_27\.56\%\] {
    inset: 50.72% 69.79% 47.82% 27.56%;
  }

  .inset-\[50\.88\%_63\.88\%_46\.78\%_35\.3\%\] {
    inset: 50.88% 63.88% 46.78% 35.3%;
  }

  .inset-\[53\.6\%_24\.51\%_44\.94\%_72\.85\%\] {
    inset: 53.6% 24.51% 44.94% 72.85%;
  }

  .inset-\[53\.13\%_3\.13\%_31\.25\%_87\.5\%\] {
    inset: 53.13% 3.13% 31.25% 87.5%;
  }

  .inset-\[53\.13\%_87\.5\%_31\.25\%_3\.13\%\] {
    inset: 53.13% 87.5% 31.25% 3.13%;
  }

  .inset-\[56\.3\%_63\.03\%_42\.24\%_34\.32\%\] {
    inset: 56.3% 63.03% 42.24% 34.32%;
  }

  .inset-\[56\.12\%_36\.2\%_36\.95\%_61\.17\%\] {
    inset: 56.12% 36.2% 36.95% 61.17%;
  }

  .inset-\[56\.12\%_36\.19\%_35\.95\%_61\.17\%\] {
    inset: 56.12% 36.19% 35.95% 61.17%;
  }

  .inset-\[57\%_37\.03\%_40\.66\%_62\.15\%\] {
    inset: 57% 37.03% 40.66% 62.15%;
  }

  .inset-\[57\.35\%_34\.31\%_36\.76\%_59\.8\%\] {
    inset: 57.35% 34.31% 36.76% 59.8%;
  }

  .inset-\[57\.35\%_58\.82\%_36\.76\%_35\.3\%\] {
    inset: 57.35% 58.82% 36.76% 35.3%;
  }

  .inset-\[62\.59\%_36\.19\%_35\.95\%_61\.17\%\] {
    inset: 62.59% 36.19% 35.95% 61.17%;
  }

  .inset-\[86\.96\%_2\.46\%_13\.04\%_94\.26\%\] {
    inset: 86.96% 2.46% 13.04% 94.26%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-\[49\.1\%\] {
    top: 49.1%;
  }

  .top-\[55\.4\%\] {
    top: 55.4%;
  }

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

  .top-\[71\.88\%\] {
    top: 71.88%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[649\.86px\] {
    top: 649.86px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[1188\.82px\] {
    top: 1188.82px;
  }

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

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

  .top-\[1198\.18px\] {
    top: 1198.18px;
  }

  .top-\[1200\.39px\] {
    top: 1200.39px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-\[1492\.27px\] {
    top: 1492.27px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[1729\.46px\] {
    top: 1729.46px;
  }

  .top-\[1731\.67px\] {
    top: 1731.67px;
  }

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

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

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

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

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

  .top-\[1875\.77px\] {
    top: 1875.77px;
  }

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

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

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

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

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

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

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

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

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

  .top-\[2028\.03px\] {
    top: 2028.03px;
  }

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

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

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

  .top-\[2170\.07px\] {
    top: 2170.07px;
  }

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

  .top-\[2181\.05px\] {
    top: 2181.05px;
  }

  .top-\[2183\.29px\] {
    top: 2183.29px;
  }

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

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

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

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

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

  .top-\[2263\.33px\] {
    top: 2263.33px;
  }

  .top-\[2263\.46px\] {
    top: 2263.46px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[3108\.09px\] {
    top: 3108.09px;
  }

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

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

  .top-full {
    top: 100%;
  }

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

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

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

  .right-\[-21\.82\%\] {
    right: -21.82%;
  }

  .right-\[-75\.65\%\] {
    right: -75.65%;
  }

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

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

  .right-\[28\.79\%\] {
    right: 28.79%;
  }

  .right-\[47\.35\%\] {
    right: 47.35%;
  }

  .right-\[47\.37\%\] {
    right: 47.37%;
  }

  .right-\[55\.43\%\] {
    right: 55.43%;
  }

  .right-\[62\.5\%\] {
    right: 62.5%;
  }

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

  .right-\[63\.05\%\] {
    right: 63.05%;
  }

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

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

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

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

  .bottom-\[-64\.73\%\] {
    bottom: -64.73%;
  }

  .bottom-\[-224\.41\%\] {
    bottom: -224.41%;
  }

  .bottom-\[11\.28\%\] {
    bottom: 11.28%;
  }

  .bottom-\[15\.63\%\] {
    bottom: 15.63%;
  }

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

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

  .bottom-\[42\.24\%\] {
    bottom: 42.24%;
  }

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

  .bottom-\[43\.14\%\] {
    bottom: 43.14%;
  }

  .bottom-\[43\.97\%\] {
    bottom: 43.97%;
  }

  .bottom-full {
    bottom: 100%;
  }

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

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

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

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

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

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

  .left-\[-75\.65\%\] {
    left: -75.65%;
  }

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

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

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

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

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

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

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

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

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

  .left-\[23\.04px\] {
    left: 23.04px;
  }

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

  .left-\[23\.79px\] {
    left: 23.79px;
  }

  .left-\[23\.91px\] {
    left: 23.91px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[34\.31px\] {
    left: 34.31px;
  }

  .left-\[34\.32\%\] {
    left: 34.32%;
  }

  .left-\[34\.45px\] {
    left: 34.45px;
  }

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

  .left-\[35\.96px\] {
    left: 35.96px;
  }

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

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

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

  .left-\[39\.45\%\] {
    left: 39.45%;
  }

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

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

  .left-\[62\.5\%\] {
    left: 62.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-\[0px\] {
    margin-inline: 0;
  }

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

  .my-\[64px\] {
    margin-block: 64px;
  }

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

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

  .mt-\[1\.072px\] {
    margin-top: 1.072px;
  }

  .mt-\[3\.254\%\] {
    margin-top: 3.254%;
  }

  .mt-\[3\.714px\] {
    margin-top: 3.714px;
  }

  .mt-\[8\.035px\] {
    margin-top: 8.035px;
  }

  .mt-\[8\.339\%\] {
    margin-top: 8.339%;
  }

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

  .mt-\[12\.655px\] {
    margin-top: 12.655px;
  }

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

  .mt-\[13\.458px\] {
    margin-top: 13.458px;
  }

  .mt-\[14\.993\%\] {
    margin-top: 14.993%;
  }

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

  .mt-\[27\.856px\] {
    margin-top: 27.856px;
  }

  .mt-\[33\.086\%\] {
    margin-top: 33.086%;
  }

  .mt-\[43\.872px\] {
    margin-top: 43.872px;
  }

  .mt-\[74\.03\%\] {
    margin-top: 74.03%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-\[1\.24px\] {
    margin-left: 1.24px;
  }

  .ml-\[1\.25px\] {
    margin-left: 1.25px;
  }

  .ml-\[3\.456px\] {
    margin-left: 3.456px;
  }

  .ml-\[4\.3px\] {
    margin-left: 4.3px;
  }

  .ml-\[4\.334px\] {
    margin-left: 4.334px;
  }

  .ml-\[9\.996px\] {
    margin-left: 9.996px;
  }

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

  .ml-\[14\.993\%\] {
    margin-left: 14.993%;
  }

  .ml-\[22\.809\%\] {
    margin-left: 22.809%;
  }

  .ml-\[23\.79\%\] {
    margin-left: 23.79%;
  }

  .ml-\[29\.149\%\] {
    margin-left: 29.149%;
  }

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

  .ml-\[184\.6px\] {
    margin-left: 184.6px;
  }

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .table {
    display: table;
  }

  .size-\[2\.876px\] {
    width: 2.876px;
    height: 2.876px;
  }

  .size-\[2\.878px\] {
    width: 2.878px;
    height: 2.878px;
  }

  .size-\[4\.328px\] {
    width: 4.328px;
    height: 4.328px;
  }

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

  .size-\[6\.001px\] {
    width: 6.001px;
    height: 6.001px;
  }

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

  .size-\[7\.714px\] {
    width: 7.714px;
    height: 7.714px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .size-\[26\.743px\] {
    width: 26.743px;
    height: 26.743px;
  }

  .size-\[34\.668px\] {
    width: 34.668px;
    height: 34.668px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[7\.103px\] {
    height: 7.103px;
  }

  .h-\[7\.129px\] {
    height: 7.129px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[15\.945px\] {
    height: 15.945px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[3\.863px\] {
    width: 3.863px;
  }

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

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

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

  .w-\[5\.25px\] {
    width: 5.25px;
  }

  .w-\[5\.76px\] {
    width: 5.76px;
  }

  .w-\[5\.824px\] {
    width: 5.824px;
  }

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

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

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

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

  .w-\[7\.001px\] {
    width: 7.001px;
  }

  .w-\[7\.075px\] {
    width: 7.075px;
  }

  .w-\[7\.449px\] {
    width: 7.449px;
  }

  .w-\[7\.932px\] {
    width: 7.932px;
  }

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

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

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

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

  .w-\[11\.204px\] {
    width: 11.204px;
  }

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

  .w-\[12\.01px\] {
    width: 12.01px;
  }

  .w-\[12\.005px\] {
    width: 12.005px;
  }

  .w-\[12\.5px\] {
    width: 12.5px;
  }

  .w-\[12\.25px\] {
    width: 12.25px;
  }

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

  .w-\[14\.018px\] {
    width: 14.018px;
  }

  .w-\[14\.182px\] {
    width: 14.182px;
  }

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

  .w-\[15\.801px\] {
    width: 15.801px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[21\.51px\] {
    width: 21.51px;
  }

  .w-\[21\.907px\] {
    width: 21.907px;
  }

  .w-\[22\.004px\] {
    width: 22.004px;
  }

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

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

  .w-\[25\.822px\] {
    width: 25.822px;
  }

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

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

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

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

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

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

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

  .w-\[74\.063px\] {
    width: 74.063px;
  }

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

  .w-\[88\.704px\] {
    width: 88.704px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

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

  .grow {
    flex-grow: 1;
  }

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

  .origin-\(--radix-popover-content-transform-origin\) {
    transform-origin: var(--radix-popover-content-transform-origin);
  }

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

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

  .translate-y-\[-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-\[90deg\] {
    rotate: 90deg;
  }

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

  .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-grab {
    cursor: grab;
  }

  .cursor-grabbing {
    cursor: grabbing;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

  .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-\[20px\] {
    gap: 20px;
  }

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

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

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

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

  .gap-px {
    gap: 1px;
  }

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

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

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

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

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

  .overflow-auto {
    overflow: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }

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

  .border-r-4 {
    border-right-style: var(--tw-border-style);
    border-right-width: 4px;
  }

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

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

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

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

  .border-\[\#4AB75D\] {
    border-color: #4ab75d;
  }

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

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

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

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

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

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

  .border-transparent {
    border-color: #0000;
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .border-t-white {
    border-top-color: var(--color-white);
  }

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

  .bg-\[\#4AB75D\], .bg-\[\#4ab75d\] {
    background-color: #4ab75d;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

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

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

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

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

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

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

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

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

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

  .from-green-50 {
    --tw-gradient-from: var(--color-green-50);
    --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-blue-50 {
    --tw-gradient-to: var(--color-blue-50);
    --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\,_intersect\] {
    mask-composite: intersect, intersect, intersect;
  }

  .\[mask-mode\:alpha\,_alpha\,_alpha\] {
    mask-mode: alpha, alpha, alpha;
  }

  .mask-size-\[16px_16px\,_16px_16px\,_11\.2px_11\.2px\] {
    mask-size: 16px 16px, 16px 16px, 11.2px 11.2px;
  }

  .\[mask-clip\:no-clip\,_no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip, no-clip;
  }

  .mask-position-\[-2\.397px\,_-2\.397px\,_0\.002px_-2\.763px\,_-2\.763px\,_-0\.364px\] {
    mask-position: -2.397px, -2.397px, .002px -2.763px, -2.763px, -.364px;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat, no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[2px\] {
    padding-block: 2px;
  }

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

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

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

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

  .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-\[0px\] {
    padding-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Open_Sans\:Bold\'\,_sans-serif\] {
    font-family: Open Sans\:Bold, sans-serif;
  }

  .font-\[\'Open_Sans\:Light\'\,_sans-serif\] {
    font-family: Open Sans\:Light, sans-serif;
  }

  .font-\[\'Open_Sans\:Regular\'\,_sans-serif\] {
    font-family: Open Sans\:Regular, sans-serif;
  }

  .font-\[\'Open_Sans\:SemiBold\'\,_sans-serif\] {
    font-family: Open Sans\:SemiBold, sans-serif;
  }

  .font-\[\'Source_Sans_Pro\:Bold\'\,_sans-serif\] {
    font-family: Source Sans Pro\:Bold, sans-serif;
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[5px\] {
    font-size: 5px;
  }

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

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

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

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

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

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

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

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

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

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

  .text-\[\#4AB75D\], .text-\[\#4ab75d\] {
    color: #4ab75d;
  }

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

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

  .text-\[\#31A445\], .text-\[\#31a445\] {
    color: #31a445;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-popover-foreground {
    color: var(--popover-foreground);
  }

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

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

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

  .opacity-60 {
    opacity: .6;
  }

  .shadow-\[0px_0px_8px_0px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0px 0px 8px 0px var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3px_6px_0px_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0px 3px 6px 0px var(--tw-shadow-color, #00000029);
    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_8px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 3px 8px 0px var(--tw-shadow-color, #00000014);
    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_7px_6px_0px_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0px 7px 6px 0px var(--tw-shadow-color, #00000029);
    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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  @media (forced-colors: active) {
    .outline-hidden {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

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

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

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-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;
  }

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

  .placeholder\:text-\[\#aaaaaa\]::placeholder {
    color: #aaa;
  }

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

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

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

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

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

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

  @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\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }
  }

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

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

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

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

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: calc(2 * var(--spacing));
  }

  .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: calc(2 * var(--spacing) * -1);
  }

  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: calc(2 * var(--spacing));
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }
}

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

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-numbered-marker {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.custom-numbered-marker div {
  background: none !important;
  border: none !important;
}

.leaflet-popup-content-wrapper {
  box-shadow: none !important;
  background: none !important;
  padding: 0 !important;
}

.leaflet-popup-content {
  width: auto !important;
  margin: 0 !important;
}

.custom-tooltip-popup .leaflet-popup-content-wrapper {
  width: auto !important;
  box-shadow: none !important;
  background: none !important;
  border-radius: 8px !important;
  padding: 0 !important;
}

.custom-tooltip-popup .leaflet-popup-content {
  width: auto !important;
  margin: 0 !important;
}

.leaflet-popup-tip {
  background: #fff !important;
  box-shadow: 0 0 8px #00000029 !important;
}

.leaflet-popup-pane {
  z-index: 700 !important;
}

.leaflet-popup {
  z-index: 1000 !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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
