/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-auto {
    inset: auto;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-120 {
    right: calc(var(--spacing) * 120);
  }
  .-bottom-2 {
    bottom: calc(var(--spacing) * -2);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1 {
    bottom: calc(var(--spacing) * 1);
  }
  .bottom-1\/3 {
    bottom: calc(1/3 * 100%);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-m-1 {
    margin: calc(var(--spacing) * -1);
  }
  .-m-1\.5 {
    margin: calc(var(--spacing) * -1.5);
  }
  .-m-2 {
    margin: calc(var(--spacing) * -2);
  }
  .-m-2\.5 {
    margin: calc(var(--spacing) * -2.5);
  }
  .m-auto {
    margin: auto;
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-6 {
    margin-block: calc(var(--spacing) * -6);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .ms-0 {
    margin-inline-start: calc(var(--spacing) * 0);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: calc(var(--spacing) * 0);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[421px\] {
    height: 421px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-65 {
    width: calc(var(--spacing) * 65);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[1320px\] {
    width: 1320px;
  }
  .w-\[1440px\] {
    width: 1440px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[1320px\] {
    max-width: 1320px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    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);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-gray-700 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-gray-700);
    }
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-l-\[32px\] {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .rounded-r-\[32px\] {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .rounded-br-none {
    border-bottom-right-radius: 0;
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#D4AF37\] {
    border-color: #D4AF37;
  }
  .border-\[\#FFFFFF33\] {
    border-color: #FFFFFF33;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-green-800 {
    border-color: var(--color-green-800);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-yellow-400 {
    border-color: var(--color-yellow-400);
  }
  .border-t-black {
    border-top-color: var(--color-black);
  }
  .bg-\[\#1C1C1B\] {
    background-color: #1C1C1B;
  }
  .bg-\[\#1E1E1D\] {
    background-color: #1E1E1D;
  }
  .bg-\[\#2C2A28\] {
    background-color: #2C2A28;
  }
  .bg-\[\#121212\] {
    background-color: #121212;
  }
  .bg-\[\#D4AF37\] {
    background-color: #D4AF37;
  }
  .bg-\[\#F2F2F20D\] {
    background-color: #F2F2F20D;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-gray-900\/80 {
    background-color: color-mix(in srgb, oklch(21% 0.034 264.665) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-gray-900) 80%, transparent);
    }
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-400 {
    background-color: var(--color-green-400);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\.\.\'\)\] {
    background-image: url('...');
  }
  .bg-\[url\(\'bg-circles\.svg\'\)\] {
    background-image: url('bg-circles.svg');
  }
  .bg-\[url\(\'bg-image-2\.svg\'\)\] {
    background-image: url('bg-image-2.svg');
  }
  .bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1519904981063-b0cf448d479e\?ixlib\=rb-4\.0\.3\'\)\] {
    background-image: url('https://images.unsplash.com/photo-1519904981063-b0cf448d479e?ixlib=rb-4.0.3');
  }
  .bg-\[url\(\'pbg\.jpg\'\)\] {
    background-image: url('pbg.jpg');
  }
  .bg-\[url\(\'pbg2\.jpg\'\)\] {
    background-image: url('pbg2.jpg');
  }
  .from-black {
    --tw-gradient-from: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/20 {
    --tw-gradient-from: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-gray-800 {
    --tw-gradient-from: var(--color-gray-800);
    --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));
  }
  .via-gray-900 {
    --tw-gradient-via: var(--color-gray-900);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-black {
    --tw-gradient-to: var(--color-black);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .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);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[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-\[36px\] {
    font-size: 36px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#D4AF37\] {
    color: #D4AF37;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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-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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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);
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:scale-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .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\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:border-\[\#D4AF37\] {
    &:hover {
      @media (hover: hover) {
        border-color: #D4AF37;
      }
    }
  }
  .hover\:border-yellow-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-yellow-400);
      }
    }
  }
  .hover\:bg-\[\#D4AF37\] {
    &:hover {
      @media (hover: hover) {
        background-color: #D4AF37;
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        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);
        }
      }
    }
  }
  .hover\:bg-yellow-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-400);
      }
    }
  }
  .hover\:bg-yellow-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-500);
      }
    }
  }
  .hover\:text-\[\#D4AF37\] {
    &:hover {
      @media (hover: hover) {
        color: #D4AF37;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-yellow-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow-400);
      }
    }
  }
  .hover\:text-yellow-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow-600);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .hover\:shadow-\[\#D4AF37\]\/40 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, #D4AF37 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #D4AF37 40%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .hover\:shadow-yellow-400\/40 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, oklch(85.2% 0.199 91.936) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-yellow-400) 40%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .focus\:border-\[\#D4AF37\] {
    &:focus {
      border-color: #D4AF37;
    }
  }
  .focus\:border-green-500 {
    &:focus {
      border-color: var(--color-green-500);
    }
  }
  .focus\:border-red-500 {
    &:focus {
      border-color: var(--color-red-500);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-\[\#D4AF37\] {
    &:focus {
      --tw-ring-color: #D4AF37;
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:ring-red-500 {
    &:focus {
      --tw-ring-color: var(--color-red-500);
    }
  }
  .focus\:ring-white {
    &:focus {
      --tw-ring-color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .sm\:mb-12 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:h-7 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .sm\:w-7 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-md {
    @media (width >= 40rem) {
      max-width: var(--container-md);
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--container-sm);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-12 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .sm\:ring-1 {
    @media (width >= 40rem) {
      --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);
    }
  }
  .sm\:ring-gray-700 {
    @media (width >= 40rem) {
      --tw-ring-color: var(--color-gray-700);
    }
  }
  .md\:inset-auto {
    @media (width >= 48rem) {
      inset: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:min-h-\[400px\] {
    @media (width >= 48rem) {
      min-height: 400px;
    }
  }
  .md\:w-100 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 100);
    }
  }
  .md\:max-w-lg {
    @media (width >= 48rem) {
      max-width: var(--container-lg);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:rounded-l-none {
    @media (width >= 48rem) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .md\:rounded-r-none {
    @media (width >= 48rem) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .md\:rounded-br-\[32px\] {
    @media (width >= 48rem) {
      border-bottom-right-radius: 32px;
    }
  }
  .md\:rounded-bl-\[32px\] {
    @media (width >= 48rem) {
      border-bottom-left-radius: 32px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[38px\] {
    @media (width >= 48rem) {
      font-size: 38px;
    }
  }
  .lg\:inset-0 {
    @media (width >= 64rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-2 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:ml-8 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-96 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:w-72 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 72);
    }
  }
  .lg\:max-w-2xl {
    @media (width >= 64rem) {
      max-width: var(--container-2xl);
    }
  }
  .lg\:max-w-sm {
    @media (width >= 64rem) {
      max-width: var(--container-sm);
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_2fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 2fr;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:space-y-8 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .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-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 64rem) {
      font-size: 38px;
    }
  }
  .lg\:text-\[44px\] {
    @media (width >= 64rem) {
      font-size: 44px;
    }
  }
  .xl\:inset-0 {
    @media (width >= 80rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-5 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .xl\:w-5 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .xl\:w-72 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 72);
    }
  }
  .xl\:w-80 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .xl\:gap-\[12\.4rem\] {
    @media (width >= 80rem) {
      gap: 12.4rem;
    }
  }
  .xl\:gap-x-9 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 9);
    }
  }
  .xl\:gap-x-12 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:p-1\.5 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 1.5);
    }
  }
  .xl\:p-6 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:py-2 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .xl\:py-4 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .xl\:py-12 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .xl\:pt-\[105px\] {
    @media (width >= 80rem) {
      padding-top: 105px;
    }
  }
  .xl\:pr-0 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .xl\:pr-4 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .xl\:pb-20 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:pl-8 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-12 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .xl\:text-6xl {
    @media (width >= 80rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-\[46px\] {
    @media (width >= 80rem) {
      font-size: 46px;
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:w-\[1440px\] {
    @media (width >= 96rem) {
      width: 1440px;
    }
  }
  .\32 xl\:max-w-\[1440px\] {
    @media (width >= 96rem) {
      max-width: 1440px;
    }
  }
}
body {
  font-family: 'Satoshi' !important;
}
.cta-button {
  transition: all 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .dropdown-mobile {
    width: calc(100vw - 2rem);
    left: 1rem;
    transform: translateX(0);
  }
}
.hero-gradient {
  background: linear-gradient(to bottom, #000000 0%, #1a1a1a 40%, #ffffff 100%);
}
.btn-glow {
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
}
.btn-glow:hover {
  box-shadow: 0 0 30px rgba(251, 191, 36, 0.5);
}
.schedule-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.schedule-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  background: black;
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.schedule-btn:hover::before {
  transform: translateY(-50%) scale(15);
  border-radius: 20px;
}
.schedule-btn:hover {
  color: #D4AF37;
}
.schedule-btn .btn-text {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease 0.2s;
}
.schedule-btn .btn-icon {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.float-animation {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.animate-slide-down {
  animation: slideDown 0.8s ease-out forwards;
}
.animate-slide-down-delay-1 {
  animation: slideDown 0.8s ease-out 0.2s forwards;
}
.animate-slide-down-delay-2 {
  animation: slideDown 0.8s ease-out 0.4s forwards;
}
.animate-slide-down-delay-3 {
  animation: slideDown 0.8s ease-out 0.6s forwards;
}
.animate-slide-down-delay-4 {
  animation: slideDown 0.8s ease-out 0.8s forwards;
}
.animate-slide-down-delay-5 {
  animation: slideDown 1s ease-out 1s forwards;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-scale-up {
  animation: scaleUp 0.6s ease-out forwards;
}
.animate-scale-up-delay-1 {
  animation: scaleUp 0.6s ease-out 0.8s forwards;
}
.animate-scale-up-delay-2 {
  animation: scaleUp 0.6s ease-out 1s forwards;
}
@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-slide-up {
  animation: slideUp 1.2s ease-out 1.2s forwards;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
.animate-fade-in-delay-1 {
  animation: fadeIn 0.8s ease-out 1.5s forwards;
}
.animate-fade-in-delay-2 {
  animation: fadeIn 0.8s ease-out 1.8s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.initial-hidden {
  opacity: 0;
  transform: translateY(-50px);
}
.initial-scale-hidden {
  opacity: 0;
  transform: scale(0.8);
}
.initial-slide-up-hidden {
  opacity: 0;
  transform: translateY(100px);
}
.initial-fade-hidden {
  opacity: 0;
}
.insight-card {
  transition: all 0.3s ease;
}
.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.gradient-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.tech-glow {
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
}
.wealth-gradient-bg {
  background: linear-gradient(135deg, #D4AF37 0%, #d97706 30%, #D4AF37 70%, #D4AF37 100%);
}
.chess-piece-shadow {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
.chess-float {
  animation: chessFloat 4s ease-in-out infinite;
}
.chess-float-delay-1 {
  animation: chessFloat 4s ease-in-out infinite 0.5s;
}
.chess-float-delay-2 {
  animation: chessFloat 4s ease-in-out infinite 1s;
}
.chess-float-delay-3 {
  animation: chessFloat 4s ease-in-out infinite 1.5s;
}
@keyframes chessFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.golden-glow {
  background: radial-gradient(circle, rgba(251, 191, 36, 0.4) 0%, transparent 70%);
}
.wealth-title-enter {
  animation: titleSlideIn 0.8s ease-out forwards;
}
.wealth-subtitle-enter {
  animation: subtitleSlideIn 0.8s ease-out 0.3s forwards;
}
@keyframes titleSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes subtitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wealth-title-hidden {
  opacity: 0;
  transform: translateY(-30px);
}
.wealth-subtitle-hidden {
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 640px) {
  .chess-mobile-adjust {
    right: 1rem;
    bottom: 1rem;
  }
}
.trust-card {
  transition: all 0.3s ease;
  border-radius: 32px;
  background: #2B2B2B;
}
.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-bottom: 10px solid #eab308;
}
.trust-icon {
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
  padding: 10px;
}
.trust-card:hover .trust-icon {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.trust-title-enter {
  animation: trustTitleSlide 0.8s ease-out forwards;
}
.trust-card-enter {
  animation: trustCardSlide 0.6s ease-out forwards;
}
.trust-card-enter-delay-1 {
  animation: trustCardSlide 0.6s ease-out 0.2s forwards;
}
.trust-card-enter-delay-2 {
  animation: trustCardSlide 0.6s ease-out 0.4s forwards;
}
@keyframes trustTitleSlide {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes trustCardSlide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trust-title-hidden {
  opacity: 0;
  transform: translateY(-30px);
}
.trust-card-hidden {
  opacity: 0;
  transform: translateY(50px);
}
.main-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.slider-section {
  position: relative;
  overflow: visible;
}
.tab-button {
  border-radius: 32px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.tab-button.active {
  background: #d4af37;
  color: #000;
  font-weight: 600;
}
.tab-button:hover:not(.active) {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.slider-container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide {
  position: absolute;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide.active {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 10;
}
.slide.prev {
  transform: translateX(-450px) scale(0.85);
  opacity: 0.2;
  z-index: 5;
}
.slide.next {
  transform: translateX(450px) scale(0.85);
  opacity: 0.2;
  z-index: 5;
}
.slide.hidden {
  transform: translateX(0) scale(0.5);
  opacity: 0;
  z-index: 1;
}
.feature-card {
  border-radius: 20px;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-height: 180px;
  width: 100%;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.cta-card {
  border-radius: 20px;
  background: #d4af37;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2);
  min-height: 180px;
  width: 100%;
}
.cta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3);
}
.icon {
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.learn-btn {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
}
.learn-btn:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: translateX(5px);
}
.nav-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 2rem;
}
.nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-dot.active {
  background: #d4af37;
  transform: scale(1.2);
}
@media (max-width: 1200px) {
  .main-container {
    padding: 0 15px;
  }
  .slide.prev {
    transform: translateX(-350px) scale(0.85);
  }
  .slide.next {
    transform: translateX(350px) scale(0.85);
  }
}
@media (max-width: 768px) {
  .main-container {
    padding: 0 10px;
  }
  .slider-container {
    height: 450px;
    overflow: hidden;
  }
  .slide {
    padding: 0;
  }
  .slide.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 10;
  }
  .slide.prev, .slide.next {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .slide.hidden {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .feature-card {
    min-height: 140px;
    padding: 1rem;
  }
  .cta-card {
    min-height: 140px;
    padding: 1rem;
  }
  .tab-button {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 640px) {
  .main-container {
    padding: 0 5px;
  }
  .slider-container {
    height: 500px;
    overflow: hidden;
  }
  .slide.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 10;
  }
  .slide.prev, .slide.next {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .slide.hidden {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .feature-card {
    min-height: 120px;
    padding: 0.75rem;
  }
  .cta-card {
    min-height: 120px;
    padding: 0.75rem;
  }
  .tab-button {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 480px) {
  .main-container {
    padding: 0 5px;
  }
  .slider-container {
    height: 650px;
    overflow: hidden;
  }
  .slide.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 10;
  }
  .slide.prev, .slide.next {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .slide.hidden {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .feature-card {
    min-height: 120px;
    padding: 0.75rem;
  }
  .cta-card {
    min-height: 120px;
    padding: 0.75rem;
  }
  .tab-button {
    font-size: 0.7rem;
    padding: 0.5rem 0.5rem;
  }
  .nav-dots {
    margin-top: 1rem;
  }
  .nav-dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 360px) {
  .slider-container {
    height: 320px;
    overflow: hidden;
  }
  .slide.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 10;
  }
  .slide.prev, .slide.next {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .slide.hidden {
    transform: translateX(0) scale(0);
    opacity: 0;
    z-index: 1;
  }
  .feature-card {
    min-height: 100px;
    padding: 0.5rem;
  }
  .cta-card {
    min-height: 100px;
    padding: 0.5rem;
  }
  .tab-button {
    font-size: 0.65rem;
    padding: 0.375rem 0.375rem;
  }
  .icon {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .slide.prev {
    transform: translateX(-500px) scale(0.85);
  }
  .slide.next {
    transform: translateX(500px) scale(0.85);
  }
}
.tech-feature-card {
  transition: all 0.3s ease;
  border-radius: 24px;
}
.tech-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.tech-dark-card {
  background: #2B2B2B;
  border: 1px solid #404040;
}
.tech-dark-card:hover {
  border-color: #D4AF37;
}
.tech-light-card {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
}
.tech-light-card:hover {
  border-color: #D4AF37;
}
.tech-icon-container {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.tech-dark-icon {
  background: #404040;
  border: 1px solid #D4AF37;
}
.tech-light-icon {
  background: #D4AF37;
  border: 1px solid #D4AF37;
}
.tech-feature-card:hover .tech-icon-container {
  transform: scale(1.1);
}
.tech-explore-btn {
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #f8f9fa;
  border: 1px solid #d1d5db;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tech-explore-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #D4AF37;
}
.tech-explore-btn:hover .tech-btn-icon {
  background: #D4AF37;
  border-color: #D4AF37;
}
.tech-btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.tech-btn-icon svg {
  width: 20px;
  height: 20px;
  color: #374151;
  transition: color 0.3s ease;
}
.tech-explore-btn:hover .tech-btn-icon svg {
  color: #1f2937;
}
.tech-header-enter {
  animation: techHeaderSlide 0.8s ease-out forwards;
}
.tech-button-enter {
  animation: techButtonSlide 0.8s ease-out 0.2s forwards;
}
.tech-card-enter {
  animation: techCardSlide 0.6s ease-out forwards;
}
.tech-card-enter-delay-1 {
  animation: techCardSlide 0.6s ease-out 0.1s forwards;
}
.tech-card-enter-delay-2 {
  animation: techCardSlide 0.6s ease-out 0.2s forwards;
}
.tech-card-enter-delay-3 {
  animation: techCardSlide 0.6s ease-out 0.3s forwards;
}
@keyframes techHeaderSlide {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes techButtonSlide {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes techCardSlide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tech-header-hidden {
  opacity: 0;
  transform: translateX(-30px);
}
.tech-button-hidden {
  opacity: 0;
  transform: translateX(30px);
}
.tech-card-hidden {
  opacity: 0;
  transform: translateY(50px);
}
@media (max-width: 768px) {
  .tech-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .tech-header-section {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  .tech-explore-btn {
    align-self: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .tech-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1025px) {
  .tech-feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.tech-icon-svg {
  width: 24px;
  height: 24px;
}
.tech-dark-card .tech-icon-svg {
  color: #D4AF37;
}
.tech-light-card .tech-icon-svg {
  color: #1f2937;
}
.health-see-how-btn:hover .health-btn-icon {
  transform: translateX(2px);
}
.health-main-card:hover .health-chart-image {
  transform: scale(1.05);
}
.health-title-enter {
  animation: healthTitleSlide 0.8s ease-out forwards;
}
.health-card-enter {
  animation: healthCardSlide 1s ease-out 0.3s forwards;
}
@keyframes healthTitleSlide {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes healthCardSlide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.health-title-hidden {
  opacity: 0;
  transform: translateY(-30px);
}
.health-card-hidden {
  opacity: 0;
  transform: translateY(50px);
}
.cta-schedule-btn:hover .cta-schedule-icon {
  transform: translateX(2px);
}
.cta-paper-plane {
  animation: ctaFloat 3s ease-in-out infinite;
}
@keyframes ctaFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.cta-enter {
  animation: ctaSlideIn 0.8s ease-out forwards;
}
@keyframes ctaSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.cta-plane-path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: ctaDrawPath 2s ease-in-out infinite;
}
@keyframes ctaDrawPath {
  0% {
    stroke-dashoffset: 100;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -100;
  }
}
.footer-link:hover {
  color: #D4AF37;
  transform: translateX(2px);
}
.footer-social-icon:hover {
  background-color: #D4AF37;
  color: #1f2937;
  transform: translateY(-2px);
}
.footer-enter {
  animation: footerSlideIn 0.8s ease-out forwards;
}
@keyframes footerSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-hidden {
  opacity: 0;
  transform: translateY(30px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}
.animate-fade-in {
  animation: fadeIn 1s ease-out forwards;
}
.animate-scale-in {
  animation: scaleIn 0.6s ease-out forwards;
}
.animate-delay-200 {
  animation-delay: 0.2s;
}
.animate-delay-400 {
  animation-delay: 0.4s;
}
.animate-delay-600 {
  animation-delay: 0.6s;
}
.animate-delay-800 {
  animation-delay: 0.8s;
}
.animate-on-load {
  opacity: 0;
}
.investor-cta-btn:hover .investor-cta-icon {
  transform: translateX(2px);
}
.investor-hero-enter {
  animation: investorHeroSlideIn 0.8s ease-out forwards;
}
.investor-breadcrumb-enter {
  animation: investorBreadcrumbSlideIn 0.6s ease-out 0.2s forwards;
}
.investor-title-enter {
  animation: investorTitleSlideIn 0.8s ease-out 0.4s forwards;
}
.investor-subtitle-enter {
  animation: investorSubtitleSlideIn 0.6s ease-out 0.6s forwards;
}
.investor-button-enter {
  animation: investorButtonSlideIn 0.6s ease-out 0.8s forwards;
}
@keyframes investorHeroSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes investorBreadcrumbSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes investorTitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes investorSubtitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes investorButtonSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.investor-breadcrumb-hidden {
  opacity: 0;
  transform: translateY(-20px);
}
.investor-title-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.investor-subtitle-hidden {
  opacity: 0;
  transform: translateY(20px);
}
.investor-button-hidden {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
.investor-hero-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.wealth-chart-container:hover img {
  transform: scale(1.05);
}
.wealth-features-enter {
  animation: wealthFeaturesSlideIn 0.8s ease-out forwards;
}
.wealth-title-enter {
  animation: wealthTitleSlideIn 0.8s ease-out 0.2s forwards;
}
.wealth-card-enter {
  animation: wealthCardSlideIn 0.8s ease-out 0.4s forwards;
}
@keyframes wealthFeaturesSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wealthTitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wealthCardSlideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wealth-features-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.wealth-title-hidden {
  opacity: 0;
  transform: translateY(-20px);
}
.wealth-card-hidden {
  opacity: 0;
  transform: translateY(40px);
}
.asset-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.asset-card:hover .asset-icon {
  transform: scale(1.1);
}
.asset-section-enter {
  animation: assetSectionSlideIn 0.8s ease-out forwards;
}
.asset-card-enter {
  animation: assetCardSlideIn 0.6s ease-out forwards;
}
.asset-card-enter-delay-1 {
  animation: assetCardSlideIn 0.6s ease-out 0.1s forwards;
}
.asset-card-enter-delay-2 {
  animation: assetCardSlideIn 0.6s ease-out 0.2s forwards;
}
.asset-card-enter-delay-3 {
  animation: assetCardSlideIn 0.6s ease-out 0.3s forwards;
}
@keyframes assetSectionSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes assetCardSlideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.asset-section-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.asset-card-hidden {
  opacity: 0;
  transform: translateY(40px);
}
.feature-item:hover {
  background-color: rgba(251, 191, 36, 0.1);
}
.feature-item.active {
  background-color: #D4AF37;
  color: #1f2937;
}
.feature-item.active .feature-icon {
  color: #1f2937;
}
.features-cta-btn:hover .features-cta-icon {
  transform: translateX(2px);
}
.features-list-enter {
  animation: featuresListSlideIn 0.8s ease-out forwards;
}
.feature-item-enter {
  animation: featureItemSlideIn 0.6s ease-out forwards;
}
.feature-item-enter-delay-1 {
  animation: featureItemSlideIn 0.6s ease-out 0.1s forwards;
}
.feature-item-enter-delay-2 {
  animation: featureItemSlideIn 0.6s ease-out 0.2s forwards;
}
.feature-item-enter-delay-3 {
  animation: featureItemSlideIn 0.6s ease-out 0.3s forwards;
}
.feature-item-enter-delay-4 {
  animation: featureItemSlideIn 0.6s ease-out 0.4s forwards;
}
.features-cta-enter {
  animation: featuresCTASlideIn 0.6s ease-out 0.6s forwards;
}
@keyframes featuresListSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes featureItemSlideIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes featuresCTASlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.features-list-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.feature-item-hidden {
  opacity: 0;
  transform: translateX(-30px);
}
.features-cta-hidden {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
.strategy-session-btn:hover .strategy-session-icon {
  transform: translateX(2px);
}
.wealth-future-enter {
  animation: wealthFutureSlideIn 0.8s ease-out forwards;
}
.wealth-future-title-enter {
  animation: wealthFutureTitleSlideIn 0.8s ease-out 0.2s forwards;
}
.wealth-future-subtitle-enter {
  animation: wealthFutureSubtitleSlideIn 0.6s ease-out 0.4s forwards;
}
.wealth-future-button-enter {
  animation: wealthFutureButtonSlideIn 0.6s ease-out 0.6s forwards;
}
@keyframes wealthFutureSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wealthFutureTitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wealthFutureSubtitleSlideIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wealthFutureButtonSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.wealth-future-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.wealth-future-title-hidden {
  opacity: 0;
  transform: translateY(20px);
}
.wealth-future-subtitle-hidden {
  opacity: 0;
  transform: translateY(15px);
}
.wealth-future-button-hidden {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
.solution-card {
  transition: all 0.3s ease;
}
.solution-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.gradient-bg {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.grid-shadow {
  position: relative;
}
@media (min-width: 1024px) {
  .grid-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    z-index: 1;
  }
}
.grid-content {
  position: relative;
  z-index: 2;
}
.icon-container {
  transition: all 0.3s ease;
}
.solution-card:hover .icon-container {
  transform: scale(1.1);
}
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}
.scroll-animate-delay-1 {
  transition-delay: 0.1s;
}
.scroll-animate-delay-2 {
  transition-delay: 0.2s;
}
.scroll-animate-delay-3 {
  transition-delay: 0.3s;
}
.scroll-animate-delay-4 {
  transition-delay: 0.4s;
}
.scroll-animate-delay-5 {
  transition-delay: 0.5s;
}
.text-golden {
  color: #D4AF37;
}
.checkmark {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.checkmark svg {
  width: 14px;
  height: 14px;
  color: white;
}
.custom-scrollbar::-webkit-scrollbar {
  height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #D4AF37;
}
.challenge-card {
  transition: all 0.3s ease;
}
.challenge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.nav-btn {
  transition: all 0.3s ease;
}
.nav-btn:hover {
  background-color: #D4AF37;
  transform: scale(1.1);
}
.nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: scale(1);
}
.nav-btn:disabled:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .custom-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .custom-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.trust-card {
  transition: all 0.3s ease;
  border-radius: 24px;
  background: #1f1f1f;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.trust-icon {
  transition: all 0.3s ease;
  border: 1px solid #ffffff;
  background: transparent;
}
.trust-card:hover .trust-icon {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.3);
}
.icon-svg {
  width: 24px;
  height: 24px;
  stroke: #D4AF37;
  fill: none;
  stroke-width: 2;
}
.owl-carousel {
  display: flex;
  align-items: stretch;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-carousel .owl-stage-outer {
  display: flex;
  align-items: stretch;
}
.owl-carousel .owl-item {
  height: auto;
  display: flex;
  align-items: stretch;
}
.trust-card {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.trust-card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trust-card .card-content .space-y-4 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.trust-card .card-content .space-y-4 h3 {
  flex-shrink: 0;
}
.trust-card .card-content .space-y-4 p {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.owl-carousel .owl-nav {
  display: none !important;
}
.owl-carousel .owl-dots {
  display: none !important;
}
.trust-title-enter {
  animation: trustTitleSlide 0.8s ease-out forwards;
}
.trust-slider-enter {
  animation: trustSliderSlide 0.8s ease-out 0.3s forwards;
}
@keyframes trustTitleSlide {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes trustSliderSlide {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trust-title-hidden {
  opacity: 0;
  transform: translateY(-30px);
}
.trust-slider-hidden {
  opacity: 0;
  transform: translateY(50px);
}
.clarity-title-enter {
  animation: clarityTitleSlide 0.8s ease-out forwards;
}
.clarity-text-enter {
  animation: clarityTextSlide 0.8s ease-out 0.2s forwards;
}
.clarity-image-enter {
  animation: clarityImageSlide 0.8s ease-out 0.4s forwards;
}
@keyframes clarityTitleSlide {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes clarityTextSlide {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes clarityImageSlide {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.clarity-title-hidden {
  opacity: 0;
  transform: translateX(-30px);
}
.clarity-text-hidden {
  opacity: 0;
  transform: translateX(-20px);
}
.clarity-image-hidden {
  opacity: 0;
  transform: translateX(30px);
}
.chart-image {
  transition: all 0.3s ease;
}
.chart-image:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.float-animation {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.fi-banking-section {
  background-color: #D4AF37;
  position: relative;
  overflow: hidden;
}
.fi-banking-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
}
.fi-banking-content {
  position: relative;
  z-index: 10;
}
.fi-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards;
}
.fi-fade-in-up-delay {
  animation: fadeInUp 0.8s ease-out 0.3s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fi-initial-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.fi-banking-section:hover .fi-banking-title {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
.fi-banking-section:hover .fi-banking-subtitle {
  transform: translateY(-2px);
  transition: transform 0.3s ease;
}
@media (max-width: 640px) {
  .fi-banking-title {
    font-size: 1.875rem;
  }
  .fi-banking-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .fi-banking-title {
    font-size: 2.25rem;
  }
  .fi-banking-subtitle {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .fi-banking-title {
    font-size: 2.5rem;
  }
  .fi-banking-subtitle {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .fi-banking-title {
    font-size: 3rem;
  }
  .fi-banking-subtitle {
    font-size: 1.375rem;
  }
}
.fi-golden-shimmer {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: shimmer 4s ease-in-out infinite;
}
.fi-golden-shimmer-2 {
  position: absolute;
  bottom: 30%;
  right: 15%;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: shimmer 4s ease-in-out infinite 2s;
}
@keyframes shimmer {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}
.fi-features-section {
  background-color: #1a1a1a;
  position: relative;
}
.fi-section-title {
  font-weight: 700;
  line-height: 1.3;
}
.fi-feature-card {
  background-color: #2a2a2a;
  border-radius: 24px;
  padding: 2rem;
  transition: all 0.3s ease;
  border: 1px solid #3a3a3a;
}
.fi-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: #D4AF37;
}
.fi-icon-container {
  width: 64px;
  height: 64px;
  background-color: #D4AF37;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.fi-feature-card:hover .fi-icon-container {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
}
.fi-card-description {
  color: #d1d5db;
}
.fi-highlight-text {
  color: #D4AF37;
  font-weight: 600;
}
.fi-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}
.fi-slide-up {
  animation: slideUp 0.6s ease-out forwards;
}
.fi-slide-up-delay-1 {
  animation: slideUp 0.6s ease-out 0.2s forwards;
}
.fi-slide-up-delay-2 {
  animation: slideUp 0.6s ease-out 0.4s forwards;
}
.fi-slide-up-delay-3 {
  animation: slideUp 0.6s ease-out 0.6s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fi-initial-hidden {
  opacity: 0;
  transform: translateY(40px);
}
.fi-title-hidden {
  opacity: 0;
  transform: translateY(-20px);
}
.fi-data-icon::before {
  content: "📊";
  font-size: 24px;
}
.fi-planning-icon::before {
  content: "🎯";
  font-size: 24px;
}
.fi-portfolio-icon::before {
  content: "📈";
  font-size: 24px;
}
.fi-integration-icon::before {
  content: "🔗";
  font-size: 24px;
}
@media (max-width: 768px) {
  .fi-feature-card {
    padding: 1.5rem;
  }
  .fi-card-title {
    font-size: 1.25rem;
  }
}
.fi-chart-container {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.fi-chart-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.fi-content-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fi-main-title {
  line-height: 1.2;
  color: #D4AF37;
}
.fi-feature-list {
  space-y: 1rem;
}
.fi-feature-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #374151;
  transition: all 0.3s ease;
}
.fi-feature-item:hover {
  color: #D4AF37;
  transform: translateX(8px);
}
.fi-feature-bullet {
  width: 2px;
  height: 20px;
  background-color: #D4AF37;
  margin-right: 1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.fi-feature-item:hover .fi-feature-bullet {
  background-color: #d97706;
  height: 30px;
}
.fi-slide-in-left {
  animation: slideInLeft 0.8s ease-out forwards;
}
.fi-slide-in-right {
  animation: slideInRight 0.8s ease-out 0.3s forwards;
}
.fi-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}
.fi-fade-in-up-delay-1 {
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
}
.fi-fade-in-up-delay-2 {
  animation: fadeInUp 0.6s ease-out 0.7s forwards;
}
.fi-fade-in-up-delay-3 {
  animation: fadeInUp 0.6s ease-out 0.9s forwards;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fi-chart-hidden {
  opacity: 0;
  transform: translateX(-60px);
}
.fi-content-hidden {
  opacity: 0;
  transform: translateX(60px);
}
.fi-item-hidden {
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .fi-main-title {
    font-size: 2rem;
    text-align: center;
  }
  .fi-chart-container {
    height: 250px;
    margin-bottom: 2rem;
  }
  .fi-feature-item {
    font-size: 1rem;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .fi-chart-container {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .fi-main-title {
    font-size: 3rem;
  }
  .fi-chart-container {
    height: 350px;
  }
}
.fi-chart-sparkle {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 4px;
  height: 4px;
  background-color: #D4AF37;
  border-radius: 50%;
  animation: sparkle 2s ease-in-out infinite;
}
.fi-chart-sparkle-2 {
  position: absolute;
  bottom: 30%;
  left: 20%;
  width: 3px;
  height: 3px;
  background-color: #D4AF37;
  border-radius: 50%;
  animation: sparkle 2s ease-in-out infinite 1s;
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}
.features-title-main {
  background: linear-gradient(135deg, #121211 0%, #121211 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features-title-highlight {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.features-card {
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.features-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border-color: rgba(251, 191, 36, 0.3);
}
.features-chart-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.features-chart-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.features-chart-line {
  stroke: #D4AF37;
  stroke-width: 2;
  fill: none;
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.6));
  animation: features-draw-line 2s ease-out forwards;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
.features-chart-line-2 {
  stroke: #10b981;
  stroke-width: 2;
  fill: none;
  filter: drop-shadow(0 0 6px rgba(16, 185, 129, 0.4));
  animation: features-draw-line 2s ease-out 0.5s forwards;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
.features-chart-line-3 {
  stroke: #8b5cf6;
  stroke-width: 2;
  fill: none;
  filter: drop-shadow(0 0 6px rgba(139, 92, 246, 0.4));
  animation: features-draw-line 2s ease-out 1s forwards;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
@keyframes features-draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
.features-chart-point {
  fill: #D4AF37;
  r: 4;
  opacity: 0;
  animation: features-point-appear 0.6s ease-out forwards;
}
.features-chart-point-2 {
  fill: #10b981;
  r: 3;
  opacity: 0;
  animation: features-point-appear 0.6s ease-out 1.5s forwards;
}
.features-chart-point-3 {
  fill: #8b5cf6;
  r: 3;
  opacity: 0;
  animation: features-point-appear 0.6s ease-out 2s forwards;
}
@keyframes features-point-appear {
  to {
    opacity: 1;
  }
}
.features-y-label {
  fill: #9ca3af;
  font-size: 12px;
  font-family: system-ui, -apple-system, sans-serif;
}
.features-x-label {
  fill: #9ca3af;
  font-size: 11px;
  font-family: system-ui, -apple-system, sans-serif;
}
.features-chart-header {
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 600;
}
.features-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: features-slide-up 0.8s ease-out forwards;
}
.features-animate-in-delay-1 {
  animation-delay: 0.2s;
}
.features-animate-in-delay-2 {
  animation-delay: 0.4s;
}
@keyframes features-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.features-glow-effect {
  display: none;
}
@media (max-width: 768px) {
  .features-card {
    margin-top: 2rem;
  }
  .features-chart-container {
    height: 250px;
  }
}
.features-text-content {
  transition: all 0.3s ease;
}
.features-card:hover .features-text-content {
  transform: translateX(8px);
}
.onboarding-title-main {
  color: #1f2937;
  font-weight: 600;
}
.onboarding-title-highlight {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.onboarding-cta-button {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(251, 191, 36, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.onboarding-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #D4AF37;
}
.onboarding-laptop-container, .onboarding-laptop, .onboarding-screen {
  display: none;
}
.onboarding-feature-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.onboarding-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
.onboarding-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: white;
  flex-shrink: 0;
}
.onboarding-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: onboarding-slide-up 0.8s ease-out forwards;
}
.onboarding-animate-in-delay-1 {
  animation-delay: 0.2s;
}
.onboarding-animate-in-delay-2 {
  animation-delay: 0.4s;
}
.onboarding-animate-in-delay-3 {
  animation-delay: 0.6s;
}
@keyframes onboarding-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .onboarding-laptop {
    padding: 15px 15px 30px 15px;
  }
}
@media (max-width: 768px) {
  .onboarding-feature-card {
    margin-bottom: 1rem;
  }
}
.onboarding-gradient-text {
  background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.onboarding-subtitle {
  color: #6b7280;
  line-height: 1.6;
}
.featurespage-section {
  position: relative;
  overflow: hidden;
}
.featurespage-title-main {
  color: white;
  font-weight: 600;
  text-align: center;
}
.featurespage-title-highlight {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.featurespage-subtitle {
  color: #9ca3af;
  text-align: center;
}
.featurespage-description {
  color: #d1d5db;
  line-height: 1.6;
}
.featurespage-feature-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.featurespage-feature-item:hover {
  transform: translateY(-8px);
  border-color: rgba(251, 191, 36, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.featurespage-icon {
  width: 48px;
  height: 48px;
  background: #D4AF371A;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.featurespage-feature-item:hover .featurespage-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(251, 191, 36, 0.4);
}
.featurespage-feature-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.featurespage-feature-description {
  color: #9ca3af;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.featurespage-chart-container, .featurespage-chart-grid, .featurespage-chart-line, .featurespage-chart-line-2, .featurespage-chart-bars, .featurespage-chart-dots {
  display: none;
}
@keyframes featurespage-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.featurespage-particles {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(251, 191, 36, 0.6);
  border-radius: 50%;
  animation: featurespage-float 6s ease-in-out infinite;
}
.featurespage-particles:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.featurespage-particles:nth-child(2) {
  top: 60%;
  left: 20%;
  animation-delay: 2s;
}
.featurespage-particles:nth-child(3) {
  top: 40%;
  right: 15%;
  animation-delay: 4s;
}
@keyframes featurespage-float {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.4;
  }
  33% {
    transform: translateY(-20px) translateX(10px);
    opacity: 0.8;
  }
  66% {
    transform: translateY(10px) translateX(-5px);
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .featurespage-chart-container {
    height: 300px;
  }
  .featurespage-feature-item {
    padding: 1.5rem;
  }
}
.featurespage-seamless-title {
  color: #1f2937;
  font-weight: 600;
}
.featurespage-seamless-highlight {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.featurespage-seamless-subtitle {
  color: #374151;
  line-height: 1.6;
}
.featurespage-cta-demo {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(251, 191, 36, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.featurespage-cta-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: rgba(251, 191, 36, 0.5);
}
.featurespage-feature-card {
  border-radius: 24px;
  padding: 2rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
.featurespage-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.featurespage-feature-card:hover::before {
  opacity: 1;
}
.featurespage-card-dark {
  background: #2B2B2B;
  color: white;
}
.featurespage-card-gold {
  background: linear-gradient(135deg, #D4AF37 0%, #D4AF37 100%);
  color: #1f2937;
}
.featurespage-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.featurespage-card-dark .featurespage-card-icon {
  border: 1px solid #ffffff;
}
.featurespage-card-gold .featurespage-card-icon {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.featurespage-feature-card:hover .featurespage-card-icon {
  transform: scale(1.1);
}
.featurespage-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.featurespage-card-dark .featurespage-card-title {
  color: #D4AF37;
}
.featurespage-card-gold .featurespage-card-title {
  color: #1f2937;
}
.featurespage-card-description {
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.featurespage-card-dark .featurespage-card-description {
  color: #d1d5db;
}
.featurespage-card-gold .featurespage-card-description {
  color: #374151;
}
.featurespage-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: featurespage-seamless-slide-up 0.8s ease-out forwards;
}
.featurespage-animate-in-delay-1 {
  animation-delay: 0.2s;
}
.featurespage-animate-in-delay-2 {
  animation-delay: 0.4s;
}
.featurespage-animate-in-delay-3 {
  animation-delay: 0.6s;
}
.featurespage-animate-in-delay-4 {
  animation-delay: 0.8s;
}
@keyframes featurespage-seamless-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .featurespage-feature-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .featurespage-card-icon {
    width: 56px;
    height: 56px;
  }
}
.featurespage-seamless-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(251, 191, 36, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.02) 0%, transparent 50%);
  pointer-events: none;
}
.aboutuspage-section {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.aboutuspage-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(251, 191, 36, 0.08) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0.3;
}
.aboutuspage-title-main {
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.aboutuspage-title-highlight {
  color: #D4AF37;
  display: block;
  font-weight: 600;
  line-height: 1.2;
}
.aboutuspage-subtitle {
  color: #d1d5db;
  text-align: center;
  line-height: 1.6;
}
.aboutuspage-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: aboutuspage-slide-up 0.8s ease-out forwards;
}
.aboutuspage-animate-in-delay-1 {
  animation-delay: 0.3s;
}
.aboutuspage-animate-in-delay-2 {
  animation-delay: 0.6s;
}
@keyframes aboutuspage-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.aboutuspage-particles {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(251, 191, 36, 0.4);
  border-radius: 50%;
  animation: aboutuspage-float 8s ease-in-out infinite;
}
.aboutuspage-particles:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}
.aboutuspage-particles:nth-child(2) {
  top: 70%;
  left: 20%;
  animation-delay: 3s;
}
.aboutuspage-particles:nth-child(3) {
  top: 40%;
  right: 15%;
  animation-delay: 6s;
}
.aboutuspage-particles:nth-child(4) {
  top: 80%;
  right: 25%;
  animation-delay: 1.5s;
}
.aboutuspage-particles:nth-child(5) {
  top: 25%;
  left: 70%;
  animation-delay: 4.5s;
}
@keyframes aboutuspage-float {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
    opacity: 0.3;
  }
  25% {
    transform: translateY(-30px) translateX(20px);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-10px) translateX(-15px);
    opacity: 0.5;
  }
  75% {
    transform: translateY(-20px) translateX(10px);
    opacity: 0.8;
  }
}
.aboutuspage-text-glow {
  text-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}
@media (max-width: 768px) {
  .aboutuspage-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.aboutuspage-texture {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.02) 1px, transparent 0);
  background-size: 40px 40px;
  opacity: 0.3;
  pointer-events: none;
}
.aboutuspage-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 400px;
}
@media (min-width: 640px) {
  .aboutuspage-content {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .aboutuspage-content {
    padding: 0 2rem;
  }
}
.builtsection-title {
  color: #1f2937;
  font-weight: 600;
  text-align: center;
}
.builtsection-title-highlight {
  color: #D4AF37;
}
.builtsection-subtitle {
  color: #374151;
  line-height: 1.6;
  text-align: center;
}
.builtsection-card {
  background: #121211;
  border-radius: 24px;
  padding: 2.5rem;
  color: white;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.builtsection-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.builtsection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.builtsection-card:hover::before {
  opacity: 1;
}
.builtsection-icon {
  width: 64px;
  height: 64px;
  border: 1px solid #F6F9FC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  background-color: #2B2B2B;
}
.builtsection-card:hover .builtsection-icon {
  transform: scale(1.1);
  border-color: rgba(251, 191, 36, 0.6);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}
.builtsection-card-title {
  color: #D4AF37;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.builtsection-card-description {
  color: #d1d5db;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.builtsection-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: builtsection-slide-up 0.8s ease-out forwards;
}
.builtsection-animate-in-delay-1 {
  animation-delay: 0.2s;
}
.builtsection-animate-in-delay-2 {
  animation-delay: 0.4s;
}
.builtsection-animate-in-delay-3 {
  animation-delay: 0.6s;
}
@keyframes builtsection-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.builtsection-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .builtsection-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .builtsection-card {
    padding: 2rem;
  }
  .builtsection-icon {
    width: 56px;
    height: 56px;
  }
}
.builtsection-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.02) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.015) 0%, transparent 50%);
  pointer-events: none;
}
.claritysection-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.claritysection-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.claritysection-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  padding: 0 1rem;
}
.claritysection-title {
  color: #0A0A0A;
  font-weight: 600;
  line-height: 1.3;
}
.claritysection-highlight {
  color: white;
  font-weight: 700;
}
.claritysection-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: claritysection-slide-up 0.8s ease-out forwards;
}
.claritysection-animate-in-delay-1 {
  animation-delay: 0.3s;
}
@keyframes claritysection-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.claritysection-text-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .claritysection-content {
    min-height: 250px;
    padding: 0 1.5rem;
  }
  .claritysection-title {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 640px) {
  .claritysection-content {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .claritysection-content {
    padding: 0 4rem;
  }
}
.claritysection-texture {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.1) 1px, transparent 0);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}
.approachsection-title {
  color: #1f2937;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
.approachsection-title-highlight {
  color: #D4AF37;
}
.approachsection-card {
  border-radius: 24px;
  padding: 2.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}
.approachsection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.approachsection-card:hover::before {
  opacity: 1;
}
.approachsection-card-dark {
  background: #2B2B2B;
  color: white;
}
.approachsection-card-gold {
  background: #D4AF37;
  color: #1f2937;
}
.approachsection-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.approachsection-card-dark .approachsection-icon {
  border: 1px solid #ffffff;
}
.approachsection-card-gold .approachsection-icon {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.approachsection-card:hover .approachsection-icon {
  transform: scale(1.1);
}
.approachsection-card-dark:hover .approachsection-icon {
  border-color: rgba(251, 191, 36, 0.6);
  box-shadow: 0 0 20px rgba(251, 191, 36, 0.2);
}
.approachsection-card-gold:hover .approachsection-icon {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
.approachsection-card-title {
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.approachsection-card-dark .approachsection-card-title {
  color: #D4AF37;
}
.approachsection-card-gold .approachsection-card-title {
  color: #1f2937;
}
.approachsection-card-description {
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.approachsection-card-dark .approachsection-card-description {
  color: #d1d5db;
}
.approachsection-card-gold .approachsection-card-description {
  color: #374151;
}
.approachsection-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: approachsection-slide-up 0.8s ease-out forwards;
}
.approachsection-animate-in-delay-1 {
  animation-delay: 0.2s;
}
.approachsection-animate-in-delay-2 {
  animation-delay: 0.4s;
}
.approachsection-animate-in-delay-3 {
  animation-delay: 0.6s;
}
@keyframes approachsection-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.approachsection-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .approachsection-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .approachsection-card {
    padding: 2rem;
    min-height: 250px;
  }
  .approachsection-icon {
    width: 56px;
    height: 56px;
  }
}
.approachsection-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.02) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.015) 0%, transparent 50%);
  pointer-events: none;
}
.leadershipsection-title {
  color: #1f2937;
}
.leadershipsection-title-highlight {
  color: #D4AF37;
}
.leadershipsection-subtitle {
  color: #1f2937;
}
.leadershipsection-description {
  color: #374151;
  line-height: 1.6;
}
.leadershipsection-cta-card {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border-radius: 32px;
  padding: 3rem;
  color: white;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
}
.leadershipsection-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.leadershipsection-cta-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.leadershipsection-cta-card:hover::before {
  opacity: 1;
}
.leadershipsection-cta-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.leadershipsection-cta-subtitle {
  color: #d1d5db;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.leadershipsection-cta-button {
  background: #D4AF37;
  color: #1f2937;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  border: none;
  cursor: pointer;
}
.leadershipsection-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(251, 191, 36, 0.4);
}
.leadershipsection-button-icon {
  width: 32px;
  height: 32px;
  background: #1f2937;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.leadershipsection-cta-button:hover .leadershipsection-button-icon {
  transform: translateX(4px);
}
.leadershipsection-animate-in {
  opacity: 0;
  transform: translateY(30px);
  animation: leadershipsection-slide-up 0.8s ease-out forwards;
}
.leadershipsection-animate-in-delay-1 {
  animation-delay: 0.2s;
}
.leadershipsection-animate-in-delay-2 {
  animation-delay: 0.4s;
}
@keyframes leadershipsection-slide-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.leadershipsection-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .leadershipsection-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .leadershipsection-cta-card {
    padding: 2rem;
    min-height: 300px;
  }
}
.leadershipsection-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(251, 191, 36, 0.02) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.015) 0%, transparent 50%);
  pointer-events: none;
}
.contact-form-slide {
  animation: contactSlideInRight 1s ease-out forwards;
}
@keyframes contactSlideInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(251, 191, 36, 0.4);
}
.contact-glow-effect {
  background: radial-gradient(ellipse at center, rgba(251, 191, 36, 0.1) 0%, transparent 70%);
}
.wd-image-section {
  transition: transform 0.3s ease;
}
.wd-image-section:hover {
  transform: translateY(-4px);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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 ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-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;
    }
  }
}
