/*! tailwindcss v4.1.17 | 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-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-46px\] {
    top: -46px;
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[-96px\] {
    top: -96px;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[146px\] {
    top: 146px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-118px\] {
    right: -118px;
  }
  .right-\[-350px\] {
    right: -350px;
  }
  .right-\[-360px\] {
    right: -360px;
  }
  .right-\[0\] {
    right: 0;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .right-\[2px\] {
    right: 2px;
  }
  .bottom-\[0\] {
    bottom: 0;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[2px\] {
    bottom: 2px;
  }
  .bottom-\[44px\] {
    bottom: 44px;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-350px\] {
    left: -350px;
  }
  .left-\[-360px\] {
    left: -360px;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .m-auto {
    margin: auto;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[-2px\] {
    margin-top: -2px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[55px\] {
    margin-top: 55px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[62px\] {
    margin-top: 62px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mr-\[3px\] {
    margin-right: 3px;
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[30px\] {
    margin-right: 30px;
  }
  .mr-\[34px\] {
    margin-right: 34px;
  }
  .mr-\[48px\] {
    margin-right: 48px;
  }
  .mr-\[60px\] {
    margin-right: 60px;
  }
  .mr-\[70px\] {
    margin-right: 70px;
  }
  .mr-\[120px\] {
    margin-right: 120px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[54px\] {
    margin-bottom: 54px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-\[6px\] {
    margin-left: 6px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[12px\] {
    margin-left: 12px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[26px\] {
    margin-left: 26px;
  }
  .ml-\[50px\] {
    margin-left: 50px;
  }
  .ml-\[134px\] {
    margin-left: 134px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[93px\] {
    height: 93px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[128px\] {
    height: 128px;
  }
  .h-\[162px\] {
    height: 162px;
  }
  .h-\[182px\] {
    height: 182px;
  }
  .h-\[198px\] {
    height: 198px;
  }
  .h-\[214px\] {
    height: 214px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[224px\] {
    height: 224px;
  }
  .h-\[228px\] {
    height: 228px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[244px\] {
    height: 244px;
  }
  .h-\[256px\] {
    height: 256px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[266px\] {
    height: 266px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[308px\] {
    height: 308px;
  }
  .h-\[328px\] {
    height: 328px;
  }
  .h-\[330px\] {
    height: 330px;
  }
  .h-\[344px\] {
    height: 344px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[398px\] {
    height: 398px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[424px\] {
    height: 424px;
  }
  .h-\[446px\] {
    height: 446px;
  }
  .h-\[460px\] {
    height: 460px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-\[560px\] {
    height: 560px;
  }
  .h-\[622px\] {
    height: 622px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-\[782px\] {
    height: 782px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[57px\] {
    max-height: 57px;
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[248px\] {
    min-height: 248px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[4px\] {
    width: 4px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[43px\] {
    width: 43px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[51px\] {
    width: 51px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[172px\] {
    width: 172px;
  }
  .w-\[196px\] {
    width: 196px;
  }
  .w-\[226px\] {
    width: 226px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[267px\] {
    width: 267px;
  }
  .w-\[278px\] {
    width: 278px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[296px\] {
    width: 296px;
  }
  .w-\[306px\] {
    width: 306px;
  }
  .w-\[316px\] {
    width: 316px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[392px\] {
    width: 392px;
  }
  .w-\[416px\] {
    width: 416px;
  }
  .w-\[426px\] {
    width: 426px;
  }
  .w-\[432px\] {
    width: 432px;
  }
  .w-\[474px\] {
    width: 474px;
  }
  .w-\[534px\] {
    width: 534px;
  }
  .w-\[575px\] {
    width: 575px;
  }
  .w-\[603px\] {
    width: 603px;
  }
  .w-\[604px\] {
    width: 604px;
  }
  .w-\[610px\] {
    width: 610px;
  }
  .w-\[650px\] {
    width: 650px;
  }
  .w-\[660px\] {
    width: 660px;
  }
  .w-\[664px\] {
    width: 664px;
  }
  .w-\[680px\] {
    width: 680px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[760px\] {
    width: 760px;
  }
  .w-\[780px\] {
    width: 780px;
  }
  .w-\[880px\] {
    width: 880px;
  }
  .w-\[1200px\] {
    width: 1200px;
  }
  .w-\[1300px\] {
    width: 1300px;
  }
  .w-\[1360px\] {
    width: 1360px;
  }
  .w-\[1920px\] {
    width: 1920px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100vw\] {
    max-width: 100vw;
  }
  .min-w-\[128px\] {
    min-width: 128px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[248px\] {
    min-width: 248px;
  }
  .min-w-\[288px\] {
    min-width: 288px;
  }
  .min-w-\[650px\] {
    min-width: 650px;
  }
  .min-w-\[1920px\] {
    min-width: 1920px;
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-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-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }
  .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;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[32px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(32px * var(--tw-space-x-reverse));
      margin-inline-end: calc(32px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[56px\] {
    border-radius: 56px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[90px\] {
    border-radius: 90px;
  }
  .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-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-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-\[\#2468F2\] {
    border-color: #2468F2;
  }
  .border-\[\#E4EAF2\] {
    border-color: #E4EAF2;
  }
  .border-\[\#E6EAF2\] {
    border-color: #E6EAF2;
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .bg-\[\#215df0\] {
    background-color: #215df0;
  }
  .bg-\[\#1755ac\] {
    background-color: #1755ac;
  }
  .bg-\[\#222222\] {
    background-color: #222222;
  }
  .bg-\[\#F2F6FA\] {
    background-color: #F2F6FA;
  }
  .bg-\[\#F8FBFF\] {
    background-color: #F8FBFF;
  }
  .bg-\[\#FAFCFF\] {
    background-color: #FAFCFF;
  }
  .bg-\[\#FFE6E6\] {
    background-color: #FFE6E6;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#f0f4fa\] {
    background-color: #f0f4fa;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(180deg\,\#E2EFFF_0\%\,\#FFFFFF_77\.43\%\)\] {
    background-image: linear-gradient(180deg,#E2EFFF 0%,#FFFFFF 77.43%);
  }
  .bg-\[url\(\'\.\.\/assets\/home\/customer-service\.webp\'\)\] {
    background-image: url('../assets/home/customer-service.webp');
  }
  .bg-\[url\(\'\.\.\/assets\/home\/foot-bg\.webp\'\)\] {
    background-image: url('../assets/home/foot-bg.webp');
  }
  .bg-\[url\(\'\.\.\/assets\/product\/bg-1\.png\'\)\] {
    background-image: url('../assets/product/bg-1.png');
  }
  .from-\[\#05AA73\] {
    --tw-gradient-from: #05AA73;
    --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-\[\#e2efff\] {
    --tw-gradient-from: #e2efff;
    --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-\[\#2468F2\] {
    --tw-gradient-to: #2468F2;
    --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-\[\#ffffff\] {
    --tw-gradient-to: #ffffff;
    --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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-\[51px\] {
    padding-inline: 51px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[54px\] {
    padding-top: 54px;
  }
  .pt-\[56px\] {
    padding-top: 56px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[62px\] {
    padding-top: 62px;
  }
  .pt-\[110px\] {
    padding-top: 110px;
  }
  .pr-\[4px\] {
    padding-right: 4px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[35px\] {
    padding-right: 35px;
  }
  .pr-\[48px\] {
    padding-right: 48px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[34px\] {
    padding-bottom: 34px;
  }
  .pb-\[38px\] {
    padding-bottom: 38px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[54px\] {
    padding-bottom: 54px;
  }
  .pb-\[55px\] {
    padding-bottom: 55px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[88px\] {
    padding-bottom: 88px;
  }
  .pl-\[4px\] {
    padding-left: 4px;
  }
  .pl-\[8px\] {
    padding-left: 8px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[28px\] {
    padding-left: 28px;
  }
  .pl-\[35px\] {
    padding-left: 35px;
  }
  .pl-\[41px\] {
    padding-left: 41px;
  }
  .pl-\[48px\] {
    padding-left: 48px;
  }
  .pl-\[62px\] {
    padding-left: 62px;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .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-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[46px\] {
    --tw-leading: 46px;
    line-height: 46px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-\[58px\] {
    --tw-leading: 58px;
    line-height: 58px;
  }
  .leading-\[72px\] {
    --tw-leading: 72px;
    line-height: 72px;
  }
  .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);
  }
  .text-\[\#1f1f1f\] {
    color: #1f1f1f;
  }
  .text-\[\#2468F2\] {
    color: #2468F2;
  }
  .text-\[\#222222\] {
    color: #222222;
  }
  .text-\[\#F33E3E\] {
    color: #F33E3E;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-1 {
    opacity: 1%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_0_20px_rgba\(233\,237\,247\,1\)\] {
    --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(233,237,247,1));
    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_20px_\#E9EDF7\] {
    --tw-shadow: 0px 0px 20px var(--tw-shadow-color, #E9EDF7);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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;
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 1%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus-within\:border-\[\#2468F2\] {
    &:focus-within {
      border-color: #2468F2;
    }
  }
  .hover\:h-\[276px\] {
    &:hover {
      @media (hover: hover) {
        height: 276px;
      }
    }
  }
  .hover\:translate-y-\[-10px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -10px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:text-\[\#2468F2\] {
    &:hover {
      @media (hover: hover) {
        color: #2468F2;
      }
    }
  }
  .hover\:text-\[\#2648f2\] {
    &:hover {
      @media (hover: hover) {
        color: #2648f2;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .\[\&\:-webkit-autofill\]\:\!bg-white {
    &:-webkit-autofill {
      background-color: var(--color-white) !important;
    }
  }
  .\[\&\:-webkit-autofill\]\:\!shadow-\[0_0_0_30px_white_inset\] {
    &:-webkit-autofill {
      --tw-shadow: 0 0 0 30px var(--tw-shadow-color, white) inset !important;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
