/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --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;
      --tw-ease: initial;
    }
  }
}

@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(.971 .013 17.38);
    --color-red-200: oklch(.885 .062 18.334);
    --color-red-600: oklch(.577 .245 27.325);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --leading-relaxed: 1.625;
    --drop-shadow-md: 0 3px 3px #0000001f;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: oklch(.922 0 0);
    outline-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
  }

  body {
    background-color: oklch(1 0 0);
    color: oklch(.145 0 0);
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }

  .inset-4 {
    inset: calc(var(--spacing) * 4);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[8vh\] {
    top: 8vh;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[100px\] {
    top: 100px;
  }

  .top-full {
    top: 100%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[80px\] {
    bottom: 80px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .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-\[2\] {
    z-index: 2;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .\!container {
    width: 100% !important;
  }

  @media (width >= 40rem) {
    .\!container {
      max-width: 40rem !important;
    }
  }

  @media (width >= 48rem) {
    .\!container {
      max-width: 48rem !important;
    }
  }

  @media (width >= 64rem) {
    .\!container {
      max-width: 64rem !important;
    }
  }

  @media (width >= 80rem) {
    .\!container {
      max-width: 80rem !important;
    }
  }

  @media (width >= 96rem) {
    .\!container {
      max-width: 96rem !important;
    }
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-\[-6px\] {
    margin-top: -6px;
  }

  .mt-\[2px\] {
    margin-top: 2px;
  }

  .mt-\[4px\] {
    margin-top: 4px;
  }

  .mt-\[6px\] {
    margin-top: 6px;
  }

  .mt-\[8px\] {
    margin-top: 8px;
  }

  .mt-\[10px\] {
    margin-top: 10px;
  }

  .mt-\[16px\] {
    margin-top: 16px;
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

  .mt-\[32px\] {
    margin-top: 32px;
  }

  .mb-\[2px\] {
    margin-bottom: 2px;
  }

  .mb-\[3px\] {
    margin-bottom: 3px;
  }

  .mb-\[4px\] {
    margin-bottom: 4px;
  }

  .mb-\[5px\] {
    margin-bottom: 5px;
  }

  .mb-\[6px\] {
    margin-bottom: 6px;
  }

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .mb-\[10px\] {
    margin-bottom: 10px;
  }

  .mb-\[12px\] {
    margin-bottom: 12px;
  }

  .mb-\[16px\] {
    margin-bottom: 16px;
  }

  .mb-\[20px\] {
    margin-bottom: 20px;
  }

  .mb-\[24px\] {
    margin-bottom: 24px;
  }

  .mb-\[28px\] {
    margin-bottom: 28px;
  }

  .mb-\[32px\] {
    margin-bottom: 32px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .size-\[6px\] {
    width: 6px;
    height: 6px;
  }

  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-\[6px\] {
    height: 6px;
  }

  .h-\[8px\] {
    height: 8px;
  }

  .h-\[14px\] {
    height: 14px;
  }

  .h-\[16px\] {
    height: 16px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[20px\] {
    height: 20px;
  }

  .h-\[22px\] {
    height: 22px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[25px\] {
    height: 25px;
  }

  .h-\[26px\] {
    height: 26px;
  }

  .h-\[28px\] {
    height: 28px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[44px\] {
    height: 44px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[52px\] {
    height: 52px;
  }

  .h-\[100dvh\] {
    height: 100dvh;
  }

  .h-\[120px\] {
    height: 120px;
  }

  .h-\[300px\] {
    height: 300px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }

  .max-h-\[500px\] {
    max-height: 500px;
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-\[100px\] {
    min-height: 100px;
  }

  .min-h-\[120px\] {
    min-height: 120px;
  }

  .min-h-full {
    min-height: 100%;
  }

  .min-h-px {
    min-height: 1px;
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-\[4px\] {
    width: 4px;
  }

  .w-\[6px\] {
    width: 6px;
  }

  .w-\[8px\] {
    width: 8px;
  }

  .w-\[14px\] {
    width: 14px;
  }

  .w-\[16px\] {
    width: 16px;
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[20px\] {
    width: 20px;
  }

  .w-\[22px\] {
    width: 22px;
  }

  .w-\[24px\] {
    width: 24px;
  }

  .w-\[25px\] {
    width: 25px;
  }

  .w-\[26px\] {
    width: 26px;
  }

  .w-\[28px\] {
    width: 28px;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[32px\] {
    width: 32px;
  }

  .w-\[36px\] {
    width: 36px;
  }

  .w-\[40px\] {
    width: 40px;
  }

  .w-\[44px\] {
    width: 44px;
  }

  .w-\[50px\] {
    width: 50px;
  }

  .w-\[70px\] {
    width: 70px;
  }

  .w-\[120px\] {
    width: 120px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-\[650px\] {
    max-width: 650px;
  }

  .max-w-\[700px\] {
    max-width: 700px;
  }

  .max-w-\[800px\] {
    max-width: 800px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1400px\] {
    max-width: 1400px;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[700px\] {
    min-width: 700px;
  }

  .min-w-\[800px\] {
    min-width: 800px;
  }

  .min-w-\[900px\] {
    min-width: 900px;
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    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-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[-90deg\] {
    rotate: -90deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-around {
    justify-content: space-around;
  }

  .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-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-\[3px\] {
    gap: 3px;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[14px\] {
    gap: 14px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  :where(.space-y-\[10px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(10px * var(--tw-space-y-reverse));
    margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .overflow-y-visible {
    overflow-y: visible;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[7px\] {
    border-radius: 7px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[9px\] {
    border-radius: 9px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[14px\] {
    border-radius: 14px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[18px\] {
    border-radius: 18px;
  }

  .rounded-\[20px\] {
    border-radius: 20px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-\[26px\] {
    border-radius: 26px;
  }

  .rounded-\[30px\] {
    border-radius: 30px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-tr-\[8px\] {
    border-top-right-radius: 8px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-\[0px_0px_4px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 4px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#3a3a3a\] {
    border-color: #3a3a3a;
  }

  .border-\[\#0066ff\] {
    border-color: #06f;
  }

  .border-\[\#0066ff\]\/60 {
    border-color: oklab(56.3455% -.0384264 -.237719 / .6);
  }

  .border-\[\#979797\] {
    border-color: #979797;
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .border-white\/10 {
    border-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-white\/20 {
    border-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .border-white\/30 {
    border-color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/30 {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }

  .border-white\/50 {
    border-color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/50 {
      border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .bg-\[\#0066ff\] {
    background-color: #06f;
  }

  .bg-\[\#0066ff\]\/10 {
    background-color: oklab(56.3455% -.0384264 -.237719 / .1);
  }

  .bg-\[\#0066ff\]\/20 {
    background-color: oklab(56.3455% -.0384264 -.237719 / .2);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/90 {
    background-color: #000000e6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/90 {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }

  .bg-black\/95 {
    background-color: #000000f2;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/95 {
      background-color: color-mix(in oklab, var(--color-black) 95%, transparent);
    }
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/5 {
    background-color: #ffffff0d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/5 {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/20 {
    background-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .bg-white\/50 {
    background-color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/50 {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-white\/5 {
    --tw-gradient-from: #ffffff0d;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/5 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .from-white\/\[0\.08\] {
    --tw-gradient-from: #ffffff14;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/\[0\.08\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }

  .to-white\/\[0\.02\] {
    --tw-gradient-to: #ffffff05;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-white\/\[0\.02\] {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 2%, transparent);
    }
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-\[4px\] {
    padding: 4px;
  }

  .p-\[6px\] {
    padding: 6px;
  }

  .p-\[8px\] {
    padding: 8px;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[20px\] {
    padding: 20px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .p-\[28px\] {
    padding: 28px;
  }

  .p-\[32px\] {
    padding: 32px;
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-\[4px\] {
    padding-inline: 4px;
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[14px\] {
    padding-inline: 14px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[18px\] {
    padding-inline: 18px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .py-\[5px\] {
    padding-block: 5px;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .pt-\[0px\] {
    padding-top: 0;
  }

  .pt-\[4px\] {
    padding-top: 4px;
  }

  .pt-\[8px\] {
    padding-top: 8px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[20px\] {
    padding-top: 20px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pr-\[20px\] {
    padding-right: 20px;
  }

  .pb-\[8px\] {
    padding-bottom: 8px;
  }

  .pb-\[12px\] {
    padding-bottom: 12px;
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pb-\[52px\] {
    padding-bottom: 52px;
  }

  .pb-\[80px\] {
    padding-bottom: 80px;
  }

  .pb-\[100px\] {
    padding-bottom: 100px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Montserrat\:Medium\'\,sans-serif\] {
    font-family: Montserrat\:Medium, sans-serif;
  }

  .font-\[\'Montserrat\:Regular\'\,sans-serif\] {
    font-family: Montserrat\:Regular, sans-serif;
  }

  .font-\[\'Poppins\'\,sans-serif\] {
    font-family: Poppins, sans-serif;
  }

  .font-\[\'Poppins\:Bold\'\,sans-serif\] {
    font-family: Poppins\:Bold, sans-serif;
  }

  .font-\[\'Poppins\:Medium\'\,sans-serif\] {
    font-family: Poppins\:Medium, sans-serif;
  }

  .font-\[\'Poppins\:Regular\'\,sans-serif\] {
    font-family: Poppins\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:SemiBold\'\,sans-serif\] {
    font-family: Poppins\:SemiBold, sans-serif;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[38px\] {
    font-size: 38px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .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\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#10B981\] {
    color: #10b981;
  }

  .text-\[\#0066ff\] {
    color: #06f;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-black\/40 {
    color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/40 {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .text-black\/70 {
    color: #000000b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/70 {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/40 {
    color: #fff6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/40 {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .text-white\/50 {
    color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/50 {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .text-white\/60 {
    color: #fff9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/60 {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }

  .text-white\/70 {
    color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .text-white\/80 {
    color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .text-white\/90 {
    color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/90 {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .uppercase {
    text-transform: uppercase;
  }

  .not-italic {
    font-style: normal;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #0006);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, #0000001f));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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-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-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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;
    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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .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);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .paused {
    animation-play-state: paused;
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-150:is(:where(.group):hover *) {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:rotate-3:is(:where(.group):hover *) {
      rotate: 3deg;
    }
  }

  @media (hover: hover) {
    .group-hover\:border-white\/20:is(:where(.group):hover *) {
      border-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:border-white\/20:is(:where(.group):hover *) {
        border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-\[\#0066ff\]\/20:is(:where(.group):hover *) {
      background-color: oklab(56.3455% -.0384264 -.237719 / .2);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-white\/10:is(:where(.group):hover *) {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-white\/10:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#FFDB41\]:is(:where(.group):hover *) {
      color: #ffdb41;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-10:is(:where(.group):hover *) {
      opacity: .1;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[inset_0_0_60px_rgba\(255\,219\,65\,0\.3\)\,0px_4px_20px_0px_rgba\(0\,0\,0\,0\.4\)\]:is(:where(.group):hover *) {
      --tw-shadow: inset 0 0 60px var(--tw-shadow-color, #ffdb414d), 0px 4px 20px 0px var(--tw-shadow-color, #0006);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .placeholder\:text-black\/40::placeholder {
    color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-black\/40::placeholder {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#0066ff\]\/30:hover {
      border-color: oklab(56.3455% -.0384264 -.237719 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:border-white\/20:hover {
      border-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-white\/20:hover {
        border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:border-white\/30:hover {
      border-color: #ffffff4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-white\/30:hover {
        border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0052cc\]:hover {
      background-color: #0052cc;
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/5:hover {
      background-color: #ffffff0d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/5:hover {
        background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/8:hover {
      background-color: #ffffff14;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/8:hover {
        background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/20:hover {
      background-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_8px_32px_0px_rgba\(0\,102\,255\,0\.2\)\]:hover {
      --tw-shadow: 0px 8px 32px 0px var(--tw-shadow-color, #06f3);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width >= 40rem) {
    .sm\:absolute {
      position: absolute;
    }
  }

  @media (width >= 40rem) {
    .sm\:top-\[16px\] {
      top: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:right-0 {
      right: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 40rem) {
    .sm\:bottom-\[100px\] {
      bottom: 100px;
    }
  }

  @media (width >= 40rem) {
    .sm\:bottom-auto {
      bottom: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 40rem) {
    .sm\:mt-\[-8px\] {
      margin-top: -8px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mt-\[48px\] {
      margin-top: 48px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[12px\] {
      margin-bottom: 12px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[16px\] {
      margin-bottom: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[20px\] {
      margin-bottom: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[32px\] {
      margin-bottom: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[36px\] {
      margin-bottom: 36px;
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-\[40px\] {
      margin-bottom: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (width >= 40rem) {
    .sm\:size-\[7px\] {
      width: 7px;
      height: 7px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[16px\] {
      height: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[18px\] {
      height: 18px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[20px\] {
      height: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[22px\] {
      height: 22px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[28px\] {
      height: 28px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[36px\] {
      height: 36px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[40px\] {
      height: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[44px\] {
      height: 44px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[56px\] {
      height: 56px;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[60px\] {
      height: 60px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[16px\] {
      width: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[18px\] {
      width: 18px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[20px\] {
      width: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[22px\] {
      width: 22px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[28px\] {
      width: 28px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[36px\] {
      width: 36px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[40px\] {
      width: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[60px\] {
      width: 60px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[110px\] {
      width: 110px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-auto {
      width: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }

  @media (width >= 40rem) {
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[4px\] {
      gap: 4px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[10px\] {
      gap: 10px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[12px\] {
      gap: 12px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[16px\] {
      gap: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-\[32px\] {
      gap: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:rounded-\[20px\] {
      border-radius: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:rounded-\[24px\] {
      border-radius: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:rounded-none {
      border-radius: 0;
    }
  }

  @media (width >= 40rem) {
    .sm\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0;
    }
  }

  @media (width >= 40rem) {
    .sm\:border-none {
      --tw-border-style: none;
      border-style: none;
    }
  }

  @media (width >= 40rem) {
    .sm\:bg-transparent {
      background-color: #0000;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[8px\] {
      padding: 8px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[16px\] {
      padding: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[24px\] {
      padding: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[28px\] {
      padding: 28px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[32px\] {
      padding: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:p-\[56px\] {
      padding: 56px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[14px\] {
      padding-inline: 14px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[16px\] {
      padding-inline: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[24px\] {
      padding-inline: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[28px\] {
      padding-inline: 28px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[36px\] {
      padding-inline: 36px;
    }
  }

  @media (width >= 40rem) {
    .sm\:px-\[40px\] {
      padding-inline: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[8px\] {
      padding-block: 8px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[10px\] {
      padding-block: 10px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[18px\] {
      padding-block: 18px;
    }
  }

  @media (width >= 40rem) {
    .sm\:py-\[32px\] {
      padding-block: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:pb-\[40px\] {
      padding-bottom: 40px;
    }
  }

  @media (width >= 40rem) {
    .sm\:pb-\[100px\] {
      padding-bottom: 100px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[17px\] {
      font-size: 17px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[19px\] {
      font-size: 19px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[52px\] {
      font-size: 52px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[22px\] {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }

  @media (width >= 40rem) {
    .sm\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >= 40rem) {
    .sm\:backdrop-blur-none {
      --tw-backdrop-blur: ;
      -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, );
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[20px\] {
      top: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:bottom-\[120px\] {
      bottom: 120px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-\[-10px\] {
      margin-top: -10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-\[6px\] {
      margin-top: 6px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-\[12px\] {
      margin-top: 12px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-\[20px\] {
      margin-top: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-\[56px\] {
      margin-top: 56px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[3px\] {
      margin-bottom: 3px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[4px\] {
      margin-bottom: 4px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[6px\] {
      margin-bottom: 6px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[8px\] {
      margin-bottom: 8px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[10px\] {
      margin-bottom: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[12px\] {
      margin-bottom: 12px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[14px\] {
      margin-bottom: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[16px\] {
      margin-bottom: 16px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[18px\] {
      margin-bottom: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[20px\] {
      margin-bottom: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[48px\] {
      margin-bottom: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[52px\] {
      margin-bottom: 52px;
    }
  }

  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .lg\:inline {
      display: inline;
    }
  }

  @media (width >= 64rem) {
    .lg\:size-\[7px\] {
      width: 7px;
      height: 7px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[14px\] {
      height: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[15px\] {
      height: 15px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[17px\] {
      height: 17px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[18px\] {
      height: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[20px\] {
      height: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[22px\] {
      height: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[24px\] {
      height: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[30px\] {
      height: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[32px\] {
      height: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[34px\] {
      height: 34px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[36px\] {
      height: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[44px\] {
      height: 44px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[48px\] {
      height: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[60px\] {
      height: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[280px\] {
      height: 280px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[130px\] {
      min-height: 130px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[14px\] {
      width: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[15px\] {
      width: 15px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[17px\] {
      width: 17px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[18px\] {
      width: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[20px\] {
      width: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[22px\] {
      width: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[24px\] {
      width: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[30px\] {
      width: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[32px\] {
      width: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[34px\] {
      width: 34px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[36px\] {
      width: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[44px\] {
      width: 44px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[48px\] {
      width: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[60px\] {
      width: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[120px\] {
      width: 120px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[280px\] {
      width: 280px;
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[4px\] {
      gap: 4px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[7px\] {
      gap: 7px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[9px\] {
      gap: 9px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[10px\] {
      gap: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[12px\] {
      gap: 12px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[14px\] {
      gap: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[16px\] {
      gap: 16px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[18px\] {
      gap: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[40px\] {
      gap: 40px;
    }
  }

  @media (width >= 64rem) {
    :where(.lg\:space-y-\[12px\] > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(12px * var(--tw-space-y-reverse));
      margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[8px\] {
      border-radius: 8px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[9px\] {
      border-radius: 9px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[10px\] {
      border-radius: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[11px\] {
      border-radius: 11px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[14px\] {
      border-radius: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[20px\] {
      border-radius: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[22px\] {
      border-radius: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[24px\] {
      border-radius: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[26px\] {
      border-radius: 26px;
    }
  }

  @media (width >= 64rem) {
    .lg\:bg-black {
      background-color: var(--color-black);
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[9px\] {
      padding: 9px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[10px\] {
      padding: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[14px\] {
      padding: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[20px\] {
      padding: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[24px\] {
      padding: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[32px\] {
      padding: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[12px\] {
      padding-inline: 12px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[13px\] {
      padding-inline: 13px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[14px\] {
      padding-inline: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[20px\] {
      padding-inline: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[32px\] {
      padding-inline: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[80px\] {
      padding-inline: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[4px\] {
      padding-block: 4px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[6px\] {
      padding-block: 6px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[7px\] {
      padding-block: 7px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[9px\] {
      padding-block: 9px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[10px\] {
      padding-block: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[20px\] {
      padding-block: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[40px\] {
      padding-block: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[60px\] {
      padding-block: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[18px\] {
      padding-top: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[20px\] {
      padding-top: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[32px\] {
      padding-top: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pr-\[24px\] {
      padding-right: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[20px\] {
      padding-bottom: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[32px\] {
      padding-bottom: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[40px\] {
      padding-bottom: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[52px\] {
      padding-bottom: 52px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[80px\] {
      padding-bottom: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pl-\[32px\] {
      padding-left: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[19px\] {
      font-size: 19px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[26px\] {
      font-size: 26px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[38px\] {
      font-size: 38px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[62px\] {
      font-size: 62px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[26px\] {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }

  @media (width >= 80rem) {
    .xl\:top-\[10vh\] {
      top: 10vh;
    }
  }

  @media (width >= 80rem) {
    .xl\:top-\[24px\] {
      top: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mt-\[16px\] {
      margin-top: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mt-\[24px\] {
      margin-top: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mt-\[64px\] {
      margin-top: 64px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[8px\] {
      margin-bottom: 8px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[12px\] {
      margin-bottom: 12px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[14px\] {
      margin-bottom: 14px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[16px\] {
      margin-bottom: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[20px\] {
      margin-bottom: 20px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[24px\] {
      margin-bottom: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:mb-\[56px\] {
      margin-bottom: 56px;
    }
  }

  @media (width >= 80rem) {
    .xl\:block {
      display: block;
    }
  }

  @media (width >= 80rem) {
    .xl\:hidden {
      display: none;
    }
  }

  @media (width >= 80rem) {
    .xl\:size-\[8px\] {
      width: 8px;
      height: 8px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[16px\] {
      height: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[18px\] {
      height: 18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[20px\] {
      height: 20px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[24px\] {
      height: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[26px\] {
      height: 26px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[32px\] {
      height: 32px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[34px\] {
      height: 34px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[36px\] {
      height: 36px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[40px\] {
      height: 40px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[48px\] {
      height: 48px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[52px\] {
      height: 52px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[72px\] {
      height: 72px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[80px\] {
      height: 80px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[320px\] {
      height: 320px;
    }
  }

  @media (width >= 80rem) {
    .xl\:min-h-\[180px\] {
      min-height: 180px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[16px\] {
      width: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[18px\] {
      width: 18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[20px\] {
      width: 20px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[24px\] {
      width: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[26px\] {
      width: 26px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[32px\] {
      width: 32px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[34px\] {
      width: 34px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[36px\] {
      width: 36px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[40px\] {
      width: 40px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[48px\] {
      width: 48px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[52px\] {
      width: 52px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[80px\] {
      width: 80px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[140px\] {
      width: 140px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[320px\] {
      width: 320px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[full\] {
      width: full;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[6px\] {
      gap: 6px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[10px\] {
      gap: 10px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[12px\] {
      gap: 12px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[16px\] {
      gap: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[32px\] {
      gap: 32px;
    }
  }

  @media (width >= 80rem) {
    .xl\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[10px\] {
      border-radius: 10px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[11px\] {
      border-radius: 11px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[12px\] {
      border-radius: 12px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[24px\] {
      border-radius: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[26px\] {
      border-radius: 26px;
    }
  }

  @media (width >= 80rem) {
    .xl\:rounded-\[28px\] {
      border-radius: 28px;
    }
  }

  @media (width >= 80rem) {
    .xl\:p-\[10px\] {
      padding: 10px;
    }
  }

  @media (width >= 80rem) {
    .xl\:p-\[12px\] {
      padding: 12px;
    }
  }

  @media (width >= 80rem) {
    .xl\:p-\[18px\] {
      padding: 18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:p-\[24px\] {
      padding: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:p-\[28px\] {
      padding: 28px;
    }
  }

  @media (width >= 80rem) {
    .xl\:p-\[32px\] {
      padding: 32px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[14px\] {
      padding-inline: 14px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[16px\] {
      padding-inline: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[24px\] {
      padding-inline: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-\[120px\] {
      padding-inline: 120px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[5px\] {
      padding-block: 5px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[6px\] {
      padding-block: 6px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[7px\] {
      padding-block: 7px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[8px\] {
      padding-block: 8px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[10px\] {
      padding-block: 10px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[12px\] {
      padding-block: 12px;
    }
  }

  @media (width >= 80rem) {
    .xl\:py-\[80px\] {
      padding-block: 80px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pt-\[10vh\] {
      padding-top: 10vh;
    }
  }

  @media (width >= 80rem) {
    .xl\:pt-\[20px\] {
      padding-top: 20px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pt-\[40px\] {
      padding-top: 40px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pb-\[24px\] {
      padding-bottom: 24px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pb-\[40px\] {
      padding-bottom: 40px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pb-\[60px\] {
      padding-bottom: 60px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pl-\[40px\] {
      padding-left: 40px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[17px\] {
      font-size: 17px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[44px\] {
      font-size: 44px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (width >= 80rem) {
    .xl\:text-\[78px\] {
      font-size: 78px;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:top-\[12vh\] {
      top: 12vh;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:h-\[380px\] {
      height: 380px;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:pt-\[8vh\] {
      padding-top: 8vh;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 96rem) {
    .\32 xl\:text-\[48px\] {
      font-size: 48px;
    }
  }
}

@keyframes spin-slow {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse-subtle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .9;
    transform: scale(1.1);
  }
}

.animate-spin-slow {
  animation: 8s cubic-bezier(.4, 0, .6, 1) infinite spin-slow;
}

.animate-pulse-subtle {
  animation: 2s cubic-bezier(.4, 0, .2, 1) infinite pulse-subtle;
}

@keyframes smooth-glow {
  0%, 100% {
    filter: drop-shadow(0 0 4px #0066ff4d);
  }

  50% {
    filter: drop-shadow(0 0 12px #06f9);
  }
}

.hover-glow {
  transition: filter .4s cubic-bezier(.4, 0, .2, 1);
}

.hover-glow:hover {
  animation: 2s cubic-bezier(.4, 0, .2, 1) infinite smooth-glow;
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@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: 0;
}

@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
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
