/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
@layer theme {
  :host,
  :root {
    --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-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 0.15s;
    --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 {
  *,
  ::backdrop,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  :host,
  html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  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,
  pre,
  samp {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -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;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-\[16\.5px\] {
    top: 16.5px;
  }
  .top-\[33px\] {
    top: 33px;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[12px\] {
    right: 12px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[130px\] {
    bottom: 130px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-\[17px\] {
    left: 17px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-\[-10px_auto_0\] {
    margin: -10px auto 0;
  }
  .m-\[auto\],
  .m-auto {
    margin: auto;
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .\!mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[-1px\] {
    margin-top: -1px;
  }
  .mt-\[0px\] {
    margin-top: 0;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[5\.5px\] {
    margin-top: 5.5px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[9\.5px\] {
    margin-top: 9.5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[11px\] {
    margin-top: 11px;
  }
  .mt-\[12\.5px\] {
    margin-top: 12.5px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[14\.5px\] {
    margin-top: 14.5px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16\.5px\] {
    margin-top: 16.5px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[21\.5px\] {
    margin-top: 21.5px;
  }
  .mt-\[22\.5px\] {
    margin-top: 22.5px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[23px\] {
    margin-top: 23px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[26\.5px\] {
    margin-top: 26.5px;
  }
  .mt-\[27\.5px\] {
    margin-top: 27.5px;
  }
  .mt-\[28\.5px\] {
    margin-top: 28.5px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[29px\] {
    margin-top: 29px;
  }
  .mt-\[30\.5px\] {
    margin-top: 30.5px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[33\.5px\] {
    margin-top: 33.5px;
  }
  .mt-\[33px\] {
    margin-top: 33px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[42\.5px\] {
    margin-top: 42.5px;
  }
  .mt-\[43px\] {
    margin-top: 43px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[46px\] {
    margin-top: 46px;
  }
  .mt-\[47px\] {
    margin-top: 47px;
  }
  .mt-\[53px\] {
    margin-top: 53px;
  }
  .mt-\[55px\] {
    margin-top: 55px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[57px\] {
    margin-top: 57px;
  }
  .mt-\[59px\] {
    margin-top: 59px;
  }
  .mt-\[84px\] {
    margin-top: 84px;
  }
  .mt-\[85px\] {
    margin-top: 85px;
  }
  .mt-\[90px\] {
    margin-top: 90px;
  }
  .mt-\[93px\] {
    margin-top: 93px;
  }
  .mt-\[94px\] {
    margin-top: 94px;
  }
  .mt-\[186px\] {
    margin-top: 186px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mr-\[100px\] {
    margin-right: 100px;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[34px\] {
    margin-bottom: 34px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-\[7\.5px\] {
    margin-left: 7.5px;
  }
  .ml-\[7px\] {
    margin-left: 7px;
  }
  .ml-\[12px\] {
    margin-left: 12px;
  }
  .ml-\[15px\] {
    margin-left: 15px;
  }
  .ml-\[22px\] {
    margin-left: 22px;
  }
  .ml-\[31px\] {
    margin-left: 31px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-45 {
    height: calc(var(--spacing) * 45);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[13\.5px\] {
    height: 13.5px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[39px\] {
    height: 39px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[46\.5px\] {
    height: 46.5px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[49px\] {
    height: 49px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55\.5px\] {
    height: 55.5px;
  }
  .h-\[57\.5px\] {
    height: 57.5px;
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[69\.5px\] {
    height: 69.5px;
  }
  .h-\[71\.5px\] {
    height: 71.5px;
  }
  .h-\[71px\] {
    height: 71px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[98px\] {
    height: 98px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[103px\] {
    height: 103px;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[206px\] {
    height: 206px;
  }
  .h-\[222px\] {
    height: 222px;
  }
  .h-\[238px\] {
    height: 238px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[276px\] {
    height: 276px;
  }
  .h-\[282px\] {
    height: 282px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[336px\] {
    height: 336px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[376px\] {
    height: 376px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-\[510px\] {
    height: 510px;
  }
  .h-\[608px\] {
    height: 608px;
  }
  .h-\[625px\] {
    height: 625px;
  }
  .h-\[810px\] {
    height: 810px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .\!min-h-0 {
    min-height: calc(var(--spacing) * 0) !important;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-48 {
    min-height: calc(var(--spacing) * 48);
  }
  .min-h-\[276px\] {
    min-height: 276px;
  }
  .\!w-3\/5 {
    width: 60% !important;
  }
  .\!w-7 {
    width: calc(var(--spacing) * 7) !important;
  }
  .\!w-\[210px\] {
    width: 210px !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1\/3 {
    width: 33.3333%;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[5rem\] {
    width: 5rem;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[46\.5px\] {
    width: 46.5px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[49px\] {
    width: 49px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[55\.5px\] {
    width: 55.5px;
  }
  .w-\[57px\] {
    width: 57px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[74px\] {
    width: 74px;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[78px\] {
    width: 78px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[92\%\] {
    width: 92%;
  }
  .w-\[98px\] {
    width: 98px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[102px\] {
    width: 102px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[107px\] {
    width: 107px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[166px\] {
    width: 166px;
  }
  .w-\[172px\] {
    width: 172px;
  }
  .w-\[174\.5px\] {
    width: 174.5px;
  }
  .w-\[177px\] {
    width: 177px;
  }
  .w-\[181px\] {
    width: 181px;
  }
  .w-\[184px\] {
    width: 184px;
  }
  .w-\[194px\] {
    width: 194px;
  }
  .w-\[214px\] {
    width: 214px;
  }
  .w-\[218px\] {
    width: 218px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[224\.5px\] {
    width: 224.5px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[263px\] {
    width: 263px;
  }
  .w-\[268\.5px\] {
    width: 268.5px;
  }
  .w-\[339\.5px\] {
    width: 339.5px;
  }
  .w-\[344px\] {
    width: 344px;
  }
  .w-\[349px\] {
    width: 349px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[460px\] {
    width: 460px;
  }
  .w-\[583px\] {
    width: 583px;
  }
  .w-\[698px\] {
    width: 698px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[570px\] {
    max-width: 570px;
  }
  .max-w-\[1009px\] {
    max-width: 1009px;
  }
  .max-w-\[1198px\] {
    max-width: 1198px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  }
  .-translate-x-1\/2,
  .translate-x-0 {
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
  }
  .translate-x-\[-150px\] {
    --tw-translate-x: -150px;
  }
  .translate-x-\[-150px\],
  .translate-x-\[150px\] {
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[150px\] {
    --tw-translate-x: 150px;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
  }
  .-translate-y-1\/2,
  .translate-x-full {
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
  }
  .translate-y-0,
  .translate-y-\[300px\] {
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[300px\] {
    --tw-translate-y: 300px;
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
  }
  .scale-0,
  .scale-100 {
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .\[transform\:translateZ\(0\)\] {
    transform: translateZ(0);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-grabbing {
    cursor: grabbing;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_160px\] {
    grid-template-columns: 1fr 160px;
  }
  .grid-cols-\[60px_1fr\] {
    grid-template-columns: 60px 1fr;
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[14\.5px\] {
    gap: 14.5px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[29px\] {
    gap: 29px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-x-\[12px\] {
    column-gap: 12px;
  }
  .gap-x-\[14px\] {
    column-gap: 14px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[18px\] {
    column-gap: 18px;
  }
  .gap-x-\[19px\] {
    column-gap: 19px;
  }
  .gap-x-\[26\.5px\] {
    column-gap: 26.5px;
  }
  .gap-x-\[28px\] {
    column-gap: 28px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  :where(.space-x-\[12px\] > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(12px * var(--tw-space-x-reverse));
    margin-inline-end: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }
  .gap-y-\[6px\] {
    row-gap: 6px;
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border,
  .border-1,
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#108EE9\] {
    border-color: #108ee9;
  }
  .border-\[\#333\] {
    border-color: #333;
  }
  .border-\[\#fff\] {
    border-color: #fff;
  }
  .border-\[\#fff\]\/0 {
    border-color: oklab(0 0 0/0);
  }
  .border-\[\#fff\]\/40 {
    border-color: oklab(100% 0 5.96046e-8/0.4);
  }
  .border-\[\#fff\]\/50 {
    border-color: oklab(100% 0 5.96046e-8/0.5);
  }
  .border-\[\#fff\]\/80 {
    border-color: oklab(100% 0 5.96046e-8/0.8);
  }
  .bg-\[\#108EE9CC\] {
    background-color: #108ee9cc;
  }
  .bg-\[\#108EE9CC\]\/80 {
    background-color: oklab(63.2056% -0.0616393 -0.155749/.64);
  }
  .bg-\[\#108EE9\] {
    background-color: #108ee9;
  }
  .bg-\[\#108EE988\] {
    background-color: #108ee988;
  }
  .bg-\[\#003153\] {
    background-color: #003153;
  }
  .bg-\[\#004474\] {
    background-color: #004474;
  }
  .bg-\[\#183660\] {
    background-color: #183660;
  }
  .bg-\[\#C5E7FF\] {
    background-color: #c5e7ff;
  }
  .bg-\[\#fdfdfd\] {
    background-color: #fdfdfd;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-transparent {
    background-color: #0000;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-\[0_25px\] {
    padding: 0 25px;
  }
  .p-\[0_50px\] {
    padding: 0 50px;
  }
  .p-\[5px_10px\] {
    padding: 5px 10px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[10px_5px_0_5px\] {
    padding: 10px 5px 0;
  }
  .p-\[16px_15px\] {
    padding: 16px 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[22\.5px_0_25\.5px\] {
    padding: 22.5px 0 25.5px;
  }
  .p-\[22\.5px_0_39\.5px\] {
    padding: 22.5px 0 39.5px;
  }
  .p-\[45px_16px_39\.5px\] {
    padding: 45px 16px 39.5px;
  }
  .p-\[90px_0_79px\] {
    padding: 90px 0 79px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-\[2px\] {
    padding-inline: 2px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[15\.5px\] {
    padding-inline: 15.5px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[36px\] {
    padding-inline: 36px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .px-\[172px\] {
    padding-inline: 172px;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .pt-22 {
    padding-top: calc(var(--spacing) * 22);
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[14px\] {
    padding-top: 14px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pt-\[28px\] {
    padding-top: 28px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[4px\] {
    padding-bottom: 4px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[110px\] {
    padding-bottom: 110px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-3xl {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16\.5px\] {
    font-size: 16.5px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[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-\[40px\] {
    font-size: 40px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-\[10px\] {
    --tw-leading: 10px;
    line-height: 10px;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .text-\[\#108EE9\] {
    color: #108ee9;
  }
  .text-\[\#808080\] {
    color: gray;
  }
  .text-\[\#A8A8A8\] {
    color: #a8a8a8;
  }
  .text-\[\#C1C1C1\] {
    color: #c1c1c1;
  }
  .text-\[\#FFCC3B\] {
    color: #ffcc3b;
  }
  .text-\[\#FFFFFF99\] {
    color: #fff9;
  }
  .text-\[\#c1c1c7\] {
    color: #c1c1c7;
  }
  .text-\[\#fff\],
  .text-\[\#ffffff\] {
    color: #fff;
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-40 {
    opacity: 0.4;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .opacity-100 {
    opacity: 1;
  }
  .opacity-\[0\.28\] {
    opacity: 0.28;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a),
      0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
      var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
      var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
      var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
      var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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));
  }
  .delay-500 {
    transition-delay: 0.5s;
  }
  .delay-600 {
    transition-delay: 0.6s;
  }
  .delay-1000 {
    transition-delay: 1s;
  }
  .delay-1400 {
    transition-delay: 1.4s;
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .duration-600 {
    --tw-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:bg-\[\#ffffff08\]:hover {
      background-color: #ffffff08;
    }
  }
  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  @media not all and (min-width: 64rem) {
    .max-lg\:w-\[80\%\] {
      width: 80%;
    }
  }
  @media (min-width: 40rem) {
    .sm\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .sm\:\!w-9 {
      width: calc(var(--spacing) * 9) !important;
    }
    .sm\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (min-width: 48rem) {
    .md\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .md\:mb-\[40px\] {
      margin-bottom: 40px;
    }
    .md\:block {
      display: block;
    }
    .md\:grid {
      display: grid;
    }
    .md\:hidden {
      display: none;
    }
    .md\:h-\[50px\] {
      height: 50px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-\[84px_1fr\] {
      grid-template-columns: 84px 1fr;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .md\:p-\[8px_12px\] {
      padding: 8px 12px;
    }
    .md\:py-\[50px\] {
      padding-block: 50px;
    }
    .md\:py-\[60px\] {
      padding-block: 60px;
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (min-width: 64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .lg\:mt-\[16px\] {
      margin-top: 16px;
    }
    .lg\:mt-\[30px\] {
      margin-top: 30px;
    }
    .lg\:mt-\[41px\] {
      margin-top: 41px;
    }
    .lg\:mt-\[44px\] {
      margin-top: 44px;
    }
    .lg\:mt-\[45px\] {
      margin-top: 45px;
    }
    .lg\:mt-\[46px\] {
      margin-top: 46px;
    }
    .lg\:mt-\[54px\] {
      margin-top: 54px;
    }
    .lg\:mt-\[57px\] {
      margin-top: 57px;
    }
    .lg\:mt-\[58px\] {
      margin-top: 58px;
    }
    .lg\:mt-\[60px\] {
      margin-top: 60px;
    }
    .lg\:mt-\[66px\] {
      margin-top: 66px;
    }
    .lg\:mt-\[67px\] {
      margin-top: 67px;
    }
    .lg\:mt-\[89px\] {
      margin-top: 89px;
    }
    .lg\:mr-0 {
      margin-right: calc(var(--spacing) * 0);
    }
    .lg\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .lg\:mb-\[35px\] {
      margin-bottom: 35px;
    }
    .lg\:mb-\[40px\] {
      margin-bottom: 40px;
    }
    .lg\:mb-\[100px\] {
      margin-bottom: 100px;
    }
    .lg\:ml-\[14px\] {
      margin-left: 14px;
    }
    .lg\:ml-\[15px\] {
      margin-left: 15px;
    }
    .lg\:ml-\[82px\] {
      margin-left: 82px;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-\[27px\] {
      height: 27px;
    }
    .lg\:h-\[34px\] {
      height: 34px;
    }
    .lg\:h-\[47px\] {
      height: 47px;
    }
    .lg\:h-\[54px\] {
      height: 54px;
    }
    .lg\:h-\[78px\] {
      height: 78px;
    }
    .lg\:h-\[81px\] {
      height: 81px;
    }
    .lg\:h-\[93px\] {
      height: 93px;
    }
    .lg\:h-\[98px\] {
      height: 98px;
    }
    .lg\:h-\[100px\] {
      height: 100px;
    }
    .lg\:h-\[111px\] {
      height: 111px;
    }
    .lg\:h-\[142px\] {
      height: 142px;
    }
    .lg\:h-\[143px\] {
      height: 143px;
    }
    .lg\:h-\[150px\] {
      height: 150px;
    }
    .lg\:h-\[600px\] {
      height: 600px;
    }
    .lg\:w-\[2px\] {
      width: 2px;
    }
    .lg\:w-\[36px\] {
      width: 36px;
    }
    .lg\:w-\[64px\] {
      width: 64px;
    }
    .lg\:w-\[93px\] {
      width: 93px;
    }
    .lg\:w-\[98px\] {
      width: 98px;
    }
    .lg\:w-\[100\%\] {
      width: 100%;
    }
    .lg\:w-\[111px\] {
      width: 111px;
    }
    .lg\:w-\[130px\] {
      width: 130px;
    }
    .lg\:w-\[147px\] {
      width: 147px;
    }
    .lg\:w-\[172px\] {
      width: 172px;
    }
    .lg\:w-\[260px\] {
      width: 260px;
    }
    .lg\:w-\[332px\] {
      width: 332px;
    }
    .lg\:w-\[349px\] {
      width: 349px;
    }
    .lg\:w-\[354px\] {
      width: 354px;
    }
    .lg\:w-\[363px\] {
      width: 363px;
    }
    .lg\:w-\[460px\] {
      width: 460px;
    }
    .lg\:w-\[534px\] {
      width: 534px;
    }
    .lg\:w-\[680px\] {
      width: 680px;
    }
    .lg\:w-\[698px\] {
      width: 698px;
    }
    .lg\:w-\[700px\] {
      width: 700px;
    }
    .lg\:w-\[1198px\] {
      width: 1198px;
    }
    .lg\:w-full {
      width: 100%;
    }
    .lg\:max-w-lg {
      max-width: var(--container-lg);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .lg\:gap-\[43px\] {
      gap: 43px;
    }
    .lg\:gap-x-\[36px\] {
      column-gap: 36px;
    }
    .lg\:gap-x-\[53px\] {
      column-gap: 53px;
    }
    .lg\:gap-x-\[56px\] {
      column-gap: 56px;
    }
    .lg\:gap-y-\[12px\] {
      row-gap: 12px;
    }
    .lg\:gap-y-\[30px\] {
      row-gap: 30px;
    }
    .lg\:rounded-\[26px\] {
      border-radius: 26px;
    }
    .lg\:rounded-\[28px\] {
      border-radius: 28px;
    }
    .lg\:px-\[30px\] {
      padding-inline: 30px;
    }
    .lg\:py-\[56px\] {
      padding-block: 56px;
    }
    .lg\:pt-\[89px\] {
      padding-top: 89px;
    }
    .lg\:pt-\[97px\] {
      padding-top: 97px;
    }
    .lg\:pt-\[100px\] {
      padding-top: 100px;
    }
    .lg\:pt-\[120px\] {
      padding-top: 120px;
    }
    .lg\:pb-\[30px\] {
      padding-bottom: 30px;
    }
    .lg\:pb-\[80px\] {
      padding-bottom: 80px;
    }
    .lg\:pb-\[85px\] {
      padding-bottom: 85px;
    }
    .lg\:pb-\[90px\] {
      padding-bottom: 90px;
    }
    .lg\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
    .lg\:text-\[26px\] {
      font-size: 26px;
    }
    .lg\:text-\[28px\] {
      font-size: 28px;
    }
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
    .lg\:text-\[33px\] {
      font-size: 33px;
    }
    .lg\:text-\[36px\] {
      font-size: 36px;
    }
    .lg\:text-\[42px\] {
      font-size: 42px;
    }
    .lg\:text-\[46px\] {
      font-size: 46px;
    }
    .lg\:text-\[48px\] {
      font-size: 48px;
    }
    .lg\:leading-\[40px\] {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  @media (min-width: 80rem) {
    .xl\:mb-5 {
      margin-bottom: calc(var(--spacing) * 5);
    }
    .xl\:gap-x-\[50px\] {
      column-gap: 50px;
    }
    .xl\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (min-width: 96rem) {
    .\32 xl\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .\32 xl\:mb-\[50px\] {
      margin-bottom: 50px;
    }
    .\32 xl\:p-\[10px_15px\] {
      padding: 10px 15px;
    }
    .\32 xl\:py-\[70px\] {
      padding-block: 70px;
    }
    .\32 xl\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .\32 xl\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
:host,
html {
  line-height: inherit;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.click {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.click:active {
  transform: scale(0.85);
}
.fade-in {
  animation: fade-in 0.3s ease-in-out;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-out {
  animation: fade-out 0.3s ease-in-out;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.scale-in {
  animation: scale-in 0.3s ease-in-out;
}
@keyframes scale-in {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.scale-out {
  animation: scale-out 0.3s ease-in-out;
}
@keyframes scale-out {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.no-drag {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
