@import url('https://fonts.googleapis.com/css2?family=inherit%20!important:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains%20Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=-apple-system:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BlinkMacSystemFont:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Segoe%20UI:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=sans-serif%20!important:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ── Global CSS (global-export.css) ── */
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    text-decoration: none;
    font-size: inherit;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
}

[data-f0-id] {
  position: relative;
  min-width: 0;
}

input,
button {
    border-width: 0px;
    outline: none;
    background: transparent;
    color: inherit;
}

button {
    cursor: pointer;
}

select {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: 0px;
    resize: none;
    background: transparent;
}

img,video {
    max-width: unset;
    object-fit: cover;
    object-position: center;
}

/* Fade-stack: stacks children in a single grid cell so the container sizes
   to the tallest panel and the carousel/tabs runtime can cross-fade with
   pure opacity. Works without runtime — design-time falls back to the first
   child being visible until .f0-active is assigned. */
.f0-carousel-fade {
  display: grid !important;
  grid-template-columns: 100% 1fr !important;
  grid-template-rows: 100% 1fr !important;
  align-items: start !important;
  justify-items: start !important;
  position: relative;
}
.f0-carousel-fade > * {
  grid-area: 1 / 1;
}

.f0-carousel-fade > :not(.f0-active):not(.state-f0-active),
.f0-carousel-fade > :not(.f0-active):not(.state-f0-active)>* {
  opacity: 0;
  pointer-events: none !important;
}
.f0-carousel-fade > .f0-active,
.f0-carousel-fade > .state-f0-active {
  opacity: 1;
  pointer-events: auto;
}
.f0-carousel-fade:not(:has(> .f0-active)) > :first-child,
.f0-carousel-fade:not(:has(> .state-f0-active)) > :first-child {
  opacity: 1;
  pointer-events: auto;
}

.page, .f0-page {
    display: grid;
    // grid-template-columns: 100% 1fr;
    // grid-template-rows: 100% 1fr;
    min-height: 900px;
    width: 100vw !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #fff;
}
html .free-mode .free-mode {
    display: grid;
    grid-template-columns: 100% 1fr;
    grid-template-rows: 100% 1fr;
    /* grid-area: 1 / 1 / 2 / 2; */
    align-items: start;
    justify-items: start;
}

.free-mode>.fmod {
    grid-area: 1 / 1 / 2 / 2 !important;
}

[data-f0-role="mask"] {
    opacity: 0!important;
}

/* Follow-mouse custom cursor: applied by the follow-mouse runtime to
   targets in snap-to-cursor mode. The follower must detach from layout so
   a translate3d(clientX, clientY) lands it exactly under the pointer.
   Magnetic followers (keepPosition=true) keep their layout slot and never
   receive this class. Sister rule lives in src/app/globals.css. */
.f0-follow-cursor {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    pointer-events: none !important;
    z-index: 2147483646;
    will-change: transform;
}
    .glowing-border,
.glowing-border-assistant,
.glowing-border-assistant-button {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

[data-f0-role="mask"] {
  opacity: 0 !important;
}

.f0-auto-bar-scroll::-webkit-scrollbar {
  display: none;
}

/* ═══════════════════════════════════════════════════════════════════════ */

.f0-effect-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 999;
}

.effect-film-grain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.3'/%3E%3C/svg%3E") !important;
  background-size: cover !important;
  mix-blend-mode: overlay !important;
  opacity: var(--effect-opacity, 0.4) !important;
  animation: f0-grain-flicker calc(var(--effect-speed, 0.15) * 1s) steps(4, jump-none) infinite;
}

@keyframes f0-grain-flicker {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-1px, 1px);
  }

  50% {
    transform: translate(1px, -1px);
  }

  75% {
    transform: translate(-1px, -1px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.effect-vignette {
  background: radial-gradient(ellipse at center,
      transparent calc(var(--effect-spread, 40) * 1%),
      rgb(0 0 0 / var(--effect-opacity, 0.7)) 100%) !important;
}

.effect-cinematic-bars {
  background: linear-gradient(to bottom,
      black calc(var(--effect-bar-size, 12) * 1%),
      transparent calc(var(--effect-bar-size, 12) * 1%),
      transparent calc(100% - var(--effect-bar-size, 12) * 1%),
      black calc(100% - var(--effect-bar-size, 12) * 1%)) !important;
}

.effect-scanlines {
  background-image: repeating-linear-gradient(0deg,
      transparent 0px,
      transparent calc(var(--effect-line-gap, 4) * 1px),
      rgb(0 0 0 / var(--effect-opacity, 0.15)) calc(var(--effect-line-gap, 4) * 1px),
      rgb(0 0 0 / var(--effect-opacity, 0.15)) calc(var(--effect-line-gap, 4) * 2px)) !important;
  background-size: 100% calc(var(--effect-line-gap, 4) * 2px) !important;
  animation: f0-scanlines-roll 2s linear infinite;
}

@keyframes f0-scanlines-roll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 calc(var(--effect-line-gap, 4) * 2px);
  }
}

.effect-light-leak {
  background:
    radial-gradient(ellipse at 20% 50%, rgb(255 180 50 / var(--effect-opacity, 0.25)) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgb(255 100 50 / var(--effect-opacity, 0.25)) 0%, transparent 50%) !important;
  mix-blend-mode: screen !important;
  opacity: var(--effect-intensity, 1) !important;
  animation: f0-light-leak-drift calc(var(--effect-duration, 8) * 1s) ease-in-out infinite alternate;
}

@keyframes f0-light-leak-drift {
  0% {
    background-position: 0% 0%, 0% 0%;
  }

  100% {
    background-position: 10% 5%, -10% -5%;
  }
}

.effect-bokeh {
  background:
    radial-gradient(circle 80px at 15% 25%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 50px at 75% 15%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 65px at 60% 70%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 40px at 30% 80%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%),
    radial-gradient(circle 55px at 85% 55%, rgb(255 255 255 / var(--effect-opacity, 0.1)) 0%, transparent 100%) !important;
  mix-blend-mode: screen !important;
  transform: scale(var(--effect-scale, 1));
  animation: f0-bokeh-drift calc(var(--effect-duration, 12) * 1s) ease-in-out infinite alternate;
}

@keyframes f0-bokeh-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 6% 4%, -4% 6%, 4% -4%, -6% -3%, 3% 5%;
  }
}

.effect-glow {
  background: radial-gradient(circle at center,
      rgb(79 143 255 / var(--effect-opacity, 0.2)) 0%,
      transparent 60%) !important;
  mix-blend-mode: screen !important;
  filter: hue-rotate(calc(var(--effect-color, 0) * 1deg)) !important;
  animation: f0-glow-pulse calc(var(--effect-duration, 4) * 1s) ease-in-out infinite alternate;
}

@keyframes f0-glow-pulse {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.effect-shine-sweep {
  background: linear-gradient(105deg,
      transparent 40%,
      rgb(255 255 255 / var(--effect-opacity, 0.25)) 50%,
      transparent 60%) !important;
  background-size: 200% 100% !important;
  animation: f0-shine-sweep calc(var(--effect-duration, 4) * 1s) linear infinite;
}

@keyframes f0-shine-sweep {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* ─── Whoosh effects (animated overlays) ─── */

   preset, written into a real timeline layer at addEffectLayer time. The
   classes below paint the LOOK; transform/opacity over the layer body is
   the runtime's job. */

.effect-whoosh-right,
.effect-whoosh-left {
  background: linear-gradient(105deg,
      transparent 35%,
      rgb(255 255 255 / var(--effect-opacity, 0.7)) 50%,
      transparent 65%) !important;
  background-size: 250% 100% !important;
  filter: blur(6px);
  /* Confine the gradient to a vertical band so translateX actually moves a
     visible "streak" across the parent rather than tiling a full sheet. */
  width: 60% !important;
  inset: 0 auto 0 20% !important;
  opacity: 0;
  will-change: transform, opacity;
}

.effect-flash {
  background: white !important;
  opacity: 0;
  will-change: opacity;
}

.effect-speed-lines {
  background-image: repeating-linear-gradient(90deg,
      transparent 0px,
      transparent 40px,
      rgb(255 255 255 / var(--effect-opacity, 0.5)) 40px,
      rgb(255 255 255 / var(--effect-opacity, 0.5)) 42px,
      transparent 42px,
      transparent 80px) !important;
  background-size: 200% 100% !important;
  filter: blur(2px);
  opacity: 0;
  will-change: transform, opacity;
}

.effect-shock-ring {
  background: transparent !important;
  /* The element itself is the ring — no pseudo. width/height set so
     transform-origin: center works under scale. */
  width: 20px !important;
  height: 20px !important;
  inset: 50% auto auto 50% !important;
  margin: -10px 0 0 -10px !important;
  border-radius: 50% !important;
  border: 4px solid rgb(255 255 255 / var(--effect-opacity, 0.8)) !important;
  transform-origin: center;
  will-change: transform, opacity;
}

.effect-light-streak {
  background: radial-gradient(ellipse 60% 8% at 50% 50%,
      rgb(255 240 200 / var(--effect-opacity, 0.9)) 0%,
      transparent 80%) !important;
  mix-blend-mode: screen !important;
  filter: blur(2px);
  transform: rotate(-12deg);
  opacity: 0;
  will-change: transform, opacity;
}
/* ═══════════════════════════════════════════════════════════════════════ */
@container (min-width: 1280px) {
  .desktop-hide {
    display: none !important;
  }
}

@container (max-width: 1279px) and (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}

@container (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

/* ── Mask runtime hide ── */

[data-f0-role="mask"] { opacity: 0; pointer-events: none; }

.f0-id-el_page_1[data-f0-id="el_page_1"] {
  width: 1440px;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: clip;
  background-color: var(--color-background);
  gap: var(--spacing-xl, 48px);
  min-height: 100%;
}

.f0-id-el_page_1[data-f0-id="el_page_1"] {
  left: 0px;
  top: 0px;
}

.f0-id-el_lb5jfsCe[data-f0-id="el_lb5jfsCe"] {
  --left: 0;
  --top: 0;
}

header {
  max-width: 100vw;
  overflow-x: clip;
}

footer {
  max-width: 100vw;
  overflow-x: clip;
}

input {
  border-width: 0px;
  outline: none;
  background: transparent;
  color: inherit;
}

button {
  border-width: 0px;
  outline: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

select {
  border: 0;
  background: transparent;
  appearance: none;
}

textarea {
  outline: none;
  border: 0px;
  resize: none;
  background: transparent;
}

.imp-fmod img:not(.imp-fmod) {
  width: 100%;
}

img {
  object-fit: cover;
  object-position: center;
  overflow: hidden !important;
  min-width: 0;
}

.imp-stage:not(.presentation)>.imp-page>.imp-fmod {
  width: 100% !important;
  top: unset !important;
  left: unset !important;
}

.viewport {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
}

.imp-page {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
  width: 100%;
  display: flex;
  padding: 0px;
  margin: auto;
  container-type: inline-size;
  --grid-template-rows: minmax(20px, auto) 1fr;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  align-items: top;
  justify-content: center;
  flex-direction: column;
}

.imp-stage {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
  --grid-template-rows: minmax(20px, auto) 1fr;
}

.fmowidget {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
  width: 100%;
  display: flex;
  padding: 0px;
  margin: auto;
  container-type: inline-size;
  --grid-template-rows: minmax(20px, auto) 1fr;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  align-items: top;
  justify-content: center;
  flex-direction: column;
}

html *:not(.drag) {
  app-region: no-drag !important;
  -webkit-app-region: no-drag !important;
  -webkit-user-drag: none !important;
}

[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.imp-fmod {
  transform-origin: center center;
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: auto;
}

.imp-fmod>svg {
  width: 100%;
  height: auto;
}

.state-anim .imp-fmo-text[data-sizing-y="hug"] {
  height: max-content !important;
  max-height: max-content !important;
  grid-template-rows: auto;
}

.state-anim .imp-fmo-text[data-sizing-y="hug"]>* {
  height: 16px;
  max-height: max-content !important;
  grid-template-rows: auto;
}

.state-anim .imp-fmo-text[data-sizing-x="hug"] {
  width: max-content !important;
  max-width: max-content !important;
  grid-template-columns: auto;
}

.state-anim .imp-fmo-text[data-sizing-x="hug"]>* {
  width: auto;
  max-width: max-content !important;
  grid-template-columns: auto;
}

.swiper-marquee .swiper-wrapper {
  transition-timing-function: linear;
}

.imp-fmod:has(> .swiper-wrapper.rtl) {
  direction: rtl !important;
}

.imp-fmod .swiper-wrapper.rtl .swiper-slide {
  direction: ltr !important;
}

.imp-fmod[type="file"] {
  position: static;
}

.flex:not(.section)>*:not(.abs):not(.fill) {
  transform-origin: center;
  flex-shrink: 0;
}

.flex:not(.section)>*.fill:not(.abs) {
  transform-origin: center;
  flex-shrink: 1;
}

html .align-content-unset {
  align-content: unset;
}

ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
}

ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: decimal;
}

blockquote {
  margin: 0;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  color: inherit;
}

h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  color: inherit;
}

h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h3);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: inherit;
}

h4 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h4);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: inherit;
}

h5 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h5);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
  color: inherit;
}

h6 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h6);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
  color: inherit;
}

hr {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-relaxed);
  color: inherit;
}

pre {
  margin: 0;
}

body:has(.scroll-snap:not(.preview)) {
  overflow: hidden;
  height: 100vh !important;
}

main.scroll-snap {
  scroll-snap-type: y mandatory !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

main.scroll-snap>* {
  scroll-snap-align: start;
}

.main_container {
  width: 100%;
  display: flex;
  padding: 0px;
  margin: auto;
}

.imp-free-mode {
  display: grid !important;
  grid-template-columns: 100% 1fr !important;
  grid-template-rows: 100% 1fr !important;
  grid-area: 1 / 1 / 2 / 2 !important;
}

.imp-free-mode>.imp-fmod {
  grid-area: 1 / 1 / 2 / 2 !important;
}

.rel {
  position: relative;
}

svg {
  position: relative;
}

.imp-lottie svg>g {
  transform: translate(0%, 0%);
}

.will-change {
  will-change: auto;
}

input::placeholder {
  opacity: 0.65;
}

textarea::placeholder {
  opacity: 0.65;
}

.inner-select {
  background-color: transparent;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pointer {
  cursor: pointer;
}

.transform-origin-center {
  transform-origin: center;
}

.imp-lottie canvas {
  object-fit: cover;
}

.spline-canvas {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.z-index-top {
  z-index: 9;
}

.flex>.sticky {
  top: 0;
  margin: 0;
}

.pin-spacer>.scroll {
  max-width: 9999px !important;
  max-height: 9999px !important;
  transform-origin: center;
}

.swiper-slide.inner_grid {
  display: grid;
}

.swiper-slide.flex {
  display: flex;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-wrapper .swiper-slide-active {
  visibility: visible !important;
}

.swiper-fade>.swiper-wrapper>*:not(.swiper-slide-visible) {
  height: 0;
}

.split-text.overflow-hidden>* {
  overflow: clip;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.imp-fmod>iframe {
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: stretch !important;
  height: stretch !important;
  width: stretch !important;
  height: stretch !important;
}

.video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkinvert input {
  color: var(--darkest);
}

.special-input>input[type="file"]::file-selector-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-input:has(> input[type="file"])>.imp-fmod:not(input[type="file"]) {
  pointer-events: none;
}

.special-input:has(> input[type="file"])>.imp-fmod:not(input[type="file"])>* {
  transition: all 0.2s ease !important;
}

.special-input:has(> input[type="file"][value=""])>.imp-fmod:not(input[type="file"])>*:first-child {
  opacity: 1;
}

.special-input:has(> input[type="file"][value=""])>.imp-fmod:not(input[type="file"])>*:not(:first-child) {
  opacity: 0;
}

.special-input:has(> input[type="file"]:not([value=""]))>.imp-fmod:not(input[type="file"])>*:first-child {
  opacity: 0;
}

.special-input:has(> input[type="file"]:not([value=""]))>.imp-fmod:not(input[type="file"])>*:not(:first-child) {
  opacity: 0.9;
}

.special-input>input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-input>input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-input>input[type="radio"]~ :last-child {
  display: grid !important;
  opacity: 0;
  transition: opacity 0.5s;
}

.special-input>input[type="radio"]:checked~ :last-child {
  opacity: 1;
}

.special-input>input[type="radio"]:checked~ :last-child.flex {
  opacity: 1;
}

.special-input>input[type="checkbox"]~ :last-child {
  display: flex !important;
  opacity: 0;
  transition: opacity 0.5s;
}

.special-input>input[type="checkbox"]:checked~ :last-child {
  opacity: 1;
}

.special-input>input[type="checkbox"]:checked~ :last-child.flex {
  opacity: 1;
}

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

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

video {
  background-color: transparent !important;
  min-width: 0;
}

.fmo {
  min-width: 0;
}

@media (max-width: 1279px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .imp-stage *[data-hide-desktop="true"] {
    display: none !important;
  }
}

.imp-stage *[data-hide-all="true"] {
  display: none !important;
}

body.antialiased {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
  height: 100dvh;
}

.imp-fmod[style*="visibility: hidden"] {
  pointer-events: none;
}

.top-ctrl[style*="visibility: hidden"] {
  pointer-events: none;
}

.abs {
  position: absolute;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.text-element-container {
  width: 100%;
  height: 100%;
}

html body .swiper-wrapper>.imp-fmod:not(.qqq > .qqq) {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.imp-page *[data-scroll-snap="true"] {
  scroll-snap-type: y mandatory !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

.fmowidget *[data-scroll-snap="true"] {
  scroll-snap-type: y mandatory !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

body:has(.imp-page *[data-scroll-snap="true"]) {
  overflow: hidden;
  height: 100vh !important;
}

body:has(.fmowidget *[data-scroll-snap="true"]) {
  overflow: hidden;
  height: 100vh !important;
}

.swiper-initialized .swiper-slide.swiper-slide-next {
  display: grid;
}

.swiper-initialized .swiper-slide.swiper-slide-next.flex {
  display: flex;
}

.swiper-initialized .swiper-slide.swiper-slide-next[data-auto-layout="true"] {
  display: flex;
}

.card-anim {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tabs-triggers-container>* {
  cursor: pointer !important;
}

html body .imp-fmod.timeline-hidden {
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

.presentation .name-fmo-imported-page:empty {
  display: none !important;
}

:root {
  --bp-desktop: 1280px;
  --bp-mobile: 767px;
  --bp-tablet: 1023px;
  --card-padding-large: 32px;
  --card-padding-medium: 24px;
  --card-padding-small: 16px;
  --color-accent: #FFFFFF;
  --color-accent-subtle: #ffffff;
  --color-background: #000000;
  --color-border: #27272A;
  --color-border-subtle: #18181B;
  --color-error: #EF4444;
  --color-primary: #0071E3;
  --color-primary-hover: #0053a6;
  --color-primary-subtle: #d9eafb;
  --color-secondary: #27272A;
  --color-secondary-hover: #0a0a0a;
  --color-success: #10B981;
  --color-surface: #0C0C0E;
  --color-surface-alt: #18181B;
  --color-text: #F9FAFB;
  --color-text-inverse: #ffffff;
  --color-text-muted: #A1A1AA;
  --color-warning: #F59E0B;
  --container-max-width-default: 1200px;
  --container-max-width-narrow: 960px;
  --container-max-width-wide: 1440px;
  --font-body: Inter;
  --font-heading: Inter;
  --font-mono: JetBrains Mono;
  --font-weight-bold: 700;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --letter-spacing-default: -0.01em;
  --letter-spacing-tight: -0.03em;
  --line-height-default: 1.55;
  --line-height-relaxed: 1.75;
  --line-height-tight: 1.1;
  --radius-full: 9999px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-none: 0;
  --radius-sm: 6px;
  --radius-xl: 48px;
  --shadow-lg: 0 0 60px rgba(124, 58, 237, 0.15), 0 20px 40px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.6);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 0 100px , 0 40px 80px rgba(0, 0, 0, 0.8);
  --size-button-height-large: 52px;
  --size-button-height-medium: 44px;
  --size-button-height-small: 32px;
  --size-button-padding-x-large: 28px;
  --size-button-padding-x-medium: 20px;
  --size-button-padding-x-small: 12px;
  --size-icon-large: 32px;
  --size-icon-medium: 24px;
  --size-icon-small: 16px;
  --size-input-height-large: 48px;
  --size-input-height-medium: 40px;
  --size-input-height-small: 32px;
  --spacing-2xl: 5.25rem;
  --spacing-2xs: 0.25rem;
  --spacing-3xl: 8.5rem;
  --spacing-gap-default: 1rem;
  --spacing-gap-spacious: 2rem;
  --spacing-gap-tight: 0.5rem;
  --spacing-lg: 2rem;
  --spacing-md: 1.25rem;
  --spacing-section-horizontal: 5vw;
  --spacing-section-vertical: 10rem;
  --spacing-sm: 0.75rem;
  --spacing-xl: 3.25rem;
  --spacing-xs: 0.5rem;
  --text-size-body: 1rem;
  --text-size-caption: 0.75rem;
  --text-size-h1: clamp(2.5rem, 5.5vw, 6rem);
  --text-size-h2: clamp(2.1rem, 4vw, 4.29rem);
  --text-size-h3: clamp(1.7rem, 4vw, 2.86rem);
  --text-size-h4: clamp(1.5rem, 3vw, 1.91rem);
  --text-size-h5: 1.27rem;
  --text-size-h6: 1rem;
  --text-size-small: 0.875rem;
  --transition-fast: 150ms cubic-bezier(0.2, 0, 0, 1);
  --transition-normal: 300ms cubic-bezier(0.2, 0, 0, 1);
  --transition-slow: 500ms cubic-bezier(0.2, 0, 0, 1);
  --z-dropdown: 1000;
  --z-modal: 1050;
  --z-sticky: 1020;
  --z-tooltip: 1100;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-default);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--color-primary);
  text-decoration: none !important;
  text-underline-offset: 2px;
  transition: color var(--transition-fast);
}

a:hover {
  color: #ffffff;
}

.ds-section-dark h1 {
  color: var(--color-text-inverse);
}

.ds-section-dark h2 {
  color: var(--color-text);
}

.ds-section-dark h3 {
  color: var(--color-text-inverse);
}

.ds-section-dark h4 {
  color: var(--color-text-inverse);
}

.ds-section-dark a:not(.ds-button) {
  color: rgba(255,255,255,0.8);
}

.ds-section-dark a:not(.ds-button):hover {
  color: #fff;
}

details {
  padding: var(--spacing-md);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.3s ease;
}

summary {
  list-style: none;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.3s ease;
}

.details summary::after {
  transform: rotate(45deg);
}

.menu-trigger span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.is-active.menu-trigger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.is-active.menu-trigger span:nth-child(2) {
  opacity: 0;
}

.is-active.menu-trigger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.table div:not(.category-row):not(.table-header-cell):hover {
  background: rgba(255,255,255,0.02);
}

section {
  background: radial-gradient(circle at 10% 20%, rgba(0, 113, 227, 0.03) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(0, 113, 227, 0.03) 0%, transparent 40%);
}

.compare-table th {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.05);
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.compare-table td {
  padding: var(--spacing-md) var(--spacing-lg);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s ease;
}

.compare-table tr:hover td {
  background: rgba(255,255,255,0.03);
}

.vs-table th {
  padding: var(--spacing-md);
  text-align: left;
  color: var(--color-text-muted);
  font-size: var(--text-size-small);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vs-table td {
  padding: var(--spacing-md);
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.vs-table tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.005);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.vs-table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  font-weight: 600;
}

.vs-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.savings-section h2 {
  color: #003366;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  color: #fff;
}

.ds-flex {
  display: flex;
}

.ds-flex-column {
  display: flex;
  flex-direction: column;
}

.ds-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-flex-between {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ds-gap-tight {
  gap: var(--spacing-gap-tight);
}

.ds-gap-spacious {
  gap: var(--spacing-gap-spacious);
}

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

.ds-relative {
  position: relative;
}

.ds-absolute {
  position: absolute;
}

.ds-sticky {
  position: fixed;
}

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

.ds-overlay {
  inset: 0;
  position: absolute;
}

.ds-container {
  max-width: var(--container-max-width-default);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-section-horizontal);
  padding-right: var(--spacing-section-horizontal);
}

.ds-section {
  width: 100%;
  box-sizing: border-box;
}

.ds-section-padding-tight {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}

.ds-section-padding-default {
  padding-top: var(--spacing-section-vertical);
  padding-bottom: var(--spacing-section-vertical);
}

.ds-section-padding-spacious {
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-3xl);
}

.ds-section-dark {
  background-color: #111827;
  color: var(--color-text-inverse);
}

.ds-grid-2-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ds-card {
  padding: var(--card-padding-medium);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4),
    0 1px 1px rgba(255,255,255,0.05) inset;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
  border-bottom-left-radius: var(--radius-xl);
}

.ds-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--font-body);
  font-weight: var(--font-weight-medium);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition-normal);
  border-radius: var(--radius-md);
}

.ds-button-primary {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  color: var(--color-text);
  box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset,
    0 8px 16px rgba(0, 113, 227, 0.3),
    0 0 0 1px rgba(255,255,255,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
  animation: button-pulse 3s infinite;
}

.ds-button-small {
  padding: 0 var(--size-button-padding-x-small);
  height: var(--size-button-height-small);
  font-size: var(--text-size-small);
}

.ds-button-large {
  padding: 0 var(--size-button-padding-x-large);
  height: var(--size-button-height-large);
  font-size: var(--text-size-body);
}

.ds-badge {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: var(--text-size-small);
  font-weight: 600;
}

.ds-badge-primary {
  color: var(--color-primary);
}

.ds-badge-small {
  padding: 2px 8px;
  font-size: var(--text-size-caption);
}

.ds-nav {
  width: 100%;
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ds-heading-1 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

.ds-heading-2 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

.ds-heading-3 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h3);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
}

.ds-heading-4 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h4);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
}

.ds-text-body {
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: 1.6;
  color: var(--color-text-muted);
}

.ds-text-small {
  font-size: var(--text-size-small);
  line-height: var(--line-height-default);
}

.ds-text-caption {
  font-size: var(--text-size-caption);
  line-height: var(--line-height-default);
}

.ds-list-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-gap-tight);
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-default);
  color: var(--color-text);
}

