/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@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-50: oklch(97.1% 0.013 17.38);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --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-700: oklch(52.7% 0.154 150.069);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-\[-20vh\] {
    top: -20vh;
  }
  .isolate {
    isolation: isolate;
  }
  .mx-\[2\.7vw\] {
    margin-inline: 2.7vw;
  }
  .mx-\[6vw\] {
    margin-inline: 6vw;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-\[3vh\] {
    margin-top: 3vh;
  }
  .mt-\[4vh\] {
    margin-top: 4vh;
  }
  .mt-\[6vh\] {
    margin-top: 6vh;
  }
  .mt-\[30vh\] {
    margin-top: 30vh;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-\[2vw\] {
    margin-left: 2vw;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[2vh\] {
    height: 2vh;
  }
  .h-\[3\.45vh\] {
    height: 3.45vh;
  }
  .h-auto {
    height: auto;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-\[2\.5vw\] {
    width: 2.5vw;
  }
  .w-\[5\.5vw\] {
    width: 5.5vw;
  }
  .w-\[8vw\] {
    width: 8vw;
  }
  .w-\[21\.3vw\] {
    width: 21.3vw;
  }
  .w-\[48vw\] {
    width: 48vw;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[50\] {
    width: 50;
  }
  .w-\[73\.6vw\] {
    width: 73.6vw;
  }
  .w-\[80\.8vw\] {
    width: 80.8vw;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .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\.5vw\] {
    gap: 0.5vw;
  }
  .gap-\[1vh\] {
    gap: 1vh;
  }
  .gap-\[2\.5vh\] {
    gap: 2.5vh;
  }
  .gap-\[2\.6vw\] {
    gap: 2.6vw;
  }
  .gap-\[2vh\] {
    gap: 2vh;
  }
  .gap-\[2vw\] {
    gap: 2vw;
  }
  .gap-\[3vh\] {
    gap: 3vh;
  }
  .gap-\[4vh\] {
    gap: 4vh;
  }
  .gap-\[5vh\] {
    gap: 5vh;
  }
  .gap-\[6\.4vw\] {
    gap: 6.4vw;
  }
  .gap-\[7vw\] {
    gap: 7vw;
  }
  .gap-\[8vh\] {
    gap: 8vh;
  }
  .gap-\[10vh\] {
    gap: 10vh;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-b-\[\#65e2d9\] {
    border-bottom-color: #65e2d9;
  }
  .bg-\[\#0b1523\] {
    background-color: #0b1523;
  }
  .bg-\[\#1c2633\] {
    background-color: #1c2633;
  }
  .bg-\[\#30D5C8\] {
    background-color: #30D5C8;
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(images\/bg-mobile-curve\.svg\)\] {
    background-image: url(images/bg-mobile-curve.svg);
  }
  .from-\[\#1c2431\] {
    --tw-gradient-from: #1c2431;
    --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-\[\#65e2d9\] {
    --tw-gradient-from: #65e2d9;
    --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-11\% {
    --tw-gradient-from-position: 11%;
  }
  .to-\[\#181f2a\] {
    --tw-gradient-to: #181f2a;
    --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-\[\#339ecc\] {
    --tw-gradient-to: #339ecc;
    --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-11\% {
    --tw-gradient-to-position: 11%;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-position-\[center_top_34vh\] {
    background-position: center top 34vh;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[2\.6vw\] {
    padding-inline: 2.6vw;
  }
  .px-\[4\.6vw\] {
    padding-inline: 4.6vw;
  }
  .px-\[5vw\] {
    padding-inline: 5vw;
  }
  .px-\[6vw\] {
    padding-inline: 6vw;
  }
  .px-\[7vw\] {
    padding-inline: 7vw;
  }
  .px-\[21vw\] {
    padding-inline: 21vw;
  }
  .py-\[1\.4vh\] {
    padding-block: 1.4vh;
  }
  .py-\[3vh\] {
    padding-block: 3vh;
  }
  .pt-\[1vh\] {
    padding-top: 1vh;
  }
  .pt-\[2\.6vh\] {
    padding-top: 2.6vh;
  }
  .pt-\[2vh\] {
    padding-top: 2vh;
  }
  .pt-\[3vh\] {
    padding-top: 3vh;
  }
  .pt-\[6vh\] {
    padding-top: 6vh;
  }
  .pt-\[12vh\] {
    padding-top: 12vh;
  }
  .pt-\[25vh\] {
    padding-top: 25vh;
  }
  .pt-\[33vh\] {
    padding-top: 33vh;
  }
  .pr-\[3vw\] {
    padding-right: 3vw;
  }
  .pb-\[6vh\] {
    padding-bottom: 6vh;
  }
  .pl-\[7vw\] {
    padding-left: 7vw;
  }
  .text-center {
    text-align: center;
  }
  .font-\[Open_Sans\] {
    font-family: Open Sans;
  }
  .font-\[Raleway\] {
    font-family: Raleway;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[2\.5vw\] {
    font-size: 2.5vw;
  }
  .text-\[3\.73vw\] {
    font-size: 3.73vw;
  }
  .text-\[3vw\] {
    font-size: 3vw;
  }
  .text-\[4\.3vw\] {
    font-size: 4.3vw;
  }
  .text-\[6\.7vw\] {
    font-size: 6.7vw;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .text-\[\#65e2d9\] {
    color: #65e2d9;
  }
  .text-\[\#ffffffd7\] {
    color: #ffffffd7;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-green-900 {
    color: var(--color-green-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-900 {
    color: var(--color-red-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-green-700 {
    &::placeholder {
      color: var(--color-green-700);
    }
  }
  .placeholder-red-700 {
    &::placeholder {
      color: var(--color-red-700);
    }
  }
  .opacity-75 {
    opacity: 75%;
  }
  .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);
  }
  .shadow-black {
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/30 {
    --tw-shadow-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-cyan-500 {
    --tw-shadow-color: oklch(71.5% 0.143 215.221);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-cyan-500) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-cyan-500\/15 {
    --tw-shadow-color: color-mix(in srgb, oklch(71.5% 0.143 215.221) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-cyan-500) 15%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .delay-120 {
    transition-delay: 120ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-102 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 102%;
        --tw-scale-y: 102%;
        --tw-scale-z: 102%;
        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\:border-b-\[\#ffffff\] {
    &:hover {
      @media (hover: hover) {
        border-bottom-color: #ffffff;
      }
    }
  }
  .hover\:bg-\[\#65e2d9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #65e2d9;
      }
    }
  }
  .hover\:bg-\[\#ffffff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ffffff;
      }
    }
  }
  .hover\:bg-blue-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-800);
      }
    }
  }
  .hover\:to-\[\#65e2d9\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: #65e2d9;
        --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));
      }
    }
  }
  .hover\:text-\[\#1c2633\] {
    &:hover {
      @media (hover: hover) {
        color: #1c2633;
      }
    }
  }
  .hover\:text-\[\#65e2d9\] {
    &:hover {
      @media (hover: hover) {
        color: #65e2d9;
      }
    }
  }
  .hover\:text-\[\#ffffff\] {
    &:hover {
      @media (hover: hover) {
        color: #ffffff;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-green-500 {
    &:focus {
      border-color: var(--color-green-500);
    }
  }
  .focus\:border-red-500 {
    &:focus {
      border-color: var(--color-red-500);
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:ring-red-500 {
    &:focus {
      --tw-ring-color: var(--color-red-500);
    }
  }
  .md\:mx-\[8vw\] {
    @media (width >= 48rem) {
      margin-inline: 8vw;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-\[5vh\] {
    @media (width >= 48rem) {
      gap: 5vh;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[2vw\] {
    @media (width >= 48rem) {
      padding-inline: 2vw;
    }
  }
  .md\:px-\[8\] {
    @media (width >= 48rem) {
      padding-inline: 8;
    }
  }
  .md\:px-\[8vw\] {
    @media (width >= 48rem) {
      padding-inline: 8vw;
    }
  }
  .md\:px-\[12vw\] {
    @media (width >= 48rem) {
      padding-inline: 12vw;
    }
  }
  .md\:pt-\[30\] {
    @media (width >= 48rem) {
      padding-top: 30;
    }
  }
  .md\:pt-\[30vh\] {
    @media (width >= 48rem) {
      padding-top: 30vh;
    }
  }
  .md\:pt-\[45vh\] {
    @media (width >= 48rem) {
      padding-top: 45vh;
    }
  }
  .md\:text-\[2\.5vw\] {
    @media (width >= 48rem) {
      font-size: 2.5vw;
    }
  }
  .md\:text-\[3vw\] {
    @media (width >= 48rem) {
      font-size: 3vw;
    }
  }
  .md\:text-\[4\.5vw\] {
    @media (width >= 48rem) {
      font-size: 4.5vw;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-\[5vw\] {
    @media (width >= 64rem) {
      margin-inline: 5vw;
    }
  }
  .lg\:mx-\[8vw\] {
    @media (width >= 64rem) {
      margin-inline: 8vw;
    }
  }
  .lg\:w-\[57vw\] {
    @media (width >= 64rem) {
      width: 57vw;
    }
  }
  .lg\:w-\[75vw\] {
    @media (width >= 64rem) {
      width: 75vw;
    }
  }
  .lg\:gap-\[3vh\] {
    @media (width >= 64rem) {
      gap: 3vh;
    }
  }
  .lg\:gap-\[5\.5vh\] {
    @media (width >= 64rem) {
      gap: 5.5vh;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-\[8vw\] {
    @media (width >= 64rem) {
      padding-inline: 8vw;
    }
  }
  .lg\:px-\[10vw\] {
    @media (width >= 64rem) {
      padding-inline: 10vw;
    }
  }
  .lg\:px-\[15vw\] {
    @media (width >= 64rem) {
      padding-inline: 15vw;
    }
  }
  .lg\:py-\[2vh\] {
    @media (width >= 64rem) {
      padding-block: 2vh;
    }
  }
  .lg\:py-\[4vh\] {
    @media (width >= 64rem) {
      padding-block: 4vh;
    }
  }
  .lg\:pt-\[3vh\] {
    @media (width >= 64rem) {
      padding-top: 3vh;
    }
  }
  .lg\:pt-\[20vh\] {
    @media (width >= 64rem) {
      padding-top: 20vh;
    }
  }
  .lg\:pt-\[35vh\] {
    @media (width >= 64rem) {
      padding-top: 35vh;
    }
  }
  .lg\:pt-\[40vh\] {
    @media (width >= 64rem) {
      padding-top: 40vh;
    }
  }
  .lg\:pt-\[vh\] {
    @media (width >= 64rem) {
      padding-top: vh;
    }
  }
  .lg\:text-\[2\.7vw\] {
    @media (width >= 64rem) {
      font-size: 2.7vw;
    }
  }
  .lg\:text-\[3vw\] {
    @media (width >= 64rem) {
      font-size: 3vw;
    }
  }
  .lg\:text-\[4vw\] {
    @media (width >= 64rem) {
      font-size: 4vw;
    }
  }
  .xl\:top-\[-17vh\] {
    @media (width >= 80rem) {
      top: -17vh;
    }
  }
  .xl\:mx-0 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:mx-\[10vw\] {
    @media (width >= 80rem) {
      margin-inline: 10vw;
    }
  }
  .xl\:mx-\[20vw\] {
    @media (width >= 80rem) {
      margin-inline: 20vw;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-\[2vh\] {
    @media (width >= 80rem) {
      margin-top: 2vh;
    }
  }
  .xl\:mt-\[35vh\] {
    @media (width >= 80rem) {
      margin-top: 35vh;
    }
  }
  .xl\:mb-0 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:ml-0 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .xl\:w-\[2vw\] {
    @media (width >= 80rem) {
      width: 2vw;
    }
  }
  .xl\:w-\[4vw\] {
    @media (width >= 80rem) {
      width: 4vw;
    }
  }
  .xl\:w-\[10vw\] {
    @media (width >= 80rem) {
      width: 10vw;
    }
  }
  .xl\:w-\[15vw\] {
    @media (width >= 80rem) {
      width: 15vw;
    }
  }
  .xl\:w-\[35vw\] {
    @media (width >= 80rem) {
      width: 35vw;
    }
  }
  .xl\:w-\[68vw\] {
    @media (width >= 80rem) {
      width: 68vw;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:flex-1\/2 {
    @media (width >= 80rem) {
      flex: calc(1/2 * 100%);
    }
  }
  .xl\:flex-1\/3 {
    @media (width >= 80rem) {
      flex: calc(1/3 * 100%);
    }
  }
  .xl\:flex-2\/3 {
    @media (width >= 80rem) {
      flex: calc(2/3 * 100%);
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-\[1vw\] {
    @media (width >= 80rem) {
      gap: 1vw;
    }
  }
  .xl\:gap-\[2\.8vw\] {
    @media (width >= 80rem) {
      gap: 2.8vw;
    }
  }
  .xl\:gap-\[2vh\] {
    @media (width >= 80rem) {
      gap: 2vh;
    }
  }
  .xl\:gap-\[3\.5vh\] {
    @media (width >= 80rem) {
      gap: 3.5vh;
    }
  }
  .xl\:gap-\[3\.5vw\] {
    @media (width >= 80rem) {
      gap: 3.5vw;
    }
  }
  .xl\:gap-\[4vw\] {
    @media (width >= 80rem) {
      gap: 4vw;
    }
  }
  .xl\:gap-\[8vw\] {
    @media (width >= 80rem) {
      gap: 8vw;
    }
  }
  .xl\:gap-\[10vh\] {
    @media (width >= 80rem) {
      gap: 10vh;
    }
  }
  .xl\:gap-\[20vw\] {
    @media (width >= 80rem) {
      gap: 20vw;
    }
  }
  .xl\:bg-gradient-to-b {
    @media (width >= 80rem) {
      --tw-gradient-position: to bottom in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .xl\:bg-\[url\(images\/bg-curvy-desktop\.svg\)\] {
    @media (width >= 80rem) {
      background-image: url(images/bg-curvy-desktop.svg);
    }
  }
  .xl\:from-\[\#1c2431\] {
    @media (width >= 80rem) {
      --tw-gradient-from: #1c2431;
      --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));
    }
  }
  .xl\:from-30\% {
    @media (width >= 80rem) {
      --tw-gradient-from-position: 30%;
    }
  }
  .xl\:to-\[\#181f2a\] {
    @media (width >= 80rem) {
      --tw-gradient-to: #181f2a;
      --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));
    }
  }
  .xl\:to-30\% {
    @media (width >= 80rem) {
      --tw-gradient-to-position: 30%;
    }
  }
  .xl\:bg-position-\[center_top_50vh\] {
    @media (width >= 80rem) {
      background-position: center top 50vh;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-\[1\.7vw\] {
    @media (width >= 80rem) {
      padding-inline: 1.7vw;
    }
  }
  .xl\:px-\[6\.67vw\] {
    @media (width >= 80rem) {
      padding-inline: 6.67vw;
    }
  }
  .xl\:px-\[10\.2vw\] {
    @media (width >= 80rem) {
      padding-inline: 10.2vw;
    }
  }
  .xl\:px-\[10vw\] {
    @media (width >= 80rem) {
      padding-inline: 10vw;
    }
  }
  .xl\:px-\[27vw\] {
    @media (width >= 80rem) {
      padding-inline: 27vw;
    }
  }
  .xl\:px-\[32vw\] {
    @media (width >= 80rem) {
      padding-inline: 32vw;
    }
  }
  .xl\:py-\[1\.8vh\] {
    @media (width >= 80rem) {
      padding-block: 1.8vh;
    }
  }
  .xl\:py-\[5vh\] {
    @media (width >= 80rem) {
      padding-block: 5vh;
    }
  }
  .xl\:pt-0 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-\[10vh\] {
    @media (width >= 80rem) {
      padding-top: 10vh;
    }
  }
  .xl\:pt-\[30vh\] {
    @media (width >= 80rem) {
      padding-top: 30vh;
    }
  }
  .xl\:pr-0 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:pl-\[2vw\] {
    @media (width >= 80rem) {
      padding-left: 2vw;
    }
  }
  .xl\:text-\[0\.7vw\] {
    @media (width >= 80rem) {
      font-size: 0.7vw;
    }
  }
  .xl\:text-\[1\.2vw\] {
    @media (width >= 80rem) {
      font-size: 1.2vw;
    }
  }
  .xl\:text-\[1\.3vw\] {
    @media (width >= 80rem) {
      font-size: 1.3vw;
    }
  }
  .xl\:text-\[1vw\] {
    @media (width >= 80rem) {
      font-size: 1vw;
    }
  }
  .xl\:text-\[2\.8vw\] {
    @media (width >= 80rem) {
      font-size: 2.8vw;
    }
  }
  .xl\:text-\[2vw\] {
    @media (width >= 80rem) {
      font-size: 2vw;
    }
  }
  .dark\:border-green-500 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-green-500);
    }
  }
  .dark\:border-red-500 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-red-500);
    }
  }
  .dark\:bg-gray-700 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-700);
    }
  }
  .dark\:text-green-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-green-400);
    }
  }
  .dark\:text-green-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-green-500);
    }
  }
  .dark\:text-red-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-red-500);
    }
  }
  .dark\:placeholder-green-500 {
    @media (prefers-color-scheme: dark) {
      &::placeholder {
        color: var(--color-green-500);
      }
    }
  }
  .dark\:placeholder-red-500 {
    @media (prefers-color-scheme: dark) {
      &::placeholder {
        color: var(--color-red-500);
      }
    }
  }
}
.box {
  color: #ffffffe6;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-font-weight {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 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-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-font-weight: 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-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
