/*! tailwindcss v4.2.4 | 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;
    --breakpoint-sm: 640px;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --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);
    --color-primary: #1A66FF;
    --color-ink: #222222;
    --color-muted: #7A7A7A;
    --color-muted-light: #b3b3b3;
    --color-border: #E5E5E5;
    --color-cream: #FFFFFF;
    --color-cta: var(--color-ink);
    --color-cta-text: #FFFFFF;
    --spacing-section: 130px;
    --spacing-section-desktop: 175px;
    --spacing-card-gap-desktop: 32px;
    --text-hero-mobile: 40px;
    --text-hero-desktop: 90px;
    --text-h1-mobile: 28px;
    --text-h1-desktop: 56px;
    --text-h2-mobile: 22px;
    --text-h2-desktop: 36px;
    --text-body-mobile: 14px;
    --text-body-desktop: 16px;
    --spacing-pad-x-mobile: 20px;
    --spacing-pad-x-desktop: 60px;
    --spacing-section-y-mobile: 60px;
    --spacing-section-y-desktop: 130px;
    --spacing-card-gap-mobile: 16px;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[234px\] {
    top: 234px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[2000\] {
    z-index: 2000;
  }
  .z-\[999999\] {
    z-index: 999999;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[11px\] {
    margin-top: 11px;
  }
  .mt-\[17px\] {
    margin-top: 17px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-2 {
    margin-right: calc(var(--spacing) * -2);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[287px\] {
    margin-left: 287px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[424\/235\] {
    aspect-ratio: 424/235;
  }
  .aspect-\[769\/589\] {
    aspect-ratio: 769/589;
  }
  .aspect-\[1538\/1178\] {
    aspect-ratio: 1538/1178;
  }
  .aspect-\[…\] {
    aspect-ratio: …;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-9 {
    min-height: calc(var(--spacing) * 9);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[100svh\] {
    min-height: 100svh;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .min-h-\[Xvh\] {
    min-height: Xvh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[156px\] {
    width: 156px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[\*\] {
    max-width: *;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[571px\] {
    max-width: 571px;
  }
  .max-w-\[840px\] {
    max-width: 840px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[var\(--spacing-card-gap-\*\)\] {
    gap: var(--spacing-card-gap-*);
  }
  .gap-\[var\(--spacing-card-gap-mobile\)\] {
    gap: var(--spacing-card-gap-mobile);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.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-\[\#3d3d3d\] {
    border-color: #3d3d3d;
  }
  .border-\[\#5400e2\] {
    border-color: #5400e2;
  }
  .border-\[\#d2d3d4\] {
    border-color: #d2d3d4;
  }
  .border-\[\#d8d8d8\] {
    border-color: #d8d8d8;
  }
  .border-\[\#d9d9d9\] {
    border-color: #d9d9d9;
  }
  .border-\[\#ececec\] {
    border-color: #ececec;
  }
  .border-\[\#f5f5f5\] {
    border-color: #f5f5f5;
  }
  .border-\[rgba\(61\,61\,61\,0\.5\)\] {
    border-color: rgba(61,61,61,0.5);
  }
  .border-\[var\(--color-border\)\] {
    border-color: var(--color-border);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/80 {
    border-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-\[\#5400e2\] {
    background-color: #5400e2;
  }
  .bg-\[\#262626\] {
    background-color: #262626;
  }
  .bg-\[\#f7f7f8\] {
    background-color: #f7f7f8;
  }
  .bg-\[\#xxx\] {
    background-color: #xxx;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'https\:\/\/file\.it-simple\.cn\/bojun\/upload\/2023-06-29\/1688025051191\.png\?x-oss-process\=image\/resize\,h_1240\,w_1930\,limit_1\'\)\] {
    background-image: url('https://file.it-simple.cn/bojun/upload/2023-06-29/1688025051191.png?x-oss-process=image/resize,h_1240,w_1930,limit_1');
  }
  .bg-\[url\(\'https\:\/\/file\.it-simple\.cn\/bojun\/upload\/2023-06-29\/1688028677166\.png\?x-oss-process\=image\/resize\,h_794\,w_1520\,limit_1\'\)\] {
    background-image: url('https://file.it-simple.cn/bojun/upload/2023-06-29/1688028677166.png?x-oss-process=image/resize,h_794,w_1520,limit_1');
  }
  .bg-\[url\(\'https\:\/\/file\.it-simple\.cn\/bojun\/upload\/2023-07-05\/1688545959137\.png\?x-oss-process\=image\/resize\,m_fill\,w_3840\,h_920\,limit_0\/format\,png\'\)\] {
    background-image: url('https://file.it-simple.cn/bojun/upload/2023-07-05/1688545959137.png?x-oss-process=image/resize,m_fill,w_3840,h_920,limit_0/format,png');
  }
  .bg-\[url\(\'https\:\/\/file\.it-simple\.cn\/bojun\/upload\/2023-07-06\/1688614510942\.png\?x-oss-process\=image\/resize\,w_3840\,limit_1\'\)\] {
    background-image: url('https://file.it-simple.cn/bojun/upload/2023-07-06/1688614510942.png?x-oss-process=image/resize,w_3840,limit_1');
  }
  .bg-\[url\(\'https\:\/\/file\.it-simple\.cn\/it-simple\/upload\/2023-06-27\/1687835424400\.png\?x-oss-process\=image\/resize\,w_3840\,limit_1\'\)\] {
    background-image: url('https://file.it-simple.cn/it-simple/upload/2023-06-27/1687835424400.png?x-oss-process=image/resize,w_3840,limit_1');
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[position\:right_bottom\] {
    background-position: right bottom;
  }
  .bg-\[position\:right_center\] {
    background-position: right center;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[15px_16px\] {
    padding: 15px 16px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: 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-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[var\(--spacing-section-y-mobile\)\] {
    padding-block: var(--spacing-section-y-mobile);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[17px\] {
    padding-bottom: 17px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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-\[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-\[40px\] {
    font-size: 40px;
  }
  .text-\[length\:var\(--text-body-mobile\)\] {
    font-size: var(--text-body-mobile);
  }
  .text-\[length\:var\(--text-h\*-mobile\)\] {
    font-size: var(--text-h*-mobile);
  }
  .text-\[length\:var\(--text-h1-mobile\)\] {
    font-size: var(--text-h1-mobile);
  }
  .text-\[length\:var\(--text-h2-mobile\)\] {
    font-size: var(--text-h2-mobile);
  }
  .text-\[length\:var\(--text-hero-mobile\)\] {
    font-size: var(--text-hero-mobile);
  }
  .text-h1-mobile {
    font-size: var(--text-h1-mobile);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.6px\] {
    --tw-tracking: 0.6px;
    letter-spacing: 0.6px;
  }
  .tracking-\[0\.26px\] {
    --tw-tracking: 0.26px;
    letter-spacing: 0.26px;
  }
  .tracking-\[0\.32px\] {
    --tw-tracking: 0.32px;
    letter-spacing: 0.32px;
  }
  .tracking-\[2\.66px\] {
    --tw-tracking: 2.66px;
    letter-spacing: 2.66px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#9a9ba5\] {
    color: #9a9ba5;
  }
  .text-\[\#999ca3\] {
    color: #999ca3;
  }
  .text-\[\#5400e2\] {
    color: #5400e2;
  }
  .text-\[\#74757a\] {
    color: #74757a;
  }
  .text-\[\#808080\] {
    color: #808080;
  }
  .text-\[\#979797\] {
    color: #979797;
  }
  .text-\[\#cccccc\]\/80 {
    color: color-mix(in oklab, #cccccc 80%, transparent);
  }
  .text-\[\#d7d8dd\] {
    color: #d7d8dd;
  }
  .text-\[var\(--color-muted\)\] {
    color: var(--color-muted);
  }
  .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-ink {
    color: var(--color-ink);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-filter {
    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, 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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .focus-within\:border-\[\#5400e2\] {
    &:focus-within {
      border-color: #5400e2;
    }
  }
  .focus-within\:bg-\[\#5400e2\]\/5 {
    &:focus-within {
      background-color: color-mix(in oklab, #5400e2 5%, transparent);
    }
  }
  .hover\:bg-\[\#5400e2\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5400e2;
      }
    }
  }
  .data-\[open\=true\]\:translate-x-0 {
    &[data-open="true"] {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:inset-0 {
    @media (width >= 1024px) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-0 {
    @media (width >= 1024px) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 1024px) {
      top: calc(1 / 2 * 100%);
    }
  }
  .lg\:right-0 {
    @media (width >= 1024px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[var\(--spacing-pad-x-desktop\)\] {
    @media (width >= 1024px) {
      right: var(--spacing-pad-x-desktop);
    }
  }
  .lg\:bottom-\[200px\] {
    @media (width >= 1024px) {
      bottom: 200px;
    }
  }
  .lg\:left-0 {
    @media (width >= 1024px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-\[233px\] {
    @media (width >= 1024px) {
      left: 233px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-2 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-3 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:mt-5 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-6 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-8 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-10 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-12 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-14 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:mt-20 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-24 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 1024px) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 1024px) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[37px\] {
    @media (width >= 1024px) {
      margin-top: 37px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 1024px) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[54px\] {
    @media (width >= 1024px) {
      margin-top: 54px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 1024px) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[64px\] {
    @media (width >= 1024px) {
      margin-top: 64px;
    }
  }
  .lg\:mt-\[65px\] {
    @media (width >= 1024px) {
      margin-top: 65px;
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 1024px) {
      margin-top: 70px;
    }
  }
  .lg\:mt-\[72px\] {
    @media (width >= 1024px) {
      margin-top: 72px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 1024px) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 1024px) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[110px\] {
    @media (width >= 1024px) {
      margin-top: 110px;
    }
  }
  .lg\:mt-\[118px\] {
    @media (width >= 1024px) {
      margin-top: 118px;
    }
  }
  .lg\:mt-\[120px\] {
    @media (width >= 1024px) {
      margin-top: 120px;
    }
  }
  .lg\:mt-\[136px\] {
    @media (width >= 1024px) {
      margin-top: 136px;
    }
  }
  .lg\:mt-\[140px\] {
    @media (width >= 1024px) {
      margin-top: 140px;
    }
  }
  .lg\:mt-\[160px\] {
    @media (width >= 1024px) {
      margin-top: 160px;
    }
  }
  .lg\:mt-\[210px\] {
    @media (width >= 1024px) {
      margin-top: 210px;
    }
  }
  .lg\:mt-\[230px\] {
    @media (width >= 1024px) {
      margin-top: 230px;
    }
  }
  .lg\:mt-\[582px\] {
    @media (width >= 1024px) {
      margin-top: 582px;
    }
  }
  .lg\:mb-10 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-12 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:ml-4 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .lg\:ml-6 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:ml-\[55px\] {
    @media (width >= 1024px) {
      margin-left: 55px;
    }
  }
  .lg\:ml-\[80px\] {
    @media (width >= 1024px) {
      margin-left: 80px;
    }
  }
  .lg\:ml-\[287px\] {
    @media (width >= 1024px) {
      margin-left: 287px;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 1024px) {
      aspect-ratio: auto;
    }
  }
  .lg\:\!h-\[540px\] {
    @media (width >= 1024px) {
      height: 540px !important;
    }
  }
  .lg\:h-\[33px\] {
    @media (width >= 1024px) {
      height: 33px;
    }
  }
  .lg\:h-\[38px\] {
    @media (width >= 1024px) {
      height: 38px;
    }
  }
  .lg\:h-\[48px\] {
    @media (width >= 1024px) {
      height: 48px;
    }
  }
  .lg\:h-\[72px\] {
    @media (width >= 1024px) {
      height: 72px;
    }
  }
  .lg\:h-\[92px\] {
    @media (width >= 1024px) {
      height: 92px;
    }
  }
  .lg\:h-\[172px\] {
    @media (width >= 1024px) {
      height: 172px;
    }
  }
  .lg\:h-\[200px\] {
    @media (width >= 1024px) {
      height: 200px;
    }
  }
  .lg\:h-\[248px\] {
    @media (width >= 1024px) {
      height: 248px;
    }
  }
  .lg\:h-\[332px\] {
    @media (width >= 1024px) {
      height: 332px;
    }
  }
  .lg\:h-\[455px\] {
    @media (width >= 1024px) {
      height: 455px;
    }
  }
  .lg\:h-\[460px\] {
    @media (width >= 1024px) {
      height: 460px;
    }
  }
  .lg\:h-\[480px\] {
    @media (width >= 1024px) {
      height: 480px;
    }
  }
  .lg\:h-\[510px\] {
    @media (width >= 1024px) {
      height: 510px;
    }
  }
  .lg\:h-\[540px\] {
    @media (width >= 1024px) {
      height: 540px;
    }
  }
  .lg\:h-\[550px\] {
    @media (width >= 1024px) {
      height: 550px;
    }
  }
  .lg\:h-\[572px\] {
    @media (width >= 1024px) {
      height: 572px;
    }
  }
  .lg\:h-\[589px\] {
    @media (width >= 1024px) {
      height: 589px;
    }
  }
  .lg\:h-\[602px\] {
    @media (width >= 1024px) {
      height: 602px;
    }
  }
  .lg\:h-\[619px\] {
    @media (width >= 1024px) {
      height: 619px;
    }
  }
  .lg\:h-\[670px\] {
    @media (width >= 1024px) {
      height: 670px;
    }
  }
  .lg\:h-\[703px\] {
    @media (width >= 1024px) {
      height: 703px;
    }
  }
  .lg\:h-\[708px\] {
    @media (width >= 1024px) {
      height: 708px;
    }
  }
  .lg\:h-\[725px\] {
    @media (width >= 1024px) {
      height: 725px;
    }
  }
  .lg\:h-\[810px\] {
    @media (width >= 1024px) {
      height: 810px;
    }
  }
  .lg\:h-\[900px\] {
    @media (width >= 1024px) {
      height: 900px;
    }
  }
  .lg\:h-\[\<px\>\] {
    @media (width >= 1024px) {
      height: <px>;
    }
  }
  .lg\:h-\[计算值\] {
    @media (width >= 1024px) {
      height: 计算值;
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:h-screen {
    @media (width >= 1024px) {
      height: 100vh;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 1024px) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:\!w-\[540px\] {
    @media (width >= 1024px) {
      width: 540px !important;
    }
  }
  .lg\:w-\[156px\] {
    @media (width >= 1024px) {
      width: 156px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 1024px) {
      width: 200px;
    }
  }
  .lg\:w-\[204px\] {
    @media (width >= 1024px) {
      width: 204px;
    }
  }
  .lg\:w-\[280px\] {
    @media (width >= 1024px) {
      width: 280px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 1024px) {
      width: 300px;
    }
  }
  .lg\:w-\[332px\] {
    @media (width >= 1024px) {
      width: 332px;
    }
  }
  .lg\:w-\[340px\] {
    @media (width >= 1024px) {
      width: 340px;
    }
  }
  .lg\:w-\[380px\] {
    @media (width >= 1024px) {
      width: 380px;
    }
  }
  .lg\:w-\[382px\] {
    @media (width >= 1024px) {
      width: 382px;
    }
  }
  .lg\:w-\[390px\] {
    @media (width >= 1024px) {
      width: 390px;
    }
  }
  .lg\:w-\[461px\] {
    @media (width >= 1024px) {
      width: 461px;
    }
  }
  .lg\:w-\[464px\] {
    @media (width >= 1024px) {
      width: 464px;
    }
  }
  .lg\:w-\[470px\] {
    @media (width >= 1024px) {
      width: 470px;
    }
  }
  .lg\:w-\[480px\] {
    @media (width >= 1024px) {
      width: 480px;
    }
  }
  .lg\:w-\[540px\] {
    @media (width >= 1024px) {
      width: 540px;
    }
  }
  .lg\:w-\[568px\] {
    @media (width >= 1024px) {
      width: 568px;
    }
  }
  .lg\:w-\[584px\] {
    @media (width >= 1024px) {
      width: 584px;
    }
  }
  .lg\:w-\[586px\] {
    @media (width >= 1024px) {
      width: 586px;
    }
  }
  .lg\:w-\[590px\] {
    @media (width >= 1024px) {
      width: 590px;
    }
  }
  .lg\:w-\[600px\] {
    @media (width >= 1024px) {
      width: 600px;
    }
  }
  .lg\:w-\[619px\] {
    @media (width >= 1024px) {
      width: 619px;
    }
  }
  .lg\:w-\[636px\] {
    @media (width >= 1024px) {
      width: 636px;
    }
  }
  .lg\:w-\[637px\] {
    @media (width >= 1024px) {
      width: 637px;
    }
  }
  .lg\:w-\[684px\] {
    @media (width >= 1024px) {
      width: 684px;
    }
  }
  .lg\:w-\[708px\] {
    @media (width >= 1024px) {
      width: 708px;
    }
  }
  .lg\:w-\[769px\] {
    @media (width >= 1024px) {
      width: 769px;
    }
  }
  .lg\:w-\[770px\] {
    @media (width >= 1024px) {
      width: 770px;
    }
  }
  .lg\:w-\[810px\] {
    @media (width >= 1024px) {
      width: 810px;
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:max-w-\[160px\] {
    @media (width >= 1024px) {
      max-width: 160px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .lg\:flex-none {
    @media (width >= 1024px) {
      flex: none;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 1024px) {
      flex-shrink: 0;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 1024px) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:translate-y-\[80px\] {
    @media (width >= 1024px) {
      --tw-translate-y: 80px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-4 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-16 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 1024px) {
      gap: 25px;
    }
  }
  .lg\:gap-\[var\(--spacing-card-gap-desktop\)\] {
    @media (width >= 1024px) {
      gap: var(--spacing-card-gap-desktop);
    }
  }
  .lg\:space-y-\[40px\] {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(40px * var(--tw-space-y-reverse));
        margin-block-end: calc(40px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-y-\[70px\] {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(70px * var(--tw-space-y-reverse));
        margin-block-end: calc(70px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 1024px) {
      overflow: hidden;
    }
  }
  .lg\:overflow-y-scroll {
    @media (width >= 1024px) {
      overflow-y: scroll;
    }
  }
  .lg\:bg-\[length\:760px_397px\] {
    @media (width >= 1024px) {
      background-size: 760px 397px;
    }
  }
  .lg\:bg-\[length\:965px_620px\] {
    @media (width >= 1024px) {
      background-size: 965px 620px;
    }
  }
  .lg\:p-6 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-\[20px_25px\] {
    @media (width >= 1024px) {
      padding: 20px 25px;
    }
  }
  .lg\:p-\[64px\] {
    @media (width >= 1024px) {
      padding: 64px;
    }
  }
  .lg\:p-\[64px_56px\] {
    @media (width >= 1024px) {
      padding: 64px 56px;
    }
  }
  .lg\:p-\[64px_60px\] {
    @media (width >= 1024px) {
      padding: 64px 60px;
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-0 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-16 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-20 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-24 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-32 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-\[var\(--spacing-section-y-desktop\)\] {
    @media (width >= 1024px) {
      padding-block: var(--spacing-section-y-desktop);
    }
  }
  .lg\:pt-0 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-32 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pt-\[14px\] {
    @media (width >= 1024px) {
      padding-top: 14px;
    }
  }
  .lg\:pt-\[18px\] {
    @media (width >= 1024px) {
      padding-top: 18px;
    }
  }
  .lg\:pt-\[65px\] {
    @media (width >= 1024px) {
      padding-top: 65px;
    }
  }
  .lg\:pt-\[68px\] {
    @media (width >= 1024px) {
      padding-top: 68px;
    }
  }
  .lg\:pt-\[90px\] {
    @media (width >= 1024px) {
      padding-top: 90px;
    }
  }
  .lg\:pt-\[110px\] {
    @media (width >= 1024px) {
      padding-top: 110px;
    }
  }
  .lg\:pt-\[130px\] {
    @media (width >= 1024px) {
      padding-top: 130px;
    }
  }
  .lg\:pt-\[140px\] {
    @media (width >= 1024px) {
      padding-top: 140px;
    }
  }
  .lg\:pt-\[150px\] {
    @media (width >= 1024px) {
      padding-top: 150px;
    }
  }
  .lg\:pt-\[186px\] {
    @media (width >= 1024px) {
      padding-top: 186px;
    }
  }
  .lg\:pt-\[200px\] {
    @media (width >= 1024px) {
      padding-top: 200px;
    }
  }
  .lg\:pt-\[240px\] {
    @media (width >= 1024px) {
      padding-top: 240px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[70px\] {
    @media (width >= 1024px) {
      padding-bottom: 70px;
    }
  }
  .lg\:pb-\[130px\] {
    @media (width >= 1024px) {
      padding-bottom: 130px;
    }
  }
  .lg\:pb-\[200px\] {
    @media (width >= 1024px) {
      padding-bottom: 200px;
    }
  }
  .lg\:pb-\[300px\] {
    @media (width >= 1024px) {
      padding-bottom: 300px;
    }
  }
  .lg\:pl-\[120px\] {
    @media (width >= 1024px) {
      padding-left: 120px;
    }
  }
  .lg\:text-base {
    @media (width >= 1024px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 1024px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 1024px) {
      font-size: 15px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 1024px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 1024px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 1024px) {
      font-size: 25px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 1024px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1024px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 1024px) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 1024px) {
      font-size: 48px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 1024px) {
      font-size: 60px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 1024px) {
      font-size: 80px;
    }
  }
  .lg\:text-\[length\:var\(--text-body-desktop\)\] {
    @media (width >= 1024px) {
      font-size: var(--text-body-desktop);
    }
  }
  .lg\:text-\[length\:var\(--text-h\*-desktop\)\] {
    @media (width >= 1024px) {
      font-size: var(--text-h*-desktop);
    }
  }
  .lg\:text-\[length\:var\(--text-h1-desktop\)\] {
    @media (width >= 1024px) {
      font-size: var(--text-h1-desktop);
    }
  }
  .lg\:text-\[length\:var\(--text-h2-desktop\)\] {
    @media (width >= 1024px) {
      font-size: var(--text-h2-desktop);
    }
  }
  .lg\:text-\[length\:var\(--text-hero-desktop\)\] {
    @media (width >= 1024px) {
      font-size: var(--text-hero-desktop);
    }
  }
  .lg\:text-h1-desktop {
    @media (width >= 1024px) {
      font-size: var(--text-h1-desktop);
    }
  }
  .lg\:leading-7 {
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .lg\:leading-9 {
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .lg\:leading-10 {
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 1024px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:leading-\[34px\] {
    @media (width >= 1024px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .lg\:leading-\[44px\] {
    @media (width >= 1024px) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .lg\:leading-\[47px\] {
    @media (width >= 1024px) {
      --tw-leading: 47px;
      line-height: 47px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 1024px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:leading-\[52px\] {
    @media (width >= 1024px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .lg\:leading-\[53px\] {
    @media (width >= 1024px) {
      --tw-leading: 53px;
      line-height: 53px;
    }
  }
  .lg\:leading-\[56px\] {
    @media (width >= 1024px) {
      --tw-leading: 56px;
      line-height: 56px;
    }
  }
  .lg\:leading-\[58px\] {
    @media (width >= 1024px) {
      --tw-leading: 58px;
      line-height: 58px;
    }
  }
  .lg\:leading-\[60px\] {
    @media (width >= 1024px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .lg\:leading-\[66px\] {
    @media (width >= 1024px) {
      --tw-leading: 66px;
      line-height: 66px;
    }
  }
  .lg\:leading-\[67px\] {
    @media (width >= 1024px) {
      --tw-leading: 67px;
      line-height: 67px;
    }
  }
  .lg\:leading-\[68px\] {
    @media (width >= 1024px) {
      --tw-leading: 68px;
      line-height: 68px;
    }
  }
  .lg\:leading-\[70px\] {
    @media (width >= 1024px) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }
  .lg\:leading-\[86px\] {
    @media (width >= 1024px) {
      --tw-leading: 86px;
      line-height: 86px;
    }
  }
  .lg\:leading-\[112px\] {
    @media (width >= 1024px) {
      --tw-leading: 112px;
      line-height: 112px;
    }
  }
  .lg\:leading-normal {
    @media (width >= 1024px) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    font-family: 'Space_Grotesk', 'AlibabaPuHuiTi', sans-serif;
    background: #fff;
    color: var(--color-ink);
    overflow-x: hidden;
  }
  body {
    line-height: 1.5;
    overflow-x: hidden;
    width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  ul, ol {
    list-style: none;
  }
  img, svg, video {
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
  input, textarea, select, button {
    background: none;
    outline: none;
    border: none;
    font: inherit;
    color: inherit;
  }
  a[href],
  button,
  [role="button"],
  [tabindex]:not([tabindex="-1"]),
  summary {
    cursor: pointer;
  }
  [data-animate],
  [data-animate-stagger] > *,
  .hero-title {
    visibility: hidden;
  }
  @media (prefers-reduced-motion: reduce) {
    [data-animate],
    [data-animate-stagger] > *,
    .hero-title {
      visibility: visible !important;
    }
  }
}
@layer components {
  .prose ol {
    list-style-type: decimal;
    padding-left: 1.5em;
  }
  .prose ul {
    list-style-type: disc;
    padding-left: 1.5em;
  }
  .prose ol, .prose ul {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
  .prose p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .prose h2, .prose h3, .prose h4 {
    margin-top: 1.25em;
    margin-bottom: 0.5em;
    font-weight: 600;
  }
  .prose a {
    text-decoration: underline;
  }
  .prose blockquote {
    border-left: 3px solid var(--color-border);
    padding-left: 1em;
    font-style: italic;
  }
  .thumb-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .simaicong-card-hover {
    overflow: hidden;
  }
  .simaicong-card-hover img {
    transition: filter 0.3s;
  }
  @media (hover: hover) and (pointer: fine) {
    .simaicong-card-hover:hover img {
      filter: blur(4px);
    }
  }
  .simaicong-card-hover .card-arrow {
    transition: transform 0.3s;
  }
  .simaicong-card-hover:hover .card-arrow {
    transform: translate(2px, -2px);
  }
  .simaicong-card-tag {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--color-ink);
    border-radius: 13.5px;
    padding: 1px 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-ink);
    white-space: nowrap;
  }
  @media (max-width: 1023px) {
    .simaicong-card-tag {
      font-size: 12px;
      padding: 1px 10px;
    }
  }
  .header-scrolled {
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.95);
  }
  @media (max-width: 1023px) {
    .site-logo img {
      transition: width 0.3s, height 0.3s;
    }
    .header-compact .site-logo img {
      width: 59px !important;
      height: 40px !important;
    }
    .header-compact .simaicong-container {
      padding-top: 10px !important;
      padding-bottom: 10px;
      height: auto;
    }
  }
  .simaicong-container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--spacing-pad-x-mobile);
  }
  @media (min-width: 1024px) {
    .simaicong-container {
      padding-inline: var(--spacing-pad-x-desktop);
    }
  }
  .simaicong-btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-ink);
    color: var(--color-cta-text);
    border: 1.5px solid var(--color-cta);
    border-radius: 2px;
    padding: 9px 26px;
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
  }
  @media (min-width: 1024px) {
    .simaicong-btn-cta {
      font-size: 16px;
    }
  }
  .simaicong-btn-cta:hover {
    background-color: var(--color-muted);
    border-color: var(--color-muted);
  }
  body.sm-drawer-open {
    overflow: hidden;
  }
  .sm-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
  }
  .sm-lang-switcher .sm-lang-link {
    text-decoration: none;
    font-weight: 400;
    padding: 2px 2px;
  }
  .sm-lang-switcher .sm-lang-current {
    font-weight: 500;
  }
  .sm-lang-switcher .sm-lang-sep {
    opacity: 0.5;
  }
  body.sm-theme-dark .sm-lang-switcher {
    color: rgba(255, 255, 255, 0.8);
  }
  body.sm-theme-dark .sm-lang-switcher .sm-lang-current {
    color: #fff;
  }
  body.sm-theme-dark .sm-lang-switcher .sm-lang-link {
    color: rgba(255, 255, 255, 0.8);
  }
  body.sm-theme-dark .sm-lang-switcher .sm-lang-link:hover {
    color: #fff;
  }
  body.sm-theme-light .sm-lang-switcher {
    color: rgba(0, 0, 0, 0.7);
  }
  body.sm-theme-light .sm-lang-switcher .sm-lang-current {
    color: #000;
  }
  body.sm-theme-light .sm-lang-switcher .sm-lang-link {
    color: rgba(0, 0, 0, 0.7);
  }
  body.sm-theme-light .sm-lang-switcher .sm-lang-link:hover {
    color: #000;
  }
  .menuItem {
    color: rgba(255, 255, 255, 0.8);
  }
  .menuItem .activeItem {
    font-weight: 500;
    color: #fff;
  }
  .menuItem:hover {
    font-weight: 500;
    color: #fff;
  }
  .whiteMenuItem {
    color: rgba(0, 0, 0, 0.7);
  }
  .whiteMenuItem .activeItem {
    font-weight: 500;
    color: #000;
  }
  .whiteMenuItem:hover {
    font-weight: 500;
    color: #000;
  }
  .header.header-scrolled {
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@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-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
    }
  }
}