.ds-section-header {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-tight);
  text-align: center;
  max-width: 50rem;
}

.ds-nav-link {
  padding: var(--spacing-xs) var(--spacing-sm);
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.ds-button-hover {
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease, filter 0.2s ease;
}

.ds-button-outline {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--color-text);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 1px rgba(255,255,255,0.1) inset;
}

.ds-tabs-nav {
  padding: 6px;
  display: flex;
  justify-content: center;
  gap: var(--spacing-sm);
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-full);
  width: fit-content;
}

.style-5myu3p4fc {

}

.style-vulmnavvp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-background);
}

.style-edk4hguxh {
  padding: var(--spacing-md) 0;
  width: 100%;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.eid-e-oeqji5b {
  height: max-content;
  left: 0px;
  top: 0px;
}

.eid-e-oetg4dc {
  height: 4434px;
  width: 1440px;
}

.eid-e-of752et {
  padding: 0px 0px 67px 0px;
  width: 1440px;
  row-gap: 0px;
}

.eid-e-ofk5mp9 {
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
}

.eid-e-og6m2kj {
  padding: 80px 0px 80px 0px;
  width: stretch;
  height: max-content;
}

.mobile-menu-overlay {
  inset: 0;
  padding: 80px var(--spacing-section-horizontal) var(--spacing-xl);
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-bottom: auto;
}

.mobile-nav-link {
  padding: var(--spacing-sm) 0;
  font-size: var(--text-size-h3);
  font-weight: var(--font-weight-semibold);
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color var(--transition-fast);
}

.menu-trigger {
  padding: 8px;
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2100;
  flex-direction: column;
  gap: 6px;
}

.style-zmvuocvx1 {
  border-radius: var(--radius-full);
}

.eid-e-1kq491f {
  left: 0px;
  top: 0px;
}

.eid-e-1kqt23e {
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.eid-e-1kqsvol {
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.eid-e-1kqh042 {
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.ds-prismatic-surface {
  backdrop-filter: blur(24px) saturate(180%);
  overflow: hidden;
  position: absolute;
}

.ds-text-aberration {
  text-shadow: -0.015em 0 rgba(255, 0, 0, 0.5),
    0.015em 0 rgba(0, 255, 255, 0.5);
}

.ds-glow-orb {
  mix-blend-mode: screen;
}

.style-oo69wvlcl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.15) 0%, transparent 50%), var(--color-background);
}

.style-vc2uuh48b {
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}

.style-965j31do6 {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.2), transparent 70%);
  z-index: 1;
  top: 10%;
  left: -5%;
}

.style-l2kittnwp {
  width: 35vw;
  height: 35vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15), transparent 70%);
  z-index: 1;
  bottom: 10%;
  right: -5%;
}

.style-pcmbifftj {
  width: 100%;
  z-index: 2;
  text-align: center;
}

.style-tye6sssp7 {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-sm);
}

.style-3g9msf19d {
  margin: 0 auto;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
}

.style-982qewit9 {
  margin-top: var(--spacing-xl);
}

.style-ria75sh5v {
  border-radius: var(--radius-full);
}

.style-ji6jmu21h {
  border-radius: var(--radius-full);
  min-width: 200px;
}

.style-18xbyz95f {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 40px 100px rgba(0,0,0,0.8);
  margin-top: var(--spacing-3xl);
}

.eid-e-xmfmg0w {
  row-gap: 41px;
  align-items: center;
  column-gap: 0px;
}

.eid-e-xmjtn5e {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  text-align: center;
  left: 0px;
  top: 0px;
}

.eid-e-xmpvwxm {
  margin: var(--0px0) 0px 0px 0px;
  column-gap: 22px;
  width: max-content;
}

.eid-e-xms990y {
  width: max-content;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}

.eid-e-xmycwl4 {
  margin: 10px 0px 0px 0px;
}

.ds-card-prismatic {
  position: relative;
  overflow: hidden;
  background: rgba(18, 18, 20, 0.4);
}

.style-p6khugiuk {
  z-index: var(--z-sticky);
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  top: 0;
}

.style-pqo84c22o {
  height: 18px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.2));
}

.style-vt7nybap6 {
  color: rgba(255,255,255,0.8);
}

.style-q48d2us0y {
  color: rgba(255,255,255,0.8);
}

.style-g2geai9o3 {
  color: rgba(255,255,255,0.8);
}

.style-l0sr1nzan {
  padding: 0 20px;
  border-radius: var(--radius-full);
}

.style-6upswusr5 {
  display: none;
}

.style-ywu18ds4i {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: black;
}

