/*! tailwindcss v4.2.3 | 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-red-500: oklch(63.7% 0.237 25.331);
    --color-lime-200: oklch(93.8% 0.127 124.321);
    --color-lime-400: oklch(84.1% 0.238 128.85);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --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-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --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);
    --background-image-white-to-green: linear-gradient(90deg, #BBFF3E 11.54%, rgba(255, 255, 255, 0) 100%);
    --background-image-font-to-blu: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(50, 60, 255, 0.37) 100%);
    --background-image-back-to-blu: radial-gradient(circle, rgb(12, 20, 164), rgb(3, 7, 83));
    --background-image-white-to-darkblue: linear-gradient(90deg, #0B0F62 0%, #121CF0 100%);
    --background-image-bluer-g: linear-gradient(-45deg,rgba(255,255,255,0.7) 80%,transparent);
    --background-image-slider1: linear-gradient(120deg, #E11017 0%, #FF6085 100%);
    --background-image-slider2: linear-gradient(120deg, #1D2099 0%, #3135FF 100%);
    --background-image-slider3: linear-gradient(120deg, #9DCD17 0%, #BFFF0E 100%);
    --background-image-slider4: linear-gradient(120deg, #D5A918 0%, #FFC400 100%);
  }
}
@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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-1\/2 {
    inset: calc(1 / 2 * 100%);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-\[154px\] {
    top: calc(154px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-1\/6 {
    top: calc(1 / 6 * 100%);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-\[-50\%\] {
    top: -50%;
  }
  .top-\[-55\%\] {
    top: -55%;
  }
  .top-\[-60\%\] {
    top: -60%;
  }
  .top-\[2\%\] {
    top: 2%;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[400px\] {
    top: 400px;
  }
  .top-\[500px\] {
    top: 500px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-1px\] {
    right: -1px;
  }
  .right-\[-13\%\] {
    right: -13%;
  }
  .right-\[-183px\] {
    right: -183px;
  }
  .right-\[50px\] {
    right: 50px;
  }
  .right-\[calc\(50\%-280px\)\] {
    right: calc(50% - 280px);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[15px\] {
    bottom: 15px;
  }
  .bottom-\[64px\] {
    bottom: 64px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[calc\(50\%-280px\)\] {
    left: calc(50% - 280px);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-50 {
    z-index: calc(50 * -1);
  }
  .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-\[-10\] {
    z-index: -10;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-\[12px\] {
    margin-inline: 12px;
  }
  .mx-\[40px\] {
    margin-inline: 40px;
  }
  .mx-\[70px\] {
    margin-inline: 70px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[30\%\] {
    margin-block: 30%;
  }
  .-mt-12 {
    margin-top: calc(var(--spacing) * -12);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[40\%\] {
    margin-top: 40%;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[55\%\] {
    margin-top: 55%;
  }
  .mt-\[80\%\] {
    margin-top: 80%;
  }
  .mt-\[140\%\] {
    margin-top: 140%;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mt-\[300px\] {
    margin-top: 300px;
  }
  .mt-\[420px\] {
    margin-top: 420px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[56px\] {
    margin-bottom: 56px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[5\%\] {
    height: 5%;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[90dvh\] {
    height: 90dvh;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[113px\] {
    height: 113px;
  }
  .h-\[123px\] {
    height: 123px;
  }
  .h-\[136px\] {
    height: 136px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[184px\] {
    height: 184px;
  }
  .h-\[198px\] {
    height: 198px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[204px\] {
    height: 204px;
  }
  .h-\[221px\] {
    height: 221px;
  }
  .h-\[238px\] {
    height: 238px;
  }
  .h-\[247px\] {
    height: 247px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[336px\] {
    height: 336px;
  }
  .h-\[340px\] {
    height: 340px;
  }
  .h-\[344px\] {
    height: 344px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[367px\] {
    height: 367px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[408px\] {
    height: 408px;
  }
  .h-\[442px\] {
    height: 442px;
  }
  .h-\[518px\] {
    height: 518px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-\[97px\] {
    max-height: 97px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[1651px\] {
    min-height: 1651px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[280px\] {
    width: 280px !important;
  }
  .\!w-\[310px\] {
    width: 310px !important;
  }
  .\!w-\[413px\] {
    width: 413px !important;
  }
  .\!w-\[428px\] {
    width: 428px !important;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[97\%\] {
    width: 97%;
  }
  .w-\[98\%\] {
    width: 98%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[120vw\] {
    width: 120vw;
  }
  .w-\[123px\] {
    width: 123px;
  }
  .w-\[167px\] {
    width: 167px;
  }
  .w-\[169px\] {
    width: 169px;
  }
  .w-\[182px\] {
    width: 182px;
  }
  .w-\[184px\] {
    width: 184px;
  }
  .w-\[196px\] {
    width: 196px;
  }
  .w-\[198px\] {
    width: 198px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[219px\] {
    width: 219px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[222px\] {
    width: 222px;
  }
  .w-\[224px\] {
    width: 224px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[268px\] {
    width: 268px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[275px\] {
    width: 275px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[306px\] {
    width: 306px;
  }
  .w-\[336px\] {
    width: 336px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[388px\] {
    width: 388px;
  }
  .w-\[472px\] {
    width: 472px;
  }
  .w-\[516px\] {
    width: 516px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[704px\] {
    width: 704px;
  }
  .w-\[1230px\] {
    width: 1230px;
  }
  .w-\[1920px\] {
    width: 1920px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[232px\] {
    max-width: 232px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[472px\] {
    max-width: 472px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[100\%\] {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[-125px\] {
    --tw-translate-x: calc(-125px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[125px\] {
    --tw-translate-x: calc(125px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[340px\] {
    --tw-translate-x: 340px;
    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-\[10\%\] {
    --tw-translate-y: calc(10% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[28\%\] {
    --tw-translate-y: calc(28% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[95\%\] {
    --tw-translate-y: 95%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-5deg\] {
    rotate: -5deg;
  }
  .rotate-\[-9deg\] {
    rotate: -9deg;
  }
  .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;
  }
  .grid-cols-\[0\.5fr\,auto\] {
    grid-template-columns: 0.5fr,auto;
  }
  .grid-rows-\[1fr\,auto\,1fr\] {
    grid-template-rows: 1fr,auto,1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .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)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .justify-self-center {
    justify-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[38px\] {
    border-radius: 38px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[54px\] {
    border-radius: 54px;
  }
  .rounded-\[56px\] {
    border-radius: 56px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-10 {
    border-style: var(--tw-border-style);
    border-width: 10px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-\[10px\] {
    border-style: var(--tw-border-style);
    border-width: 10px;
  }
  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#9A9A9A\] {
    border-color: #9A9A9A;
  }
  .border-\[\#28DB66\] {
    border-color: #28DB66;
  }
  .border-\[\#FFFFFF9E\] {
    border-color: #FFFFFF9E;
  }
  .border-\[\#FFFFFF80\] {
    border-color: #FFFFFF80;
  }
  .border-\[\#FFFFFF\] {
    border-color: #FFFFFF;
  }
  .border-\[\#ffffff46\] {
    border-color: #ffffff46;
  }
  .border-\[\#ffffff\] {
    border-color: #ffffff;
  }
  .border-\[\#ffffffcc\] {
    border-color: #ffffffcc;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-lime-200 {
    border-color: var(--color-lime-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-\[\#0B1A14\] {
    background-color: #0B1A14;
  }
  .bg-\[\#2B32066B\] {
    background-color: #2B32066B;
  }
  .bg-\[\#5BAAFF\] {
    background-color: #5BAAFF;
  }
  .bg-\[\#121CF0\] {
    background-color: #121CF0;
  }
  .bg-\[\#141BA9\] {
    background-color: #141BA9;
  }
  .bg-\[\#141BA980\] {
    background-color: #141BA980;
  }
  .bg-\[\#14197F99\] {
    background-color: #14197F99;
  }
  .bg-\[\#AEE31C\] {
    background-color: #AEE31C;
  }
  .bg-\[\#C8EC12\] {
    background-color: #C8EC12;
  }
  .bg-\[\#C8EC1266\] {
    background-color: #C8EC1266;
  }
  .bg-\[\#DBFF04\] {
    background-color: #DBFF04;
  }
  .bg-\[\#F3F3F3\] {
    background-color: #F3F3F3;
  }
  .bg-\[\#F8B210\] {
    background-color: #F8B210;
  }
  .bg-\[\#FF5B5B\] {
    background-color: #FF5B5B;
  }
  .bg-\[\#FFFFFF3D\] {
    background-color: #FFFFFF3D;
  }
  .bg-\[\#FFFFFF17\] {
    background-color: #FFFFFF17;
  }
  .bg-\[\#FFFFFF38\] {
    background-color: #FFFFFF38;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#ffffff48\] {
    background-color: #ffffff48;
  }
  .bg-\[\#ffffff79\] {
    background-color: #ffffff79;
  }
  .bg-\[\#ffffffb9\] {
    background-color: #ffffffb9;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\.\/image\/pt1\.png\'\)\] {
    background-image: url('../image/pt1.png');
  }
  .bg-\[url\(\'\.\.\/image\/pt2\.png\'\)\] {
    background-image: url('../image/pt2.png');
  }
  .bg-\[url\(\'\.\.\/image\/pt3\.png\'\)\] {
    background-image: url('../image/pt3.png');
  }
  .bg-\[url\(\'\.\.\/image\/pt4\.png\'\)\] {
    background-image: url('../image/pt4.png');
  }
  .bg-back-to-blu {
    background-image: var(--background-image-back-to-blu);
  }
  .bg-bluer-g {
    background-image: var(--background-image-bluer-g);
  }
  .bg-font-to-blu {
    background-image: var(--background-image-font-to-blu);
  }
  .bg-slider1 {
    background-image: var(--background-image-slider1);
  }
  .bg-slider2 {
    background-image: var(--background-image-slider2);
  }
  .bg-slider3 {
    background-image: var(--background-image-slider3);
  }
  .bg-slider4 {
    background-image: var(--background-image-slider4);
  }
  .bg-white-to-darkblue {
    background-image: var(--background-image-white-to-darkblue);
  }
  .bg-white-to-green {
    background-image: var(--background-image-white-to-green);
  }
  .from-\[\#0b0f2a\] {
    --tw-gradient-from: #0b0f2a;
    --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-lime-400 {
    --tw-gradient-from: var(--color-lime-400);
    --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-\[\#1a1f3a\] {
    --tw-gradient-to: #1a1f3a;
    --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-emerald-500 {
    --tw-gradient-to: var(--color-emerald-500);
    --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));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .fill-none {
    fill: none;
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .stroke-2 {
    stroke-width: 2;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .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-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[30\%\] {
    padding-block: 30%;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-\[200px\] {
    padding-top: 200px;
  }
  .pt-\[350px\] {
    padding-top: 350px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[80px\] {
    padding-left: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[31px\] {
    font-size: 31px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .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-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#8B8B8B\] {
    color: #8B8B8B;
  }
  .text-\[\#28DB66\] {
    color: #28DB66;
  }
  .text-\[\#070B59\] {
    color: #070B59;
  }
  .text-\[\#5686FF\] {
    color: #5686FF;
  }
  .text-\[\#FFFFFF40\] {
    color: #FFFFFF40;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-emerald-300 {
    color: var(--color-emerald-300);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-neutral-200 {
    color: var(--color-neutral-200);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-\[168px\] {
    --tw-blur: blur(168px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-\[0_10px_8px_rgba\(31\,31\,34\,0\.5\)\] {
    --tw-drop-shadow-size: drop-shadow(0 10px 8px var(--tw-drop-shadow-color, rgba(31,31,34,0.5)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[8px\] {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[clip-path\:polygon\(0_0\,100\%_40\%\,100\%_100\%\,0_100\%\)\] {
    clip-path: polygon(0 0,100% 40%,100% 100%,0 100%);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-green-900\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(39.3% 0.095 152.535) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-green-900) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-neutral-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-neutral-800);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/40 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#DBFF04\] {
    &:hover {
      @media (hover: hover) {
        color: #DBFF04;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .max-\[1000px\]\:hidden {
    @media (width < 1000px) {
      display: none;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .md\:top-\[-65\%\] {
    @media (width >= 48rem) {
      top: -65%;
    }
  }
  .md\:top-\[160px\] {
    @media (width >= 48rem) {
      top: 160px;
    }
  }
  .md\:right-\[-183px\] {
    @media (width >= 48rem) {
      right: -183px;
    }
  }
  .md\:right-\[50px\] {
    @media (width >= 48rem) {
      right: 50px;
    }
  }
  .md\:right-\[calc\(50\%-280px\)\] {
    @media (width >= 48rem) {
      right: calc(50% - 280px);
    }
  }
  .md\:left-4 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 4);
    }
  }
  .md\:left-\[calc\(50\%-280px\)\] {
    @media (width >= 48rem) {
      left: calc(50% - 280px);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:mx-\[40px\] {
    @media (width >= 48rem) {
      margin-inline: 40px;
    }
  }
  .md\:mx-\[60px\] {
    @media (width >= 48rem) {
      margin-inline: 60px;
    }
  }
  .md\:mx-\[70px\] {
    @media (width >= 48rem) {
      margin-inline: 70px;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-\[140px\] {
    @media (width >= 48rem) {
      margin-top: 140px;
    }
  }
  .md\:mt-\[330px\] {
    @media (width >= 48rem) {
      margin-top: 330px;
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-\[33px\] {
    @media (width >= 48rem) {
      height: 33px;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 48rem) {
      height: 40px;
    }
  }
  .md\:h-\[45px\] {
    @media (width >= 48rem) {
      height: 45px;
    }
  }
  .md\:h-\[54px\] {
    @media (width >= 48rem) {
      height: 54px;
    }
  }
  .md\:h-\[56px\] {
    @media (width >= 48rem) {
      height: 56px;
    }
  }
  .md\:h-\[63px\] {
    @media (width >= 48rem) {
      height: 63px;
    }
  }
  .md\:h-\[158px\] {
    @media (width >= 48rem) {
      height: 158px;
    }
  }
  .md\:h-\[184px\] {
    @media (width >= 48rem) {
      height: 184px;
    }
  }
  .md\:h-\[247px\] {
    @media (width >= 48rem) {
      height: 247px;
    }
  }
  .md\:h-\[291px\] {
    @media (width >= 48rem) {
      height: 291px;
    }
  }
  .md\:h-\[330px\] {
    @media (width >= 48rem) {
      height: 330px;
    }
  }
  .md\:h-\[367px\] {
    @media (width >= 48rem) {
      height: 367px;
    }
  }
  .md\:h-\[380px\] {
    @media (width >= 48rem) {
      height: 380px;
    }
  }
  .md\:h-\[408px\] {
    @media (width >= 48rem) {
      height: 408px;
    }
  }
  .md\:h-\[614px\] {
    @media (width >= 48rem) {
      height: 614px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:min-h-0 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .md\:\!w-\[430px\] {
    @media (width >= 48rem) {
      width: 430px !important;
    }
  }
  .md\:w-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-20 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:w-\[33px\] {
    @media (width >= 48rem) {
      width: 33px;
    }
  }
  .md\:w-\[56px\] {
    @media (width >= 48rem) {
      width: 56px;
    }
  }
  .md\:w-\[80px\] {
    @media (width >= 48rem) {
      width: 80px;
    }
  }
  .md\:w-\[100\%\] {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:w-\[184px\] {
    @media (width >= 48rem) {
      width: 184px;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 220px;
    }
  }
  .md\:w-\[240px\] {
    @media (width >= 48rem) {
      width: 240px;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 48rem) {
      width: 250px;
    }
  }
  .md\:w-\[288px\] {
    @media (width >= 48rem) {
      width: 288px;
    }
  }
  .md\:w-\[291px\] {
    @media (width >= 48rem) {
      width: 291px;
    }
  }
  .md\:w-\[306px\] {
    @media (width >= 48rem) {
      width: 306px;
    }
  }
  .md\:w-\[320px\] {
    @media (width >= 48rem) {
      width: 320px;
    }
  }
  .md\:w-\[413px\] {
    @media (width >= 48rem) {
      width: 413px;
    }
  }
  .md\:w-\[420px\] {
    @media (width >= 48rem) {
      width: 420px;
    }
  }
  .md\:w-\[550px\] {
    @media (width >= 48rem) {
      width: 550px;
    }
  }
  .md\:w-\[560px\] {
    @media (width >= 48rem) {
      width: 560px;
    }
  }
  .md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .md\:w-\[699px\] {
    @media (width >= 48rem) {
      width: 699px;
    }
  }
  .md\:w-\[704px\] {
    @media (width >= 48rem) {
      width: 704px;
    }
  }
  .md\:w-\[730px\] {
    @media (width >= 48rem) {
      width: 730px;
    }
  }
  .md\:w-\[1700px\] {
    @media (width >= 48rem) {
      width: 1700px;
    }
  }
  .md\:w-\[1920px\] {
    @media (width >= 48rem) {
      width: 1920px;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[1200px\] {
    @media (width >= 48rem) {
      max-width: 1200px;
    }
  }
  .md\:max-w-\[1950px\] {
    @media (width >= 48rem) {
      max-width: 1950px;
    }
  }
  .md\:max-w-md {
    @media (width >= 48rem) {
      max-width: var(--container-md);
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:rotate-\[-9deg\] {
    @media (width >= 48rem) {
      rotate: -9deg;
    }
  }
  .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-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: 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-\[236px\] {
    @media (width >= 48rem) {
      gap: 236px;
    }
  }
  .md\:justify-self-end {
    @media (width >= 48rem) {
      justify-self: flex-end;
    }
  }
  .md\:rounded-b-3xl {
    @media (width >= 48rem) {
      border-bottom-right-radius: var(--radius-3xl);
      border-bottom-left-radius: var(--radius-3xl);
    }
  }
  .md\:bg-\[\#a0a0a015\] {
    @media (width >= 48rem) {
      background-color: #a0a0a015;
    }
  }
  .md\:bg-white\/10 {
    @media (width >= 48rem) {
      background-color: color-mix(in srgb, #fff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-\[56px\] {
    @media (width >= 48rem) {
      padding: 56px;
    }
  }
  .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-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .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-40 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-6 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-\[350px\] {
    @media (width >= 48rem) {
      padding-top: 350px;
    }
  }
  .md\:pl-\[30px\] {
    @media (width >= 48rem) {
      padding-left: 30px;
    }
  }
  .md\:pl-\[80px\] {
    @media (width >= 48rem) {
      padding-left: 80px;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:shadow-lg {
    @media (width >= 48rem) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:hover\:bg-white\/20 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #fff 20%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
          }
        }
      }
    }
  }
  .lg\:right-\[calc\(50\%-300px\)\] {
    @media (width >= 64rem) {
      right: calc(50% - 300px);
    }
  }
  .lg\:left-\[calc\(50\%-300px\)\] {
    @media (width >= 64rem) {
      left: calc(50% - 300px);
    }
  }
  .lg\:h-\[420px\] {
    @media (width >= 64rem) {
      height: 420px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-\[149px\] {
    @media (width >= 64rem) {
      gap: 149px;
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@font-face {
  font-family: 'Helvetica';
  src: url('/font/HelveticaNowVar\ \(2\).ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: 'Helvetica';
}
@media (max-width: 1100px) and (min-width: 501px) {
  .header-desktop {
    display: none !important;
  }
  .header-mobile {
    display: flex !important;
  }
}
@media (max-width: 1100px) and (min-width: 501px) {
  #sidebar .nav-text {
    display: none !important;
  }
  #sidebar a {
    justify-content: center;
  }
}
.header-bg {
  background-image: url("data:image/svg+xml,%3Csvg%20width='1063'%20height='72'%20viewBox='0%200%201063%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient%20id='borderGrad'%20x1='0'%20y1='72'%20x2='1063'%20y2='0'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0%25'%20stop-color='white'%20stop-opacity='0.6'/%3E%3Cstop%20offset='100%25'%20stop-color='white'%20stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d='M1062.21%200C1038.21%2040.9999%201024.92%2071.9999%20969.742%2072H92.4688C37.2884%2071.9999%2024%2040.9999%200%200H1062.21Z'%20fill='%23B3B3B3'%20fill-opacity='0.12'/%3E%3Cpath%20d='M1062.21%200C1038.21%2040.9999%201024.92%2071.9999%20969.742%2072H92.4688C37.2884%2071.9999%2024%2040.9999%200%200H1062.21Z'%20fill='none'%20stroke='url(%23borderGrad)'%20stroke-width='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1100px auto;
}
body {
  color: white !important;
}
.text1 {
  font-weight: 900;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
}
.text2 {
  font-size: 72px;
  line-height: 80%;
  text-transform: uppercase;
}
.text-dried {
  font-family: Helvetica;
  font-weight: 400;
  font-style: Display;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.text-wight2 {
  font-family: Helvetica;
  font-weight: 300;
  font-style: Display Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 132%;
  letter-spacing: 0%;
}
.buynow {
  font-family: Helvetica;
  font-weight: 500;
  font-style: Display Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.reimagined {
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  text-transform: capitalize;
}
.bluberry {
  font-weight: 300;
  font-size: 72px;
  line-height: 100%;
}
.text-alone {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
}
.text-fresh {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  text-transform: capitalize;
}
.text-fresh {
  font-family: Helvetica;
  font-weight: 800;
  font-style: Display ExtraBold;
  font-size: 64px;
  line-height: 115.99999999999999%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.gradient-text {
  font-size: 180px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #A5AAFF9E;
  paint-order: stroke fill;
}
.gradient-text2 {
  font-size: 180px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #A5AAFF9E;
  paint-order: stroke fill;
  margin-bottom: 50px;
}
.box-packat {
  width: 691px;
  height: 691px;
  top: 7065px;
  left: 265px;
  angle: 0 deg;
}
.text45 {
  font-family: Helvetica;
  font-weight: 800;
  font-style: Display ExtraBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.textl0 {
  font-family: Helvetica;
  font-weight: 800;
  font-style: Display ExtraBold;
  font-size: 29px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.book-circle {
  transform-style: preserve-3d;
  animation: bookLoop 5s ease-in-out infinite;
}
.book-page {
  transform-origin: left center;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  animation: pageFlip 0.9s ease-in-out 0.3s forwards alternate infinite;
}
@keyframes pageFlip {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    transform: rotateY(90deg);
    opacity: 0.5;
    filter: brightness(1.2);
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.book-circle:nth-child(2) {
  animation-delay: 0.1s;
}
.book-circle:nth-child(3) {
  animation-delay: 0.2s;
}
.book-circle:nth-child(4) {
  animation-delay: 0.3s;
}
.book-circle:nth-child(5) {
  animation-delay: 0.4s;
}
.trapezoid {
  width: 800px;
  height: 300px;
  background: linear-gradient(90deg, #7b2ff7, #fda43c);
  transform: perspective(800px) rotateX(2deg);
  margin: 50px auto;
  border-radius: 4px;
}
.swiper {
  width: 306px;
  height: 408px;
}
.swiper-slide {
  width: 306px;
  height: 408px;
}
.btn-prev {
  left: -60px;
}
.btn-next {
  right: -60px;
}
.swiper-pagination {
  bottom: 60px !important;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: white;
}
.rtl-flip svg {
  transform: scaleX(-1);
}
.nav-btn {
  backdrop-filter: blur(10px);
}
* {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.backdrop-blur-custom {
  backdrop-filter: blur(16px);
}
.text-gradient {
  background: linear-gradient(135deg, #DBFF04 0%, #0BD073 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.shadow-custom {
  box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.2);
}
.drop-shadow-custom {
  filter: drop-shadow(0 10px 8px rgba(31, 31, 34, 0.4));
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.animate-float {
  animation: float 3s ease-in-out infinite;
}
html {
  scroll-behavior: smooth;
}
.text-titr {
  font-family: Helvetica;
  font-weight: 400;
  font-style: Display;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0%;
}
.all-text {
  font-family: Helvetica;
  font-weight: 300;
  font-style: Display Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 132%;
  letter-spacing: 0%;
  color: #636363;
}
.buynow2 {
  font-family: Helvetica;
  font-weight: 1000;
  font-style: Display ExtraBlack;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #070A4D;
}
@media (max-width: 770px) {
  .buynow2 {
    font-family: Helvetica;
    font-weight: 1000;
    font-style: Display ExtraBlack;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #070A4D;
  }
}
@media (max-width: 770px) {
  .text-dried {
    font-family: Helvetica;
    font-weight: 300;
    font-style: Display Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.text100g {
  font-family: Helvetica;
  font-weight: 400;
  font-style: Display;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.text3 {
  font-family: Helvetica;
  font-style: Display Light;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.text-asfresh {
  font-family: Helvetica;
  font-weight: 800;
  font-style: Display ExtraBold;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .text-asfresh {
    font-family: Helvetica;
    font-weight: 800;
    font-style: Display ExtraBold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
@media (max-width: 700px) {
  .text3 {
    font-family: Helvetica;
    font-style: Display Light;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
.textg {
  font-family: Helvetica;
  font-weight: 400;
  font-style: Display;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media (max-width: 700px) {
  .textg {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Display;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
}
.pattern1 {
  background-image: url('./image/pt1.png');
}
@media (max-width: 700px) {
  .text-mobile {
    font-family: Helvetica;
    font-style: Medium;
    font-size: 48.9px;
    leading-trim: NONE;
    line-height: 137%;
    letter-spacing: 1%;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
}
.textslider {
  font-family: Helvetica;
  font-weight: 200;
  font-style: Display ExtraLight;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
}
.text-mobile1 {
  font-family: Helvetica;
  font-weight: 500;
  font-style: Display Medium;
  font-size: 53.89px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .reimagined {
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
  }
}
@media (max-width: 700px) {
  .bluberry {
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-space-y-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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
