/*! 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-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-outline-style: solid;
      --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-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-neutral-50: oklch(.985 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --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-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-tight: 1.25;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.2\%_-0\.12\%_-0\.05\%_-0\.01\%\] {
    inset: -.2% -.12% -.05% -.01%;
  }

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

  .inset-\[-0\.7\%_-0\.74\%_-0\.7\%_-0\.69\%\] {
    inset: -.7% -.74% -.7% -.69%;
  }

  .inset-\[-0\.17\%_-1\.01\%_-0\.65\%_-1\.04\%\] {
    inset: -.17% -1.01% -.65% -1.04%;
  }

  .inset-\[-0\.21\%_-0\.1\%_-0\.05\%_-0\.1\%\] {
    inset: -.21% -.1% -.05%;
  }

  .inset-\[-0\.25\%_-0\.12\%_-0\.06\%_-0\.12\%\] {
    inset: -.25% -.12% -.06%;
  }

  .inset-\[-0\.25\%_-0\.29\%\] {
    inset: -.25% -.29%;
  }

  .inset-\[-0\.28\%_-0\.26\%\] {
    inset: -.28% -.26%;
  }

  .inset-\[-0\.31\%_-0\.36\%\] {
    inset: -.31% -.36%;
  }

  .inset-\[-0\.35\%_-0\.33\%\] {
    inset: -.35% -.33%;
  }

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

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

  .inset-\[-0\.39\%_-0\.2\%_-0\.09\%_-0\.2\%\] {
    inset: -.39% -.2% -.09%;
  }

  .inset-\[-0\.42\%_-0\.48\%\] {
    inset: -.42% -.48%;
  }

  .inset-\[-0\.46\%_-0\.44\%\] {
    inset: -.46% -.44%;
  }

  .inset-\[-0\.53\%_-0\.5\%_-0\.67\%_-0\.39\%\] {
    inset: -.53% -.5% -.67% -.39%;
  }

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

  .inset-\[-0\.69\%_-0\.66\%\] {
    inset: -.69% -.66%;
  }

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

  .inset-\[-0\.76\%_-0\.42\%_-0\.67\%_-0\.35\%\] {
    inset: -.76% -.42% -.67% -.35%;
  }

  .inset-\[-0\.79px_0_0_0\] {
    inset: -.79px 0 0;
  }

  .inset-\[-0\.81px_0_0_0\] {
    inset: -.81px 0 0;
  }

  .inset-\[-0\.84\%_-0\.4\%_-0\.2\%_-0\.41\%\] {
    inset: -.84% -.4% -.2% -.41%;
  }

  .inset-\[-0\.85\%_-0\.73\%_-0\.71\%_-0\.61\%\] {
    inset: -.85% -.73% -.71% -.61%;
  }

  .inset-\[-0\.87\%_-0\.42\%_-0\.21\%_-0\.43\%\] {
    inset: -.87% -.42% -.21% -.43%;
  }

  .inset-\[-0\.89px_0_0_0\] {
    inset: -.89px 0 0;
  }

  .inset-\[-0\.91\%_-0\.96\%\] {
    inset: -.91% -.96%;
  }

  .inset-\[-0\.93px_0_0_0\] {
    inset: -.93px 0 0;
  }

  .inset-\[-0\.97px_0_0_0\] {
    inset: -.97px 0 0;
  }

  .inset-\[-0\.99\%_-0\.42\%_-0\.26\%_-0\.43\%\] {
    inset: -.99% -.42% -.26% -.43%;
  }

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

  .inset-\[-1\.07px_0_0_0\] {
    inset: -1.07px 0 0;
  }

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

  .inset-\[-1\.09px_0_0_0\] {
    inset: -1.09px 0 0;
  }

  .inset-\[-1\.21px_0_0_0\] {
    inset: -1.21px 0 0;
  }

  .inset-\[-1\.25\%_-1\.44\%\] {
    inset: -1.25% -1.44%;
  }

  .inset-\[-1\.38\%_-1\.31\%\] {
    inset: -1.38% -1.31%;
  }

  .inset-\[-1\.39\%_-0\.6\%_-0\.37\%_-0\.61\%\] {
    inset: -1.39% -.6% -.37% -.61%;
  }

  .inset-\[-1\.43\%_-0\.62\%_-0\.37\%_-0\.63\%\] {
    inset: -1.43% -.62% -.37% -.63%;
  }

  .inset-\[-1\.47\%_-0\.68\%_-0\.36\%_-0\.69\%\] {
    inset: -1.47% -.68% -.36% -.69%;
  }

  .inset-\[-1\.55\%_-0\.2\%\] {
    inset: -1.55% -.2%;
  }

  .inset-\[-1\.67\%_-0\.82\%_-0\.39\%_-0\.84\%\] {
    inset: -1.67% -.82% -.39% -.84%;
  }

  .inset-\[-1\.74\%_-0\.74\%_-0\.46\%_-0\.76\%\] {
    inset: -1.74% -.74% -.46% -.76%;
  }

  .inset-\[-1\.86\%_-0\.76\%_-0\.51\%_-0\.78\%\] {
    inset: -1.86% -.76% -.51% -.78%;
  }

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

  .inset-\[-2\%_-1\.19\%_-0\.4\%_-1\.2\%\] {
    inset: -2% -1.19% -.4% -1.2%;
  }

  .inset-\[-2\.5px_-12\.78\%\] {
    inset: -2.5px -12.78%;
  }

  .inset-\[-2\.7\%_-1\.19\%_-0\.7\%_-1\.22\%\] {
    inset: -2.7% -1.19% -.7% -1.22%;
  }

  .inset-\[-2\.27\%_-0\.95\%_-0\.61\%_-0\.97\%\] {
    inset: -2.27% -.95% -.61% -.97%;
  }

  .inset-\[-2\.83\%_-2\%_-0\.48\%_-2\.02\%\] {
    inset: -2.83% -2% -.48% -2.02%;
  }

  .inset-\[-3\.21px_-0\.39\%\] {
    inset: -3.21px -.39%;
  }

  .inset-\[-3\.56\%_-1\.82\%_-0\.8\%_-1\.85\%\] {
    inset: -3.56% -1.82% -.8% -1.85%;
  }

  .inset-\[-3\.68\%_-1\.98\%_-0\.79\%_-2\.01\%\] {
    inset: -3.68% -1.98% -.79% -2.01%;
  }

  .inset-\[-3\.82px_-0\.4\%\] {
    inset: -3.82px -.4%;
  }

  .inset-\[-3\.82px_-0\.15\%\] {
    inset: -3.82px -.15%;
  }

  .inset-\[-3\.82px_-0\.35\%\] {
    inset: -3.82px -.35%;
  }

  .inset-\[-3\.84\%_-3\.75\%\] {
    inset: -3.84% -3.75%;
  }

  .inset-\[-3\.92\%_-2\.24\%_-0\.8\%_-2\.27\%\] {
    inset: -3.92% -2.24% -.8% -2.27%;
  }

  .inset-\[-3px_0_0_0\] {
    inset: -3px 0 0;
  }

  .inset-\[-4\.25px_-0\.17\%_-4\.25px_0\] {
    inset: -4.25px -.17% -4.25px 0;
  }

  .inset-\[-4\.39\%_-2\.61\%_-0\.87\%_-2\.64\%\] {
    inset: -4.39% -2.61% -.87% -2.64%;
  }

  .inset-\[-4\.71\%_-4\.52\%\] {
    inset: -4.71% -4.52%;
  }

  .inset-\[-5\.04\%_-2\.36\%_-1\.24\%_-2\.4\%\] {
    inset: -5.04% -2.36% -1.24% -2.4%;
  }

  .inset-\[-5\.26\%_-4\.05\%_-0\.82\%_-4\.08\%\] {
    inset: -5.26% -4.05% -.82% -4.08%;
  }

  .inset-\[-5\.68\%_-5\.99\%\] {
    inset: -5.68% -5.99%;
  }

  .inset-\[-6\.06\%_-5\.17\%_-0\.85\%_-5\.2\%\] {
    inset: -6.06% -5.17% -.85% -5.2%;
  }

  .inset-\[-6\.08\%_-3\.62\%_-1\.2\%_-3\.66\%\] {
    inset: -6.08% -3.62% -1.2% -3.66%;
  }

  .inset-\[-6\.52\%_-4\.06\%_-1\.23\%_-4\.11\%\] {
    inset: -6.52% -4.06% -1.23% -4.11%;
  }

  .inset-\[-7\.36px_-0\.24\%\] {
    inset: -7.36px -.24%;
  }

  .inset-\[-7\.36px_-0\.25\%\] {
    inset: -7.36px -.25%;
  }

  .inset-\[-7\.36px_-0\.27\%_-7\.36px_0\] {
    inset: -7.36px -.27% -7.36px 0;
  }

  .inset-\[-7\.74\%_-4\.45\%_-1\.58\%_-4\.51\%\] {
    inset: -7.74% -4.45% -1.58% -4.51%;
  }

  .inset-\[-7\.74\%_-17\.23\%_-0\.42\%_-17\.25\%\] {
    inset: -7.74% -17.23% -.42% -17.25%;
  }

  .inset-\[-8\.31\%_-4\.83\%_-1\.68\%_-4\.89\%\] {
    inset: -8.31% -4.83% -1.68% -4.89%;
  }

  .inset-\[-8\.37\%_-8\.71\%\] {
    inset: -8.37% -8.71%;
  }

  .inset-\[-8\.47\%_-5\.81\%_-1\.46\%_-5\.87\%\] {
    inset: -8.47% -5.81% -1.46% -5.87%;
  }

  .inset-\[-10\.34\%_-23\.04\%_-0\.57\%_-23\.06\%\] {
    inset: -10.34% -23.04% -.57% -23.06%;
  }

  .inset-\[-10\.64\%_-4\.64\%_-2\.79\%_-4\.74\%\] {
    inset: -10.64% -4.64% -2.79% -4.74%;
  }

  .inset-\[-10\.77\%_-5\.74\%_-2\.36\%_-5\.83\%\] {
    inset: -10.77% -5.74% -2.36% -5.83%;
  }

  .inset-\[-11\.67\%_-23\.29\%_-0\.71\%_-23\.32\%\] {
    inset: -11.67% -23.29% -.71% -23.32%;
  }

  .inset-\[-12\.24\%_-6\.21\%_-2\.8\%_-6\.32\%\] {
    inset: -12.24% -6.21% -2.8% -6.32%;
  }

  .inset-\[-12\.87px_0_0_0\] {
    inset: -12.87px 0 0;
  }

  .inset-\[-15\.25\%_-7\.54\%_-3\.58\%_-7\.67\%\] {
    inset: -15.25% -7.54% -3.58% -7.67%;
  }

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

  .inset-\[-16\.22\%_-22\.99\%_-1\.39\%_-23\.04\%\] {
    inset: -16.22% -22.99% -1.39% -23.04%;
  }

  .inset-\[-16\.48\%_-10\.17\%_-3\.16\%_-10\.28\%\] {
    inset: -16.48% -10.17% -3.16% -10.28%;
  }

  .inset-\[-16\.49px_0_0_0\] {
    inset: -16.49px 0 0;
  }

  .inset-\[-16\.89px_0_0_0\] {
    inset: -16.89px 0 0;
  }

  .inset-\[-17\.24\%_-14\.13\%_-2\.52\%_-14\.23\%\] {
    inset: -17.24% -14.13% -2.52% -14.23%;
  }

  .inset-\[-17\.69\%_-9\.11\%_-4\.01\%_-9\.26\%\] {
    inset: -17.69% -9.11% -4.01% -9.26%;
  }

  .inset-\[-17\.72px_0_0_0\] {
    inset: -17.72px 0 0;
  }

  .inset-\[-18\.42\%_-26\.83\%_-1\.54\%_-26\.89\%\] {
    inset: -18.42% -26.83% -1.54% -26.89%;
  }

  .inset-\[-19\.5px_0_0_0\] {
    inset: -19.5px 0 0;
  }

  .inset-\[-19\.32\%_-36\.88\%_-1\.23\%_-36\.93\%\] {
    inset: -19.32% -36.88% -1.23% -36.93%;
  }

  .inset-\[-19\.43px_0_0_0\] {
    inset: -19.43px 0 0;
  }

  .inset-\[-19\.56px_0_0_0\] {
    inset: -19.56px 0 0;
  }

  .inset-\[-22\.5\%_-34\.51\%_-1\.78\%_-34\.57\%\] {
    inset: -22.5% -34.51% -1.78% -34.57%;
  }

  .inset-\[-23\.08\%_-13\.68\%_-4\.61\%_-13\.85\%\] {
    inset: -23.08% -13.68% -4.61% -13.85%;
  }

  .inset-\[-24\.42\%_-17\.1\%_-4\.17\%_-17\.26\%\] {
    inset: -24.42% -17.1% -4.17% -17.26%;
  }

  .inset-\[-27\.08\%_-29\.36\%_-3\.03\%_-29\.47\%\] {
    inset: -27.08% -29.36% -3.03% -29.47%;
  }

  .inset-\[-27\.78\%_-41\.53\%_-2\.26\%_-41\.61\%\] {
    inset: -27.78% -41.53% -2.26% -41.61%;
  }

  .inset-\[-29\.26\%_-41\.91\%_-2\.49\%_-42\.01\%\] {
    inset: -29.26% -41.91% -2.49% -42.01%;
  }

  .inset-\[-29\.88\%_-36\.94\%_-2\.94\%_-37\.05\%\] {
    inset: -29.88% -36.94% -2.94% -37.05%;
  }

  .inset-\[-33\.33\%_-45\.27\%_-2\.99\%_-45\.38\%\] {
    inset: -33.33% -45.27% -2.99% -45.38%;
  }

  .inset-\[-39\.77\%_-45\.8\%_-4\.2\%_-45\.95\%\] {
    inset: -39.77% -45.8% -4.2% -45.95%;
  }

  .inset-\[-42\.33\%_-39\.73\%_-5\.47\%_-39\.93\%\] {
    inset: -42.33% -39.73% -5.47% -39.93%;
  }

  .inset-\[3\.89\%_2\.63\%_75\.84\%_77\.76\%\] {
    inset: 3.89% 2.63% 75.84% 77.76%;
  }

  .inset-\[3\.89\%_26\.36\%_75\.84\%_54\.03\%\] {
    inset: 3.89% 26.36% 75.84% 54.03%;
  }

  .inset-\[11\.1\%_51\.21\%_85\.11\%_45\.86\%\] {
    inset: 11.1% 51.21% 85.11% 45.86%;
  }

  .inset-\[11\.8\%_42\.49\%_85\.67\%_57\.43\%\] {
    inset: 11.8% 42.49% 85.67% 57.43%;
  }

  .inset-\[11\.8\%_50\.59\%_85\.67\%_49\.32\%\] {
    inset: 11.8% 50.59% 85.67% 49.32%;
  }

  .inset-\[11\.24\%_34\.8\%_84\.97\%_59\.01\%\] {
    inset: 11.24% 34.8% 84.97% 59.01%;
  }

  .inset-\[11\.24\%_43\.16\%_84\.97\%_50\.83\%\] {
    inset: 11.24% 43.16% 84.97% 50.83%;
  }

  .inset-\[12\.07\%_71\.17\%_82\.51\%_18\.59\%\] {
    inset: 12.07% 71.17% 82.51% 18.59%;
  }

  .inset-\[14\.39\%_17\.85\%_77\.73\%_78\.61\%\] {
    inset: 14.39% 17.85% 77.73% 78.61%;
  }

  .inset-\[15\.53\%_37\.23\%_52\.86\%_58\.29\%\] {
    inset: 15.53% 37.23% 52.86% 58.29%;
  }

  .inset-\[15\.53\%_54\.48\%_71\.39\%_41\.04\%\] {
    inset: 15.53% 54.48% 71.39% 41.04%;
  }

  .inset-\[16\.13\%_75\.35\%_78\.45\%_22\.77\%\] {
    inset: 16.13% 75.35% 78.45% 22.77%;
  }

  .inset-\[17\.12\%_60\.67\%_38\.32\%_8\.17\%\] {
    inset: 17.12% 60.67% 38.32% 8.17%;
  }

  .inset-\[19\.95\%_75\.76\%_78\.57\%_23\.26\%\] {
    inset: 19.95% 75.76% 78.57% 23.26%;
  }

  .inset-\[20\.57\%_18\.52\%_71\.55\%_79\.8\%\] {
    inset: 20.57% 18.52% 71.55% 79.8%;
  }

  .inset-\[20\.63\%_64\.5\%_44\.7\%_9\.46\%\] {
    inset: 20.63% 64.5% 44.7% 9.46%;
  }

  .inset-\[21\.91\%_7\.27\%_6\.72\%_68\.48\%\] {
    inset: 21.91% 7.27% 6.72% 68.48%;
  }

  .inset-\[22\.04\%_63\.79\%_42\.31\%_11\.29\%\] {
    inset: 22.04% 63.79% 42.31% 11.29%;
  }

  .inset-\[22\.07\%_64\.77\%_73\.54\%_25\.69\%\] {
    inset: 22.07% 64.77% 73.54% 25.69%;
  }

  .inset-\[23\.66\%_95\.61\%_64\.25\%_0\.84\%\] {
    inset: 23.66% 95.61% 64.25% .84%;
  }

  .inset-\[25\.17\%_40\.56\%_64\.84\%_56\.17\%\] {
    inset: 25.17% 40.56% 64.84% 56.17%;
  }

  .inset-\[25\.53\%_69\.11\%_70\.08\%_29\.15\%\] {
    inset: 25.53% 69.11% 70.08% 29.15%;
  }

  .inset-\[26\.27\%_57\.29\%_33\.83\%_17\.27\%\] {
    inset: 26.27% 57.29% 33.83% 17.27%;
  }

  .inset-\[26\.97\%_66\.9\%_46\.3\%_14\.4\%\] {
    inset: 26.97% 66.9% 46.3% 14.4%;
  }

  .inset-\[27\.93\%_54\.48\%_47\.28\%_41\.04\%\] {
    inset: 27.93% 54.48% 47.28% 41.04%;
  }

  .inset-\[28\.33\%_75\.76\%_70\.2\%_23\.26\%\] {
    inset: 28.33% 75.76% 70.2% 23.26%;
  }

  .inset-\[29\%_65\.81\%_39\.92\%_13\.55\%\] {
    inset: 29% 65.81% 39.92% 13.55%;
  }

  .inset-\[29\.05\%_9\.7\%_13\.86\%_70\.9\%\] {
    inset: 29.05% 9.7% 13.86% 70.9%;
  }

  .inset-\[30\.26\%_59\.83\%_37\.82\%_19\.82\%\] {
    inset: 30.26% 59.83% 37.82% 19.82%;
  }

  .inset-\[31\.03\%_92\.3\%_63\.55\%_2\.21\%\] {
    inset: 31.03% 92.3% 63.55% 2.21%;
  }

  .inset-\[31\.9\%_70\.02\%_50\.28\%_17\.52\%\] {
    inset: 31.9% 70.02% 50.28% 17.52%;
  }

  .inset-\[32\.27\%_52\.42\%_63\.55\%_39\.72\%\] {
    inset: 32.27% 52.42% 63.55% 39.72%;
  }

  .inset-\[33\.06\%_18\.98\%_64\.8\%_80\.18\%\] {
    inset: 33.06% 18.98% 64.8% 80.18%;
  }

  .inset-\[33\.11\%_83\.59\%_62\.5\%_12\.35\%\] {
    inset: 33.11% 83.59% 62.5% 12.35%;
  }

  .inset-\[33\.73\%_48\.45\%_62\.21\%_42\.93\%\] {
    inset: 33.73% 48.45% 62.21% 42.93%;
  }

  .inset-\[33\.95\%_11\.58\%_13\.68\%_71\.9\%\] {
    inset: 33.95% 11.58% 13.68% 71.9%;
  }

  .inset-\[34\.11\%_90\.01\%_64\.41\%_9\.01\%\] {
    inset: 34.11% 90.01% 64.41% 9.01%;
  }

  .inset-\[34\.13\%_34\.8\%_57\.99\%_61\.75\%\] {
    inset: 34.13% 34.8% 57.99% 61.75%;
  }

  .inset-\[34\.25\%_62\.38\%_41\.81\%_22\.36\%\] {
    inset: 34.25% 62.38% 41.81% 22.36%;
  }

  .inset-\[34\.29\%_42\.5\%_65\.71\%_20\%\] {
    inset: 34.29% 42.5% 65.71% 20%;
  }

  .inset-\[35\.34\%_64\.05\%_63\.18\%_34\.97\%\] {
    inset: 35.34% 64.05% 63.18% 34.97%;
  }

  .inset-\[36\.08\%_65\.36\%_62\.44\%_33\.66\%\] {
    inset: 36.08% 65.36% 62.44% 33.66%;
  }

  .inset-\[36\.08\%_85\.91\%_62\.44\%_13\.1\%\] {
    inset: 36.08% 85.91% 62.44% 13.1%;
  }

  .inset-\[36\.18\%_12\.12\%_21\%_73\.33\%\] {
    inset: 36.18% 12.12% 21% 73.33%;
  }

  .inset-\[36\.82\%_73\.13\%_54\.27\%_20\.64\%\] {
    inset: 36.82% 73.13% 54.27% 20.64%;
  }

  .inset-\[37\.93\%_74\.61\%_59\.61\%_22\.85\%\] {
    inset: 37.93% 74.61% 59.61% 22.85%;
  }

  .inset-\[38\.24\%_64\.92\%_45\.8\%_24\.9\%\] {
    inset: 38.24% 64.92% 45.8% 24.9%;
  }

  .inset-\[40\.38\%_18\.98\%_57\.48\%_80\.18\%\] {
    inset: 40.38% 18.98% 57.48% 80.18%;
  }

  .inset-\[41\.04\%_58\.94\%_55\.96\%_7\.64\%\] {
    inset: 41.04% 58.94% 55.96% 7.64%;
  }

  .inset-\[41\.18\%_8\.24\%_17\.52\%_74\.49\%\] {
    inset: 41.18% 8.24% 17.52% 74.49%;
  }

  .inset-\[41\.37\%_99\.82\%_8\.59\%_0\.18\%\] {
    inset: 41.37% 99.82% 8.59% .18%;
  }

  .inset-\[41\.45\%_8\.24\%_17\.61\%_74\.42\%\] {
    inset: 41.45% 8.24% 17.61% 74.42%;
  }

  .inset-\[41\.59\%_69\.3\%_54\.02\%_29\.12\%\] {
    inset: 41.59% 69.3% 54.02% 29.12%;
  }

  .inset-\[41\.98\%_9\.38\%_55\.88\%_89\.78\%\] {
    inset: 41.98% 9.38% 55.88% 89.78%;
  }

  .inset-\[42\.16\%_18\.7\%_52\.88\%_76\.5\%\] {
    inset: 42.16% 18.7% 52.88% 76.5%;
  }

  .inset-\[42\.23\%_67\.46\%_49\.79\%_27\.45\%\] {
    inset: 42.23% 67.46% 49.79% 27.45%;
  }

  .inset-\[42\.56\%_22\.17\%_50\.97\%_63\.96\%\] {
    inset: 42.56% 22.17% 50.97% 63.96%;
  }

  .inset-\[42\.56\%_36\.54\%_50\.97\%_49\.59\%\] {
    inset: 42.56% 36.54% 50.97% 49.59%;
  }

  .inset-\[42\.56\%_49\.59\%_50\.97\%_36\.54\%\] {
    inset: 42.56% 49.59% 50.97% 36.54%;
  }

  .inset-\[43\.32\%_14\.55\%_28\.13\%_75\.75\%\] {
    inset: 43.32% 14.55% 28.13% 75.75%;
  }

  .inset-\[43\.68\%_0\.09\%_56\.32\%_93\.03\%\] {
    inset: 43.68% .09% 56.32% 93.03%;
  }

  .inset-\[43\.68\%_5\.89\%_56\.32\%_84\.82\%\] {
    inset: 43.68% 5.89% 56.32% 84.82%;
  }

  .inset-\[43\.68\%_15\.18\%_56\.32\%_64\.51\%\] {
    inset: 43.68% 15.18% 56.32% 64.51%;
  }

  .inset-\[43\.68\%_35\.49\%_56\.32\%_31\.68\%\] {
    inset: 43.68% 35.49% 56.32% 31.68%;
  }

  .inset-\[44\.34\%_62\.07\%_52\.91\%_24\.06\%\] {
    inset: 44.34% 62.07% 52.91% 24.06%;
  }

  .inset-\[45\.32\%_41\.69\%_49\.26\%_52\.74\%\] {
    inset: 45.32% 41.69% 49.26% 52.74%;
  }

  .inset-\[45\.44\%_3\.93\%_49\.14\%_90\.25\%\] {
    inset: 45.44% 3.93% 49.14% 90.25%;
  }

  .inset-\[45\.75\%_20\.25\%_49\.29\%_78\.01\%\] {
    inset: 45.75% 20.25% 49.29% 78.01%;
  }

  .inset-\[45\.91\%_26\.25\%_51\.95\%_72\.91\%\] {
    inset: 45.91% 26.25% 51.95% 72.91%;
  }

  .inset-\[45\.91\%_67\.82\%_51\.09\%_19\.74\%\] {
    inset: 45.91% 67.82% 51.09% 19.74%;
  }

  .inset-\[46\.66\%_7\.14\%_12\.46\%_64\.92\%\] {
    inset: 46.66% 7.14% 12.46% 64.92%;
  }

  .inset-\[46\.73\%_37\.23\%_47\.28\%_58\.29\%\] {
    inset: 46.73% 37.23% 47.28% 58.29%;
  }

  .inset-\[47\.37\%_88\.46\%_45\.5\%_1\%\] {
    inset: 47.37% 88.46% 45.5% 1%;
  }

  .inset-\[48\.04\%_25\.05\%_49\.82\%_74\.11\%\] {
    inset: 48.04% 25.05% 49.82% 74.11%;
  }

  .inset-\[48\.69\%_0\.09\%_51\.31\%_84\.85\%\] {
    inset: 48.69% .09% 51.31% 84.85%;
  }

  .inset-\[48\.69\%_15\.15\%_51\.31\%_81\.09\%\] {
    inset: 48.69% 15.15% 51.31% 81.09%;
  }

  .inset-\[48\.69\%_18\.91\%_51\.31\%_31\.7\%\] {
    inset: 48.69% 18.91% 51.31% 31.7%;
  }

  .inset-\[49\.3\%_18\.73\%_42\.82\%_79\.77\%\] {
    inset: 49.3% 18.73% 42.82% 79.77%;
  }

  .inset-\[49\.25\%_20\.67\%_49\.39\%_78\.45\%\] {
    inset: 49.25% 20.67% 49.39% 78.45%;
  }

  .inset-\[50\.1\%_13\.54\%_16\.67\%_72\.39\%\] {
    inset: 50.1% 13.54% 16.67% 72.39%;
  }

  .inset-\[50\.46\%_16\.97\%_35\.27\%_78\.18\%\] {
    inset: 50.46% 16.97% 35.27% 78.18%;
  }

  .inset-\[50\.55\%_14\.98\%_47\.31\%_84\.18\%\] {
    inset: 50.55% 14.98% 47.31% 84.18%;
  }

  .inset-\[50\.79\%_68\.58\%_46\.21\%_15\.53\%\] {
    inset: 50.79% 68.58% 46.21% 15.53%;
  }

  .inset-\[51\.18\%_9\.93\%_16\.12\%_67\.71\%\] {
    inset: 51.18% 9.93% 16.12% 67.71%;
  }

  .inset-\[52\.96\%_81\.74\%_45\.57\%_17\.28\%\] {
    inset: 52.96% 81.74% 45.57% 17.28%;
  }

  .inset-\[53\.58\%_0\.09\%_46\.42\%_90\.21\%\] {
    inset: 53.58% .09% 46.42% 90.21%;
  }

  .inset-\[53\.58\%_9\.79\%_46\.42\%_70\.23\%\] {
    inset: 53.58% 9.79% 46.42% 70.23%;
  }

  .inset-\[53\.58\%_29\.77\%_46\.42\%_68\.65\%\] {
    inset: 53.58% 29.77% 46.42% 68.65%;
  }

  .inset-\[53\.58\%_31\.35\%_46\.42\%_31\.7\%\] {
    inset: 53.58% 31.35% 46.42% 31.7%;
  }

  .inset-\[54\.43\%_69\.37\%_44\.09\%_29\.65\%\] {
    inset: 54.43% 69.37% 44.09% 29.65%;
  }

  .inset-\[54\.88\%_49\.11\%_41\.07\%_42\.93\%\] {
    inset: 54.88% 49.11% 41.07% 42.93%;
  }

  .inset-\[54\.88\%_83\%_41\.07\%_10\.61\%\] {
    inset: 54.88% 83% 41.07% 10.61%;
  }

  .inset-\[55\.7\%_12\.73\%_19\.77\%_70\.51\%\] {
    inset: 55.7% 12.73% 19.77% 70.51%;
  }

  .inset-\[55\.59\%_71\.22\%_41\.49\%_20\.98\%\] {
    inset: 55.59% 71.22% 41.49% 20.98%;
  }

  .inset-\[56\.16\%_83\.13\%_42\.36\%_15\.89\%\] {
    inset: 56.16% 83.13% 42.36% 15.89%;
  }

  .inset-\[56\.94\%_20\.52\%_41\.7\%_78\.6\%\] {
    inset: 56.94% 20.52% 41.7% 78.6%;
  }

  .inset-\[57\.45\%_8\.11\%_13\.92\%_67\.01\%\] {
    inset: 57.45% 8.11% 13.92% 67.01%;
  }

  .inset-\[58\.42\%_0\.09\%_41\.58\%_71\.81\%\] {
    inset: 58.42% .09% 41.58% 71.81%;
  }

  .inset-\[58\.42\%_27\.61\%_41\.58\%_31\.68\%\] {
    inset: 58.42% 27.61% 41.58% 31.68%;
  }

  .inset-\[59\.34\%_66\.9\%_39\.18\%_32\.12\%\] {
    inset: 59.34% 66.9% 39.18% 32.12%;
  }

  .inset-\[59\.55\%_35\.98\%_35\.49\%_55\.25\%\] {
    inset: 59.55% 35.98% 35.49% 55.25%;
  }

  .inset-\[60\.22\%_15\.52\%_23\.43\%_73\.3\%\] {
    inset: 60.22% 15.52% 23.43% 73.3%;
  }

  .inset-\[61\.7\%_59\.3\%_32\.88\%_32\.6\%\] {
    inset: 61.7% 59.3% 32.88% 32.6%;
  }

  .inset-\[61\.21\%_81\.16\%_33\.37\%_9\.25\%\] {
    inset: 61.21% 81.16% 33.37% 9.25%;
  }

  .inset-\[61\.57\%_1\.11\%_36\.39\%_93\.93\%\] {
    inset: 61.57% 1.11% 36.39% 93.93%;
  }

  .inset-\[62\.02\%_7\.59\%_36\.62\%_91\.53\%\] {
    inset: 62.02% 7.59% 36.62% 91.53%;
  }

  .inset-\[62\.32\%_23\.1\%_35\.54\%_76\.06\%\] {
    inset: 62.32% 23.1% 35.54% 76.06%;
  }

  .inset-\[62\.64\%_32\.55\%_36\%_66\.57\%\] {
    inset: 62.64% 32.55% 36% 66.57%;
  }

  .inset-\[63\.56\%_0\.1\%_36\.44\%_0\.18\%\] {
    inset: 63.56% .1% 36.44% .18%;
  }

  .inset-\[64\.74\%_13\.18\%_33\.91\%_85\.94\%\] {
    inset: 64.74% 13.18% 33.91% 85.94%;
  }

  .inset-\[64\.74\%_18\.31\%_27\.09\%_76\.1\%\] {
    inset: 64.74% 18.31% 27.09% 76.1%;
  }

  .inset-\[65\.41\%_27\.13\%_33\.23\%_71\.98\%\] {
    inset: 65.41% 27.13% 33.23% 71.98%;
  }

  .inset-\[65\.52\%_63\.39\%_30\.08\%_25\.41\%\] {
    inset: 65.52% 63.39% 30.08% 25.41%;
  }

  .inset-\[65\.75\%_19\.64\%_31\.99\%_78\.08\%\] {
    inset: 65.75% 19.64% 31.99% 78.08%;
  }

  .inset-\[68\.03\%_11\.2\%_29\.83\%_87\.96\%\] {
    inset: 68.03% 11.2% 29.83% 87.96%;
  }

  .inset-\[68\.19\%_58\.94\%_28\.81\%_7\.64\%\] {
    inset: 68.19% 58.94% 28.81% 7.64%;
  }

  .inset-\[69\.46\%_27\.72\%_28\.4\%_71\.44\%\] {
    inset: 69.46% 27.72% 28.4% 71.44%;
  }

  .inset-\[70\.83\%_0\.09\%_29\.17\%_93\.03\%\] {
    inset: 70.83% .09% 29.17% 93.03%;
  }

  .inset-\[70\.83\%_6\.83\%_29\.17\%_61\.3\%\] {
    inset: 70.83% 6.83% 29.17% 61.3%;
  }

  .inset-\[70\.83\%_38\.7\%_29\.17\%_49\.56\%\] {
    inset: 70.83% 38.7% 29.17% 49.56%;
  }

  .inset-\[70\.83\%_50\.41\%_29\.17\%_31\.68\%\] {
    inset: 70.83% 50.41% 29.17% 31.68%;
  }

  .inset-\[72\.85\%_1\.33\%_19\.27\%_92\.93\%\] {
    inset: 72.85% 1.33% 19.27% 92.93%;
  }

  .inset-\[72\.85\%_32\.83\%_19\.27\%_62\.13\%\] {
    inset: 72.85% 32.83% 19.27% 62.13%;
  }

  .inset-\[72\.94\%_7\.82\%_24\.92\%_91\.34\%\] {
    inset: 72.94% 7.82% 24.92% 91.34%;
  }

  .inset-\[73\.06\%_67\.82\%_23\.94\%_19\.74\%\] {
    inset: 73.06% 67.82% 23.94% 19.74%;
  }

  .inset-\[75\.55\%_86\.93\%_17\.32\%_2\.54\%\] {
    inset: 75.55% 86.93% 17.32% 2.54%;
  }

  .inset-\[75\.84\%_0\.09\%_24\.16\%_56\.65\%\] {
    inset: 75.84% .09% 24.16% 56.65%;
  }

  .inset-\[75\.84\%_42\.87\%_24\.16\%_31\.68\%\] {
    inset: 75.84% 42.87% 24.16% 31.68%;
  }

  .inset-\[77\.94\%_68\.58\%_19\.06\%_15\.53\%\] {
    inset: 77.94% 68.58% 19.06% 15.53%;
  }

  .inset-\[80\.73\%_0\.09\%_19\.27\%_77\.5\%\] {
    inset: 80.73% .09% 19.27% 77.5%;
  }

  .inset-\[80\.73\%_22\.5\%_19\.27\%_68\.04\%\] {
    inset: 80.73% 22.5% 19.27% 68.04%;
  }

  .inset-\[80\.73\%_31\.96\%_19\.27\%_60\.77\%\] {
    inset: 80.73% 31.96% 19.27% 60.77%;
  }

  .inset-\[80\.73\%_39\.23\%_19\.27\%_31\.7\%\] {
    inset: 80.73% 39.23% 19.27% 31.7%;
  }

  .inset-\[81\.8\%_14\.35\%_16\.84\%_84\.77\%\] {
    inset: 81.8% 14.35% 16.84% 84.77%;
  }

  .inset-\[81\.12\%_26\.69\%_17\.52\%_72\.43\%\] {
    inset: 81.12% 26.69% 17.52% 72.43%;
  }

  .inset-\[81\.23\%_18\.98\%_16\.62\%_80\.18\%\] {
    inset: 81.23% 18.98% 16.62% 80.18%;
  }

  .inset-\[82\.48\%_27\.13\%_16\.17\%_71\.98\%\] {
    inset: 82.48% 27.13% 16.17% 71.98%;
  }

  .inset-\[82\.74\%_71\.22\%_14\.34\%_20\.98\%\] {
    inset: 82.74% 71.22% 14.34% 20.98%;
  }

  .inset-\[85\.4\%_12\.72\%_13\.24\%_86\.39\%\] {
    inset: 85.4% 12.72% 13.24% 86.39%;
  }

  .inset-\[85\.16\%_18\.98\%_12\.7\%_80\.18\%\] {
    inset: 85.16% 18.98% 12.7% 80.18%;
  }

  .inset-\[85\.52\%_0\.09\%_14\.48\%_77\.76\%\] {
    inset: 85.52% .09% 14.48% 77.76%;
  }

  .inset-\[85\.52\%_22\.24\%_14\.48\%_48\.42\%\] {
    inset: 85.52% 22.24% 14.48% 48.42%;
  }

  .inset-\[85\.52\%_51\.58\%_14\.48\%_31\.7\%\] {
    inset: 85.52% 51.58% 14.48% 31.7%;
  }

  .inset-\[87\.11\%_27\.99\%_7\.93\%_65\.89\%\] {
    inset: 87.11% 27.99% 7.93% 65.89%;
  }

  .inset-\[87\.56\%_3\.5\%_7\.47\%_86\.82\%\] {
    inset: 87.56% 3.5% 7.47% 86.82%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[-18\.37px\] {
    top: -18.37px;
  }

  .top-\[-23\.67px\] {
    top: -23.67px;
  }

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

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

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

  .top-\[1\.83\%\] {
    top: 1.83%;
  }

  .top-\[2\.16\%\] {
    top: 2.16%;
  }

  .top-\[2\.57\%\] {
    top: 2.57%;
  }

  .top-\[2\.73\%\] {
    top: 2.73%;
  }

  .top-\[2\.76\%\] {
    top: 2.76%;
  }

  .top-\[3\.14\%\] {
    top: 3.14%;
  }

  .top-\[3\.44\%\] {
    top: 3.44%;
  }

  .top-\[4\.65\%\] {
    top: 4.65%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[45\.71\%\] {
    top: 45.71%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[92\.12\%\] {
    top: 92.12%;
  }

  .top-\[92\.97px\] {
    top: 92.97px;
  }

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

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

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

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

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

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

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

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

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

  .top-\[101\.29px\] {
    top: 101.29px;
  }

  .top-\[101\.61px\] {
    top: 101.61px;
  }

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

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

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

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

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

  .top-\[109\.45px\] {
    top: 109.45px;
  }

  .top-\[109\.92px\] {
    top: 109.92px;
  }

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

  .top-\[111\.13px\] {
    top: 111.13px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[135\.61px\] {
    top: 135.61px;
  }

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

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

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

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

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

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

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

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

  .top-\[143\.45px\] {
    top: 143.45px;
  }

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

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

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

  .top-\[147\.27px\] {
    top: 147.27px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[162\.13px\] {
    top: 162.13px;
  }

  .top-\[163\.34px\] {
    top: 163.34px;
  }

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

  .top-\[164\.95px\] {
    top: 164.95px;
  }

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

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

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

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

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

  .top-\[169\.255px\] {
    top: 169.255px;
  }

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

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

  .top-\[175\.94px\] {
    top: 175.94px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[190\.74px\] {
    top: 190.74px;
  }

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

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

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

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

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

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

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

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

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

  .top-\[201\.29px\] {
    top: 201.29px;
  }

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

  .top-\[202\.61px\] {
    top: 202.61px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[224\.69px\] {
    top: 224.69px;
  }

  .top-\[224\.77px\] {
    top: 224.77px;
  }

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

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

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

  .top-\[229\.29px\] {
    top: 229.29px;
  }

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

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

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

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

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

  .top-\[237\.04px\] {
    top: 237.04px;
  }

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

  .top-\[239\.01px\] {
    top: 239.01px;
  }

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

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

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

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

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

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

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

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

  .top-\[248\.03px\] {
    top: 248.03px;
  }

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

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

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

  .top-\[253\.29px\] {
    top: 253.29px;
  }

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

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

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

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

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

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

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

  .top-\[263\.86px\] {
    top: 263.86px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[294\.31px\] {
    top: 294.31px;
  }

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

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

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

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

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

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

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

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

  .top-\[305\.86px\] {
    top: 305.86px;
  }

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

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

  .top-\[307\.29px\] {
    top: 307.29px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[332\.21px\] {
    top: 332.21px;
  }

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

  .top-\[333\.45px\] {
    top: 333.45px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[357\.29px\] {
    top: 357.29px;
  }

  .top-\[357\.59px\] {
    top: 357.59px;
  }

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

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

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

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

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

  .top-\[373\.01px\] {
    top: 373.01px;
  }

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

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

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

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

  .top-\[378\.23px\] {
    top: 378.23px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[393\.06px\] {
    top: 393.06px;
  }

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

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

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

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

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

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

  .top-\[407\.59px\] {
    top: 407.59px;
  }

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

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

  .top-\[409\.29px\] {
    top: 409.29px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-\[429\.97px\] {
    top: 429.97px;
  }

  .top-\[430\.39px\] {
    top: 430.39px;
  }

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

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

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

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

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

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

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

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

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

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

  .top-\[450\.49px\] {
    top: 450.49px;
  }

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

  .top-\[453\.01px\] {
    top: 453.01px;
  }

  .top-\[454\.01px\] {
    top: 454.01px;
  }

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

  .top-\[456\.01px\] {
    top: 456.01px;
  }

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

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

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

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

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

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

  .top-\[469\.07px\] {
    top: 469.07px;
  }

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

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

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

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

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

  .top-\[483\.01px\] {
    top: 483.01px;
  }

  .top-\[483\.77px\] {
    top: 483.77px;
  }

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

  .top-\[487\.01px\] {
    top: 487.01px;
  }

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

  .top-\[492\.77px\] {
    top: 492.77px;
  }

  .top-\[496\.92px\] {
    top: 496.92px;
  }

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

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

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

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

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

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

  .top-\[517\.85px\] {
    top: 517.85px;
  }

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

  .top-\[522\.74px\] {
    top: 522.74px;
  }

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

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

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

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

  .top-\[533\.18px\] {
    top: 533.18px;
  }

  .top-\[533\.98px\] {
    top: 533.98px;
  }

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

  .top-\[538\.49px\] {
    top: 538.49px;
  }

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

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

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

  .top-\[546\.53px\] {
    top: 546.53px;
  }

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

  .top-\[549\.01px\] {
    top: 549.01px;
  }

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

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

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

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

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

  .top-\[568\.57px\] {
    top: 568.57px;
  }

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

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

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

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

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

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

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

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

  .top-\[597\.98px\] {
    top: 597.98px;
  }

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

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

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

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

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

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

  .top-\[620\.29px\] {
    top: 620.29px;
  }

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

  .top-\[627\.55px\] {
    top: 627.55px;
  }

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

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

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

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

  .top-\[655\.95px\] {
    top: 655.95px;
  }

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

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

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

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

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

  .top-\[713\.61px\] {
    top: 713.61px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[832\.86px\] {
    top: 832.86px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[1095\.84px\] {
    top: 1095.84px;
  }

  .top-\[1097\.21px\] {
    top: 1097.21px;
  }

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

  .top-\[1098\.04px\] {
    top: 1098.04px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-full {
    top: 100%;
  }

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

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

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

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

  .right-\[8\.63\%\] {
    right: 8.63%;
  }

  .right-\[8\.69\%\] {
    right: 8.69%;
  }

  .right-\[8\.95\%\] {
    right: 8.95%;
  }

  .right-\[9\.16\%\] {
    right: 9.16%;
  }

  .right-\[9\.21\%\] {
    right: 9.21%;
  }

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

  .right-\[16\.84\%\] {
    right: 16.84%;
  }

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

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

  .right-\[52\.3\%\] {
    right: 52.3%;
  }

  .right-\[64\.49\%\] {
    right: 64.49%;
  }

  .right-\[76\.32\%\] {
    right: 76.32%;
  }

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

  .right-full {
    right: 100%;
  }

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

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

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

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

  .bottom-\[20\%\] {
    bottom: 20%;
  }

  .bottom-\[57\.1\%\] {
    bottom: 57.1%;
  }

  .bottom-full {
    bottom: 100%;
  }

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

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

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

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

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

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

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

  .left-\[2\.94\%\] {
    left: 2.94%;
  }

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

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

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

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

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

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

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

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

  .left-\[8\.58\%\] {
    left: 8.58%;
  }

  .left-\[8\.63\%\] {
    left: 8.63%;
  }

  .left-\[8\.69\%\] {
    left: 8.69%;
  }

  .left-\[8\.95\%\] {
    left: 8.95%;
  }

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

  .left-\[9\.16\%\] {
    left: 9.16%;
  }

  .left-\[9\.21\%\] {
    left: 9.21%;
  }

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

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

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

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

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

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

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

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

  .left-\[17\.61px\] {
    left: 17.61px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-\[32\.98\%\] {
    left: 32.98%;
  }

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

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

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

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

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

  .left-\[37\.58\%\] {
    left: 37.58%;
  }

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

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

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

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

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

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

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

  .left-\[45\.81px\] {
    left: 45.81px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[65\.94px\] {
    left: 65.94px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[88\.35px\] {
    left: 88.35px;
  }

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

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

  .left-\[92\.93\%\] {
    left: 92.93%;
  }

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

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

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

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

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

  .left-\[100\.81px\] {
    left: 100.81px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[116\.74px\] {
    left: 116.74px;
  }

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

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

  .left-\[121\.88px\] {
    left: 121.88px;
  }

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

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

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

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

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

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

  .left-\[133\.03px\] {
    left: 133.03px;
  }

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

  .left-\[134\.55px\] {
    left: 134.55px;
  }

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

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

  .left-\[137\.03px\] {
    left: 137.03px;
  }

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

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

  .left-\[141\.73px\] {
    left: 141.73px;
  }

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

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

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

  .left-\[151\.08px\] {
    left: 151.08px;
  }

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

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

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

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

  .left-\[158\.72px\] {
    left: 158.72px;
  }

  .left-\[160\.89px\] {
    left: 160.89px;
  }

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

  .left-\[164\.03px\] {
    left: 164.03px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[181\.67px\] {
    left: 181.67px;
  }

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

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

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

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

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

  .left-\[190\.88px\] {
    left: 190.88px;
  }

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

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

  .left-\[198\.84px\] {
    left: 198.84px;
  }

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

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

  .left-\[202\.66px\] {
    left: 202.66px;
  }

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

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

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

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

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

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

  .left-\[222\.03px\] {
    left: 222.03px;
  }

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

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

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

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

  .left-\[232\.96px\] {
    left: 232.96px;
  }

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

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

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

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

  .left-\[241\.4px\] {
    left: 241.4px;
  }

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

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

  .left-\[244\.89px\] {
    left: 244.89px;
  }

  .left-\[245\.03px\] {
    left: 245.03px;
  }

  .left-\[246\.49px\] {
    left: 246.49px;
  }

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

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

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

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

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

  .left-\[253\.03px\] {
    left: 253.03px;
  }

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

  .left-\[255\.4px\] {
    left: 255.4px;
  }

  .left-\[257\.72px\] {
    left: 257.72px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[271\.4px\] {
    left: 271.4px;
  }

  .left-\[271\.83px\] {
    left: 271.83px;
  }

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

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

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

  .left-\[274\.96px\] {
    left: 274.96px;
  }

  .left-\[280\.4px\] {
    left: 280.4px;
  }

  .left-\[281\.03px\] {
    left: 281.03px;
  }

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

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

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

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

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

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

  .left-\[297\.9px\] {
    left: 297.9px;
  }

  .left-\[297\.53px\] {
    left: 297.53px;
  }

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

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

  .left-\[302\.96px\] {
    left: 302.96px;
  }

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

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

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

  .left-\[309\.03px\] {
    left: 309.03px;
  }

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

  .left-\[311\.93px\] {
    left: 311.93px;
  }

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

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

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

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

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

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

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

  .left-\[331\.85px\] {
    left: 331.85px;
  }

  .left-\[334\.08px\] {
    left: 334.08px;
  }

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

  .left-\[336\.73px\] {
    left: 336.73px;
  }

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

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

  .left-\[341\.03px\] {
    left: 341.03px;
  }

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

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

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

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

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

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

  .left-\[352\.62px\] {
    left: 352.62px;
  }

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

  .left-\[353\.62px\] {
    left: 353.62px;
  }

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

  .left-\[355\.88px\] {
    left: 355.88px;
  }

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

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

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

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

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

  .left-\[366\.62px\] {
    left: 366.62px;
  }

  .left-\[367\.57px\] {
    left: 367.57px;
  }

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

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

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

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

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

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

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

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

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

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

  .left-\[388\.86px\] {
    left: 388.86px;
  }

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

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

  .left-\[392\.42px\] {
    left: 392.42px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[415\.91px\] {
    left: 415.91px;
  }

  .left-\[416\.79px\] {
    left: 416.79px;
  }

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

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

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

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

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

  .left-\[437\.4px\] {
    left: 437.4px;
  }

  .left-\[445\.62px\] {
    left: 445.62px;
  }

  .left-\[446\.62px\] {
    left: 446.62px;
  }

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

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

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

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

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

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

  .left-\[465\.99px\] {
    left: 465.99px;
  }

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

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

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

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

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

  .left-\[477\.94px\] {
    left: 477.94px;
  }

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

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

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

  .left-\[483\.88px\] {
    left: 483.88px;
  }

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

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

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

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

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

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

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

  .left-\[502\.67px\] {
    left: 502.67px;
  }

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

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

  .left-\[508\.04px\] {
    left: 508.04px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[534\.81px\] {
    left: 534.81px;
  }

  .left-\[535\.93px\] {
    left: 535.93px;
  }

  .left-\[538\.94px\] {
    left: 538.94px;
  }

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

  .left-\[540\.03px\] {
    left: 540.03px;
  }

  .left-\[541\.62px\] {
    left: 541.62px;
  }

  .left-\[542\.62px\] {
    left: 542.62px;
  }

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

  .left-\[551\.81px\] {
    left: 551.81px;
  }

  .left-\[552\.62px\] {
    left: 552.62px;
  }

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

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

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

  .left-\[558\.03px\] {
    left: 558.03px;
  }

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

  .left-\[559\.42px\] {
    left: 559.42px;
  }

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

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

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

  .left-\[565\.53px\] {
    left: 565.53px;
  }

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

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

  .left-\[569\.03px\] {
    left: 569.03px;
  }

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

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

  .left-\[574\.62px\] {
    left: 574.62px;
  }

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

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

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

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

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

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

  .left-\[587\.45px\] {
    left: 587.45px;
  }

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

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

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

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

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

  .left-\[599\.89px\] {
    left: 599.89px;
  }

  .left-\[600\.03px\] {
    left: 600.03px;
  }

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

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

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

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

  .left-\[627\.03px\] {
    left: 627.03px;
  }

  .left-\[631\.96px\] {
    left: 631.96px;
  }

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

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

  .left-\[638\.34px\] {
    left: 638.34px;
  }

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

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

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

  .left-\[647\.62px\] {
    left: 647.62px;
  }

  .left-\[648\.62px\] {
    left: 648.62px;
  }

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

  .left-\[656\.09px\] {
    left: 656.09px;
  }

  .left-\[657\.03px\] {
    left: 657.03px;
  }

  .left-\[657\.86px\] {
    left: 657.86px;
  }

  .left-\[658\.86px\] {
    left: 658.86px;
  }

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

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

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

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

  .left-\[675\.62px\] {
    left: 675.62px;
  }

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

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

  .left-\[682\.4px\] {
    left: 682.4px;
  }

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

  .left-\[693px\] {
    left: 693px;
  }

  .left-\[699\.95px\] {
    left: 699.95px;
  }

  .left-\[706px\] {
    left: 706px;
  }

  .left-\[709px\] {
    left: 709px;
  }

  .left-\[710\.05px\] {
    left: 710.05px;
  }

  .left-\[719\.88px\] {
    left: 719.88px;
  }

  .left-\[720px\] {
    left: 720px;
  }

  .left-\[723px\] {
    left: 723px;
  }

  .left-\[724px\] {
    left: 724px;
  }

  .left-\[731\.23px\] {
    left: 731.23px;
  }

  .left-\[736px\] {
    left: 736px;
  }

  .left-\[742px\] {
    left: 742px;
  }

  .left-\[748px\] {
    left: 748px;
  }

  .left-\[759\.76px\] {
    left: 759.76px;
  }

  .left-\[759px\] {
    left: 759px;
  }

  .left-\[763\.82px\] {
    left: 763.82px;
  }

  .left-\[765px\] {
    left: 765px;
  }

  .left-\[768\.38px\] {
    left: 768.38px;
  }

  .left-\[769px\] {
    left: 769px;
  }

  .left-\[771px\] {
    left: 771px;
  }

  .left-\[774\.3px\] {
    left: 774.3px;
  }

  .left-\[779px\] {
    left: 779px;
  }

  .left-\[781px\] {
    left: 781px;
  }

  .left-\[782\.23px\] {
    left: 782.23px;
  }

  .left-\[787\.22px\] {
    left: 787.22px;
  }

  .left-\[789\.22px\] {
    left: 789.22px;
  }

  .left-\[789px\] {
    left: 789px;
  }

  .left-\[790px\] {
    left: 790px;
  }

  .left-\[795px\] {
    left: 795px;
  }

  .left-\[799px\] {
    left: 799px;
  }

  .left-\[803\.83px\] {
    left: 803.83px;
  }

  .left-\[804px\] {
    left: 804px;
  }

  .left-\[811\.85px\] {
    left: 811.85px;
  }

  .left-\[812px\] {
    left: 812px;
  }

  .left-\[813\.44px\] {
    left: 813.44px;
  }

  .left-\[814px\] {
    left: 814px;
  }

  .left-\[815px\] {
    left: 815px;
  }

  .left-\[818px\] {
    left: 818px;
  }

  .left-\[821\.36px\] {
    left: 821.36px;
  }

  .left-\[831\.22px\] {
    left: 831.22px;
  }

  .left-\[836px\] {
    left: 836px;
  }

  .left-\[845px\] {
    left: 845px;
  }

  .left-\[847px\] {
    left: 847px;
  }

  .left-\[856\.78px\] {
    left: 856.78px;
  }

  .left-\[860\.35px\] {
    left: 860.35px;
  }

  .left-\[861\.1px\] {
    left: 861.1px;
  }

  .left-\[866px\] {
    left: 866px;
  }

  .left-\[871px\] {
    left: 871px;
  }

  .left-\[873\.81px\] {
    left: 873.81px;
  }

  .left-\[875px\] {
    left: 875px;
  }

  .left-\[877px\] {
    left: 877px;
  }

  .left-\[886px\] {
    left: 886px;
  }

  .left-\[888px\] {
    left: 888px;
  }

  .left-\[893\.4px\] {
    left: 893.4px;
  }

  .left-\[893\.87px\] {
    left: 893.87px;
  }

  .left-\[901px\] {
    left: 901px;
  }

  .left-\[902\.91px\] {
    left: 902.91px;
  }

  .left-\[905px\] {
    left: 905px;
  }

  .left-\[907\.09px\] {
    left: 907.09px;
  }

  .left-\[910px\] {
    left: 910px;
  }

  .left-\[913\.84px\] {
    left: 913.84px;
  }

  .left-\[919\.2px\] {
    left: 919.2px;
  }

  .left-\[919px\] {
    left: 919px;
  }

  .left-\[924px\] {
    left: 924px;
  }

  .left-\[927\.54px\] {
    left: 927.54px;
  }

  .left-\[930px\] {
    left: 930px;
  }

  .left-\[939\.27px\] {
    left: 939.27px;
  }

  .left-\[940\.55px\] {
    left: 940.55px;
  }

  .left-\[945\.96px\] {
    left: 945.96px;
  }

  .left-\[955px\] {
    left: 955px;
  }

  .left-\[959\.34px\] {
    left: 959.34px;
  }

  .left-\[959px\] {
    left: 959px;
  }

  .left-\[960px\] {
    left: 960px;
  }

  .left-\[963\.44px\] {
    left: 963.44px;
  }

  .left-\[974\.1px\] {
    left: 974.1px;
  }

  .left-\[977\.18px\] {
    left: 977.18px;
  }

  .left-\[977\.74px\] {
    left: 977.74px;
  }

  .left-\[978px\] {
    left: 978px;
  }

  .left-\[979\.41px\] {
    left: 979.41px;
  }

  .left-\[979px\] {
    left: 979px;
  }

  .left-\[980px\] {
    left: 980px;
  }

  .left-\[987px\] {
    left: 987px;
  }

  .left-\[1002\.5px\] {
    left: 1002.5px;
  }

  .left-\[1005\.52px\] {
    left: 1005.52px;
  }

  .left-\[1007\.32px\] {
    left: 1007.32px;
  }

  .left-\[1011px\] {
    left: 1011px;
  }

  .left-\[1032\.09px\] {
    left: 1032.09px;
  }

  .left-\[1042\.53px\] {
    left: 1042.53px;
  }

  .left-\[1044\.19px\] {
    left: 1044.19px;
  }

  .left-\[1046\.3px\] {
    left: 1046.3px;
  }

  .left-\[1049\.6px\] {
    left: 1049.6px;
  }

  .left-\[1050px\] {
    left: 1050px;
  }

  .left-\[1054\.17px\] {
    left: 1054.17px;
  }

  .left-\[1054\.99px\] {
    left: 1054.99px;
  }

  .left-\[1056px\] {
    left: 1056px;
  }

  .left-\[1057\.75px\] {
    left: 1057.75px;
  }

  .left-\[1058\.31px\] {
    left: 1058.31px;
  }

  .left-\[1059\.18px\] {
    left: 1059.18px;
  }

  .left-\[1060px\] {
    left: 1060px;
  }

  .left-\[1066\.37px\] {
    left: 1066.37px;
  }

  .left-\[1066\.98px\] {
    left: 1066.98px;
  }

  .left-\[1068\.95px\] {
    left: 1068.95px;
  }

  .left-\[1071\.24px\] {
    left: 1071.24px;
  }

  .left-\[1086\.44px\] {
    left: 1086.44px;
  }

  .left-\[1089\.88px\] {
    left: 1089.88px;
  }

  .left-\[1106\.5px\] {
    left: 1106.5px;
  }

  .left-\[1138\.94px\] {
    left: 1138.94px;
  }

  .left-\[1183\.47px\] {
    left: 1183.47px;
  }

  .left-px {
    left: 1px;
  }

  .isolate {
    isolation: isolate;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .z-\[10000\] {
    z-index: 10000;
  }

  .z-\[99999\] {
    z-index: 99999;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-\[0px\] {
    margin: 0;
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }

  .mx-\[0px\] {
    margin-inline: 0;
  }

  .mx-\[1px\] {
    margin-inline: 1px;
  }

  .mx-\[98px\] {
    margin-inline: 98px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-\[0px\] {
    margin-block: 0;
  }

  .my-\[8px\] {
    margin-block: 8px;
  }

  .my-\[31px\] {
    margin-block: 31px;
  }

  .ms-\[30px\] {
    margin-inline-start: 30px;
  }

  .-mt-\[5px\] {
    margin-top: -5px;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-\[-1px\] {
    margin-top: -1px;
  }

  .mt-\[-2px\] {
    margin-top: -2px;
  }

  .mt-\[-3px\] {
    margin-top: -3px;
  }

  .mt-\[-4px\] {
    margin-top: -4px;
  }

  .mt-\[-5px\] {
    margin-top: -5px;
  }

  .mt-\[-6px\] {
    margin-top: -6px;
  }

  .mt-\[-7px\] {
    margin-top: -7px;
  }

  .mt-\[-8px\] {
    margin-top: -8px;
  }

  .mt-\[-11px\] {
    margin-top: -11px;
  }

  .mt-\[-13px\] {
    margin-top: -13px;
  }

  .mt-\[-14px\] {
    margin-top: -14px;
  }

  .mt-\[-17px\] {
    margin-top: -17px;
  }

  .mt-\[-18px\] {
    margin-top: -18px;
  }

  .mt-\[-19px\] {
    margin-top: -19px;
  }

  .mt-\[-20px\] {
    margin-top: -20px;
  }

  .mt-\[-26px\] {
    margin-top: -26px;
  }

  .mt-\[-28px\] {
    margin-top: -28px;
  }

  .mt-\[-32px\] {
    margin-top: -32px;
  }

  .mt-\[-35px\] {
    margin-top: -35px;
  }

  .mt-\[-51px\] {
    margin-top: -51px;
  }

  .mt-\[-54px\] {
    margin-top: -54px;
  }

  .mt-\[-57px\] {
    margin-top: -57px;
  }

  .mt-\[-62px\] {
    margin-top: -62px;
  }

  .mt-\[-72px\] {
    margin-top: -72px;
  }

  .mt-\[-74px\] {
    margin-top: -74px;
  }

  .mt-\[-88px\] {
    margin-top: -88px;
  }

  .mt-\[-93px\] {
    margin-top: -93px;
  }

  .mt-\[-114px\] {
    margin-top: -114px;
  }

  .mt-\[-127px\] {
    margin-top: -127px;
  }

  .mt-\[-132px\] {
    margin-top: -132px;
  }

  .mt-\[-134px\] {
    margin-top: -134px;
  }

  .mt-\[-149px\] {
    margin-top: -149px;
  }

  .mt-\[-190px\] {
    margin-top: -190px;
  }

  .mt-\[0px\] {
    margin-top: 0;
  }

  .mt-\[2px\] {
    margin-top: 2px;
  }

  .mt-\[3px\] {
    margin-top: 3px;
  }

  .mt-\[10px\] {
    margin-top: 10px;
  }

  .mt-\[11px\] {
    margin-top: 11px;
  }

  .mt-\[12px\] {
    margin-top: 12px;
  }

  .mt-\[14px\] {
    margin-top: 14px;
  }

  .mt-\[17px\] {
    margin-top: 17px;
  }

  .mt-\[18px\] {
    margin-top: 18px;
  }

  .mt-\[21px\] {
    margin-top: 21px;
  }

  .mt-\[22px\] {
    margin-top: 22px;
  }

  .mt-\[30px\] {
    margin-top: 30px;
  }

  .mt-\[32px\] {
    margin-top: 32px;
  }

  .mt-\[39px\] {
    margin-top: 39px;
  }

  .mt-\[40px\] {
    margin-top: 40px;
  }

  .mt-\[45px\] {
    margin-top: 45px;
  }

  .mt-\[48px\] {
    margin-top: 48px;
  }

  .mt-\[50px\] {
    margin-top: 50px;
  }

  .mt-\[51px\] {
    margin-top: 51px;
  }

  .mt-\[56px\] {
    margin-top: 56px;
  }

  .mt-\[75px\] {
    margin-top: 75px;
  }

  .mt-\[80px\] {
    margin-top: 80px;
  }

  .mt-\[81px\] {
    margin-top: 81px;
  }

  .mt-\[101px\] {
    margin-top: 101px;
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mr-\[-15px\] {
    margin-right: -15px;
  }

  .mr-\[-25px\] {
    margin-right: -25px;
  }

  .mr-\[-93px\] {
    margin-right: -93px;
  }

  .mr-\[-116px\] {
    margin-right: -116px;
  }

  .mr-\[-134px\] {
    margin-right: -134px;
  }

  .mr-\[-139px\] {
    margin-right: -139px;
  }

  .mr-\[-150px\] {
    margin-right: -150px;
  }

  .mr-\[-159px\] {
    margin-right: -159px;
  }

  .mr-\[-168px\] {
    margin-right: -168px;
  }

  .mr-\[0px\] {
    margin-right: 0;
  }

  .mr-\[6px\] {
    margin-right: 6px;
  }

  .mr-\[13px\] {
    margin-right: 13px;
  }

  .mr-\[15px\] {
    margin-right: 15px;
  }

  .mr-\[43px\] {
    margin-right: 43px;
  }

  .mr-\[80px\] {
    margin-right: 80px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-\[-2px\] {
    margin-bottom: -2px;
  }

  .mb-\[-8px\] {
    margin-bottom: -8px;
  }

  .mb-\[-10px\] {
    margin-bottom: -10px;
  }

  .mb-\[-19px\] {
    margin-bottom: -19px;
  }

  .mb-\[-24px\] {
    margin-bottom: -24px;
  }

  .mb-\[-148px\] {
    margin-bottom: -148px;
  }

  .mb-\[0px\] {
    margin-bottom: 0;
  }

  .mb-\[5px\] {
    margin-bottom: 5px;
  }

  .mb-\[7px\] {
    margin-bottom: 7px;
  }

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .mb-\[10px\] {
    margin-bottom: 10px;
  }

  .mb-\[13px\] {
    margin-bottom: 13px;
  }

  .mb-\[16px\] {
    margin-bottom: 16px;
  }

  .mb-\[35px\] {
    margin-bottom: 35px;
  }

  .mb-\[36px\] {
    margin-bottom: 36px;
  }

  .mb-\[45px\] {
    margin-bottom: 45px;
  }

  .mb-\[49\.5px\] {
    margin-bottom: 49.5px;
  }

  .mb-\[56px\] {
    margin-bottom: 56px;
  }

  .mb-\[61px\] {
    margin-bottom: 61px;
  }

  .mb-\[132px\] {
    margin-bottom: 132px;
  }

  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .ml-\[-4px\] {
    margin-left: -4px;
  }

  .ml-\[-6px\] {
    margin-left: -6px;
  }

  .ml-\[-7px\] {
    margin-left: -7px;
  }

  .ml-\[-11px\] {
    margin-left: -11px;
  }

  .ml-\[-13px\] {
    margin-left: -13px;
  }

  .ml-\[-15px\] {
    margin-left: -15px;
  }

  .ml-\[-18px\] {
    margin-left: -18px;
  }

  .ml-\[-19px\] {
    margin-left: -19px;
  }

  .ml-\[-20px\] {
    margin-left: -20px;
  }

  .ml-\[-24px\] {
    margin-left: -24px;
  }

  .ml-\[-27px\] {
    margin-left: -27px;
  }

  .ml-\[-29px\] {
    margin-left: -29px;
  }

  .ml-\[-31px\] {
    margin-left: -31px;
  }

  .ml-\[-32px\] {
    margin-left: -32px;
  }

  .ml-\[-37px\] {
    margin-left: -37px;
  }

  .ml-\[-38px\] {
    margin-left: -38px;
  }

  .ml-\[-41px\] {
    margin-left: -41px;
  }

  .ml-\[-43px\] {
    margin-left: -43px;
  }

  .ml-\[-44px\] {
    margin-left: -44px;
  }

  .ml-\[-46px\] {
    margin-left: -46px;
  }

  .ml-\[-49px\] {
    margin-left: -49px;
  }

  .ml-\[-58px\] {
    margin-left: -58px;
  }

  .ml-\[-60px\] {
    margin-left: -60px;
  }

  .ml-\[-108px\] {
    margin-left: -108px;
  }

  .ml-\[-109px\] {
    margin-left: -109px;
  }

  .ml-\[-121px\] {
    margin-left: -121px;
  }

  .ml-\[-147px\] {
    margin-left: -147px;
  }

  .ml-\[-197px\] {
    margin-left: -197px;
  }

  .ml-\[-199px\] {
    margin-left: -199px;
  }

  .ml-\[-381px\] {
    margin-left: -381px;
  }

  .ml-\[-382px\] {
    margin-left: -382px;
  }

  .ml-\[-383px\] {
    margin-left: -383px;
  }

  .ml-\[0px\] {
    margin-left: 0;
  }

  .ml-\[1px\] {
    margin-left: 1px;
  }

  .ml-\[10px\] {
    margin-left: 10px;
  }

  .ml-\[11px\] {
    margin-left: 11px;
  }

  .ml-\[15px\] {
    margin-left: 15px;
  }

  .ml-\[16px\] {
    margin-left: 16px;
  }

  .ml-\[18px\] {
    margin-left: 18px;
  }

  .ml-\[20px\] {
    margin-left: 20px;
  }

  .ml-\[21px\] {
    margin-left: 21px;
  }

  .ml-\[24px\] {
    margin-left: 24px;
  }

  .ml-\[25px\] {
    margin-left: 25px;
  }

  .ml-\[26px\] {
    margin-left: 26px;
  }

  .ml-\[27px\] {
    margin-left: 27px;
  }

  .ml-\[28px\] {
    margin-left: 28px;
  }

  .ml-\[29px\] {
    margin-left: 29px;
  }

  .ml-\[32px\] {
    margin-left: 32px;
  }

  .ml-\[33px\] {
    margin-left: 33px;
  }

  .ml-\[34px\] {
    margin-left: 34px;
  }

  .ml-\[35px\] {
    margin-left: 35px;
  }

  .ml-\[36px\] {
    margin-left: 36px;
  }

  .ml-\[46px\] {
    margin-left: 46px;
  }

  .ml-\[47px\] {
    margin-left: 47px;
  }

  .ml-\[57px\] {
    margin-left: 57px;
  }

  .ml-\[60px\] {
    margin-left: 60px;
  }

  .ml-\[82px\] {
    margin-left: 82px;
  }

  .ml-\[131px\] {
    margin-left: 131px;
  }

  .ml-\[133px\] {
    margin-left: 133px;
  }

  .ml-\[157px\] {
    margin-left: 157px;
  }

  .ml-\[164px\] {
    margin-left: 164px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .aspect-\[20\/16\] {
    aspect-ratio: 20 / 16;
  }

  .aspect-\[22\/9\.55\] {
    aspect-ratio: 22 / 9.55;
  }

  .aspect-\[25\/25\] {
    aspect-ratio: 25 / 25;
  }

  .aspect-\[30\.148\/30\.148\] {
    aspect-ratio: 30.148 / 30.148;
  }

  .aspect-\[31\.144\/31\.144\] {
    aspect-ratio: 31.144 / 31.144;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-\[21px\] {
    width: 21px;
    height: 21px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[27\.528px\] {
    width: 27.528px;
    height: 27.528px;
  }

  .size-\[27px\] {
    width: 27px;
    height: 27px;
  }

  .size-\[29\.984px\] {
    width: 29.984px;
    height: 29.984px;
  }

  .size-\[32\.78px\] {
    width: 32.78px;
    height: 32.78px;
  }

  .size-\[87\.182px\] {
    width: 87.182px;
    height: 87.182px;
  }

  .size-\[116\.545px\] {
    width: 116.545px;
    height: 116.545px;
  }

  .size-\[127px\] {
    width: 127px;
    height: 127px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[0\.033px\] {
    height: .033px;
  }

  .h-\[1\.943px\] {
    height: 1.943px;
  }

  .h-\[8\.471px\] {
    height: 8.471px;
  }

  .h-\[12\.443px\] {
    height: 12.443px;
  }

  .h-\[15\.992px\] {
    height: 15.992px;
  }

  .h-\[15px\] {
    height: 15px;
  }

  .h-\[16\.737px\] {
    height: 16.737px;
  }

  .h-\[16px\] {
    height: 16px;
  }

  .h-\[17px\] {
    height: 17px;
  }

  .h-\[19\.99px\] {
    height: 19.99px;
  }

  .h-\[20\.068px\] {
    height: 20.068px;
  }

  .h-\[21\.024px\] {
    height: 21.024px;
  }

  .h-\[21\.176px\] {
    height: 21.176px;
  }

  .h-\[21\.979px\] {
    height: 21.979px;
  }

  .h-\[21px\] {
    height: 21px;
  }

  .h-\[22\.811px\] {
    height: 22.811px;
  }

  .h-\[22\.935px\] {
    height: 22.935px;
  }

  .h-\[22px\] {
    height: 22px;
  }

  .h-\[23\.54px\] {
    height: 23.54px;
  }

  .h-\[23\.074px\] {
    height: 23.074px;
  }

  .h-\[23\.752px\] {
    height: 23.752px;
  }

  .h-\[23\.962px\] {
    height: 23.962px;
  }

  .h-\[23\.998px\] {
    height: 23.998px;
  }

  .h-\[23px\] {
    height: 23px;
  }

  .h-\[24\.373px\] {
    height: 24.373px;
  }

  .h-\[24\.445px\] {
    height: 24.445px;
  }

  .h-\[24\.971px\] {
    height: 24.971px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[25px\] {
    height: 25px;
  }

  .h-\[26\.994px\] {
    height: 26.994px;
  }

  .h-\[26px\] {
    height: 26px;
  }

  .h-\[27\.346px\] {
    height: 27.346px;
  }

  .h-\[27\.748px\] {
    height: 27.748px;
  }

  .h-\[27px\] {
    height: 27px;
  }

  .h-\[28\.616px\] {
    height: 28.616px;
  }

  .h-\[28\.671px\] {
    height: 28.671px;
  }

  .h-\[28px\] {
    height: 28px;
  }

  .h-\[29\.624px\] {
    height: 29.624px;
  }

  .h-\[29px\] {
    height: 29px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[31\.339px\] {
    height: 31.339px;
  }

  .h-\[31\.994px\] {
    height: 31.994px;
  }

  .h-\[31px\] {
    height: 31px;
  }

  .h-\[32\.093px\] {
    height: 32.093px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[33\.001px\] {
    height: 33.001px;
  }

  .h-\[33\.74px\] {
    height: 33.74px;
  }

  .h-\[33\.668px\] {
    height: 33.668px;
  }

  .h-\[33\.772px\] {
    height: 33.772px;
  }

  .h-\[33\.827px\] {
    height: 33.827px;
  }

  .h-\[33px\] {
    height: 33px;
  }

  .h-\[34\.91px\] {
    height: 34.91px;
  }

  .h-\[34\.96px\] {
    height: 34.96px;
  }

  .h-\[34\.473px\] {
    height: 34.473px;
  }

  .h-\[34\.954px\] {
    height: 34.954px;
  }

  .h-\[34px\] {
    height: 34px;
  }

  .h-\[35\.8px\] {
    height: 35.8px;
  }

  .h-\[35\.894px\] {
    height: 35.894px;
  }

  .h-\[35px\] {
    height: 35px;
  }

  .h-\[36\.07px\] {
    height: 36.07px;
  }

  .h-\[36\.423px\] {
    height: 36.423px;
  }

  .h-\[36\.918px\] {
    height: 36.918px;
  }

  .h-\[37\.056px\] {
    height: 37.056px;
  }

  .h-\[37\.157px\] {
    height: 37.157px;
  }

  .h-\[37\.244px\] {
    height: 37.244px;
  }

  .h-\[37\.421px\] {
    height: 37.421px;
  }

  .h-\[37\.637px\] {
    height: 37.637px;
  }

  .h-\[37\.689px\] {
    height: 37.689px;
  }

  .h-\[37px\] {
    height: 37px;
  }

  .h-\[38\.098px\] {
    height: 38.098px;
  }

  .h-\[38\.117px\] {
    height: 38.117px;
  }

  .h-\[38px\] {
    height: 38px;
  }

  .h-\[40\.043px\] {
    height: 40.043px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[41px\] {
    height: 41px;
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[43px\] {
    height: 43px;
  }

  .h-\[44px\] {
    height: 44px;
  }

  .h-\[46px\] {
    height: 46px;
  }

  .h-\[47px\] {
    height: 47px;
  }

  .h-\[48px\] {
    height: 48px;
  }

  .h-\[49px\] {
    height: 49px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[52\.206px\] {
    height: 52.206px;
  }

  .h-\[52px\] {
    height: 52px;
  }

  .h-\[53\.841px\] {
    height: 53.841px;
  }

  .h-\[53\.955px\] {
    height: 53.955px;
  }

  .h-\[53px\] {
    height: 53px;
  }

  .h-\[54px\] {
    height: 54px;
  }

  .h-\[55\.849px\] {
    height: 55.849px;
  }

  .h-\[55px\] {
    height: 55px;
  }

  .h-\[56\.956px\] {
    height: 56.956px;
  }

  .h-\[57px\] {
    height: 57px;
  }

  .h-\[58\.043px\] {
    height: 58.043px;
  }

  .h-\[58px\] {
    height: 58px;
  }

  .h-\[59px\] {
    height: 59px;
  }

  .h-\[60\.204px\] {
    height: 60.204px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[61\.275px\] {
    height: 61.275px;
  }

  .h-\[61px\] {
    height: 61px;
  }

  .h-\[62px\] {
    height: 62px;
  }

  .h-\[63\.978px\] {
    height: 63.978px;
  }

  .h-\[63px\] {
    height: 63px;
  }

  .h-\[64\.031px\] {
    height: 64.031px;
  }

  .h-\[64\.626px\] {
    height: 64.626px;
  }

  .h-\[64px\] {
    height: 64px;
  }

  .h-\[65px\] {
    height: 65px;
  }

  .h-\[66\.443px\] {
    height: 66.443px;
  }

  .h-\[68px\] {
    height: 68px;
  }

  .h-\[69px\] {
    height: 69px;
  }

  .h-\[71\.899px\] {
    height: 71.899px;
  }

  .h-\[71px\] {
    height: 71px;
  }

  .h-\[73\.535px\] {
    height: 73.535px;
  }

  .h-\[73px\] {
    height: 73px;
  }

  .h-\[74px\] {
    height: 74px;
  }

  .h-\[75\.997px\] {
    height: 75.997px;
  }

  .h-\[75px\] {
    height: 75px;
  }

  .h-\[76px\] {
    height: 76px;
  }

  .h-\[78px\] {
    height: 78px;
  }

  .h-\[81\.001px\] {
    height: 81.001px;
  }

  .h-\[81px\] {
    height: 81px;
  }

  .h-\[82\.135px\] {
    height: 82.135px;
  }

  .h-\[82px\] {
    height: 82px;
  }

  .h-\[84\.024px\] {
    height: 84.024px;
  }

  .h-\[84px\] {
    height: 84px;
  }

  .h-\[86\.961px\] {
    height: 86.961px;
  }

  .h-\[86px\] {
    height: 86px;
  }

  .h-\[87px\] {
    height: 87px;
  }

  .h-\[88\.988px\] {
    height: 88.988px;
  }

  .h-\[88px\] {
    height: 88px;
  }

  .h-\[89px\] {
    height: 89px;
  }

  .h-\[90px\] {
    height: 90px;
  }

  .h-\[91\.739px\] {
    height: 91.739px;
  }

  .h-\[91px\] {
    height: 91px;
  }

  .h-\[92px\] {
    height: 92px;
  }

  .h-\[93\.65px\] {
    height: 93.65px;
  }

  .h-\[94\.416px\] {
    height: 94.416px;
  }

  .h-\[95px\] {
    height: 95px;
  }

  .h-\[97px\] {
    height: 97px;
  }

  .h-\[98\.667px\] {
    height: 98.667px;
  }

  .h-\[98px\] {
    height: 98px;
  }

  .h-\[99\.38px\] {
    height: 99.38px;
  }

  .h-\[100\.342px\] {
    height: 100.342px;
  }

  .h-\[101px\] {
    height: 101px;
  }

  .h-\[102px\] {
    height: 102px;
  }

  .h-\[104px\] {
    height: 104px;
  }

  .h-\[108\.906px\] {
    height: 108.906px;
  }

  .h-\[108px\] {
    height: 108px;
  }

  .h-\[109\.896px\] {
    height: 109.896px;
  }

  .h-\[110px\] {
    height: 110px;
  }

  .h-\[111px\] {
    height: 111px;
  }

  .h-\[112px\] {
    height: 112px;
  }

  .h-\[113px\] {
    height: 113px;
  }

  .h-\[115\.629px\] {
    height: 115.629px;
  }

  .h-\[116\.05px\] {
    height: 116.05px;
  }

  .h-\[116px\] {
    height: 116px;
  }

  .h-\[118px\] {
    height: 118px;
  }

  .h-\[119\.452px\] {
    height: 119.452px;
  }

  .h-\[119px\] {
    height: 119px;
  }

  .h-\[120px\] {
    height: 120px;
  }

  .h-\[121\.363px\] {
    height: 121.363px;
  }

  .h-\[123px\] {
    height: 123px;
  }

  .h-\[124px\] {
    height: 124px;
  }

  .h-\[130\.314px\] {
    height: 130.314px;
  }

  .h-\[130px\] {
    height: 130px;
  }

  .h-\[132px\] {
    height: 132px;
  }

  .h-\[135px\] {
    height: 135px;
  }

  .h-\[136px\] {
    height: 136px;
  }

  .h-\[137px\] {
    height: 137px;
  }

  .h-\[139px\] {
    height: 139px;
  }

  .h-\[141px\] {
    height: 141px;
  }

  .h-\[146px\] {
    height: 146px;
  }

  .h-\[148px\] {
    height: 148px;
  }

  .h-\[155px\] {
    height: 155px;
  }

  .h-\[157px\] {
    height: 157px;
  }

  .h-\[165px\] {
    height: 165px;
  }

  .h-\[167\.308px\] {
    height: 167.308px;
  }

  .h-\[167px\] {
    height: 167px;
  }

  .h-\[170\.099px\] {
    height: 170.099px;
  }

  .h-\[170px\] {
    height: 170px;
  }

  .h-\[171px\] {
    height: 171px;
  }

  .h-\[172px\] {
    height: 172px;
  }

  .h-\[174px\] {
    height: 174px;
  }

  .h-\[178px\] {
    height: 178px;
  }

  .h-\[180px\] {
    height: 180px;
  }

  .h-\[188px\] {
    height: 188px;
  }

  .h-\[192px\] {
    height: 192px;
  }

  .h-\[193px\] {
    height: 193px;
  }

  .h-\[194px\] {
    height: 194px;
  }

  .h-\[198px\] {
    height: 198px;
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[201px\] {
    height: 201px;
  }

  .h-\[209\.221px\] {
    height: 209.221px;
  }

  .h-\[210px\] {
    height: 210px;
  }

  .h-\[211px\] {
    height: 211px;
  }

  .h-\[217px\] {
    height: 217px;
  }

  .h-\[218px\] {
    height: 218px;
  }

  .h-\[219\.16px\] {
    height: 219.16px;
  }

  .h-\[224px\] {
    height: 224px;
  }

  .h-\[225px\] {
    height: 225px;
  }

  .h-\[231px\] {
    height: 231px;
  }

  .h-\[241px\] {
    height: 241px;
  }

  .h-\[242px\] {
    height: 242px;
  }

  .h-\[253px\] {
    height: 253px;
  }

  .h-\[257px\] {
    height: 257px;
  }

  .h-\[271px\] {
    height: 271px;
  }

  .h-\[273px\] {
    height: 273px;
  }

  .h-\[274px\] {
    height: 274px;
  }

  .h-\[277px\] {
    height: 277px;
  }

  .h-\[288px\] {
    height: 288px;
  }

  .h-\[291px\] {
    height: 291px;
  }

  .h-\[305px\] {
    height: 305px;
  }

  .h-\[342px\] {
    height: 342px;
  }

  .h-\[369px\] {
    height: 369px;
  }

  .h-\[372\.24px\] {
    height: 372.24px;
  }

  .h-\[395px\] {
    height: 395px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[404\.372px\] {
    height: 404.372px;
  }

  .h-\[412\.736px\] {
    height: 412.736px;
  }

  .h-\[418px\] {
    height: 418px;
  }

  .h-\[436\.377px\] {
    height: 436.377px;
  }

  .h-\[450px\] {
    height: 450px;
  }

  .h-\[451px\] {
    height: 451px;
  }

  .h-\[457px\] {
    height: 457px;
  }

  .h-\[482px\] {
    height: 482px;
  }

  .h-\[528px\] {
    height: 528px;
  }

  .h-\[533px\] {
    height: 533px;
  }

  .h-\[600px\] {
    height: 600px;
  }

  .h-\[660px\] {
    height: 660px;
  }

  .h-\[670px\] {
    height: 670px;
  }

  .h-\[720px\] {
    height: 720px;
  }

  .h-\[750px\] {
    height: 750px;
  }

  .h-\[759px\] {
    height: 759px;
  }

  .h-\[774px\] {
    height: 774px;
  }

  .h-\[788px\] {
    height: 788px;
  }

  .h-\[800px\] {
    height: 800px;
  }

  .h-\[850px\] {
    height: 850px;
  }

  .h-\[880px\] {
    height: 880px;
  }

  .h-\[900px\] {
    height: 900px;
  }

  .h-\[1032px\] {
    height: 1032px;
  }

  .h-\[1100px\] {
    height: 1100px;
  }

  .h-\[1177px\] {
    height: 1177px;
  }

  .h-\[1640px\] {
    height: 1640px;
  }

  .h-\[calc\(100\%-1px\)\] {
    height: calc(100% - 1px);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .min-h-\[800px\] {
    min-height: 800px;
  }

  .min-h-\[1650px\] {
    min-height: 1650px;
  }

  .min-h-\[1700px\] {
    min-height: 1700px;
  }

  .min-h-\[2000px\] {
    min-height: 2000px;
  }

  .min-h-\[2200px\] {
    min-height: 2200px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-1 {
    width: calc(var(--spacing) * 1);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-\[6\.447px\] {
    width: 6.447px;
  }

  .w-\[8\.887px\] {
    width: 8.887px;
  }

  .w-\[13px\] {
    width: 13px;
  }

  .w-\[15px\] {
    width: 15px;
  }

  .w-\[16\.737px\] {
    width: 16.737px;
  }

  .w-\[16px\] {
    width: 16px;
  }

  .w-\[17px\] {
    width: 17px;
  }

  .w-\[18\.117px\] {
    width: 18.117px;
  }

  .w-\[19\.109px\] {
    width: 19.109px;
  }

  .w-\[19px\] {
    width: 19px;
  }

  .w-\[20\.068px\] {
    width: 20.068px;
  }

  .w-\[20px\] {
    width: 20px;
  }

  .w-\[21\.024px\] {
    width: 21.024px;
  }

  .w-\[21\.872px\] {
    width: 21.872px;
  }

  .w-\[23\.331px\] {
    width: 23.331px;
  }

  .w-\[23px\] {
    width: 23px;
  }

  .w-\[24\.971px\] {
    width: 24.971px;
  }

  .w-\[25px\] {
    width: 25px;
  }

  .w-\[26\.994px\] {
    width: 26.994px;
  }

  .w-\[26px\] {
    width: 26px;
  }

  .w-\[27px\] {
    width: 27px;
  }

  .w-\[28\.04px\] {
    width: 28.04px;
  }

  .w-\[28\.616px\] {
    width: 28.616px;
  }

  .w-\[28\.715px\] {
    width: 28.715px;
  }

  .w-\[28px\] {
    width: 28px;
  }

  .w-\[29\.528px\] {
    width: 29.528px;
  }

  .w-\[29\.624px\] {
    width: 29.624px;
  }

  .w-\[29px\] {
    width: 29px;
  }

  .w-\[30\.124px\] {
    width: 30.124px;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[31\.235px\] {
    width: 31.235px;
  }

  .w-\[31\.275px\] {
    width: 31.275px;
  }

  .w-\[31\.994px\] {
    width: 31.994px;
  }

  .w-\[31px\] {
    width: 31px;
  }

  .w-\[32px\] {
    width: 32px;
  }

  .w-\[33\.032px\] {
    width: 33.032px;
  }

  .w-\[33\.034px\] {
    width: 33.034px;
  }

  .w-\[33\.155px\] {
    width: 33.155px;
  }

  .w-\[33\.246px\] {
    width: 33.246px;
  }

  .w-\[35px\] {
    width: 35px;
  }

  .w-\[36\.65px\] {
    width: 36.65px;
  }

  .w-\[38\.023px\] {
    width: 38.023px;
  }

  .w-\[38px\] {
    width: 38px;
  }

  .w-\[39\.483px\] {
    width: 39.483px;
  }

  .w-\[39px\] {
    width: 39px;
  }

  .w-\[41px\] {
    width: 41px;
  }

  .w-\[42px\] {
    width: 42px;
  }

  .w-\[43px\] {
    width: 43px;
  }

  .w-\[44px\] {
    width: 44px;
  }

  .w-\[46px\] {
    width: 46px;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[51\.607px\] {
    width: 51.607px;
  }

  .w-\[52px\] {
    width: 52px;
  }

  .w-\[53px\] {
    width: 53px;
  }

  .w-\[54px\] {
    width: 54px;
  }

  .w-\[55\.273px\] {
    width: 55.273px;
  }

  .w-\[55\.849px\] {
    width: 55.849px;
  }

  .w-\[56\.258px\] {
    width: 56.258px;
  }

  .w-\[56px\] {
    width: 56px;
  }

  .w-\[59\.293px\] {
    width: 59.293px;
  }

  .w-\[59\.315px\] {
    width: 59.315px;
  }

  .w-\[60\.204px\] {
    width: 60.204px;
  }

  .w-\[60\.699px\] {
    width: 60.699px;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-\[61\.246px\] {
    width: 61.246px;
  }

  .w-\[61px\] {
    width: 61px;
  }

  .w-\[62\.289px\] {
    width: 62.289px;
  }

  .w-\[62\.955px\] {
    width: 62.955px;
  }

  .w-\[63\.533px\] {
    width: 63.533px;
  }

  .w-\[63\.563px\] {
    width: 63.563px;
  }

  .w-\[64px\] {
    width: 64px;
  }

  .w-\[65\.339px\] {
    width: 65.339px;
  }

  .w-\[65\.376px\] {
    width: 65.376px;
  }

  .w-\[65px\] {
    width: 65px;
  }

  .w-\[66\.284px\] {
    width: 66.284px;
  }

  .w-\[66px\] {
    width: 66px;
  }

  .w-\[67\.131px\] {
    width: 67.131px;
  }

  .w-\[68\.833px\] {
    width: 68.833px;
  }

  .w-\[68px\] {
    width: 68px;
  }

  .w-\[69\.848px\] {
    width: 69.848px;
  }

  .w-\[71\.533px\] {
    width: 71.533px;
  }

  .w-\[71px\] {
    width: 71px;
  }

  .w-\[72\.368px\] {
    width: 72.368px;
  }

  .w-\[73\.535px\] {
    width: 73.535px;
  }

  .w-\[73px\] {
    width: 73px;
  }

  .w-\[74\.626px\] {
    width: 74.626px;
  }

  .w-\[74px\] {
    width: 74px;
  }

  .w-\[75\.631px\] {
    width: 75.631px;
  }

  .w-\[75px\] {
    width: 75px;
  }

  .w-\[76\.073px\] {
    width: 76.073px;
  }

  .w-\[76px\] {
    width: 76px;
  }

  .w-\[78\.533px\] {
    width: 78.533px;
  }

  .w-\[78px\] {
    width: 78px;
  }

  .w-\[79\.256px\] {
    width: 79.256px;
  }

  .w-\[82\.303px\] {
    width: 82.303px;
  }

  .w-\[83\.131px\] {
    width: 83.131px;
  }

  .w-\[84\.533px\] {
    width: 84.533px;
  }

  .w-\[84px\] {
    width: 84px;
  }

  .w-\[85px\] {
    width: 85px;
  }

  .w-\[86\.852px\] {
    width: 86.852px;
  }

  .w-\[86\.961px\] {
    width: 86.961px;
  }

  .w-\[86px\] {
    width: 86px;
  }

  .w-\[87\.682px\] {
    width: 87.682px;
  }

  .w-\[87px\] {
    width: 87px;
  }

  .w-\[88\.244px\] {
    width: 88.244px;
  }

  .w-\[89\.131px\] {
    width: 89.131px;
  }

  .w-\[90\.368px\] {
    width: 90.368px;
  }

  .w-\[90\.731px\] {
    width: 90.731px;
  }

  .w-\[90px\] {
    width: 90px;
  }

  .w-\[91\.154px\] {
    width: 91.154px;
  }

  .w-\[91\.739px\] {
    width: 91.739px;
  }

  .w-\[91px\] {
    width: 91px;
  }

  .w-\[92\.925px\] {
    width: 92.925px;
  }

  .w-\[92px\] {
    width: 92px;
  }

  .w-\[93\.65px\] {
    width: 93.65px;
  }

  .w-\[93\.325px\] {
    width: 93.325px;
  }

  .w-\[94\.802px\] {
    width: 94.802px;
  }

  .w-\[94\.839px\] {
    width: 94.839px;
  }

  .w-\[94px\] {
    width: 94px;
  }

  .w-\[96px\] {
    width: 96px;
  }

  .w-\[97px\] {
    width: 97px;
  }

  .w-\[98\.299px\] {
    width: 98.299px;
  }

  .w-\[98\.424px\] {
    width: 98.424px;
  }

  .w-\[98px\] {
    width: 98px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[102\.375px\] {
    width: 102.375px;
  }

  .w-\[102\.945px\] {
    width: 102.945px;
  }

  .w-\[103\.954px\] {
    width: 103.954px;
  }

  .w-\[103px\] {
    width: 103px;
  }

  .w-\[104\.626px\] {
    width: 104.626px;
  }

  .w-\[104px\] {
    width: 104px;
  }

  .w-\[105\.88px\] {
    width: 105.88px;
  }

  .w-\[106\.418px\] {
    width: 106.418px;
  }

  .w-\[107\.173px\] {
    width: 107.173px;
  }

  .w-\[107\.468px\] {
    width: 107.468px;
  }

  .w-\[108\.872px\] {
    width: 108.872px;
  }

  .w-\[108\.906px\] {
    width: 108.906px;
  }

  .w-\[109\.896px\] {
    width: 109.896px;
  }

  .w-\[110\.75px\] {
    width: 110.75px;
  }

  .w-\[111\.983px\] {
    width: 111.983px;
  }

  .w-\[113px\] {
    width: 113px;
  }

  .w-\[115\.629px\] {
    width: 115.629px;
  }

  .w-\[116\.063px\] {
    width: 116.063px;
  }

  .w-\[116\.821px\] {
    width: 116.821px;
  }

  .w-\[116px\] {
    width: 116px;
  }

  .w-\[117px\] {
    width: 117px;
  }

  .w-\[118\.735px\] {
    width: 118.735px;
  }

  .w-\[118\.758px\] {
    width: 118.758px;
  }

  .w-\[119\.452px\] {
    width: 119.452px;
  }

  .w-\[119px\] {
    width: 119px;
  }

  .w-\[120px\] {
    width: 120px;
  }

  .w-\[121\.363px\] {
    width: 121.363px;
  }

  .w-\[121\.617px\] {
    width: 121.617px;
  }

  .w-\[121px\] {
    width: 121px;
  }

  .w-\[122px\] {
    width: 122px;
  }

  .w-\[123\.045px\] {
    width: 123.045px;
  }

  .w-\[123\.385px\] {
    width: 123.385px;
  }

  .w-\[123\.889px\] {
    width: 123.889px;
  }

  .w-\[123px\] {
    width: 123px;
  }

  .w-\[124px\] {
    width: 124px;
  }

  .w-\[125\.058px\] {
    width: 125.058px;
  }

  .w-\[125px\] {
    width: 125px;
  }

  .w-\[126\.266px\] {
    width: 126.266px;
  }

  .w-\[127\.584px\] {
    width: 127.584px;
  }

  .w-\[127\.996px\] {
    width: 127.996px;
  }

  .w-\[128\.774px\] {
    width: 128.774px;
  }

  .w-\[129px\] {
    width: 129px;
  }

  .w-\[130\.314px\] {
    width: 130.314px;
  }

  .w-\[130\.557px\] {
    width: 130.557px;
  }

  .w-\[130px\] {
    width: 130px;
  }

  .w-\[131\.144px\] {
    width: 131.144px;
  }

  .w-\[132\.29px\] {
    width: 132.29px;
  }

  .w-\[133px\] {
    width: 133px;
  }

  .w-\[134\.217px\] {
    width: 134.217px;
  }

  .w-\[136px\] {
    width: 136px;
  }

  .w-\[139\.901px\] {
    width: 139.901px;
  }

  .w-\[140\.423px\] {
    width: 140.423px;
  }

  .w-\[140\.806px\] {
    width: 140.806px;
  }

  .w-\[140px\] {
    width: 140px;
  }

  .w-\[141px\] {
    width: 141px;
  }

  .w-\[144\.001px\] {
    width: 144.001px;
  }

  .w-\[144\.419px\] {
    width: 144.419px;
  }

  .w-\[144\.456px\] {
    width: 144.456px;
  }

  .w-\[144px\] {
    width: 144px;
  }

  .w-\[145px\] {
    width: 145px;
  }

  .w-\[148px\] {
    width: 148px;
  }

  .w-\[149\.311px\] {
    width: 149.311px;
  }

  .w-\[149\.935px\] {
    width: 149.935px;
  }

  .w-\[150\.385px\] {
    width: 150.385px;
  }

  .w-\[151\.762px\] {
    width: 151.762px;
  }

  .w-\[153px\] {
    width: 153px;
  }

  .w-\[154\.125px\] {
    width: 154.125px;
  }

  .w-\[155\.88px\] {
    width: 155.88px;
  }

  .w-\[157px\] {
    width: 157px;
  }

  .w-\[158\.36px\] {
    width: 158.36px;
  }

  .w-\[158\.725px\] {
    width: 158.725px;
  }

  .w-\[158\.951px\] {
    width: 158.951px;
  }

  .w-\[158px\] {
    width: 158px;
  }

  .w-\[161px\] {
    width: 161px;
  }

  .w-\[165px\] {
    width: 165px;
  }

  .w-\[167\.308px\] {
    width: 167.308px;
  }

  .w-\[167px\] {
    width: 167px;
  }

  .w-\[168\.549px\] {
    width: 168.549px;
  }

  .w-\[168px\] {
    width: 168px;
  }

  .w-\[170\.099px\] {
    width: 170.099px;
  }

  .w-\[171px\] {
    width: 171px;
  }

  .w-\[172px\] {
    width: 172px;
  }

  .w-\[174\.829px\] {
    width: 174.829px;
  }

  .w-\[175px\] {
    width: 175px;
  }

  .w-\[177px\] {
    width: 177px;
  }

  .w-\[178\.451px\] {
    width: 178.451px;
  }

  .w-\[180px\] {
    width: 180px;
  }

  .w-\[181px\] {
    width: 181px;
  }

  .w-\[182px\] {
    width: 182px;
  }

  .w-\[188\.478px\] {
    width: 188.478px;
  }

  .w-\[189px\] {
    width: 189px;
  }

  .w-\[190px\] {
    width: 190px;
  }

  .w-\[191px\] {
    width: 191px;
  }

  .w-\[192px\] {
    width: 192px;
  }

  .w-\[194px\] {
    width: 194px;
  }

  .w-\[195px\] {
    width: 195px;
  }

  .w-\[197px\] {
    width: 197px;
  }

  .w-\[201px\] {
    width: 201px;
  }

  .w-\[205px\] {
    width: 205px;
  }

  .w-\[206px\] {
    width: 206px;
  }

  .w-\[209\.873px\] {
    width: 209.873px;
  }

  .w-\[210\.892px\] {
    width: 210.892px;
  }

  .w-\[210px\] {
    width: 210px;
  }

  .w-\[211px\] {
    width: 211px;
  }

  .w-\[218px\] {
    width: 218px;
  }

  .w-\[220\.126px\] {
    width: 220.126px;
  }

  .w-\[224px\] {
    width: 224px;
  }

  .w-\[225px\] {
    width: 225px;
  }

  .w-\[232px\] {
    width: 232px;
  }

  .w-\[234px\] {
    width: 234px;
  }

  .w-\[241px\] {
    width: 241px;
  }

  .w-\[242px\] {
    width: 242px;
  }

  .w-\[244px\] {
    width: 244px;
  }

  .w-\[248px\] {
    width: 248px;
  }

  .w-\[253px\] {
    width: 253px;
  }

  .w-\[259px\] {
    width: 259px;
  }

  .w-\[261\.343px\] {
    width: 261.343px;
  }

  .w-\[261px\] {
    width: 261px;
  }

  .w-\[263\.368px\] {
    width: 263.368px;
  }

  .w-\[266\.616px\] {
    width: 266.616px;
  }

  .w-\[266px\] {
    width: 266px;
  }

  .w-\[272px\] {
    width: 272px;
  }

  .w-\[273px\] {
    width: 273px;
  }

  .w-\[274px\] {
    width: 274px;
  }

  .w-\[275px\] {
    width: 275px;
  }

  .w-\[277px\] {
    width: 277px;
  }

  .w-\[278\.36px\] {
    width: 278.36px;
  }

  .w-\[279px\] {
    width: 279px;
  }

  .w-\[281px\] {
    width: 281px;
  }

  .w-\[288\.789px\] {
    width: 288.789px;
  }

  .w-\[291px\] {
    width: 291px;
  }

  .w-\[292px\] {
    width: 292px;
  }

  .w-\[294px\] {
    width: 294px;
  }

  .w-\[295px\] {
    width: 295px;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[306\.002px\] {
    width: 306.002px;
  }

  .w-\[306px\] {
    width: 306px;
  }

  .w-\[309px\] {
    width: 309px;
  }

  .w-\[311px\] {
    width: 311px;
  }

  .w-\[316px\] {
    width: 316px;
  }

  .w-\[320px\] {
    width: 320px;
  }

  .w-\[322\.962px\] {
    width: 322.962px;
  }

  .w-\[325px\] {
    width: 325px;
  }

  .w-\[326px\] {
    width: 326px;
  }

  .w-\[328px\] {
    width: 328px;
  }

  .w-\[332px\] {
    width: 332px;
  }

  .w-\[335px\] {
    width: 335px;
  }

  .w-\[337px\] {
    width: 337px;
  }

  .w-\[339px\] {
    width: 339px;
  }

  .w-\[342px\] {
    width: 342px;
  }

  .w-\[345px\] {
    width: 345px;
  }

  .w-\[346px\] {
    width: 346px;
  }

  .w-\[350\.466px\] {
    width: 350.466px;
  }

  .w-\[350px\] {
    width: 350px;
  }

  .w-\[355px\] {
    width: 355px;
  }

  .w-\[357px\] {
    width: 357px;
  }

  .w-\[361px\] {
    width: 361px;
  }

  .w-\[362\.107px\] {
    width: 362.107px;
  }

  .w-\[362px\] {
    width: 362px;
  }

  .w-\[363px\] {
    width: 363px;
  }

  .w-\[366px\] {
    width: 366px;
  }

  .w-\[369px\] {
    width: 369px;
  }

  .w-\[372\.24px\] {
    width: 372.24px;
  }

  .w-\[374px\] {
    width: 374px;
  }

  .w-\[378px\] {
    width: 378px;
  }

  .w-\[380px\] {
    width: 380px;
  }

  .w-\[387px\] {
    width: 387px;
  }

  .w-\[389px\] {
    width: 389px;
  }

  .w-\[392px\] {
    width: 392px;
  }

  .w-\[395px\] {
    width: 395px;
  }

  .w-\[399px\] {
    width: 399px;
  }

  .w-\[410px\] {
    width: 410px;
  }

  .w-\[411\.577px\] {
    width: 411.577px;
  }

  .w-\[412\.5px\] {
    width: 412.5px;
  }

  .w-\[418px\] {
    width: 418px;
  }

  .w-\[427px\] {
    width: 427px;
  }

  .w-\[429\.115px\] {
    width: 429.115px;
  }

  .w-\[431px\] {
    width: 431px;
  }

  .w-\[432px\] {
    width: 432px;
  }

  .w-\[445px\] {
    width: 445px;
  }

  .w-\[450px\] {
    width: 450px;
  }

  .w-\[458px\] {
    width: 458px;
  }

  .w-\[460\.941px\] {
    width: 460.941px;
  }

  .w-\[462px\] {
    width: 462px;
  }

  .w-\[465px\] {
    width: 465px;
  }

  .w-\[469px\] {
    width: 469px;
  }

  .w-\[482px\] {
    width: 482px;
  }

  .w-\[483\.703px\] {
    width: 483.703px;
  }

  .w-\[495px\] {
    width: 495px;
  }

  .w-\[498px\] {
    width: 498px;
  }

  .w-\[500px\] {
    width: 500px;
  }

  .w-\[515px\] {
    width: 515px;
  }

  .w-\[537px\] {
    width: 537px;
  }

  .w-\[540px\] {
    width: 540px;
  }

  .w-\[550px\] {
    width: 550px;
  }

  .w-\[552\.931px\] {
    width: 552.931px;
  }

  .w-\[554px\] {
    width: 554px;
  }

  .w-\[563px\] {
    width: 563px;
  }

  .w-\[571px\] {
    width: 571px;
  }

  .w-\[572px\] {
    width: 572px;
  }

  .w-\[575px\] {
    width: 575px;
  }

  .w-\[580px\] {
    width: 580px;
  }

  .w-\[589px\] {
    width: 589px;
  }

  .w-\[593px\] {
    width: 593px;
  }

  .w-\[597px\] {
    width: 597px;
  }

  .w-\[600\.125px\] {
    width: 600.125px;
  }

  .w-\[600px\] {
    width: 600px;
  }

  .w-\[612px\] {
    width: 612px;
  }

  .w-\[620px\] {
    width: 620px;
  }

  .w-\[629\.63px\] {
    width: 629.63px;
  }

  .w-\[645px\] {
    width: 645px;
  }

  .w-\[647px\] {
    width: 647px;
  }

  .w-\[675px\] {
    width: 675px;
  }

  .w-\[676\.882px\] {
    width: 676.882px;
  }

  .w-\[691px\] {
    width: 691px;
  }

  .w-\[706\.109px\] {
    width: 706.109px;
  }

  .w-\[719px\] {
    width: 719px;
  }

  .w-\[769px\] {
    width: 769px;
  }

  .w-\[773px\] {
    width: 773px;
  }

  .w-\[804px\] {
    width: 804px;
  }

  .w-\[836\.069px\] {
    width: 836.069px;
  }

  .w-\[877px\] {
    width: 877px;
  }

  .w-\[974px\] {
    width: 974px;
  }

  .w-\[1020\.06px\] {
    width: 1020.06px;
  }

  .w-\[1078px\] {
    width: 1078px;
  }

  .w-\[1100px\] {
    width: 1100px;
  }

  .w-\[1118\.06px\] {
    width: 1118.06px;
  }

  .w-\[1150\.05px\] {
    width: 1150.05px;
  }

  .w-\[1174px\] {
    width: 1174px;
  }

  .w-\[1175px\] {
    width: 1175px;
  }

  .w-\[1192px\] {
    width: 1192px;
  }

  .w-\[1194px\] {
    width: 1194px;
  }

  .w-\[1196px\] {
    width: 1196px;
  }

  .w-\[1199px\] {
    width: 1199px;
  }

  .w-\[1200px\] {
    width: 1200px;
  }

  .w-\[1203px\] {
    width: 1203px;
  }

  .w-\[1205px\] {
    width: 1205px;
  }

  .w-\[1206px\] {
    width: 1206px;
  }

  .w-\[1209px\] {
    width: 1209px;
  }

  .w-\[1214px\] {
    width: 1214px;
  }

  .w-\[1218px\] {
    width: 1218px;
  }

  .w-\[1237px\] {
    width: 1237px;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[1123px\] {
    max-width: 1123px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1205px\] {
    max-width: 1205px;
  }

  .max-w-\[1214px\] {
    max-width: 1214px;
  }

  .max-w-\[1237px\] {
    max-width: 1237px;
  }

  .max-w-\[1400px\] {
    max-width: 1400px;
  }

  .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);
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .origin-bottom-left {
    transform-origin: 0 100%;
  }

  .origin-top-left {
    transform-origin: 0 0;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-\[10px\] {
    --tw-translate-x: calc(10px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-\[40px\] {
    --tw-translate-x: calc(40px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-\[calc\(50\%\+10px\)\] {
    --tw-translate-x: calc(calc(50% + 10px) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-\[calc\(50\%\+40px\)\] {
    --tw-translate-x: calc(calc(50% + 40px) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-100\%\] {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[0\.53deg\] {
    rotate: .53deg;
  }

  .rotate-\[0\.063deg\] {
    rotate: .063deg;
  }

  .rotate-\[25\.06deg\] {
    rotate: 25.06deg;
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180\.187deg\] {
    rotate: 180.187deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[270deg\] {
    rotate: 270deg;
  }

  .rotate-\[300deg\] {
    rotate: 300deg;
  }

  .rotate-\[333\.548deg\] {
    rotate: 333.548deg;
  }

  .skew-x-\[359\.93deg\] {
    --tw-skew-x: skewX(359.93deg);
    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-in {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-\[78px_371px_301px_447px\] {
    grid-template-columns: 78px 371px 301px 447px;
  }

  .grid-cols-\[78px_378px_294px_447px\] {
    grid-template-columns: 78px 378px 294px 447px;
  }

  .flex-col {
    flex-direction: column;
  }

  .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;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[7\.996px\] {
    gap: 7.996px;
  }

  .gap-\[11\.994px\] {
    gap: 11.994px;
  }

  .gap-\[31\.994px\] {
    gap: 31.994px;
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * 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)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[1\.795px\] {
    border-radius: 1.795px;
  }

  .rounded-\[2\.116px\] {
    border-radius: 2.116px;
  }

  .rounded-\[2\.17357e\+07px\] {
    border-radius: 21735700px;
  }

  .rounded-\[3\.302px\] {
    border-radius: 3.302px;
  }

  .rounded-\[5px\] {
    border-radius: 5px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[35px\] {
    border-radius: 35px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

  .rounded-tr-\[1\.42px\] {
    border-top-right-radius: 1.42px;
  }

  .rounded-tr-\[1\.318px\] {
    border-top-right-radius: 1.318px;
  }

  .rounded-tr-\[1\.625px\] {
    border-top-right-radius: 1.625px;
  }

  .rounded-tr-\[1\.771px\] {
    border-top-right-radius: 1.771px;
  }

  .rounded-tr-\[1\.943px\] {
    border-top-right-radius: 1.943px;
  }

  .rounded-tr-\[2\.14px\] {
    border-top-right-radius: 2.14px;
  }

  .rounded-tr-\[3\.186px\] {
    border-top-right-radius: 3.186px;
  }

  .rounded-br-\[1\.42px\] {
    border-bottom-right-radius: 1.42px;
  }

  .rounded-br-\[1\.318px\] {
    border-bottom-right-radius: 1.318px;
  }

  .rounded-br-\[1\.625px\] {
    border-bottom-right-radius: 1.625px;
  }

  .rounded-br-\[1\.771px\] {
    border-bottom-right-radius: 1.771px;
  }

  .rounded-br-\[1\.943px\] {
    border-bottom-right-radius: 1.943px;
  }

  .rounded-br-\[2\.14px\] {
    border-bottom-right-radius: 2.14px;
  }

  .rounded-br-\[3\.186px\] {
    border-bottom-right-radius: 3.186px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-\[0px_0px_0\.648px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 .648px;
  }

  .border-\[0px_0px_0px_1\.943px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 0 1.943px;
  }

  .border-\[0px_0px_1\.943px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1.943px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#3c4f76\] {
    border-color: #3c4f76;
  }

  .border-\[\#557A46\] {
    border-color: #557a46;
  }

  .border-\[\#101828\] {
    border-color: #101828;
  }

  .border-\[\#d1d5dc\] {
    border-color: #d1d5dc;
  }

  .border-\[transparent\] {
    border-color: #0000;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-t-black {
    border-top-color: var(--color-black);
  }

  .bg-\[\#3c4f76\] {
    background-color: #3c4f76;
  }

  .bg-\[\#3d5a80\] {
    background-color: #3d5a80;
  }

  .bg-\[\#6b7f99\] {
    background-color: #6b7f99;
  }

  .bg-\[\#6fa8dc\] {
    background-color: #6fa8dc;
  }

  .bg-\[\#8b4f8f\] {
    background-color: #8b4f8f;
  }

  .bg-\[\#8c5391\] {
    background-color: #8c5391;
  }

  .bg-\[\#355070\] {
    background-color: #355070;
  }

  .bg-\[\#b56576\] {
    background-color: #b56576;
  }

  .bg-\[\#c00\] {
    background-color: #c00;
  }

  .bg-\[\#c98bb9\] {
    background-color: #c98bb9;
  }

  .bg-\[\#cc0000\] {
    background-color: #c00;
  }

  .bg-\[\#cfe2f3\] {
    background-color: #cfe2f3;
  }

  .bg-\[\#d3dc50\] {
    background-color: #d3dc50;
  }

  .bg-\[\#e56b6f\] {
    background-color: #e56b6f;
  }

  .bg-\[\#e06666\] {
    background-color: #e06666;
  }

  .bg-\[\#e57373\] {
    background-color: #e57373;
  }

  .bg-\[\#eaac8b\] {
    background-color: #eaac8b;
  }

  .bg-\[\#f6b26b\] {
    background-color: #f6b26b;
  }

  .bg-\[\#fafafa\] {
    background-color: #fafafa;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-muted {
    background-color: var(--muted);
  }

  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-clip-padding {
    background-clip: padding-box;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-\[3px\] {
    padding: 3px;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-\[-5px\] {
    padding-inline: -5px;
  }

  .px-\[-6px\] {
    padding-inline: -6px;
  }

  .px-\[-12px\] {
    padding-inline: -12px;
  }

  .px-\[0px\] {
    padding-inline: 0;
  }

  .px-\[2px\] {
    padding-inline: 2px;
  }

  .px-\[39px\] {
    padding-inline: 39px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-\[0px\] {
    padding-block: 0;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pt-\[-14px\] {
    padding-top: -14px;
  }

  .pt-\[-16px\] {
    padding-top: -16px;
  }

  .pt-\[-19px\] {
    padding-top: -19px;
  }

  .pt-\[-20px\] {
    padding-top: -20px;
  }

  .pt-\[-30px\] {
    padding-top: -30px;
  }

  .pt-\[-73px\] {
    padding-top: -73px;
  }

  .pt-\[0px\] {
    padding-top: 0;
  }

  .pt-\[10px\] {
    padding-top: 10px;
  }

  .pt-\[18px\] {
    padding-top: 18px;
  }

  .pt-\[19px\] {
    padding-top: 19px;
  }

  .pt-\[20px\] {
    padding-top: 20px;
  }

  .pt-\[21px\] {
    padding-top: 21px;
  }

  .pt-\[23px\] {
    padding-top: 23px;
  }

  .pt-\[43px\] {
    padding-top: 43px;
  }

  .pt-\[50px\] {
    padding-top: 50px;
  }

  .pt-\[53px\] {
    padding-top: 53px;
  }

  .pt-\[83px\] {
    padding-top: 83px;
  }

  .pt-\[113px\] {
    padding-top: 113px;
  }

  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-\[0px\] {
    padding-right: 0;
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-\[-8px\] {
    padding-bottom: -8px;
  }

  .pb-\[-172px\] {
    padding-bottom: -172px;
  }

  .pb-\[0px\] {
    padding-bottom: 0;
  }

  .pb-\[4px\] {
    padding-bottom: 4px;
  }

  .pb-\[86px\] {
    padding-bottom: 86px;
  }

  .pb-\[102px\] {
    padding-bottom: 102px;
  }

  .pb-\[175px\] {
    padding-bottom: 175px;
  }

  .pb-\[500px\] {
    padding-bottom: 500px;
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-\[0px\] {
    padding-left: 0;
  }

  .pl-\[8px\] {
    padding-left: 8px;
  }

  .pl-\[14px\] {
    padding-left: 14px;
  }

  .pl-\[21px\] {
    padding-left: 21px;
  }

  .pl-\[33\.937px\] {
    padding-left: 33.937px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .align-top {
    vertical-align: top;
  }

  .font-\[\'Arial\:Bold\'\,sans-serif\] {
    font-family: Arial\:Bold, sans-serif;
  }

  .font-\[\'Arial\:Regular\'\,sans-serif\] {
    font-family: Arial\:Regular, sans-serif;
  }

  .font-\[\'Instrument_Sans\:Bold\'\,sans-serif\] {
    font-family: Instrument Sans\:Bold, sans-serif;
  }

  .font-\[\'Instrument_Sans\:Regular\'\,sans-serif\] {
    font-family: Instrument Sans\:Regular, sans-serif;
  }

  .font-\[\'Inter\'\] {
    font-family: Inter;
  }

  .font-\[\'Inter\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:Extra_Light\'\,sans-serif\] {
    font-family: Inter\:Extra Light, sans-serif;
  }

  .font-\[\'Inter\:Light\'\,sans-serif\] {
    font-family: Inter\:Light, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Inter\:Semi_Bold\'\,sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

  .font-\[\'Roboto\'\] {
    font-family: Roboto;
  }

  .font-\[\'Roboto\:Bold\'\,sans-serif\] {
    font-family: Roboto\:Bold, sans-serif;
  }

  .font-\[\'Roboto\:ExtraBold\'\,sans-serif\] {
    font-family: Roboto\:ExtraBold, sans-serif;
  }

  .font-\[\'Roboto\:Light\'\,sans-serif\] {
    font-family: Roboto\:Light, sans-serif;
  }

  .font-\[\'Roboto\:Medium\'\,sans-serif\] {
    font-family: Roboto\:Medium, sans-serif;
  }

  .font-\[\'Roboto\:Regular\'\,sans-serif\] {
    font-family: Roboto\:Regular, sans-serif;
  }

  .font-\[\'Roboto\:SemiBold\'\,sans-serif\] {
    font-family: Roboto\:SemiBold, sans-serif;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[8\.716px\] {
    font-size: 8.716px;
  }

  .text-\[9\.77px\] {
    font-size: 9.77px;
  }

  .text-\[9\.743px\] {
    font-size: 9.743px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13\.5px\] {
    font-size: 13.5px;
  }

  .text-\[13\.042px\] {
    font-size: 13.042px;
  }

  .text-\[13\.49px\] {
    font-size: 13.49px;
  }

  .text-\[13\.286px\] {
    font-size: 13.286px;
  }

  .text-\[13\.544px\] {
    font-size: 13.544px;
  }

  .text-\[13\.669px\] {
    font-size: 13.669px;
  }

  .text-\[13\.885px\] {
    font-size: 13.885px;
  }

  .text-\[13\.929px\] {
    font-size: 13.929px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14\.094px\] {
    font-size: 14.094px;
  }

  .text-\[14\.176px\] {
    font-size: 14.176px;
  }

  .text-\[14\.237px\] {
    font-size: 14.237px;
  }

  .text-\[14\.308px\] {
    font-size: 14.308px;
  }

  .text-\[14\.696px\] {
    font-size: 14.696px;
  }

  .text-\[14\.845px\] {
    font-size: 14.845px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15\.202px\] {
    font-size: 15.202px;
  }

  .text-\[15\.247px\] {
    font-size: 15.247px;
  }

  .text-\[15\.248px\] {
    font-size: 15.248px;
  }

  .text-\[15\.409px\] {
    font-size: 15.409px;
  }

  .text-\[15\.545px\] {
    font-size: 15.545px;
  }

  .text-\[15\.553px\] {
    font-size: 15.553px;
  }

  .text-\[15\.632px\] {
    font-size: 15.632px;
  }

  .text-\[15\.948px\] {
    font-size: 15.948px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16\.017px\] {
    font-size: 16.017px;
  }

  .text-\[16\.59px\] {
    font-size: 16.59px;
  }

  .text-\[16\.247px\] {
    font-size: 16.247px;
  }

  .text-\[16\.335px\] {
    font-size: 16.335px;
  }

  .text-\[16\.444px\] {
    font-size: 16.444px;
  }

  .text-\[16\.536px\] {
    font-size: 16.536px;
  }

  .text-\[16\.557px\] {
    font-size: 16.557px;
  }

  .text-\[16\.594px\] {
    font-size: 16.594px;
  }

  .text-\[16\.648px\] {
    font-size: 16.648px;
  }

  .text-\[16\.928px\] {
    font-size: 16.928px;
  }

  .text-\[16\.941px\] {
    font-size: 16.941px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17\.6px\] {
    font-size: 17.6px;
  }

  .text-\[17\.72px\] {
    font-size: 17.72px;
  }

  .text-\[17\.549px\] {
    font-size: 17.549px;
  }

  .text-\[17\.553px\] {
    font-size: 17.553px;
  }

  .text-\[17\.601px\] {
    font-size: 17.601px;
  }

  .text-\[17\.797px\] {
    font-size: 17.797px;
  }

  .text-\[17\.877px\] {
    font-size: 17.877px;
  }

  .text-\[18\.468px\] {
    font-size: 18.468px;
  }

  .text-\[18\.708px\] {
    font-size: 18.708px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[19\.49px\] {
    font-size: 19.49px;
  }

  .text-\[19\.112px\] {
    font-size: 19.112px;
  }

  .text-\[19\.425px\] {
    font-size: 19.425px;
  }

  .text-\[19\.431px\] {
    font-size: 19.431px;
  }

  .text-\[19px\] {
    font-size: 19px;
  }

  .text-\[20\.497px\] {
    font-size: 20.497px;
  }

  .text-\[20\.742px\] {
    font-size: 20.742px;
  }

  .text-\[20\.745px\] {
    font-size: 20.745px;
  }

  .text-\[20\.957px\] {
    font-size: 20.957px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[21\.16px\] {
    font-size: 21.16px;
  }

  .text-\[21\.035px\] {
    font-size: 21.035px;
  }

  .text-\[21\.264px\] {
    font-size: 21.264px;
  }

  .text-\[21\.403px\] {
    font-size: 21.403px;
  }

  .text-\[21px\] {
    font-size: 21px;
  }

  .text-\[22\.048px\] {
    font-size: 22.048px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[25px\] {
    font-size: 25px;
  }

  .text-\[27\.33px\] {
    font-size: 27.33px;
  }

  .text-\[28\.604px\] {
    font-size: 28.604px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[30\.746px\] {
    font-size: 30.746px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[33\.656px\] {
    font-size: 33.656px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[14\.217px\] {
    --tw-leading: 14.217px;
    line-height: 14.217px;
  }

  .leading-\[15\.099px\] {
    --tw-leading: 15.099px;
    line-height: 15.099px;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[17\.886px\] {
    --tw-leading: 17.886px;
    line-height: 17.886px;
  }

  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[19\.823px\] {
    --tw-leading: 19.823px;
    line-height: 19.823px;
  }

  .leading-\[20\.586px\] {
    --tw-leading: 20.586px;
    line-height: 20.586px;
  }

  .leading-\[20\.851px\] {
    --tw-leading: 20.851px;
    line-height: 20.851px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[21\.091px\] {
    --tw-leading: 21.091px;
    line-height: 21.091px;
  }

  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }

  .leading-\[23\.085px\] {
    --tw-leading: 23.085px;
    line-height: 23.085px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[25\.996px\] {
    --tw-leading: 25.996px;
    line-height: 25.996px;
  }

  .leading-\[26\.391px\] {
    --tw-leading: 26.391px;
    line-height: 26.391px;
  }

  .leading-\[26\.636px\] {
    --tw-leading: 26.636px;
    line-height: 26.636px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-\[27\.026px\] {
    --tw-leading: 27.026px;
    line-height: 27.026px;
  }

  .leading-\[27\.33px\] {
    --tw-leading: 27.33px;
    line-height: 27.33px;
  }

  .leading-\[27\.105px\] {
    --tw-leading: 27.105px;
    line-height: 27.105px;
  }

  .leading-\[27\.791px\] {
    --tw-leading: 27.791px;
    line-height: 27.791px;
  }

  .leading-\[27\.889px\] {
    --tw-leading: 27.889px;
    line-height: 27.889px;
  }

  .leading-\[28\.111px\] {
    --tw-leading: 28.111px;
    line-height: 28.111px;
  }

  .leading-\[28\.352px\] {
    --tw-leading: 28.352px;
    line-height: 28.352px;
  }

  .leading-\[28\.475px\] {
    --tw-leading: 28.475px;
    line-height: 28.475px;
  }

  .leading-\[28\.604px\] {
    --tw-leading: 28.604px;
    line-height: 28.604px;
  }

  .leading-\[29\.398px\] {
    --tw-leading: 29.398px;
    line-height: 29.398px;
  }

  .leading-\[29\.435px\] {
    --tw-leading: 29.435px;
    line-height: 29.435px;
  }

  .leading-\[29\.933px\] {
    --tw-leading: 29.933px;
    line-height: 29.933px;
  }

  .leading-\[30\.08px\] {
    --tw-leading: 30.08px;
    line-height: 30.08px;
  }

  .leading-\[30\.579px\] {
    --tw-leading: 30.579px;
    line-height: 30.579px;
  }

  .leading-\[30\.997px\] {
    --tw-leading: 30.997px;
    line-height: 30.997px;
  }

  .leading-\[31\.29px\] {
    --tw-leading: 31.29px;
    line-height: 31.29px;
  }

  .leading-\[31\.089px\] {
    --tw-leading: 31.089px;
    line-height: 31.089px;
  }

  .leading-\[31\.114px\] {
    --tw-leading: 31.114px;
    line-height: 31.114px;
  }

  .leading-\[31\.205px\] {
    --tw-leading: 31.205px;
    line-height: 31.205px;
  }

  .leading-\[32\.823px\] {
    --tw-leading: 32.823px;
    line-height: 32.823px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[33\.18px\] {
    --tw-leading: 33.18px;
    line-height: 33.18px;
  }

  .leading-\[33\.188px\] {
    --tw-leading: 33.188px;
    line-height: 33.188px;
  }

  .leading-\[33\.192px\] {
    --tw-leading: 33.192px;
    line-height: 33.192px;
  }

  .leading-\[33\.531px\] {
    --tw-leading: 33.531px;
    line-height: 33.531px;
  }

  .leading-\[33\.656px\] {
    --tw-leading: 33.656px;
    line-height: 33.656px;
  }

  .leading-\[34\.245px\] {
    --tw-leading: 34.245px;
    line-height: 34.245px;
  }

  .leading-\[34\.418px\] {
    --tw-leading: 34.418px;
    line-height: 34.418px;
  }

  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }

  .leading-\[38\.58px\] {
    --tw-leading: 38.58px;
    line-height: 38.58px;
  }

  .leading-\[38\.474px\] {
    --tw-leading: 38.474px;
    line-height: 38.474px;
  }

  .leading-\[38\.851px\] {
    --tw-leading: 38.851px;
    line-height: 38.851px;
  }

  .leading-\[39\.506px\] {
    --tw-leading: 39.506px;
    line-height: 39.506px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[43\.438px\] {
    --tw-leading: 43.438px;
    line-height: 43.438px;
  }

  .leading-\[45\.715px\] {
    --tw-leading: 45.715px;
    line-height: 45.715px;
  }

  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }

  .leading-\[46\.072px\] {
    --tw-leading: 46.072px;
    line-height: 46.072px;
  }

  .leading-\[47\.203px\] {
    --tw-leading: 47.203px;
    line-height: 47.203px;
  }

  .leading-\[47\.771px\] {
    --tw-leading: 47.771px;
    line-height: 47.771px;
  }

  .leading-\[50\.52px\] {
    --tw-leading: 50.52px;
    line-height: 50.52px;
  }

  .leading-\[51\.669px\] {
    --tw-leading: 51.669px;
    line-height: 51.669px;
  }

  .leading-\[52\.256px\] {
    --tw-leading: 52.256px;
    line-height: 52.256px;
  }

  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }

  .leading-\[53\.338px\] {
    --tw-leading: 53.338px;
    line-height: 53.338px;
  }

  .leading-\[53\.918px\] {
    --tw-leading: 53.918px;
    line-height: 53.918px;
  }

  .leading-\[54\.28px\] {
    --tw-leading: 54.28px;
    line-height: 54.28px;
  }

  .leading-\[55\.015px\] {
    --tw-leading: 55.015px;
    line-height: 55.015px;
  }

  .leading-\[55\.357px\] {
    --tw-leading: 55.357px;
    line-height: 55.357px;
  }

  .leading-\[59\.471px\] {
    --tw-leading: 59.471px;
    line-height: 59.471px;
  }

  .leading-\[61px\] {
    --tw-leading: 61px;
    line-height: 61px;
  }

  .leading-\[64\.031px\] {
    --tw-leading: 64.031px;
    line-height: 64.031px;
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }

  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[-0\.1409px\] {
    --tw-tracking: -.1409px;
    letter-spacing: -.1409px;
  }

  .tracking-\[-0\.1555px\] {
    --tw-tracking: -.1555px;
    letter-spacing: -.1555px;
  }

  .tracking-\[0\.15px\] {
    --tw-tracking: .15px;
    letter-spacing: .15px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-normal {
    white-space: normal;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#3c4f76\] {
    color: #3c4f76;
  }

  .text-\[\#080808\] {
    color: #080808;
  }

  .text-\[\#101828\] {
    color: #101828;
  }

  .text-\[\#364153\] {
    color: #364153;
  }

  .text-\[\#515151\] {
    color: #515151;
  }

  .text-\[\#a0a0a0\] {
    color: #a0a0a0;
  }

  .text-\[\#a8a8a8\] {
    color: #a8a8a8;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-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);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-black {
    --tw-ring-color: var(--color-black);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .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-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .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;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  @media (hover: hover) {
    .group-hover\:visible:is(:where(.group):hover *) {
      visibility: visible;
    }
  }

  @media (hover: hover) {
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @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\:text-\[\#3c4f76\]:hover {
      color: #3c4f76;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#557A46\]:hover {
      color: #557a46;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .focus-visible\:outline-ring:focus-visible {
    outline-color: var(--ring);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-\[state\=active\]\:border-b-\[\#557A46\][data-state="active"] {
    border-bottom-color: #557a46;
  }

  .data-\[state\=active\]\:bg-card[data-state="active"] {
    background-color: var(--card);
  }

  .data-\[state\=active\]\:bg-transparent[data-state="active"] {
    background-color: #0000;
  }

  .data-\[state\=active\]\:opacity-100[data-state="active"] {
    opacity: 1;
  }

  .data-\[state\=active\]\:shadow-none[data-state="active"] {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  @media (width >= 48rem) {
    .md\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[61px\] {
      padding-top: 61px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  .dark\:text-muted-foreground:is(.dark *) {
    color: var(--muted-foreground);
  }

  .dark\:data-\[state\=active\]\:border-input:is(.dark *)[data-state="active"] {
    border-color: var(--input);
  }

  .dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state="active"] {
    background-color: var(--input);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .dark\:data-\[state\=active\]\:bg-input\/30:is(.dark *)[data-state="active"] {
      background-color: color-mix(in oklab, var(--input) 30%, transparent);
    }
  }

  .dark\:data-\[state\=active\]\:text-foreground:is(.dark *)[data-state="active"] {
    color: var(--foreground);
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}

:root {
  --font-size: 14px;
  --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-gutter: stable;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes blinkGreen {
  0%, 100% {
    background-color: #0000;
  }

  10%, 30%, 50%, 70%, 90% {
    background-color: #22c55e4d;
  }

  20%, 40%, 60%, 80% {
    background-color: #0000;
  }
}

.animate-blink-green {
  animation: 5s ease-in-out blinkGreen;
}

@keyframes drawBand {
  from {
    stroke-dashoffset: 1000px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.animate-band {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000px;
  animation: 1.2s ease-out forwards drawBand;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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));
  }
}