.style-4p3mrw749 {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.style-9hlhzylj5 {
  color: white;
  letter-spacing: -0.04em;
}

.style-rwtt4t4xy {
  padding: 6px;
  border-radius: var(--radius-full);
}

.style-4y6isf4yo {
  margin-top: var(--spacing-lg);
}

.style-853kdjih3 {
  color: white;
  font-weight: 700;
}

.style-ffkfnum5p {
  list-style: none;
  padding-left: 0;
}

.style-dv8mbargr {
  color: rgba(255, 255, 255, 0.7);
}

.style-w82obxki3 {
  color: rgba(255, 255, 255, 0.7);
}

.style-ts6zg8t74 {
  color: rgba(255, 255, 255, 0.7);
}

.style-u1zel1gdz {
  color: rgba(255, 255, 255, 0.7);
}

.style-rzlc69b76 {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

.style-kxj6l91ge {
  color: rgba(255,255,255,0.4);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.style-qqgew5tqi {
  opacity: 0.3;
}

.style-26v9og0kc {
  z-index: 2;
}

.style-18ca50r5p {
  color: white;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.style-xl5zioqyr {
  margin: 0 auto;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
}

.style-orzc2v0oz {
  margin-top: var(--spacing-md);
}

.style-7h168l1lk {
  background: white;
  color: var(--color-background);
  border-radius: var(--radius-full);
  min-width: 220px;
  font-weight: 700;
}

.style-lmo1koas1 {
  opacity: 0.8;
  margin-top: var(--spacing-sm);
}

.style-wg20plzbr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.style-s7wl2tpf0 {
  height: 24px;
  width: auto;
  opacity: 1;
}

.style-kij9m4mr6 {
  color: rgba(255, 255, 255, 0.5);
}

.style-hfk6ozr09 {
  color: white;
  font-weight: 700;
}

.style-kccxf8oag {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-e9qqbxrks {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-c7c4r3ig5 {
  color: white;
  font-weight: 700;
}

.style-oj14ftswg {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-1d9li6ara {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-urlha7s1s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-md);
}

.style-a0ct5vgjl {
  color: rgba(255, 255, 255, 0.3);
}

.style-jos0pxyou {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.style-x6bnmzebj {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.eid-e-sfpu0au {
  padding: 0px var(--spacing-xl) 0px var(--spacing-2xl);
  width: 1200px;
  height: max-content;
}

.eid-e-sfxewm9 {
  width: 1096px;
  height: 411px;
  justify-content: center;
  align-items: center;
}

.eid-e-sfxz5zi {
  width: max-content;
}

.eid-e-sgcxxi7 {
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  flex-grow: 0;
}

.eid-e-sgffhe2 {
  row-gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  width: max-content;
}

.eid-e-sgz27l3 {
  height: auto;
  flex-shrink: 1;
}

.eid-e-sh53vmx {
  display: flex;
  height: max-content;
}

.eid-e-shbfvjo {
  align-items: center;
  justify-content: center;
}

.eid-e-shej6qh {
  text-align: center;
}

.eid-e-shh8oef {
  text-align: center;
}

.eid-e-shsh5lq {
  height: max-content;
}

.eid-e-sipmayk {
  column-gap: 7px;
}

.ds-running-border {
  padding: 1px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ds-spectral-orb-complex {
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle at center, 
    rgba(0, 113, 227, 0.2) 0%, 
    rgba(139, 92, 246, 0.15) 30%, 
    rgba(0, 255, 255, 0.1) 60%, 
    transparent 80%
  );
  filter: blur(120px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.ds-button-refractive {
  position: relative;
  overflow: hidden;
}

.style-yhznx5osb {
  opacity: 0.4;
  top: -20%;
  right: -10%;
}

.style-bz542d80v {
  opacity: 0.4;
  bottom: -20%;
  left: -10%;
}

.ds-refractive-glass {
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.2),
    0 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.style-w9vl5wpdh {
  padding: 6px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255,255,255,0.05);
}

.style-dryt6ia8b {
  padding: 10px 24px;
  border: none;
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
  color: white;
  position: relative;
}

.style-cu2fjfzj6 {
  padding: 10px 24px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.4);
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
}

.style-bn8cyvae3 {
  padding: 10px 24px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.4);
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
}

.style-9gxngk024 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}

.style-9bk6gqcpm {
  transform: translateX(-50%);
  width: 60vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.12) 0%, transparent 70%);
  top: -10%;
  left: 50%;
}

.style-3249g0gbj {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
  bottom: -10%;
  left: 20%;
}

.style-q55fyv1dy {
  width: 100%;
  z-index: 2;
}

.style-9qe4lv8zu {
  margin-bottom: var(--spacing-3xl);
}

.style-wcgistwhc {
  letter-spacing: 0.1em;
  border: 1px solid rgba(0, 113, 227, 0.2);
  color: var(--color-primary);
  margin-bottom: var(--spacing-sm);
}

.style-yotk1cr0v {
  color: #ff2020;
  margin-bottom: var(--spacing-md);
}

.style-77b2h3vqw {
  margin: 0 auto;
  max-width: 640px;
  color: var(--color-text-muted);
}

.style-ybdxl63pk {
  align-items: stretch;
}

.style-0xexfod3d {
  padding: var(--spacing-xl);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.015);
  border: 1px dashed rgba(255,255,255,0.1);
}

.style-wup5o2ncm {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 4px;
}

.style-ko9bhbiz5 {
  color: var(--color-error);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.style-458cbxt1r {
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  background: #080808;
  border: 1px solid rgba(0, 113, 227, 0.3);
  box-shadow: 0 0 40px rgba(0, 113, 227, 0.15);
}

.style-1g8c21jt7 {
  width: stretch;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}

.style-mhcdlpaj4 {
  border-radius: var(--radius-full);
  font-weight: 700;
  background: linear-gradient(180deg, var(--color-primary) 0%, #0056ad 100%);
  margin-top: var(--spacing-md);
}

.eid-e-nvtm37g {
  width: 1200px;
}

.eid-e-nw2m435 {
  align-items: center;
}

.eid-e-nwcf9bp {
  width: max-content;
}

.eid-e-nwmkpx5 {
  color: var(--color-accent);
  max-width: 760px;
  width: stretch;
}

.eid-e-nx4b09e {
  width: 1056px;
}

.eid-e-nxdyzin {
  padding: 29px 0px 35px 0px;
  width: stretch;
  height: max-content;
  row-gap: 13px;
}

.eid-e-nxu3l81 {
  padding-left: 15px;
  width: stretch;
  height: stretch;
  row-gap: 10px;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  row-gap: 10px;
  column-gap: 14px;
  mix-blend-mode: screen;
  column-gap: 14px;
  grid-template-rows: repeat(3, minmax(0px, 1fr));
  padding: 0px 37px 0px 37px;
}

.eid-e-nxuk44j {
  width: max-content;
  height: max-content;
}

.eid-e-o1rme0s {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-o1v50xi {
  padding: 30px;
  width: 100%;
  height: stretch;
  align-items: center;
  max-width: 500px;
  row-gap: 0px;
  justify-content: center;
}

.eid-e-o1zmxoy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eid-image-1775824169193 {
  width: stretch;
  height: stretch;
  object-fit: cover;
  position: absolute;
  opacity: 0.32;
  display: flex;
  flex-direction: column;
  top: 0px;
  left: 0px;
}

.eid-f-1775826596937 {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-start;
  align-items: center;
  top: 0px;
}

.eid-e-mnxr3n6 {
  width: max-content;
}

.eid-e-mnxuax4 {
  padding: 0px 33px 0px 33px;
  justify-content: center;
  align-items: center;
  column-gap: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.eid-image-1776091322485 {
  width: 90px;
}

.eid-image-1776091372755 {
  width: 110px;
  height: auto;
}

.eid-image-1776091467788 {
  width: 40px;
}

.logo-competitor {
  width: 100px;
  height: 400px;
  mix-blend-mode: overlay;
}

.eid-e-mnxm84a {
  width: 120px;
  height: 135px;
  mix-blend-mode: screen;
}

.eid-e-mnx6hja {
  width: 120px;
  height: 135px;
  mix-blend-mode: screen;
  left: 0px;
  top: 0px;
}

.eid-e-mnxauwp {
  left: 0px;
  top: 0px;
}

.eid-f-1776094097938 {
  width: 280px;
  left: 0px;
}

.eid-e-mnxhaiq {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-mnyidrv {
  width: max-content;
}

.eid-e-mnyi689 {
  width: 200px;
  height: 200px;
  background: white;
  top: 0px;
  left: 0px;
}

.eid-f-1776180270534 {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-f-1776180374171 {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  overflow: visible;
  left: 0px;
  top: 0px;
  row-gap: 40px;
  column-gap: 40px;
}

.eid-e-mnyp0mu {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 1096px;
  height: 279px;
}

.eid-e-mnyynwa {
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
  width: 1096px;
}

.eid-e-mny44fa {
  row-gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 386px;
}

.eid-e-mny5k9d {
  width: stretch;
}

.eid-e-mnyc1pc {
  width: max-content;
}

.eid-e-mnyile7 {
  height: auto;
  flex-shrink: 1;
}

.eid-f-1776187879740 {
  width: stretch;
  height: max-content;
  overflow: clip;
  left: 0px;
}

.tab-controls {
  transition: all 300ms 0ms;
  text-align: center;
  color: #949494;
}

.eid-e-mnywaod {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
}

.eid-e-mnytxgl {
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
  height: max-content;
}

.eid-e-mnyrpc4 {
  row-gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  width: max-content;
  height: max-content;
}

.eid-e-mny4xp1 {
  width: max-content;
}

.eid-e-mny9zo0 {
  width: max-content;
}

.eid-e-mny8kcx {
  width: max-content;
}

.eid-e-mnyjiym {
  height: 24px;
  width: max-content;
}

.eid-e-mnym8fw {
  width: max-content;
}

.eid-e-mnyabll {
  width: max-content;
}

.eid-e-mnymntk {
  height: auto;
  flex-shrink: 1;
}

.eid-image-1776190092258 {
  width: stretch;
  height: auto;
  mix-blend-mode: screen;
}

.card-competitor {
  width: stretch;
  left: 0px;
  top: 0px;
  padding: 14px;
  background-color: #ffffff00;
  mix-blend-mode: screen;
}

.eid-e-mnyqdx1 {
  width: max-content;
  height: max-content;
}

.eid-e-mnyina8 {
  width: 100px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnybl7g {
  width: max-content;
  height: max-content;
}

.eid-e-mnydpuf {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyp93l {
  width: max-content;
  height: max-content;
}

.eid-e-mnyhyr0 {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyptyc {
  width: max-content;
  height: max-content;
}

.eid-e-mny973m {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mny1ddu {
  width: max-content;
  height: max-content;
}

.eid-e-mny6bav {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyj6d5 {
  width: max-content;
  height: max-content;
}

.eid-e-mnynj49 {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyjy0p {
  width: max-content;
  height: max-content;
}

.eid-e-mnyh2hq {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mny29it {
  width: max-content;
  height: max-content;
}

.eid-e-mnyos6k {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-g-1776191792777 {
  width: stretch;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.eid-e-mnyyjbd {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
}

.eid-e-mnyddtn {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
}

.eid-e-mny2zve {
  width: 120px;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-mnybvq7 {
  color: var(--color-accent);
  max-width: 760px;
  width: stretch;
  text-align: center;
  font-size: var(--text-size-h5);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-image-1776193068431 {
  height: 150px;
  mix-blend-mode: screen;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-f-1776193832648 {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  align-items: center;
  row-gap: 54px;
}

.eid-f-1776193849871 {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  row-gap: 13px;
}

.mobile-menu-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.card-competitor.ds-card {
  width: stretch;
  overflow: clip;
  border-radius: var(--radius-lg);
}

.ds-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 32px 64px rgba(0,0,0,0.5),
    0 1px 1px rgba(255,255,255,0.1) inset;
}

.ds-card::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.3;
  transition: opacity 0.4s ease;
  z-index: 10;
  top: -1px;
  left: -1px;
  right: -1px;
}

.ds-card:hover::after {
  opacity: 0.8;
}

.ds-button-primary:hover {
  background: var(--color-primary-hover);
}

.ds-button-primary::after {
  inset: 0;
  content: "";
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(transparent, rgba(255,255,255,0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ds-button-primary:hover::after {
  opacity: 1;
}

.ds-nav-link:hover {
  color: var(--color-primary);
}

.ds-button-hover:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.1);
}

.ds-button-hover:active {
  transform: translateY(0) scale(0.98);
}

.ds-button-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.3);
}

.mobile-nav-link:hover {
  color: var(--color-primary);
}

.ds-prismatic-surface::before {
  inset: -150%;
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, transparent 30%, rgba(255, 0, 0, 0.05) 35%, rgba(0, 255, 0, 0.05) 45%, rgba(0, 0, 255, 0.05) 55%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}

.ds-card-prismatic::before {
  inset: 0;
  content: "";
  position: absolute;
  background: radial-gradient(circle at 10% 20%, rgba(255, 0, 0, 0.05) 0%, transparent 20%),
              radial-gradient(circle at 90% 80%, rgba(0, 255, 255, 0.05) 0%, transparent 20%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.ds-running-border::before {
  inset: -200%;
  content: "";
  position: absolute;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 40%,
    var(--color-primary) 50%,
    var(--color-accent) 55%,
    var(--color-primary) 60%,
    transparent 70%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -2;
}

.ds-running-border:hover::before {
  opacity: 0.8;
}

.ds-running-border::after {
  inset: 1px;
  content: "";
  position: absolute;
  background: var(--color-surface);
  border-radius: inherit;
  z-index: -1;
}

.ds-button-refractive::before {
  inset: -50%;
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 0, 0, 0.2), 
    rgba(0, 255, 255, 0.2), 
    transparent
  );
  transform: translateX(-100%) rotate(45deg);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);
}

.ds-button-refractive:hover::before {
  transform: translateX(100%) rotate(45deg);
}

.eid-e-oetg4dc.eid-individual {
  width: stretch;
  height: max-content;
}

.eid-individual {
  flex-grow: 0;
  width: 100%;
}

.eid-e-xmfmg0w.eid-individual {
  row-gap: 20px;
}

.eid-e-xmjtn5e.eid-individual {
  margin: 0px 0px 0px 0px;
}

.eid-e-sfpu0au.eid-individual {
  padding: 0px var(--spacing-xl) 0px var(--spacing-xl);
}

.eid-e-sfxewm9.eid-individual {
  height: max-content;
}

.eid-e-sgcxxi7.eid-individual {
  flex-grow: 1;
}

.eid-e-sgffhe2.eid-individual {
  flex-grow: 1;
}

.eid-e-sgz27l3.eid-individual {
  flex-grow: 1;
}

.eid-e-shws87x.eid-individual {
  row-gap: 9px;
}

.eid-e-shw2e99.eid-individual {
  width: 60px;
  height: auto;
}

.eid-e-nx4b09e.eid-individual {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.eid-e-mnyynwa.eid-individual {
  flex-grow: 1;
}

.eid-e-mny44fa.eid-individual {
  flex-grow: 1;
}

.eid-e-mnyile7.eid-individual {
  flex-grow: 1;
}

.eid-e-mnytxgl.eid-individual {
  flex-grow: 1;
}

.eid-e-mnyrpc4.eid-individual {
  flex-grow: 1;
}

.eid-e-mnymntk.eid-individual {
  flex-grow: 1;
}

.id-unified-showcase .ds-card:hover {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
  transform: translateY(-4px);
}

.id-unified-showcase .ds-card {
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.savings-section .ds-card {
  background: #fff;
  border: 1px solid rgba(0, 113, 227, 0.1);
  box-shadow: 0 20px 40px rgba(0, 51, 102, 0.05);
}

.ds-section-dark .ds-badge-primary {
  border: 1px solid rgba(37,99,235,0.3);
  color: #fff;
}

.ds-section-dark .ds-text-body {
  color: rgba(255,255,255,0.7);
}

.ds-section-dark .ds-nav-link:hover {
  color: #fff;
}

.ds-section-dark .ds-nav-link {
  color: rgba(255,255,255,0.7);
}

.ds-section-dark .ds-button-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

.ds-section-dark .ds-button-outline {
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

table .ds-prismatic-surface::before {
  inset: -100%;
  content: "";
  position: absolute;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0%, var(--color-primary) 25%, transparent 50%, var(--color-primary) 75%, transparent 100%);
  opacity: 0.1;
  filter: blur(60px);
}

table .ds-prismatic-surface {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05) inset;
}

table .ds-text-aberration {
  text-shadow: -0.02em 0 rgba(255, 0, 128, 0.6), 0.02em 0 rgba(0, 255, 255, 0.6);
  letter-spacing: -0.04em;
  filter: contrast(1.1);
}

.imp-var-mobile .eid-e-sfpu0au {
  width: 420px;
  height: 858px;
  right: 10px;
  bottom: 0px;
}

table .ds-spectral-orb-complex {
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle at center, rgba(0, 113, 227, 0.3) 0%, rgba(139, 92, 246, 0.2) 30%, rgba(0, 255, 255, 0.1) 60%, transparent 80%);
  filter: blur(120px);
  mix-blend-mode: screen;
}

.card-competitor .logo-competitor {
  width: stretch;
}

@media (max-width: 768px) {
  .ds-grid-2-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ds-mobile-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .eid-e-oeqji5b {
    width: 100%;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-of752et {
    height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-ofk5mp9 {
    width: stretch;
  flex-direction: row;
  height: max-content;
  flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .eid-e-og6m2kj {
    padding: 0px 0px 45px 0px;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .menu-trigger {
    display: flex;
  }
}

@media (max-width: 767px) {
  .eid-e-1kq491f {
    width: 100vw;
  top: 0px;
  left: 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-1kqt23e {
    width: stretch;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xmpvwxm {
    flex-direction: column;
  row-gap: 10px;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xms990y {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-sfpu0au {
    width: stretch;
  height: max-content;
  right: 0px;
  bottom: 0px;
  padding: 0px 2px 0px 0px;
  width: stretch;
  height: max-content;
  top: 0px;
  right: 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-sfpu0au.ds-container@cq {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-sfxewm9 {
    width: stretch;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-sg16iev {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-sg5tydy {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-sg8ckim {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-sgcxxi7 {
    display: flex;
  flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .eid-e-sgffhe2 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-sgz27l3 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-unified-showcase {
    padding: 0px 0px 65px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-nvtm37g {
    height: max-content;
  width: stretch;
  display: block;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eid-e-nx4b09e {
    width: stretch;
  height: max-content;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eid-e-nxdyzin {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-o1v50xi {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-f-1775826596937 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-mnxuax4 {
    column-gap: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-mnxm84a {
    order: 1;
  }
}

@media (max-width: 767px) {
  .eid-e-mnx6hja {
    height: 125px;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyp0mu {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyynwa {
    display: flex;
  flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .eid-e-mny44fa {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyile7 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .tab-controls {
    text-align: center;
  font-size: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-mnytxgl {
    display: flex;
  flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyrpc4 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-mnymntk {
    width: stretch;
  }
}

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

.ds-grid-4-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.faq-content {
  color: rgba(255,255,255,0.6);
  font-size: var(--text-size-small);
  line-height: 1.6;
  padding-top: var(--spacing-sm);
}

.style-6lw8jtn7z {
  width: 1440px;
}

.style-3gs3u4spc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-background);
}

.style-z9c9v8sxc {
  z-index: var(--z-sticky);
  width: 100%;
  height: max-content;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: center;
  top: 0;
}

.style-bzf243s98 {
  width: 100%;
}

.style-fa87r1ngi {
  height: 24px;
  max-width: 120px;
  filter: invert(1);
}

.style-vtcigno6m {
  color: rgba(255,255,255,0.8);
}

.style-slmevb44z {
  color: white;
  font-weight: bold;
}

.style-vwuc9aydx {
  color: rgba(255,255,255,0.8);
}

.style-oltblmbo4 {
  border-radius: var(--radius-full);
}

.style-xbymszrbp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.style-zwgsalqpy {
  color: white;
}

.style-rt85lkr7c {
  margin-top: var(--spacing-md);
}

.style-w9gwoah8u {
  padding: 4px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-full);
}

.style-yt50ie9qm {
  background: var(--color-primary);
  color: white;
  border-radius: var(--radius-full);
}

.style-07p1st73h {
  background: transparent;
  color: rgba(255,255,255,0.5);
  border-radius: var(--radius-full);
}

.style-pwm47xzp8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-90w56w07j {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
}

.style-whr1acbcg {
  font-weight: bold;
}

.style-t7cx19kbc {
  opacity: 0.6;
}

.style-m65fkb2g5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-fc68iu34d {
  border-radius: var(--radius-full);
  border-color: rgba(255,255,255,0.2);
  color: white;
  margin-top: auto;
}

.style-7jho3pt0f {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
}

.style-ssgbg3pc8 {
  font-weight: bold;
}

.style-50cszipjn {
  opacity: 0.6;
}

.style-wi2vj4c3g {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-jsfobyuyg {
  border-radius: var(--radius-full);
  border-color: rgba(255,255,255,0.2);
  color: white;
  margin-top: auto;
}

.style-n181ukmzw {
  padding: var(--spacing-lg);
  background: rgba(0,113,227,0.08);
  border: 2px solid var(--color-primary);
  color: white;
  position: relative;
  box-shadow: 0 0 40px rgba(0,113,227,0.2);
}

.style-3hvlzodp9 {
  transform: translateX(-50%);
  background: var(--color-primary);
  color: white;
  top: -12px;
  left: 50%;
}

.style-kg8o6zy1l {
  font-weight: bold;
}

.style-avj8rgp8e {
  opacity: 0.6;
}

.style-zap07ncm1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-1efkfifif {
  border-radius: var(--radius-full);
  margin-top: auto;
}

.style-pze897cpv {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
}

.style-fym7m6023 {
  font-weight: bold;
}

.style-6ep4brr6d {
  opacity: 0.6;
}

.style-w554xupup {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-dhz9z7owj {
  border-radius: var(--radius-full);
  border-color: rgba(255,255,255,0.2);
  color: white;
  margin-top: auto;
}

.style-h0lu8ic9u {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #050505;
}

.style-xrsesk7kb {
  max-width: 800px;
}

.style-smj4blqed {
  color: white;
}

.style-8cv1wgcx2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #18181B;
  text-align: center;
}

.style-2f0irfgri {
  color: white;
}

.style-1utf0tp4w {
  margin: 0 auto;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
}

.style-ldjxyqccm {
  border-radius: var(--radius-full);
  border-color: white;
  color: white;
  width: fit-content;
  align-self: center;
  margin-top: var(--spacing-md);
}

.style-ixxjlcty5 {
  width: 100%;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-9hd9xi7kq {
  height: 20px;
  width: fit-content;
  filter: invert(1);
}

.style-frzs3cvyr {
  color: rgba(255,255,255,0.5);
}

.style-cmqqzcs26 {
  color: white;
  font-weight: bold;
  font-size: var(--text-size-small);
}

.style-wq732cy2i {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.style-i77b6kx4t {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.style-n8vxaojxl {
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-md);
}

.style-tupjf1j0z {
  color: rgba(255,255,255,0.3);
}

.eid-e-bockkpf {
  width: 1440px;
  height: max-content;
  left: 0px;
  top: 0px;
}

.eid-e-bogwfnv {
  width: 100%;
  height: max-content;
}

.eid-e-boysl4s {
  padding: var(--spacing-2xl) 0px var(--spacing-2xl) 0px;
  height: max-content;
}

.eid-e-bp9tp6r {
  padding: var(--spacing-2xl) 0px var(--spacing-2xl) 0px;
  width: stretch;
  height: max-content;
}

.eid-e-bpadmxb {
  padding: 0px var(--spacing-section-horizontal) 0px var(--spacing-section-horizontal);
  column-gap: 33px;
}

.eid-e-bpqtgby {
  width: max-content;
}

.eid-e-bpxaafd {
  overflow: clip;
}

.eid-e-bq14vke {
  padding: 10px 0px 10px 0px;
  height: max-content;
}

.eid-e-bqdylyq {
  row-gap: 12px;
}

.style-1t0z3yer5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-0vcdnm50t {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-spacious);
}

.eid-e-a0zoaxr {
  padding: 67px 0px 61px 0px;
}

.eid-e-a1it8t5 {
  row-gap: 16px;
}

.comparison-table-wrapper {
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.05) inset;
}

.feature-label {
  padding: var(--spacing-md);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.feature-value {
  padding: var(--spacing-md);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
}

.pro-cell {
  color: var(--color-text);
  background-image: none;
  background-color: #0071e314;
}

.icon-check {
  color: var(--color-success);
  font-weight: bold;
  font-size: 1.2rem;
}

.icon-x {
  color: var(--color-error);
  opacity: 0.4;
}

.style-xnz9po0o6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
}

.style-p3edwlau7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}

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

.style-sfektyomt {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
}

.style-44scwme6w {
  min-width: 900px;
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
}

.table-header-cell {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: sticky;
  top: 50px;
}

.style-ekommp594 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
}

.style-b69v9qbwe {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
}

.style-xl5q2xb34 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
}

.pro-column-highlight {
  background-image: none;
  background-color: #14283d;
}

.style-plbae00j2 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
}

.style-jev81efw0 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
}

.style-9068v8yiq {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-t2z85cwon {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-cx6aenmmi {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-qoe49cik1 {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-e5mzlwzqi {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-9yxgf2ayb {
  opacity: 0.6;
  max-width: 800px;
  align-self: center;
}

.eid-e-cp69lu1 {
  padding: 0px 0px 0px 0px;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.eid-e-cpeq9we {
  width: 1200px;
  height: max-content;
}

.eid-e-cpp6os3 {
  width: 1056px;
  height: 2816px;
  overflow: visible;
}

.eid-e-cpzunq6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.eid-e-cq5vw3n {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.eid-e-cqbosd0 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.eid-e-cqg9w3n {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-cqlutt2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.scrollarea {
  width: 1056px;
  height: max-content;
}

.comparison-table-wrapper::-webkit-scrollbar {
  height: 6px;
}

.comparison-table-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 10px;
}

.eid-e-cqg9w3n.eid-individual {
  background-image: none;
  background-color: #0c1927f5;
}

.comparison-grid .icon-check {
  color: var(--color-success);
  font-weight: bold;
  font-size: 1.1rem;
}

.comparison-grid .icon-x {
  color: var(--color-text-muted);
  opacity: 0.3;
}

@media (max-width: 768px) {
  .ds-grid-4-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .eid-e-bockkpf {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .eid-e-bogwfnv {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-a1ivxtc {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-cpeq9we {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .scrollarea {
    overflow: clip;
  }
}

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

.ds-divider {
  margin: var(--spacing-lg) 0;
  border: none;
  border-top: 1px solid var(--color-border);
}

.ds-card-outlined {
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.ds-text-muted {
  color: var(--color-text-muted);
}

.ds-glass {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.3);
}

.style-t3ycypnuz {
  width: 1440px;
}

.style-x9ux70gmf {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.15) 0%, transparent 50%), var(--color-background);
}

.style-vmcgkn9op {
  opacity: 0.4;
  pointer-events: none;
  top: -20%;
  right: -10%;
}

.style-as9p9cr80 {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.2), transparent 70%);
  top: 10%;
  left: -5%;
}

.style-dzvpxa163 {
  width: 100%;
  z-index: 2;
}

.style-7azri7b0k {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-sm);
}

.style-e9c8f89mp {
  color: rgba(255,255,255,0.9);
  margin-bottom: var(--spacing-md);
}

.style-zgtke8qvt {
  margin: 0 auto var(--spacing-xl) auto;
  max-width: 700px;
  font-size: 1.25rem;
}

.style-5q4dybtlk {
  border-radius: var(--radius-full);
  min-width: 220px;
}

.style-cx5n9f4hy {
  border-radius: var(--radius-full);
  min-width: 220px;
  color: white;
}

.eid-e-svnkc4d {
  width: 1440px;
  height: 6887px;
  left: 0px;
  top: 0px;
}

.eid-e-szle9oz {
  column-gap: 23px;
}

.style-9c0vm6fb6 {
  width: 100%;
  z-index: var(--z-sticky);
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  top: 0;
}

.style-zc5hryel8 {
  width: 100%;
}

.style-q5dol4eq2 {
  height: 28px;
  width: auto;
}

.style-3g02ezd5k {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.style-tvtrpj0el {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.style-di7mrbs3t {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}

.style-c0400r186 {
  padding: 0 24px;
  border-radius: var(--radius-full);
}

.style-elebaqvt5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  background: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.25) 0%, transparent 60%), var(--color-background);
}

.style-cjtnrb7gc {
  width: 80vw;
  height: 80vw;
  opacity: 0.4;
  filter: blur(140px);
  pointer-events: none;
  top: -20%;
  left: -10%;
}

.style-232eeayt0 {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15), transparent 70%);
  pointer-events: none;
  bottom: 10%;
  right: -5%;
}

.style-vh8942re2 {
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 100%);
  pointer-events: none;
}

.style-mxv09ekjr {
  width: 100%;
  z-index: 2;
}

.style-lzix6mr2z {
  background: rgba(0,113,227,0.15);
  color: var(--color-primary);
  border: 1px solid rgba(0,113,227,0.3);
  margin-bottom: var(--spacing-md);
}

.style-utglew9k7 {
  color: white;
  letter-spacing: -0.04em;
  max-width: 900px;
  margin-bottom: var(--spacing-md);
}

.style-bu5kva9wb {
  max-width: 700px;
  font-size: 1.25rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--spacing-xl);
}

.style-qzj495rdq {
  border-radius: var(--radius-full);
  min-width: 220px;
}

.style-63ys8m5gi {
  border-radius: var(--radius-full);
  min-width: 220px;
  color: white;
  border-color: rgba(255,255,255,0.2);
}

.style-0lresac3a {
  width: 100%;
  margin-top: var(--spacing-3xl);
}

.style-x3j2vmofp {
  width: 100%;
  aspect-ratio: 21/9;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 40px 100px rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-bvrojzilc {
  color: rgba(255,255,255,0.4);
  font-size: var(--text-size-small);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.eid-e-ndrccug {
  column-gap: 11px;
}

.eid-e-nl98ssi {
  width: 1440px;
  height: 1298px;
}

.style-fmwtuxi2g {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
}

.style-mlef9xc6f {
  width: 60vw;
  height: 60vw;
  opacity: 0.25;
  filter: blur(160px);
  pointer-events: none;
  bottom: -20%;
  left: 20%;
}

.style-jtiu3ud14 {
  width: 100%;
  z-index: 2;
}

.style-owl6abrao {
  margin-bottom: var(--spacing-3xl);
}

.style-bvsb7jb4z {
  color: white;
}

.style-pf1jnf089 {
  margin: 0 auto;
  max-width: 600px;
}

.style-b9k8gm3zh {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(239,68,68,0.2);
  background: rgba(239,68,68,0.02);
}

.style-a3yt5qzhx {
  padding: var(--spacing-xl);
}

.style-7qrmc5cai {
  background: rgba(239,68,68,0.1);
  color: #EF4444;
  margin-bottom: var(--spacing-md);
}

.style-57gihgfcq {
  color: #EF4444;
  margin-bottom: var(--spacing-xs);
}

.style-7yl8b6exf {
  color: rgba(255,255,255,0.5);
}

.style-73677lru7 {
  margin: var(--spacing-lg) 0;
  width: 100%;
  border-color: rgba(255,255,255,0.05);
}

.style-zwipgyvyf {
  padding: 0;
  list-style: none;
  width: 100%;
}

.style-5jyg5zuj6 {
  color: rgba(255,255,255,0.6);
}

.style-3nr0j22ww {
  color: rgba(255,255,255,0.6);
}

.style-bdvhhdpt2 {
  border-radius: var(--radius-xl);
  border: 2px solid var(--color-primary);
  transform: scale(1.05);
  box-shadow: var(--shadow-xl);
}

.style-y1s6i1v0r {
  padding: var(--spacing-xl);
}

.style-0r0xecfj3 {
  margin-bottom: var(--spacing-md);
}

.style-waeg7j3u2 {
  color: white;
  margin-bottom: var(--spacing-xs);
}

.style-ern98tayt {
  color: rgba(255,255,255,0.8);
}

.style-ov9fs60m1 {
  margin: var(--spacing-lg) 0;
  width: 100%;
  border-color: rgba(255,255,255,0.1);
}

.style-0pdqj5gi9 {
  padding: 0;
  list-style: none;
  width: 100%;
}

.style-1aycb8buh {
  color: white;
}

.style-7coe9morh {
  color: white;
}

.style-sd1mikwmn {
  color: white;
}

.style-nbjoj6l76 {
  width: 100%;
  border-radius: var(--radius-full);
  margin-top: var(--spacing-xl);
}

.eid-e-nts473a {
  box-shadow: 0px 0 100px 0px #0071e33b;
  backdrop-filter: blur(24px);
}

.style-aire21hgc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle at 50% 120%, rgba(0, 113, 227, 0.3) 0%, transparent 70%), var(--color-background);
}

.style-to1zchyyw {
  width: 100vw;
  height: 100vw;
  opacity: 0.3;
  filter: blur(180px);
  pointer-events: none;
  bottom: -50%;
  left: 0;
}

.style-gwbt44mac {
  width: 100%;
  z-index: 2;
}

.style-hhm8dv0ix {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-md);
}

.style-u03bye0u3 {
  max-width: 600px;
  font-size: 1.25rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--spacing-xl);
}

.style-m6tkayw5a {
  border-radius: var(--radius-full);
  min-width: 220px;
}

.style-jipb04e4m {
  border-radius: var(--radius-full);
  min-width: 220px;
  color: white;
  border-color: rgba(255,255,255,0.2);
}

.style-z0efgoez4 {
  width: 100%;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-2l24o3ryv {
  width: 100%;
}

.style-k9j43nxip {
  height: 24px;
  width: auto;
  opacity: 0.8;
}

.eid-e-oe4749g {
  column-gap: 12px;
}

.style-dfdnovpvz {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
}

.style-95pqgh91d {
  z-index: 0;
  pointer-events: none;
}

.style-rmxje2q53 {
  opacity: 0.4;
  top: -10%;
  left: -5%;
}

.style-x30hfydwy {
  opacity: 0.3;
  transform: scale(1.2);
  bottom: -20%;
  right: -10%;
}

.style-sh8rhaxv8 {
  opacity: 0.03;
  background-image: url('https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fprojects%2Ff37fabbb-eb47-40cf-a0f3-b82345996064%2Fgrain-1775824163094.webp?alt=media&token=f9e792fb-5a5d-4d39-81a5-1db6b0b32b0e');
}

.style-m9g4wcj2o {
  width: 100%;
  z-index: 2;
}

.style-mu6qamgog {
  margin-bottom: var(--spacing-3xl);
}

.style-tmynb1tb4 {
  color: white;
  margin-bottom: var(--spacing-md);
}

.style-a4adgo2mh {
  margin-inline: auto;
  max-width: 600px;
}

.style-dh3vtoow5 {
  padding: var(--spacing-xl);
  border-color: var(--color-primary);
}

.style-00oknwb94 {
  margin-bottom: var(--spacing-xl);
}

.style-1uosu83ts {
  height: 32px;
  width: auto;
}

.style-z9gk7z37u {
  background: var(--color-primary);
  color: white;
  box-shadow: 0 0 20px rgba(0, 113, 227, 0.4);
}

.style-k5mte6iaz {
  padding: 0;
  list-style: none;
}

.style-xbhhutfsl {
  font-weight: 600;
}

.style-a8g16cxyy {
  font-weight: 600;
}

.style-efz0lsbnb {
  font-weight: 600;
}

.style-sxpo7jhxn {
  font-weight: 600;
}

.style-lbs2mjc5c {
  font-weight: 600;
  color: white;
}

.style-z4qvfiejk {
  opacity: 0.7;
}

.style-94u8qha9i {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
}

.style-escf0go8e {
  margin-bottom: var(--spacing-xl);
}

.style-tksz0j7f1 {
  color: rgba(255,255,255,0.5);
}

.style-zys4a19du {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.4);
}

.style-9yp0gwgx5 {
  padding: 0;
  list-style: none;
}

.style-xloylinw8 {
  color: rgba(255,255,255,0.4);
}

.style-s6w30rvc9 {
  color: rgba(255,255,255,0.4);
}

.style-lcm79lyit {
  color: rgba(255,255,255,0.4);
}

.style-qvmras43u {
  color: rgba(255,255,255,0.4);
}

.style-6kxcl1bjv {
  color: rgba(255,255,255,0.4);
}

.eid-e-xp6w84k {
  position: --;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eid-e-xqi7934 {
  width: 1056px;
  height: 636px;
}

.eid-e-xtjggu7 {
  width: 512px;
  height: 508px;
}

.eid-e-xumvukx {
  row-gap: 10px;
}

.style-d53nxtd6g {
  width: 100%;
}

.imp-fmo-text {
  color: #fff;
}

.style-yocsmfakn {
  width: 100%;
}

.step-card {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
}

.style-6johpqio8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
  position: relative;
  overflow: hidden;
}

.style-dxyssr8od {
  width: 100%;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.1) 0%, transparent 70%);
  top: 0;
  right: 0;
}

.style-n5m4vp7c1 {
  width: 100%;
  height: 600px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
  bottom: 0;
  left: 0;
}

.style-fwh1wvrpe {
  width: 100%;
}

.style-xbk9oiopg {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.style-da5phpdcj {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-md);
}

.style-4d8zovi6j {
  margin-inline: auto;
  max-width: 600px;
}

.style-056urp6kn {
  width: 100%;
  align-items: stretch;
  position: relative;
  z-index: 10;
}

.style-vw79flgix {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.style-1usk09mvq {
  font-family: var(--font-heading);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.15;
  transition: all 0.4s ease;
  margin-bottom: var(--spacing-lg);
}

.style-fh0m6v5uh {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-ms8jkhq0t {
  line-height: 1.6;
}

.style-k4alb3txe {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.style-wbp0a29sa {
  font-family: var(--font-heading);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.15;
  transition: all 0.4s ease;
  margin-bottom: var(--spacing-lg);
}

.style-wxpt38ue5 {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-o1bful7al {
  line-height: 1.6;
}

.style-19lwamrjy {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-53qa9sah8 {
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}

.style-xczap1pwx {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.style-3qnk5iwtu {
  font-family: var(--font-heading);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.15;
  transition: all 0.4s ease;
  margin-bottom: var(--spacing-lg);
}

.style-u0mbif2lr {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-t5vtuam45 {
  line-height: 1.6;
}

.style-a8ucjnbj4 {
  margin-top: var(--spacing-3xl);
}

.style-bqou5zinj {
  padding: var(--spacing-xl);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(0, 113, 227, 0.1) 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
  position: relative;
  z-index: 10;
}

.style-7734l21uy {
  max-width: 500px;
}

.style-y7xpma885 {
  background: var(--color-success);
  color: white;
  width: fit-content;
  margin-bottom: var(--spacing-xs);
}

.style-0rzmzab21 {
  margin: 0;
  color: white;
}

.style-xl0d7r5sd {
  color: rgba(255,255,255,0.7);
}

.style-axsqhnatn {
  border-radius: var(--radius-full);
  min-width: 240px;
  box-shadow: 0 10px 30px rgba(0, 113, 227, 0.3);
}

.eid-e-rn8ena9 {
  width: 1200px;
  height: 1176px;
  left: 0px;
  top: 0px;
}

.eid-e-rotepm2 {
  column-gap: 11px;
  width: stretch;
  height: stretch;
}

.eid-e-rs6dbbm {
  left: 0px;
  top: 0px;
}

.eid-e-rsh9k9v {
  left: 0px;
  top: 0px;
}

.eid-e-mnyxmn6 {
  left: 0px;
  top: 0px;
}

.step-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: var(--color-primary);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.ds-section-dark .ds-divider {
  border-color: rgba(255,255,255,0.1);
}

.ds-section-dark .ds-glass {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.1);
}

.imp-var-mobile .eid-e-sxvl51u {
  width: 420px;
  height: 569px;
  right: 0px;
  bottom: 0px;
}

.step-card:hover .huge-number {
  opacity: 0.4;
  transform: scale(1.1) translateX(10px);
}

@media (max-width: 767px) {
  .eid-e-svnkc4d {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .eid-e-sxvl51u {
    width: 420px;
  height: 569px;
  right: 0px;
  bottom: 0px;
  padding: 0px 0px 37px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-szle9oz {
    flex-direction: column;
  row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-ndrccug {
    flex-direction: column;
  row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-nl98ssi {
    padding: 0px 0px 0px;
  height: max-content;
  width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-oe4749g {
    flex-direction: column;
  row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-oe4ymbf {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eid-e-xp6w84k {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-xqi7934 {
    width: stretch;
  display: flex;
  flex-direction: column;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xqk0e1g {
    padding: var(--spacing-md);
  }
}

@media (max-width: 767px) {
  .eid-e-xt8npi1 {
    height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xtjggu7 {
    padding: var(--spacing-md);
  width: stretch;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-rm9psli {
    height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-rn8ena9 {
    width: stretch;
  height: max-content;
  }
}

.f0-id-el_0wTr4LI7[data-f0-id="el_0wTr4LI7"] {
  background-color: var(--color-background);
  background-image: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.15) 0%, transparent 50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 89px;
  left: 0px;
  top: 0px;
}

.imp-fmo-element.name-cta-button-primary {
  color: #000000;
}

.f0-id-el_z_nnHRey[data-f0-id="el_z_nnHRey"] {

}

.f0-id-el_aQmzA7tb[data-f0-id="el_aQmzA7tb"] {
  width: max-content;
  position: relative;
  z-index: 1;
}

.f0-id-el_Ljh5yeEd[data-f0-id="el_Ljh5yeEd"] {
  width: 100%;
}

.f0-id-el_IHarrWGE[data-f0-id="el_IHarrWGE"] {
  width: stretch;
  height: max-content;
}

.f0-id-el_RgoR1Qht[data-f0-id="el_RgoR1Qht"] {
  flex-direction: column;
  background-color: #000000;
  background-image: radial-gradient(circle at 90% 80%, #0071e300 0%, transparent 40%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f0-id-el_X8j67d2W[data-f0-id="el_X8j67d2W"] {

}

.f0-id-el_OdM9VM04[data-f0-id="el_OdM9VM04"] {

}

.f0-id-el_H2bdim_b[data-f0-id="el_H2bdim_b"] {

}

.f0-id-el_F2pXhFvq[data-f0-id="el_F2pXhFvq"] {

}

.f0-id-el_pbMgZp75[data-f0-id="el_pbMgZp75"] {

}

.f0-id-el_CqD1Kufw[data-f0-id="el_CqD1Kufw"] {

}

.f0-id-el_nKxx245L[data-f0-id="el_nKxx245L"] {
  gap: 0px;
  justify-content: flex-end;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.f0-id-el_lBg_sNV3[data-f0-id="el_lBg_sNV3"] {
  gap: 16px;
}

.imp-fmo-element.card-competitor {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
}

body {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-default);
}

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

.ds-hidden {
  display: none;
}

.ds-block {
  display: block;
}

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

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

.ds-gap-default {
  gap: var(--spacing-gap-default);
}

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

.ds-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ds-text-right {
  text-align: right;
}

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

.ds-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.ds-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.ds-container-narrow {
  max-width: var(--container-max-width-narrow);
}

.ds-container-wide {
  max-width: var(--container-max-width-wide);
}

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

.ds-bg-surface-alt {
  background-color: var(--color-surface-alt);
}

.ds-grid {
  display: grid;
}

.ds-grid-3-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .ds-grid-2-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ds-grid-3-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ds-grid-4-column {
    grid-template-columns: 1fr;
  }
}

.ds-card-elevated {
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  background: var(--color-background);
  box-shadow: var(--shadow-md);
}

.ds-card-small {
  padding: var(--card-padding-small);
}

.ds-card-medium {
  padding: var(--card-padding-medium);
}

.ds-card-large {
  padding: var(--card-padding-large);
}

.ds-button-secondary {
  background: var(--color-secondary);
  color: var(--color-text-inverse);
}

.ds-button-secondary:hover {
  background: var(--color-secondary-hover);
}

.ds-button-medium {
  height: var(--size-button-height-medium);
  padding: 0 var(--size-button-padding-x-medium);
  font-size: var(--text-size-body);
}

.ds-badge-secondary {
  background: var(--color-surface-alt);
  color: var(--color-secondary);
}

.ds-badge-muted {
  background: var(--color-surface);
  color: var(--color-text-muted);
}

.ds-badge-medium {
  font-size: var(--text-size-small);
  padding: 4px 12px;
}

.ds-icon {
  display: inline-block;
  flex-shrink: 0;
}

.ds-icon-small {
  width: var(--size-icon-small);
  height: var(--size-icon-small);
}

.ds-icon-medium {
  width: var(--size-icon-medium);
  height: var(--size-icon-medium);
}

.ds-icon-large {
  width: var(--size-icon-large);
  height: var(--size-icon-large);
}

.ds-input {
  font-family: var(--font-body);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-background);
  color: var(--color-text);
  transition: border-color var(--transition-fast);
  width: 100%;
}

.ds-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-subtle);
}

.ds-input-small {
  height: var(--size-input-height-small);
  padding: 0 var(--spacing-sm);
  font-size: var(--text-size-small);
}

.ds-input-medium {
  height: var(--size-input-height-medium);
  padding: 0 var(--spacing-md);
  font-size: var(--text-size-body);
}

.ds-input-large {
  height: var(--size-input-height-large);
  padding: 0 var(--spacing-md);
  font-size: var(--text-size-body);
}

.ds-input-error {
  border-color: var(--color-error);
}

.ds-heading-5 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h5);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
}

.ds-heading-6 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h6);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
}

.ds-text-sm {
  font-size: var(--text-size-small);
  line-height: var(--line-height-default);
}

.ds-text-lg {
  font-size: var(--text-size-h4);
  line-height: var(--line-height-default);
}

.ds-text-primary {
  color: var(--color-primary);
}

.ds-font-bold {
  font-weight: var(--font-weight-bold);
}

.ds-font-semibold {
  font-weight: var(--font-weight-semibold);
}

.ds-font-medium {
  font-weight: var(--font-weight-medium);
}

.ds-feature-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-default);
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: var(--color-background);
}

.ds-pricing-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-default);
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  background: var(--color-background);
  box-shadow: var(--shadow-md);
}

.ds-card-title {
  font-size: var(--text-size-h5);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: var(--color-text);
}

.ds-card-description {
  font-size: var(--text-size-small);
  line-height: 1.5;
  color: var(--color-text-muted);
}

.ds-text-gradient {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.ds-gradient-orb {
  position: absolute;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}

.ds-image-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ds-section-dark .ds-card-title {
  color: var(--color-text-inverse);
}

.ds-section-dark .ds-card-description {
  color: rgba(255,255,255,0.6);
}

.ds-section-dark .ds-text-gradient {
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ds-animate-float {
  animation: ds-animate-float-kf 6s ease-in-out infinite;
}

.ds-desktop-hide {
  display: none !important;
}

.f0-id-el_df0Ixvp_[data-f0-id="el_df0Ixvp_"] {
  position: relative;
  min-height: 400px;
  border-radius: var(--radius-xl);
  border: 1px solid #ffffff00;
  padding: var(--spacing-md, 16px);
  mix-blend-mode: screen;
  width: 500px;
  background-image: radial-gradient(circle, #002bb54d 0%, #000000 71.46%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f0-id-el_JB3f_Z86[data-f0-id="el_JB3f_Z86"] {
  gap: 24px;
  padding-top: 58px;
  padding-bottom: 58px;
  flex-direction: column;
  width: 100%;
  flex-shrink: 1;
  background-color: #000000;
  border: 0px solid currentColor;
}

.f0-id-el_-FOBrtSW[data-f0-id="el_-FOBrtSW"] {
  position: relative;
}

.f0-id-el_iC76E7ki[data-f0-id="el_iC76E7ki"] {

}

.tab-trigger.state-f0-active {
  background-image: linear-gradient(var(--color-primary) 0%, #0056ad 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f0-id-el_uAHcvIHf[data-f0-id="el_uAHcvIHf"] {

}

.f0-id-el_X6DT9YsT[data-f0-id="el_X6DT9YsT"] {
  transform: rotate(0deg);
}

@media (max-width: 1279px) {
  .eid-e-nxdyzin {
    max-width: unset;
  }
}

@media (max-width: 1279px) {
  .f0-id-el_df0Ixvp_[data-f0-id="el_df0Ixvp_"] {
  
  }
}

@media (max-width: 1279px) {
  .eid-e-o1v50xi {
    max-width: unset;
  }
}

.f0-id-el_MhFn5VnV[data-f0-id="el_MhFn5VnV"] {
  background-color: #ffffff08;
  position: sticky;
}

.f0-id-el_S-jY_ujg[data-f0-id="el_S-jY_ujg"] {
  width: max-content;
}

.f0-id-el_8MKN1fWb[data-f0-id="el_8MKN1fWb"] {
  display: none !important;
  position: relative;
}

.f0-id-el_AuXk6QFP[data-f0-id="el_AuXk6QFP"] {

}

.f0-id-el_EHcX58RX[data-f0-id="el_EHcX58RX"] {
  align-items: center;
  width: 100%;
}

.f0-id-el_YqrTKpc8[data-f0-id="el_YqrTKpc8"] {
  width: max-content;
}

.f0-id-el_s6GF1k1W[data-f0-id="el_s6GF1k1W"] {
  width: max-content;
}

.f0-id-el_stznifsv[data-f0-id="el_stznifsv"] {
  width: max-content;
}

.f0-id-el_XwJ2ewVb[data-f0-id="el_XwJ2ewVb"] {
  height: unset;
  width: 70%;
  aspect-ratio: 1 / 1;
  inset-inline: 0;
  margin-inline: auto;
  opacity: 1;
  mix-blend-mode: screen;
  bottom: auto;
  top: 0px;
}

.f0-id-el_aMWU6gaH[data-f0-id="el_aMWU6gaH"] {
  line-height: 1.2;
}

.f0-id-el_GDRXAIxZ[data-f0-id="el_GDRXAIxZ"] {
  background-image: radial-gradient(circle at 50% 0%, #0042e36e 0%, transparent 70%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f0-id-el_BIMmQGeK[data-f0-id="el_BIMmQGeK"] {

}

.f0-id-el_mKCLM1Ab[data-f0-id="el_mKCLM1Ab"] {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
}

.f0-id-el_vG_KBoxK[data-f0-id="el_vG_KBoxK"] {
  opacity: 0.88;
  object-fit: fill;
}

.f0-id-el_CtbQjm5P[data-f0-id="el_CtbQjm5P"] {

}

.f0-id-el_bdHu6ZgP[data-f0-id="el_bdHu6ZgP"] {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.f0-id-el_wfIvzFzF[data-f0-id="el_wfIvzFzF"] {

}

.eid-e-xms990y:hover {
  display: flex;
}

.style-wg20plzbr:hover {

}

.f0-id-el_efuAtX3-[data-f0-id="el_efuAtX3-"] {
  background-color: #000000;
  border: 1px solid #00000000;
}

.f0-id-el_efuAtX3-[data-f0-id="el_efuAtX3-"]:hover {

}

.f0-id-el_Ez8Byjay[data-f0-id="el_Ez8Byjay"] {
  display: flex;
  flex-direction: row;
  gap: 0px;
  padding-top: 1px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  align-items: center;
  justify-content: center;
}

.f0-id-el_Ez8Byjay[data-f0-id="el_Ez8Byjay"]:hover {

}

.ds-button:hover {

}

.f0-id-el_wfIvzFzF[data-f0-id="el_wfIvzFzF"]:hover {
  left: 29px;
  top: 13px;
}

@media (max-width: 767px) {
  .f0-id-el_aQmzA7tb[data-f0-id="el_aQmzA7tb"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-sfpu0au.eid-individual {
    padding-left: 20px;
  padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .style-dryt6ia8b {
    padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_fnfLkHfx[data-f0-id="el_fnfLkHfx"] {
    width: max-content;
  }
}

@media (max-width: 767px) {
  .style-cu2fjfzj6 {
    padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .style-bn8cyvae3 {
    padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_MhFn5VnV[data-f0-id="el_MhFn5VnV"] {
    width: stretch;
  justify-content: space-between;
  }
}

.f0-id-el_gEFBibTp[data-f0-id="el_gEFBibTp"] {
  opacity: 0.88;
  left: 0px;
  right: auto;
  inset-block: 0;
  margin-block: auto;
}

.f0-id-el_Hvpxsa1v[data-f0-id="el_Hvpxsa1v"] {

}

.f0-id-el_yEEYvAo4[data-f0-id="el_yEEYvAo4"] {

}

.f0-id-el_cfQ3Lejj[data-f0-id="el_cfQ3Lejj"] {

}

.f0-id-el_MVugX8al[data-f0-id="el_MVugX8al"] {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  overflow: clip;
}

.f0-id-el_so2ARSS-[data-f0-id="el_so2ARSS-"] {

}

.f0-id-el_FqyA8cuO[data-f0-id="el_FqyA8cuO"] {
  background-image: radial-gradient(circle at 49.74% 66.28%, #346ed066 0%, #00000003 41.27%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f0-id-el_s0L_vKl6[data-f0-id="el_s0L_vKl6"] {
  background-image: linear-gradient(0deg, #00000000 0%, #000000 56.9%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px solid currentColor;
}

.f0-id-el_AGzSfWI_[data-f0-id="el_AGzSfWI_"] {
  width: 100%;
}

.f0-id-el_6y9tVivu[data-f0-id="el_6y9tVivu"] {
  mix-blend-mode: screen;
}

.f0-id-el_AqtykWKi[data-f0-id="el_AqtykWKi"] {
  width: 83.5px;
  height: 83.5px;
  backdrop-filter: blur(2px);
}

.f0-id-el_RQy0k6s3[data-f0-id="el_RQy0k6s3"] {
  filter: drop-shadow(0px 0px 1px #61a8ff);
  border: 1px solid #4d75e4;
}

.f0-id-el__K4UB1J9[data-f0-id="el__K4UB1J9"] {
  background-color: #00000099;
  box-shadow: 0px 0px 40px 0px #397ecb52;
  backdrop-filter: blur(24px);
}

.f0-id-el_Z8Dn2Kxw[data-f0-id="el_Z8Dn2Kxw"] {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.f0-id-el_FGPe3ULY[data-f0-id="el_FGPe3ULY"] {
  text-align: center;
  margin-bottom: 0rem;
}

.f0-id-el_wucRqJ0d[data-f0-id="el_wucRqJ0d"] {
  width: 1920px;
  object-fit: cover;
  position: absolute;
}

.f0-id-el_zbUAoL9f[data-f0-id="el_zbUAoL9f"] {
  opacity: 0.42;
  object-fit: fill;
  height: 100%;
}

.f0-id-el_Lxzx7C8i[data-f0-id="el_Lxzx7C8i"] {
  width: 70vw;
  object-fit: cover;
  position: absolute;
  left: -10vw;
  right: auto;
  height: 50vw;
  border-radius: 42px;
}

.f0-id-el_HYEtJFSp[data-f0-id="el_HYEtJFSp"] {
  overflow: visible;
  height: 50vw;
  background-color: #000000;
  border: 1px solid #ffffff00;
}

.f0-id-el_cl0VbjTp[data-f0-id="el_cl0VbjTp"] {
  overflow: visible;
}

.f0-id-el_OJAwQRv0[data-f0-id="el_OJAwQRv0"] {
  overflow: visible;
}

.f0-id-el_ZmWVoSeX[data-f0-id="el_ZmWVoSeX"] {
  overflow: visible;
}

.f0-id-el_U1v6f6Oy[data-f0-id="el_U1v6f6Oy"] {
  overflow: visible;
}

.f0-id-el_ou5Y9lcj[data-f0-id="el_ou5Y9lcj"] {
  overflow: visible;
  height: 50vw;
  background-color: #000000;
  border: 1px solid #ffffff00;
}

.f0-id-el_RkcApy7m[data-f0-id="el_RkcApy7m"] {
  width: 70vw;
  object-fit: cover;
  position: absolute;
  left: -10vw;
  right: auto;
  height: 50vw;
  border-radius: 42px;
}

.f0-id-el_fJUqM5dh[data-f0-id="el_fJUqM5dh"] {
  overflow: visible;
  height: 50vw;
  background-color: #000000;
  border: 1px solid #ffffff00;
}

.f0-id-el_4nSABz_r[data-f0-id="el_4nSABz_r"] {
  width: 70vw;
  object-fit: cover;
  position: absolute;
  left: -10vw;
  right: auto;
  height: 50vw;
  border-radius: 42px;
}

.f0-id-el_pBFdKQgz[data-f0-id="el_pBFdKQgz"] {
  width: 72vw;
  height: 52vw;
  position: absolute;
  left: -11vw;
  right: auto;
  background-image: linear-gradient(#000000 0%, #00000000 28.48%, #00000000 74.15%, #000000 100%), linear-gradient(270deg, #ffffff00 43.74%, #000000 100%);
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  mix-blend-mode: multiply;
}

.f0-id-el_EaJeBG4i[data-f0-id="el_EaJeBG4i"] {
  display: none !important;
}

.f0-id-el_3dbY85nI[data-f0-id="el_3dbY85nI"] {
  display: none !important;
}

.f0-id-el_v9lAuQe8[data-f0-id="el_v9lAuQe8"] {
  display: none !important;
}

.f0-id-el_b7VqTDfE[data-f0-id="el_b7VqTDfE"] {
  position: relative;
}

.f0-id-el_YD4MnrMB[data-f0-id="el_YD4MnrMB"] {
  position: relative;
}

@media (max-width: 767px) {
  .f0-id-el_mURECnKm[data-f0-id="el_mURECnKm"] {
    display: flex;
  }
}

@media (max-width: 767px) {
  .f0-id-el_1sNpGvkf[data-f0-id="el_1sNpGvkf"] {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .f0-id-el_EHcX58RX[data-f0-id="el_EHcX58RX"] {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .f0-id-el_aS8LLXwB[data-f0-id="el_aS8LLXwB"] {
    width: 153.5px;
  display: flex;
  position: relative;
  height: unset;
  }
}

.f0-id-el_aS8LLXwB[data-f0-id="el_aS8LLXwB"] {
  position: absolute;
  display: none;
}

@media (max-width: 767px) {
  .f0-id-el_mKCLM1Ab[data-f0-id="el_mKCLM1Ab"] {
  
  }
}

@media (max-width: 768px) {
  .f0-id-el_aS8LLXwB[data-f0-id="el_aS8LLXwB"] {
  
  }
}

@media (max-width: 767px) {
  .imp-fmod {
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .f0-id-el__K4UB1J9[data-f0-id="el__K4UB1J9"] {
  
  }
}

@media (max-width: 767px) {
  .ds-card {
    border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_gEFBibTp[data-f0-id="el_gEFBibTp"] {
    width: unset;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  inset-inline: 0;
  margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .style-3g9msf19d {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .ds-text-body {
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .style-edk4hguxh {
    padding-left: 29px;
  padding-right: 29px;
  }
}

.f0-id-el_NKF1jLzB[data-f0-id="el_NKF1jLzB"] {

}

.f0-id-el_g7tMPkCm[data-f0-id="el_g7tMPkCm"] {
  width: 72vw;
  height: 52vw;
  position: absolute;
  left: -11vw;
  right: auto;
  background-image: linear-gradient(#000000 0%, #00000000 28.48%, #00000000 74.15%, #000000 100%), linear-gradient(270deg, #ffffff00 43.74%, #000000 100%);
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  mix-blend-mode: multiply;
  inset-block: 0;
  margin-block: auto;
}

.f0-id-el_iGByz03B[data-f0-id="el_iGByz03B"] {
  width: 72vw;
  height: 52vw;
  position: absolute;
  left: -11vw;
  right: auto;
  background-image: linear-gradient(#000000 0%, #00000000 28.48%, #00000000 74.15%, #000000 100%), linear-gradient(270deg, #ffffff00 43.74%, #000000 100%);
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  mix-blend-mode: multiply;
  inset-block: 0;
  margin-block: auto;
}

.f0-id-el_77QlpZis[data-f0-id="el_77QlpZis"] {
  justify-content: space-between;
  gap: 0px;
}

.f0-id-el_mURECnKm[data-f0-id="el_mURECnKm"] {
  width: 140px;
  position: relative;
}

.f0-id-el_3IQZD6ym[data-f0-id="el_3IQZD6ym"] {
  position: relative;
  left: 0px;
  top: 0px;
}

.f0-id-el_z501m0Zd[data-f0-id="el_z501m0Zd"] {
  position: relative;
}

.f0-id-el_uZEWDQSL[data-f0-id="el_uZEWDQSL"] {
  position: relative;
}

.f0-id-el_1sNpGvkf[data-f0-id="el_1sNpGvkf"] {
  position: relative;
}

.f0-id-el_iRYm8v_Y[data-f0-id="el_iRYm8v_Y"] {
  width: 140px;
  height: 18.00001028644309px;
}

.f0-id-el_WdOh53rU[data-f0-id="el_WdOh53rU"] {

}

.f0-id-el_5IMU_Vgm[data-f0-id="el_5IMU_Vgm"] {
  width: stretch;
}

.f0-id-el_9uMM5HSb[data-f0-id="el_9uMM5HSb"] {
  position: fixed;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  display: flex;
  bottom: 16px;
  top: auto;
  right: 16px;
  left: auto;
}

.f0-id-el_c_jRzrlj[data-f0-id="el_c_jRzrlj"] {
  color: #ffffff;
}

.f0-id-el_vVDfJMpC[data-f0-id="el_vVDfJMpC"] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset-inline: 0;
  margin-inline: auto;
  bottom: auto;
  top: 0px;
  background-color: #0000008c;
  z-index: -1;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .f0-id-el_XwJ2ewVb[data-f0-id="el_XwJ2ewVb"] {
    display: none;
  }
}

@media (max-width: 767px) {
  .f0-id-el_wucRqJ0d[data-f0-id="el_wucRqJ0d"] {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .f0-id-el_iGByz03B[data-f0-id="el_iGByz03B"] {
    background-image: linear-gradient(#000000 0%, #00000000 28.48%, #00000000 74.15%, #000000 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 102vw;
  height: 62vw;
  left: -24PX;
  right: auto;
  }
}

@media (max-width: 767px) {
  .f0-id-el_pBFdKQgz[data-f0-id="el_pBFdKQgz"] {
    background-image: linear-gradient(#000000 0%, #00000000 28.48%, #00000000 74.15%, #000000 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 102vw;
  height: 62vw;
  left: -24PX;
  right: auto;
  }
}

@media (max-width: 767px) {
  .f0-id-el_g7tMPkCm[data-f0-id="el_g7tMPkCm"] {
    background-image: linear-gradient(#000000 0%, #00000000 28.48%, #00000000 74.15%, #000000 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 102vw;
  height: 62vw;
  left: -24PX;
  right: auto;
  }
}

@media (max-width: 767px) {
  .f0-id-el_RkcApy7m[data-f0-id="el_RkcApy7m"] {
    height: 60vw;
  width: 100vw;
  left: -20PX;
  right: auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_4nSABz_r[data-f0-id="el_4nSABz_r"] {
    height: 60vw;
  width: 100vw;
  left: -20PX;
  right: auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_Lxzx7C8i[data-f0-id="el_Lxzx7C8i"] {
    height: 60vw;
  width: 100vw;
  left: -20PX;
  right: auto;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_OJAwQRv0[data-f0-id="el_OJAwQRv0"] {
    height: 660px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_IHarrWGE[data-f0-id="el_IHarrWGE"] {
    height: 660px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_rT50IkrU[data-f0-id="el_rT50IkrU"] {
    height: 660px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_nAdP6DKZ[data-f0-id="el_nAdP6DKZ"] {
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .f0-id-el_5IMU_Vgm[data-f0-id="el_5IMU_Vgm"] {
    display: flex;
  flex-direction: column;
  align-items: center;
  }
}

@media (max-width: 767px) {
  .f0-id-el_ZQFphHqB[data-f0-id="el_ZQFphHqB"] {
    flex-direction: row;
  gap: 24px;
  }
}

@media (max-width: 767px) {
  .f0-id-el_lBg_sNV3[data-f0-id="el_lBg_sNV3"] {
    align-items: center;
  }
}

.f0-id-el_rDcv0u5w[data-f0-id="el_rDcv0u5w"] {
  width: stretch;
  background: transparent;
  height: stretch;
  position: absolute;
}

.f0-id-el_jzgfucSI[data-f0-id="el_jzgfucSI"] {
  position: absolute;
  right: 12px;
  left: 0px;
  top: 0px;
  bottom: auto;
}

.f0-id-el_VVgj5BNC[data-f0-id="el_VVgj5BNC"] {
  width: 23.999786577827695px;
  height: 24.000058539328684px;
  position: absolute;
  top: 12px;
  bottom: auto;
  right: 12px;
  left: auto;
}

.f0-id-el_WXL6I5qS[data-f0-id="el_WXL6I5qS"] {
  width: 1200px;
  background: transparent;
  aspect-ratio: 16/9;
  max-width: 90vw;
}

@media (max-width: 767px) {
  .f0-id-el_GeWWzzVJ[data-f0-id="el_GeWWzzVJ"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_aXei8k1A[data-f0-id="el_aXei8k1A"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_gpI9AiIg[data-f0-id="el_gpI9AiIg"] {
    width: stretch;
  }
}

header {
  max-width: 100vw;
  overflow-x: clip;
}

footer {
  max-width: 100vw;
  overflow-x: clip;
}

input {
  border-width: 0px;
  outline: none;
  background: transparent;
  color: inherit;
}

button {
  border-width: 0px;
  outline: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

select {
  border: 0;
  background: transparent;
  appearance: none;
}

textarea {
  outline: none;
  border: 0px;
  resize: none;
  background: transparent;
}

.imp-fmod img:not(.imp-fmod) {
  width: 100%;
}

img {
  object-fit: cover;
  object-position: center;
  overflow: hidden !important;
  min-width: 0;
}

.imp-stage:not(.presentation)>.imp-page>.imp-fmod {
  width: 100% !important;
  top: unset !important;
  left: unset !important;
}

.viewport {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
}

.imp-page {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
  width: 100%;
  display: flex;
  padding: 0px;
  margin: auto;
  container-type: inline-size;
  --grid-template-rows: minmax(20px, auto) 1fr;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  align-items: top;
  justify-content: center;
  flex-direction: column;
}

.imp-stage {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
  --grid-template-rows: minmax(20px, auto) 1fr;
}

.fmowidget {
  --zero: 0px;
  --4xs: 1px;
  --3xs: 2px;
  --2xs: 4px;
  --xs: 8px;
  --sm: 12px;
  --md: 16px;
  --lg: 20px;
  --xl: 24px;
  --2xl: 32px;
  --3xl: 40px;
  --4xl: 48px;
  --5xl: 56px;
  --6xl: 64px;
  --7xl: 72px;
  --8xl: 80px;
  --9xl: 88px;
  --10xl: 96px;
  --full: 100%;
  --half: 50%;
  --quarter: 25%;
  --three-quarters: 75%;
  --one-third: 33.33%;
  --two-thirds: 66.66%;
  --one-fourth: 25%;
  --three-fourths: 75%;
  --one-fifth: 20%;
  --two-fifths: 40%;
  --three-fifths: 60%;
  --four-fifths: 80%;
  --one-sixth: 16.66%;
  --five-sixths: 83.33%;
  --one-seventh: 14.28%;
  --two-sevenths: 28.57%;
  --three-sevenths: 42.85%;
  --four-sevenths: 57.14%;
  --five-sevenths: 71.42%;
  --six-sevenths: 85.71%;
  --color-primitive-white: 255 255 255;
  --color-primitive-black: 0 0 0;
  --color-transparent: transparent;
  --transition-none: 0s;
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.6s;
  --unset: unset;
  --thin: 100;
  --extra-light: 200;
  --light: 300;
  --normal: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;
  --scrollbar-bg-color: transparent;
  --scrollbar-thumb-color: #28282887;
  --scrollbar-radius: 20px;
  --scrollbar-width: 4px;
  --text-select-color: #b2d4fd;
  width: 100%;
  display: flex;
  padding: 0px;
  margin: auto;
  container-type: inline-size;
  --grid-template-rows: minmax(20px, auto) 1fr;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  align-items: top;
  justify-content: center;
  flex-direction: column;
}

html *:not(.drag) {
  app-region: no-drag !important;
  -webkit-app-region: no-drag !important;
  -webkit-user-drag: none !important;
}

[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.imp-fmod {
  transform-origin: center center;
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: auto;
}

.imp-fmod>svg {
  width: 100%;
  height: auto;
}

.state-anim .imp-fmo-text[data-sizing-y="hug"] {
  height: max-content !important;
  max-height: max-content !important;
  grid-template-rows: auto;
}

.state-anim .imp-fmo-text[data-sizing-y="hug"]>* {
  height: 16px;
  max-height: max-content !important;
  grid-template-rows: auto;
}

.state-anim .imp-fmo-text[data-sizing-x="hug"] {
  width: max-content !important;
  max-width: max-content !important;
  grid-template-columns: auto;
}

.state-anim .imp-fmo-text[data-sizing-x="hug"]>* {
  width: auto;
  max-width: max-content !important;
  grid-template-columns: auto;
}

.swiper-marquee .swiper-wrapper {
  transition-timing-function: linear;
}

.imp-fmod:has(> .swiper-wrapper.rtl) {
  direction: rtl !important;
}

.imp-fmod .swiper-wrapper.rtl .swiper-slide {
  direction: ltr !important;
}

.imp-fmod[type="file"] {
  position: static;
}

.flex:not(.section)>*:not(.abs):not(.fill) {
  transform-origin: center;
  flex-shrink: 0;
}

.flex:not(.section)>*.fill:not(.abs) {
  transform-origin: center;
  flex-shrink: 1;
}

html .align-content-unset {
  align-content: unset;
}

ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
}

ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: decimal;
}

blockquote {
  margin: 0;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  color: inherit;
}

h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  color: inherit;
}

h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h3);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: inherit;
}

h4 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h4);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: inherit;
}

h5 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h5);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
  color: inherit;
}

h6 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: var(--text-size-h6);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
  color: inherit;
}

hr {
  margin: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-relaxed);
  color: inherit;
}

pre {
  margin: 0;
}

body:has(.scroll-snap:not(.preview)) {
  overflow: hidden;
  height: 100vh !important;
}

main.scroll-snap {
  scroll-snap-type: y mandatory !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

main.scroll-snap>* {
  scroll-snap-align: start;
}

.main_container {
  width: 100%;
  display: flex;
  padding: 0px;
  margin: auto;
}

.imp-free-mode {
  display: grid !important;
  grid-template-columns: 100% 1fr !important;
  grid-template-rows: 100% 1fr !important;
  grid-area: 1 / 1 / 2 / 2 !important;
}

.imp-free-mode>.imp-fmod {
  grid-area: 1 / 1 / 2 / 2 !important;
}

.rel {
  position: relative;
}

svg {
  position: relative;
}

.imp-lottie svg>g {
  transform: translate(0%, 0%);
}

.will-change {
  will-change: auto;
}

input::placeholder {
  opacity: 0.65;
}

textarea::placeholder {
  opacity: 0.65;
}

.inner-select {
  background-color: transparent;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pointer {
  cursor: pointer;
}

.transform-origin-center {
  transform-origin: center;
}

.imp-lottie canvas {
  object-fit: cover;
}

.spline-canvas {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.z-index-top {
  z-index: 9;
}

.flex>.sticky {
  top: 0;
  margin: 0;
}

.pin-spacer>.scroll {
  max-width: 9999px !important;
  max-height: 9999px !important;
  transform-origin: center;
}

.swiper-slide.inner_grid {
  display: grid;
}

.swiper-slide.flex {
  display: flex;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-wrapper .swiper-slide-active {
  visibility: visible !important;
}

.swiper-fade>.swiper-wrapper>*:not(.swiper-slide-visible) {
  height: 0;
}

.split-text.overflow-hidden>* {
  overflow: clip;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.imp-fmod>iframe {
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: stretch !important;
  height: stretch !important;
  width: stretch !important;
  height: stretch !important;
}

.video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkinvert input {
  color: var(--darkest);
}

.special-input>input[type="file"]::file-selector-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-input:has(> input[type="file"])>.imp-fmod:not(input[type="file"]) {
  pointer-events: none;
}

.special-input:has(> input[type="file"])>.imp-fmod:not(input[type="file"])>* {
  transition: all 0.2s ease !important;
}

.special-input:has(> input[type="file"][value=""])>.imp-fmod:not(input[type="file"])>*:first-child {
  opacity: 1;
}

.special-input:has(> input[type="file"][value=""])>.imp-fmod:not(input[type="file"])>*:not(:first-child) {
  opacity: 0;
}

.special-input:has(> input[type="file"]:not([value=""]))>.imp-fmod:not(input[type="file"])>*:first-child {
  opacity: 0;
}

.special-input:has(> input[type="file"]:not([value=""]))>.imp-fmod:not(input[type="file"])>*:not(:first-child) {
  opacity: 0.9;
}

.special-input>input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-input>input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.special-input>input[type="radio"]~ :last-child {
  display: grid !important;
  opacity: 0;
  transition: opacity 0.5s;
}

.special-input>input[type="radio"]:checked~ :last-child {
  opacity: 1;
}

.special-input>input[type="radio"]:checked~ :last-child.flex {
  opacity: 1;
}

.special-input>input[type="checkbox"]~ :last-child {
  display: flex !important;
  opacity: 0;
  transition: opacity 0.5s;
}

.special-input>input[type="checkbox"]:checked~ :last-child {
  opacity: 1;
}

.special-input>input[type="checkbox"]:checked~ :last-child.flex {
  opacity: 1;
}

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

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

video {
  background-color: transparent !important;
  min-width: 0;
}

.fmo {
  min-width: 0;
}

@media (max-width: 1279px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .imp-stage *[data-hide-desktop="true"] {
    display: none !important;
  }
}

.imp-stage *[data-hide-all="true"] {
  display: none !important;
}

body.antialiased {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
  height: 100dvh;
}

.imp-fmod[style*="visibility: hidden"] {
  pointer-events: none;
}

.top-ctrl[style*="visibility: hidden"] {
  pointer-events: none;
}

.abs {
  position: absolute;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.text-element-container {
  width: 100%;
  height: 100%;
}

html body .swiper-wrapper>.imp-fmod:not(.qqq > .qqq) {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.imp-page *[data-scroll-snap="true"] {
  scroll-snap-type: y mandatory !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

.fmowidget *[data-scroll-snap="true"] {
  scroll-snap-type: y mandatory !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

body:has(.imp-page *[data-scroll-snap="true"]) {
  overflow: hidden;
  height: 100vh !important;
}

body:has(.fmowidget *[data-scroll-snap="true"]) {
  overflow: hidden;
  height: 100vh !important;
}

.swiper-initialized .swiper-slide.swiper-slide-next {
  display: grid;
}

.swiper-initialized .swiper-slide.swiper-slide-next.flex {
  display: flex;
}

.swiper-initialized .swiper-slide.swiper-slide-next[data-auto-layout="true"] {
  display: flex;
}

.card-anim {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tabs-triggers-container>* {
  cursor: pointer !important;
}

html body .imp-fmod.timeline-hidden {
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

.presentation .name-fmo-imported-page:empty {
  display: none !important;
}

:root {
  --bp-desktop: 1280px;
  --bp-mobile: 767px;
  --bp-tablet: 1023px;
  --card-padding-large: 32px;
  --card-padding-medium: 24px;
  --card-padding-small: 16px;
  --color-accent: #FFFFFF;
  --color-accent-subtle: #ffffff;
  --color-background: #000000;
  --color-border: #27272A;
  --color-border-subtle: #18181B;
  --color-error: #EF4444;
  --color-primary: #0071E3;
  --color-primary-hover: #0053a6;
  --color-primary-subtle: #d9eafb;
  --color-secondary: #27272A;
  --color-secondary-hover: #0a0a0a;
  --color-success: #10B981;
  --color-surface: #0C0C0E;
  --color-surface-alt: #18181B;
  --color-text: #F9FAFB;
  --color-text-inverse: #ffffff;
  --color-text-muted: #A1A1AA;
  --color-warning: #F59E0B;
  --container-max-width-default: 1200px;
  --container-max-width-narrow: 960px;
  --container-max-width-wide: 1440px;
  --font-body: Inter;
  --font-heading: Inter;
  --font-mono: JetBrains Mono;
  --font-weight-bold: 700;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --letter-spacing-default: -0.01em;
  --letter-spacing-tight: -0.03em;
  --line-height-default: 1.55;
  --line-height-relaxed: 1.75;
  --line-height-tight: 1.1;
  --radius-full: 9999px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-none: 0;
  --radius-sm: 6px;
  --radius-xl: 48px;
  --shadow-lg: 0 0 60px rgba(124, 58, 237, 0.15), 0 20px 40px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.6);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 0 100px , 0 40px 80px rgba(0, 0, 0, 0.8);
  --size-button-height-large: 52px;
  --size-button-height-medium: 44px;
  --size-button-height-small: 32px;
  --size-button-padding-x-large: 28px;
  --size-button-padding-x-medium: 20px;
  --size-button-padding-x-small: 12px;
  --size-icon-large: 32px;
  --size-icon-medium: 24px;
  --size-icon-small: 16px;
  --size-input-height-large: 48px;
  --size-input-height-medium: 40px;
  --size-input-height-small: 32px;
  --spacing-2xl: 5.25rem;
  --spacing-2xs: 0.25rem;
  --spacing-3xl: 8.5rem;
  --spacing-gap-default: 1rem;
  --spacing-gap-spacious: 2rem;
  --spacing-gap-tight: 0.5rem;
  --spacing-lg: 2rem;
  --spacing-md: 1.25rem;
  --spacing-section-horizontal: 5vw;
  --spacing-section-vertical: 10rem;
  --spacing-sm: 0.75rem;
  --spacing-xl: 3.25rem;
  --spacing-xs: 0.5rem;
  --text-size-body: 1rem;
  --text-size-caption: 0.75rem;
  --text-size-h1: clamp(2.5rem, 5.5vw, 6rem);
  --text-size-h2: clamp(2.1rem, 4vw, 4.29rem);
  --text-size-h3: clamp(1.7rem, 4vw, 2.86rem);
  --text-size-h4: clamp(1.5rem, 3vw, 1.91rem);
  --text-size-h5: 1.27rem;
  --text-size-h6: 1rem;
  --text-size-small: 0.875rem;
  --transition-fast: 150ms cubic-bezier(0.2, 0, 0, 1);
  --transition-normal: 300ms cubic-bezier(0.2, 0, 0, 1);
  --transition-slow: 500ms cubic-bezier(0.2, 0, 0, 1);
  --z-dropdown: 1000;
  --z-modal: 1050;
  --z-sticky: 1020;
  --z-tooltip: 1100;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-default);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--color-primary);
  text-decoration: none !important;
  text-underline-offset: 2px;
  transition: color var(--transition-fast);
}

a:hover {
  color: #ffffff;
}

.ds-section-dark h1 {
  color: var(--color-text-inverse);
}

.ds-section-dark h2 {
  color: var(--color-text);
}

.ds-section-dark h3 {
  color: var(--color-text-inverse);
}

.ds-section-dark h4 {
  color: var(--color-text-inverse);
}

.ds-section-dark a:not(.ds-button) {
  color: rgba(255,255,255,0.8);
}

.ds-section-dark a:not(.ds-button):hover {
  color: #fff;
}

details {
  padding: var(--spacing-md);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.3s ease;
}

summary {
  list-style: none;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.3s ease;
}

.details summary::after {
  transform: rotate(45deg);
}

.menu-trigger span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.is-active.menu-trigger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.is-active.menu-trigger span:nth-child(2) {
  opacity: 0;
}

.is-active.menu-trigger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.table div:not(.category-row):not(.table-header-cell):hover {
  background: rgba(255,255,255,0.02);
}

section {
  background: radial-gradient(circle at 10% 20%, rgba(0, 113, 227, 0.03) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(0, 113, 227, 0.03) 0%, transparent 40%);
}

.compare-table th {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.05);
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.compare-table td {
  padding: var(--spacing-md) var(--spacing-lg);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.2s ease;
}

.compare-table tr:hover td {
  background: rgba(255,255,255,0.03);
}

.vs-table th {
  padding: var(--spacing-md);
  text-align: left;
  color: var(--color-text-muted);
  font-size: var(--text-size-small);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vs-table td {
  padding: var(--spacing-md);
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.vs-table tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  transform: scale(1.005);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.vs-table td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  font-weight: 600;
}

.vs-table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.savings-section h2 {
  color: #003366;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  color: #fff;
}

.ds-flex {
  display: flex;
}

.ds-flex-column {
  display: flex;
  flex-direction: column;
}

.ds-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-flex-between {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ds-gap-tight {
  gap: var(--spacing-gap-tight);
}

.ds-gap-spacious {
  gap: var(--spacing-gap-spacious);
}

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

.ds-relative {
  position: relative;
}

.ds-absolute {
  position: absolute;
}

.ds-sticky {
  position: fixed;
}

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

.ds-overlay {
  inset: 0;
  position: absolute;
}

.ds-container {
  max-width: var(--container-max-width-default);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-section-horizontal);
  padding-right: var(--spacing-section-horizontal);
}

.ds-section {
  width: 100%;
  box-sizing: border-box;
}

.ds-section-padding-tight {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
}

.ds-section-padding-default {
  padding-top: var(--spacing-section-vertical);
  padding-bottom: var(--spacing-section-vertical);
}

.ds-section-padding-spacious {
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-3xl);
}

.ds-section-dark {
  background-color: #111827;
  color: var(--color-text-inverse);
}

.ds-grid-2-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ds-card {
  padding: var(--card-padding-medium);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4),
    0 1px 1px rgba(255,255,255,0.05) inset;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal), border-color var(--transition-normal);
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
  border-bottom-right-radius: var(--radius-xl);
  border-bottom-left-radius: var(--radius-xl);
}

.ds-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--font-body);
  font-weight: var(--font-weight-medium);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition-normal);
  border-radius: var(--radius-md);
}

.ds-button-primary {
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
  color: var(--color-text);
  box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset,
    0 8px 16px rgba(0, 113, 227, 0.3),
    0 0 0 1px rgba(255,255,255,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
  animation: button-pulse 3s infinite;
}

.ds-button-small {
  padding: 0 var(--size-button-padding-x-small);
  height: var(--size-button-height-small);
  font-size: var(--text-size-small);
}

.ds-button-large {
  padding: 0 var(--size-button-padding-x-large);
  height: var(--size-button-height-large);
  font-size: var(--text-size-body);
}

.ds-badge {
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: var(--text-size-small);
  font-weight: 600;
}

.ds-badge-primary {
  color: var(--color-primary);
}

.ds-badge-small {
  padding: 2px 8px;
  font-size: var(--text-size-caption);
}

.ds-nav {
  width: 100%;
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ds-heading-1 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h1);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

.ds-heading-2 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h2);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

.ds-heading-3 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h3);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
}

.ds-heading-4 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h4);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
}

.ds-text-body {
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: 1.6;
  color: var(--color-text-muted);
}

.ds-text-small {
  font-size: var(--text-size-small);
  line-height: var(--line-height-default);
}

.ds-text-caption {
  font-size: var(--text-size-caption);
  line-height: var(--line-height-default);
}

.ds-list-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-gap-tight);
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-default);
  color: var(--color-text);
}

.ds-section-header {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-tight);
  text-align: center;
  max-width: 50rem;
}

.ds-nav-link {
  padding: var(--spacing-xs) var(--spacing-sm);
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.ds-button-hover {
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease, filter 0.2s ease;
}

.ds-button-outline {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--color-text);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 1px rgba(255,255,255,0.1) inset;
}

.ds-tabs-nav {
  padding: 6px;
  display: flex;
  justify-content: center;
  gap: var(--spacing-sm);
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-full);
  width: fit-content;
}

.style-5myu3p4fc {

}

.style-vulmnavvp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-background);
}

.style-edk4hguxh {
  padding: var(--spacing-md) 0;
  width: 100%;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.eid-e-oeqji5b {
  height: max-content;
  left: 0px;
  top: 0px;
}

.eid-e-oetg4dc {
  height: 4434px;
  width: 1440px;
}

.eid-e-of752et {
  padding: 0px 0px 67px 0px;
  width: 1440px;
  row-gap: 0px;
}

.eid-e-ofk5mp9 {
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
}

.eid-e-og6m2kj {
  padding: 80px 0px 80px 0px;
  width: stretch;
  height: max-content;
}

.mobile-menu-overlay {
  inset: 0;
  padding: 80px var(--spacing-section-horizontal) var(--spacing-xl);
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-bottom: auto;
}

.mobile-nav-link {
  padding: var(--spacing-sm) 0;
  font-size: var(--text-size-h3);
  font-weight: var(--font-weight-semibold);
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color var(--transition-fast);
}

.menu-trigger {
  padding: 8px;
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2100;
  flex-direction: column;
  gap: 6px;
}

.style-zmvuocvx1 {
  border-radius: var(--radius-full);
}

.eid-e-1kq491f {
  left: 0px;
  top: 0px;
}

.eid-e-1kqt23e {
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.eid-e-1kqsvol {
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.eid-e-1kqh042 {
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.ds-prismatic-surface {
  backdrop-filter: blur(24px) saturate(180%);
  overflow: hidden;
  position: absolute;
}

.ds-text-aberration {
  text-shadow: -0.015em 0 rgba(255, 0, 0, 0.5),
    0.015em 0 rgba(0, 255, 255, 0.5);
}

.ds-glow-orb {
  mix-blend-mode: screen;
}

.style-oo69wvlcl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.15) 0%, transparent 50%), var(--color-background);
}

.style-vc2uuh48b {
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}

.style-965j31do6 {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.2), transparent 70%);
  z-index: 1;
  top: 10%;
  left: -5%;
}

.style-l2kittnwp {
  width: 35vw;
  height: 35vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15), transparent 70%);
  z-index: 1;
  bottom: 10%;
  right: -5%;
}

.style-pcmbifftj {
  width: 100%;
  z-index: 2;
  text-align: center;
}

.style-tye6sssp7 {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-sm);
}

.style-3g9msf19d {
  margin: 0 auto;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
}

.style-982qewit9 {
  margin-top: var(--spacing-xl);
}

.style-ria75sh5v {
  border-radius: var(--radius-full);
}

.style-ji6jmu21h {
  border-radius: var(--radius-full);
  min-width: 200px;
}

.style-18xbyz95f {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 40px 100px rgba(0,0,0,0.8);
  margin-top: var(--spacing-3xl);
}

.eid-e-xmfmg0w {
  row-gap: 41px;
  align-items: center;
  column-gap: 0px;
}

.eid-e-xmjtn5e {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  text-align: center;
  left: 0px;
  top: 0px;
}

.eid-e-xmpvwxm {
  margin: var(--0px0) 0px 0px 0px;
  column-gap: 22px;
  width: max-content;
}

.eid-e-xms990y {
  width: max-content;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}

.eid-e-xmycwl4 {
  margin: 10px 0px 0px 0px;
}

.ds-card-prismatic {
  position: relative;
  overflow: hidden;
  background: rgba(18, 18, 20, 0.4);
}

.style-p6khugiuk {
  z-index: var(--z-sticky);
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  top: 0;
}

.style-pqo84c22o {
  height: 18px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.2));
}

.style-vt7nybap6 {
  color: rgba(255,255,255,0.8);
}

.style-q48d2us0y {
  color: rgba(255,255,255,0.8);
}

.style-g2geai9o3 {
  color: rgba(255,255,255,0.8);
}

.style-l0sr1nzan {
  padding: 0 20px;
  border-radius: var(--radius-full);
}

.style-6upswusr5 {
  display: none;
}

.style-ywu18ds4i {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: black;
}

.style-4p3mrw749 {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.style-9hlhzylj5 {
  color: white;
  letter-spacing: -0.04em;
}

.style-rwtt4t4xy {
  padding: 6px;
  border-radius: var(--radius-full);
}

.style-4y6isf4yo {
  margin-top: var(--spacing-lg);
}

.style-853kdjih3 {
  color: white;
  font-weight: 700;
}

.style-ffkfnum5p {
  list-style: none;
  padding-left: 0;
}

.style-dv8mbargr {
  color: rgba(255, 255, 255, 0.7);
}

.style-w82obxki3 {
  color: rgba(255, 255, 255, 0.7);
}

.style-ts6zg8t74 {
  color: rgba(255, 255, 255, 0.7);
}

.style-u1zel1gdz {
  color: rgba(255, 255, 255, 0.7);
}

.style-rzlc69b76 {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

.style-kxj6l91ge {
  color: rgba(255,255,255,0.4);
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.style-qqgew5tqi {
  opacity: 0.3;
}

.style-26v9og0kc {
  z-index: 2;
}

.style-18ca50r5p {
  color: white;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.style-xl5zioqyr {
  margin: 0 auto;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
}

.style-orzc2v0oz {
  margin-top: var(--spacing-md);
}

.style-7h168l1lk {
  background: white;
  color: var(--color-background);
  border-radius: var(--radius-full);
  min-width: 220px;
  font-weight: 700;
}

.style-lmo1koas1 {
  opacity: 0.8;
  margin-top: var(--spacing-sm);
}

.style-wg20plzbr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.style-s7wl2tpf0 {
  height: 24px;
  width: auto;
  opacity: 1;
}

.style-kij9m4mr6 {
  color: rgba(255, 255, 255, 0.5);
}

.style-hfk6ozr09 {
  color: white;
  font-weight: 700;
}

.style-kccxf8oag {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-e9qqbxrks {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-c7c4r3ig5 {
  color: white;
  font-weight: 700;
}

.style-oj14ftswg {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-1d9li6ara {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.style-urlha7s1s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-md);
}

.style-a0ct5vgjl {
  color: rgba(255, 255, 255, 0.3);
}

.style-jos0pxyou {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.style-x6bnmzebj {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.eid-e-sfpu0au {
  padding: 0px var(--spacing-xl) 0px var(--spacing-2xl);
  width: 1200px;
  height: max-content;
}

.eid-e-sfxewm9 {
  width: 1096px;
  height: 411px;
  justify-content: center;
  align-items: center;
}

.eid-e-sfxz5zi {
  width: max-content;
}

.eid-e-sgcxxi7 {
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  flex-grow: 0;
}

.eid-e-sgffhe2 {
  row-gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  width: max-content;
}

.eid-e-sgz27l3 {
  height: auto;
  flex-shrink: 1;
}

.eid-e-sh53vmx {
  display: flex;
  height: max-content;
}

.eid-e-shbfvjo {
  align-items: center;
  justify-content: center;
}

.eid-e-shej6qh {
  text-align: center;
}

.eid-e-shh8oef {
  text-align: center;
}

.eid-e-shsh5lq {
  height: max-content;
}

.eid-e-sipmayk {
  column-gap: 7px;
}

.ds-running-border {
  padding: 1px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ds-spectral-orb-complex {
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle at center, 
    rgba(0, 113, 227, 0.2) 0%, 
    rgba(139, 92, 246, 0.15) 30%, 
    rgba(0, 255, 255, 0.1) 60%, 
    transparent 80%
  );
  filter: blur(120px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.ds-button-refractive {
  position: relative;
  overflow: hidden;
}

.style-yhznx5osb {
  opacity: 0.4;
  top: -20%;
  right: -10%;
}

.style-bz542d80v {
  opacity: 0.4;
  bottom: -20%;
  left: -10%;
}

.ds-refractive-glass {
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.2),
    0 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.style-w9vl5wpdh {
  padding: 6px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255,255,255,0.05);
}

.style-dryt6ia8b {
  padding: 10px 24px;
  border: none;
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
  color: white;
  position: relative;
}

.style-cu2fjfzj6 {
  padding: 10px 24px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.4);
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
}

.style-bn8cyvae3 {
  padding: 10px 24px;
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.4);
  border-radius: var(--radius-full);
  font-weight: 600;
  cursor: pointer;
}

.style-9gxngk024 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}

.style-9bk6gqcpm {
  transform: translateX(-50%);
  width: 60vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.12) 0%, transparent 70%);
  top: -10%;
  left: 50%;
}

.style-3249g0gbj {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
  bottom: -10%;
  left: 20%;
}

.style-q55fyv1dy {
  width: 100%;
  z-index: 2;
}

.style-9qe4lv8zu {
  margin-bottom: var(--spacing-3xl);
}

.style-wcgistwhc {
  letter-spacing: 0.1em;
  border: 1px solid rgba(0, 113, 227, 0.2);
  color: var(--color-primary);
  margin-bottom: var(--spacing-sm);
}

.style-yotk1cr0v {
  color: #ff2020;
  margin-bottom: var(--spacing-md);
}

.style-77b2h3vqw {
  margin: 0 auto;
  max-width: 640px;
  color: var(--color-text-muted);
}

.style-ybdxl63pk {
  align-items: stretch;
}

.style-0xexfod3d {
  padding: var(--spacing-xl);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.015);
  border: 1px dashed rgba(255,255,255,0.1);
}

.style-wup5o2ncm {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 4px;
}

.style-ko9bhbiz5 {
  color: var(--color-error);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.style-458cbxt1r {
  padding: var(--spacing-lg);
  border-radius: var(--radius-lg);
  background: #080808;
  border: 1px solid rgba(0, 113, 227, 0.3);
  box-shadow: 0 0 40px rgba(0, 113, 227, 0.15);
}

.style-1g8c21jt7 {
  width: stretch;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}

.style-mhcdlpaj4 {
  border-radius: var(--radius-full);
  font-weight: 700;
  background: linear-gradient(180deg, var(--color-primary) 0%, #0056ad 100%);
  margin-top: var(--spacing-md);
}

.eid-e-nvtm37g {
  width: 1200px;
}

.eid-e-nw2m435 {
  align-items: center;
}

.eid-e-nwcf9bp {
  width: max-content;
}

.eid-e-nwmkpx5 {
  color: var(--color-accent);
  max-width: 760px;
  width: stretch;
}

.eid-e-nx4b09e {
  width: 1056px;
}

.eid-e-nxdyzin {
  padding: 29px 0px 35px 0px;
  width: stretch;
  height: max-content;
  row-gap: 13px;
}

.eid-e-nxu3l81 {
  padding-left: 15px;
  width: stretch;
  height: stretch;
  row-gap: 10px;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(3, 33%);
  row-gap: 10px;
  column-gap: 14px;
  mix-blend-mode: screen;
  column-gap: 14px;
  grid-template-rows: repeat(3, minmax(0px, 1fr));
  padding: 0px 37px 0px 37px;
}

.eid-e-nxuk44j {
  width: max-content;
  height: max-content;
}

.eid-e-o1rme0s {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-o1v50xi {
  padding: 30px;
  width: 100%;
  height: stretch;
  align-items: center;
  max-width: 500px;
  row-gap: 0px;
  justify-content: center;
}

.eid-e-o1zmxoy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eid-image-1775824169193 {
  width: stretch;
  height: stretch;
  object-fit: cover;
  position: absolute;
  opacity: 0.32;
  display: flex;
  flex-direction: column;
  top: 0px;
  left: 0px;
}

.eid-f-1775826596937 {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-start;
  align-items: center;
  top: 0px;
}

.eid-e-mnxr3n6 {
  width: max-content;
}

.eid-e-mnxuax4 {
  padding: 0px 33px 0px 33px;
  justify-content: center;
  align-items: center;
  column-gap: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.eid-image-1776091322485 {
  width: 90px;
}

.eid-image-1776091372755 {
  width: 110px;
  height: auto;
}

.eid-image-1776091467788 {
  width: 40px;
}

.logo-competitor {
  width: 100px;
  height: 400px;
  mix-blend-mode: overlay;
}

.eid-e-mnxm84a {
  width: 120px;
  height: 135px;
  mix-blend-mode: screen;
}

.eid-e-mnx6hja {
  width: 120px;
  height: 135px;
  mix-blend-mode: screen;
  left: 0px;
  top: 0px;
}

.eid-e-mnxauwp {
  left: 0px;
  top: 0px;
}

.eid-f-1776094097938 {
  width: 280px;
  left: 0px;
}

.eid-e-mnxhaiq {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-mnyidrv {
  width: max-content;
}

.eid-e-mnyi689 {
  width: 200px;
  height: 200px;
  background: white;
  top: 0px;
  left: 0px;
}

.eid-f-1776180270534 {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-f-1776180374171 {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  overflow: visible;
  left: 0px;
  top: 0px;
  row-gap: 40px;
  column-gap: 40px;
}

.eid-e-mnyp0mu {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 1096px;
  height: 279px;
}

.eid-e-mnyynwa {
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
  width: 1096px;
}

.eid-e-mny44fa {
  row-gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 386px;
}

.eid-e-mny5k9d {
  width: stretch;
}

.eid-e-mnyc1pc {
  width: max-content;
}

.eid-e-mnyile7 {
  height: auto;
  flex-shrink: 1;
}

.eid-f-1776187879740 {
  width: stretch;
  height: max-content;
  overflow: clip;
  left: 0px;
}

.tab-controls {
  transition: all 300ms 0ms;
  text-align: center;
  color: #949494;
}

.eid-e-mnywaod {
  width: stretch;
  height: max-content;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
}

.eid-e-mnytxgl {
  flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 0;
  height: max-content;
}

.eid-e-mnyrpc4 {
  row-gap: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  width: max-content;
  height: max-content;
}

.eid-e-mny4xp1 {
  width: max-content;
}

.eid-e-mny9zo0 {
  width: max-content;
}

.eid-e-mny8kcx {
  width: max-content;
}

.eid-e-mnyjiym {
  height: 24px;
  width: max-content;
}

.eid-e-mnym8fw {
  width: max-content;
}

.eid-e-mnyabll {
  width: max-content;
}

.eid-e-mnymntk {
  height: auto;
  flex-shrink: 1;
}

.eid-image-1776190092258 {
  width: stretch;
  height: auto;
  mix-blend-mode: screen;
}

.card-competitor {
  width: stretch;
  left: 0px;
  top: 0px;
  padding: 14px;
  background-color: #ffffff00;
  mix-blend-mode: screen;
}

.eid-e-mnyqdx1 {
  width: max-content;
  height: max-content;
}

.eid-e-mnyina8 {
  width: 100px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnybl7g {
  width: max-content;
  height: max-content;
}

.eid-e-mnydpuf {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyp93l {
  width: max-content;
  height: max-content;
}

.eid-e-mnyhyr0 {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyptyc {
  width: max-content;
  height: max-content;
}

.eid-e-mny973m {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mny1ddu {
  width: max-content;
  height: max-content;
}

.eid-e-mny6bav {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyj6d5 {
  width: max-content;
  height: max-content;
}

.eid-e-mnynj49 {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mnyjy0p {
  width: max-content;
  height: max-content;
}

.eid-e-mnyh2hq {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-e-mny29it {
  width: max-content;
  height: max-content;
}

.eid-e-mnyos6k {
  width: 150px;
  height: auto;
  mix-blend-mode: screen;
}

.eid-g-1776191792777 {
  width: stretch;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.eid-e-mnyyjbd {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
}

.eid-e-mnyddtn {
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  left: 0px;
  top: 0px;
}

.eid-e-mny2zve {
  width: 120px;
  height: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-mnybvq7 {
  color: var(--color-accent);
  max-width: 760px;
  width: stretch;
  text-align: center;
  font-size: var(--text-size-h5);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-image-1776193068431 {
  height: 150px;
  mix-blend-mode: screen;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-f-1776193832648 {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  align-items: center;
  row-gap: 54px;
}

.eid-f-1776193849871 {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
  row-gap: 13px;
}

.mobile-menu-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.card-competitor.ds-card {
  width: stretch;
  overflow: clip;
  border-radius: var(--radius-lg);
}

.ds-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 32px 64px rgba(0,0,0,0.5),
    0 1px 1px rgba(255,255,255,0.1) inset;
}

.ds-card::after {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.3;
  transition: opacity 0.4s ease;
  z-index: 10;
  top: -1px;
  left: -1px;
  right: -1px;
}

.ds-card:hover::after {
  opacity: 0.8;
}

.ds-button-primary:hover {
  background: var(--color-primary-hover);
}

.ds-button-primary::after {
  inset: 0;
  content: "";
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(transparent, rgba(255,255,255,0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ds-button-primary:hover::after {
  opacity: 1;
}

.ds-nav-link:hover {
  color: var(--color-primary);
}

.ds-button-hover:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.1);
}

.ds-button-hover:active {
  transform: translateY(0) scale(0.98);
}

.ds-button-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.3);
}

.mobile-nav-link:hover {
  color: var(--color-primary);
}

.ds-prismatic-surface::before {
  inset: -150%;
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, transparent 30%, rgba(255, 0, 0, 0.05) 35%, rgba(0, 255, 0, 0.05) 45%, rgba(0, 0, 255, 0.05) 55%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
  opacity: 0.4;
  z-index: 0;
}

.ds-card-prismatic::before {
  inset: 0;
  content: "";
  position: absolute;
  background: radial-gradient(circle at 10% 20%, rgba(255, 0, 0, 0.05) 0%, transparent 20%),
              radial-gradient(circle at 90% 80%, rgba(0, 255, 255, 0.05) 0%, transparent 20%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.ds-running-border::before {
  inset: -200%;
  content: "";
  position: absolute;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 40%,
    var(--color-primary) 50%,
    var(--color-accent) 55%,
    var(--color-primary) 60%,
    transparent 70%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -2;
}

.ds-running-border:hover::before {
  opacity: 0.8;
}

.ds-running-border::after {
  inset: 1px;
  content: "";
  position: absolute;
  background: var(--color-surface);
  border-radius: inherit;
  z-index: -1;
}

.ds-button-refractive::before {
  inset: -50%;
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 0, 0, 0.2), 
    rgba(0, 255, 255, 0.2), 
    transparent
  );
  transform: translateX(-100%) rotate(45deg);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);
}

.ds-button-refractive:hover::before {
  transform: translateX(100%) rotate(45deg);
}

.eid-e-oetg4dc.eid-individual {
  width: stretch;
  height: max-content;
}

.eid-individual {
  flex-grow: 0;
  width: 100%;
}

.eid-e-xmfmg0w.eid-individual {
  row-gap: 20px;
}

.eid-e-xmjtn5e.eid-individual {
  margin: 0px 0px 0px 0px;
}

.eid-e-sfpu0au.eid-individual {
  padding: 0px var(--spacing-xl) 0px var(--spacing-xl);
}

.eid-e-sfxewm9.eid-individual {
  height: max-content;
}

.eid-e-sgcxxi7.eid-individual {
  flex-grow: 1;
}

.eid-e-sgffhe2.eid-individual {
  flex-grow: 1;
}

.eid-e-sgz27l3.eid-individual {
  flex-grow: 1;
}

.eid-e-shws87x.eid-individual {
  row-gap: 9px;
}

.eid-e-shw2e99.eid-individual {
  width: 60px;
  height: auto;
}

.eid-e-nx4b09e.eid-individual {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.eid-e-mnyynwa.eid-individual {
  flex-grow: 1;
}

.eid-e-mny44fa.eid-individual {
  flex-grow: 1;
}

.eid-e-mnyile7.eid-individual {
  flex-grow: 1;
}

.eid-e-mnytxgl.eid-individual {
  flex-grow: 1;
}

.eid-e-mnyrpc4.eid-individual {
  flex-grow: 1;
}

.eid-e-mnymntk.eid-individual {
  flex-grow: 1;
}

.id-unified-showcase .ds-card:hover {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
  transform: translateY(-4px);
}

.id-unified-showcase .ds-card {
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.savings-section .ds-card {
  background: #fff;
  border: 1px solid rgba(0, 113, 227, 0.1);
  box-shadow: 0 20px 40px rgba(0, 51, 102, 0.05);
}

.ds-section-dark .ds-badge-primary {
  border: 1px solid rgba(37,99,235,0.3);
  color: #fff;
}

.ds-section-dark .ds-text-body {
  color: rgba(255,255,255,0.7);
}

.ds-section-dark .ds-nav-link:hover {
  color: #fff;
}

.ds-section-dark .ds-nav-link {
  color: rgba(255,255,255,0.7);
}

.ds-section-dark .ds-button-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

.ds-section-dark .ds-button-outline {
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

table .ds-prismatic-surface::before {
  inset: -100%;
  content: "";
  position: absolute;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0%, var(--color-primary) 25%, transparent 50%, var(--color-primary) 75%, transparent 100%);
  opacity: 0.1;
  filter: blur(60px);
}

table .ds-prismatic-surface {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(32px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.15);
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05) inset;
}

table .ds-text-aberration {
  text-shadow: -0.02em 0 rgba(255, 0, 128, 0.6), 0.02em 0 rgba(0, 255, 255, 0.6);
  letter-spacing: -0.04em;
  filter: contrast(1.1);
}

.imp-var-mobile .eid-e-sfpu0au {
  width: 420px;
  height: 858px;
  right: 10px;
  bottom: 0px;
}

table .ds-spectral-orb-complex {
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle at center, rgba(0, 113, 227, 0.3) 0%, rgba(139, 92, 246, 0.2) 30%, rgba(0, 255, 255, 0.1) 60%, transparent 80%);
  filter: blur(120px);
  mix-blend-mode: screen;
}

.card-competitor .logo-competitor {
  width: stretch;
}

@media (max-width: 768px) {
  .ds-grid-2-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ds-mobile-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .eid-e-oeqji5b {
    width: 100%;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-of752et {
    height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-ofk5mp9 {
    width: stretch;
  flex-direction: row;
  height: max-content;
  flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .eid-e-og6m2kj {
    padding: 0px 0px 45px 0px;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .menu-trigger {
    display: flex;
  }
}

@media (max-width: 767px) {
  .eid-e-1kq491f {
    width: 100vw;
  top: 0px;
  left: 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-1kqt23e {
    width: stretch;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xmpvwxm {
    flex-direction: column;
  row-gap: 10px;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xms990y {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-sfpu0au {
    width: stretch;
  height: max-content;
  right: 0px;
  bottom: 0px;
  padding: 0px 2px 0px 0px;
  width: stretch;
  height: max-content;
  top: 0px;
  right: 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-sfpu0au.ds-container@cq {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-sfxewm9 {
    width: stretch;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-sg16iev {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-sg5tydy {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-sg8ckim {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-sgcxxi7 {
    display: flex;
  flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .eid-e-sgffhe2 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-sgz27l3 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-unified-showcase {
    padding: 0px 0px 65px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-nvtm37g {
    height: max-content;
  width: stretch;
  display: block;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eid-e-nx4b09e {
    width: stretch;
  height: max-content;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eid-e-nxdyzin {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-o1v50xi {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-f-1775826596937 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-mnxuax4 {
    column-gap: 12px;
  }
}

@media (max-width: 767px) {
  .eid-e-mnxm84a {
    order: 1;
  }
}

@media (max-width: 767px) {
  .eid-e-mnx6hja {
    height: 125px;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyp0mu {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyynwa {
    display: flex;
  flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .eid-e-mny44fa {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyile7 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .tab-controls {
    text-align: center;
  font-size: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-mnytxgl {
    display: flex;
  flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .eid-e-mnyrpc4 {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-mnymntk {
    width: stretch;
  }
}

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

.ds-grid-4-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.faq-content {
  color: rgba(255,255,255,0.6);
  font-size: var(--text-size-small);
  line-height: 1.6;
  padding-top: var(--spacing-sm);
}

.style-6lw8jtn7z {
  width: 1440px;
}

.style-3gs3u4spc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-background);
}

.style-z9c9v8sxc {
  z-index: var(--z-sticky);
  width: 100%;
  height: max-content;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: center;
  top: 0;
}

.style-bzf243s98 {
  width: 100%;
}

.style-fa87r1ngi {
  height: 24px;
  max-width: 120px;
  filter: invert(1);
}

.style-vtcigno6m {
  color: rgba(255,255,255,0.8);
}

.style-slmevb44z {
  color: white;
  font-weight: bold;
}

.style-vwuc9aydx {
  color: rgba(255,255,255,0.8);
}

.style-oltblmbo4 {
  border-radius: var(--radius-full);
}

.style-xbymszrbp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.style-zwgsalqpy {
  color: white;
}

.style-rt85lkr7c {
  margin-top: var(--spacing-md);
}

.style-w9gwoah8u {
  padding: 4px;
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-full);
}

.style-yt50ie9qm {
  background: var(--color-primary);
  color: white;
  border-radius: var(--radius-full);
}

.style-07p1st73h {
  background: transparent;
  color: rgba(255,255,255,0.5);
  border-radius: var(--radius-full);
}

.style-pwm47xzp8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-90w56w07j {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
}

.style-whr1acbcg {
  font-weight: bold;
}

.style-t7cx19kbc {
  opacity: 0.6;
}

.style-m65fkb2g5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-fc68iu34d {
  border-radius: var(--radius-full);
  border-color: rgba(255,255,255,0.2);
  color: white;
  margin-top: auto;
}

.style-7jho3pt0f {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
}

.style-ssgbg3pc8 {
  font-weight: bold;
}

.style-50cszipjn {
  opacity: 0.6;
}

.style-wi2vj4c3g {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-jsfobyuyg {
  border-radius: var(--radius-full);
  border-color: rgba(255,255,255,0.2);
  color: white;
  margin-top: auto;
}

.style-n181ukmzw {
  padding: var(--spacing-lg);
  background: rgba(0,113,227,0.08);
  border: 2px solid var(--color-primary);
  color: white;
  position: relative;
  box-shadow: 0 0 40px rgba(0,113,227,0.2);
}

.style-3hvlzodp9 {
  transform: translateX(-50%);
  background: var(--color-primary);
  color: white;
  top: -12px;
  left: 50%;
}

.style-kg8o6zy1l {
  font-weight: bold;
}

.style-avj8rgp8e {
  opacity: 0.6;
}

.style-zap07ncm1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-1efkfifif {
  border-radius: var(--radius-full);
  margin-top: auto;
}

.style-pze897cpv {
  padding: var(--spacing-lg);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
}

.style-fym7m6023 {
  font-weight: bold;
}

.style-6ep4brr6d {
  opacity: 0.6;
}

.style-w554xupup {
  margin: 0;
  padding: 0;
  list-style: none;
}

.style-dhz9z7owj {
  border-radius: var(--radius-full);
  border-color: rgba(255,255,255,0.2);
  color: white;
  margin-top: auto;
}

.style-h0lu8ic9u {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #050505;
}

.style-xrsesk7kb {
  max-width: 800px;
}

.style-smj4blqed {
  color: white;
}

.style-8cv1wgcx2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #18181B;
  text-align: center;
}

.style-2f0irfgri {
  color: white;
}

.style-1utf0tp4w {
  margin: 0 auto;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
}

.style-ldjxyqccm {
  border-radius: var(--radius-full);
  border-color: white;
  color: white;
  width: fit-content;
  align-self: center;
  margin-top: var(--spacing-md);
}

.style-ixxjlcty5 {
  width: 100%;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-9hd9xi7kq {
  height: 20px;
  width: fit-content;
  filter: invert(1);
}

.style-frzs3cvyr {
  color: rgba(255,255,255,0.5);
}

.style-cmqqzcs26 {
  color: white;
  font-weight: bold;
  font-size: var(--text-size-small);
}

.style-wq732cy2i {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.style-i77b6kx4t {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.style-n8vxaojxl {
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing-lg);
  padding-top: var(--spacing-md);
}

.style-tupjf1j0z {
  color: rgba(255,255,255,0.3);
}

.eid-e-bockkpf {
  width: 1440px;
  height: max-content;
  left: 0px;
  top: 0px;
}

.eid-e-bogwfnv {
  width: 100%;
  height: max-content;
}

.eid-e-boysl4s {
  padding: var(--spacing-2xl) 0px var(--spacing-2xl) 0px;
  height: max-content;
}

.eid-e-bp9tp6r {
  padding: var(--spacing-2xl) 0px var(--spacing-2xl) 0px;
  width: stretch;
  height: max-content;
}

.eid-e-bpadmxb {
  padding: 0px var(--spacing-section-horizontal) 0px var(--spacing-section-horizontal);
  column-gap: 33px;
}

.eid-e-bpqtgby {
  width: max-content;
}

.eid-e-bpxaafd {
  overflow: clip;
}

.eid-e-bq14vke {
  padding: 10px 0px 10px 0px;
  height: max-content;
}

.eid-e-bqdylyq {
  row-gap: 12px;
}

.style-1t0z3yer5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-0vcdnm50t {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-spacious);
}

.eid-e-a0zoaxr {
  padding: 67px 0px 61px 0px;
}

.eid-e-a1it8t5 {
  row-gap: 16px;
}

.comparison-table-wrapper {
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 1px 1px rgba(255,255,255,0.05) inset;
}

.feature-label {
  padding: var(--spacing-md);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-weight: 500;
  display: flex;
  align-items: center;
}

.feature-value {
  padding: var(--spacing-md);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
}

.pro-cell {
  color: var(--color-text);
  background-image: none;
  background-color: #0071e314;
}

.icon-check {
  color: var(--color-success);
  font-weight: bold;
  font-size: 1.2rem;
}

.icon-x {
  color: var(--color-error);
  opacity: 0.4;
}

.style-xnz9po0o6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
}

.style-p3edwlau7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}

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

.style-sfektyomt {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
}

.style-44scwme6w {
  min-width: 900px;
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
}

.table-header-cell {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: sticky;
  top: 50px;
}

.style-ekommp594 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
}

.style-b69v9qbwe {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
}

.style-xl5q2xb34 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
}

.pro-column-highlight {
  background-image: none;
  background-color: #14283d;
}

.style-plbae00j2 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
}

.style-jev81efw0 {
  padding: var(--spacing-md);
  border-bottom: 1px solid var(--color-border);
  position: --;
  z-index: 10;
  text-align: center;
}

.style-9068v8yiq {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-t2z85cwon {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-cx6aenmmi {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-qoe49cik1 {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-e5mzlwzqi {
  padding: var(--spacing-sm) var(--spacing-md);
  grid-column: span 5;
  background: rgba(255,255,255,0.05);
  font-weight: bold;
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: var(--text-size-small);
  letter-spacing: 0.05em;
}

.style-9yxgf2ayb {
  opacity: 0.6;
  max-width: 800px;
  align-self: center;
}

.eid-e-cp69lu1 {
  padding: 0px 0px 0px 0px;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: auto;
}

.eid-e-cpeq9we {
  width: 1200px;
  height: max-content;
}

.eid-e-cpp6os3 {
  width: 1056px;
  height: 2816px;
  overflow: visible;
}

.eid-e-cpzunq6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.eid-e-cq5vw3n {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.eid-e-cqbosd0 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.eid-e-cqg9w3n {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.eid-e-cqlutt2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image: none;
  background-color: #000000eb;
}

.scrollarea {
  width: 1056px;
  height: max-content;
}

.comparison-table-wrapper::-webkit-scrollbar {
  height: 6px;
}

.comparison-table-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.comparison-table-wrapper::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 10px;
}

.eid-e-cqg9w3n.eid-individual {
  background-image: none;
  background-color: #0c1927f5;
}

.comparison-grid .icon-check {
  color: var(--color-success);
  font-weight: bold;
  font-size: 1.1rem;
}

.comparison-grid .icon-x {
  color: var(--color-text-muted);
  opacity: 0.3;
}

@media (max-width: 768px) {
  .ds-grid-4-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .eid-e-bockkpf {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .eid-e-bogwfnv {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-a1ivxtc {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-cpeq9we {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .scrollarea {
    overflow: clip;
  }
}

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

.ds-divider {
  margin: var(--spacing-lg) 0;
  border: none;
  border-top: 1px solid var(--color-border);
}

.ds-card-outlined {
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}

.ds-text-muted {
  color: var(--color-text-muted);
}

.ds-glass {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.3);
}

.style-t3ycypnuz {
  width: 1440px;
}

.style-x9ux70gmf {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.15) 0%, transparent 50%), var(--color-background);
}

.style-vmcgkn9op {
  opacity: 0.4;
  pointer-events: none;
  top: -20%;
  right: -10%;
}

.style-as9p9cr80 {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.2), transparent 70%);
  top: 10%;
  left: -5%;
}

.style-dzvpxa163 {
  width: 100%;
  z-index: 2;
}

.style-7azri7b0k {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-sm);
}

.style-e9c8f89mp {
  color: rgba(255,255,255,0.9);
  margin-bottom: var(--spacing-md);
}

.style-zgtke8qvt {
  margin: 0 auto var(--spacing-xl) auto;
  max-width: 700px;
  font-size: 1.25rem;
}

.style-5q4dybtlk {
  border-radius: var(--radius-full);
  min-width: 220px;
}

.style-cx5n9f4hy {
  border-radius: var(--radius-full);
  min-width: 220px;
  color: white;
}

.eid-e-svnkc4d {
  width: 1440px;
  height: 6887px;
  left: 0px;
  top: 0px;
}

.eid-e-szle9oz {
  column-gap: 23px;
}

.style-9c0vm6fb6 {
  width: 100%;
  z-index: var(--z-sticky);
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  top: 0;
}

.style-zc5hryel8 {
  width: 100%;
}

.style-q5dol4eq2 {
  height: 28px;
  width: auto;
}

.style-3g02ezd5k {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.style-tvtrpj0el {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.style-di7mrbs3t {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}

.style-c0400r186 {
  padding: 0 24px;
  border-radius: var(--radius-full);
}

.style-elebaqvt5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  background: radial-gradient(circle at 50% -20%, rgba(0, 113, 227, 0.25) 0%, transparent 60%), var(--color-background);
}

.style-cjtnrb7gc {
  width: 80vw;
  height: 80vw;
  opacity: 0.4;
  filter: blur(140px);
  pointer-events: none;
  top: -20%;
  left: -10%;
}

.style-232eeayt0 {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15), transparent 70%);
  pointer-events: none;
  bottom: 10%;
  right: -5%;
}

.style-vh8942re2 {
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 100%);
  pointer-events: none;
}

.style-mxv09ekjr {
  width: 100%;
  z-index: 2;
}

.style-lzix6mr2z {
  background: rgba(0,113,227,0.15);
  color: var(--color-primary);
  border: 1px solid rgba(0,113,227,0.3);
  margin-bottom: var(--spacing-md);
}

.style-utglew9k7 {
  color: white;
  letter-spacing: -0.04em;
  max-width: 900px;
  margin-bottom: var(--spacing-md);
}

.style-bu5kva9wb {
  max-width: 700px;
  font-size: 1.25rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--spacing-xl);
}

.style-qzj495rdq {
  border-radius: var(--radius-full);
  min-width: 220px;
}

.style-63ys8m5gi {
  border-radius: var(--radius-full);
  min-width: 220px;
  color: white;
  border-color: rgba(255,255,255,0.2);
}

.style-0lresac3a {
  width: 100%;
  margin-top: var(--spacing-3xl);
}

.style-x3j2vmofp {
  width: 100%;
  aspect-ratio: 21/9;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 40px 100px rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-bvrojzilc {
  color: rgba(255,255,255,0.4);
  font-size: var(--text-size-small);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.eid-e-ndrccug {
  column-gap: 11px;
}

.eid-e-nl98ssi {
  width: 1440px;
  height: 1298px;
}

.style-fmwtuxi2g {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
}

.style-mlef9xc6f {
  width: 60vw;
  height: 60vw;
  opacity: 0.25;
  filter: blur(160px);
  pointer-events: none;
  bottom: -20%;
  left: 20%;
}

.style-jtiu3ud14 {
  width: 100%;
  z-index: 2;
}

.style-owl6abrao {
  margin-bottom: var(--spacing-3xl);
}

.style-bvsb7jb4z {
  color: white;
}

.style-pf1jnf089 {
  margin: 0 auto;
  max-width: 600px;
}

.style-b9k8gm3zh {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(239,68,68,0.2);
  background: rgba(239,68,68,0.02);
}

.style-a3yt5qzhx {
  padding: var(--spacing-xl);
}

.style-7qrmc5cai {
  background: rgba(239,68,68,0.1);
  color: #EF4444;
  margin-bottom: var(--spacing-md);
}

.style-57gihgfcq {
  color: #EF4444;
  margin-bottom: var(--spacing-xs);
}

.style-7yl8b6exf {
  color: rgba(255,255,255,0.5);
}

.style-73677lru7 {
  margin: var(--spacing-lg) 0;
  width: 100%;
  border-color: rgba(255,255,255,0.05);
}

.style-zwipgyvyf {
  padding: 0;
  list-style: none;
  width: 100%;
}

.style-5jyg5zuj6 {
  color: rgba(255,255,255,0.6);
}

.style-3nr0j22ww {
  color: rgba(255,255,255,0.6);
}

.style-bdvhhdpt2 {
  border-radius: var(--radius-xl);
  border: 2px solid var(--color-primary);
  transform: scale(1.05);
  box-shadow: var(--shadow-xl);
}

.style-y1s6i1v0r {
  padding: var(--spacing-xl);
}

.style-0r0xecfj3 {
  margin-bottom: var(--spacing-md);
}

.style-waeg7j3u2 {
  color: white;
  margin-bottom: var(--spacing-xs);
}

.style-ern98tayt {
  color: rgba(255,255,255,0.8);
}

.style-ov9fs60m1 {
  margin: var(--spacing-lg) 0;
  width: 100%;
  border-color: rgba(255,255,255,0.1);
}

.style-0pdqj5gi9 {
  padding: 0;
  list-style: none;
  width: 100%;
}

.style-1aycb8buh {
  color: white;
}

.style-7coe9morh {
  color: white;
}

.style-sd1mikwmn {
  color: white;
}

.style-nbjoj6l76 {
  width: 100%;
  border-radius: var(--radius-full);
  margin-top: var(--spacing-xl);
}

.eid-e-nts473a {
  box-shadow: 0px 0 100px 0px #0071e33b;
  backdrop-filter: blur(24px);
}

.style-aire21hgc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: radial-gradient(circle at 50% 120%, rgba(0, 113, 227, 0.3) 0%, transparent 70%), var(--color-background);
}

.style-to1zchyyw {
  width: 100vw;
  height: 100vw;
  opacity: 0.3;
  filter: blur(180px);
  pointer-events: none;
  bottom: -50%;
  left: 0;
}

.style-gwbt44mac {
  width: 100%;
  z-index: 2;
}

.style-hhm8dv0ix {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-md);
}

.style-u03bye0u3 {
  max-width: 600px;
  font-size: 1.25rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: var(--spacing-xl);
}

.style-m6tkayw5a {
  border-radius: var(--radius-full);
  min-width: 220px;
}

.style-jipb04e4m {
  border-radius: var(--radius-full);
  min-width: 220px;
  color: white;
  border-color: rgba(255,255,255,0.2);
}

.style-z0efgoez4 {
  width: 100%;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.style-2l24o3ryv {
  width: 100%;
}

.style-k9j43nxip {
  height: 24px;
  width: auto;
  opacity: 0.8;
}

.eid-e-oe4749g {
  column-gap: 12px;
}

.style-dfdnovpvz {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
}

.style-95pqgh91d {
  z-index: 0;
  pointer-events: none;
}

.style-rmxje2q53 {
  opacity: 0.4;
  top: -10%;
  left: -5%;
}

.style-x30hfydwy {
  opacity: 0.3;
  transform: scale(1.2);
  bottom: -20%;
  right: -10%;
}

.style-sh8rhaxv8 {
  opacity: 0.03;
  background-image: url('https://firebasestorage.googleapis.com/v0/b/flowmo2.firebasestorage.app/o/organizations%2F1dfRMVUUn1af1gCsLVLEBX3LjDC2%2Fassets%2Fmedia%2Fprojects%2Ff37fabbb-eb47-40cf-a0f3-b82345996064%2Fgrain-1775824163094.webp?alt=media&token=f9e792fb-5a5d-4d39-81a5-1db6b0b32b0e');
}

.style-m9g4wcj2o {
  width: 100%;
  z-index: 2;
}

.style-mu6qamgog {
  margin-bottom: var(--spacing-3xl);
}

.style-tmynb1tb4 {
  color: white;
  margin-bottom: var(--spacing-md);
}

.style-a4adgo2mh {
  margin-inline: auto;
  max-width: 600px;
}

.style-dh3vtoow5 {
  padding: var(--spacing-xl);
  border-color: var(--color-primary);
}

.style-00oknwb94 {
  margin-bottom: var(--spacing-xl);
}

.style-1uosu83ts {
  height: 32px;
  width: auto;
}

.style-z9gk7z37u {
  background: var(--color-primary);
  color: white;
  box-shadow: 0 0 20px rgba(0, 113, 227, 0.4);
}

.style-k5mte6iaz {
  padding: 0;
  list-style: none;
}

.style-xbhhutfsl {
  font-weight: 600;
}

.style-a8g16cxyy {
  font-weight: 600;
}

.style-efz0lsbnb {
  font-weight: 600;
}

.style-sxpo7jhxn {
  font-weight: 600;
}

.style-lbs2mjc5c {
  font-weight: 600;
  color: white;
}

.style-z4qvfiejk {
  opacity: 0.7;
}

.style-94u8qha9i {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
}

.style-escf0go8e {
  margin-bottom: var(--spacing-xl);
}

.style-tksz0j7f1 {
  color: rgba(255,255,255,0.5);
}

.style-zys4a19du {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.4);
}

.style-9yp0gwgx5 {
  padding: 0;
  list-style: none;
}

.style-xloylinw8 {
  color: rgba(255,255,255,0.4);
}

.style-s6w30rvc9 {
  color: rgba(255,255,255,0.4);
}

.style-lcm79lyit {
  color: rgba(255,255,255,0.4);
}

.style-qvmras43u {
  color: rgba(255,255,255,0.4);
}

.style-6kxcl1bjv {
  color: rgba(255,255,255,0.4);
}

.eid-e-xp6w84k {
  position: --;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eid-e-xqi7934 {
  width: 1056px;
  height: 636px;
}

.eid-e-xtjggu7 {
  width: 512px;
  height: 508px;
}

.eid-e-xumvukx {
  row-gap: 10px;
}

.style-d53nxtd6g {
  width: 100%;
}

.imp-fmo-text {
  color: #fff;
}

.style-yocsmfakn {
  width: 100%;
}

.step-card {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
}

.style-6johpqio8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-background);
  position: relative;
  overflow: hidden;
}

.style-dxyssr8od {
  width: 100%;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.1) 0%, transparent 70%);
  top: 0;
  right: 0;
}

.style-n5m4vp7c1 {
  width: 100%;
  height: 600px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, transparent 70%);
  bottom: 0;
  left: 0;
}

.style-fwh1wvrpe {
  width: 100%;
}

.style-xbk9oiopg {
  text-align: center;
  margin-bottom: var(--spacing-3xl);
}

.style-da5phpdcj {
  color: white;
  letter-spacing: -0.04em;
  margin-bottom: var(--spacing-md);
}

.style-4d8zovi6j {
  margin-inline: auto;
  max-width: 600px;
}

.style-056urp6kn {
  width: 100%;
  align-items: stretch;
  position: relative;
  z-index: 10;
}

.style-vw79flgix {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.style-1usk09mvq {
  font-family: var(--font-heading);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.15;
  transition: all 0.4s ease;
  margin-bottom: var(--spacing-lg);
}

.style-fh0m6v5uh {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-ms8jkhq0t {
  line-height: 1.6;
}

.style-k4alb3txe {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.style-wbp0a29sa {
  font-family: var(--font-heading);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.15;
  transition: all 0.4s ease;
  margin-bottom: var(--spacing-lg);
}

.style-wxpt38ue5 {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-o1bful7al {
  line-height: 1.6;
}

.style-19lwamrjy {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-53qa9sah8 {
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}

.style-xczap1pwx {
  padding: var(--spacing-xl);
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.05);
  position: relative;
  overflow: hidden;
}

.style-3qnk5iwtu {
  font-family: var(--font-heading);
  font-size: 6rem;
  font-weight: 900;
  line-height: 0.8;
  color: var(--color-primary);
  opacity: 0.15;
  transition: all 0.4s ease;
  margin-bottom: var(--spacing-lg);
}

.style-u0mbif2lr {
  color: white;
  margin-bottom: var(--spacing-sm);
}

.style-t5vtuam45 {
  line-height: 1.6;
}

.style-a8ucjnbj4 {
  margin-top: var(--spacing-3xl);
}

.style-bqou5zinj {
  padding: var(--spacing-xl);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(0, 113, 227, 0.1) 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacing-lg);
  position: relative;
  z-index: 10;
}

.style-7734l21uy {
  max-width: 500px;
}

.style-y7xpma885 {
  background: var(--color-success);
  color: white;
  width: fit-content;
  margin-bottom: var(--spacing-xs);
}

.style-0rzmzab21 {
  margin: 0;
  color: white;
}

.style-xl0d7r5sd {
  color: rgba(255,255,255,0.7);
}

.style-axsqhnatn {
  border-radius: var(--radius-full);
  min-width: 240px;
  box-shadow: 0 10px 30px rgba(0, 113, 227, 0.3);
}

.eid-e-rn8ena9 {
  width: 1200px;
  height: 1176px;
  left: 0px;
  top: 0px;
}

.eid-e-rotepm2 {
  column-gap: 11px;
  width: stretch;
  height: stretch;
}

.eid-e-rs6dbbm {
  left: 0px;
  top: 0px;
}

.eid-e-rsh9k9v {
  left: 0px;
  top: 0px;
}

.eid-e-mnyxmn6 {
  left: 0px;
  top: 0px;
}

.step-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: var(--color-primary);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.ds-section-dark .ds-divider {
  border-color: rgba(255,255,255,0.1);
}

.ds-section-dark .ds-glass {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.1);
}

.imp-var-mobile .eid-e-sxvl51u {
  width: 420px;
  height: 569px;
  right: 0px;
  bottom: 0px;
}

.step-card:hover .huge-number {
  opacity: 0.4;
  transform: scale(1.1) translateX(10px);
}

@media (max-width: 767px) {
  .eid-e-svnkc4d {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .eid-e-sxvl51u {
    width: 420px;
  height: 569px;
  right: 0px;
  bottom: 0px;
  padding: 0px 0px 37px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-szle9oz {
    flex-direction: column;
  row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-ndrccug {
    flex-direction: column;
  row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-nl98ssi {
    padding: 0px 0px 0px;
  height: max-content;
  width: stretch;
  }
}

@media (max-width: 767px) {
  .eid-e-oe4749g {
    flex-direction: column;
  row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .eid-e-oe4ymbf {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .eid-e-xp6w84k {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  .eid-e-xqi7934 {
    width: stretch;
  display: flex;
  flex-direction: column;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xqk0e1g {
    padding: var(--spacing-md);
  }
}

@media (max-width: 767px) {
  .eid-e-xt8npi1 {
    height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-xtjggu7 {
    padding: var(--spacing-md);
  width: stretch;
  height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-rm9psli {
    height: max-content;
  }
}

@media (max-width: 767px) {
  .eid-e-rn8ena9 {
    width: stretch;
  height: max-content;
  }
}

.imp-fmo-element.name-cta-button-primary {
  color: #000000;
}

.imp-fmo-element.card-competitor {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
}

body {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--text-size-body);
  line-height: var(--line-height-default);
}

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

.ds-hidden {
  display: none;
}

.ds-block {
  display: block;
}

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

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

.ds-gap-default {
  gap: var(--spacing-gap-default);
}

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

.ds-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ds-text-right {
  text-align: right;
}

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

.ds-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.ds-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.ds-container-narrow {
  max-width: var(--container-max-width-narrow);
}

.ds-container-wide {
  max-width: var(--container-max-width-wide);
}

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

.ds-bg-surface-alt {
  background-color: var(--color-surface-alt);
}

.ds-grid {
  display: grid;
}

.ds-grid-3-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .ds-grid-2-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ds-grid-3-column {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ds-grid-4-column {
    grid-template-columns: 1fr;
  }
}

.ds-card-elevated {
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  background: var(--color-background);
  box-shadow: var(--shadow-md);
}

.ds-card-small {
  padding: var(--card-padding-small);
}

.ds-card-medium {
  padding: var(--card-padding-medium);
}

.ds-card-large {
  padding: var(--card-padding-large);
}

.ds-button-secondary {
  background: var(--color-secondary);
  color: var(--color-text-inverse);
}

.ds-button-secondary:hover {
  background: var(--color-secondary-hover);
}

.ds-button-medium {
  height: var(--size-button-height-medium);
  padding: 0 var(--size-button-padding-x-medium);
  font-size: var(--text-size-body);
}

.ds-badge-secondary {
  background: var(--color-surface-alt);
  color: var(--color-secondary);
}

.ds-badge-muted {
  background: var(--color-surface);
  color: var(--color-text-muted);
}

.ds-badge-medium {
  font-size: var(--text-size-small);
  padding: 4px 12px;
}

.ds-icon {
  display: inline-block;
  flex-shrink: 0;
}

.ds-icon-small {
  width: var(--size-icon-small);
  height: var(--size-icon-small);
}

.ds-icon-medium {
  width: var(--size-icon-medium);
  height: var(--size-icon-medium);
}

.ds-icon-large {
  width: var(--size-icon-large);
  height: var(--size-icon-large);
}

.ds-input {
  font-family: var(--font-body);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-background);
  color: var(--color-text);
  transition: border-color var(--transition-fast);
  width: 100%;
}

.ds-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-subtle);
}

.ds-input-small {
  height: var(--size-input-height-small);
  padding: 0 var(--spacing-sm);
  font-size: var(--text-size-small);
}

.ds-input-medium {
  height: var(--size-input-height-medium);
  padding: 0 var(--spacing-md);
  font-size: var(--text-size-body);
}

.ds-input-large {
  height: var(--size-input-height-large);
  padding: 0 var(--spacing-md);
  font-size: var(--text-size-body);
}

.ds-input-error {
  border-color: var(--color-error);
}

.ds-heading-5 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h5);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
}

.ds-heading-6 {
  font-family: var(--font-heading);
  font-size: var(--text-size-h6);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-default);
}

.ds-text-sm {
  font-size: var(--text-size-small);
  line-height: var(--line-height-default);
}

.ds-text-lg {
  font-size: var(--text-size-h4);
  line-height: var(--line-height-default);
}

.ds-text-primary {
  color: var(--color-primary);
}

.ds-font-bold {
  font-weight: var(--font-weight-bold);
}

.ds-font-semibold {
  font-weight: var(--font-weight-semibold);
}

.ds-font-medium {
  font-weight: var(--font-weight-medium);
}

.ds-feature-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-default);
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: var(--color-background);
}

.ds-pricing-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-gap-default);
  padding: var(--card-padding-medium);
  border-radius: var(--radius-md);
  background: var(--color-background);
  box-shadow: var(--shadow-md);
}

.ds-card-title {
  font-size: var(--text-size-h5);
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: var(--color-text);
}

.ds-card-description {
  font-size: var(--text-size-small);
  line-height: 1.5;
  color: var(--color-text-muted);
}

.ds-text-gradient {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.ds-gradient-orb {
  position: absolute;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}

.ds-image-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ds-section-dark .ds-card-title {
  color: var(--color-text-inverse);
}

.ds-section-dark .ds-card-description {
  color: rgba(255,255,255,0.6);
}

.ds-section-dark .ds-text-gradient {
  background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ds-animate-float {
  animation: ds-animate-float-kf 6s ease-in-out infinite;
}

.ds-desktop-hide {
  display: none !important;
}

.tab-trigger.state-f0-active {
  background-image: linear-gradient(var(--color-primary) 0%, #0056ad 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.f0-id-el__mxIahUY[data-f0-id="el__mxIahUY"] {
  width: 1440px;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: clip;
  background-color: var(--color-background);
  gap: var(--spacing-xl, 48px);
  min-height: 100%;
}

.f0-id-el__mxIahUY[data-f0-id="el__mxIahUY"] {
  left: 0px;
  top: 0px;
}

.f0-id-el_Z4aF5Wmc[data-f0-id="el_Z4aF5Wmc"] {
  --left: 0;
  --top: 0;
  width: stretch;
}

.f0-id-el_1XV7GkfE[data-f0-id="el_1XV7GkfE"] {
  font-size: 14px;
}

.f0-id-el_Chw1Bb8x[data-f0-id="el_Chw1Bb8x"] {
  font-size: 14px;
}

.f0-id-el_bCOeJgNt[data-f0-id="el_bCOeJgNt"] {
  font-size: 14px;
}

@media (max-width: 1279px) {
  .eid-e-nxdyzin {
    max-width: unset;
  }
}

@media (max-width: 1279px) {
  .eid-e-o1v50xi {
    max-width: unset;
  }
}

.eid-e-xms990y:hover {
  display: flex;
}

.style-wg20plzbr:hover {

}

.ds-button:hover {

}

@media (max-width: 767px) {
  .eid-e-sfpu0au.eid-individual {
    padding-left: 20px;
  padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .style-dryt6ia8b {
    padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .style-cu2fjfzj6 {
    padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .style-bn8cyvae3 {
    padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .imp-fmod {
    flex-shrink: 0;
  }
}

.f0-id-el_Q3M7ZOzA[data-f0-id="el_Q3M7ZOzA"] {
  background-image: linear-gradient(0deg, #00000000 0%, #000000 56.9%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0px solid currentColor;
  inset-inline: 0;
  margin-inline: auto;
  bottom: auto;
  top: 0px;
}

.f0-id-el_zawsGa2Y[data-f0-id="el_zawsGa2Y"] {
  position: relative;
}

.f0-id-el_QpemWXC9[data-f0-id="el_QpemWXC9"] {
  position: relative;
}

.f0-id-el_tD22C7CA[data-f0-id="el_tD22C7CA"] {
  display: none !important;
  position: relative;
}

@media (max-width: 767px) {
  .f0-id-el_ODZ5C_RB[data-f0-id="el_ODZ5C_RB"] {
    display: flex;
  }
}

@media (max-width: 767px) {
  .f0-id-el_SwiJDrkX[data-f0-id="el_SwiJDrkX"] {
    display: none !important;
  }
}

.f0-id-el_HkmJ5W0J[data-f0-id="el_HkmJ5W0J"] {
  background-color: #000000;
  border: 1px solid #00000000;
}

.f0-id-el_HkmJ5W0J[data-f0-id="el_HkmJ5W0J"]:hover {

}

.f0-id-el_opM8IaHN[data-f0-id="el_opM8IaHN"] {
  gap: 16px;
  align-items: center;
}

.f0-id-el_pCIVQCeJ[data-f0-id="el_pCIVQCeJ"] {
  display: none !important;
}

.f0-id-el_34ZT3zhA[data-f0-id="el_34ZT3zhA"] {
  display: none !important;
}

@media (max-width: 767px) {
  .ds-card {
    border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  }
}

@media (max-width: 767px) {
  .style-3g9msf19d {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .ds-text-body {
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .style-edk4hguxh {
    padding-left: 29px;
  padding-right: 29px;
  }
}

.f0-id-el_29dUJ76D[data-f0-id="el_29dUJ76D"] {
  justify-content: space-between;
  gap: 0px;
}

.f0-id-el_ODZ5C_RB[data-f0-id="el_ODZ5C_RB"] {
  width: 140px;
  position: relative;
}

.f0-id-el_JHTVJNwA[data-f0-id="el_JHTVJNwA"] {
  position: relative;
}

.f0-id-el_Zo4PXy6t[data-f0-id="el_Zo4PXy6t"] {
  position: relative;
}

.f0-id-el_p-MAk4zB[data-f0-id="el_p-MAk4zB"] {
  position: relative;
}

.f0-id-el_SwiJDrkX[data-f0-id="el_SwiJDrkX"] {
  position: relative;
}

.f0-id-el_pTmub-qh[data-f0-id="el_pTmub-qh"] {
  width: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f0-id-el_HtbbDk2E[data-f0-id="el_HtbbDk2E"] {
  flex-direction: row;
  gap: 24px;
}

.f0-id-el_zblu4nBU[data-f0-id="el_zblu4nBU"] {
  font-size: 14px;
}

.f0-id-el_BQ9_DiJJ[data-f0-id="el_BQ9_DiJJ"] {
  font-size: 14px;
}

.f0-id-el_8ZSlNHMq[data-f0-id="el_8ZSlNHMq"] {
  font-size: 14px;
}

.f0-id-el_j3tYBSfd[data-f0-id="el_j3tYBSfd"] {
  flex-direction: row;
}

.f0-id-el_V6bDjwYl[data-f0-id="el_V6bDjwYl"] {
  flex-shrink: 0;
}

.f0-id-el_Ci7pYG5a[data-f0-id="el_Ci7pYG5a"] {
  flex-shrink: 0;
}

.f0-id-el_5CXWR0wm[data-f0-id="el_5CXWR0wm"] {
  width: max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  justify-content: flex-start;
}

.f0-id-el_92UhDA6a[data-f0-id="el_92UhDA6a"] {
  background-color: #ffffff08;
  position: sticky;
}

@media (max-width: 767px) {
  .f0-id-el_92UhDA6a[data-f0-id="el_92UhDA6a"] {
    width: 90vw;
  justify-content: space-between;
  top: 80px;
  z-index: 5;
  }
}

@media (max-width: 767px) {
  .f0-id-el_ZkGZjlkg[data-f0-id="el_ZkGZjlkg"] {
    width: max-content;
  }
}

.f0-id-el_ZkGZjlkg[data-f0-id="el_ZkGZjlkg"] {
  font-size: 0.85rem;
}

.f0-id-el_DNjETH3S[data-f0-id="el_DNjETH3S"] {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .f0-id-el_V6bDjwYl[data-f0-id="el_V6bDjwYl"] {
    display: flex;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .f0-id-el_Ci7pYG5a[data-f0-id="el_Ci7pYG5a"] {
    display: flex;
  flex-direction: column;
  }
}

@media (max-width: 767px) {
  .f0-id-el_47ZnWuUu[data-f0-id="el_47ZnWuUu"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_uc3GUQIg[data-f0-id="el_uc3GUQIg"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_iZpidz0O[data-f0-id="el_iZpidz0O"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_F8eW4PFI[data-f0-id="el_F8eW4PFI"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_rmiafX6c[data-f0-id="el_rmiafX6c"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_7gIlGMFQ[data-f0-id="el_7gIlGMFQ"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_CgHwZjJo[data-f0-id="el_CgHwZjJo"] {
    width: stretch;
  }
}

@media (max-width: 767px) {
  .f0-id-el_xMO-Qq6A[data-f0-id="el_xMO-Qq6A"] {
    width: stretch;
  }
}