/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wider: 0.05em;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-xs: 4px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-\[calc\(100\%-105px\)\] {
    top: calc(calc(100% - 105px) * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-\[9px\] {
    top: 9px;
  }
  .top-\[33px\] {
    top: 33px;
  }
  .top-\[35px\] {
    top: 35px;
  }
  .top-\[75px\] {
    top: 75px;
  }
  .top-\[calc\(100\%-2px\)\] {
    top: calc(100% - 2px);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-24 {
    right: calc(var(--spacing) * -24);
  }
  .-right-50 {
    right: calc(var(--spacing) * -50);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-3\.5 {
    right: calc(var(--spacing) * 3.5);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[75px\] {
    right: 75px;
  }
  .right-\[200px\] {
    right: 200px;
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .-bottom-28 {
    bottom: calc(var(--spacing) * -28);
  }
  .-bottom-50 {
    bottom: calc(var(--spacing) * -50);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-15 {
    bottom: calc(var(--spacing) * 15);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .-left-3 {
    left: calc(var(--spacing) * -3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[3px\] {
    left: 3px;
  }
  .left-\[23px\] {
    left: 23px;
  }
  .left-\[75px\] {
    left: 75px;
  }
  .left-\[200px\] {
    left: 200px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-5 {
    z-index: 5;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .-mx-5 {
    margin-inline: calc(var(--spacing) * -5);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-5 {
    margin-top: calc(var(--spacing) * -5);
  }
  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[65px\] {
    margin-top: 65px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .ml-\[18px\] {
    margin-left: 18px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .aspect-9\/20 {
    aspect-ratio: 9/20;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-150 {
    height: calc(var(--spacing) * 150);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-\[87px\] {
    height: 87px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[132px\] {
    height: 132px;
  }
  .h-\[143px\] {
    height: 143px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[435px\]\! {
    height: 435px !important;
  }
  .h-\[517px\]\! {
    height: 517px !important;
  }
  .h-\[543px\]\! {
    height: 543px !important;
  }
  .h-\[608px\]\! {
    height: 608px !important;
  }
  .h-\[calc\(100\%\+65px\)\] {
    height: calc(100% + 65px);
  }
  .h-\[calc\(100\%-50px\)\] {
    height: calc(100% - 50px);
  }
  .h-\[calc\(100\%-60px\)\] {
    height: calc(100% - 60px);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[9999px\] {
    max-height: 9999px;
  }
  .min-h-\[30px\] {
    min-height: 30px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-150 {
    width: calc(var(--spacing) * 150);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[36\%\] {
    width: 36%;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[51px\] {
    width: 51px;
  }
  .w-\[53px\] {
    width: 53px;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[59px\] {
    width: 59px;
  }
  .w-\[61px\] {
    width: 61px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[63px\] {
    width: 63px;
  }
  .w-\[64\%\] {
    width: 64%;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[67px\] {
    width: 67px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[69px\] {
    width: 69px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[74px\] {
    width: 74px;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[92px\] {
    width: 92px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[111px\] {
    width: 111px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[116px\] {
    width: 116px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[126px\] {
    width: 126px;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[159px\] {
    width: 159px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[235px\] {
    width: 235px;
  }
  .w-\[241px\] {
    width: 241px;
  }
  .w-\[244px\] {
    width: 244px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[271px\] {
    width: 271px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[358px\] {
    width: 358px;
  }
  .w-\[391px\] {
    width: 391px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[425px\] {
    width: 425px;
  }
  .w-\[715px\] {
    width: 715px;
  }
  .w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px);
  }
  .w-\[min\(62vw\,820px\)\] {
    width: min(62vw, 820px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[102px\] {
    max-width: 102px;
  }
  .max-w-\[213px\] {
    max-width: 213px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[412px\] {
    max-width: 412px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[667px\] {
    max-width: 667px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[876px\] {
    max-width: 876px;
  }
  .max-w-\[895px\] {
    max-width: 895px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[956px\] {
    max-width: 956px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-right {
    transform-origin: 100%;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    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);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[0\.62\] {
    scale: 0.62;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-\[\'-\'\] {
    list-style-type: '-';
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_100px_50px\] {
    grid-template-columns: 1fr 100px 50px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .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;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[37px\] {
    gap: 37px;
  }
  .gap-\[52px\] {
    gap: 52px;
  }
  .gap-px {
    gap: 1px;
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-3\.5 {
    column-gap: calc(var(--spacing) * 3.5);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#0000000F\] {
    border-color: #0000000F;
  }
  .border-\[\#0000001A\] {
    border-color: #0000001A;
  }
  .border-\[\#1E293B\] {
    border-color: #1E293B;
  }
  .border-\[\#1E293B\]\/50 {
    border-color: color-mix(in oklab, #1E293B 50%, transparent);
  }
  .border-\[\#05C0F480\] {
    border-color: #05C0F480;
  }
  .border-\[\#5A2A2F\] {
    border-color: #5A2A2F;
  }
  .border-\[\#5E6366\] {
    border-color: #5E6366;
  }
  .border-\[\#7C5CFF\] {
    border-color: #7C5CFF;
  }
  .border-\[\#8B5CF6\] {
    border-color: #8B5CF6;
  }
  .border-\[\#00000012\] {
    border-color: #00000012;
  }
  .border-\[\#20A9FF\] {
    border-color: #20A9FF;
  }
  .border-\[\#20A9FF\]\/60 {
    border-color: color-mix(in oklab, #20A9FF 60%, transparent);
  }
  .border-\[\#30363D\] {
    border-color: #30363D;
  }
  .border-\[\#334155\] {
    border-color: #334155;
  }
  .border-\[\#383838\] {
    border-color: #383838;
  }
  .border-\[\#3359804D\] {
    border-color: #3359804D;
  }
  .border-\[\#D1D5DC\] {
    border-color: #D1D5DC;
  }
  .border-\[\#D9D9D966\] {
    border-color: #D9D9D966;
  }
  .border-\[\#E2E8F0\] {
    border-color: #E2E8F0;
  }
  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }
  .border-\[\#F3F4F6\] {
    border-color: #F3F4F6;
  }
  .border-\[\#F05EAD\] {
    border-color: #F05EAD;
  }
  .border-\[\#FFFFFF0F\] {
    border-color: #FFFFFF0F;
  }
  .border-\[\#FFFFFF1A\] {
    border-color: #FFFFFF1A;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/5 {
    border-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#0B0D14\] {
    background-color: #0B0D14;
  }
  .bg-\[\#0B0D14\]\/50 {
    background-color: color-mix(in oklab, #0B0D14 50%, transparent);
  }
  .bg-\[\#0B0F1A\] {
    background-color: #0B0F1A;
  }
  .bg-\[\#0D1117\] {
    background-color: #0D1117;
  }
  .bg-\[\#0EB548\] {
    background-color: #0EB548;
  }
  .bg-\[\#00000000\] {
    background-color: #00000000;
  }
  .bg-\[\#1D1D1F\] {
    background-color: #1D1D1F;
  }
  .bg-\[\#1E1B4B\] {
    background-color: #1E1B4B;
  }
  .bg-\[\#1E293B\] {
    background-color: #1E293B;
  }
  .bg-\[\#1F2326\] {
    background-color: #1F2326;
  }
  .bg-\[\#1F23260D\] {
    background-color: #1F23260D;
  }
  .bg-\[\#2A9D8F15\] {
    background-color: #2A9D8F15;
  }
  .bg-\[\#2ECC71\] {
    background-color: #2ECC71;
  }
  .bg-\[\#3CC4F4\] {
    background-color: #3CC4F4;
  }
  .bg-\[\#0000004D\] {
    background-color: #0000004D;
  }
  .bg-\[\#05C0F4\] {
    background-color: #05C0F4;
  }
  .bg-\[\#05C0F433\] {
    background-color: #05C0F433;
  }
  .bg-\[\#6E6E6E\] {
    background-color: #6E6E6E;
  }
  .bg-\[\#7C5CBF15\] {
    background-color: #7C5CBF15;
  }
  .bg-\[\#7C5CFF\] {
    background-color: #7C5CFF;
  }
  .bg-\[\#9B6FE8\] {
    background-color: #9B6FE8;
  }
  .bg-\[\#20A9FF14\] {
    background-color: #20A9FF14;
  }
  .bg-\[\#20A9FF\] {
    background-color: #20A9FF;
  }
  .bg-\[\#52C9CF\] {
    background-color: #52C9CF;
  }
  .bg-\[\#00000080\] {
    background-color: #00000080;
  }
  .bg-\[\#155DFC33\] {
    background-color: #155DFC33;
  }
  .bg-\[\#155DFC\] {
    background-color: #155DFC;
  }
  .bg-\[\#161B22\] {
    background-color: #161B22;
  }
  .bg-\[\#272C30\] {
    background-color: #272C30;
  }
  .bg-\[\#272C3080\] {
    background-color: #272C3080;
  }
  .bg-\[\#08080F\] {
    background-color: #08080F;
  }
  .bg-\[\#090909\] {
    background-color: #090909;
  }
  .bg-\[\#101828\] {
    background-color: #101828;
  }
  .bg-\[\#121212\] {
    background-color: #121212;
  }
  .bg-\[\#475569\] {
    background-color: #475569;
  }
  .bg-\[\#05050580\] {
    background-color: #05050580;
  }
  .bg-\[\#AC95EF\] {
    background-color: #AC95EF;
  }
  .bg-\[\#B2B2B2\] {
    background-color: #B2B2B2;
  }
  .bg-\[\#E5E7EB\] {
    background-color: #E5E7EB;
  }
  .bg-\[\#E9E9E9\] {
    background-color: #E9E9E9;
  }
  .bg-\[\#E88A4A\] {
    background-color: #E88A4A;
  }
  .bg-\[\#EAECFA\] {
    background-color: #EAECFA;
  }
  .bg-\[\#F1C62C\] {
    background-color: #F1C62C;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[\#F2F2F7\] {
    background-color: #F2F2F7;
  }
  .bg-\[\#F05EAD\] {
    background-color: #F05EAD;
  }
  .bg-\[\#F5F7FA\] {
    background-color: #F5F7FA;
  }
  .bg-\[\#F8F9FC\] {
    background-color: #F8F9FC;
  }
  .bg-\[\#F8FAFC\] {
    background-color: #F8FAFC;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#F97FB0\] {
    background-color: #F97FB0;
  }
  .bg-\[\#FDFDFD\] {
    background-color: #FDFDFD;
  }
  .bg-\[\#FF9494\] {
    background-color: #FF9494;
  }
  .bg-\[\#FFFFFF14\] {
    background-color: #FFFFFF14;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#5B2EFF\] {
    --tw-gradient-from: #5B2EFF;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#090909\] {
    --tw-gradient-from: #090909;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#0B1020\] {
    --tw-gradient-to: #0B1020;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#B2B2B2\] {
    --tw-gradient-to: #B2B2B2;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[52px\] {
    padding-block: 52px;
  }
  .py-\[56px\] {
    padding-block: 56px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-\[26px\] {
    padding-right: 26px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[33px\] {
    padding-bottom: 33px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-top {
    vertical-align: top;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[68px\] {
    font-size: 68px;
  }
  .text-\[159px\] {
    font-size: 159px;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[16\.5px\] {
    --tw-leading: 16.5px;
    line-height: 16.5px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[19\.5px\] {
    --tw-leading: 19.5px;
    line-height: 19.5px;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[50\%\] {
    --tw-leading: 50%;
    line-height: 50%;
  }
  .leading-\[75px\] {
    --tw-leading: 75px;
    line-height: 75px;
  }
  .leading-\[95\%\] {
    --tw-leading: 95%;
    line-height: 95%;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[105\%\] {
    --tw-leading: 105%;
    line-height: 105%;
  }
  .leading-\[110\%\] {
    --tw-leading: 110%;
    line-height: 110%;
  }
  .leading-\[112\%\] {
    --tw-leading: 112%;
    line-height: 112%;
  }
  .leading-\[115\%\] {
    --tw-leading: 115%;
    line-height: 115%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .leading-\[145\%\] {
    --tw-leading: 145%;
    line-height: 145%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-\[155\%\] {
    --tw-leading: 155%;
    line-height: 155%;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.15px\] {
    --tw-tracking: -0.15px;
    letter-spacing: -0.15px;
  }
  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }
  .tracking-\[1\.84px\] {
    --tw-tracking: 1.84px;
    letter-spacing: 1.84px;
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#0D1117\] {
    color: #0D1117;
  }
  .text-\[\#0000000D\] {
    color: #0000000D;
  }
  .text-\[\#1A1A1A\] {
    color: #1A1A1A;
  }
  .text-\[\#1A1A2E\] {
    color: #1A1A2E;
  }
  .text-\[\#1D1D1F\] {
    color: #1D1D1F;
  }
  .text-\[\#2A9D8F\] {
    color: #2A9D8F;
  }
  .text-\[\#2ECC71\] {
    color: #2ECC71;
  }
  .text-\[\#4A4A4A\] {
    color: #4A4A4A;
  }
  .text-\[\#4A5565\] {
    color: #4A5565;
  }
  .text-\[\#4B4B4B\] {
    color: #4B4B4B;
  }
  .text-\[\#4B4B4B\]\/30 {
    color: color-mix(in oklab, #4B4B4B 30%, transparent);
  }
  .text-\[\#4B4B4B\]\/60 {
    color: color-mix(in oklab, #4B4B4B 60%, transparent);
  }
  .text-\[\#05C0F4\] {
    color: #05C0F4;
  }
  .text-\[\#5E6366\] {
    color: #5E6366;
  }
  .text-\[\#6B7280\] {
    color: #6B7280;
  }
  .text-\[\#7C3AED\] {
    color: #7C3AED;
  }
  .text-\[\#7C5CBF\] {
    color: #7C5CBF;
  }
  .text-\[\#8B949E\] {
    color: #8B949E;
  }
  .text-\[\#8E8E93\] {
    color: #8E8E93;
  }
  .text-\[\#9B6FE8\] {
    color: #9B6FE8;
  }
  .text-\[\#20A9FF\] {
    color: #20A9FF;
  }
  .text-\[\#48A95F\] {
    color: #48A95F;
  }
  .text-\[\#49A9DB\] {
    color: #49A9DB;
  }
  .text-\[\#82A8FF\] {
    color: #82A8FF;
  }
  .text-\[\#94A3B8\] {
    color: #94A3B8;
  }
  .text-\[\#99A1AF\] {
    color: #99A1AF;
  }
  .text-\[\#155DFC\] {
    color: #155DFC;
  }
  .text-\[\#64748B\] {
    color: #64748B;
  }
  .text-\[\#070707\] {
    color: #070707;
  }
  .text-\[\#86868B\] {
    color: #86868B;
  }
  .text-\[\#101828\] {
    color: #101828;
  }
  .text-\[\#111111\] {
    color: #111111;
  }
  .text-\[\#111827\] {
    color: #111827;
  }
  .text-\[\#364153\] {
    color: #364153;
  }
  .text-\[\#374151\] {
    color: #374151;
  }
  .text-\[\#414141\] {
    color: #414141;
  }
  .text-\[\#475569\] {
    color: #475569;
  }
  .text-\[\#515154\] {
    color: #515154;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-\[\#707070\] {
    color: #707070;
  }
  .text-\[\#767676\] {
    color: #767676;
  }
  .text-\[\#959595\] {
    color: #959595;
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-\[\#A1A1AA\] {
    color: #A1A1AA;
  }
  .text-\[\#A8A9AA\] {
    color: #A8A9AA;
  }
  .text-\[\#B9B9B9\] {
    color: #B9B9B9;
  }
  .text-\[\#C9C9C9\] {
    color: #C9C9C9;
  }
  .text-\[\#E88A4A\] {
    color: #E88A4A;
  }
  .text-\[\#E5484D\] {
    color: #E5484D;
  }
  .text-\[\#F1C62C\] {
    color: #F1C62C;
  }
  .text-\[\#F05EAD\] {
    color: #F05EAD;
  }
  .text-\[\#F97373\] {
    color: #F97373;
  }
  .text-\[\#F99827\] {
    color: #F99827;
  }
  .text-\[\#FFFFFFB3\] {
    color: #FFFFFFB3;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/10 {
    color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .text-white\/25 {
    color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-\[0px_0px_16px_0px_\#7C5CFF22\] {
    --tw-shadow: 0px 0px 16px 0px var(--tw-shadow-color, #7C5CFF22);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_16px_0px_\#20A9FF33\] {
    --tw-shadow: 0px 0px 16px 0px var(--tw-shadow-color, #20A9FF33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_28px_0px_\#8B5CF633\] {
    --tw-shadow: 0px 0px 28px 0px var(--tw-shadow-color, #8B5CF633);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_24px_0px_\#00000014\] {
    --tw-shadow: 0px 4px 24px 0px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-xs {
    --tw-backdrop-blur: blur(var(--blur-xs));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .not-placeholder-shown\:border-\[\#05C0F4\] {
    &:not(*:placeholder-shown) {
      border-color: #05C0F4;
    }
  }
  .group-odd\:right-2 {
    &:is(:where(.group):nth-child(odd) *) {
      right: calc(var(--spacing) * 2);
    }
  }
  .group-odd\:text-right {
    &:is(:where(.group):nth-child(odd) *) {
      text-align: right;
    }
  }
  .group-even\:left-2 {
    &:is(:where(.group):nth-child(even) *) {
      left: calc(var(--spacing) * 2);
    }
  }
  .group-even\:order-first {
    &:is(:where(.group):nth-child(even) *) {
      order: -9999;
    }
  }
  .group-even\:border-\[\#00A6F4\] {
    &:is(:where(.group):nth-child(even) *) {
      border-color: #00A6F4;
    }
  }
  .group-even\:bg-\[\#00A6F4\] {
    &:is(:where(.group):nth-child(even) *) {
      background-color: #00A6F4;
    }
  }
  .group-open\:opacity-0 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      opacity: 0%;
    }
  }
  .group-open\:opacity-100 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      opacity: 100%;
    }
  }
  .peer-not-placeholder-shown\:top-2 {
    &:is(:where(.peer):not(*:placeholder-shown) ~ *) {
      top: calc(var(--spacing) * 2);
    }
  }
  .peer-not-placeholder-shown\:text-\[12px\] {
    &:is(:where(.peer):not(*:placeholder-shown) ~ *) {
      font-size: 12px;
    }
  }
  .peer-not-placeholder-shown\:text-\[\#05C0F4\] {
    &:is(:where(.peer):not(*:placeholder-shown) ~ *) {
      color: #05C0F4;
    }
  }
  .peer-focus\:top-2 {
    &:is(:where(.peer):focus ~ *) {
      top: calc(var(--spacing) * 2);
    }
  }
  .peer-focus\:text-\[12px\] {
    &:is(:where(.peer):focus ~ *) {
      font-size: 12px;
    }
  }
  .peer-focus\:text-\[\#05C0F4\] {
    &:is(:where(.peer):focus ~ *) {
      color: #05C0F4;
    }
  }
  .marker\:font-bold {
    & *::marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &::marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    & *::-webkit-details-marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &::-webkit-details-marker {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .marker\:text-\[\#05C0F4\] {
    & *::marker {
      color: #05C0F4;
    }
    &::marker {
      color: #05C0F4;
    }
    & *::-webkit-details-marker {
      color: #05C0F4;
    }
    &::-webkit-details-marker {
      color: #05C0F4;
    }
  }
  .marker\:text-\[\#20A9FF\] {
    & *::marker {
      color: #20A9FF;
    }
    &::marker {
      color: #20A9FF;
    }
    & *::-webkit-details-marker {
      color: #20A9FF;
    }
    &::-webkit-details-marker {
      color: #20A9FF;
    }
  }
  .marker\:text-\[\#707070\] {
    & *::marker {
      color: #707070;
    }
    &::marker {
      color: #707070;
    }
    & *::-webkit-details-marker {
      color: #707070;
    }
    &::-webkit-details-marker {
      color: #707070;
    }
  }
  .marker\:text-\[\#F1C62C\] {
    & *::marker {
      color: #F1C62C;
    }
    &::marker {
      color: #F1C62C;
    }
    & *::-webkit-details-marker {
      color: #F1C62C;
    }
    &::-webkit-details-marker {
      color: #F1C62C;
    }
  }
  .marker\:text-white {
    & *::marker {
      color: var(--color-white);
    }
    &::marker {
      color: var(--color-white);
    }
    & *::-webkit-details-marker {
      color: var(--color-white);
    }
    &::-webkit-details-marker {
      color: var(--color-white);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .even\:self-end {
    &:nth-child(even) {
      align-self: flex-end;
    }
  }
  .hover\:bg-black\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
        }
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-\[\#05C0F4\] {
    &:focus {
      border-color: #05C0F4;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-xl\:hidden {
    @media (width < 80rem) {
      display: none;
    }
  }
  .max-xl\:justify-between {
    @media (width < 80rem) {
      justify-content: space-between;
    }
  }
  .max-xl\:gap-6 {
    @media (width < 80rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:order-first {
    @media (width < 64rem) {
      order: -9999;
    }
  }
  .max-lg\:order-last {
    @media (width < 64rem) {
      order: 9999;
    }
  }
  .max-lg\:mx-auto {
    @media (width < 64rem) {
      margin-inline: auto;
    }
  }
  .max-lg\:mt-4 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:mt-5 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:h-full {
    @media (width < 64rem) {
      height: 100%;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:-translate-y-\[13px\] {
    @media (width < 64rem) {
      --tw-translate-y: calc(13px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:flex-wrap {
    @media (width < 64rem) {
      flex-wrap: wrap;
    }
  }
  .max-lg\:items-center {
    @media (width < 64rem) {
      align-items: center;
    }
  }
  .max-lg\:items-end {
    @media (width < 64rem) {
      align-items: flex-end;
    }
  }
  .max-lg\:justify-between {
    @media (width < 64rem) {
      justify-content: space-between;
    }
  }
  .max-lg\:gap-4 {
    @media (width < 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:gap-y-6 {
    @media (width < 64rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:rounded-3xl {
    @media (width < 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .max-lg\:rounded-\[12px\] {
    @media (width < 64rem) {
      border-radius: 12px;
    }
  }
  .max-lg\:rounded-\[20px\] {
    @media (width < 64rem) {
      border-radius: 20px;
    }
  }
  .max-lg\:rounded-t-\[20px\] {
    @media (width < 64rem) {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  }
  .max-lg\:rounded-bl-none {
    @media (width < 64rem) {
      border-bottom-left-radius: 0;
    }
  }
  .max-lg\:border {
    @media (width < 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .max-lg\:bg-\[\#FDFDFD\] {
    @media (width < 64rem) {
      background-color: #FDFDFD;
    }
  }
  .max-lg\:object-cover {
    @media (width < 64rem) {
      object-fit: cover;
    }
  }
  .max-lg\:object-\[75\%_center\] {
    @media (width < 64rem) {
      object-position: 75% center;
    }
  }
  .max-lg\:object-center {
    @media (width < 64rem) {
      object-position: center;
    }
  }
  .max-lg\:px-4 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:px-6 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:pt-7 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .max-lg\:pb-2 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .max-lg\:pb-3 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-lg\:pb-5 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:text-center {
    @media (width < 64rem) {
      text-align: center;
    }
  }
  .max-lg\:group-open\:text-\[\#20A9FF\] {
    @media (width < 64rem) {
      &:is(:where(.group):is([open], :popover-open, :open) *) {
        color: #20A9FF;
      }
    }
  }
  .max-lg\:open\:p-6 {
    @media (width < 64rem) {
      &:is([open], :popover-open, :open) {
        padding: calc(var(--spacing) * 6);
      }
    }
  }
  .max-md\:mt-5 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .max-md\:h-\[30px\] {
    @media (width < 48rem) {
      height: 30px;
    }
  }
  .max-md\:w-\[120vw\] {
    @media (width < 48rem) {
      width: 120vw;
    }
  }
  .max-md\:max-w-\[100px\] {
    @media (width < 48rem) {
      max-width: 100px;
    }
  }
  .max-md\:max-w-\[150px\] {
    @media (width < 48rem) {
      max-width: 150px;
    }
  }
  .max-md\:max-w-\[160px\] {
    @media (width < 48rem) {
      max-width: 160px;
    }
  }
  .max-md\:max-w-\[170px\] {
    @media (width < 48rem) {
      max-width: 170px;
    }
  }
  .max-md\:max-w-\[220px\] {
    @media (width < 48rem) {
      max-width: 220px;
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:object-cover {
    @media (width < 48rem) {
      object-fit: cover;
    }
  }
  .max-md\:object-center {
    @media (width < 48rem) {
      object-position: center;
    }
  }
  .max-md\:opacity-78 {
    @media (width < 48rem) {
      opacity: 78%;
    }
  }
  .max-sm\:-right-1\/5 {
    @media (width < 40rem) {
      right: calc(calc(1/5 * 100%) * -1);
    }
  }
  .max-sm\:max-w-\[225px\] {
    @media (width < 40rem) {
      max-width: 225px;
    }
  }
  .md\:right-\[49\.5px\] {
    @media (width >= 48rem) {
      right: 49.5px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-100 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 100);
    }
  }
  .md\:w-\[24px\] {
    @media (width >= 48rem) {
      width: 24px;
    }
  }
  .md\:w-\[170px\] {
    @media (width >= 48rem) {
      width: 170px;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_140px_100px\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr 140px 100px;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:-top-\[235px\] {
    @media (width >= 64rem) {
      top: calc(235px * -1);
    }
  }
  .lg\:top-1 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 1);
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:top-5 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 5);
    }
  }
  .lg\:top-6 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 6);
    }
  }
  .lg\:top-10 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-10 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .lg\:right-\[calc\(\(100vw-960px\)\/2\)\] {
    @media (width >= 64rem) {
      right: calc((100vw - 960px) / 2);
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 64rem) {
      left: calc(1/2 * 100%);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-start-auto {
    @media (width >= 64rem) {
      grid-column-start: auto;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-2 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-3 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:ml-\[19px\] {
    @media (width >= 64rem) {
      margin-left: 19px;
    }
  }
  .lg\:ml-\[52px\] {
    @media (width >= 64rem) {
      margin-left: 52px;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-0\.5 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 0.5);
    }
  }
  .lg\:h-8 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .lg\:h-9 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .lg\:h-10 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:h-16 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:h-20 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:h-\[2\.8em\] {
    @media (width >= 64rem) {
      height: 2.8em;
    }
  }
  .lg\:h-\[2px\] {
    @media (width >= 64rem) {
      height: 2px;
    }
  }
  .lg\:h-\[30px\] {
    @media (width >= 64rem) {
      height: 30px;
    }
  }
  .lg\:h-\[34px\] {
    @media (width >= 64rem) {
      height: 34px;
    }
  }
  .lg\:h-\[42px\] {
    @media (width >= 64rem) {
      height: 42px;
    }
  }
  .lg\:h-\[56px\] {
    @media (width >= 64rem) {
      height: 56px;
    }
  }
  .lg\:h-\[64px\] {
    @media (width >= 64rem) {
      height: 64px;
    }
  }
  .lg\:h-\[72px\] {
    @media (width >= 64rem) {
      height: 72px;
    }
  }
  .lg\:h-\[156px\] {
    @media (width >= 64rem) {
      height: 156px;
    }
  }
  .lg\:h-\[450px\]\! {
    @media (width >= 64rem) {
      height: 450px !important;
    }
  }
  .lg\:h-\[625px\]\! {
    @media (width >= 64rem) {
      height: 625px !important;
    }
  }
  .lg\:h-\[690px\]\! {
    @media (width >= 64rem) {
      height: 690px !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .lg\:w-9 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .lg\:w-10 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-16 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 16);
    }
  }
  .lg\:w-20 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .lg\:w-\[20px\] {
    @media (width >= 64rem) {
      width: 20px;
    }
  }
  .lg\:w-\[42px\] {
    @media (width >= 64rem) {
      width: 42px;
    }
  }
  .lg\:w-\[72px\] {
    @media (width >= 64rem) {
      width: 72px;
    }
  }
  .lg\:w-\[120px\] {
    @media (width >= 64rem) {
      width: 120px;
    }
  }
  .lg\:w-\[140px\] {
    @media (width >= 64rem) {
      width: 140px;
    }
  }
  .lg\:w-\[149px\] {
    @media (width >= 64rem) {
      width: 149px;
    }
  }
  .lg\:w-\[173px\] {
    @media (width >= 64rem) {
      width: 173px;
    }
  }
  .lg\:w-\[180px\] {
    @media (width >= 64rem) {
      width: 180px;
    }
  }
  .lg\:w-\[184px\] {
    @media (width >= 64rem) {
      width: 184px;
    }
  }
  .lg\:w-\[185px\] {
    @media (width >= 64rem) {
      width: 185px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:w-\[221px\] {
    @media (width >= 64rem) {
      width: 221px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-\[267px\] {
    @media (width >= 64rem) {
      width: 267px;
    }
  }
  .lg\:w-\[271px\] {
    @media (width >= 64rem) {
      width: 271px;
    }
  }
  .lg\:w-\[276px\] {
    @media (width >= 64rem) {
      width: 276px;
    }
  }
  .lg\:w-\[507px\] {
    @media (width >= 64rem) {
      width: 507px;
    }
  }
  .lg\:w-\[calc\(100\%\+65px\)\] {
    @media (width >= 64rem) {
      width: calc(100% + 65px);
    }
  }
  .lg\:w-\[calc\(100\%-80px\)\] {
    @media (width >= 64rem) {
      width: calc(100% - 80px);
    }
  }
  .lg\:w-fit {
    @media (width >= 64rem) {
      width: fit-content;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[104px\] {
    @media (width >= 64rem) {
      max-width: 104px;
    }
  }
  .lg\:max-w-\[285px\] {
    @media (width >= 64rem) {
      max-width: 285px;
    }
  }
  .lg\:max-w-\[374px\] {
    @media (width >= 64rem) {
      max-width: 374px;
    }
  }
  .lg\:max-w-\[487px\] {
    @media (width >= 64rem) {
      max-width: 487px;
    }
  }
  .lg\:max-w-\[536px\] {
    @media (width >= 64rem) {
      max-width: 536px;
    }
  }
  .lg\:max-w-\[650px\] {
    @media (width >= 64rem) {
      max-width: 650px;
    }
  }
  .lg\:max-w-\[680px\] {
    @media (width >= 64rem) {
      max-width: 680px;
    }
  }
  .lg\:max-w-\[720px\] {
    @media (width >= 64rem) {
      max-width: 720px;
    }
  }
  .lg\:max-w-\[1200px\] {
    @media (width >= 64rem) {
      max-width: 1200px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:-translate-x-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-2\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-3\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-14 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-15 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-24 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .lg\:gap-32 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 32);
    }
  }
  .lg\:gap-\[22\.5px\] {
    @media (width >= 64rem) {
      gap: 22.5px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[49px\] {
    @media (width >= 64rem) {
      gap: 49px;
    }
  }
  .lg\:gap-\[52px\] {
    @media (width >= 64rem) {
      gap: 52px;
    }
  }
  .lg\:gap-\[76px\] {
    @media (width >= 64rem) {
      gap: 76px;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .lg\:gap-\[300px\] {
    @media (width >= 64rem) {
      gap: 300px;
    }
  }
  .lg\:gap-x-10 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:self-end {
    @media (width >= 64rem) {
      align-self: flex-end;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 64rem) {
      overflow: hidden;
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:bg-\[\#272C30\] {
    @media (width >= 64rem) {
      background-color: #272C30;
    }
  }
  .lg\:bg-\[\#121212\] {
    @media (width >= 64rem) {
      background-color: #121212;
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-3 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-2 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-9 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:py-3 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-7 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-25 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 25);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-\[56px\] {
    @media (width >= 64rem) {
      padding-block: 56px;
    }
  }
  .lg\:py-\[64px\] {
    @media (width >= 64rem) {
      padding-block: 64px;
    }
  }
  .lg\:py-\[98px\] {
    @media (width >= 64rem) {
      padding-block: 98px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:pt-3\.5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:pt-6 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-14 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 64rem) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[64px\] {
    @media (width >= 64rem) {
      padding-top: 64px;
    }
  }
  .lg\:pb-7 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 7);
    }
  }
  .lg\:pb-10 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-11 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 11);
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 64rem) {
      padding-bottom: 120px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-\[11px\] {
    @media (width >= 64rem) {
      font-size: 11px;
    }
  }
  .lg\:text-\[12px\] {
    @media (width >= 64rem) {
      font-size: 12px;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 64rem) {
      font-size: 13px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 64rem) {
      font-size: 17px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[19px\] {
    @media (width >= 64rem) {
      font-size: 19px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 64rem) {
      font-size: 34px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:text-\[52px\] {
    @media (width >= 64rem) {
      font-size: 52px;
    }
  }
  .lg\:text-\[56px\] {
    @media (width >= 64rem) {
      font-size: 56px;
    }
  }
  .lg\:text-\[58px\] {
    @media (width >= 64rem) {
      font-size: 58px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:text-\[72px\] {
    @media (width >= 64rem) {
      font-size: 72px;
    }
  }
  .lg\:text-\[88px\] {
    @media (width >= 64rem) {
      font-size: 88px;
    }
  }
  .lg\:text-\[104px\] {
    @media (width >= 64rem) {
      font-size: 104px;
    }
  }
  .lg\:leading-\[75px\] {
    @media (width >= 64rem) {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }
  .lg\:font-bold {
    @media (width >= 64rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .lg\:text-\[\#6B7280\] {
    @media (width >= 64rem) {
      color: #6B7280;
    }
  }
  .lg\:text-\[\#999999\] {
    @media (width >= 64rem) {
      color: #999999;
    }
  }
  .lg\:uppercase {
    @media (width >= 64rem) {
      text-transform: uppercase;
    }
  }
  .lg\:group-open\:top-8 {
    @media (width >= 64rem) {
      &:is(:where(.group):is([open], :popover-open, :open) *) {
        top: calc(var(--spacing) * 8);
      }
    }
  }
  .lg\:group-open\:opacity-0 {
    @media (width >= 64rem) {
      &:is(:where(.group):is([open], :popover-open, :open) *) {
        opacity: 0%;
      }
    }
  }
  .lg\:last\:border-none {
    @media (width >= 64rem) {
      &:last-child {
        --tw-border-style: none;
        border-style: none;
      }
    }
  }
  .lg\:open\:py-10 {
    @media (width >= 64rem) {
      &:is([open], :popover-open, :open) {
        padding-block: calc(var(--spacing) * 10);
      }
    }
  }
  .xl\:right-\[150px\] {
    @media (width >= 80rem) {
      right: 150px;
    }
  }
  .xl\:right-\[calc\(\(100vw-960px\)\/2\)\] {
    @media (width >= 80rem) {
      right: calc((100vw - 960px) / 2);
    }
  }
  .xl\:left-\[150px\] {
    @media (width >= 80rem) {
      left: 150px;
    }
  }
  .xl\:left-\[calc\(\(100vw-960px\)\/2\)\] {
    @media (width >= 80rem) {
      left: calc((100vw - 960px) / 2);
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-\[35\%\] {
    @media (width >= 80rem) {
      width: 35%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[372px\] {
    @media (width >= 80rem) {
      width: 372px;
    }
  }
  .xl\:w-\[856px\] {
    @media (width >= 80rem) {
      width: 856px;
    }
  }
  .xl\:gap-\[111px\] {
    @media (width >= 80rem) {
      gap: 111px;
    }
  }
  .xl\:p-10 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:pb-1 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }
  .xl\:text-\[36px\] {
    @media (width >= 80rem) {
      font-size: 36px;
    }
  }
  .xl\:text-\[50px\] {
    @media (width >= 80rem) {
      font-size: 50px;
    }
  }
  .\32 xl\:right-\[250px\] {
    @media (width >= 96rem) {
      right: 250px;
    }
  }
  .\32 xl\:left-\[250px\] {
    @media (width >= 96rem) {
      left: 250px;
    }
  }
}
.ui-tabs-active {
  background-color: #05C0F4;
  color: var(--color-white);
}
.value-tab.ui-tabs-active {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #20A9FF;
  background-color: #20A9FF1A;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #20A9FF;
  --tw-shadow: 0px 4px 16px 0px var(--tw-shadow-color, #20A9FF33);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.value-bank.ui-tabs-active {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.value-bank.ui-tabs-active:nth-child(1) {
  background-color: #F05EAD;
}
.value-bank.ui-tabs-active:nth-child(2) {
  background-color: #F1C62C;
}
.value-bank.ui-tabs-active:nth-child(3) {
  background-color: #20A9FF;
}
.value-bank.ui-tabs-active:nth-child(4) {
  background-color: #E88A4A;
}
.value-bank.ui-tabs-active:nth-child(5) {
  background-color: #9B6FE8;
}
.value-bank.ui-tabs-active:nth-child(6) {
  background-color: #2ECC71;
}
@media (min-width: 1024px) {
  .swiper:not(.daySlider):not(.integrationSlider) .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.85);
    opacity: 0.8;
    z-index: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .swiper:not(.daySlider):not(.integrationSlider) .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
}
.swiper.integrationSlider .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  opacity: 0.8;
  z-index: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.swiper.integrationSlider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.integrationPagination > .swiper-pagination-bullet-active {
  background: #20A9FF;
  width: 40px;
  border-radius: 4px;
}
.dayPagination > .swiper-pagination-bullet-active {
  background: #20A9FF;
  width: 35px;
  border-radius: 4px;
}
.historyMobilePagination > .swiper-pagination-bullet-active {
  background: #1D1D1F;
  height: 3px;
  border-radius: 999px;
}
.swiper-pagination-horizontal.historyMobilePagination > .swiper-pagination-bullet {
  background: #1D1D1F;
  height: 3px;
  border-radius: 999px;
  margin: 0;
  flex: 1;
}
.historyDesktopPagination {
  display: flex;
  width: 100%;
  gap: 3px;
}
.history-desktop-pagination-item {
  display: flex;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
}
.history-desktop-pagination-year {
  font-size: 10px;
  --tw-leading: 16px;
  line-height: 16px;
  color: #C7C7CC;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.history-desktop-pagination-line {
  height: 2px;
  width: 100%;
  border-radius: calc(infinity * 1px);
  background-color: #E5E5E5;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.history-desktop-pagination-item.is-active .history-desktop-pagination-year {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #1D1D1F;
}
.history-desktop-pagination-item.is-active .history-desktop-pagination-line {
  height: 2px;
  background-color: #1D1D1F;
}
.mobilePrev, .mobileNext {
  display: flex;
  height: calc(var(--spacing) * 11);
  width: calc(var(--spacing) * 11);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  background: #0000000A;
}
.desktopPrev, .desktopNext {
  display: flex;
  height: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  background: #0000000A;
}
.mobilePrev span, .mobileNext span, .desktopPrev span, .desktopNext span {
  color: #C7C7CC;
}
.mobilePrev:not(.swiper-button-disabled), .mobileNext:not(.swiper-button-disabled), .desktopPrev:not(.swiper-button-disabled), .desktopNext:not(.swiper-button-disabled) {
  background: #1D1D1F;
}
.mobilePrev:not(.swiper-button-disabled) span, .mobileNext:not(.swiper-button-disabled) span, .desktopPrev:not(.swiper-button-disabled) span, .desktopNext:not(.swiper-button-disabled) span {
  color: white;
}
.mobilePrev.swiper-button-disabled, .mobileNext.swiper-button-disabled, .desktopPrev.swiper-button-disabled, .desktopNext.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}
.dayPagination.swiper-pagination-bullets, .historyMobilePagination.swiper-pagination-bullets {
  bottom: 0px;
}
.custom-shadow {
  box-shadow: 0px 1px 2px -1px #0000001A;
  box-shadow: 0px 1px 3px 0px #0000001A;
}
.custom-shadow-2 {
  box-shadow: 0px 4px 6px -4px #0000001A;
  box-shadow: 0px 10px 15px -3px #0000001A;
}
.custom-circle {
  background: radial-gradient(50% 50% at 50% 50%, rgba(32, 169, 255, 0.101961) 0%, rgba(32, 169, 255, 0) 100%);
}
.integration-reveal-slider {
  width: 100%;
  overflow: hidden;
}
.integrationRevealPagination > .swiper-pagination-bullet-active {
  background: #20A9FF;
  width: 40px;
  border-radius: 4px;
}
[data-integration-reveal] .integration-reveal-heading, [data-integration-reveal] .integration-reveal-item, [data-integration-reveal] .integration-reveal-image {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-integration-reveal] .integration-reveal-heading.is-visible, [data-integration-reveal] .integration-reveal-item.is-visible, [data-integration-reveal] .integration-reveal-image.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-integration-reveal] .integration-reveal-heading, [data-integration-reveal] .integration-reveal-item, [data-integration-reveal] .integration-reveal-image {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.theme-white {
  background: #fff;
}
.theme-light {
  background: #F5F7FA;
}
.eqvi-canvas {
  position: relative;
}
.eqvi-canvas--dark {
  background: linear-gradient(155deg, #0B0D14 0%, #0D1117 55%, #0D1117 100%);
}
.eqvi-waves {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(var(--wave-top, 96px) + var(--wave-h, 176px));
  overflow: hidden;
  pointer-events: none;
}
.eqvi-waves svg {
  position: absolute;
  top: calc(var(--wave-top, 96px) + var(--wave-h, 176px) / 2);
  right: 0;
  width: var(--wave-w, 66%);
  height: var(--wave-h, 176px);
  transform: translateY(-50%) rotate(var(--wave-rot, -16deg));
  transform-origin: center;
  opacity: .7;
}
@media (max-width: 1023px) {
  .eqvi-waves {
    height: calc(var(--wave-top-m, 44px) + var(--wave-h-m, 140px));
  }
  .eqvi-waves svg {
    top: calc(var(--wave-top-m, 44px) + var(--wave-h-m, 140px) / 2);
    right: var(--wave-right-m, -55%);
    width: var(--wave-w-m, 210%);
    height: var(--wave-h-m, 140px);
    opacity: .6;
  }
}
.eqvi-num {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #20A9FF;
}
.eqvi-num--dark {
  color: #335980;
}
.eqvi-chip {
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.eqvi-chip--violet {
  background: #E6F4FF;
}
.eqvi-chip--green {
  background: #E6F4FF;
}
.eqvi-chip--blue {
  background: #E6F4FF;
}
.eqvi-chip--grey {
  background: #F1F2F4;
}
.eqvi-chip--dark {
  background: #161B22;
}
.eqvi-chip--dark-green {
  background: #0D2A3D;
}
.eqvi-glow {
  position: relative;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20A9FF;
  box-shadow: 0 0 0 10px #20A9FF29, 0 0 0 20px #20A9FF14, 0 0 32px 0 #20A9FF66;
}
.eqvi-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 2px -1px #0D11170D, 0 12px 32px -12px #0D11171A;
}
.eqvi-card--dark {
  background: #161B22;
  border-radius: 20px;
}
.eqvi-tint {
  background: #EDF0F5;
  border-radius: 16px;
}
.eqvi-tint--dark {
  background: #161B22;
  border-radius: 16px;
}
.eqvi-tint--green {
  background: #EFF6FF;
  border-radius: 14px;
}
.eqvi-tint--white {
  background: #FFFFFF;
  border-radius: 16px;
}
.eqvi-scroller {
  --win: 320px;
  height: var(--win);
  overflow: hidden;
}
.eqvi-scroller img {
  display: block;
  width: 100%;
  animation: eqvi-scroll 20s ease-in-out infinite;
}
.eqvi-phone:hover .eqvi-scroller img {
  animation-play-state: paused;
}
@keyframes eqvi-scroll {
  0%, 7% {
    transform: translateY(0);
  }
  50%, 57% {
    transform: translateY(calc(-100% + var(--win)));
  }
  100% {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .eqvi-scroller img {
    animation: none;
  }
}
.peekSlider .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.4;
  transform: scale(0.97);
  transform-origin: center left;
  transition: opacity .45s cubic-bezier(.22,1,.36,1), transform .45s cubic-bezier(.22,1,.36,1);
}
.peekSlider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 1024px) {
  .peekSlider .swiper-slide {
    width: calc(100% - 104px);
  }
}
@media (max-width: 1023px) {
  .peekSlider .swiper-slide {
    width: calc(100% - 64px);
  }
}
.expertSlider .swiper-slide {
  width: calc(100% - 52px);
  transform: scale(0.9);
}
.expertSlider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
@media (min-width: 1024px) {
  .expertSlider .swiper-slide {
    width: calc(100% - 96px);
  }
}
.eqviPagination {
  display: flex;
  gap: 7px;
  align-items: center;
}
.eqviPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #C7C7CC;
  opacity: 1;
  transition: width .3s ease, background .3s ease;
}
.eqviPagination .swiper-pagination-bullet-active {
  width: 26px;
  background: #20A9FF;
}
.eqviPagination--dark .swiper-pagination-bullet {
  background: #30363D;
}
.eqviPagination--dark .swiper-pagination-bullet-active {
  background: #20A9FF;
}
.eqviNav {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #20A9FF;
  cursor: pointer;
  box-shadow: 0 2px 10px -2px #0D11171F;
  transition: opacity .3s ease, background .3s ease, color .3s ease;
}
.eqviNav:hover {
  background: #20A9FF;
  color: #fff;
}
.eqviNav.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
}
.eqviNav--dark {
  background: #161B22;
  color: #20A9FF;
  box-shadow: none;
}
.eqviNav--dark:hover {
  background: #20A9FF;
  color: #fff;
}
.domain-tab.is-active {
  background: #20A9FF;
  color: #fff;
}
[data-reveal] > .r {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1);
}
[data-reveal].is-visible > .r {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal].is-visible > .r:nth-child(1) {
  transition-delay: 0ms;
}
[data-reveal].is-visible > .r:nth-child(2) {
  transition-delay: 90ms;
}
[data-reveal].is-visible > .r:nth-child(3) {
  transition-delay: 180ms;
}
[data-reveal].is-visible > .r:nth-child(4) {
  transition-delay: 270ms;
}
[data-reveal].is-visible > .r:nth-child(5) {
  transition-delay: 360ms;
}
[data-reveal].is-visible > .r:nth-child(6) {
  transition-delay: 450ms;
}
.ring-progress {
  transition: stroke-dashoffset 1.6s cubic-bezier(.22,1,.36,1);
}
[data-chat-step] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s cubic-bezier(.22,1,.36,1), transform .45s cubic-bezier(.22,1,.36,1);
}
[data-chat-step].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-chat-bar] {
  transition: width .6s cubic-bezier(.22,1,.36,1);
}
.eqvi-switch {
  width: 46px;
  height: 27px;
  border-radius: 999px;
  background: #D1D5DB;
  position: relative;
  flex: none;
  transition: background .3s ease;
}
.eqvi-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 3px #0D111733;
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.eqvi-switch.is-on {
  background: #2ECC71;
}
.eqvi-switch.is-on::after {
  transform: translateX(19px);
}
.eqvi-switch--dark {
  background: #30363D;
}
.eqvi-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.eqvi-marquee__track {
  display: flex;
  width: max-content;
  animation: eqvi-marquee 40s linear infinite;
}
.eqvi-marquee:hover .eqvi-marquee__track {
  animation-play-state: paused;
}
.eqvi-marquee__group {
  display: flex;
  align-items: center;
}
@keyframes eqvi-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.eqvi-logo {
  flex: none;
  display: flex;
  align-items: center;
  padding-inline: clamp(14px, 3.4vw, 30px);
  color: #6E7681;
  transition: color .25s ease;
}
.eqvi-logo svg {
  height: clamp(25px, 6vw, 38px);
  width: auto;
}
.eqvi-logo--text {
  font-size: clamp(15px, 3.8vw, 25px);
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.eqvi-marquee:hover .eqvi-logo {
  color: #8B949E;
}
.eqvi-logo:hover {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .eqvi-marquee__track {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] > .r {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .peekSlider .swiper-slide {
    opacity: 1;
    transform: none;
  }
}
.eqvi-details summary {
  list-style: none;
  cursor: pointer;
}
.eqvi-details summary::-webkit-details-marker {
  display: none;
}
.eqvi-details summary .chev {
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.eqvi-details[open] summary .chev {
  transform: rotate(180deg);
}
.theme-dark {
  background: #0D1117;
}
@media (max-width: 1023px) {
  .theme-dark {
    background: #0B0D14;
  }
}
.theme-dark .eqvi-card {
  background: #0B0D14;
  box-shadow: none;
}
.theme-dark .eqvi-tint {
  background: #161B22;
}
.theme-dark .eqvi-tint--white {
  background: rgba(32,169,255,.08);
  border: 1px solid rgba(32,169,255,.22);
}
.theme-dark .eqvi-tint--green {
  background: rgba(32,169,255,.08);
}
.theme-dark .eqvi-chip--violet {
  background: rgba(32,169,255,.14);
}
.theme-dark .eqvi-chip--grey {
  background: #161B22;
}
.theme-dark .eqvi-num {
  color: #335980;
}
.theme-dark .eqvi-switch {
  background: #30363D;
}
.theme-dark .eqvi-switch.is-on {
  background: #2ECC71;
}
.theme-dark .eqviNav {
  background: #161B22;
  color: #20A9FF;
  box-shadow: none;
}
.theme-dark .eqviNav:hover {
  background: #20A9FF;
  color: #fff;
}
.theme-dark .domain-tab {
  color: #8B949E;
}
.theme-dark .eqviPagination .swiper-pagination-bullet {
  background: #30363D;
}
.eqvi-phone {
  --frame: #F05EAD;
  width: 100%;
  max-width: 300px;
  border: 5px solid var(--frame);
  border-radius: 36px;
  background: #fff;
  padding: 8px 6px 6px;
  position: relative;
  box-shadow: 0 18px 40px -18px rgba(13,17,23,.35);
}
.eqvi-phone--pink {
  --frame: #F05EAD;
}
.eqvi-phone--blue {
  --frame: #20A9FF;
}
.eqvi-phone--violet {
  --frame: #7C5CFF;
}
.eqvi-phone--yellow {
  --frame: #F9C442;
}
.eqvi-phone-notch {
  width: 74px;
  height: 18px;
  border-radius: 999px;
  background: #0D1117;
  margin: 0 auto 8px;
}
.eqvi-phone-screen {
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}
.eqvi-phone-bar {
  height: 4px;
  width: 96px;
  border-radius: 999px;
  background: #0D1117;
  opacity: .85;
  margin: 10px auto 2px;
}
@media (min-width: 1024px) {
  .swiper.peekSlider:not(.daySlider) .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.97);
    opacity: 0.4;
  }
  .swiper.peekSlider:not(.daySlider) .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .swiper.expertSlider:not(.daySlider) .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
  .swiper.expertSlider:not(.daySlider) .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
}
.eqvi-domain-card {
  background: #fff;
  border-radius: 20px;
  border: 2px solid var(--edge, #F05EAD);
}
.eqvi-domain-card--pink {
  --edge: #F05EAD;
}
.eqvi-domain-card--yellow {
  --edge: #F9C442;
}
.eqvi-phone-screen {
  border-radius: 28px;
  background: #fff;
  overflow: hidden;
}
.eqvi-phone-screen--dark {
  background: #0B0D14;
}
.eqvi-phone:has(.eqvi-phone-screen--dark) {
  background: #0B0D14;
}
.eqvi-phone-bar {
  height: 4px;
  width: 96px;
  border-radius: 999px;
  background: #0D1117;
  opacity: .85;
  margin: 10px auto 2px;
}
@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;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
