/* About page — scoped to avoid Webflow-era globals bleeding into the app shell */

.wm-about-page {
  --wm-about-dark: var(--dark-blue-background, #05060a);
  background-color: var(--wm-about-dark);
  color: var(--lightest-white, #f6f8fa);
}

@keyframes wm-about-marquee-ltr {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes wm-about-marquee-rtl {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm-about-page .wm-about-marquee-track {
    animation: none !important;
  }
}

.wm-about-page .about-1-image {
  border-radius: var(--radius-0, 0);
  background-color: var(--wm-about-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.wm-about-page .wm-about-hero {
  opacity: 0;
}

.wm-about-page .wm-about-hero.wm-about-hero--ready {
  opacity: 1;
}

.wm-about-page .about-border-image {
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  max-width: min(70vw, 960px);
  width: 100%;
  height: min(70vh, 720px);
  display: flex;
  position: relative;
  overflow: hidden;
  transform-origin: 50% 50%;
  transform: scale(0);
  opacity: 0;
  will-change: transform;
}

.wm-about-page .about-border-image > .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.wm-about-page .about-border-heading {
  mix-blend-mode: exclusion;
  flex-flow: column;
  display: flex;
  position: absolute;
  z-index: 2;
  text-align: center;
  align-items: center;
  will-change: transform;
}

.wm-about-page .about-heading-subtitle {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
  top: 2vw;
}

.wm-about-page .text-size-large {
  font-size: 1.5rem;
}

.wm-about-page .about-border-subheading {
  text-align: center;
  mix-blend-mode: exclusion;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0 20%;
  z-index: 2;
  align-items: center;
  will-change: transform;
}

.wm-about-page .vertical-line-hero-indicator {
  background-color: #7d7d7d;
  width: 1px;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.wm-about-page .vertical-line-hero-indicator.color-opacity.margin-2vw {
  background-color: #222;
  position: absolute;
  inset: auto auto 2.5rem;
}

.wm-about-page .vertical-line-hero {
  z-index: 2;
  background-color: #ebebeb;
  width: 1px;
  height: 4rem;
  position: relative;
  transform-origin: top center;
  will-change: transform;
}

.wm-about-page .heading-1 {
  font-family: var(--brand-header);
  font-size: clamp(3.5rem, 12vw, 9.9375rem);
  font-weight: 400;
  line-height: 1.1;
}

.wm-about-page .heading-1.about-heading-size {
  font-family: Larken, serif;
  font-weight: 700;
}

.wm-about-page .heading-1.about-subheading-size {
  font-family: Larken, serif;
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 500;
}

.wm-about-page .heading-1.services {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(4rem, 18vw, 12rem);
  line-height: 1;
}

.wm-about-page .branding-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.wm-about-page .branding-title {
  position: relative;
}

.wm-about-page h1.branding {
  font-family: var(--montserrat-para);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1.75rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.wm-about-page .webmoz-name {
  font-family: var(--brand-header);
  font-weight: 500;
}

.wm-about-page .container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  position: relative;
}

.wm-about-page .steps-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.wm-about-page .wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wm-about-page .wrap-v-small.align-v-l {
  align-items: flex-start;
}

.wm-about-page .hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  text-align: center;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.wm-about-page .icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.wm-about-page .gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.wm-about-page .wm-about-heading-plain {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
}

.wm-about-page .headline-regular {
  color: #6a6a6b;
  letter-spacing: -0.04px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.wm-about-page .max-width-x-small {
  width: 100%;
  max-width: 440px;
}

.wm-about-page .paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.wm-about-page .phase-wrapper {
  flex-flow: column;
  align-items: center;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: clamp(1.25rem, 4vw, 4rem);
  padding-right: clamp(1.25rem, 4vw, 4rem);
  display: flex;
  position: relative;
}

.wm-about-page .grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #2a2b3a00;
  border: 1px solid #2a2b3a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10vh;
  display: grid;
  width: 100%;
  justify-items: stretch;
}

.wm-about-page .grid__item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #030014;
  flex-flow: column;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.wm-about-page .grid__item-img {
  aspect-ratio: 1;
  border-radius: 1.6rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 300px;
  height: auto;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: default;
  --x: 50%;
  --y: 50%;
}

.wm-about-page .grid__item-img-deco {
  opacity: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.15;
  position: absolute;
  inset: 0;
  pointer-events: none;
  word-wrap: break-word;
  -webkit-mask-image: radial-gradient(
    300px circle at var(--x, 50%) var(--y, 50%),
    black 20%,
    rgba(0, 0, 0, 0.25),
    transparent
  );
  mask-image: radial-gradient(
    300px circle at var(--x, 50%) var(--y, 50%),
    black 20%,
    rgba(0, 0, 0, 0.25),
    transparent
  );
}

.wm-about-page .grid__item-img-svg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}

.wm-about-page .grid__item-img-svg.notactive {
  opacity: 0.75;
}

.wm-about-page .grid__item-img-overlay {
  mix-blend-mode: darken;
  background-image: radial-gradient(
    circle at 50% 50%,
    rgb(5 6 10) 38%,
    rgb(19 109 250 / 0.5) 58%,
    rgb(254 137 99 / 0.35) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.wm-about-page .grid__item-label {
  line-height: 1.4;
  font-size: 14px;
}

.wm-about-page .phase-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  flex-flow: row;
  align-self: flex-start;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.wm-about-page .phasetext,
.wm-about-page .text-block-21,
.wm-about-page .text-block-22 {
  color: #fff;
  font-size: 14px;
}

.wm-about-page .phase-complete {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #11a11696;
  border-radius: 99px;
  flex-flow: row;
  align-self: flex-end;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #1594198c;
}

.wm-about-page .phase-coming-soon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #a18c1196;
  border-radius: 99px;
  flex-flow: row;
  align-self: flex-end;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #a18c11a3;
}

.wm-about-page .phasetextsoon {
  color: #fffcbe;
  font-size: 14px;
}

.wm-about-page .phasetextcomplete {
  color: #beffc1;
  font-size: 14px;
}

.wm-about-page .wm-about-section-integrations {
  z-index: 10;
  padding-bottom: 1px;
  position: relative;
}

.wm-about-page .container-lines-large {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0px;
  position: relative;
}

.wm-about-page .container-lines-large.overflow {
  background-image: linear-gradient(
    180deg,
    transparent,
    var(--wm-about-dark) 49%
  );
  overflow: hidden;
}

.wm-about-page .integration-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wm-about-page .integration-title h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.wm-about-page .badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.wm-about-page .text-span-26 {
  font-family: var(--brand-header);
  letter-spacing: 0.2px;
  font-weight: 700;
}

.wm-about-page .integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 96px;
  padding: clamp(72px, 11vw, 132px) 0;
  display: flex;
  position: relative;
  min-height: 200px;
}

.wm-about-page .carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
  flex-shrink: 0;
}

.wm-about-page .carousel-holder.reverse {
  justify-content: flex-end;
}

.wm-about-page .wm-about-marquee-track {
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  display: flex;
  will-change: transform;
}

.wm-about-page .wm-about-marquee--ltr {
  animation: wm-about-marquee-ltr 55s linear infinite;
}

.wm-about-page .wm-about-marquee--rtl {
  animation: wm-about-marquee-rtl 55s linear infinite;
}

.wm-about-page .wm-about-marquee-track.wm-about-marquee--rtl.reverse {
  justify-content: flex-end;
}

.wm-about-page .carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.wm-about-page .carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #a6a6a6;
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.wm-about-page .text-block-20 {
  font-size: 14px;
  line-height: 1.7;
}

.wm-about-page .carousel-item img.wm-about-carousel-icon,
.wm-about-page .carousel-item > img.wm-about-carousel-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.wm-about-page .icon-large:not(img) {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wm-about-page .icon-large:not(img) img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.wm-about-page .integration-circle {
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  width: min(326px, 86vw);
  box-sizing: border-box;
}

.wm-about-page .integration-circle-inner {
  z-index: 2;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  text-align: center;
  background-color: #0707093d;
  background-image: linear-gradient(#00000005, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  display: flex;
  position: relative;
  box-shadow:
    0 0 1px 32px #ffffff0a,
    0 12px 40px #000000b8;
}

.wm-about-page .circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  border-radius: 50%;
}

.wm-about-page .circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.wm-about-page .h3-heading {
  color: #fff;
  letter-spacing: -0.17px;
  font-size: clamp(1.75rem, 5vw, 40px);
  font-weight: 500;
  line-height: 0.9;
  position: relative;
  z-index: 1;
}

.wm-about-page .text-span-27 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
}

.wm-about-page .max-width-x-small.spacing-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wm-about-page .paragraph-regular {
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.wm-about-page .lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.wm-about-page .line-vertical-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0 0;
}

.wm-about-page .line-vertical-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0 0 auto;
}

.wm-about-page .line-horizontal {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  height: 1px;
  position: absolute;
  inset: auto 0 0;
}

.wm-about-page .services-heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.wm-about-page .text-size-huge {
  font-size: clamp(2rem, 6vw, 2.9375rem);
}

.wm-about-page .opacity-30 {
  opacity: 0.3;
}

.wm-about-page .services-component {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 6rem auto;
  display: flex;
  position: relative;
}

.wm-about-page .service-wrap {
  z-index: 9;
  margin-right: auto;
  position: relative;
}

.wm-about-page .service-wrap._1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2vw;
  display: flex;
}

.wm-about-page .service-wrap._2 {
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.wm-about-page .service-wrap._3 {
  margin-left: 8%;
  display: flex;
}

.wm-about-page .service-wrap._4 {
  align-self: center;
  margin-left: auto;
  display: flex;
}

.wm-about-page .text-size-regular {
  font-size: 1rem;
}

.wm-about-page .services-text {
  font-family: Larken, serif;
  font-size: clamp(2.5rem, 7vw, 7vw);
  font-weight: 400;
  line-height: 0.8;
}

.wm-about-page .services-image-sticky {
  z-index: 15;
  border-radius: var(--radius-0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180vh;
  position: relative;
}

.wm-about-page .services-image-component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.wm-about-page .services-image {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2.125rem;
  justify-content: center;
  align-items: center;
  width: min(92vw, 70%);
  height: min(70vh, 720px);
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.wm-about-page .services-image.wm-about-intro {
  cursor: pointer;
  transform-origin: 50% 50%;
  border: 2px solid rgba(19, 109, 244, 0.88);
  box-shadow:
    0 0 0 1px rgba(19, 109, 244, 0.35),
    0 0 24px rgba(19, 109, 244, 0.28),
    0 22px 64px rgba(0, 0, 0, 0.42);
  will-change: transform;
}

.wm-about-page .services-image.wm-about-intro.wm-about-intro--playing {
  cursor: default;
  width: min(92vw, 960px);
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: min(85vh, 900px);
  border: 2px solid rgba(19, 109, 244, 0.95);
  box-shadow:
    0 0 0 1px rgba(19, 109, 244, 0.45),
    0 0 28px rgba(19, 109, 244, 0.35),
    0 22px 64px rgba(0, 0, 0, 0.45);
}

.wm-about-page .wm-about-intro-picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.wm-about-page .wm-about-intro-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.wm-about-page .wm-about-intro-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(5, 6, 10, 0.45);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  transition:
    transform var(--wm-duration-med, 0.25s) var(--wm-ease-out, ease),
    box-shadow var(--wm-duration-med, 0.25s) var(--wm-ease-out, ease);
}

.wm-about-page .wm-about-intro-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 0 0 6px rgba(19, 109, 244, 0.25);
}

.wm-about-page .wm-about-intro-play:focus-visible {
  outline: 2px solid var(--wm-color-focus-ring, rgba(99, 102, 241, 0.55));
  outline-offset: 3px;
}

.wm-about-page .wm-about-intro-play-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
}

.wm-about-page .wm-about-intro-youtube {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: #000;
  border-radius: inherit;
}

.wm-about-page .wm-about-intro-youtube.wm-about-intro-youtube--open {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: inherit;
  overflow: hidden;
}

.wm-about-page .wm-about-intro-youtube[hidden] {
  display: none !important;
}

.wm-about-page .wm-about-intro-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.wm-about-page .border-heading {
  mix-blend-mode: exclusion;
  position: absolute;
}

.wm-about-page .border-heading.services {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: -4rem;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.wm-about-page .spacer-6rem {
  background-color: var(--wm-about-dark);
  height: 6rem;
}

.wm-about-page .testimonial-component {
  margin-top: 4vw;
  margin-bottom: 4vw;
  position: relative;
  min-height: min(90vh, 720px);
}

.wm-about-page .testimonial-content.bottom-margin {
  z-index: 2;
  padding-bottom: 4vw;
  position: relative;
}

.wm-about-page .testimonial-title h2 {
  margin: 0;
}

.wm-about-page .text-size-display {
  font-size: clamp(1.5rem, 4vw, 3.375rem);
  line-height: 1.15;
  font-family: var(--montserrat-para);
  font-weight: 400;
}

.wm-about-page .text-span-6 {
  font-family: var(--brand-header);
}

.wm-about-page .testimonial-subtitle {
  letter-spacing: 1px;
  max-width: 50ch;
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
}

.wm-about-page .caps-login {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.wm-about-page .footer-images-content {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 8%;
}

.wm-about-page .wm-about-parallax-slow,
.wm-about-page .wm-about-parallax-fast {
  will-change: transform;
}

.wm-about-page .testimonial-image-top {
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.wm-about-page .top-image {
  opacity: 0.58;
  filter: blur(5px);
  border-radius: 3.5vw;
  width: 6vw;
  min-width: 7rem;
  overflow: hidden;
  transform: rotate(6.8deg);
}

.wm-about-page .testimonial-image-bottom {
  filter: blur(5px);
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.wm-about-page .bottom-image {
  border-radius: 5vw;
  width: 8vw;
  min-width: 0;
  display: flex;
  overflow: hidden;
  transform: rotate(-10deg);
}

.wm-about-page .top-image img,
.wm-about-page .bottom-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .wm-about-page .grid-3 {
    grid-template-columns: 1fr;
  }

  .wm-about-page .container-lines-large,
  .wm-about-page .container-lines-large.overflow {
    padding: 72px 24px;
  }

  .wm-about-page .integration-circle-inner {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .wm-about-page .about-border-heading {
    width: 100%;
    padding: 0 1rem;
  }

  .wm-about-page .about-heading-subtitle {
    width: auto;
  }

  .wm-about-page .services-image {
    width: 94%;
    height: 52vh;
  }

  .wm-about-page .services-image.wm-about-intro.wm-about-intro--playing {
    width: min(94vw, 960px);
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: min(85vh, 900px);
  }

  .wm-about-page .footer-images-content {
    display: none;
  }

  .wm-about-page .testimonial-component {
    min-height: 0;
  }
}
