/*! tailwindcss v4.1.11 | 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-white: #fff;
    --spacing: 0.25rem;
    --leading-normal: 1.5;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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);
    --font-zen-kaku-gothic-new: 'Zen Kaku Gothic New', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-gill-sans: 'Gill Sans';
    --font-roboto: 'Roboto';
    --radius-full: 100%;
    --spacing-0: 0px;
    --spacing-24: 24px;
    --spacing-1440: 1440px;
  }
}
@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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: var(--spacing-0);
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-13px\] {
    top: -13px;
  }
  .top-\[-55px\] {
    top: -55px;
  }
  .top-\[0\%\] {
    top: 0%;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .top-\[124px\] {
    top: 124px;
  }
  .-right-\[100\%\] {
    right: calc(100% * -1);
  }
  .right-0 {
    right: var(--spacing-0);
  }
  .right-\[-180px\] {
    right: -180px;
  }
  .right-\[0px\] {
    right: 0px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .right-\[170px\] {
    right: 170px;
  }
  .bottom-0 {
    bottom: var(--spacing-0);
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[92px\] {
    left: 92px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[4\] {
    z-index: 4;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[6\] {
    z-index: 6;
  }
  .z-\[7\] {
    z-index: 7;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[11\] {
    z-index: 11;
  }
  .z-\[9998\] {
    z-index: 9998;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 390px) {
      max-width: 390px;
    }
    @media (width >= 400px) {
      max-width: 400px;
    }
    @media (width >= 410px) {
      max-width: 410px;
    }
    @media (width >= 430px) {
      max-width: 430px;
    }
    @media (width >= 500px) {
      max-width: 500px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1441px) {
      max-width: 1441px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-\[2px\] {
    margin-inline: 2px;
  }
  .mx-\[4px\] {
    margin-inline: 4px;
  }
  .mx-\[24px\] {
    margin-inline: 24px;
  }
  .mx-\[40px\] {
    margin-inline: 40px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[80px\] {
    margin-block: 80px;
  }
  .mt-\[-12px\] {
    margin-top: -12px;
  }
  .mt-\[-15px\] {
    margin-top: -15px;
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
  .mt-\[-27px\] {
    margin-top: -27px;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[11px\] {
    margin-top: 11px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[17px\] {
    margin-top: 17px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[27px\] {
    margin-top: 27px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[71px\] {
    margin-top: 71px;
  }
  .mt-\[72px\] {
    margin-top: 72px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[93px\] {
    margin-top: 93px;
  }
  .mt-\[111px\] {
    margin-top: 111px;
  }
  .mt-\[117px\] {
    margin-top: 117px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[122px\] {
    margin-top: 122px;
  }
  .mt-\[164px\] {
    margin-top: 164px;
  }
  .mr-\[4px\] {
    margin-right: 4px;
  }
  .mr-\[11px\] {
    margin-right: 11px;
  }
  .mr-\[17px\] {
    margin-right: 17px;
  }
  .mb-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .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-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .mb-\[54px\] {
    margin-bottom: 54px;
  }
  .mb-\[63px\] {
    margin-bottom: 63px;
  }
  .mb-\[76px\] {
    margin-bottom: 76px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[150px\] {
    margin-bottom: 150px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .\!block {
    display: block !important;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[1\.7\] {
    aspect-ratio: 1.7;
  }
  .aspect-\[1\.23\] {
    aspect-ratio: 1.23;
  }
  .aspect-\[1\.75\] {
    aspect-ratio: 1.75;
  }
  .aspect-\[1\.236\] {
    aspect-ratio: 1.236;
  }
  .aspect-\[2\.05\] {
    aspect-ratio: 2.05;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .\!h-max {
    height: max-content !important;
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60\%\] {
    height: 60%;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[73px\] {
    height: 73px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[181px\] {
    height: 181px;
  }
  .h-\[184px\] {
    height: 184px;
  }
  .h-\[194px\] {
    height: 194px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[580px\] {
    height: 580px;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .h-svh {
    height: 100svh;
  }
  .max-h-\[490px\] {
    max-height: 490px;
  }
  .min-h-0 {
    min-height: var(--spacing-0);
  }
  .min-h-\[0px\] {
    min-height: 0px;
  }
  .min-h-\[100svh\] {
    min-height: 100svh;
  }
  .min-h-\[800px\] {
    min-height: 800px;
  }
  .\!w-\[297px\] {
    width: 297px !important;
  }
  .w-0 {
    width: var(--spacing-0);
  }
  .w-\[0px\] {
    width: 0px;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[5px\] {
    width: 5px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[63px\] {
    width: 63px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[73px\] {
    width: 73px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[124px\] {
    width: 124px;
  }
  .w-\[211px\] {
    width: 211px;
  }
  .w-\[226px\] {
    width: 226px;
  }
  .w-\[231px\] {
    width: 231px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[324px\] {
    width: 324px;
  }
  .w-\[calc\(100dvw-110px\)\] {
    width: calc(100dvw - 110px);
  }
  .w-\[calc\(100dvw\/4\)\] {
    width: calc(100dvw / 4);
  }
  .w-auto {
    width: auto;
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[132px\] {
    max-width: 132px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[184px\] {
    max-width: 184px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[291px\] {
    max-width: 291px;
  }
  .max-w-\[313px\] {
    max-width: 313px;
  }
  .max-w-\[325px\] {
    max-width: 325px;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[429px\] {
    max-width: 429px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[474px\] {
    max-width: 474px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[514px\] {
    max-width: 514px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[576px\] {
    max-width: 576px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1202px\] {
    max-width: 1202px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[1px\] {
    min-width: 1px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .shrink-1 {
    flex-shrink: 1;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-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: calc(50% * -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);
  }
  .translate-y-\[100\%\] {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[45deg\] {
    rotate: 45deg;
  }
  .rotate-x-\[20deg\] {
    --tw-rotate-x: rotateX(20deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .rotate-y-\[-110deg\] {
    --tw-rotate-y: rotateY(-110deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .rotate-z-\[80deg\] {
    --tw-rotate-z: rotateZ(80deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-\[square\] {
    list-style-type: square;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .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-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-\[0px\] {
    gap: 0px !important;
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[31px\] {
    gap: 31px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[49px\] {
    gap: 49px;
  }
  .gap-\[55px\] {
    gap: 55px;
  }
  .gap-\[56px\] {
    gap: 56px;
  }
  .gap-\[79px\] {
    gap: 79px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[92px\] {
    gap: 92px;
  }
  .gap-\[142px\] {
    gap: 142px;
  }
  .gap-x-\[34px\] {
    column-gap: 34px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[65px\] {
    column-gap: 65px;
  }
  .gap-y-\[19px\] {
    row-gap: 19px;
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[33px\] {
    row-gap: 33px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[100\%\] {
    border-radius: 100%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[0px\] {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[8px\] {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-\[1px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-\[1px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#062C86\] {
    border-color: #062C86;
  }
  .border-\[\#C1C1C1\] {
    border-color: #C1C1C1;
  }
  .border-\[\#E1E1E1\] {
    border-color: #E1E1E1;
  }
  .border-\[\#FFFFFF\] {
    border-color: #FFFFFF;
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .\!bg-\[\#062C86\]\/20 {
    background-color: color-mix(in oklab, #062C86 20%, transparent) !important;
  }
  .\!bg-\[\#FFFFFF\]\/20 {
    background-color: color-mix(in oklab, #FFFFFF 20%, transparent) !important;
  }
  .bg-\[\#000000\]\/80 {
    background-color: color-mix(in oklab, #000000 80%, transparent);
  }
  .bg-\[\#2F2F2F\] {
    background-color: #2F2F2F;
  }
  .bg-\[\#021AB8\]\/50 {
    background-color: color-mix(in oklab, #021AB8 50%, transparent);
  }
  .bg-\[\#062C86\] {
    background-color: #062C86;
  }
  .bg-\[\#062C86\]\/40 {
    background-color: color-mix(in oklab, #062C86 40%, transparent);
  }
  .bg-\[\#062C86\]\/80 {
    background-color: color-mix(in oklab, #062C86 80%, transparent);
  }
  .bg-\[\#232F5C\]\/60 {
    background-color: color-mix(in oklab, #232F5C 60%, transparent);
  }
  .bg-\[\#4366DF\] {
    background-color: #4366DF;
  }
  .bg-\[\#303030\] {
    background-color: #303030;
  }
  .bg-\[\#A0AFD4\] {
    background-color: #A0AFD4;
  }
  .bg-\[\#C1C1C1\] {
    background-color: #C1C1C1;
  }
  .bg-\[\#E1E1E1\] {
    background-color: #E1E1E1;
  }
  .bg-\[\#E6EAF4\] {
    background-color: #E6EAF4;
  }
  .bg-\[\#F4F6FF\] {
    background-color: #F4F6FF;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#F7F7F7\]\/70 {
    background-color: color-mix(in oklab, #F7F7F7 70%, transparent);
  }
  .bg-\[\#F7F7F74C\] {
    background-color: #F7F7F74C;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#FFFFFF\]\/15 {
    background-color: color-mix(in oklab, #FFFFFF 15%, transparent);
  }
  .bg-\[\#FFFFFF\]\/70 {
    background-color: color-mix(in oklab, #FFFFFF 70%, transparent);
  }
  .bg-\[\#FFFFFF\]\/80 {
    background-color: color-mix(in oklab, #FFFFFF 80%, transparent);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-\[linear-gradient\(to_bottom_right\,\#7390D5_0\%\,\#365AE1_52\%\,\#1346BE_100\%\)\] {
    background-image: linear-gradient(to bottom right,#7390D5 0%,#365AE1 52%,#1346BE 100%);
  }
  .bg-\[linear-gradient\(to_left\,\#F7F7F700_0\%\,\#F7F7F7_100\%\)\] {
    background-image: linear-gradient(to left,#F7F7F700 0%,#F7F7F7 100%);
  }
  .bg-\[linear-gradient\(to_right\,\#F7F7F700_0\%\,\#F7F7F7_100\%\)\] {
    background-image: linear-gradient(to right,#F7F7F700 0%,#F7F7F7 100%);
  }
  .bg-\[linear-gradient\(to_right_bottom\,\#263AB866_0\%\,\#263AB81A_100\%\)\] {
    background-image: linear-gradient(to right bottom,#263AB866 0%,#263AB81A 100%);
  }
  .bg-\[linear-gradient\(to_right_bottom\,\#7390D5_0\%\,\#365AE1_52\%\,\#1346BE_100\%\)\] {
    background-image: linear-gradient(to right bottom,#7390D5 0%,#365AE1 52%,#1346BE 100%);
  }
  .bg-\[linear-gradient\(to_right_bottom\,\#FFFFFF_0\%\,\#BBC5EF_75\%\)\] {
    background-image: linear-gradient(to right bottom,#FFFFFF 0%,#BBC5EF 75%);
  }
  .bg-\[linear-gradient\(to_top\,\#7390D5_0\%\,\#365AE1_52\%\,\#1346BE_100\%\)\] {
    background-image: linear-gradient(to top,#7390D5 0%,#365AE1 52%,#1346BE 100%);
  }
  .bg-\[linear-gradient\(to_top\,\#7390D5_0\%\,\#365AE1_65\%\,\#1541A1FF_100\%\)\] {
    background-image: linear-gradient(to top,#7390D5 0%,#365AE1 65%,#1541A1FF 100%);
  }
  .bg-\[linear-gradient\(to_top\,\#F7F7F7E6_0\%\,\#F7F7F700_100\%\)\] {
    background-image: linear-gradient(to top,#F7F7F7E6 0%,#F7F7F700 100%);
  }
  .mask-type-alpha {
    mask-type: alpha;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[0px\] {
    padding: 0px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[13\.5px\] {
    padding: 13.5px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .\!px-\[0px\] {
    padding-inline: 0px !important;
  }
  .\!px-\[24px\] {
    padding-inline: 24px !important;
  }
  .\!px-\[40px\] {
    padding-inline: 40px !important;
  }
  .px-\[0px\] {
    padding-inline: 0px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[29px\] {
    padding-inline: 29px;
  }
  .px-\[48px\] {
    padding-inline: 48px;
  }
  .px-\[70px\] {
    padding-inline: 70px;
  }
  .\!py-\[20px\] {
    padding-block: 20px !important;
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[27px\] {
    padding-block: 27px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[38px\] {
    padding-block: 38px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[43px\] {
    padding-block: 43px;
  }
  .py-\[47px\] {
    padding-block: 47px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .\!pt-\[100px\] {
    padding-top: 100px !important;
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[9px\] {
    padding-top: 9px;
  }
  .pt-\[17px\] {
    padding-top: 17px;
  }
  .pt-\[22px\] {
    padding-top: 22px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[53px\] {
    padding-top: 53px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[66px\] {
    padding-top: 66px;
  }
  .pt-\[76px\] {
    padding-top: 76px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[134px\] {
    padding-top: 134px;
  }
  .pt-\[162px\] {
    padding-top: 162px;
  }
  .\!pr-\[23px\] {
    padding-right: 23px !important;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[13px\] {
    padding-right: 13px;
  }
  .pr-\[14px\] {
    padding-right: 14px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[18px\] {
    padding-right: 18px;
  }
  .pr-\[23px\] {
    padding-right: 23px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pr-\[27px\] {
    padding-right: 27px;
  }
  .pr-\[28px\] {
    padding-right: 28px;
  }
  .pr-\[47px\] {
    padding-right: 47px;
  }
  .\!pb-\[50px\] {
    padding-bottom: 50px !important;
  }
  .pb-0 {
    padding-bottom: var(--spacing-0);
  }
  .pb-\[0px\] {
    padding-bottom: 0px;
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[19px\] {
    padding-bottom: 19px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[21px\] {
    padding-bottom: 21px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[73px\] {
    padding-bottom: 73px;
  }
  .pb-\[76px\] {
    padding-bottom: 76px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[94px\] {
    padding-bottom: 94px;
  }
  .pb-\[140px\] {
    padding-bottom: 140px;
  }
  .pb-\[200px\] {
    padding-bottom: 200px;
  }
  .pb-\[300px\] {
    padding-bottom: 300px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[22px\] {
    padding-left: 22px;
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .pl-\[27px\] {
    padding-left: 27px;
  }
  .pl-\[34px\] {
    padding-left: 34px;
  }
  .pl-\[41px\] {
    padding-left: 41px;
  }
  .pl-\[44px\] {
    padding-left: 44px;
  }
  .pl-\[47px\] {
    padding-left: 47px;
  }
  .pl-\[57px\] {
    padding-left: 57px;
  }
  .pl-\[77px\] {
    padding-left: 77px;
  }
  .pl-\[101px\] {
    padding-left: 101px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .font-gill-sans {
    font-family: var(--font-gill-sans);
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .font-zen-kaku-gothic-new {
    font-family: var(--font-zen-kaku-gothic-new);
  }
  .text-\[6px\] {
    font-size: 6px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .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-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .leading-\[175\%\] {
    --tw-leading: 175%;
    line-height: 175%;
  }
  .leading-\[200\%\] {
    --tw-leading: 200%;
    line-height: 200%;
  }
  .leading-\[auto\] {
    --tw-leading: auto;
    line-height: auto;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .tracking-\[0px\] {
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }
  .tracking-\[1\.4px\] {
    --tw-tracking: 1.4px;
    letter-spacing: 1.4px;
  }
  .tracking-\[1\.6px\] {
    --tw-tracking: 1.6px;
    letter-spacing: 1.6px;
  }
  .tracking-\[1\.8px\] {
    --tw-tracking: 1.8px;
    letter-spacing: 1.8px;
  }
  .tracking-\[1\.12px\] {
    --tw-tracking: 1.12px;
    letter-spacing: 1.12px;
  }
  .tracking-\[1\.28px\] {
    --tw-tracking: 1.28px;
    letter-spacing: 1.28px;
  }
  .tracking-\[1\.44px\] {
    --tw-tracking: 1.44px;
    letter-spacing: 1.44px;
  }
  .tracking-\[2\.2px\] {
    --tw-tracking: 2.2px;
    letter-spacing: 2.2px;
  }
  .tracking-\[2\.56px\] {
    --tw-tracking: 2.56px;
    letter-spacing: 2.56px;
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-\[3\.2px\] {
    --tw-tracking: 3.2px;
    letter-spacing: 3.2px;
  }
  .tracking-\[3\.6px\] {
    --tw-tracking: 3.6px;
    letter-spacing: 3.6px;
  }
  .tracking-\[4\.8px\] {
    --tw-tracking: 4.8px;
    letter-spacing: 4.8px;
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .tracking-\[5\.6px\] {
    --tw-tracking: 5.6px;
    letter-spacing: 5.6px;
  }
  .tracking-\[6\.4px\] {
    --tw-tracking: 6.4px;
    letter-spacing: 6.4px;
  }
  .tracking-\[8px\] {
    --tw-tracking: 8px;
    letter-spacing: 8px;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#1B3689\] {
    color: #1B3689;
  }
  .text-\[\#062C86\] {
    color: #062C86;
  }
  .text-\[\#1346BE\] {
    color: #1346BE;
  }
  .text-\[\#303030\] {
    color: #303030;
  }
  .text-\[\#303030\]\/40 {
    color: color-mix(in oklab, #303030 40%, transparent);
  }
  .text-\[\#989898\] {
    color: #989898;
  }
  .text-\[\#C1C1C1\] {
    color: #C1C1C1;
  }
  .text-\[\#EAEFFA\] {
    color: #EAEFFA;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[\#FFFFFF\]\/20 {
    color: color-mix(in oklab, #FFFFFF 20%, transparent);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[0\] {
    opacity: 0;
  }
  .mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-\[0_4px_12px_0_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_12px_0_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0 4px 12px 0 var(--tw-shadow-color, rgba(0,0,0,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_12px_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0 4px 12px var(--tw-shadow-color, rgba(0,0,0,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[5px\] {
    --tw-blur: blur(5px);
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-\[500ms\] {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .index-1 {
    --index: 1;
  }
  .index-2 {
    --index: 2;
  }
  .index-3 {
    --index: 3;
  }
  .index-4 {
    --index: 4;
  }
  .index-5 {
    --index: 5;
  }
  .index-6 {
    --index: 6;
  }
  .index-7 {
    --index: 7;
  }
  .index-8 {
    --index: 8;
  }
  .index-9 {
    --index: 9;
  }
  .index-10 {
    --index: 10;
  }
  .index-11 {
    --index: 11;
  }
  .index-12 {
    --index: 12;
  }
  .index-13 {
    --index: 13;
  }
  .index-14 {
    --index: 14;
  }
  .index-15 {
    --index: 15;
  }
  .index-16 {
    --index: 16;
  }
  .index-17 {
    --index: 17;
  }
  .index-18 {
    --index: 18;
  }
  .index-19 {
    --index: 19;
  }
  .index-20 {
    --index: 20;
  }
  .index-21 {
    --index: 21;
  }
  .index-22 {
    --index: 22;
  }
  .index-23 {
    --index: 23;
  }
  .index-24 {
    --index: 24;
  }
  .index-25 {
    --index: 25;
  }
  .index-26 {
    --index: 26;
  }
  .index-27 {
    --index: 27;
  }
  .index-28 {
    --index: 28;
  }
  .index-29 {
    --index: 29;
  }
  .index-30 {
    --index: 30;
  }
  .index-31 {
    --index: 31;
  }
  .index-32 {
    --index: 32;
  }
  .index-33 {
    --index: 33;
  }
  .index-34 {
    --index: 34;
  }
  .index-35 {
    --index: 35;
  }
  .index-36 {
    --index: 36;
  }
  .index-37 {
    --index: 37;
  }
  .index-38 {
    --index: 38;
  }
  .index-39 {
    --index: 39;
  }
  .index-40 {
    --index: 40;
  }
  .index-41 {
    --index: 41;
  }
  .index-42 {
    --index: 42;
  }
  .group-hover\:h-\[101\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        height: 101%;
      }
    }
  }
  .group-hover\:w-\[101\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 101%;
      }
    }
  }
  .group-hover\:text-\[\#FFFFFF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #FFFFFF;
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.is-active\]\:animate-\[fadeInUp_0\.5s_ease-out_forwards\] {
    &:is(:where(.group):is(.is-active) *) {
      animation: fadeInUp 0.5s ease-out forwards;
    }
  }
  .group-\[\.is-active\]\:\[animation-delay\:0\.1s\] {
    &:is(:where(.group):is(.is-active) *) {
      animation-delay: 0.1s;
    }
  }
  .before\:\!translate-x-\[0\%\] {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: 0% !important;
      translate: var(--tw-translate-x) var(--tw-translate-y) !important;
    }
  }
  .hover\:bg-\[\#021AB8\]\/30 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #021AB8 30%, transparent);
      }
    }
  }
  .hover\:bg-\[\#062C86\] {
    &:hover {
      @media (hover: hover) {
        background-color: #062C86;
      }
    }
  }
  .hover\:bg-\[\#E1E1E1\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E1E1E1;
      }
    }
  }
  .hover\:pl-\[34px\] {
    &:hover {
      @media (hover: hover) {
        padding-left: 34px;
      }
    }
  }
  .hover\:text-\[\#1346BE\] {
    &:hover {
      @media (hover: hover) {
        color: #1346BE;
      }
    }
  }
  .hover\:text-\[\#FFFFFF\] {
    &:hover {
      @media (hover: hover) {
        color: #FFFFFF;
      }
    }
  }
  .\36 00\:grid-cols-2 {
    @media (width >= 600px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\37 68\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .\37 68\:top-1\/2 {
    @media (width >= 768px) {
      top: calc(1/2 * 100%);
    }
  }
  .\37 68\:top-\[-40px\] {
    @media (width >= 768px) {
      top: -40px;
    }
  }
  .\37 68\:top-\[50px\] {
    @media (width >= 768px) {
      top: 50px;
    }
  }
  .\37 68\:top-\[160px\] {
    @media (width >= 768px) {
      top: 160px;
    }
  }
  .\37 68\:right-\[-32px\] {
    @media (width >= 768px) {
      right: -32px;
    }
  }
  .\37 68\:right-\[-60px\] {
    @media (width >= 768px) {
      right: -60px;
    }
  }
  .\37 68\:right-\[32px\] {
    @media (width >= 768px) {
      right: 32px;
    }
  }
  .\37 68\:left-\[16px\] {
    @media (width >= 768px) {
      left: 16px;
    }
  }
  .\37 68\:left-\[163px\] {
    @media (width >= 768px) {
      left: 163px;
    }
  }
  .\37 68\:mx-\[8px\] {
    @media (width >= 768px) {
      margin-inline: 8px;
    }
  }
  .\37 68\:my-\[200px\] {
    @media (width >= 768px) {
      margin-block: 200px;
    }
  }
  .\37 68\:mt-0 {
    @media (width >= 768px) {
      margin-top: var(--spacing-0);
    }
  }
  .\37 68\:mt-\[0px\] {
    @media (width >= 768px) {
      margin-top: 0px;
    }
  }
  .\37 68\:mt-\[8px\] {
    @media (width >= 768px) {
      margin-top: 8px;
    }
  }
  .\37 68\:mt-\[16px\] {
    @media (width >= 768px) {
      margin-top: 16px;
    }
  }
  .\37 68\:mt-\[24px\] {
    @media (width >= 768px) {
      margin-top: 24px;
    }
  }
  .\37 68\:mt-\[35px\] {
    @media (width >= 768px) {
      margin-top: 35px;
    }
  }
  .\37 68\:mt-\[40px\] {
    @media (width >= 768px) {
      margin-top: 40px;
    }
  }
  .\37 68\:mt-\[72px\] {
    @media (width >= 768px) {
      margin-top: 72px;
    }
  }
  .\37 68\:mt-\[80px\] {
    @media (width >= 768px) {
      margin-top: 80px;
    }
  }
  .\37 68\:mt-\[94px\] {
    @media (width >= 768px) {
      margin-top: 94px;
    }
  }
  .\37 68\:mt-\[120px\] {
    @media (width >= 768px) {
      margin-top: 120px;
    }
  }
  .\37 68\:mt-\[152px\] {
    @media (width >= 768px) {
      margin-top: 152px;
    }
  }
  .\37 68\:mt-\[158px\] {
    @media (width >= 768px) {
      margin-top: 158px;
    }
  }
  .\37 68\:mt-\[167px\] {
    @media (width >= 768px) {
      margin-top: 167px;
    }
  }
  .\37 68\:mt-\[198px\] {
    @media (width >= 768px) {
      margin-top: 198px;
    }
  }
  .\37 68\:mt-\[200px\] {
    @media (width >= 768px) {
      margin-top: 200px;
    }
  }
  .\37 68\:mb-\[8px\] {
    @media (width >= 768px) {
      margin-bottom: 8px;
    }
  }
  .\37 68\:mb-\[32px\] {
    @media (width >= 768px) {
      margin-bottom: 32px;
    }
  }
  .\37 68\:mb-\[40px\] {
    @media (width >= 768px) {
      margin-bottom: 40px;
    }
  }
  .\37 68\:mb-\[52px\] {
    @media (width >= 768px) {
      margin-bottom: 52px;
    }
  }
  .\37 68\:mb-\[79px\] {
    @media (width >= 768px) {
      margin-bottom: 79px;
    }
  }
  .\37 68\:mb-\[80px\] {
    @media (width >= 768px) {
      margin-bottom: 80px;
    }
  }
  .\37 68\:mb-\[141px\] {
    @media (width >= 768px) {
      margin-bottom: 141px;
    }
  }
  .\37 68\:mb-\[152px\] {
    @media (width >= 768px) {
      margin-bottom: 152px;
    }
  }
  .\37 68\:ml-0 {
    @media (width >= 768px) {
      margin-left: var(--spacing-0);
    }
  }
  .\37 68\:ml-\[0px\] {
    @media (width >= 768px) {
      margin-left: 0px;
    }
  }
  .\37 68\:\!block {
    @media (width >= 768px) {
      display: block !important;
    }
  }
  .\37 68\:\!hidden {
    @media (width >= 768px) {
      display: none !important;
    }
  }
  .\37 68\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .\37 68\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .\37 68\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .\37 68\:h-\[18px\] {
    @media (width >= 768px) {
      height: 18px;
    }
  }
  .\37 68\:h-\[25px\] {
    @media (width >= 768px) {
      height: 25px;
    }
  }
  .\37 68\:h-\[36px\] {
    @media (width >= 768px) {
      height: 36px;
    }
  }
  .\37 68\:h-\[46px\] {
    @media (width >= 768px) {
      height: 46px;
    }
  }
  .\37 68\:h-\[69px\] {
    @media (width >= 768px) {
      height: 69px;
    }
  }
  .\37 68\:h-\[76px\] {
    @media (width >= 768px) {
      height: 76px;
    }
  }
  .\37 68\:h-\[80px\] {
    @media (width >= 768px) {
      height: 80px;
    }
  }
  .\37 68\:h-\[92px\] {
    @media (width >= 768px) {
      height: 92px;
    }
  }
  .\37 68\:h-\[94px\] {
    @media (width >= 768px) {
      height: 94px;
    }
  }
  .\37 68\:h-\[186px\] {
    @media (width >= 768px) {
      height: 186px;
    }
  }
  .\37 68\:h-\[500px\] {
    @media (width >= 768px) {
      height: 500px;
    }
  }
  .\37 68\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .\37 68\:h-svh {
    @media (width >= 768px) {
      height: 100svh;
    }
  }
  .\37 68\:max-h-full {
    @media (width >= 768px) {
      max-height: 100%;
    }
  }
  .\37 68\:min-h-\[100svh\] {
    @media (width >= 768px) {
      min-height: 100svh;
    }
  }
  .\37 68\:min-h-svh {
    @media (width >= 768px) {
      min-height: 100svh;
    }
  }
  .\37 68\:w-\[0px\] {
    @media (width >= 768px) {
      width: 0px;
    }
  }
  .\37 68\:w-\[25px\] {
    @media (width >= 768px) {
      width: 25px;
    }
  }
  .\37 68\:w-\[30\%\] {
    @media (width >= 768px) {
      width: 30%;
    }
  }
  .\37 68\:w-\[80px\] {
    @media (width >= 768px) {
      width: 80px;
    }
  }
  .\37 68\:w-\[176px\] {
    @media (width >= 768px) {
      width: 176px;
    }
  }
  .\37 68\:w-\[184px\] {
    @media (width >= 768px) {
      width: 184px;
    }
  }
  .\37 68\:w-\[186px\] {
    @media (width >= 768px) {
      width: 186px;
    }
  }
  .\37 68\:w-\[420px\] {
    @media (width >= 768px) {
      width: 420px;
    }
  }
  .\37 68\:w-\[440px\] {
    @media (width >= 768px) {
      width: 440px;
    }
  }
  .\37 68\:w-\[500px\] {
    @media (width >= 768px) {
      width: 500px;
    }
  }
  .\37 68\:w-\[calc\(100dvw\/15\)\] {
    @media (width >= 768px) {
      width: calc(100dvw / 15);
    }
  }
  .\37 68\:w-\[calc\(100svw\/15\)\] {
    @media (width >= 768px) {
      width: calc(100svw / 15);
    }
  }
  .\37 68\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
  .\37 68\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .\37 68\:w-max {
    @media (width >= 768px) {
      width: max-content;
    }
  }
  .\37 68\:max-w-\[120px\] {
    @media (width >= 768px) {
      max-width: 120px;
    }
  }
  .\37 68\:max-w-\[210px\] {
    @media (width >= 768px) {
      max-width: 210px;
    }
  }
  .\37 68\:max-w-\[460px\] {
    @media (width >= 768px) {
      max-width: 460px;
    }
  }
  .\37 68\:max-w-\[560px\] {
    @media (width >= 768px) {
      max-width: 560px;
    }
  }
  .\37 68\:max-w-\[640px\] {
    @media (width >= 768px) {
      max-width: 640px;
    }
  }
  .\37 68\:max-w-\[700px\] {
    @media (width >= 768px) {
      max-width: 700px;
    }
  }
  .\37 68\:max-w-\[740px\] {
    @media (width >= 768px) {
      max-width: 740px;
    }
  }
  .\37 68\:max-w-full {
    @media (width >= 768px) {
      max-width: 100%;
    }
  }
  .\37 68\:flex-1 {
    @media (width >= 768px) {
      flex: 1;
    }
  }
  .\37 68\:-translate-y-\[50\%\] {
    @media (width >= 768px) {
      --tw-translate-y: calc(50% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\37 68\:list-inside {
    @media (width >= 768px) {
      list-style-position: inside;
    }
  }
  .\37 68\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\37 68\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\37 68\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .\37 68\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .\37 68\:items-end {
    @media (width >= 768px) {
      align-items: flex-end;
    }
  }
  .\37 68\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
  .\37 68\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .\37 68\:justify-start {
    @media (width >= 768px) {
      justify-content: flex-start;
    }
  }
  .\37 68\:gap-\[0px\] {
    @media (width >= 768px) {
      gap: 0px;
    }
  }
  .\37 68\:gap-\[8px\] {
    @media (width >= 768px) {
      gap: 8px;
    }
  }
  .\37 68\:gap-\[16px\] {
    @media (width >= 768px) {
      gap: 16px;
    }
  }
  .\37 68\:gap-\[24px\] {
    @media (width >= 768px) {
      gap: 24px;
    }
  }
  .\37 68\:gap-\[32px\] {
    @media (width >= 768px) {
      gap: 32px;
    }
  }
  .\37 68\:gap-\[33px\] {
    @media (width >= 768px) {
      gap: 33px;
    }
  }
  .\37 68\:gap-\[40px\] {
    @media (width >= 768px) {
      gap: 40px;
    }
  }
  .\37 68\:gap-\[42px\] {
    @media (width >= 768px) {
      gap: 42px;
    }
  }
  .\37 68\:gap-\[43px\] {
    @media (width >= 768px) {
      gap: 43px;
    }
  }
  .\37 68\:gap-\[48px\] {
    @media (width >= 768px) {
      gap: 48px;
    }
  }
  .\37 68\:gap-\[64px\] {
    @media (width >= 768px) {
      gap: 64px;
    }
  }
  .\37 68\:gap-\[96px\] {
    @media (width >= 768px) {
      gap: 96px;
    }
  }
  .\37 68\:gap-\[120px\] {
    @media (width >= 768px) {
      gap: 120px;
    }
  }
  .\37 68\:gap-\[143px\] {
    @media (width >= 768px) {
      gap: 143px;
    }
  }
  .\37 68\:gap-x-\[40px\] {
    @media (width >= 768px) {
      column-gap: 40px;
    }
  }
  .\37 68\:gap-y-\[24px\] {
    @media (width >= 768px) {
      row-gap: 24px;
    }
  }
  .\37 68\:border-\[\#FFFFFF\] {
    @media (width >= 768px) {
      border-color: #FFFFFF;
    }
  }
  .\37 68\:bg-\[\#C1C1C1\]\/40 {
    @media (width >= 768px) {
      background-color: color-mix(in oklab, #C1C1C1 40%, transparent);
    }
  }
  .\37 68\:bg-\[\#F7F7F7\]\/70 {
    @media (width >= 768px) {
      background-color: color-mix(in oklab, #F7F7F7 70%, transparent);
    }
  }
  .\37 68\:bg-transparent {
    @media (width >= 768px) {
      background-color: transparent;
    }
  }
  .\37 68\:p-0 {
    @media (width >= 768px) {
      padding: var(--spacing-0);
    }
  }
  .\37 68\:p-\[22px\] {
    @media (width >= 768px) {
      padding: 22px;
    }
  }
  .\37 68\:p-\[40px\] {
    @media (width >= 768px) {
      padding: 40px;
    }
  }
  .\37 68\:p-\[96px\] {
    @media (width >= 768px) {
      padding: 96px;
    }
  }
  .\37 68\:\!px-0 {
    @media (width >= 768px) {
      padding-inline: var(--spacing-0) !important;
    }
  }
  .\37 68\:\!px-\[0px\] {
    @media (width >= 768px) {
      padding-inline: 0px !important;
    }
  }
  .\37 68\:\!px-\[40px\] {
    @media (width >= 768px) {
      padding-inline: 40px !important;
    }
  }
  .\37 68\:\!px-\[60px\] {
    @media (width >= 768px) {
      padding-inline: 60px !important;
    }
  }
  .\37 68\:\!px-\[119px\] {
    @media (width >= 768px) {
      padding-inline: 119px !important;
    }
  }
  .\37 68\:\!px-\[120px\] {
    @media (width >= 768px) {
      padding-inline: 120px !important;
    }
  }
  .\37 68\:px-0 {
    @media (width >= 768px) {
      padding-inline: var(--spacing-0);
    }
  }
  .\37 68\:px-\[38px\] {
    @media (width >= 768px) {
      padding-inline: 38px;
    }
  }
  .\37 68\:px-\[40px\] {
    @media (width >= 768px) {
      padding-inline: 40px;
    }
  }
  .\37 68\:px-\[52px\] {
    @media (width >= 768px) {
      padding-inline: 52px;
    }
  }
  .\37 68\:px-\[56px\] {
    @media (width >= 768px) {
      padding-inline: 56px;
    }
  }
  .\37 68\:px-\[60px\] {
    @media (width >= 768px) {
      padding-inline: 60px;
    }
  }
  .\37 68\:px-\[95px\] {
    @media (width >= 768px) {
      padding-inline: 95px;
    }
  }
  .\37 68\:px-\[148px\] {
    @media (width >= 768px) {
      padding-inline: 148px;
    }
  }
  .\37 68\:px-\[150px\] {
    @media (width >= 768px) {
      padding-inline: 150px;
    }
  }
  .\37 68\:px-\[386px\] {
    @media (width >= 768px) {
      padding-inline: 386px;
    }
  }
  .\37 68\:py-0 {
    @media (width >= 768px) {
      padding-block: var(--spacing-0);
    }
  }
  .\37 68\:py-\[32px\] {
    @media (width >= 768px) {
      padding-block: 32px;
    }
  }
  .\37 68\:py-\[40px\] {
    @media (width >= 768px) {
      padding-block: 40px;
    }
  }
  .\37 68\:py-\[43px\] {
    @media (width >= 768px) {
      padding-block: 43px;
    }
  }
  .\37 68\:py-\[64px\] {
    @media (width >= 768px) {
      padding-block: 64px;
    }
  }
  .\37 68\:py-\[136px\] {
    @media (width >= 768px) {
      padding-block: 136px;
    }
  }
  .\37 68\:py-\[160px\] {
    @media (width >= 768px) {
      padding-block: 160px;
    }
  }
  .\37 68\:py-\[200px\] {
    @media (width >= 768px) {
      padding-block: 200px;
    }
  }
  .\37 68\:pt-0 {
    @media (width >= 768px) {
      padding-top: var(--spacing-0);
    }
  }
  .\37 68\:pt-\[0px\] {
    @media (width >= 768px) {
      padding-top: 0px;
    }
  }
  .\37 68\:pt-\[24px\] {
    @media (width >= 768px) {
      padding-top: 24px;
    }
  }
  .\37 68\:pt-\[40px\] {
    @media (width >= 768px) {
      padding-top: 40px;
    }
  }
  .\37 68\:pt-\[44px\] {
    @media (width >= 768px) {
      padding-top: 44px;
    }
  }
  .\37 68\:pt-\[54px\] {
    @media (width >= 768px) {
      padding-top: 54px;
    }
  }
  .\37 68\:pt-\[64px\] {
    @media (width >= 768px) {
      padding-top: 64px;
    }
  }
  .\37 68\:pt-\[66px\] {
    @media (width >= 768px) {
      padding-top: 66px;
    }
  }
  .\37 68\:pt-\[76px\] {
    @media (width >= 768px) {
      padding-top: 76px;
    }
  }
  .\37 68\:pt-\[120px\] {
    @media (width >= 768px) {
      padding-top: 120px;
    }
  }
  .\37 68\:pt-\[141px\] {
    @media (width >= 768px) {
      padding-top: 141px;
    }
  }
  .\37 68\:\!pr-\[53px\] {
    @media (width >= 768px) {
      padding-right: 53px !important;
    }
  }
  .\37 68\:pr-\[16px\] {
    @media (width >= 768px) {
      padding-right: 16px;
    }
  }
  .\37 68\:pr-\[32px\] {
    @media (width >= 768px) {
      padding-right: 32px;
    }
  }
  .\37 68\:pr-\[40px\] {
    @media (width >= 768px) {
      padding-right: 40px;
    }
  }
  .\37 68\:pr-\[48px\] {
    @media (width >= 768px) {
      padding-right: 48px;
    }
  }
  .\37 68\:pr-\[53px\] {
    @media (width >= 768px) {
      padding-right: 53px;
    }
  }
  .\37 68\:pr-\[80px\] {
    @media (width >= 768px) {
      padding-right: 80px;
    }
  }
  .\37 68\:pr-\[87px\] {
    @media (width >= 768px) {
      padding-right: 87px;
    }
  }
  .\37 68\:pr-\[94px\] {
    @media (width >= 768px) {
      padding-right: 94px;
    }
  }
  .\37 68\:\!pb-\[120px\] {
    @media (width >= 768px) {
      padding-bottom: 120px !important;
    }
  }
  .\37 68\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-0);
    }
  }
  .\37 68\:pb-\[30px\] {
    @media (width >= 768px) {
      padding-bottom: 30px;
    }
  }
  .\37 68\:pb-\[45px\] {
    @media (width >= 768px) {
      padding-bottom: 45px;
    }
  }
  .\37 68\:pb-\[66px\] {
    @media (width >= 768px) {
      padding-bottom: 66px;
    }
  }
  .\37 68\:pb-\[70px\] {
    @media (width >= 768px) {
      padding-bottom: 70px;
    }
  }
  .\37 68\:pb-\[76px\] {
    @media (width >= 768px) {
      padding-bottom: 76px;
    }
  }
  .\37 68\:pb-\[77px\] {
    @media (width >= 768px) {
      padding-bottom: 77px;
    }
  }
  .\37 68\:pb-\[96px\] {
    @media (width >= 768px) {
      padding-bottom: 96px;
    }
  }
  .\37 68\:pb-\[100px\] {
    @media (width >= 768px) {
      padding-bottom: 100px;
    }
  }
  .\37 68\:pb-\[105px\] {
    @media (width >= 768px) {
      padding-bottom: 105px;
    }
  }
  .\37 68\:pb-\[120px\] {
    @media (width >= 768px) {
      padding-bottom: 120px;
    }
  }
  .\37 68\:pb-\[160px\] {
    @media (width >= 768px) {
      padding-bottom: 160px;
    }
  }
  .\37 68\:\!pl-\[60px\] {
    @media (width >= 768px) {
      padding-left: 60px !important;
    }
  }
  .\37 68\:pl-\[23px\] {
    @media (width >= 768px) {
      padding-left: 23px;
    }
  }
  .\37 68\:pl-\[32px\] {
    @media (width >= 768px) {
      padding-left: 32px;
    }
  }
  .\37 68\:pl-\[40px\] {
    @media (width >= 768px) {
      padding-left: 40px;
    }
  }
  .\37 68\:pl-\[80px\] {
    @media (width >= 768px) {
      padding-left: 80px;
    }
  }
  .\37 68\:pl-\[95px\] {
    @media (width >= 768px) {
      padding-left: 95px;
    }
  }
  .\37 68\:pl-\[96px\] {
    @media (width >= 768px) {
      padding-left: 96px;
    }
  }
  .\37 68\:text-left {
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .\37 68\:text-\[12px\] {
    @media (width >= 768px) {
      font-size: 12px;
    }
  }
  .\37 68\:text-\[14px\] {
    @media (width >= 768px) {
      font-size: 14px;
    }
  }
  .\37 68\:text-\[16px\] {
    @media (width >= 768px) {
      font-size: 16px;
    }
  }
  .\37 68\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .\37 68\:text-\[20px\] {
    @media (width >= 768px) {
      font-size: 20px;
    }
  }
  .\37 68\:text-\[22px\] {
    @media (width >= 768px) {
      font-size: 22px;
    }
  }
  .\37 68\:text-\[24px\] {
    @media (width >= 768px) {
      font-size: 24px;
    }
  }
  .\37 68\:text-\[32px\] {
    @media (width >= 768px) {
      font-size: 32px;
    }
  }
  .\37 68\:text-\[40px\] {
    @media (width >= 768px) {
      font-size: 40px;
    }
  }
  .\37 68\:text-\[48px\] {
    @media (width >= 768px) {
      font-size: 48px;
    }
  }
  .\37 68\:text-\[64px\] {
    @media (width >= 768px) {
      font-size: 64px;
    }
  }
  .\37 68\:leading-\[50px\] {
    @media (width >= 768px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .\37 68\:leading-\[150\%\] {
    @media (width >= 768px) {
      --tw-leading: 150%;
      line-height: 150%;
    }
  }
  .\37 68\:leading-\[175\%\] {
    @media (width >= 768px) {
      --tw-leading: 175%;
      line-height: 175%;
    }
  }
  .\37 68\:leading-\[240\%\] {
    @media (width >= 768px) {
      --tw-leading: 240%;
      line-height: 240%;
    }
  }
  .\37 68\:leading-\[normal\] {
    @media (width >= 768px) {
      --tw-leading: normal;
      line-height: normal;
    }
  }
  .\37 68\:font-\[400\] {
    @media (width >= 768px) {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\37 68\:font-\[500\] {
    @media (width >= 768px) {
      --tw-font-weight: 500;
      font-weight: 500;
    }
  }
  .\37 68\:font-\[700\] {
    @media (width >= 768px) {
      --tw-font-weight: 700;
      font-weight: 700;
    }
  }
  .\37 68\:tracking-\[0px\] {
    @media (width >= 768px) {
      --tw-tracking: 0px;
      letter-spacing: 0px;
    }
  }
  .\37 68\:tracking-\[1\.4px\] {
    @media (width >= 768px) {
      --tw-tracking: 1.4px;
      letter-spacing: 1.4px;
    }
  }
  .\37 68\:tracking-\[1\.6px\] {
    @media (width >= 768px) {
      --tw-tracking: 1.6px;
      letter-spacing: 1.6px;
    }
  }
  .\37 68\:tracking-\[1\.12px\] {
    @media (width >= 768px) {
      --tw-tracking: 1.12px;
      letter-spacing: 1.12px;
    }
  }
  .\37 68\:tracking-\[1\.28px\] {
    @media (width >= 768px) {
      --tw-tracking: 1.28px;
      letter-spacing: 1.28px;
    }
  }
  .\37 68\:tracking-\[1\.44px\] {
    @media (width >= 768px) {
      --tw-tracking: 1.44px;
      letter-spacing: 1.44px;
    }
  }
  .\37 68\:tracking-\[3\.2px\] {
    @media (width >= 768px) {
      --tw-tracking: 3.2px;
      letter-spacing: 3.2px;
    }
  }
  .\37 68\:tracking-\[3\.84px\] {
    @media (width >= 768px) {
      --tw-tracking: 3.84px;
      letter-spacing: 3.84px;
    }
  }
  .\37 68\:tracking-\[4\.8px\] {
    @media (width >= 768px) {
      --tw-tracking: 4.8px;
      letter-spacing: 4.8px;
    }
  }
  .\37 68\:tracking-\[4px\] {
    @media (width >= 768px) {
      --tw-tracking: 4px;
      letter-spacing: 4px;
    }
  }
  .\37 68\:tracking-\[5\.6px\] {
    @media (width >= 768px) {
      --tw-tracking: 5.6px;
      letter-spacing: 5.6px;
    }
  }
  .\37 68\:tracking-\[5\.12px\] {
    @media (width >= 768px) {
      --tw-tracking: 5.12px;
      letter-spacing: 5.12px;
    }
  }
  .\37 68\:tracking-\[6\.4px\] {
    @media (width >= 768px) {
      --tw-tracking: 6.4px;
      letter-spacing: 6.4px;
    }
  }
  .\37 68\:tracking-\[8px\] {
    @media (width >= 768px) {
      --tw-tracking: 8px;
      letter-spacing: 8px;
    }
  }
  .\37 68\:tracking-\[9\.6px\] {
    @media (width >= 768px) {
      --tw-tracking: 9.6px;
      letter-spacing: 9.6px;
    }
  }
  .\37 68\:text-nowrap {
    @media (width >= 768px) {
      text-wrap: nowrap;
    }
  }
  .\37 68\:whitespace-nowrap {
    @media (width >= 768px) {
      white-space: nowrap;
    }
  }
  .\37 68\:whitespace-pre-line {
    @media (width >= 768px) {
      white-space: pre-line;
    }
  }
  .\37 68\:text-\[\#C1C1C1\]\/60 {
    @media (width >= 768px) {
      color: color-mix(in oklab, #C1C1C1 60%, transparent);
    }
  }
  .\37 68\:blur-\[10px\] {
    @media (width >= 768px) {
      --tw-blur: blur(10px);
      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,);
    }
  }
  .\37 68\:backdrop-blur-\[20px\] {
    @media (width >= 768px) {
      --tw-backdrop-blur: blur(20px);
      -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,);
    }
  }
  .\37 68\:backdrop-blur-none {
    @media (width >= 768px) {
      --tw-backdrop-blur:  ;
      -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,);
    }
  }
  .\31 024\:mt-\[0px\] {
    @media (width >= 1024px) {
      margin-top: 0px;
    }
  }
  .\31 024\:mt-\[32px\] {
    @media (width >= 1024px) {
      margin-top: 32px;
    }
  }
  .\31 024\:mt-\[40px\] {
    @media (width >= 1024px) {
      margin-top: 40px;
    }
  }
  .\31 024\:mt-\[80px\] {
    @media (width >= 1024px) {
      margin-top: 80px;
    }
  }
  .\31 024\:mt-\[90px\] {
    @media (width >= 1024px) {
      margin-top: 90px;
    }
  }
  .\31 024\:mt-\[94px\] {
    @media (width >= 1024px) {
      margin-top: 94px;
    }
  }
  .\31 024\:mt-\[150px\] {
    @media (width >= 1024px) {
      margin-top: 150px;
    }
  }
  .\31 024\:mt-\[158px\] {
    @media (width >= 1024px) {
      margin-top: 158px;
    }
  }
  .\31 024\:mb-\[40px\] {
    @media (width >= 1024px) {
      margin-bottom: 40px;
    }
  }
  .\31 024\:mb-\[152px\] {
    @media (width >= 1024px) {
      margin-bottom: 152px;
    }
  }
  .\31 024\:mb-\[200px\] {
    @media (width >= 1024px) {
      margin-bottom: 200px;
    }
  }
  .\31 024\:ml-0 {
    @media (width >= 1024px) {
      margin-left: var(--spacing-0);
    }
  }
  .\31 024\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .\31 024\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .\31 024\:aspect-\[2\.17\] {
    @media (width >= 1024px) {
      aspect-ratio: 2.17;
    }
  }
  .\31 024\:h-\[76px\] {
    @media (width >= 1024px) {
      height: 76px;
    }
  }
  .\31 024\:h-\[94px\] {
    @media (width >= 1024px) {
      height: 94px;
    }
  }
  .\31 024\:w-\[300px\] {
    @media (width >= 1024px) {
      width: 300px;
    }
  }
  .\31 024\:w-\[420px\] {
    @media (width >= 1024px) {
      width: 420px;
    }
  }
  .\31 024\:max-w-\[220px\] {
    @media (width >= 1024px) {
      max-width: 220px;
    }
  }
  .\31 024\:max-w-\[640px\] {
    @media (width >= 1024px) {
      max-width: 640px;
    }
  }
  .\31 024\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\31 024\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\31 024\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .\31 024\:justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .\31 024\:gap-\[8px\] {
    @media (width >= 1024px) {
      gap: 8px;
    }
  }
  .\31 024\:gap-\[24px\] {
    @media (width >= 1024px) {
      gap: 24px;
    }
  }
  .\31 024\:gap-\[33px\] {
    @media (width >= 1024px) {
      gap: 33px;
    }
  }
  .\31 024\:bg-\[\#C1C1C1\]\/40 {
    @media (width >= 1024px) {
      background-color: color-mix(in oklab, #C1C1C1 40%, transparent);
    }
  }
  .\31 024\:\!px-\[0px\] {
    @media (width >= 1024px) {
      padding-inline: 0px !important;
    }
  }
  .\31 024\:\!px-\[119px\] {
    @media (width >= 1024px) {
      padding-inline: 119px !important;
    }
  }
  .\31 024\:\!px-\[120px\] {
    @media (width >= 1024px) {
      padding-inline: 120px !important;
    }
  }
  .\31 024\:\!px-\[220px\] {
    @media (width >= 1024px) {
      padding-inline: 220px !important;
    }
  }
  .\31 024\:\!px-\[221px\] {
    @media (width >= 1024px) {
      padding-inline: 221px !important;
    }
  }
  .\31 024\:\!px-\[290px\] {
    @media (width >= 1024px) {
      padding-inline: 290px !important;
    }
  }
  .\31 024\:px-\[120px\] {
    @media (width >= 1024px) {
      padding-inline: 120px;
    }
  }
  .\31 024\:py-\[160px\] {
    @media (width >= 1024px) {
      padding-block: 160px;
    }
  }
  .\31 024\:pt-\[24px\] {
    @media (width >= 1024px) {
      padding-top: 24px;
    }
  }
  .\31 024\:pt-\[40px\] {
    @media (width >= 1024px) {
      padding-top: 40px;
    }
  }
  .\31 024\:pt-\[66px\] {
    @media (width >= 1024px) {
      padding-top: 66px;
    }
  }
  .\31 024\:\!pr-\[53px\] {
    @media (width >= 1024px) {
      padding-right: 53px !important;
    }
  }
  .\31 024\:pr-\[16px\] {
    @media (width >= 1024px) {
      padding-right: 16px;
    }
  }
  .\31 024\:pr-\[34px\] {
    @media (width >= 1024px) {
      padding-right: 34px;
    }
  }
  .\31 024\:pb-\[24px\] {
    @media (width >= 1024px) {
      padding-bottom: 24px;
    }
  }
  .\31 024\:pb-\[77px\] {
    @media (width >= 1024px) {
      padding-bottom: 77px;
    }
  }
  .\31 024\:pl-\[23px\] {
    @media (width >= 1024px) {
      padding-left: 23px;
    }
  }
  .\31 024\:pl-\[33px\] {
    @media (width >= 1024px) {
      padding-left: 33px;
    }
  }
  .\31 024\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .\31 024\:text-\[12px\] {
    @media (width >= 1024px) {
      font-size: 12px;
    }
  }
  .\31 024\:text-\[16px\] {
    @media (width >= 1024px) {
      font-size: 16px;
    }
  }
  .\31 024\:text-\[20px\] {
    @media (width >= 1024px) {
      font-size: 20px;
    }
  }
  .\31 024\:text-\[22px\] {
    @media (width >= 1024px) {
      font-size: 22px;
    }
  }
  .\31 024\:text-\[24px\] {
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .\31 024\:text-\[64px\] {
    @media (width >= 1024px) {
      font-size: 64px;
    }
  }
  .\31 024\:leading-\[160\%\] {
    @media (width >= 1024px) {
      --tw-leading: 160%;
      line-height: 160%;
    }
  }
  .\31 024\:font-\[500\] {
    @media (width >= 1024px) {
      --tw-font-weight: 500;
      font-weight: 500;
    }
  }
  .\31 024\:font-\[700\] {
    @media (width >= 1024px) {
      --tw-font-weight: 700;
      font-weight: 700;
    }
  }
  .\31 024\:tracking-\[1\.6px\] {
    @media (width >= 1024px) {
      --tw-tracking: 1.6px;
      letter-spacing: 1.6px;
    }
  }
  .\31 024\:tracking-\[2\.2px\] {
    @media (width >= 1024px) {
      --tw-tracking: 2.2px;
      letter-spacing: 2.2px;
    }
  }
  .\31 024\:tracking-\[5\.6px\] {
    @media (width >= 1024px) {
      --tw-tracking: 5.6px;
      letter-spacing: 5.6px;
    }
  }
  .\31 024\:tracking-\[5\.12px\] {
    @media (width >= 1024px) {
      --tw-tracking: 5.12px;
      letter-spacing: 5.12px;
    }
  }
  .\31 024\:tracking-\[9\.6px\] {
    @media (width >= 1024px) {
      --tw-tracking: 9.6px;
      letter-spacing: 9.6px;
    }
  }
  .\31 024\:whitespace-pre-line {
    @media (width >= 1024px) {
      white-space: pre-line;
    }
  }
  .\31 024\:text-\[\#C1C1C1\]\/60 {
    @media (width >= 1024px) {
      color: color-mix(in oklab, #C1C1C1 60%, transparent);
    }
  }
  .\31 280\:mt-\[158px\] {
    @media (width >= 1280px) {
      margin-top: 158px;
    }
  }
  .\31 280\:mt-\[200px\] {
    @media (width >= 1280px) {
      margin-top: 200px;
    }
  }
  .\31 280\:mb-\[300px\] {
    @media (width >= 1280px) {
      margin-bottom: 300px;
    }
  }
  .\31 280\:flex {
    @media (width >= 1280px) {
      display: flex;
    }
  }
  .\31 280\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .\31 280\:w-\[374px\] {
    @media (width >= 1280px) {
      width: 374px;
    }
  }
  .\31 280\:w-\[492px\] {
    @media (width >= 1280px) {
      width: 492px;
    }
  }
  .\31 280\:w-auto {
    @media (width >= 1280px) {
      width: auto;
    }
  }
  .\31 280\:max-w-\[300px\] {
    @media (width >= 1280px) {
      max-width: 300px;
    }
  }
  .\31 280\:max-w-\[620px\] {
    @media (width >= 1280px) {
      max-width: 620px;
    }
  }
  .\31 280\:max-w-\[1022px\] {
    @media (width >= 1280px) {
      max-width: 1022px;
    }
  }
  .\31 280\:grid-cols-3 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\31 280\:gap-\[27px\] {
    @media (width >= 1280px) {
      gap: 27px;
    }
  }
  .\31 280\:gap-\[80px\] {
    @media (width >= 1280px) {
      gap: 80px;
    }
  }
  .\31 280\:\!px-\[160px\] {
    @media (width >= 1280px) {
      padding-inline: 160px !important;
    }
  }
  .\31 280\:\!px-\[209px\] {
    @media (width >= 1280px) {
      padding-inline: 209px !important;
    }
  }
  .\31 280\:\!px-\[220px\] {
    @media (width >= 1280px) {
      padding-inline: 220px !important;
    }
  }
  .\31 280\:\!px-\[230px\] {
    @media (width >= 1280px) {
      padding-inline: 230px !important;
    }
  }
  .\31 280\:\!px-\[290px\] {
    @media (width >= 1280px) {
      padding-inline: 290px !important;
    }
  }
  .\31 280\:px-\[220px\] {
    @media (width >= 1280px) {
      padding-inline: 220px;
    }
  }
  .\31 280\:\!pr-\[268px\] {
    @media (width >= 1280px) {
      padding-right: 268px !important;
    }
  }
  .\31 280\:\!pl-\[166px\] {
    @media (width >= 1280px) {
      padding-left: 166px !important;
    }
  }
  .\31 280\:\!pl-\[222px\] {
    @media (width >= 1280px) {
      padding-left: 222px !important;
    }
  }
  .\31 280\:text-\[14px\] {
    @media (width >= 1280px) {
      font-size: 14px;
    }
  }
  .\31 280\:text-\[16px\] {
    @media (width >= 1280px) {
      font-size: 16px;
    }
  }
  .\31 280\:text-\[18px\] {
    @media (width >= 1280px) {
      font-size: 18px;
    }
  }
  .\31 280\:text-\[20px\] {
    @media (width >= 1280px) {
      font-size: 20px;
    }
  }
  .\31 280\:text-\[32px\] {
    @media (width >= 1280px) {
      font-size: 32px;
    }
  }
  .\31 280\:text-\[40px\] {
    @media (width >= 1280px) {
      font-size: 40px;
    }
  }
  .\31 280\:text-\[52px\] {
    @media (width >= 1280px) {
      font-size: 52px;
    }
  }
  .\31 441\:mb-\[60px\] {
    @media (width >= 1441px) {
      margin-bottom: 60px;
    }
  }
  .\31 441\:pt-\[0\] {
    @media (width >= 1441px) {
      padding-top: 0;
    }
  }
  .\[\@media_\(max-height\:600px\)\]\:mb-\[20px\] {
    @media (max-height:600px) {
      margin-bottom: 20px;
    }
  }
  .\[\@media_\(max-height\:600px\)\]\:text-\[16px\] {
    @media (max-height:600px) {
      font-size: 16px;
    }
  }
  .\[\@media_\(max-height\:600px\)\]\:text-\[34px\] {
    @media (max-height:600px) {
      font-size: 34px;
    }
  }
  .\[\@media_\(max-height\:768px\)\]\:mb-0 {
    @media (max-height:768px) {
      margin-bottom: var(--spacing-0);
    }
  }
  .\[\@media_\(max-height\:768px\)\]\:\!pt-\[100px\] {
    @media (max-height:768px) {
      padding-top: 100px !important;
    }
  }
  .\[\@media_\(max-height\:768px\)\]\:text-\[12px\] {
    @media (max-height:768px) {
      font-size: 12px;
    }
  }
  .\[\@media_\(max-height\:768px\)\]\:text-\[14px\] {
    @media (max-height:768px) {
      font-size: 14px;
    }
  }
  .\[\@media_\(max-height\:768px\)\]\:text-\[32px\] {
    @media (max-height:768px) {
      font-size: 32px;
    }
  }
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 300;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 400;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 500;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 600;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Light-Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 300;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 400;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Medium-Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 500;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Bold-Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 600;
}
@font-face {
  font-family: Gill Sans;
  src: url("../assets/fonts/Gill-Sans-Heavy-Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 700;
}
@font-face {
  font-family: Zen Kaku Gothic New;
  src: url("../assets/fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 300;
}
@font-face {
  font-family: Zen Kaku Gothic New;
  src: url("../assets/fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 400;
}
@font-face {
  font-family: Zen Kaku Gothic New;
  src: url("../assets/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 500;
}
@font-face {
  font-family: Zen Kaku Gothic New;
  src: url("../assets/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 600;
}
svg.trail {
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 9999;
}
svg.trail path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.extra-container {
  margin-inline: auto;
  max-width: var(--spacing-1440);
}
.main-container {
  margin-inline: auto;
  max-width: var(--spacing-1440);
  padding-inline: var(--spacing-24);
  padding-block: var(--spacing-0);
}
.absolute-image {
  position: absolute;
  top: calc(1/2 * 100%);
  left: calc(1/2 * 100%);
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
header {
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
header.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(1) {
  transform: rotate(-18.32deg);
  z-index: 2;
  height: 371px !important;
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  transform: rotate(15.87deg);
  z-index: 1;
  height: 371px !important;
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  transform: rotate(7.88deg);
  z-index: 1;
  height: 371px !important;
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  transform: rotate(23.71deg);
  z-index: 2;
  height: 371px !important;
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(1) > div, .top-swiper .swiper-wrapper .swiper-slide:nth-child(2) > div, .top-swiper .swiper-wrapper .swiper-slide:nth-child(4) > div, .top-swiper .swiper-wrapper .swiper-slide:nth-child(5) > div {
  width: 239px;
  height: 371px;
  border: 10px solid #C6C6C6;
  background: #FFFFFF;
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  z-index: 3;
  width: 401px !important;
  height: 623px !important;
}
.top-swiper .swiper-wrapper .swiper-slide:nth-child(3) > div {
  width: 401px;
  height: 623px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.text-wrap {
  display: flex;
  gap: 2px;
}
.text-wrap:hover .letter {
  text-shadow: 0 0 0 #303030, 0 1.5em 0 #303030;
}
.text-wrap:hover .letter-menu-item {
  text-shadow: 0 0 0 #1346BE, 0 1.5em 0 #1346BE;
}
.letter-menu-item {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: all 0.2s;
  transition-delay: calc(var(--index) * 0.02s);
}
.letter-menu-item.white {
  text-shadow: 0 -1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
}
.text-wrap:hover .letter-menu-item.active {
  text-shadow: 0 0 0 #1346BE, 0 1.5em 0 #1346BE;
}
.letter-menu-item.active {
  text-shadow: 0 -1.5em 0 #1346BE, 0 0 0 #1346BE;
}
.letter {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: all 0.2s;
  transition-delay: calc(var(--index) * 0.02s);
}
.text-wrap:hover .letter-3 {
  text-shadow: 0 0 0 #FFFFFF, 0 1.5em 0 #FFFFFF;
}
.letter-3 {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
  transition: all 0.2s;
  transition-delay: calc(var(--index) * 0.02s);
}
.text-wrap:hover .letter-2 {
  text-shadow: 0 0 0 #ffffff, 0 1.5em 0 #ffffff;
}
.letter-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #303030, 0 0 0 #303030;
  transition: text-shadow 0.3s;
  transition-delay: calc(var(--index) * 0.03s);
}
.letter-white {
  display: inline-block;
  transform: translateY(25%);
  opacity: 0;
  transition: all 0.3s, opacity 0.3s;
}
.text-wrap-en, .text-wrap-jp {
  display: flex;
}
.animate .letter-white {
  transform: translateY(0);
  opacity: 1;
  transition-delay: calc(var(--index) * 0.05s);
}
.scroll-animation {
  opacity: 0;
  transition: opacity 0.1s;
}
.scroll-animation.visible {
  opacity: 1;
}
#js-inflate__bg {
  position: relative;
  background: linear-gradient(to bottom, #DADADA 0%, #F7F7F7 40%);
  transition: background 0.5s ease;
}
#js-inflate__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sticky-background {
  position: relative;
  transition: background 0.5s ease;
}
.sticky-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7E7E7;
  transition: all 0.5s ease;
}
#js-inflate__bg.background-pickup-on-view::before {
  opacity: 1 !important;
}
.sticky-background.background-pickup-on-view::before {
  background: #FFFFFF !important;
}
@layer utilities {
  .bg-slide-container {
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
  }
  .bg-slide-container::after {
    content: '';
    position: absolute;
    inset: var(--spacing-0);
    z-index: 1;
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: #FFFFFF;
    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));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .bg-slide-container:hover::after {
    --tw-translate-x: var(--spacing-0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: #062C8699;
  }
  .bg-slide-container::before {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .bg-slide-container:hover::before {
    background-color: #FFFFFF;
  }
}
@layer utilities {
  .bg-expand-container {
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }
  .bg-expand-container::before {
    content: "";
    position: absolute;
    top: var(--spacing-0);
    left: var(--spacing-0);
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-translate-x: calc(101% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    background-color: #7a86d5;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .bg-expand-container:hover::before, .bg-news-container:hover::before {
    --tw-translate-x: 0%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .bg-expand-container:hover {
    color: #fff;
  }
  .bg-expand-container-mobile {
    position: relative;
    overflow: hidden;
    background-color: transparent;
  }
  .bg-expand-container-mobile::before {
    content: "";
    position: absolute;
    top: var(--spacing-0);
    left: var(--spacing-0);
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-translate-x: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    background-color: #7a86d5;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .bg-news-container::before {
    content: '';
    position: absolute;
    top: var(--spacing-0);
    left: var(--spacing-0);
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-translate-x: calc(105% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    background-color: #3030301a;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .btn-default::before {
    content: '';
    position: absolute;
    top: var(--spacing-0);
    left: var(--spacing-0);
    z-index: -2;
    height: 100%;
    width: 100%;
    --tw-translate-x: 0%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: color-mix(in oklab, #021AB8 50%, transparent);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .btn-default::after {
    content: '';
    position: absolute;
    top: var(--spacing-0);
    left: var(--spacing-0);
    z-index: -1;
    height: 100%;
    width: 100%;
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-color: color-mix(in oklab, #021AB8 30%, transparent);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .btn-default:hover::after {
    --tw-translate-x: 0%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .btn-default:hover::before {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @keyframes expandBackground {
    0% {
      width: 0;
      height: 0;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
    }
    70% {
      width: 99%;
      height: 99%;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
    }
    75% {
      width: 100%;
      height: 100%;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
    }
    80% {
      width: 100%;
      height: 100%;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
    }
    85% {
      width: 100%;
      height: 100%;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    90% {
      width: 100%;
      height: 100%;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
    95% {
      width: 100%;
      height: 100%;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    100% {
      width: 100%;
      height: 100%;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeInX {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body.modal-open {
  overflow-y: hidden;
}
.cube, .cube-2 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center center;
}
.cube__face--front {
  transform: rotateY(0deg) translateZ(36px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--front-2 {
  transform: rotateY(0deg) translateZ(25px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--front-3 {
  transform: rotateY(0deg) translateZ(12px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--front-4 {
  transform: rotateY(0deg) translateZ(150px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--back {
  transform: rotateY(180deg) translateZ(36px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--back-2 {
  transform: rotateY(180deg) translateZ(25px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--back-3 {
  transform: rotateY(180deg) translateZ(12px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--back-4 {
  transform: rotateY(180deg) translateZ(150px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--right {
  transform: rotateY(90deg) translateZ(36px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--right-2 {
  transform: rotateY(90deg) translateZ(25px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--right-3 {
  transform: rotateY(90deg) translateZ(12px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--right-4 {
  transform: rotateY(90deg) translateZ(150px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--left {
  transform: rotateY(-90deg) translateZ(36px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--left-2 {
  transform: rotateY(-90deg) translateZ(25px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--left-3 {
  transform: rotateY(-90deg) translateZ(12px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--left-4 {
  transform: rotateY(-90deg) translateZ(150px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--top {
  transform: rotateX(90deg) translateZ(36px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--top-2 {
  transform: rotateX(90deg) translateZ(25px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--top-3 {
  transform: rotateX(90deg) translateZ(12px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--top-4 {
  transform: rotateX(90deg) translateZ(150px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--bottom {
  transform: rotateX(-90deg) translateZ(36px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--bottom-2 {
  transform: rotateX(-90deg) translateZ(25px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--bottom-3 {
  transform: rotateX(-90deg) translateZ(12px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.cube__face--bottom-4 {
  transform: rotateX(-90deg) translateZ(150px);
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.about-us-description .color-slide {
  background-image: linear-gradient(to right, #FFFFFF 50%, #7f99e1 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero-description .color-slide {
  background-image: linear-gradient(to right, #303030 50%, rgba(48, 48, 48, 0.4) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-description .color-slide.active {
  background-position: 0 0;
  transition-delay: 1s;
  animation-delay: 1s;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
}
.about-us-description .color-slide.active {
  background-position: 0 0;
  transition-delay: 0.5s;
  animation-delay: 0.5s;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
}
#hamburger-container svg {
  transition: height 0.4s ease-in-out;
}
#hamburger-container rect {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, width 0.4s ease-in-out;
  transform-origin: center;
}
#hamburger-container.is-active .top-bar {
  transform: translateY(7px) translateX(-4px) rotate(30deg);
}
#hamburger-container.is-active .middle-bar {
  transform: translateY(2px) translateX(1px) rotate(-30deg);
}
#hamburger-container.is-active .bottom-bar {
  opacity: 0;
  width: 0;
}
#overlay.is-active {
  z-index: 9997;
  opacity: 1;
  width: 100dvw;
}
#menu-mobile.is-active {
  right: 0;
}
.contact-container {
  background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
}
.service-list .service-item, .news-list .news-item {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: calc(var(--index) * 0.2s);
}
.animation-fadeInX {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: calc(var(--index) * 0.2s);
}
.animation-fadeInY {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: calc(var(--index) * 0.2s);
}
.gradient-text-store-front {
  background: linear-gradient(to bottom, #FFFFFF 0%, #3052CD 50%, #122A6D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.service-contents-container {
  background: linear-gradient(to right top, #FFFFFF 0%, #E9F0FF 100%);
}
.service-item-hover.service-item-hover-active {
  color: #FFFFFF;
  padding-left: 34px;
}
.service-item-hover.service-item-hover-active > svg {
  opacity: 1;
}
.service-item-hover.service-item-hover-active::before {
  translate: 0;
}
.service-mobile-item-hover.service-item-hover-active {
  height: max-content;
  color: #FFFFFF;
}
.service-mobile-item-hover.service-item-hover-active > svg {
  opacity: 1;
}
.service-mobile-item-hover.service-item-hover-active::before {
  translate: 0;
}
.flow-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.flow-item.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--index) * 0.2s);
  animation-delay: calc(var(--index) * 0.2s);
}
.cube-2 {
  transform-style: preserve-3d;
  will-change: transform;
  animation-timing-function: linear;
}
.cube__face.cube__face--front-4, .cube__face.cube__face--back-4, .cube__face.cube__face--right-4, .cube__face.cube__face--left-4, .cube__face.cube__face--bottom-4, .cube__face.cube__face--top-4 {
  backface-visibility: hidden;
}
.triangle {
  clip-path: polygon(50% 0%, 10% 100%, 90% 100%);
  -webkit-clip-path: polygon(50% 0%, 10% 100%, 90% 100%);
}
.triangle-shadow {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.16));
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 2px !important;
  background: #303030 !important;
  color: #303030 !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  border: none !important;
  border-radius: 5px !important;
}
.swiper-pagination-bullet-active {
  width: 20px !important;
  background: #062C86 !important;
  color: #062C86 !important;
}
.history-item::marker {
  font-size: 10px;
  color: #303030;
  background-color: #303030;
}
.group-li-item::marker {
  font-size: 16px;
  color: #062C86;
  background-color: #062C86;
}
.group-li-item-disc::marker {
  font-size: 10px;
  color: #303030;
  background-color: #303030;
}
@keyframes spinTopDown {
  from {
    transform: rotateX(-30deg) rotateY(-60deg) rotateZ(10deg);
  }
  to {
    transform: rotateX(330deg) rotateY(-60deg) rotateZ(10deg);
  }
}
.cube.spin {
  animation: spinTopDown 4s linear infinite;
  transform-style: preserve-3d;
}
.small-circle {
  opacity: 0;
  transform: translate(var(--ix,0px), var(--iy,0px)) scale(0.96);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--index, 0) * 120ms);
}
.small-circle.reveal {
  opacity: 1;
  transform: translate(0,0) scale(1);
}
.service-contents-item {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease;
}
.service-contents-item.show {
  opacity: 1;
  transform: translateX(0);
}
.work-open-modal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.work-open-modal.show {
  opacity: 1;
  transform: translateY(0);
}
.underline {
  text-decoration: underline;
}
#show-service-content {
  transition: opacity 0.7s ease;
  opacity: 0;
  pointer-events: none;
}
#show-service-content.active {
  transition: opacity 0.7s ease;
  opacity: 1;
  pointer-events: auto;
}
.hero-container-in-view {
  background-color: rgba(247, 247, 247, 0.6);
}
#container-slide::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #FFFFFF 0%, #7390D5 65%, #365AE1 80%, #1346BE 100%);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -1;
}
#container-slide.bg-active::before {
  opacity: 1;
  transition: opacity 1s ease;
}
.form-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  color: #303030;
  cursor: pointer;
}
.form-label .label-required {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #AA0B0E;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}
.form-input, .form-textarea {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  padding: 16px 24px;
  resize: none;
  color: #303030;
}
.form-input:focus, .form-textarea:focus {
  outline-style: none;
}
.form-description {
  color: #C1C1C1;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}
.form-error-message {
  color: #AA0B0E;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  display: none;
}
.form-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  transition: all 0.3s ease;
}
.form-checkbox:checked {
  background: #062C86;
  border-color: #062C86;
}
.form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-checkbox:focus {
  outline-style: none;
}
label:has(.form-checkbox:checked) {
  background: #C8D2E8;
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn, #submit-confirm-btn.active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn svg, #submit-confirm-btn.active svg {
  opacity: 1;
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn::before, #contact-form:has(.form-checkbox:checked) .submit-form-btn::after, #submit-confirm-btn.active::before, #submit-confirm-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn::before, #submit-confirm-btn.active::before {
  transform: translateX(0%);
  z-index: -2;
  background-color: color-mix(in oklab, #021AB8 50%, transparent);
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn::after, #submit-confirm-btn.active::after {
  transform: translateX(-100%);
  z-index: -1;
  background-color: color-mix(in oklab, #021AB8 30%, transparent);
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn:hover::after, #submit-confirm-btn.active:hover::after {
  transform: translateX(0%);
}
#contact-form:has(.form-checkbox:checked) .submit-form-btn:hover::before, #submit-confirm-btn.active:hover::before {
  transform: translateX(100%);
}
.bg-about-us-1 {
  background: linear-gradient(to top, #5E80DB 0%, #1346BE 100%);
}
.bg-about-us-2 {
  background: linear-gradient(to top, #B1C2E8 0%, #5E80DB 100%);
}
.bg-about-us-3 {
  background: linear-gradient(to top, #FFFFFF 0%, #B1C2E8 100%);
}
@media screen and (min-width: 768px) {
  .hero-container-in-view {
    background-color: transparent;
  }
  .cube__face--front {
    transform: rotateY(0deg) translateZ(60px);
  }
  .cube__face--back {
    transform: rotateY(180deg) translateZ(60px);
  }
  .cube__face--right {
    transform: rotateY(90deg) translateZ(60px);
  }
  .cube__face--left {
    transform: rotateY(-90deg) translateZ(60px);
  }
  .cube__face--top {
    transform: rotateX(90deg) translateZ(60px);
  }
  .cube__face--bottom {
    transform: rotateX(-90deg) translateZ(60px);
  }
  .cube__face--front-4 {
    transform: rotateY(0deg) translateZ(250px);
    background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
  }
  .cube__face--back-4 {
    transform: rotateY(180deg) translateZ(250px);
    background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
  }
  .cube__face--right-4 {
    transform: rotateY(90deg) translateZ(250px);
    background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
  }
  .cube__face--left-4 {
    transform: rotateY(-90deg) translateZ(250px);
    background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
  }
  .cube__face--top-4 {
    transform: rotateX(90deg) translateZ(250px);
    background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
  }
  .cube__face--bottom-4 {
    transform: rotateX(-90deg) translateZ(250px);
    background: linear-gradient(to right top, #7390D5 0%, #365AE1 52%, #1346BE 100%);
  }
  .history-container {
    max-height: 282px;
    transition: max-height 1.5s ease;
  }
  .history-container.is-active {
    max-height: 3000px;
    transition: max-height 1.5s ease;
  }
  #container-slide::before {
    background: linear-gradient(to top, #FFFFFF 0%, #7390D5 60%, #365AE1 80%, #1346BE 100%);
  }
  .form-label {
    font-size: 20px;
  }
  .form-label .label-required {
    font-size: 14px;
  }
  .form-description {
    font-size: 16px;
  }
  .form-error-message {
    font-size: 16px;
  }
  .hero-description .color-slide.active {
    background-position: 0 0;
    transition-delay: 2s;
    animation-delay: 2s;
    transition-duration: 2.5s;
    transition-timing-function: ease-in-out;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
