/*! tailwindcss v4.1.14 | 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-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --radius-lg: 0.5rem;
    --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-lime-green: #CEF61B;
    --font-weight-extrablack: 1000;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[16px\] {
    top: 16px;
  }
  .top-\[41\%\] {
    top: 41%;
  }
  .top-\[70\%\] {
    top: 70%;
  }
  .top-\[268px\] {
    top: 268px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-\[16px\] {
    right: 16px;
  }
  .bottom-\[-13px\] {
    bottom: -13px;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[54\.1\%\] {
    left: 54.1%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-15 {
    z-index: 15;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .container {
    width: 100%;
    @media (width >= 400px) {
      max-width: 400px;
    }
    @media (width >= 555px) {
      max-width: 555px;
    }
    @media (width >= 850px) {
      max-width: 850px;
    }
    @media (width >= 1090px) {
      max-width: 1090px;
    }
    @media (width >= 1370px) {
      max-width: 1370px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 2400px) {
      max-width: 2400px;
    }
    @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-\[6vw\] {
    margin-inline: 6vw;
  }
  .mx-\[7\.4\%\] {
    margin-inline: 7.4%;
  }
  .mx-\[80px\] {
    margin-inline: 80px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[31px\] {
    margin-block: 31px;
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-\[-20px\] {
    margin-top: -20px;
  }
  .mt-\[-63px\] {
    margin-top: -63px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[53px\] {
    margin-top: 53px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[85px\] {
    margin-bottom: 85px;
  }
  .mb-\[95px\] {
    margin-bottom: 95px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-\[-0\.3vw\] {
    margin-left: -0.3vw;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .size-fit {
    width: fit-content;
    height: fit-content;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[6\.8vw\] {
    height: 6.8vw;
  }
  .h-\[7\.9\%\] {
    height: 7.9%;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[257px\] {
    height: 257px;
  }
  .h-\[404px\] {
    height: 404px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[532px\] {
    height: 532px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .min-h-\[42px\] {
    min-height: 42px;
  }
  .min-h-\[z42px\] {
    min-height: z42px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[6\.8vw\] {
    width: 6.8vw;
  }
  .w-\[16\.6\%\] {
    width: 16.6%;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[53px\] {
    width: 53px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[77\.8\%\] {
    width: 77.8%;
  }
  .w-\[90\.6\%\] {
    width: 90.6%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[204px\] {
    width: 204px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[423px\] {
    max-width: 423px;
  }
  .max-w-\[612px\] {
    max-width: 612px;
  }
  .max-w-\[1176px\] {
    max-width: 1176px;
  }
  .max-w-\[1640px\] {
    max-width: 1640px;
  }
  .max-w-\[1763px\] {
    max-width: 1763px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-\[full\] {
    max-width: full;
  }
  .min-w-\[178px\] {
    min-width: 178px;
  }
  .flex-1 {
    flex: 1;
  }
  .-rotate-3 {
    rotate: calc(3deg * -1);
  }
  .rotate-\[-45deg\] {
    rotate: -45deg;
  }
  .rotate-\[45deg\] {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[rotate\(-12\.21deg\)\] {
    transform: rotate(-12.21deg);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-\[repeat\(3\,28\.5\%\)\] {
    grid-template-columns: repeat(3,28.5%);
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(0\,328px\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(0,328px));
  }
  .flex-col {
    flex-direction: column;
  }
  .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-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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)));
    }
  }
  .gap-x-\[3\.1vw\] {
    column-gap: 3.1vw;
  }
  .gap-x-\[5\.5vw\] {
    column-gap: 5.5vw;
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(10px * var(--tw-space-x-reverse));
      margin-inline-end: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[20px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(20px * var(--tw-space-x-reverse));
      margin-inline-end: calc(20px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-\[63px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(63px * var(--tw-space-x-reverse));
      margin-inline-end: calc(63px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-\[20px\] {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-l-\[15px\] {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .rounded-l-\[20px\] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .rounded-r-\[15px\] {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .rounded-tr-\[40px\] {
    border-top-right-radius: 40px;
  }
  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-bl-\[40px\] {
    border-bottom-left-radius: 40px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-lime-green {
    border-color: var(--color-lime-green);
  }
  .border-lime-green\/10 {
    border-color: color-mix(in srgb, #CEF61B 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-lime-green) 10%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-lime-green {
    background-color: var(--color-lime-green);
  }
  .bg-lime-green\/20 {
    background-color: color-mix(in srgb, #CEF61B 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-lime-green) 20%, transparent);
    }
  }
  .bg-lime-green\/50 {
    background-color: color-mix(in srgb, #CEF61B 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-lime-green) 50%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-0\% {
    --tw-gradient-from-position: 0%;
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-75\% {
    --tw-gradient-via-position: 75%;
  }
  .to-lime-green {
    --tw-gradient-to: var(--color-lime-green);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-100\% {
    --tw-gradient-to-position: 100%;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[50\%_40\%\] {
    object-position: 50% 40%;
  }
  .object-top {
    object-position: top;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .px-\[1\.8vw\] {
    padding-inline: 1.8vw;
  }
  .px-\[5vw\] {
    padding-inline: 5vw;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[18vh\] {
    padding-block: 18vh;
  }
  .py-\[27px\] {
    padding-block: 27px;
  }
  .py-\[95px\] {
    padding-block: 95px;
  }
  .pt-\[6\%\] {
    padding-top: 6%;
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[65px\] {
    padding-top: 65px;
  }
  .pt-\[75px\] {
    padding-top: 75px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[12vw\] {
    padding-right: 12vw;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[92px\] {
    padding-bottom: 92px;
  }
  .pb-\[105px\] {
    padding-bottom: 105px;
  }
  .pb-\[133px\] {
    padding-bottom: 133px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-\[5vw\] {
    padding-left: 5vw;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[78px\] {
    padding-left: 78px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-top {
    vertical-align: top;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[1\.8vw\] {
    font-size: 1.8vw;
  }
  .text-\[2\.3vw\] {
    font-size: 2.3vw;
  }
  .text-\[2\.7vw\] {
    font-size: 2.7vw;
  }
  .text-\[2vw\] {
    font-size: 2vw;
  }
  .text-\[3\.3vw\] {
    font-size: 3.3vw;
  }
  .text-\[3vw\] {
    font-size: 3vw;
  }
  .text-\[4\.5vw\] {
    font-size: 4.5vw;
  }
  .text-\[4\.8vw\] {
    font-size: 4.8vw;
  }
  .text-\[5\.6vw\] {
    font-size: 5.6vw;
  }
  .text-\[5vw\] {
    font-size: 5vw;
  }
  .text-\[6\.3vw\] {
    font-size: 6.3vw;
  }
  .text-\[6\.9vw\] {
    font-size: 6.9vw;
  }
  .text-\[7\.5vw\] {
    font-size: 7.5vw;
  }
  .text-\[7\.8vw\] {
    font-size: 7.8vw;
  }
  .text-\[7vw\] {
    font-size: 7vw;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[39px\] {
    font-size: 39px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[90px\] {
    font-size: 90px;
  }
  .text-\[93px\] {
    font-size: 93px;
  }
  .leading-\[1\.8vw\] {
    --tw-leading: 1.8vw;
    line-height: 1.8vw;
  }
  .leading-\[2\.7vw\] {
    --tw-leading: 2.7vw;
    line-height: 2.7vw;
  }
  .leading-\[4\.5vw\] {
    --tw-leading: 4.5vw;
    line-height: 4.5vw;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .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-extrablack {
    --tw-font-weight: var(--font-weight-extrablack);
    font-weight: var(--font-weight-extrablack);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-lime-green {
    color: var(--color-lime-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .brightness-\[0\.5\] {
    --tw-brightness: brightness(0.5);
    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,);
  }
  .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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .text-shadow-lg\/30 {
    --tw-text-shadow-alpha: 30%;
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0px 3px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%)), 0px 4px 8px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 30%));
  }
  .text-shadow-black {
    --tw-text-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .hover\:scale-100 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:scale-\[1\.2\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.2;
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .hover\:bg-lime-green\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #CEF61B 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-lime-green) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-lime-green\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #CEF61B 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-lime-green) 40%, transparent);
        }
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:invert {
    &: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\:text-shadow-black {
    &:hover {
      @media (hover: hover) {
        --tw-text-shadow-color: #000;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-text-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-text-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:text-shadow-lg {
    &:hover {
      @media (hover: hover) {
        text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
      }
    }
  }
  .max-note\:bottom-\[-3px\] {
    @media (width < 1370px) {
      bottom: -3px;
    }
  }
  .max-note\:mx-\[3\.8\%\] {
    @media (width < 1370px) {
      margin-inline: 3.8%;
    }
  }
  .max-note\:my-\[2\.3vw\] {
    @media (width < 1370px) {
      margin-block: 2.3vw;
    }
  }
  .max-note\:mt-0 {
    @media (width < 1370px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-note\:mr-\[7vw\] {
    @media (width < 1370px) {
      margin-right: 7vw;
    }
  }
  .max-note\:mb-\[5\.9vw\] {
    @media (width < 1370px) {
      margin-bottom: 5.9vw;
    }
  }
  .max-note\:mb-\[7\.3vw\] {
    @media (width < 1370px) {
      margin-bottom: 7.3vw;
    }
  }
  .max-note\:mb-\[45px\] {
    @media (width < 1370px) {
      margin-bottom: 45px;
    }
  }
  .max-note\:ml-\[8\.3vw\] {
    @media (width < 1370px) {
      margin-left: 8.3vw;
    }
  }
  .max-note\:h-\[2\.3vw\] {
    @media (width < 1370px) {
      height: 2.3vw;
    }
  }
  .max-note\:h-\[4\.2vw\] {
    @media (width < 1370px) {
      height: 4.2vw;
    }
  }
  .max-note\:h-\[4vw\] {
    @media (width < 1370px) {
      height: 4vw;
    }
  }
  .max-note\:w-\[2\.3vw\] {
    @media (width < 1370px) {
      width: 2.3vw;
    }
  }
  .max-note\:w-\[3\.9vw\] {
    @media (width < 1370px) {
      width: 3.9vw;
    }
  }
  .max-note\:w-\[4vw\] {
    @media (width < 1370px) {
      width: 4vw;
    }
  }
  .max-note\:w-\[85vw\] {
    @media (width < 1370px) {
      width: 85vw;
    }
  }
  .max-note\:w-\[100\%\] {
    @media (width < 1370px) {
      width: 100%;
    }
  }
  .max-note\:max-w-\[84\.5vw\] {
    @media (width < 1370px) {
      max-width: 84.5vw;
    }
  }
  .max-note\:grid-cols-\[repeat\(3\,29\%\)\] {
    @media (width < 1370px) {
      grid-template-columns: repeat(3,29%);
    }
  }
  .max-note\:gap-x-\[5vw\] {
    @media (width < 1370px) {
      column-gap: 5vw;
    }
  }
  .max-note\:pt-\[51px\] {
    @media (width < 1370px) {
      padding-top: 51px;
    }
  }
  .max-note\:pr-\[9\.9vw\] {
    @media (width < 1370px) {
      padding-right: 9.9vw;
    }
  }
  .max-note\:pr-\[27px\] {
    @media (width < 1370px) {
      padding-right: 27px;
    }
  }
  .max-note\:pb-\[78px\] {
    @media (width < 1370px) {
      padding-bottom: 78px;
    }
  }
  .max-note\:pl-\[4\.1vw\] {
    @media (width < 1370px) {
      padding-left: 4.1vw;
    }
  }
  .max-note\:pl-\[7\.3vw\] {
    @media (width < 1370px) {
      padding-left: 7.3vw;
    }
  }
  .max-note\:text-\[1\.5vw\] {
    @media (width < 1370px) {
      font-size: 1.5vw;
    }
  }
  .max-note\:text-\[2\.2vw\] {
    @media (width < 1370px) {
      font-size: 2.2vw;
    }
  }
  .max-note\:text-\[2\.3vw\] {
    @media (width < 1370px) {
      font-size: 2.3vw;
    }
  }
  .max-note\:text-\[2\.6vw\] {
    @media (width < 1370px) {
      font-size: 2.6vw;
    }
  }
  .max-note\:text-\[3vw\] {
    @media (width < 1370px) {
      font-size: 3vw;
    }
  }
  .max-note\:text-\[4\.3vw\] {
    @media (width < 1370px) {
      font-size: 4.3vw;
    }
  }
  .max-note\:text-\[6\.8vw\] {
    @media (width < 1370px) {
      font-size: 6.8vw;
    }
  }
  .max-tablet\:top-\[170px\] {
    @media (width < 1090px) {
      top: 170px;
    }
  }
  .max-tablet\:mx-\[3\.75vw\] {
    @media (width < 1090px) {
      margin-inline: 3.75vw;
    }
  }
  .max-tablet\:mx-\[4\.4vw\] {
    @media (width < 1090px) {
      margin-inline: 4.4vw;
    }
  }
  .max-tablet\:mt-\[-1\.6vw\] {
    @media (width < 1090px) {
      margin-top: -1.6vw;
    }
  }
  .max-tablet\:mt-\[5vw\] {
    @media (width < 1090px) {
      margin-top: 5vw;
    }
  }
  .max-tablet\:mr-\[4vw\] {
    @media (width < 1090px) {
      margin-right: 4vw;
    }
  }
  .max-tablet\:mb-\[7\.8vw\] {
    @media (width < 1090px) {
      margin-bottom: 7.8vw;
    }
  }
  .max-tablet\:ml-\[5vw\] {
    @media (width < 1090px) {
      margin-left: 5vw;
    }
  }
  .max-tablet\:h-\[35px\] {
    @media (width < 1090px) {
      height: 35px;
    }
  }
  .max-tablet\:w-\[120px\] {
    @media (width < 1090px) {
      width: 120px;
    }
  }
  .max-tablet\:max-w-\[452px\] {
    @media (width < 1090px) {
      max-width: 452px;
    }
  }
  .max-tablet\:space-x-\[1vw\] {
    @media (width < 1090px) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(1vw * var(--tw-space-x-reverse));
        margin-inline-end: calc(1vw * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .max-tablet\:px-\[1vw\] {
    @media (width < 1090px) {
      padding-inline: 1vw;
    }
  }
  .max-tablet\:px-\[45px\] {
    @media (width < 1090px) {
      padding-inline: 45px;
    }
  }
  .max-tablet\:py-\[1vw\] {
    @media (width < 1090px) {
      padding-block: 1vw;
    }
  }
  .max-tablet\:pt-\[6\.3vw\] {
    @media (width < 1090px) {
      padding-top: 6.3vw;
    }
  }
  .max-tablet\:pb-\[20px\] {
    @media (width < 1090px) {
      padding-bottom: 20px;
    }
  }
  .max-tablet\:text-base {
    @media (width < 1090px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-tablet\:text-sm {
    @media (width < 1090px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-tablet\:text-\[1\.5vw\] {
    @media (width < 1090px) {
      font-size: 1.5vw;
    }
  }
  .max-tablet\:text-\[1\.8vw\] {
    @media (width < 1090px) {
      font-size: 1.8vw;
    }
  }
  .max-tablet\:text-\[14px\] {
    @media (width < 1090px) {
      font-size: 14px;
    }
  }
  .max-tablet\:text-\[64px\] {
    @media (width < 1090px) {
      font-size: 64px;
    }
  }
  .max-tablet\:leading-\[2vw\] {
    @media (width < 1090px) {
      --tw-leading: 2vw;
      line-height: 2vw;
    }
  }
  .max-tablet\:leading-\[3\.5vw\] {
    @media (width < 1090px) {
      --tw-leading: 3.5vw;
      line-height: 3.5vw;
    }
  }
  .max-mobile-big\:top-\[8px\] {
    @media (width < 850px) {
      top: 8px;
    }
  }
  .max-mobile-big\:left-\[50\%\] {
    @media (width < 850px) {
      left: 50%;
    }
  }
  .max-mobile-big\:mx-\[9\.4vw\] {
    @media (width < 850px) {
      margin-inline: 9.4vw;
    }
  }
  .max-mobile-big\:mt-\[10px\] {
    @media (width < 850px) {
      margin-top: 10px;
    }
  }
  .max-mobile-big\:mb-\[12px\] {
    @media (width < 850px) {
      margin-bottom: 12px;
    }
  }
  .max-mobile-big\:block {
    @media (width < 850px) {
      display: block;
    }
  }
  .max-mobile-big\:hidden {
    @media (width < 850px) {
      display: none;
    }
  }
  .max-mobile-big\:inline {
    @media (width < 850px) {
      display: inline;
    }
  }
  .max-mobile-big\:h-\[3vw\] {
    @media (width < 850px) {
      height: 3vw;
    }
  }
  .max-mobile-big\:h-\[5\.2vw\] {
    @media (width < 850px) {
      height: 5.2vw;
    }
  }
  .max-mobile-big\:h-full {
    @media (width < 850px) {
      height: 100%;
    }
  }
  .max-mobile-big\:h-screen {
    @media (width < 850px) {
      height: 100vh;
    }
  }
  .max-mobile-big\:w-\[3vw\] {
    @media (width < 850px) {
      width: 3vw;
    }
  }
  .max-mobile-big\:w-\[5\.2vw\] {
    @media (width < 850px) {
      width: 5.2vw;
    }
  }
  .max-mobile-big\:w-\[20\%\] {
    @media (width < 850px) {
      width: 20%;
    }
  }
  .max-mobile-big\:w-full {
    @media (width < 850px) {
      width: 100%;
    }
  }
  .max-mobile-big\:max-w-\[43vw\] {
    @media (width < 850px) {
      max-width: 43vw;
    }
  }
  .max-mobile-big\:grid-cols-1 {
    @media (width < 850px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-mobile-big\:grid-cols-\[repeat\(auto-fit\,minmax\(0\,328px\)\)\] {
    @media (width < 850px) {
      grid-template-columns: repeat(auto-fit,minmax(0,328px));
    }
  }
  .max-mobile-big\:items-center {
    @media (width < 850px) {
      align-items: center;
    }
  }
  .max-mobile-big\:justify-center {
    @media (width < 850px) {
      justify-content: center;
    }
  }
  .max-mobile-big\:justify-items-center {
    @media (width < 850px) {
      justify-items: center;
    }
  }
  .max-mobile-big\:gap-y-\[30px\] {
    @media (width < 850px) {
      row-gap: 30px;
    }
  }
  .max-mobile-big\:border-r-4 {
    @media (width < 850px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 4px;
    }
  }
  .max-mobile-big\:border-lime-green {
    @media (width < 850px) {
      border-color: var(--color-lime-green);
    }
  }
  .max-mobile-big\:object-cover {
    @media (width < 850px) {
      object-fit: cover;
    }
  }
  .max-mobile-big\:object-\[65\%\] {
    @media (width < 850px) {
      object-position: 65%;
    }
  }
  .max-mobile-big\:p-\[20px_17px_40px_6px\] {
    @media (width < 850px) {
      padding: 20px 17px 40px 6px;
    }
  }
  .max-mobile-big\:px-\[18\.4vw\] {
    @media (width < 850px) {
      padding-inline: 18.4vw;
    }
  }
  .max-mobile-big\:py-\[15px\] {
    @media (width < 850px) {
      padding-block: 15px;
    }
  }
  .max-mobile-big\:pt-\[28px\] {
    @media (width < 850px) {
      padding-top: 28px;
    }
  }
  .max-mobile-big\:pt-\[35px\] {
    @media (width < 850px) {
      padding-top: 35px;
    }
  }
  .max-mobile-big\:pb-\[10px\] {
    @media (width < 850px) {
      padding-bottom: 10px;
    }
  }
  .max-mobile-big\:pl-0 {
    @media (width < 850px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-mobile-big\:text-\[1\.9vw\] {
    @media (width < 850px) {
      font-size: 1.9vw;
    }
  }
  .max-mobile-big\:text-\[2\.2vw\] {
    @media (width < 850px) {
      font-size: 2.2vw;
    }
  }
  .max-mobile-big\:text-\[2vw\] {
    @media (width < 850px) {
      font-size: 2vw;
    }
  }
  .max-mobile-big\:text-\[3\.5vw\] {
    @media (width < 850px) {
      font-size: 3.5vw;
    }
  }
  .max-mobile-big\:text-\[4\.3vw\] {
    @media (width < 850px) {
      font-size: 4.3vw;
    }
  }
  .max-mobile-big\:text-\[4vw\] {
    @media (width < 850px) {
      font-size: 4vw;
    }
  }
  .max-mobile-big\:text-\[5vw\] {
    @media (width < 850px) {
      font-size: 5vw;
    }
  }
  .max-mobile-big\:text-\[6vw\] {
    @media (width < 850px) {
      font-size: 6vw;
    }
  }
  .max-mobile-big\:text-\[8vw\] {
    @media (width < 850px) {
      font-size: 8vw;
    }
  }
  .max-mobile-big\:leading-\[3vw\] {
    @media (width < 850px) {
      --tw-leading: 3vw;
      line-height: 3vw;
    }
  }
  .max-mobile-big\:leading-\[7vw\] {
    @media (width < 850px) {
      --tw-leading: 7vw;
      line-height: 7vw;
    }
  }
  .max-mobile-mid\:left-\[43\%\] {
    @media (width < 555px) {
      left: 43%;
    }
  }
  .max-mobile-mid\:my-\[2vw\] {
    @media (width < 555px) {
      margin-block: 2vw;
    }
  }
  .max-mobile-mid\:my-\[3\.5vw\] {
    @media (width < 555px) {
      margin-block: 3.5vw;
    }
  }
  .max-mobile-mid\:mt-0 {
    @media (width < 555px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-mobile-mid\:mb-\[5vw\] {
    @media (width < 555px) {
      margin-bottom: 5vw;
    }
  }
  .max-mobile-mid\:mb-\[7vw\] {
    @media (width < 555px) {
      margin-bottom: 7vw;
    }
  }
  .max-mobile-mid\:mb-\[10px\] {
    @media (width < 555px) {
      margin-bottom: 10px;
    }
  }
  .max-mobile-mid\:block {
    @media (width < 555px) {
      display: block;
    }
  }
  .max-mobile-mid\:h-\[320px\] {
    @media (width < 555px) {
      height: 320px;
    }
  }
  .max-mobile-mid\:w-\[30\%\] {
    @media (width < 555px) {
      width: 30%;
    }
  }
  .max-mobile-mid\:max-w-\[68vw\] {
    @media (width < 555px) {
      max-width: 68vw;
    }
  }
  .max-mobile-mid\:rounded-b-\[10px\] {
    @media (width < 555px) {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }
  }
  .max-mobile-mid\:pb-\[0\] {
    @media (width < 555px) {
      padding-bottom: 0;
    }
  }
  .max-mobile-mid\:text-\[2\.2vw\] {
    @media (width < 555px) {
      font-size: 2.2vw;
    }
  }
  .max-mobile-mid\:text-\[3\.1vw\] {
    @media (width < 555px) {
      font-size: 3.1vw;
    }
  }
  .max-mobile-mid\:text-\[5\.3vw\] {
    @media (width < 555px) {
      font-size: 5.3vw;
    }
  }
  .max-mobile-mid\:text-\[5\.6vw\] {
    @media (width < 555px) {
      font-size: 5.6vw;
    }
  }
  .max-mobile-mid\:text-\[6\.5vw\] {
    @media (width < 555px) {
      font-size: 6.5vw;
    }
  }
  .max-mobile-mid\:text-\[7\.5vw\] {
    @media (width < 555px) {
      font-size: 7.5vw;
    }
  }
  .max-mobile-mid\:text-\[7\.8vw\] {
    @media (width < 555px) {
      font-size: 7.8vw;
    }
  }
  .max-mobile-mid\:text-\[7vw\] {
    @media (width < 555px) {
      font-size: 7vw;
    }
  }
  .max-mobile-mid\:text-\[10vw\] {
    @media (width < 555px) {
      font-size: 10vw;
    }
  }
  .max-mobile-mid\:text-\[12vw\] {
    @media (width < 555px) {
      font-size: 12vw;
    }
  }
  .max-mobile-mid\:text-\[13vw\] {
    @media (width < 555px) {
      font-size: 13vw;
    }
  }
  .max-mobile-mid\:text-\[15vw\] {
    @media (width < 555px) {
      font-size: 15vw;
    }
  }
  .max-mobile-mid\:leading-\[2\.8vw\] {
    @media (width < 555px) {
      --tw-leading: 2.8vw;
      line-height: 2.8vw;
    }
  }
  .max-mobile-mid\:leading-\[4vw\] {
    @media (width < 555px) {
      --tw-leading: 4vw;
      line-height: 4vw;
    }
  }
  .max-mobile-mid\:leading-\[11vw\] {
    @media (width < 555px) {
      --tw-leading: 11vw;
      line-height: 11vw;
    }
  }
  .max-mobile-mid\:leading-\[15\.6vw\] {
    @media (width < 555px) {
      --tw-leading: 15.6vw;
      line-height: 15.6vw;
    }
  }
  .max-mobile\:left-\[32\%\] {
    @media (width < 400px) {
      left: 32%;
    }
  }
  .max-mobile\:h-\[220px\] {
    @media (width < 400px) {
      height: 220px;
    }
  }
  .max-mobile\:w-\[50\%\] {
    @media (width < 400px) {
      width: 50%;
    }
  }
  .max-mobile\:pt-\[15px\] {
    @media (width < 400px) {
      padding-top: 15px;
    }
  }
  .max-mobile\:text-\[12px\] {
    @media (width < 400px) {
      font-size: 12px;
    }
  }
  .max-mobile\:text-\[32px\] {
    @media (width < 400px) {
      font-size: 32px;
    }
  }
  .max-mobile\:leading-\[15px\] {
    @media (width < 400px) {
      --tw-leading: 15px;
      line-height: 15px;
    }
  }
  .max-mobile\:leading-\[20px\] {
    @media (width < 400px) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .max-md\:my-\[20px\] {
    @media (width < 48rem) {
      margin-block: 20px;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:gap-y-\[30px\] {
    @media (width < 48rem) {
      row-gap: 30px;
    }
  }
  .max-md\:p-\[26px\] {
    @media (width < 48rem) {
      padding: 26px;
    }
  }
  .max-md\:text-\[14px\] {
    @media (width < 48rem) {
      font-size: 14px;
    }
  }
  .max-md\:text-\[24px\] {
    @media (width < 48rem) {
      font-size: 24px;
    }
  }
  .max-md\:leading-\[22px\] {
    @media (width < 48rem) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .\33 xl\:top-\[14vw\] {
    @media (width >= 1920px) {
      top: 14vw;
    }
  }
  .\33 xl\:h-\[2\.6vw\] {
    @media (width >= 1920px) {
      height: 2.6vw;
    }
  }
  .\33 xl\:w-\[10\.6vw\] {
    @media (width >= 1920px) {
      width: 10.6vw;
    }
  }
  .\33 xl\:w-full {
    @media (width >= 1920px) {
      width: 100%;
    }
  }
  .\33 xl\:pr-\[1vw\] {
    @media (width >= 1920px) {
      padding-right: 1vw;
    }
  }
  .\33 xl\:\!pl-\[4\.3vw\] {
    @media (width >= 1920px) {
      padding-left: 4.3vw !important;
    }
  }
  .\33 xl\:text-\[0\.8vw\] {
    @media (width >= 1920px) {
      font-size: 0.8vw;
    }
  }
  .\33 xl\:text-\[1\.25vw\] {
    @media (width >= 1920px) {
      font-size: 1.25vw;
    }
  }
  .\33 xl\:text-\[32px\] {
    @media (width >= 1920px) {
      font-size: 32px;
    }
  }
  .\33 xl\:text-\[39px\] {
    @media (width >= 1920px) {
      font-size: 39px;
    }
  }
  .\33 xl\:text-\[45px\] {
    @media (width >= 1920px) {
      font-size: 45px;
    }
  }
  .\33 xl\:text-\[53px\] {
    @media (width >= 1920px) {
      font-size: 53px;
    }
  }
  .\33 xl\:text-\[64px\] {
    @media (width >= 1920px) {
      font-size: 64px;
    }
  }
  .\33 xl\:text-\[86px\] {
    @media (width >= 1920px) {
      font-size: 86px;
    }
  }
  .\33 xl\:text-\[93px\] {
    @media (width >= 1920px) {
      font-size: 93px;
    }
  }
  .\33 xl\:text-\[96px\] {
    @media (width >= 1920px) {
      font-size: 96px;
    }
  }
  .\33 xl\:leading-\[34px\] {
    @media (width >= 1920px) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .\33 xl\:leading-\[52px\] {
    @media (width >= 1920px) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .\33 xl\:leading-\[88px\] {
    @media (width >= 1920px) {
      --tw-leading: 88px;
      line-height: 88px;
    }
  }
  .\34 xl\:mx-auto {
    @media (width >= 2400px) {
      margin-inline: auto;
    }
  }
  .\34 xl\:mt-\[90px\] {
    @media (width >= 2400px) {
      margin-top: 90px;
    }
  }
  .\34 xl\:mb-\[40px\] {
    @media (width >= 2400px) {
      margin-bottom: 40px;
    }
  }
  .\34 xl\:h-1 {
    @media (width >= 2400px) {
      height: calc(var(--spacing) * 1);
    }
  }
  .\34 xl\:h-\[45px\] {
    @media (width >= 2400px) {
      height: 45px;
    }
  }
  .\34 xl\:h-\[76px\] {
    @media (width >= 2400px) {
      height: 76px;
    }
  }
  .\34 xl\:h-\[77px\] {
    @media (width >= 2400px) {
      height: 77px;
    }
  }
  .\34 xl\:w-\[45px\] {
    @media (width >= 2400px) {
      width: 45px;
    }
  }
  .\34 xl\:w-\[70px\] {
    @media (width >= 2400px) {
      width: 70px;
    }
  }
  .\34 xl\:w-\[77px\] {
    @media (width >= 2400px) {
      width: 77px;
    }
  }
  .\34 xl\:w-\[600px\] {
    @media (width >= 2400px) {
      width: 600px;
    }
  }
  .\34 xl\:max-w-\[1920px\] {
    @media (width >= 2400px) {
      max-width: 1920px;
    }
  }
  .\34 xl\:justify-items-center {
    @media (width >= 2400px) {
      justify-items: center;
    }
  }
  .\34 xl\:border-5 {
    @media (width >= 2400px) {
      border-style: var(--tw-border-style);
      border-width: 5px;
    }
  }
  .\34 xl\:p-\[20px\] {
    @media (width >= 2400px) {
      padding: 20px;
    }
  }
  .\34 xl\:text-\[25px\] {
    @media (width >= 2400px) {
      font-size: 25px;
    }
  }
  .\34 xl\:text-\[40px\] {
    @media (width >= 2400px) {
      font-size: 40px;
    }
  }
  .\34 xl\:text-\[43px\] {
    @media (width >= 2400px) {
      font-size: 43px;
    }
  }
  .\34 xl\:text-\[47px\] {
    @media (width >= 2400px) {
      font-size: 47px;
    }
  }
  .\34 xl\:text-\[55px\] {
    @media (width >= 2400px) {
      font-size: 55px;
    }
  }
  .\34 xl\:text-\[65px\] {
    @media (width >= 2400px) {
      font-size: 65px;
    }
  }
  .\34 xl\:text-\[80px\] {
    @media (width >= 2400px) {
      font-size: 80px;
    }
  }
  .\34 xl\:text-\[100px\] {
    @media (width >= 2400px) {
      font-size: 100px;
    }
  }
  .\34 xl\:text-\[120px\] {
    @media (width >= 2400px) {
      font-size: 120px;
    }
  }
  .\34 xl\:text-\[125px\] {
    @media (width >= 2400px) {
      font-size: 125px;
    }
  }
  .\34 xl\:leading-\[35px\] {
    @media (width >= 2400px) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .\34 xl\:leading-\[65px\] {
    @media (width >= 2400px) {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }
  .\34 xl\:leading-\[100px\] {
    @media (width >= 2400px) {
      --tw-leading: 100px;
      line-height: 100px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:rounded-t-\[144px\] {
    @media (width >= 48rem) {
      border-top-left-radius: 144px;
      border-top-right-radius: 144px;
    }
  }
  .md\:border-r-4 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 4px;
    }
  }
  .md\:border-lime-green {
    @media (width >= 48rem) {
      border-color: var(--color-lime-green);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-16 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .md\:opacity-75 {
    @media (width >= 48rem) {
      opacity: 75%;
    }
  }
  .max-mobile-big\:md\:pl-\[12px\] {
    @media (width < 850px) {
      @media (width >= 48rem) {
        padding-left: 12px;
      }
    }
  }
}
.start-text {
  font-size: clamp(22px, 2.6vw, 2.6vw);
}
.nav-hover {
  position: relative;
}
.nav-hover::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: -2px;
  left: -39px;
  width: calc(100% + 78px);
  height: 110%;
  border: 2px solid black;
  border-radius: 10px;
  padding: 6px 35px;
}
.text-outline {
  -webkit-text-stroke: 4px black;
  @media (max-width: 850px) {
    -webkit-text-stroke: 2.5px black;
  }
  @media (max-width: 555px) {
    -webkit-text-stroke: 1.5px black;
  }
}
.unlock-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(206, 246, 27, 0.03) 15.67%, rgba(0, 0, 0, 1) 75.81%);
  background-blend-mode: multiply;
}
.unlock-gradient-revert {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(206, 246, 27, 0.03) 84.33%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
}
.text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.text-shadow-md {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.text-shadow-lg {
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
.text-shadow-xl {
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.text-shadow-2xl {
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
}
.text-shadow-black {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}
.text-shadow-glow {
  text-shadow: 0 0 20px rgba(206, 246, 27, 0.8);
}
.text-shadow-glow-white {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}
.text-shadow-none {
  text-shadow: none;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}
.animate-fade-in-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}
.animate-fade-in-right {
  animation: fadeInRight 0.8s ease-out forwards;
}
.animate-scale-in {
  animation: scaleIn 0.6s ease-out forwards;
}
.animate-slide-in-up {
  animation: slideInUp 0.8s ease-out forwards;
}
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.scroll-animate.animate {
  opacity: 1;
  transform: translateY(0);
}
.scroll-animate-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease-out;
}
.scroll-animate-left.animate {
  opacity: 1;
  transform: translateX(0);
}
.scroll-animate-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s ease-out;
}
.scroll-animate-right.animate {
  opacity: 1;
  transform: translateX(0);
}
.scroll-animate-scale {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
}
.scroll-animate-scale.animate {
  opacity: 1;
  transform: scale(1);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
