/*! tailwindcss v4.1.7 | 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-green-700: oklch(52.7% 0.154 150.069);
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-2xl: 96rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-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;
  }
  .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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[7\%\] {
    right: 7%;
  }
  .right-\[28px\] {
    right: 28px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-\[120px\] {
    bottom: 120px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-0\.5 {
    left: calc(var(--spacing) * 0.5);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[7\%\] {
    left: 7%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-60 {
    z-index: 60;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .row-start-6 {
    grid-row-start: 6;
  }
  .container {
    width: 100%;
    @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-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[52px\] {
    margin-top: 52px;
  }
  .mt-\[58px\] {
    margin-top: 58px;
  }
  .mt-\[84px\] {
    margin-top: 84px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[1\.41\] {
    aspect-ratio: 1.41;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[33px\] {
    height: 33px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[43px\] {
    height: 43px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[69px\] {
    height: 69px;
  }
  .h-\[73px\] {
    height: 73px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-\[87px\] {
    height: 87px;
  }
  .h-\[89px\] {
    height: 89px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[136px\] {
    height: 136px;
  }
  .h-\[148px\] {
    height: 148px;
  }
  .h-\[157px\] {
    height: 157px;
  }
  .h-\[163px\] {
    height: 163px;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[195px\] {
    height: 195px;
  }
  .h-\[198px\] {
    height: 198px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-9 {
    max-height: calc(var(--spacing) * 9);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-\[165px\] {
    min-height: 165px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[236px\] {
    min-height: 236px;
  }
  .min-h-\[290px\] {
    min-height: 290px;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[47px\] {
    width: 47px;
  }
  .w-\[49px\] {
    width: 49px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[103px\] {
    width: 103px;
  }
  .w-\[111px\] {
    width: 111px;
  }
  .w-\[122px\] {
    width: 122px;
  }
  .w-\[127px\] {
    width: 127px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[151px\] {
    width: 151px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[168px\] {
    width: 168px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[198px\] {
    width: 198px;
  }
  .w-\[221px\] {
    width: 221px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[245px\] {
    width: 245px;
  }
  .w-\[254px\] {
    width: 254px;
  }
  .w-\[276px\] {
    width: 276px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[912px\] {
    width: 912px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[288px\] {
    max-width: 288px;
  }
  .max-w-\[298px\] {
    max-width: 298px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[305px\] {
    max-width: 305px;
  }
  .max-w-\[310px\] {
    max-width: 310px;
  }
  .max-w-\[312px\] {
    max-width: 312px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[334px\] {
    max-width: 334px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[534px\] {
    max-width: 534px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-screen-2xl {
    max-width: var(--breakpoint-2xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-20 {
    min-width: calc(var(--spacing) * 20);
  }
  .min-w-\[232px\] {
    min-width: 232px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-6 {
    --tw-translate-x: calc(var(--spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[3px\] {
    --tw-translate-y: calc(3px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/2 {
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[40\%\] {
    --tw-translate-y: 40%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[1\.25\] {
    --tw-scale-x: 1.25;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[1\.5\] {
    --tw-scale-y: 1.5;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[1\.7\] {
    --tw-scale-y: 1.7;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-\[-90deg\] {
    rotate: -90deg;
  }
  .rotate-\[1deg\] {
    rotate: 1deg;
  }
  .rotate-\[2deg\] {
    rotate: 2deg;
  }
  .rotate-\[3deg\] {
    rotate: 3deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .auto-cols-auto {
    grid-auto-columns: auto;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .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));
  }
  .grid-cols-15 {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  .grid-cols-\[123px_1fr_1fr_1fr\] {
    grid-template-columns: 123px 1fr 1fr 1fr;
  }
  .grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#BEE3DB\] {
    border-color: #BEE3DB;
  }
  .border-\[\#D4F1F9\] {
    border-color: #D4F1F9;
  }
  .border-\[\#F4FCE0\] {
    border-color: #F4FCE0;
  }
  .border-\[\#FDCA04\] {
    border-color: #FDCA04;
  }
  .border-\[\#FF8100\] {
    border-color: #FF8100;
  }
  .bg-\[\#92A7CA\] {
    background-color: #92A7CA;
  }
  .bg-\[\#F4FCE0\] {
    background-color: #F4FCE0;
  }
  .bg-\[\#FCBACA\] {
    background-color: #FCBACA;
  }
  .bg-\[\#FDCA04\] {
    background-color: #FDCA04;
  }
  .bg-\[rgba\(125\,127\,53\,0\.5\)\] {
    background-color: rgba(125,127,53,0.5);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-none {
    background-image: none;
  }
  .bg-cover {
    background-size: cover;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-32 {
    padding-inline: calc(var(--spacing) * 32);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[42px\] {
    padding-inline: 42px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[136px\] {
    padding-top: 136px;
  }
  .pt-\[168px\] {
    padding-top: 168px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-\[60px\] {
    padding-right: 60px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[62px\] {
    padding-bottom: 62px;
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-top {
    vertical-align: top;
  }
  .font-\[\'Dongle\'\] {
    font-family: 'Dongle';
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#646A2B\] {
    color: #646A2B;
  }
  .text-\[\#F4FCE0\] {
    color: #F4FCE0;
  }
  .text-\[\#FF7800\] {
    color: #FF7800;
  }
  .text-\[\#FF8100\] {
    color: #FF8100;
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .peer-checked\:translate-x-\[100\%\] {
    &:is(:where(.peer):checked ~ *) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .peer-focus\:ring-0 {
    &:is(:where(.peer):focus ~ *) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .peer-focus\:outline-none {
    &:is(:where(.peer):focus ~ *) {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .hover\:bg-\[\#FDCA04\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FDCA04;
      }
    }
  }
  .hover\:\!text-\[\#FF8100\] {
    &:hover {
      @media (hover: hover) {
        color: #FF8100 !important;
      }
    }
  }
  .sm\:w-\[420px\] {
    @media (width >= 40rem) {
      width: 420px;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:bottom-10 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:bottom-\[136px\] {
    @media (width >= 48rem) {
      bottom: 136px;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-2 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-\[32px\] {
    @media (width >= 48rem) {
      margin-top: 32px;
    }
  }
  .md\:mt-\[36px\] {
    @media (width >= 48rem) {
      margin-top: 36px;
    }
  }
  .md\:mt-\[45px\] {
    @media (width >= 48rem) {
      margin-top: 45px;
    }
  }
  .md\:mt-\[52px\] {
    @media (width >= 48rem) {
      margin-top: 52px;
    }
  }
  .md\:mt-\[55px\] {
    @media (width >= 48rem) {
      margin-top: 55px;
    }
  }
  .md\:mt-\[58px\] {
    @media (width >= 48rem) {
      margin-top: 58px;
    }
  }
  .md\:mt-\[65px\] {
    @media (width >= 48rem) {
      margin-top: 65px;
    }
  }
  .md\:mt-\[72px\] {
    @media (width >= 48rem) {
      margin-top: 72px;
    }
  }
  .md\:mt-\[120px\] {
    @media (width >= 48rem) {
      margin-top: 120px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-2 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[42px\] {
    @media (width >= 48rem) {
      margin-bottom: 42px;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 48rem) {
      margin-bottom: 60px;
    }
  }
  .md\:mb-\[62px\] {
    @media (width >= 48rem) {
      margin-bottom: 62px;
    }
  }
  .md\:mb-\[64px\] {
    @media (width >= 48rem) {
      margin-bottom: 64px;
    }
  }
  .md\:mb-\[72px\] {
    @media (width >= 48rem) {
      margin-bottom: 72px;
    }
  }
  .md\:mb-\[82px\] {
    @media (width >= 48rem) {
      margin-bottom: 82px;
    }
  }
  .md\:mb-\[92px\] {
    @media (width >= 48rem) {
      margin-bottom: 92px;
    }
  }
  .md\:ml-\[18px\] {
    @media (width >= 48rem) {
      margin-left: 18px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-\[15\/7\] {
    @media (width >= 48rem) {
      aspect-ratio: 15/7;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-\[28px\] {
    @media (width >= 48rem) {
      height: 28px;
    }
  }
  .md\:h-\[56px\] {
    @media (width >= 48rem) {
      height: 56px;
    }
  }
  .md\:h-\[57px\] {
    @media (width >= 48rem) {
      height: 57px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 48rem) {
      height: 70px;
    }
  }
  .md\:h-\[75px\] {
    @media (width >= 48rem) {
      height: 75px;
    }
  }
  .md\:h-\[83px\] {
    @media (width >= 48rem) {
      height: 83px;
    }
  }
  .md\:h-\[88px\] {
    @media (width >= 48rem) {
      height: 88px;
    }
  }
  .md\:h-\[118px\] {
    @media (width >= 48rem) {
      height: 118px;
    }
  }
  .md\:h-\[119px\] {
    @media (width >= 48rem) {
      height: 119px;
    }
  }
  .md\:h-\[124px\] {
    @media (width >= 48rem) {
      height: 124px;
    }
  }
  .md\:h-\[136px\] {
    @media (width >= 48rem) {
      height: 136px;
    }
  }
  .md\:h-\[138px\] {
    @media (width >= 48rem) {
      height: 138px;
    }
  }
  .md\:h-\[142px\] {
    @media (width >= 48rem) {
      height: 142px;
    }
  }
  .md\:h-\[144px\] {
    @media (width >= 48rem) {
      height: 144px;
    }
  }
  .md\:h-\[145px\] {
    @media (width >= 48rem) {
      height: 145px;
    }
  }
  .md\:h-\[153px\] {
    @media (width >= 48rem) {
      height: 153px;
    }
  }
  .md\:h-\[159px\] {
    @media (width >= 48rem) {
      height: 159px;
    }
  }
  .md\:h-\[167px\] {
    @media (width >= 48rem) {
      height: 167px;
    }
  }
  .md\:h-\[352px\] {
    @media (width >= 48rem) {
      height: 352px;
    }
  }
  .md\:h-\[505px\] {
    @media (width >= 48rem) {
      height: 505px;
    }
  }
  .md\:h-\[540px\] {
    @media (width >= 48rem) {
      height: 540px;
    }
  }
  .md\:h-\[578px\] {
    @media (width >= 48rem) {
      height: 578px;
    }
  }
  .md\:h-\[580px\] {
    @media (width >= 48rem) {
      height: 580px;
    }
  }
  .md\:h-\[640px\] {
    @media (width >= 48rem) {
      height: 640px;
    }
  }
  .md\:min-h-12 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 12);
    }
  }
  .md\:min-h-\[135px\] {
    @media (width >= 48rem) {
      min-height: 135px;
    }
  }
  .md\:min-h-\[290px\] {
    @media (width >= 48rem) {
      min-height: 290px;
    }
  }
  .md\:min-h-\[344px\] {
    @media (width >= 48rem) {
      min-height: 344px;
    }
  }
  .md\:min-h-\[420px\] {
    @media (width >= 48rem) {
      min-height: 420px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 48rem) {
      width: calc(2/5 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 48rem) {
      width: calc(3/5 * 100%);
    }
  }
  .md\:w-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-\[39px\] {
    @media (width >= 48rem) {
      width: 39px;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[42px\] {
    @media (width >= 48rem) {
      width: 42px;
    }
  }
  .md\:w-\[47px\] {
    @media (width >= 48rem) {
      width: 47px;
    }
  }
  .md\:w-\[52px\] {
    @media (width >= 48rem) {
      width: 52px;
    }
  }
  .md\:w-\[53px\] {
    @media (width >= 48rem) {
      width: 53px;
    }
  }
  .md\:w-\[55px\] {
    @media (width >= 48rem) {
      width: 55px;
    }
  }
  .md\:w-\[56px\] {
    @media (width >= 48rem) {
      width: 56px;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[60px\] {
    @media (width >= 48rem) {
      width: 60px;
    }
  }
  .md\:w-\[62px\] {
    @media (width >= 48rem) {
      width: 62px;
    }
  }
  .md\:w-\[63px\] {
    @media (width >= 48rem) {
      width: 63px;
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[72px\] {
    @media (width >= 48rem) {
      width: 72px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[102px\] {
    @media (width >= 48rem) {
      width: 102px;
    }
  }
  .md\:w-\[103px\] {
    @media (width >= 48rem) {
      width: 103px;
    }
  }
  .md\:w-\[122px\] {
    @media (width >= 48rem) {
      width: 122px;
    }
  }
  .md\:w-\[127px\] {
    @media (width >= 48rem) {
      width: 127px;
    }
  }
  .md\:w-\[132px\] {
    @media (width >= 48rem) {
      width: 132px;
    }
  }
  .md\:w-\[155px\] {
    @media (width >= 48rem) {
      width: 155px;
    }
  }
  .md\:w-\[167px\] {
    @media (width >= 48rem) {
      width: 167px;
    }
  }
  .md\:w-\[174px\] {
    @media (width >= 48rem) {
      width: 174px;
    }
  }
  .md\:w-\[192px\] {
    @media (width >= 48rem) {
      width: 192px;
    }
  }
  .md\:w-\[193px\] {
    @media (width >= 48rem) {
      width: 193px;
    }
  }
  .md\:w-\[238px\] {
    @media (width >= 48rem) {
      width: 238px;
    }
  }
  .md\:w-\[326px\] {
    @media (width >= 48rem) {
      width: 326px;
    }
  }
  .md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .md\:w-\[720px\] {
    @media (width >= 48rem) {
      width: 720px;
    }
  }
  .md\:w-\[740px\] {
    @media (width >= 48rem) {
      width: 740px;
    }
  }
  .md\:w-\[912px\] {
    @media (width >= 48rem) {
      width: 912px;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:max-w-1\/2 {
    @media (width >= 48rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .md\:max-w-2xl {
    @media (width >= 48rem) {
      max-width: var(--container-2xl);
    }
  }
  .md\:max-w-3xl {
    @media (width >= 48rem) {
      max-width: var(--container-3xl);
    }
  }
  .md\:max-w-4xl {
    @media (width >= 48rem) {
      max-width: var(--container-4xl);
    }
  }
  .md\:max-w-5xl {
    @media (width >= 48rem) {
      max-width: var(--container-5xl);
    }
  }
  .md\:max-w-6xl {
    @media (width >= 48rem) {
      max-width: var(--container-6xl);
    }
  }
  .md\:max-w-\[282px\] {
    @media (width >= 48rem) {
      max-width: 282px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 48rem) {
      max-width: 450px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[575px\] {
    @media (width >= 48rem) {
      max-width: 575px;
    }
  }
  .md\:max-w-\[880px\] {
    @media (width >= 48rem) {
      max-width: 880px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:max-w-sm {
    @media (width >= 48rem) {
      max-width: var(--container-sm);
    }
  }
  .md\:max-w-xl {
    @media (width >= 48rem) {
      max-width: var(--container-xl);
    }
  }
  .md\:-translate-y-\[10px\] {
    @media (width >= 48rem) {
      --tw-translate-y: calc(10px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:scale-x-\[1\.12\] {
    @media (width >= 48rem) {
      --tw-scale-x: 1.12;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:scale-x-\[1\.15\] {
    @media (width >= 48rem) {
      --tw-scale-x: 1.15;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:scale-y-\[1\.7\] {
    @media (width >= 48rem) {
      --tw-scale-y: 1.7;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:rotate-\[1deg\] {
    @media (width >= 48rem) {
      rotate: 1deg;
    }
  }
  .md\:rotate-\[3deg\] {
    @media (width >= 48rem) {
      rotate: 3deg;
    }
  }
  .md\:rotate-\[5deg\] {
    @media (width >= 48rem) {
      rotate: 5deg;
    }
  }
  .md\:rotate-\[9deg\] {
    @media (width >= 48rem) {
      rotate: 9deg;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-15 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(15, minmax(0, 1fr));
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-9 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 48rem) {
      gap: 40px;
    }
  }
  .md\:gap-\[45px\] {
    @media (width >= 48rem) {
      gap: 45px;
    }
  }
  .md\:gap-\[48px\] {
    @media (width >= 48rem) {
      gap: 48px;
    }
  }
  .md\:gap-\[55px\] {
    @media (width >= 48rem) {
      gap: 55px;
    }
  }
  .md\:gap-\[72px\] {
    @media (width >= 48rem) {
      gap: 72px;
    }
  }
  .md\:gap-\[92px\] {
    @media (width >= 48rem) {
      gap: 92px;
    }
  }
  .md\:gap-\[96px\] {
    @media (width >= 48rem) {
      gap: 96px;
    }
  }
  .md\:space-y-4 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-12 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-x-\[54px\] {
    @media (width >= 48rem) {
      column-gap: 54px;
    }
  }
  .md\:gap-y-8 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-y-\[50px\] {
    @media (width >= 48rem) {
      row-gap: 50px;
    }
  }
  .md\:rounded-\[24px\] {
    @media (width >= 48rem) {
      border-radius: 24px;
    }
  }
  .md\:rounded-\[48px\] {
    @media (width >= 48rem) {
      border-radius: 48px;
    }
  }
  .md\:border-2 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .md\:border-b {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .md\:border-\[\#F4FCE0\] {
    @media (width >= 48rem) {
      border-color: #F4FCE0;
    }
  }
  .md\:bg-\[\#FF8100\] {
    @media (width >= 48rem) {
      background-color: #FF8100;
    }
  }
  .md\:p-\[58px\] {
    @media (width >= 48rem) {
      padding: 58px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-\[54px\] {
    @media (width >= 48rem) {
      padding-inline: 54px;
    }
  }
  .md\:px-\[62px\] {
    @media (width >= 48rem) {
      padding-inline: 62px;
    }
  }
  .md\:px-\[78px\] {
    @media (width >= 48rem) {
      padding-inline: 78px;
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-\[55px\] {
    @media (width >= 48rem) {
      padding-block: 55px;
    }
  }
  .md\:py-\[90px\] {
    @media (width >= 48rem) {
      padding-block: 90px;
    }
  }
  .md\:py-\[96px\] {
    @media (width >= 48rem) {
      padding-block: 96px;
    }
  }
  .md\:py-\[98px\] {
    @media (width >= 48rem) {
      padding-block: 98px;
    }
  }
  .md\:pt-16 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[90px\] {
    @media (width >= 48rem) {
      padding-top: 90px;
    }
  }
  .md\:pt-\[96px\] {
    @media (width >= 48rem) {
      padding-top: 96px;
    }
  }
  .md\:pt-\[120px\] {
    @media (width >= 48rem) {
      padding-top: 120px;
    }
  }
  .md\:pr-8 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-\[32px\] {
    @media (width >= 48rem) {
      padding-bottom: 32px;
    }
  }
  .md\:pb-\[54px\] {
    @media (width >= 48rem) {
      padding-bottom: 54px;
    }
  }
  .md\:pb-\[64px\] {
    @media (width >= 48rem) {
      padding-bottom: 64px;
    }
  }
  .md\:pb-\[96px\] {
    @media (width >= 48rem) {
      padding-bottom: 96px;
    }
  }
  .md\:pb-\[132px\] {
    @media (width >= 48rem) {
      padding-bottom: 132px;
    }
  }
  .md\:pl-\[18px\] {
    @media (width >= 48rem) {
      padding-left: 18px;
    }
  }
  .md\:pl-\[120px\] {
    @media (width >= 48rem) {
      padding-left: 120px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:\!text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px !important;
    }
  }
  .md\:\!leading-6 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 6) !important;
      line-height: calc(var(--spacing) * 6) !important;
    }
  }
  .md\:\!leading-9 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 9) !important;
      line-height: calc(var(--spacing) * 9) !important;
    }
  }
  .md\:leading-9 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .md\:text-\[\#F4FCE0\] {
    @media (width >= 48rem) {
      color: #F4FCE0;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .xl\:h-\[55px\] {
    @media (width >= 80rem) {
      height: 55px;
    }
  }
  .xl\:w-5xl {
    @media (width >= 80rem) {
      width: var(--container-5xl);
    }
  }
  .xl\:w-\[100px\] {
    @media (width >= 80rem) {
      width: 100px;
    }
  }
  .xl\:w-\[200px\] {
    @media (width >= 80rem) {
      width: 200px;
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-14 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .xl\:gap-18 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .xl\:px-24 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .xl\:px-\[24px\] {
    @media (width >= 80rem) {
      padding-inline: 24px;
    }
  }
  .xl\:px-\[36px\] {
    @media (width >= 80rem) {
      padding-inline: 36px;
    }
  }
  .xl\:px-\[50px\] {
    @media (width >= 80rem) {
      padding-inline: 50px;
    }
  }
  .xl\:px-\[56px\] {
    @media (width >= 80rem) {
      padding-inline: 56px;
    }
  }
  .xl\:px-\[64px\] {
    @media (width >= 80rem) {
      padding-inline: 64px;
    }
  }
  .xl\:px-\[70px\] {
    @media (width >= 80rem) {
      padding-inline: 70px;
    }
  }
  .xl\:px-\[72px\] {
    @media (width >= 80rem) {
      padding-inline: 72px;
    }
  }
  .xl\:px-\[96px\] {
    @media (width >= 80rem) {
      padding-inline: 96px;
    }
  }
  .xl\:py-\[14px\] {
    @media (width >= 80rem) {
      padding-block: 14px;
    }
  }
  .xl\:pr-\[72px\] {
    @media (width >= 80rem) {
      padding-right: 72px;
    }
  }
  .\32 xl\:mt-24 {
    @media (width >= 96rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:h-\[94px\] {
    @media (width >= 96rem) {
      height: 94px;
    }
  }
  .\32 xl\:h-\[164px\] {
    @media (width >= 96rem) {
      height: 164px;
    }
  }
  .\32 xl\:h-\[171px\] {
    @media (width >= 96rem) {
      height: 171px;
    }
  }
  .\32 xl\:h-\[178px\] {
    @media (width >= 96rem) {
      height: 178px;
    }
  }
  .\32 xl\:h-\[180px\] {
    @media (width >= 96rem) {
      height: 180px;
    }
  }
  .\32 xl\:h-\[182px\] {
    @media (width >= 96rem) {
      height: 182px;
    }
  }
  .\32 xl\:h-\[193px\] {
    @media (width >= 96rem) {
      height: 193px;
    }
  }
  .\32 xl\:h-\[392px\] {
    @media (width >= 96rem) {
      height: 392px;
    }
  }
  .\32 xl\:h-\[615px\] {
    @media (width >= 96rem) {
      height: 615px;
    }
  }
  .\32 xl\:h-\[696px\] {
    @media (width >= 96rem) {
      height: 696px;
    }
  }
  .\32 xl\:h-\[724px\] {
    @media (width >= 96rem) {
      height: 724px;
    }
  }
  .\32 xl\:h-\[737px\] {
    @media (width >= 96rem) {
      height: 737px;
    }
  }
  .\32 xl\:h-\[820px\] {
    @media (width >= 96rem) {
      height: 820px;
    }
  }
  .\32 xl\:min-h-\[90px\] {
    @media (width >= 96rem) {
      min-height: 90px;
    }
  }
  .\32 xl\:min-h-\[150px\] {
    @media (width >= 96rem) {
      min-height: 150px;
    }
  }
  .\32 xl\:min-h-\[391px\] {
    @media (width >= 96rem) {
      min-height: 391px;
    }
  }
  .\32 xl\:min-h-\[400px\] {
    @media (width >= 96rem) {
      min-height: 400px;
    }
  }
  .\32 xl\:min-h-\[498px\] {
    @media (width >= 96rem) {
      min-height: 498px;
    }
  }
  .\32 xl\:w-\[49px\] {
    @media (width >= 96rem) {
      width: 49px;
    }
  }
  .\32 xl\:w-\[63px\] {
    @media (width >= 96rem) {
      width: 63px;
    }
  }
  .\32 xl\:w-\[74px\] {
    @media (width >= 96rem) {
      width: 74px;
    }
  }
  .\32 xl\:w-\[93px\] {
    @media (width >= 96rem) {
      width: 93px;
    }
  }
  .\32 xl\:w-\[101px\] {
    @media (width >= 96rem) {
      width: 101px;
    }
  }
  .\32 xl\:w-\[113px\] {
    @media (width >= 96rem) {
      width: 113px;
    }
  }
  .\32 xl\:w-\[142px\] {
    @media (width >= 96rem) {
      width: 142px;
    }
  }
  .\32 xl\:w-\[146px\] {
    @media (width >= 96rem) {
      width: 146px;
    }
  }
  .\32 xl\:w-\[162ox\] {
    @media (width >= 96rem) {
      width: 162ox;
    }
  }
  .\32 xl\:w-\[179px\] {
    @media (width >= 96rem) {
      width: 179px;
    }
  }
  .\32 xl\:w-\[720px\] {
    @media (width >= 96rem) {
      width: 720px;
    }
  }
  .\32 xl\:w-\[900px\] {
    @media (width >= 96rem) {
      width: 900px;
    }
  }
  .\32 xl\:w-\[1000px\] {
    @media (width >= 96rem) {
      width: 1000px;
    }
  }
  .\32 xl\:w-\[1234px\] {
    @media (width >= 96rem) {
      width: 1234px;
    }
  }
  .\32 xl\:max-w-2xl {
    @media (width >= 96rem) {
      max-width: var(--container-2xl);
    }
  }
  .\32 xl\:max-w-4xl {
    @media (width >= 96rem) {
      max-width: var(--container-4xl);
    }
  }
  .\32 xl\:max-w-5xl {
    @media (width >= 96rem) {
      max-width: var(--container-5xl);
    }
  }
  .\32 xl\:max-w-6xl {
    @media (width >= 96rem) {
      max-width: var(--container-6xl);
    }
  }
  .\32 xl\:max-w-7xl {
    @media (width >= 96rem) {
      max-width: var(--container-7xl);
    }
  }
  .\32 xl\:max-w-\[358px\] {
    @media (width >= 96rem) {
      max-width: 358px;
    }
  }
  .\32 xl\:max-w-\[525px\] {
    @media (width >= 96rem) {
      max-width: 525px;
    }
  }
  .\32 xl\:max-w-\[536px\] {
    @media (width >= 96rem) {
      max-width: 536px;
    }
  }
  .\32 xl\:max-w-\[605px\] {
    @media (width >= 96rem) {
      max-width: 605px;
    }
  }
  .\32 xl\:max-w-\[615px\] {
    @media (width >= 96rem) {
      max-width: 615px;
    }
  }
  .\32 xl\:max-w-\[625px\] {
    @media (width >= 96rem) {
      max-width: 625px;
    }
  }
  .\32 xl\:max-w-\[640px\] {
    @media (width >= 96rem) {
      max-width: 640px;
    }
  }
  .\32 xl\:max-w-\[915px\] {
    @media (width >= 96rem) {
      max-width: 915px;
    }
  }
  .\32 xl\:max-w-\[952px\] {
    @media (width >= 96rem) {
      max-width: 952px;
    }
  }
  .\32 xl\:max-w-\[962px\] {
    @media (width >= 96rem) {
      max-width: 962px;
    }
  }
  .\32 xl\:max-w-\[1046px\] {
    @media (width >= 96rem) {
      max-width: 1046px;
    }
  }
  .\32 xl\:max-w-\[1212px\] {
    @media (width >= 96rem) {
      max-width: 1212px;
    }
  }
  .\32 xl\:max-w-\[1279px\] {
    @media (width >= 96rem) {
      max-width: 1279px;
    }
  }
  .\32 xl\:max-w-\[1470px\] {
    @media (width >= 96rem) {
      max-width: 1470px;
    }
  }
  .\32 xl\:gap-8 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:gap-10 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:gap-24 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:gap-\[68px\] {
    @media (width >= 96rem) {
      gap: 68px;
    }
  }
  .\32 xl\:gap-\[92px\] {
    @media (width >= 96rem) {
      gap: 92px;
    }
  }
  .\32 xl\:gap-\[96px\] {
    @media (width >= 96rem) {
      gap: 96px;
    }
  }
  .\32 xl\:gap-\[112px\] {
    @media (width >= 96rem) {
      gap: 112px;
    }
  }
  .\32 xl\:gap-\[114px\] {
    @media (width >= 96rem) {
      gap: 114px;
    }
  }
  .\32 xl\:gap-\[136px\] {
    @media (width >= 96rem) {
      gap: 136px;
    }
  }
  .\32 xl\:space-y-8 {
    @media (width >= 96rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .\32 xl\:p-8 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:px-8 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:px-10 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:px-12 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:px-24 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:px-\[28px\] {
    @media (width >= 96rem) {
      padding-inline: 28px;
    }
  }
  .\32 xl\:px-\[32px\] {
    @media (width >= 96rem) {
      padding-inline: 32px;
    }
  }
  .\32 xl\:px-\[44px\] {
    @media (width >= 96rem) {
      padding-inline: 44px;
    }
  }
  .\32 xl\:px-\[45px\] {
    @media (width >= 96rem) {
      padding-inline: 45px;
    }
  }
  .\32 xl\:px-\[70px\] {
    @media (width >= 96rem) {
      padding-inline: 70px;
    }
  }
  .\32 xl\:px-\[80px\] {
    @media (width >= 96rem) {
      padding-inline: 80px;
    }
  }
  .\32 xl\:px-\[88px\] {
    @media (width >= 96rem) {
      padding-inline: 88px;
    }
  }
  .\32 xl\:px-\[90px\] {
    @media (width >= 96rem) {
      padding-inline: 90px;
    }
  }
  .\32 xl\:px-\[96px\] {
    @media (width >= 96rem) {
      padding-inline: 96px;
    }
  }
  .\32 xl\:px-\[98px\] {
    @media (width >= 96rem) {
      padding-inline: 98px;
    }
  }
  .\32 xl\:px-\[110px\] {
    @media (width >= 96rem) {
      padding-inline: 110px;
    }
  }
  .\32 xl\:px-\[126px\] {
    @media (width >= 96rem) {
      padding-inline: 126px;
    }
  }
  .\32 xl\:py-10 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:py-12 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:py-14 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .\32 xl\:pt-8 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .\32 xl\:pt-\[118px\] {
    @media (width >= 96rem) {
      padding-top: 118px;
    }
  }
  .\32 xl\:pt-\[164px\] {
    @media (width >= 96rem) {
      padding-top: 164px;
    }
  }
  .\32 xl\:pr-\[126px\] {
    @media (width >= 96rem) {
      padding-right: 126px;
    }
  }
  .\32 xl\:pb-\[64px\] {
    @media (width >= 96rem) {
      padding-bottom: 64px;
    }
  }
  .\32 xl\:pb-\[74px\] {
    @media (width >= 96rem) {
      padding-bottom: 74px;
    }
  }
  .\32 xl\:pb-\[158px\] {
    @media (width >= 96rem) {
      padding-bottom: 158px;
    }
  }
  .\32 xl\:pl-\[180px\] {
    @media (width >= 96rem) {
      padding-left: 180px;
    }
  }
  .\32 xl\:\!text-\[40px\] {
    @media (width >= 96rem) {
      font-size: 40px !important;
    }
  }
  .\32 xl\:\!leading-8 {
    @media (width >= 96rem) {
      --tw-leading: calc(var(--spacing) * 8) !important;
      line-height: calc(var(--spacing) * 8) !important;
    }
  }
  .\32 xl\:\!leading-12 {
    @media (width >= 96rem) {
      --tw-leading: calc(var(--spacing) * 12) !important;
      line-height: calc(var(--spacing) * 12) !important;
    }
  }
  .\32 xl\:leading-\[32px\] {
    @media (width >= 96rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .\32 xl\:leading-\[36px\] {
    @media (width >= 96rem) {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }
}
html, body {
  background-color: #FBFFF3;
  margin: 0;
  padding: 0;
  font-family: 'Inter Tight', sans-serif;
  position: relative;
}
:root {
  --color-green: #7D7F35;
  --color-beige: #FBFFF3;
  --color-yellow: #FDCA04;
  --color-orange: #FF8100;
  --color-purple: #92A7CA;
  --color-pink: #FCBACA;
  --color-blue: #D4F1F9;
  --color-beige-2: #F4FCE0;
  --color-dark-blue: #85C8DC;
  --color-pink-2: #FFA7BD;
}
.color-green {
  color: var(--color-green);
}
.color-beige {
  color: var(--color-beige);
}
.color-yellow {
  color: var(--color-yellow);
}
.color-orange {
  color: var(--color-orange);
}
.color-purple {
  color: var(--color-purple);
}
.color-pink {
  color: var(--color-pink);
}
.color-blue {
  color: var(--color-blue);
}
.color-beige-2 {
  color: var(--color-beige-2);
}
.color-dark-blue {
  color: var(--color-dark-blue);
}
.color-pink-2 {
  color: var(--color-pink-2);
}
.background-green {
  background-color: var(--color-green);
}
.background-beige {
  background-color: var(--color-beige);
}
.background-yellow {
  background-color: var(--color-yellow);
}
.background-orange {
  background-color: var(--color-orange);
}
.background-purple {
  background-color: var(--color-purple);
}
.background-pink {
  background-color: var(--color-pink);
}
.background-blue {
  background-color: var(--color-blue);
}
.background-beige-2 {
  background-color: var(--color-beige-2);
}
.background-dark-blue {
  background-color: var(--color-dark-blue);
}
.background-pink-2 {
  background-color: var(--color-pink-2);
}
.border-green {
  border-color: var(--color-green);
}
.border-beige {
  border-color: var(--color-beige);
}
.border-yellow {
  border-color: var(--color-yellow);
}
.border-orange {
  border-color: var(--color-orange);
}
.border-purple {
  border-color: var(--color-purple);
}
.border-pink {
  border-color: var(--color-pink);
}
.border-blue {
  border-color: var(--color-blue);
}
.border-beige-2 {
  border-color: var(--color-beige-2);
}
.border-dark-blue {
  border-color: var(--color-dark-blue);
}
.border-pink-2 {
  border-color: var(--color-pink-2);
}
h1, h2, h3, h4 {
  z-index: 1;
}
.heading-h0-mb {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h1-mb {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h2-mb {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h3-mb {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h4-mb {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h45-mb {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h5-mb {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.heading-h1 {
  font-size: 78px;
  line-height: 90px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h12 {
  font-size: 72px;
  line-height: 85px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h2 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h3 {
  font-size: 52px;
  line-height: 65px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h4 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h5 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h6 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h7 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h8 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.heading-h9 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.body-b0-mb {
  font-size: 24px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.body-b1-mb {
  font-size: 24px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.body-b2-mb {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.body-b3-mb {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.body-b4-mb {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.body-b5-mb {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.body-b0 {
  font-size: 64px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b01 {
  font-size: 60px;
  line-height: 38px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b015 {
  font-size: 56px;
  line-height: 38px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b05 {
  font-size: 52px;
  line-height: 38px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b15 {
  font-size: 48px;
  line-height: 40px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.03em;
}
.body-b1 {
  font-size: 42px;
  line-height: 34px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b2 {
  font-size: 40px;
  line-height: 32px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b3 {
  font-size: 36px;
  line-height: 28px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b35 {
  font-size: 32px;
  line-height: 24px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b351 {
  font-size: 28px;
  line-height: 22px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b4 {
  font-size: 24px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b5 {
  font-size: 20px;
  line-height: 16px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b6 {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b7 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.body-b8 {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
}
.page_404 {
  padding: 40px 0;
  background: #fff;
}
.page_404 img {
  width: 100%;
}
.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}
.four_zero_four_bg h1 {
  font-size: 80px;
}
.four_zero_four_bg h3 {
  font-size: 80px;
}
.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
*:not(:defined) {
  display: none;
}
.decorated {
  position: relative;
}
.decorated::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--underline-svg) bottom center no-repeat;
  background-size: contain;
}
.highlight-circle {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
#dropdownAbout.decorated::after {
  width: 95%;
}
.custom-absolute-image {
  position: absolute;
  left: 0.65%;
  right: 41.82%;
  top: 8.95%;
  bottom: 80.46%;
  background-size: cover;
  background-position: center;
}
.bg-image-contain {
  background-size: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-image-cover {
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 640px) {
  .sm\:heading-h1 {
    font-size: 78px;
    line-height: 90px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h3 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h4 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h5 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h6 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h7 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h8 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:heading-h9 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .sm\:body-b0 {
    font-size: 64px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b05 {
    font-size: 52px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b1 {
    font-size: 42px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b2 {
    font-size: 40px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b3 {
    font-size: 36px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b35 {
    font-size: 32px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b5 {
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b6 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b7 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .sm\:body-b8 {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
}
@media (min-width: 768px) {
  .md\:heading-h1 {
    font-size: 78px;
    line-height: 90px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h3 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h4 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h5 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h6 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h7 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h8 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:heading-h9 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .md\:body-b0 {
    font-size: 64px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b05 {
    font-size: 52px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b015 {
    font-size: 56px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b1 {
    font-size: 42px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b2 {
    font-size: 40px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b3 {
    font-size: 36px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b35 {
    font-size: 32px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b351 {
    font-size: 28px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b5 {
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b6 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b7 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .md\:body-b8 {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
}
@media (min-width: 1024px) {
  .lg\:heading-h1 {
    font-size: 78px;
    line-height: 90px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h3 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h4 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h5 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h6 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h7 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h8 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:heading-h9 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .lg\:body-b0 {
    font-size: 64px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b05 {
    font-size: 52px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b1 {
    font-size: 42px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b2 {
    font-size: 40px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b3 {
    font-size: 36px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b35 {
    font-size: 32px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b351 {
    font-size: 28px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b5 {
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b6 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b7 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b8 {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
}
@media (min-width: 1280px) {
  .xl\:heading-h1 {
    font-size: 78px;
    line-height: 90px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h3 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h4 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h5 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h6 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h7 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h8 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:heading-h9 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .xl\:body-b0 {
    font-size: 64px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b05 {
    font-size: 52px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b1 {
    font-size: 42px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b2 {
    font-size: 40px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b3 {
    font-size: 36px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b35 {
    font-size: 32px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .lg\:body-b351 {
    font-size: 28px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b5 {
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b6 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b7 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .xl\:body-b8 {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
}
@media (min-width: 1536px) {
  .\32xl\:heading-h1 {
    font-size: 78px;
    line-height: 90px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h2 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h3 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h4 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h5 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h6 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h7 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h8 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:heading-h9 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:body-b0 {
    font-size: 64px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b01 {
    font-size: 60px;
    line-height: 48px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b05 {
    font-size: 52px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b015 {
    font-size: 56px;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b15 {
    font-size: 48px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
  }
  .\32xl\:body-b1 {
    font-size: 42px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b2 {
    font-size: 40px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b3 {
    font-size: 36px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b35 {
    font-size: 32px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b35 {
    font-size: 28px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b4 {
    font-size: 24px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b5 {
    font-size: 20px;
    line-height: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b6 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b7 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
  .\32xl\:body-b8 {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Dongle', 'Inter Tight', sans-serif;
  }
}
html.intro-lock, body.intro-lock {
  height: 100%;
  overflow: hidden;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-scroll-wrapper:hover .animate-jump {
  animation: jump 300ms ease-in-out;
}
.snap-scroll-wrapper {
  height: calc(100vh - 136px);
}
@media (min-width: 96rem) {
  .snap-scroll-wrapper {
    height: calc(100vh - 164px);
  }
}
@keyframes slide-fade-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.floating-group-icon:hover .animate-slide-fade-left {
  animation: slide-fade-left 300ms ease-out forwards;
  pointer-events: auto;
  opacity: 100;
}
.floating-group-icon:hover svg {
  color: var(--color-orange);
}
.floating-group-icon:hover .path-white {
  color: var(--color-beige-2);
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.list-bonus li::marker {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .list-bonus li::marker {
    font-size: 12px;
  }
}
#drawer-menu-btn.open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
#drawer-menu-btn.open span:nth-child(2) {
  opacity: 0;
}
#drawer-menu-btn.open span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
#trp-floater-ls {
  display: none;
}
.input-contact-form {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #7D7F35;
  color: #7D7F35;
  outline: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Grandstander', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .input-contact-form {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
}
@media (min-width: 1536px) {
  .input-contact-form {
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Grandstander', 'Inter Tight', sans-serif;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
}
.input-contact-form:focus {
  outline: none;
  box-shadow: none;
  border-color: #7D7F35;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0px;
}
.post-content {
  color: #7D7F35;
  line-height: 22px;
  font-size: 28px;
  margin-top: 1rem;
  font-family: 'Dongle', 'Inter Tight', sans-serif;
  letter-spacing: -0.02em;
}
.post-content h1 {
  font-size: 42px;
  line-height: 34px;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.post-content h2 {
  font-size: 40px;
  line-height: 32px;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}
.post-content h3 {
  font-size: 36px;
  line-height: 28px;
  font-weight: 600;
  margin: 1rem 0 0.75rem;
}
.post-content p {
  margin-bottom: 1.25rem;
}
.post-content ul, .post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}
.post-content ul li {
  list-style-type: disc;
}
.post-content ol li {
  list-style-type: decimal;
}
.post-content a {
  color: #1b4aa0;
}
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}
.post-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-content blockquote {
  border-left: 4px solid #FDCA04;
  padding-left: 1rem;
  color: #7D7F35;
  font-style: italic;
  margin: 1.5rem 0;
}
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.post-content table th, .post-content table td {
  border: 1px solid #FDCA04;
  padding: 0.75rem;
  text-align: left;
}
.post-content table th {
  background-color: #f9fafb;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: 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;
    }
  }
}
