/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-corporate: #bccf2d;
    --color-corporate-dark: #98b936;
    --color-text: #000000;
    --color-bg-gray: #f3f3f3;
    --color-corporate-green: #87b500;
    --font-number: 'Fustat', sans-serif;
  }
}
@layer base {
  *,::after,::before,::backdrop,::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,strong {
    font-weight: bolder;
  }
  code,kbd,samp,pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,ul,menu {
    list-style: none;
  }
  img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle;
  }
  img,video {
    max-width: 100%;
    height: auto;
  }
  button,input,select,optgroup,textarea,::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-48px\] {
    top: -48px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[32px\] {
    top: 32px;
  }
  .top-\[94px\] {
    top: 94px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[127px\] {
    top: 127px;
  }
  .top-\[calc\(100\%\+12px\)\] {
    top: calc(100% + 12px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[4\%\] {
    right: 4%;
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[121px\] {
    right: 121px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[16px\] {
    bottom: 16px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[120px\] {
    left: 120px;
  }
  .left-\[calc\(4\.17\%\+60px\)\] {
    left: calc(4.17% + 60px);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[150\] {
    z-index: 150;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-\[16px\] {
    margin-inline: 16px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-\[12px\] {
    margin-block: 12px;
  }
  .-mt-\[56px\] {
    margin-top: calc(56px * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-\[-2px\] {
    margin-top: -2px;
  }
  .mt-\[-7px\] {
    margin-top: -7px;
  }
  .mt-\[-66px\] {
    margin-top: -66px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[23px\] {
    margin-top: 23px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[27px\] {
    margin-top: 27px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[46px\] {
    margin-top: 46px;
  }
  .mt-\[49px\] {
    margin-top: 49px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[51px\] {
    margin-top: 51px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[81px\] {
    margin-top: 81px;
  }
  .mr-\[12px\] {
    margin-right: 12px;
  }
  .mr-\[48px\] {
    margin-right: 48px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[-4px\] {
    margin-bottom: -4px;
  }
  .mb-\[-10px\] {
    margin-bottom: -10px;
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[19px\] {
    margin-bottom: 19px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[33px\] {
    margin-bottom: 33px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[37px\] {
    margin-bottom: 37px;
  }
  .mb-\[38px\] {
    margin-bottom: 38px;
  }
  .mb-\[39px\] {
    margin-bottom: 39px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .mb-\[52px\] {
    margin-bottom: 52px;
  }
  .mb-\[56px\] {
    margin-bottom: 56px;
  }
  .mb-\[62px\] {
    margin-bottom: 62px;
  }
  .mb-\[63px\] {
    margin-bottom: 63px;
  }
  .mb-\[64px\] {
    margin-bottom: 64px;
  }
  .mb-\[66px\] {
    margin-bottom: 66px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[86px\] {
    margin-bottom: 86px;
  }
  .mb-\[92px\] {
    margin-bottom: 92px;
  }
  .mb-\[94px\] {
    margin-bottom: 94px;
  }
  .mb-\[95px\] {
    margin-bottom: 95px;
  }
  .mb-\[128px\] {
    margin-bottom: 128px;
  }
  .mb-\[151px\] {
    margin-bottom: 151px;
  }
  .mb-\[162px\] {
    margin-bottom: 162px;
  }
  .ml-\[14\%\] {
    margin-left: 14%;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[313\/235\] {
    aspect-ratio: 313/235;
  }
  .aspect-\[344\/258\] {
    aspect-ratio: 344/258;
  }
  .aspect-\[382\/285\] {
    aspect-ratio: 382/285;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15\.2px\] {
    height: 15.2px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[21\.667px\] {
    height: 21.667px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[145px\] {
    height: 145px;
  }
  .h-\[153px\] {
    height: 153px;
  }
  .h-\[183px\] {
    height: 183px;
  }
  .h-\[186px\] {
    height: 186px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[218px\] {
    height: 218px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[281px\] {
    height: 281px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[580px\] {
    height: 580px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[64px\] {
    min-height: 64px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[8\.8px\] {
    width: 8.8px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[11px\] {
    width: 11px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[21\.667px\] {
    width: 21.667px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[33\%\] {
    width: 33%;
  }
  .w-\[33px\] {
    width: 33px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[74\.5\%\] {
    width: 74.5%;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[101px\] {
    width: 101px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[139px\] {
    width: 139px;
  }
  .w-\[216px\] {
    width: 216px;
  }
  .w-\[234px\] {
    width: 234px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[274px\] {
    width: 274px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[345px\] {
    width: 345px;
  }
  .w-\[580px\] {
    width: 580px;
  }
  .w-\[calc\(33\.33\%-70px\)\] {
    width: calc(33.33% - 70px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[70\%\] {
    max-width: 70%;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[288px\] {
    max-width: 288px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[345px\] {
    max-width: 345px;
  }
  .max-w-\[445px\] {
    max-width: 445px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[790px\] {
    max-width: 790px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1037px\] {
    max-width: 1037px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-y-\[-4px\] {
    --tw-translate-y: -4px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-18px\] {
    --tw-translate-y: -18px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[6px\] {
    --tw-translate-y: 6px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .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-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-start {
    justify-items: start;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[29px\] {
    gap: 29px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[67px\] {
    gap: 67px;
  }
  .gap-\[69px\] {
    gap: 69px;
  }
  .gap-\[72px\] {
    gap: 72px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[107px\] {
    gap: 107px;
  }
  .space-y-\[0px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0px * var(--tw-space-y-reverse));
      margin-block-end: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(8px * var(--tw-space-y-reverse));
      margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(10px * var(--tw-space-y-reverse));
      margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[16px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(16px * var(--tw-space-y-reverse));
      margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(20px * var(--tw-space-y-reverse));
      margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[22px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(22px * var(--tw-space-y-reverse));
      margin-block-end: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[11px\] {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-x-\[12px\] {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-x-\[28px\] {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-x-\[48px\] {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-\[0px\] {
    row-gap: 0px;
  }
  .gap-y-\[14px\] {
    row-gap: 14px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[36px\] {
    row-gap: 36px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-\[1px\] {
    border-radius: 1px;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-\[\#06c755\] {
    background-color: #06c755;
  }
  .bg-\[\#D9D9D9\] {
    background-color: #D9D9D9;
  }
  .bg-\[\#bbd147\] {
    background-color: #bbd147;
  }
  .bg-\[\#c1c1c1\] {
    background-color: #c1c1c1;
  }
  .bg-\[\#c7c7c7\] {
    background-color: #c7c7c7;
  }
  .bg-\[\#f2be46\] {
    background-color: #f2be46;
  }
  .bg-bg-gray {
    background-color: var(--color-bg-gray);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-corporate {
    background-color: var(--color-corporate);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-\[2px\] {
    padding-inline: 2px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[36px\] {
    padding-inline: 36px;
  }
  .px-\[37px\] {
    padding-inline: 37px;
  }
  .px-\[38px\] {
    padding-inline: 38px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .px-\[120px\] {
    padding-inline: 120px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[47px\] {
    padding-block: 47px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .pt-\[0px\] {
    padding-top: 0px;
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[23px\] {
    padding-top: 23px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[31px\] {
    padding-top: 31px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[34px\] {
    padding-top: 34px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[37px\] {
    padding-top: 37px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[44px\] {
    padding-top: 44px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pt-\[46px\] {
    padding-top: 46px;
  }
  .pt-\[53px\] {
    padding-top: 53px;
  }
  .pt-\[55px\] {
    padding-top: 55px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[61px\] {
    padding-top: 61px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[81px\] {
    padding-top: 81px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[92px\] {
    padding-top: 92px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[132px\] {
    padding-top: 132px;
  }
  .pt-\[389px\] {
    padding-top: 389px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[26px\] {
    padding-right: 26px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[21px\] {
    padding-bottom: 21px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[33px\] {
    padding-bottom: 33px;
  }
  .pb-\[34px\] {
    padding-bottom: 34px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[43px\] {
    padding-bottom: 43px;
  }
  .pb-\[55px\] {
    padding-bottom: 55px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[68px\] {
    padding-bottom: 68px;
  }
  .pb-\[71px\] {
    padding-bottom: 71px;
  }
  .pb-\[75px\] {
    padding-bottom: 75px;
  }
  .pb-\[76px\] {
    padding-bottom: 76px;
  }
  .pb-\[77px\] {
    padding-bottom: 77px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[87px\] {
    padding-bottom: 87px;
  }
  .pb-\[90px\] {
    padding-bottom: 90px;
  }
  .pb-\[92px\] {
    padding-bottom: 92px;
  }
  .pb-\[141px\] {
    padding-bottom: 141px;
  }
  .pl-\[9px\] {
    padding-left: 9px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[21px\] {
    padding-left: 21px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-number {
    font-family: var(--font-number);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .leading-\[0\.7\] {
    --tw-leading: 0.7;
    line-height: 0.7;
  }
  .leading-\[0\.65\] {
    --tw-leading: 0.65;
    line-height: 0.65;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[46px\] {
    --tw-leading: 46px;
    line-height: 46px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .leading-\[63px\] {
    --tw-leading: 63px;
    line-height: 63px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-\[0\.8px\] {
    --tw-tracking: 0.8px;
    letter-spacing: 0.8px;
  }
  .tracking-\[2\.4px\] {
    --tw-tracking: 2.4px;
    letter-spacing: 2.4px;
  }
  .tracking-\[3\.5px\] {
    --tw-tracking: 3.5px;
    letter-spacing: 3.5px;
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[var\(--color-corporate\)\] {
    color: var(--color-corporate);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-corporate {
    color: var(--color-corporate);
  }
  .text-corporate-dark {
    color: var(--color-corporate-dark);
  }
  .text-corporate-green {
    color: var(--color-corporate-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-\[0\.05\] {
    opacity: 0.05;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-\[4px_4px_4px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 4px 4px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .transition-\[transform\,filter\] {
    transition-property: transform,filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .group-hover\:opacity-90 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .group-hover\:blur-\[6px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-blur: blur(6px);
        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,);
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:bg-\[\#D9D9D9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #D9D9D9;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:text-corporate-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-corporate-green);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .active\:scale-\[1\.02\] {
    &:active {
      scale: 1.02;
    }
  }
  .sm\:text-\[36px\] {
    @media (width >= 640px) {
      font-size: 36px;
    }
  }
  .md\:top-\[60px\] {
    @media (width >= 768px) {
      top: 60px;
    }
  }
  .md\:right-\[calc\(4\%\+30px\)\] {
    @media (width >= 768px) {
      right: calc(4% + 30px);
    }
  }
  .md\:mx-auto {
    @media (width >= 768px) {
      margin-inline: auto;
    }
  }
  .md\:mb-\[56px\] {
    @media (width >= 768px) {
      margin-bottom: 56px;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 768px) {
      display: inline;
    }
  }
  .md\:h-\[422px\] {
    @media (width >= 768px) {
      height: 422px;
    }
  }
  .md\:h-auto {
    @media (width >= 768px) {
      height: auto;
    }
  }
  .md\:max-h-\[198px\] {
    @media (width >= 768px) {
      max-height: 198px;
    }
  }
  .md\:max-h-\[614px\] {
    @media (width >= 768px) {
      max-height: 614px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 768px) {
      width: 100px;
    }
  }
  .md\:w-\[152px\] {
    @media (width >= 768px) {
      width: 152px;
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:max-w-\[913px\] {
    @media (width >= 768px) {
      max-width: 913px;
    }
  }
  .md\:max-w-\[1037px\] {
    @media (width >= 768px) {
      max-width: 1037px;
    }
  }
  .md\:grid-cols-\[max-content_max-content_max-content\] {
    @media (width >= 768px) {
      grid-template-columns: max-content max-content max-content;
    }
  }
  .md\:px-\[38px\] {
    @media (width >= 768px) {
      padding-inline: 38px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 768px) {
      padding-inline: 60px;
    }
  }
  .md\:px-\[120px\] {
    @media (width >= 768px) {
      padding-inline: 120px;
    }
  }
  .md\:pt-\[34px\] {
    @media (width >= 768px) {
      padding-top: 34px;
    }
  }
  .md\:pt-\[110px\] {
    @media (width >= 768px) {
      padding-top: 110px;
    }
  }
  .md\:pb-\[162px\] {
    @media (width >= 768px) {
      padding-bottom: 162px;
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:leading-\[26px\] {
    @media (width >= 768px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .lg\:top-\[-66px\] {
    @media (width >= 1024px) {
      top: -66px;
    }
  }
  .lg\:bottom-\[20px\] {
    @media (width >= 1024px) {
      bottom: 20px;
    }
  }
  .lg\:left-\[20px\] {
    @media (width >= 1024px) {
      left: 20px;
    }
  }
  .lg\:mx-\[121px\] {
    @media (width >= 1024px) {
      margin-inline: 121px;
    }
  }
  .lg\:my-\[128px\] {
    @media (width >= 1024px) {
      margin-block: 128px;
    }
  }
  .lg\:-mt-\[36px\] {
    @media (width >= 1024px) {
      margin-top: calc(36px * -1);
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[14px\] {
    @media (width >= 1024px) {
      margin-top: 14px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 1024px) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[25px\] {
    @media (width >= 1024px) {
      margin-top: 25px;
    }
  }
  .lg\:mt-\[28px\] {
    @media (width >= 1024px) {
      margin-top: 28px;
    }
  }
  .lg\:mt-\[37px\] {
    @media (width >= 1024px) {
      margin-top: 37px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 1024px) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[48px\] {
    @media (width >= 1024px) {
      margin-top: 48px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 1024px) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[75px\] {
    @media (width >= 1024px) {
      margin-top: 75px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 1024px) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[111px\] {
    @media (width >= 1024px) {
      margin-top: 111px;
    }
  }
  .lg\:mt-\[126px\] {
    @media (width >= 1024px) {
      margin-top: 126px;
    }
  }
  .lg\:mt-auto {
    @media (width >= 1024px) {
      margin-top: auto;
    }
  }
  .lg\:mr-\[14px\] {
    @media (width >= 1024px) {
      margin-right: 14px;
    }
  }
  .lg\:mr-\[20px\] {
    @media (width >= 1024px) {
      margin-right: 20px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[-9px\] {
    @media (width >= 1024px) {
      margin-bottom: -9px;
    }
  }
  .lg\:mb-\[8px\] {
    @media (width >= 1024px) {
      margin-bottom: 8px;
    }
  }
  .lg\:mb-\[12px\] {
    @media (width >= 1024px) {
      margin-bottom: 12px;
    }
  }
  .lg\:mb-\[16px\] {
    @media (width >= 1024px) {
      margin-bottom: 16px;
    }
  }
  .lg\:mb-\[17px\] {
    @media (width >= 1024px) {
      margin-bottom: 17px;
    }
  }
  .lg\:mb-\[18px\] {
    @media (width >= 1024px) {
      margin-bottom: 18px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 1024px) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[24px\] {
    @media (width >= 1024px) {
      margin-bottom: 24px;
    }
  }
  .lg\:mb-\[25px\] {
    @media (width >= 1024px) {
      margin-bottom: 25px;
    }
  }
  .lg\:mb-\[26px\] {
    @media (width >= 1024px) {
      margin-bottom: 26px;
    }
  }
  .lg\:mb-\[28px\] {
    @media (width >= 1024px) {
      margin-bottom: 28px;
    }
  }
  .lg\:mb-\[35px\] {
    @media (width >= 1024px) {
      margin-bottom: 35px;
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 1024px) {
      margin-bottom: 40px;
    }
  }
  .lg\:mb-\[48px\] {
    @media (width >= 1024px) {
      margin-bottom: 48px;
    }
  }
  .lg\:mb-\[60px\] {
    @media (width >= 1024px) {
      margin-bottom: 60px;
    }
  }
  .lg\:mb-\[62px\] {
    @media (width >= 1024px) {
      margin-bottom: 62px;
    }
  }
  .lg\:mb-\[70px\] {
    @media (width >= 1024px) {
      margin-bottom: 70px;
    }
  }
  .lg\:mb-\[72px\] {
    @media (width >= 1024px) {
      margin-bottom: 72px;
    }
  }
  .lg\:mb-\[82px\] {
    @media (width >= 1024px) {
      margin-bottom: 82px;
    }
  }
  .lg\:mb-\[130px\] {
    @media (width >= 1024px) {
      margin-bottom: 130px;
    }
  }
  .lg\:ml-\[20px\] {
    @media (width >= 1024px) {
      margin-left: 20px;
    }
  }
  .lg\:ml-\[30px\] {
    @media (width >= 1024px) {
      margin-left: 30px;
    }
  }
  .lg\:ml-auto {
    @media (width >= 1024px) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 1024px) {
      display: inline;
    }
  }
  .lg\:aspect-\[382\/285\] {
    @media (width >= 1024px) {
      aspect-ratio: 382/285;
    }
  }
  .lg\:h-\[17px\] {
    @media (width >= 1024px) {
      height: 17px;
    }
  }
  .lg\:h-\[32px\] {
    @media (width >= 1024px) {
      height: 32px;
    }
  }
  .lg\:h-\[34px\] {
    @media (width >= 1024px) {
      height: 34px;
    }
  }
  .lg\:h-\[35px\] {
    @media (width >= 1024px) {
      height: 35px;
    }
  }
  .lg\:h-\[56px\] {
    @media (width >= 1024px) {
      height: 56px;
    }
  }
  .lg\:h-\[64px\] {
    @media (width >= 1024px) {
      height: 64px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 1024px) {
      height: 100px;
    }
  }
  .lg\:h-\[146px\] {
    @media (width >= 1024px) {
      height: 146px;
    }
  }
  .lg\:h-\[160px\] {
    @media (width >= 1024px) {
      height: 160px;
    }
  }
  .lg\:h-\[198px\] {
    @media (width >= 1024px) {
      height: 198px;
    }
  }
  .lg\:h-\[202px\] {
    @media (width >= 1024px) {
      height: 202px;
    }
  }
  .lg\:h-\[217px\] {
    @media (width >= 1024px) {
      height: 217px;
    }
  }
  .lg\:h-\[240px\] {
    @media (width >= 1024px) {
      height: 240px;
    }
  }
  .lg\:h-\[290px\] {
    @media (width >= 1024px) {
      height: 290px;
    }
  }
  .lg\:h-auto {
    @media (width >= 1024px) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 1024px) {
      height: 100%;
    }
  }
  .lg\:min-h-\[500px\] {
    @media (width >= 1024px) {
      min-height: 500px;
    }
  }
  .lg\:w-\[7px\] {
    @media (width >= 1024px) {
      width: 7px;
    }
  }
  .lg\:w-\[30px\] {
    @media (width >= 1024px) {
      width: 30px;
    }
  }
  .lg\:w-\[42px\] {
    @media (width >= 1024px) {
      width: 42px;
    }
  }
  .lg\:w-\[44px\] {
    @media (width >= 1024px) {
      width: 44px;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 1024px) {
      width: 45%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 1024px) {
      width: 50%;
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 1024px) {
      width: 55%;
    }
  }
  .lg\:w-\[56px\] {
    @media (width >= 1024px) {
      width: 56px;
    }
  }
  .lg\:w-\[120px\] {
    @media (width >= 1024px) {
      width: 120px;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 1024px) {
      width: 160px;
    }
  }
  .lg\:w-\[166px\] {
    @media (width >= 1024px) {
      width: 166px;
    }
  }
  .lg\:w-\[207px\] {
    @media (width >= 1024px) {
      width: 207px;
    }
  }
  .lg\:w-\[234px\] {
    @media (width >= 1024px) {
      width: 234px;
    }
  }
  .lg\:w-\[236px\] {
    @media (width >= 1024px) {
      width: 236px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 1024px) {
      width: 500px;
    }
  }
  .lg\:w-\[584px\] {
    @media (width >= 1024px) {
      width: 584px;
    }
  }
  .lg\:max-w-\[380px\] {
    @media (width >= 1024px) {
      max-width: 380px;
    }
  }
  .lg\:max-w-\[381px\] {
    @media (width >= 1024px) {
      max-width: 381px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 1024px) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[790px\] {
    @media (width >= 1024px) {
      max-width: 790px;
    }
  }
  .lg\:max-w-none {
    @media (width >= 1024px) {
      max-width: none;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 1024px) {
      flex-shrink: 0;
    }
  }
  .lg\:-translate-y-\[11px\] {
    @media (width >= 1024px) {
      --tw-translate-y: calc(11px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-\[38px\] {
    @media (width >= 1024px) {
      --tw-translate-y: calc(38px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:scroll-mt-\[120px\] {
    @media (width >= 1024px) {
      scroll-margin-top: 120px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 1024px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-items-center {
    @media (width >= 1024px) {
      justify-items: center;
    }
  }
  .lg\:gap-\[8px\] {
    @media (width >= 1024px) {
      gap: 8px;
    }
  }
  .lg\:gap-\[12px\] {
    @media (width >= 1024px) {
      gap: 12px;
    }
  }
  .lg\:gap-\[16px\] {
    @media (width >= 1024px) {
      gap: 16px;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 1024px) {
      gap: 20px;
    }
  }
  .lg\:gap-\[28px\] {
    @media (width >= 1024px) {
      gap: 28px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 1024px) {
      gap: 30px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 1024px) {
      gap: 40px;
    }
  }
  .lg\:gap-\[45px\] {
    @media (width >= 1024px) {
      gap: 45px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 1024px) {
      gap: 60px;
    }
  }
  .lg\:gap-\[67px\] {
    @media (width >= 1024px) {
      gap: 67px;
    }
  }
  .lg\:gap-\[110px\] {
    @media (width >= 1024px) {
      gap: 110px;
    }
  }
  .lg\:space-y-\[20px\] {
    @media (width >= 1024px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(20px * var(--tw-space-y-reverse));
        margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-\[26px\] {
    @media (width >= 1024px) {
      -moz-column-gap: 26px;
           column-gap: 26px;
    }
  }
  .lg\:gap-x-\[30px\] {
    @media (width >= 1024px) {
      -moz-column-gap: 30px;
           column-gap: 30px;
    }
  }
  .lg\:gap-x-\[110px\] {
    @media (width >= 1024px) {
      -moz-column-gap: 110px;
           column-gap: 110px;
    }
  }
  .lg\:gap-y-\[44px\] {
    @media (width >= 1024px) {
      row-gap: 44px;
    }
  }
  .lg\:gap-y-\[52px\] {
    @media (width >= 1024px) {
      row-gap: 52px;
    }
  }
  .lg\:gap-y-\[64px\] {
    @media (width >= 1024px) {
      row-gap: 64px;
    }
  }
  .lg\:object-contain {
    @media (width >= 1024px) {
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .lg\:px-\[40px\] {
    @media (width >= 1024px) {
      padding-inline: 40px;
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 1024px) {
      padding-inline: 50px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 1024px) {
      padding-inline: 60px;
    }
  }
  .lg\:px-\[120px\] {
    @media (width >= 1024px) {
      padding-inline: 120px;
    }
  }
  .lg\:py-\[40px\] {
    @media (width >= 1024px) {
      padding-block: 40px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 1024px) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[72px\] {
    @media (width >= 1024px) {
      padding-block: 72px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 1024px) {
      padding-block: 80px;
    }
  }
  .lg\:py-\[95px\] {
    @media (width >= 1024px) {
      padding-block: 95px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 1024px) {
      padding-block: 120px;
    }
  }
  .lg\:pt-\[2px\] {
    @media (width >= 1024px) {
      padding-top: 2px;
    }
  }
  .lg\:pt-\[7px\] {
    @media (width >= 1024px) {
      padding-top: 7px;
    }
  }
  .lg\:pt-\[35px\] {
    @media (width >= 1024px) {
      padding-top: 35px;
    }
  }
  .lg\:pt-\[52px\] {
    @media (width >= 1024px) {
      padding-top: 52px;
    }
  }
  .lg\:pt-\[59px\] {
    @media (width >= 1024px) {
      padding-top: 59px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 1024px) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[83px\] {
    @media (width >= 1024px) {
      padding-top: 83px;
    }
  }
  .lg\:pt-\[87px\] {
    @media (width >= 1024px) {
      padding-top: 87px;
    }
  }
  .lg\:pt-\[94px\] {
    @media (width >= 1024px) {
      padding-top: 94px;
    }
  }
  .lg\:pt-\[106px\] {
    @media (width >= 1024px) {
      padding-top: 106px;
    }
  }
  .lg\:pt-\[111px\] {
    @media (width >= 1024px) {
      padding-top: 111px;
    }
  }
  .lg\:pt-\[121px\] {
    @media (width >= 1024px) {
      padding-top: 121px;
    }
  }
  .lg\:pt-\[125px\] {
    @media (width >= 1024px) {
      padding-top: 125px;
    }
  }
  .lg\:pt-\[127px\] {
    @media (width >= 1024px) {
      padding-top: 127px;
    }
  }
  .lg\:pt-\[131px\] {
    @media (width >= 1024px) {
      padding-top: 131px;
    }
  }
  .lg\:pt-\[137px\] {
    @media (width >= 1024px) {
      padding-top: 137px;
    }
  }
  .lg\:pt-\[144px\] {
    @media (width >= 1024px) {
      padding-top: 144px;
    }
  }
  .lg\:pt-\[237px\] {
    @media (width >= 1024px) {
      padding-top: 237px;
    }
  }
  .lg\:pr-\[23px\] {
    @media (width >= 1024px) {
      padding-right: 23px;
    }
  }
  .lg\:pr-\[120px\] {
    @media (width >= 1024px) {
      padding-right: 120px;
    }
  }
  .lg\:pb-\[16px\] {
    @media (width >= 1024px) {
      padding-bottom: 16px;
    }
  }
  .lg\:pb-\[17px\] {
    @media (width >= 1024px) {
      padding-bottom: 17px;
    }
  }
  .lg\:pb-\[32px\] {
    @media (width >= 1024px) {
      padding-bottom: 32px;
    }
  }
  .lg\:pb-\[34px\] {
    @media (width >= 1024px) {
      padding-bottom: 34px;
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 1024px) {
      padding-bottom: 50px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 1024px) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[74px\] {
    @media (width >= 1024px) {
      padding-bottom: 74px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 1024px) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[104px\] {
    @media (width >= 1024px) {
      padding-bottom: 104px;
    }
  }
  .lg\:pb-\[110px\] {
    @media (width >= 1024px) {
      padding-bottom: 110px;
    }
  }
  .lg\:pb-\[138px\] {
    @media (width >= 1024px) {
      padding-bottom: 138px;
    }
  }
  .lg\:pb-\[142px\] {
    @media (width >= 1024px) {
      padding-bottom: 142px;
    }
  }
  .lg\:pb-\[143px\] {
    @media (width >= 1024px) {
      padding-bottom: 143px;
    }
  }
  .lg\:pb-\[144px\] {
    @media (width >= 1024px) {
      padding-bottom: 144px;
    }
  }
  .lg\:pb-\[150px\] {
    @media (width >= 1024px) {
      padding-bottom: 150px;
    }
  }
  .lg\:pb-\[158px\] {
    @media (width >= 1024px) {
      padding-bottom: 158px;
    }
  }
  .lg\:pb-\[174px\] {
    @media (width >= 1024px) {
      padding-bottom: 174px;
    }
  }
  .lg\:pl-\[17px\] {
    @media (width >= 1024px) {
      padding-left: 17px;
    }
  }
  .lg\:pl-\[20px\] {
    @media (width >= 1024px) {
      padding-left: 20px;
    }
  }
  .lg\:pl-\[120px\] {
    @media (width >= 1024px) {
      padding-left: 120px;
    }
  }
  .lg\:pl-\[200px\] {
    @media (width >= 1024px) {
      padding-left: 200px;
    }
  }
  .lg\:pl-\[calc\(33\.33\%\+50px\)\] {
    @media (width >= 1024px) {
      padding-left: calc(33.33% + 50px);
    }
  }
  .lg\:text-center {
    @media (width >= 1024px) {
      text-align: center;
    }
  }
  .lg\:text-right {
    @media (width >= 1024px) {
      text-align: right;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 1024px) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 1024px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 1024px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 1024px) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 1024px) {
      font-size: 24px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 1024px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 1024px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1024px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 1024px) {
      font-size: 38px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[44px\] {
    @media (width >= 1024px) {
      font-size: 44px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 1024px) {
      font-size: 80px;
    }
  }
  .lg\:leading-\[26px\] {
    @media (width >= 1024px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .lg\:leading-\[30px\] {
    @media (width >= 1024px) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .lg\:leading-\[38px\] {
    @media (width >= 1024px) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .lg\:leading-\[42px\] {
    @media (width >= 1024px) {
      --tw-leading: 42px;
      line-height: 42px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 1024px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:leading-\[64px\] {
    @media (width >= 1024px) {
      --tw-leading: 64px;
      line-height: 64px;
    }
  }
  .lg\:tracking-\[4px\] {
    @media (width >= 1024px) {
      --tw-tracking: 4px;
      letter-spacing: 4px;
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 1024px) {
      white-space: nowrap;
    }
  }
  .xl\:col-start-1 {
    @media (width >= 1280px) {
      grid-column-start: 1;
    }
  }
  .xl\:row-start-1 {
    @media (width >= 1280px) {
      grid-row-start: 1;
    }
  }
  .xl\:mr-\[52px\] {
    @media (width >= 1280px) {
      margin-right: 52px;
    }
  }
  .xl\:mb-0 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:mb-\[10px\] {
    @media (width >= 1280px) {
      margin-bottom: 10px;
    }
  }
  .xl\:mb-\[32px\] {
    @media (width >= 1280px) {
      margin-bottom: 32px;
    }
  }
  .xl\:ml-\[13px\] {
    @media (width >= 1280px) {
      margin-left: 13px;
    }
  }
  .xl\:ml-\[54px\] {
    @media (width >= 1280px) {
      margin-left: 54px;
    }
  }
  .xl\:ml-\[60px\] {
    @media (width >= 1280px) {
      margin-left: 60px;
    }
  }
  .xl\:block {
    @media (width >= 1280px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1280px) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 1280px) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xl\:h-\[36px\] {
    @media (width >= 1280px) {
      height: 36px;
    }
  }
  .xl\:h-\[56px\] {
    @media (width >= 1280px) {
      height: 56px;
    }
  }
  .xl\:w-\[46px\] {
    @media (width >= 1280px) {
      width: 46px;
    }
  }
  .xl\:w-\[56px\] {
    @media (width >= 1280px) {
      width: 56px;
    }
  }
  .xl\:w-\[192px\] {
    @media (width >= 1280px) {
      width: 192px;
    }
  }
  .xl\:w-\[200px\] {
    @media (width >= 1280px) {
      width: 200px;
    }
  }
  .xl\:w-\[220px\] {
    @media (width >= 1280px) {
      width: 220px;
    }
  }
  .xl\:flex-1 {
    @media (width >= 1280px) {
      flex: 1;
    }
  }
  .xl\:shrink-0 {
    @media (width >= 1280px) {
      flex-shrink: 0;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1fr_721px\] {
    @media (width >= 1280px) {
      grid-template-columns: 1fr 721px;
    }
  }
  .xl\:items-center {
    @media (width >= 1280px) {
      align-items: center;
    }
  }
  .xl\:items-start {
    @media (width >= 1280px) {
      align-items: flex-start;
    }
  }
  .xl\:justify-end {
    @media (width >= 1280px) {
      justify-content: flex-end;
    }
  }
  .xl\:justify-start {
    @media (width >= 1280px) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-\[24px\] {
    @media (width >= 1280px) {
      gap: 24px;
    }
  }
  .xl\:gap-\[34px\] {
    @media (width >= 1280px) {
      gap: 34px;
    }
  }
  .xl\:gap-\[53px\] {
    @media (width >= 1280px) {
      gap: 53px;
    }
  }
  .xl\:gap-\[60px\] {
    @media (width >= 1280px) {
      gap: 60px;
    }
  }
  .xl\:gap-\[108px\] {
    @media (width >= 1280px) {
      gap: 108px;
    }
  }
  .xl\:gap-\[126px\] {
    @media (width >= 1280px) {
      gap: 126px;
    }
  }
  .xl\:space-y-\[20px\] {
    @media (width >= 1280px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(20px * var(--tw-space-y-reverse));
        margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:gap-x-\[20px\] {
    @media (width >= 1280px) {
      -moz-column-gap: 20px;
           column-gap: 20px;
    }
  }
  .xl\:gap-x-\[40px\] {
    @media (width >= 1280px) {
      -moz-column-gap: 40px;
           column-gap: 40px;
    }
  }
  .xl\:gap-y-\[16px\] {
    @media (width >= 1280px) {
      row-gap: 16px;
    }
  }
  .xl\:gap-y-\[40px\] {
    @media (width >= 1280px) {
      row-gap: 40px;
    }
  }
  .xl\:px-\[0px\] {
    @media (width >= 1280px) {
      padding-inline: 0px;
    }
  }
  .xl\:px-\[56px\] {
    @media (width >= 1280px) {
      padding-inline: 56px;
    }
  }
  .xl\:px-\[120px\] {
    @media (width >= 1280px) {
      padding-inline: 120px;
    }
  }
  .xl\:py-\[60px\] {
    @media (width >= 1280px) {
      padding-block: 60px;
    }
  }
  .xl\:py-\[72px\] {
    @media (width >= 1280px) {
      padding-block: 72px;
    }
  }
  .xl\:pt-\[16px\] {
    @media (width >= 1280px) {
      padding-top: 16px;
    }
  }
  .xl\:pr-\[33px\] {
    @media (width >= 1280px) {
      padding-right: 33px;
    }
  }
  .xl\:pl-\[92px\] {
    @media (width >= 1280px) {
      padding-left: 92px;
    }
  }
  .xl\:text-\[16px\] {
    @media (width >= 1280px) {
      font-size: 16px;
    }
  }
  .xl\:text-\[22px\] {
    @media (width >= 1280px) {
      font-size: 22px;
    }
  }
  .\32 xl\:mb-0 {
    @media (width >= 1440px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:ml-\[103px\] {
    @media (width >= 1440px) {
      margin-left: 103px;
    }
  }
  .\32 xl\:flex {
    @media (width >= 1440px) {
      display: flex;
    }
  }
  .\32 xl\:h-\[200px\] {
    @media (width >= 1440px) {
      height: 200px;
    }
  }
  .\32 xl\:h-full {
    @media (width >= 1440px) {
      height: 100%;
    }
  }
  .\32 xl\:w-\[290px\] {
    @media (width >= 1440px) {
      width: 290px;
    }
  }
  .\32 xl\:w-\[380px\] {
    @media (width >= 1440px) {
      width: 380px;
    }
  }
  .\32 xl\:flex-1 {
    @media (width >= 1440px) {
      flex: 1;
    }
  }
  .\32 xl\:flex-shrink-0 {
    @media (width >= 1440px) {
      flex-shrink: 0;
    }
  }
  .\32 xl\:shrink-0 {
    @media (width >= 1440px) {
      flex-shrink: 0;
    }
  }
  .\32 xl\:translate-y-\[-6px\] {
    @media (width >= 1440px) {
      --tw-translate-y: -6px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:translate-y-\[-20px\] {
    @media (width >= 1440px) {
      --tw-translate-y: -20px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\32 xl\:items-start {
    @media (width >= 1440px) {
      align-items: flex-start;
    }
  }
  .\32 xl\:gap-\[72px\] {
    @media (width >= 1440px) {
      gap: 72px;
    }
  }
  .\32 xl\:gap-\[120px\] {
    @media (width >= 1440px) {
      gap: 120px;
    }
  }
  .\32 xl\:p-\[30px\] {
    @media (width >= 1440px) {
      padding: 30px;
    }
  }
  .\32 xl\:pr-\[38px\] {
    @media (width >= 1440px) {
      padding-right: 38px;
    }
  }
  .\32 xl\:pl-\[118px\] {
    @media (width >= 1440px) {
      padding-left: 118px;
    }
  }
}
*,*::before,*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
  overflow-x: hidden;
}
@layer base {
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  a,button,[role=button],input[type=submit] {
    transition: opacity .3s ease;
  }
  a:hover,button:hover,[role=button]:hover,input[type=submit]:hover {
    opacity: .7;
  }
}
.perf-tab-link {
  position: relative;
}
.perf-tab-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-corporate);
  transition: width .3s ease;
}
.perf-tab-link:hover::after {
  width: 100%;
}
#page.site {
  overflow-x: hidden;
}
[data-animate] {
  opacity: 0;
  will-change: opacity,transform;
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1),transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-animate=fade-up] {
  transform: translateY(50px);
}
[data-animate=fade-up].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-animate=fade-in] {
  transform: none;
}
[data-animate=fade-in].is-visible {
  opacity: 1;
}
[data-animate=fade-left] {
  transform: translateX(-40px);
}
[data-animate=fade-left].is-visible {
  opacity: 1;
  transform: translateX(0);
}
[data-scroll-fade] {
  opacity: 0;
  transform: translateY(50px);
  will-change: opacity,transform;
}
[data-hero-anim] {
  clip-path: inset(0);
  will-change: clip-path;
  transition: clip-path 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-hero-anim=photo]:not(.is-revealed) {
  clip-path: inset(0 100% 0 0);
}
[data-hero-anim=photo] {
  transition-duration: 2.4s;
}
[data-hero-anim=catch]:not(.is-revealed) {
  clip-path: inset(0 0 0 100%);
}
[data-hero-anim=catch] {
  transition-duration: 2.2s;
}
[data-hero-anim=phil]:not(.is-revealed) {
  clip-path: inset(0 0 0 100%);
  opacity: 0;
}
[data-hero-anim=phil] {
  transition: clip-path 2.8s cubic-bezier(0.22, 1, 0.36, 1),opacity 2.4s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-hero-anim=phil].is-revealed {
  opacity: 1;
}
[data-hero-anim=phil-sp]:not(.is-revealed) {
  clip-path: inset(0 100% 0 0);
}
[data-hero-anim=phil-sp] {
  transition-duration: 2.2s;
}
@media (prefers-reduced-motion: reduce) {
  [data-hero-anim] {
    transition: none;
    clip-path: inset(0) !important;
    opacity: 1 !important;
  }
}
[data-flow-line] {
  transform-origin: top center;
  transform: scaleY(0);
}
#mobileMenu {
  opacity: 0;
  transition: opacity .4s ease;
}
#mobileMenu.is-open {
  opacity: 1;
}
[data-menu-item] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s cubic-bezier(0.22, 1, 0.36, 1),transform .5s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-menu-item].is-visible {
  opacity: 1;
  transform: translateY(0);
}
[data-menu-item].is-visible:hover {
  opacity: .7;
}
.contact-form .wpcf7 {
  width: 100%;
}
.contact-form .wpcf7 form>p {
  margin: 0;
}
@media (min-width: 1280px) {
  .contact-mail-grid {
    align-items: start;
    grid-template-rows: 120px auto;
  }
  .contact-mail-grid .contact-form,.contact-mail-grid .contact-form>.wpcf7,.contact-mail-grid .contact-form>.wpcf7>form {
    display: contents;
  }
  .contact-mail-grid .cf7-turnstile-row {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-bottom: 0;
  }
  .contact-mail-grid .cf7-form-wrapper {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .contact-mail-grid .contact-form>.wpcf7>form>.wpcf7-response-output {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
.cf7-form-group {
  margin-bottom: 8px;
}
@media (min-width: 1280px) {
  .cf7-form-group {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
  }
  .cf7-form-group:has(.cf7-textarea) {
    align-items: flex-start;
  }
}
.cf7-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .cf7-label-row {
    width: 200px;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .cf7-form-group:has(.cf7-textarea) .cf7-label-row {
    padding-top: 10px;
  }
}
.cf7-turnstile-row {
  margin-bottom: 25px;
}
.cf7-label {
  font-size: 16px;
  color: var(--color-text);
  line-height: 38px;
  font-family: var(--font-sans);
}
.cf7-required {
  background: var(--color-corporate);
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding: 2px 8px;
  border-radius: 3px;
  font-family: var(--font-sans);
}
@media (min-width: 1280px) {
  .cf7-form-group>.wpcf7-form-control-wrap {
    flex: 1;
    width: 100%;
    display: block;
  }
}
.cf7-input,.wpcf7-form-control.wpcf7-text,.wpcf7-form-control.wpcf7-email,.wpcf7-form-control.wpcf7-tel {
  width: 100%;
  height: 60px;
  background: #fff;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  color: var(--color-text);
  outline: none;
  font-family: var(--font-sans);
}
.cf7-textarea,.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  min-height: 184px;
  background: #fff;
  border: none;
  padding: 16px;
  font-size: 16px;
  color: var(--color-text);
  outline: none;
  resize: none;
  font-family: var(--font-sans);
}
.cf7-submit-row {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  position: relative;
}
.cf7-submit-row .wpcf7-spinner {
  position: absolute;
}
@media (min-width: 1024px) {
  .cf7-submit-row {
    justify-content: flex-start;
    padding-top: 16px;
  }
}
@media (min-width: 1280px) {
  .cf7-submit-row {
    padding-left: 224px;
  }
}
.cf7-submit,.wpcf7-form-control.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 7 13%27 fill=%27none%27%3E%3Cpath d=%27M1 1L6 6.5L1 12%27 stroke=%27white%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 7px 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .8px;
  border: none;
  border-radius: 6px;
  width: 160px;
  padding: 0 28px;
  height: 44px;
  cursor: pointer;
  text-align: left;
  transition: opacity .2s;
  font-family: var(--font-sans);
}
.cf7-submit:hover,.wpcf7-form-control.wpcf7-submit:hover {
  opacity: .8;
}
.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 26px;
  font-family: var(--font-sans);
  border: none !important;
  text-align: center;
  background: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #4a5a00;
}
.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output {
  color: #991b1b;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #92400e;
}
.wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 13px;
  margin-top: 4px;
}
.news-content {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 33px;
  color: var(--color-text);
}
.news-content>*:first-child {
  margin-top: 0;
}
.news-content>*:last-child {
  margin-bottom: 0;
}
.news-content p {
  margin-bottom: 33px;
}
.news-content h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 48px;
  margin-bottom: 24px;
}
.news-content h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 16px;
}
.news-content h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 12px;
}
.news-content ul,.news-content ol {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 1.5em;
}
.news-content ul {
  list-style-type: disc;
}
.news-content ol {
  list-style-type: decimal;
}
.news-content li {
  margin-bottom: 8px;
}
.news-content li:last-child {
  margin-bottom: 0;
}
.news-content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
}
.news-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news-content a:hover {
  opacity: .7;
}
.news-content blockquote {
  border-left: 4px solid var(--color-corporate);
  padding-left: 16px;
  margin: 24px 0;
}
.news-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.news-content table th,.news-content table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
}
.news-content table th {
  background-color: var(--color-bg-gray);
}
.news-content .wp-block-image {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .news-content .wp-block-image {
    margin-bottom: 58px;
  }
}
.news-content .wp-block-image img {
  margin: 0;
}
.news-content .wp-block-image figcaption {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 8px;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}

/*# sourceMappingURL=styles.css.map*/