.about-page-hero {
  background: #efedf7;
  padding: 62px 0 54px;
  text-align: center;
}

.about-page-hero p {
  color: #5a5d63;
  line-height: 1.5;
  margin: 0;
}

.about-page-source-fix {
  background: white;
  padding: 74px 0;
}

.about-page-source-fix h2,
.about-page-why-built h2,
.about-page-leadership h2 {
  color: #1f2228;
  font-size: clamp(2.4rem, 2.1vw, 4.8rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 60px;
}

.about-page-source-fix p,
.about-page-why-built p {
  color: #30343b;
  line-height: 1.7;
  margin: 0 0 16px;
  max-width: 620px;
}

.about-page-icon-orb {
  align-items: center;
  background: rgb(213, 200, 247);
  border-radius: 50%;
  display: flex;
  height: 280px;
  justify-content: center;
  width: 280px;
}

.about-page-icon-orb-chart {
  align-items: center;
  background: rgb(240, 235, 252);
  border-radius: 50%;
  display: flex;
  height: 280px;
  justify-content: center;
  width: 280px;
}

.about-page-icon-orb svg {
  width: 220px;
  height: 220px;
}

.about-page-mission-band {
  background: #0f1330;
  padding: 56px 0;
  text-align: center;
}

.about-page-mission-band h3 {
  color: #FFFFFF;
  font-size: clamp(2.4rem, 2.4vw, 4.2rem);
  font-weight: 700;
  margin: 0 0 12px;
}

.about-page-mission-band p {
  color: #d0d6ee;
  margin: 0;
}

.about-page-why-built {
  background: #FFFFFF;
  padding: 72px 0 64px;
}

.about-page-feature-cards {
  border-top: 1px solid #dedfe5;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  padding-top: 46px;
}

.about-page-feature-card {
  background: #FFFFFF;
  border: 1px solid #e2e4ea;
  border-radius: 14px;
  padding: 24px 22px;
}

.about-page-feature-icon {
  color: #5d6280;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.about-page-feature-card h3 {
  color: #23262d;
  font-weight: 700;
  margin: 20px 0 20px;
  font-size: 24px;
  display: inline-block;
}

.about-page-feature-card p,
.about-page-feature-card li {
  color: #3a3f47;
  line-height: 1.65;
  margin: 0 0 10px;
}

.about-page-feature-card ul {
  margin: 4px 0 0;
  padding-left: 18px;
}

.about-page-leadership {
  padding: 74px 0 52px;
}

.about-page-vertical-separator {
  height: 10px;
}

.about-leadership-carousel {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 50px minmax(0, 1fr) 50px;
  margin-top: 26px;
}

.about-leadership-nav {
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 0;
}

.about-leadership-nav:hover {
  transform: scale(1.1);
}

.about-leadership-viewport {
  overflow: hidden;
}

.about-leadership-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.about-leadership-slide {
  align-items: stretch;
  display: grid;
  flex: 0 0 100%;
  gap: 28px;
  grid-template-columns: 240px minmax(0, 1fr);
}

.about-leader-photo-col {
  position: relative;
  text-align: center;
}

.about-leader-photo-col::before {
  display: none;
}

.about-leader-photo {
  display: block;
  height: auto;
  margin: 0 auto 50px;
  position: relative;
  width: 184px;
  max-width: 100%;
  z-index: 1;
}

.about-leader-photo-col h3 {
  color: #1f2329;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 3px;
}

.about-leader-photo-col p {
  color: #4f5560;
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.about-leader-linkedin {
  color: #7a61e9;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.about-leader-linkedin .linkedin-text {
  position: relative;
  padding-left: 0.25rem;
  font-size: 16px;
}

.about-leader-content-col p {
  color: #2e3239;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 14px;
}

.about-leader-content-col {
  display: flex;
  flex-direction: column;
}

.about-leader-cta {
  background: linear-gradient(90deg, #6c55df 0%, #5b4cd7 100%);
  border-radius: 6px;
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: auto;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.about-leader-cta:hover {
  color: #FFFFFF;
}

.about-leadership-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 65px;
}

.about-leadership-dot {
  background: #c9c9d2;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  height: 15px;
  padding: 0;
  width: 15px;
}

.about-leadership-dot.is-active {
  background: #7a61e9;
}

@media (max-width: 991px) {
  .about-page-hero,
  .about-page-source-fix,
  .about-page-why-built,
  .about-page-leadership {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .about-page-mission-band {
    padding: 46px 0;
  }
  .about-page-feature-cards {
    grid-template-columns: 1fr;
  }
  .about-leadership-carousel {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .about-leadership-slide {
    gap: 22px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .about-leader-cta {
    width: 100%;
  }
  .about-leadership-nav {
    display: none;
  }
  .about-page-source-fix p,
  .about-page-why-built p {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .about-page-hero h1 {
    font-size: 2.2rem;
  }
  .about-page-hero p {
    font-size: 1.1rem;
  }
  .about-page-source-fix h2,
  .about-page-why-built h2,
  .about-page-leadership h2 {
    font-size: 2rem;
  }
  .about-page-source-fix p,
  .about-page-why-built p,
  .about-leader-content-col p {
    font-size: 1.1rem;
  }
  .about-page-icon-orb {
    height: 210px;
    width: 210px;
  }
  .about-page-icon-orb svg {
    height: 170px;
    width: 170px;
  }
  .about-page-feature-card h3 {
    font-size: 1.45rem;
  }
}

/*# sourceMappingURL=about-page.css.map */
