/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&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-amber-300: oklch(87.9% 0.169 91.605);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-purple: #6a00ff;
    --color-primary-pink: #ff82e6;
    --font-bricolage: "Bricolage Grotesque", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    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 {
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[251px\] {
    top: 251px;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }
  .bottom-\[25px\] {
    bottom: 25px;
  }
  .-left-8 {
    left: calc(var(--spacing) * -8);
  }
  .-left-\[40px\] {
    left: calc(40px * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .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-\[9999\] {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[27px\] {
    margin-top: 27px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[91px\] {
    margin-top: 91px;
  }
  .mt-\[155px\] {
    margin-top: 155px;
  }
  .mt-\[165px\] {
    margin-top: 165px;
  }
  .mt-\[214px\] {
    margin-top: 214px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[9px\] {
    margin-right: 9px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[7px\] {
    margin-bottom: 7px;
  }
  .mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[54px\] {
    margin-bottom: 54px;
  }
  .mb-\[79px\] {
    margin-bottom: 79px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[116px\] {
    height: 116px;
  }
  .h-\[157px\] {
    height: 157px;
  }
  .h-\[167px\] {
    height: 167px;
  }
  .h-\[358px\] {
    height: 358px;
  }
  .h-\[361\.57px\] {
    height: 361.57px;
  }
  .h-\[361px\] {
    height: 361px;
  }
  .h-\[372px\] {
    height: 372px;
  }
  .h-\[376px\] {
    height: 376px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[417px\] {
    max-height: 417px;
  }
  .max-h-\[451px\] {
    max-height: 451px;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[39px\] {
    width: 39px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[142px\] {
    width: 142px;
  }
  .w-\[202px\] {
    width: 202px;
  }
  .w-\[225px\] {
    width: 225px;
  }
  .w-\[226px\] {
    width: 226px;
  }
  .w-\[333px\] {
    width: 333px;
  }
  .w-\[373px\] {
    width: 373px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[289px\] {
    max-width: 289px;
  }
  .max-w-\[423px\] {
    max-width: 423px;
  }
  .max-w-\[428px\] {
    max-width: 428px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[553px\] {
    max-width: 553px;
  }
  .max-w-\[761px\] {
    max-width: 761px;
  }
  .max-w-\[910px\] {
    max-width: 910px;
  }
  .max-w-\[1135px\] {
    max-width: 1135px;
  }
  .max-w-\[1165px\] {
    max-width: 1165px;
  }
  .max-w-\[1512px\] {
    max-width: 1512px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-6 {
    --tw-translate-x: calc(var(--spacing) * -6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[2px\] {
    --tw-translate-y: calc(2px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-1 {
    rotate: calc(1deg * -1);
  }
  .-rotate-2 {
    rotate: calc(2deg * -1);
  }
  .-rotate-4 {
    rotate: calc(4deg * -1);
  }
  .-rotate-5 {
    rotate: calc(5deg * -1);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .rotate-3 {
    rotate: 3deg;
  }
  .rotate-4 {
    rotate: 4deg;
  }
  .rotate-5 {
    rotate: 5deg;
  }
  .rotate-9 {
    rotate: 9deg;
  }
  .rotate-10 {
    rotate: 10deg;
  }
  .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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[33px\] {
    gap: 33px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[28px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(28px * var(--tw-space-y-reverse));
      margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .-space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .-space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .-space-x-\[25px\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(25px * -1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(25px * -1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[29px\] {
    border-radius: 29px;
  }
  .rounded-\[38px\] {
    border-radius: 38px;
  }
  .rounded-\[44px\] {
    border-radius: 44px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-s-full {
    border-start-start-radius: calc(infinity * 1px);
    border-end-start-radius: calc(infinity * 1px);
  }
  .rounded-e-full {
    border-start-end-radius: calc(infinity * 1px);
    border-end-end-radius: calc(infinity * 1px);
  }
  .rounded-t-4xl {
    border-top-left-radius: var(--radius-4xl);
    border-top-right-radius: var(--radius-4xl);
  }
  .rounded-l-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .rounded-l-full {
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-tl-3xl {
    border-top-left-radius: var(--radius-3xl);
  }
  .rounded-r-3xl {
    border-top-right-radius: var(--radius-3xl);
    border-bottom-right-radius: var(--radius-3xl);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .rounded-tr-none {
    border-top-right-radius: 0;
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .rounded-br-3xl {
    border-bottom-right-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-\[7px\] {
    border-style: var(--tw-border-style);
    border-width: 7px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-primary-purple {
    border-color: var(--color-primary-purple);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .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-\[\#00CCFF\] {
    background-color: #00CCFF;
  }
  .bg-\[\#00FFBF\] {
    background-color: #00FFBF;
  }
  .bg-\[\#82FF82\] {
    background-color: #82FF82;
  }
  .bg-\[\#96eaff\] {
    background-color: #96eaff;
  }
  .bg-amber-300 {
    background-color: var(--color-amber-300);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-primary-pink {
    background-color: var(--color-primary-pink);
  }
  .bg-primary-purple {
    background-color: var(--color-primary-purple);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/9 {
    background-color: color-mix(in srgb, #fff 9%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 9%, transparent);
    }
  }
  .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-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-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(269\.89deg\,\#1DA1F2_0\.1\%\,\#4A50FB_25\.05\%\,\#EF4E7B_74\.95\%\,\#F79533_99\.9\%\)\,radial-gradient\(50\%_50\%_at_50\%_50\%\,\#6A00FF_0\%\,rgba\(255\,255\,255\,0\)_100\%\)\,linear-gradient\(0deg\,rgba\(255\,255\,255\,0\.74\)\,rgba\(255\,255\,255\,0\.74\)\)\,linear-gradient\(180deg\,rgba\(255\,255\,255\,0\)_80\.29\%\,\#F7F7F7_100\%\)\] {
    background-image: linear-gradient(269.89deg,#1DA1F2 0.1%,#4A50FB 25.05%,#EF4E7B 74.95%,#F79533 99.9%),radial-gradient(50% 50% at 50% 50%,#6A00FF 0%,rgba(255,255,255,0) 100%),linear-gradient(0deg,rgba(255,255,255,0.74),rgba(255,255,255,0.74)),linear-gradient(180deg,rgba(255,255,255,0) 80.29%,#F7F7F7 100%);
  }
  .from-\[\#0E0021\] {
    --tw-gradient-from: #0E0021;
    --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-\[\#06000D\] {
    --tw-gradient-to: #06000D;
    --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-clip-text {
    background-clip: text;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[7px\] {
    padding: 7px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[16\.5px\] {
    padding-block: 16.5px;
  }
  .py-\[23px\] {
    padding-block: 23px;
  }
  .py-\[61px\] {
    padding-block: 61px;
  }
  .py-\[94px\] {
    padding-block: 94px;
  }
  .ps-\[16px\] {
    padding-inline-start: 16px;
  }
  .ps-\[22px\] {
    padding-inline-start: 22px;
  }
  .pe-\[17px\] {
    padding-inline-end: 17px;
  }
  .pe-\[18px\] {
    padding-inline-end: 18px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[37px\] {
    padding-top: 37px;
  }
  .pt-\[46px\] {
    padding-top: 46px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-\[29px\] {
    padding-right: 29px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[13px\] {
    padding-bottom: 13px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[19px\] {
    padding-bottom: 19px;
  }
  .pb-\[23px\] {
    padding-bottom: 23px;
  }
  .pb-\[39px\] {
    padding-bottom: 39px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[54px\] {
    padding-bottom: 54px;
  }
  .pl-\[42px\] {
    padding-left: 42px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .font-bricolage {
    font-family: var(--font-bricolage);
  }
  .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-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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .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-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .-tracking-\[3\%\] {
    --tw-tracking: calc(3% * -1);
    letter-spacing: calc(3% * -1);
  }
  .-tracking-\[4\%\] {
    --tw-tracking: calc(4% * -1);
    letter-spacing: calc(4% * -1);
  }
  .-tracking-\[5\%\] {
    --tw-tracking: calc(5% * -1);
    letter-spacing: calc(5% * -1);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-3\%\] {
    --tw-tracking: -3%;
    letter-spacing: -3%;
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#00CCFF\] {
    color: #00CCFF;
  }
  .text-\[\#34E923A3\] {
    color: #34E923A3;
  }
  .text-\[\#48CD00\] {
    color: #48CD00;
  }
  .text-\[\#F4BA21\] {
    color: #F4BA21;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-black\/80 {
    color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-primary-pink {
    color: var(--color-primary-pink);
  }
  .text-primary-purple {
    color: var(--color-primary-purple);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .text-white\/49 {
    color: color-mix(in srgb, #fff 49%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 49%, 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);
    }
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-primary-pink {
    text-decoration-color: var(--color-primary-pink);
  }
  .decoration-wavy {
    text-decoration-style: wavy;
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .bg-blend-overlay {
    background-blend-mode: overlay;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    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);
  }
  .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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:z-10 {
    &:hover {
      @media (hover: hover) {
        z-index: 10;
      }
    }
  }
  .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-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-primary-purple {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-purple);
      }
    }
  }
  .hover\:bg-primary-purple\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #6a00ff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-primary-purple) 90%, transparent);
        }
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:top-\[189px\] {
    @media (width >= 48rem) {
      top: 189px;
    }
  }
  .md\:top-\[265px\] {
    @media (width >= 48rem) {
      top: 265px;
    }
  }
  .md\:-right-\[146px\] {
    @media (width >= 48rem) {
      right: calc(146px * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[5\.72px\] {
    @media (width >= 48rem) {
      margin-top: 5.72px;
    }
  }
  .md\:mt-\[24px\] {
    @media (width >= 48rem) {
      margin-top: 24px;
    }
  }
  .md\:mt-\[39px\] {
    @media (width >= 48rem) {
      margin-top: 39px;
    }
  }
  .md\:mt-\[113px\] {
    @media (width >= 48rem) {
      margin-top: 113px;
    }
  }
  .md\:mr-\[15px\] {
    @media (width >= 48rem) {
      margin-right: 15px;
    }
  }
  .md\:mb-\[2px\] {
    @media (width >= 48rem) {
      margin-bottom: 2px;
    }
  }
  .md\:mb-\[5px\] {
    @media (width >= 48rem) {
      margin-bottom: 5px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-\[54\.59px\] {
    @media (width >= 48rem) {
      height: 54.59px;
    }
  }
  .md\:h-\[417px\] {
    @media (width >= 48rem) {
      height: 417px;
    }
  }
  .md\:h-\[645px\] {
    @media (width >= 48rem) {
      height: 645px;
    }
  }
  .md\:h-\[647px\] {
    @media (width >= 48rem) {
      height: 647px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-\[24px\] {
    @media (width >= 48rem) {
      width: 24px;
    }
  }
  .md\:w-\[46px\] {
    @media (width >= 48rem) {
      width: 46px;
    }
  }
  .md\:w-\[349px\] {
    @media (width >= 48rem) {
      width: 349px;
    }
  }
  .md\:w-\[415px\] {
    @media (width >= 48rem) {
      width: 415px;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:-space-x-3 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * -3) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * -3) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:self-end {
    @media (width >= 48rem) {
      align-self: flex-end;
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:rounded-t-none {
    @media (width >= 48rem) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .md\:rounded-l-none {
    @media (width >= 48rem) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .md\:rounded-tl-3xl {
    @media (width >= 48rem) {
      border-top-left-radius: var(--radius-3xl);
    }
  }
  .md\:rounded-r-none {
    @media (width >= 48rem) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .md\:rounded-tr-2xl {
    @media (width >= 48rem) {
      border-top-right-radius: var(--radius-2xl);
    }
  }
  .md\:rounded-bl-2xl {
    @media (width >= 48rem) {
      border-bottom-left-radius: var(--radius-2xl);
    }
  }
  .md\:rounded-bl-none {
    @media (width >= 48rem) {
      border-bottom-left-radius: 0;
    }
  }
  .md\:border-r-0 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .md\:border-l-0 {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[34px\] {
    @media (width >= 48rem) {
      padding-inline: 34px;
    }
  }
  .md\:py-\[70px\] {
    @media (width >= 48rem) {
      padding-block: 70px;
    }
  }
  .md\:ps-\[23px\] {
    @media (width >= 48rem) {
      padding-inline-start: 23px;
    }
  }
  .md\:pe-\[30px\] {
    @media (width >= 48rem) {
      padding-inline-end: 30px;
    }
  }
  .md\:pt-\[29px\] {
    @media (width >= 48rem) {
      padding-top: 29px;
    }
  }
  .md\:pt-\[177px\] {
    @media (width >= 48rem) {
      padding-top: 177px;
    }
  }
  .md\:pb-\[11px\] {
    @media (width >= 48rem) {
      padding-bottom: 11px;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-\[11px\] {
    @media (width >= 48rem) {
      font-size: 11px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[54px\] {
    @media (width >= 48rem) {
      font-size: 54px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:leading-\[25px\] {
    @media (width >= 48rem) {
      --tw-leading: 25px;
      line-height: 25px;
    }
  }
  .md\:leading-\[45px\] {
    @media (width >= 48rem) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .md\:leading-\[82px\] {
    @media (width >= 48rem) {
      --tw-leading: 82px;
      line-height: 82px;
    }
  }
  .md\:-tracking-\[3\%\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(3% * -1);
      letter-spacing: calc(3% * -1);
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-\[40px\] {
    @media (width >= 64rem) {
      top: 40px;
    }
  }
  .lg\:top-\[257px\] {
    @media (width >= 64rem) {
      top: 257px;
    }
  }
  .lg\:top-\[491px\] {
    @media (width >= 64rem) {
      top: 491px;
    }
  }
  .lg\:right-5 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 5);
    }
  }
  .lg\:right-40 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 40);
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-5 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[52px\] {
    @media (width >= 64rem) {
      margin-bottom: 52px;
    }
  }
  .lg\:mb-\[81px\] {
    @media (width >= 64rem) {
      margin-bottom: 81px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:h-\[417px\] {
    @media (width >= 64rem) {
      height: 417px;
    }
  }
  .lg\:h-\[451px\] {
    @media (width >= 64rem) {
      height: 451px;
    }
  }
  .lg\:h-\[645px\] {
    @media (width >= 64rem) {
      height: 645px;
    }
  }
  .lg\:h-\[931px\] {
    @media (width >= 64rem) {
      height: 931px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[18px\] {
    @media (width >= 64rem) {
      padding-block: 18px;
    }
  }
  .lg\:ps-\[55px\] {
    @media (width >= 64rem) {
      padding-inline-start: 55px;
    }
  }
  .lg\:ps-\[112px\] {
    @media (width >= 64rem) {
      padding-inline-start: 112px;
    }
  }
  .lg\:pe-\[55px\] {
    @media (width >= 64rem) {
      padding-inline-end: 55px;
    }
  }
  .lg\:pe-\[125px\] {
    @media (width >= 64rem) {
      padding-inline-end: 125px;
    }
  }
  .lg\:pt-\[93px\] {
    @media (width >= 64rem) {
      padding-top: 93px;
    }
  }
  .lg\:pb-\[15px\] {
    @media (width >= 64rem) {
      padding-bottom: 15px;
    }
  }
  .lg\:pb-\[61px\] {
    @media (width >= 64rem) {
      padding-bottom: 61px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[54px\] {
    @media (width >= 64rem) {
      font-size: 54px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:leading-\[82px\] {
    @media (width >= 64rem) {
      --tw-leading: 82px;
      line-height: 82px;
    }
  }
  .lg\:decoration-\[4px\] {
    @media (width >= 64rem) {
      text-decoration-thickness: 4px;
    }
  }
  .lg\:underline-offset-10 {
    @media (width >= 64rem) {
      text-underline-offset: 10px;
    }
  }
  .xl\:right-0 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .xl\:right-\[207px\] {
    @media (width >= 80rem) {
      right: 207px;
    }
  }
  .xl\:left-0 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .xl\:left-\[55px\] {
    @media (width >= 80rem) {
      left: 55px;
    }
  }
  .xl\:left-\[153px\] {
    @media (width >= 80rem) {
      left: 153px;
    }
  }
  .xl\:w-\[1270px\] {
    @media (width >= 80rem) {
      width: 1270px;
    }
  }
  .xl\:max-w-\[1275px\] {
    @media (width >= 80rem) {
      max-width: 1275px;
    }
  }
  .xl\:text-\[64px\] {
    @media (width >= 80rem) {
      font-size: 64px;
    }
  }
}
@media (max-width: 767px) {
  .hero-mobile-height {
    height: calc(100vh - 148px) !important;
    height: calc(100dvh - 68px) !important;
  }
}
.faq-arrow-container {
  position: relative;
  width: 32px;
  height: 32px;
}
.faq-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.faq-arrow-container {
  position: relative;
  width: 32px;
  height: 32px;
}
.faq-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.faq-arrow-container {
  position: relative;
  width: 32px;
  height: 32px;
}
.faq-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.faq-arrow-default {
  opacity: 1;
  transform: rotate(0deg);
}
.faq-arrow-purple {
  opacity: 0;
  transform: rotate(0deg);
}
.faq-item.faq-open .faq-arrow-default {
  opacity: 0;
  transform: rotate(180deg);
}
.faq-item.faq-open .faq-arrow-purple {
  opacity: 1;
  transform: rotate(0deg);
}
.card-transition {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
  .card-1 {
    transform: translateX(80%);
    z-index: 30;
  }
  .card-2 {
    transform: translateX(0);
    z-index: 10;
  }
  .card-3 {
    transform: translateX(-80%);
    z-index: 20;
  }
}
.animated-button {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  overflow: hidden;
  cursor: pointer;
}
.animated-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.3), transparent );
  transition: left 0.6s ease-in-out;
  z-index: 1;
}
.animated-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient( circle, rgba(255, 255, 255, 0.2) 0%, transparent 70% );
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
  border-radius: 50%;
  z-index: 0;
}
.animated-button:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
  animation: subtle-glow 1.5s infinite alternate;
}
.animated-button:hover::before {
  left: 100%;
}
.animated-button:hover::after {
  width: 120px;
  height: 120px;
}
.animated-button:active {
  transform: translateY(0px) scale(0.98);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
}
.animated-button:active::after {
  animation: ripple-effect 0.6s linear;
}
@keyframes subtle-glow {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.1);
  }
}
@keyframes ripple-effect {
  0% {
    width: 0;
    height: 0;
    opacity: 0.3;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
.enhanced-text {
  position: relative;
  z-index: 2;
}
@keyframes springWobble {
  0% {
    transform: translateX(-50%) translateX(0px) rotate(0deg);
    opacity: 0;
  }
  8% {
    transform: translateX(-50%) translateX(-8px) rotate(-2deg);
    opacity: 1;
  }
  16% {
    transform: translateX(-50%) translateX(6px) rotate(1.5deg);
  }
  24% {
    transform: translateX(-50%) translateX(-4px) rotate(-1deg);
  }
  32% {
    transform: translateX(-50%) translateX(3px) rotate(0.8deg);
  }
  40% {
    transform: translateX(-50%) translateX(-2px) rotate(-0.5deg);
  }
  48% {
    transform: translateX(-50%) translateX(1px) rotate(0.3deg);
  }
  56% {
    transform: translateX(-50%) translateX(-0.5px) rotate(-0.2deg);
  }
  100% {
    transform: translateX(-50%) translateX(0px) rotate(0deg);
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 50;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.icon-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  animation: springWobble 1.2s ease-out forwards;
}
.leader-line {
  z-index: 10 !important;
}
#steps > div {
  transition: all 0.3s ease;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
