.aboutus-v2 {
  --aboutus-v2-accent: var(--theme-color);
  --aboutus-v2-accent-hover: var(--theme-color-hover);
  --aboutus-v2-accent-soft: color-mix(in srgb, var(--aboutus-v2-accent) 12%, transparent);
  --aboutus-v2-accent-ring: color-mix(in srgb, var(--aboutus-v2-accent) 68%, transparent);
  --aboutus-v2-accent-surface: color-mix(in srgb, var(--aboutus-v2-accent) 8%, #ffffff);
  --aboutus-v2-accent-muted: color-mix(in srgb, var(--aboutus-v2-accent) 14%, #ffffff);
  --aboutus-v2-accent-muted-strong: color-mix(in srgb, var(--aboutus-v2-accent) 26%, #ffffff);
  --aboutus-v2-accent-shadow: color-mix(in srgb, var(--aboutus-v2-accent) 16%, transparent);
  --aboutus-v2-accent-shadow-strong: color-mix(in srgb, var(--aboutus-v2-accent) 24%, transparent);
  --aboutus-v2-accent-deep: color-mix(in srgb, var(--aboutus-v2-accent-hover) 34%, #050805);
  color: #101010;
  background: #fff;
  margin-bottom: 0;
  overflow: hidden;
}

html.aboutus-v2-document body:not(.aboutus-v2-nav-scrolled) .nav-container:not(.auth-nav):not(.active) {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}

html.aboutus-v2-document body.aboutus-v2-nav-scrolled .nav-container:not(.auth-nav):not(.active) {
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

html.aboutus-v2-document body.aboutus-v2-nav-scrolled .nav-container:not(.auth-nav):not(.active) > nav {
  background: transparent !important;
}

html.aboutus-v2-document .nav-container:not(.auth-nav) {
  transition: background-color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, backdrop-filter 0.28s ease, -webkit-backdrop-filter 0.28s ease;
}

.aboutus-v2,
.aboutus-v2 p,
.aboutus-v2 li,
.aboutus-v2 a,
.aboutus-v2 h1,
.aboutus-v2 h2,
.aboutus-v2 h3,
.aboutus-v2 span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.section-space {
  padding: 88px 0 0;
}

.section-space-bottom {
  padding: 0 0 110px;
}

.section-soft {
  background: #f7f7f5;
}

.narrow,
.narrow-content {
  max-width: 900px;
  margin: 0 auto;
}

.aboutus-v2-section-container {
  max-width: 1140px;
  margin: 0 auto;
}

.aboutus-v2-section-container--centered {
  text-align: center;
}

.aboutus-v2-section-heading {
  margin-bottom: 42px;
}

.aboutus-v2-section-heading.centered {
  text-align: center;
}

.aboutus-v2-section-heading.left {
  text-align: left;
}

.aboutus-v2-mini-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7d845f;
  font-weight: 700;
}

.aboutus-v2-split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 42px;
}

.aboutus-v2-split-heading > p {
  margin: 0;
}

.aboutus-v2-split-heading--centered {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.aboutus-v2-split-heading--centered > div,
.aboutus-v2-split-heading--centered > p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.aboutus-v2-section-heading h2,
.aboutus-v2-dual-copy h2,
.aboutus-v2-grow__card h2,
.aboutus-v2-cta__content h2,
.aboutus-v2-split-heading h2,
.aboutus-v2-intro__wrap h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 14px;
}

.aboutus-v2-section-heading p,
.aboutus-v2-dual-copy p,
.aboutus-v2-grow__card p,
.aboutus-v2-cta__content p,
.aboutus-v2-feature-card p,
.aboutus-v2-check-list li,
.aboutus-v2-split-heading p,
.aboutus-v2-intro__wrap p {
  font-size: 0.98rem;
  line-height: 1.72;
  color: #4d4d4d;
}

.aboutus-v2-intro__wrap {
  text-align: center;
  max-width: 860px;
}

.aboutus-v2-intro__wrap h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  color: #0b0b0f;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-intro__wrap p:last-child {
  margin: 0 auto;
  max-width: 760px;
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0;
}

.aboutus-v2-eyebrow {
  display: block;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.aboutus-v2-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin-top: 0;
  background: var(--aboutus-v2-accent-deep);
}

.aboutus-v2-hero__overlay,
.aboutus-v2-hero__parallax {
  position: absolute;
  inset: 0;
}

.aboutus-v2-hero__overlay {
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--aboutus-v2-accent-deep) 18%, transparent) 0%,
    color-mix(in srgb, var(--aboutus-v2-accent-deep) 4%, transparent) 42%,
    color-mix(in srgb, var(--aboutus-v2-accent-deep) 8%, transparent) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.aboutus-v2-hero__parallax {
  display: flex;
  align-items: end;
  justify-content: center;
  pointer-events: none;
}

.aboutus-v2-hero__parallax--back {
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutus-v2-hero__parallax--front {
  z-index: 3;
}

.aboutus-v2-hero__parallax img {
  display: block;
  height: auto;
  max-width: none;
}

.aboutus-v2-hero__parallax--front img {
  width: 100%;
  height: 70%;
  object-fit: inherit;
  object-position: center bottom;
  transform: translateY(0);
}

.aboutus-v2-hero > .container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.16s ease, visibility 0.16s ease;
}

.aboutus-v2-hero.is-past > .container {
  position: absolute;
  top: auto;
  bottom: 0;
}

.aboutus-v2-hero__content {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  padding: 110px 0 0;
}

.aboutus-v2-hero__content h1 {
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: clamp(38px, 2.75vw, 56px);
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 0;
}

.aboutus-v2-whatwedo {
  padding-top: 88px;
  padding-bottom: 88px;
}

.aboutus-v2-whatwedo .aboutus-v2-section-container {
  max-width: 1280px;
}

.aboutus-v2-whatwedo__header {
  margin-bottom: 76px;
}

.aboutus-v2-whatwedo__header h2 {
  margin: 0 0 8px;
  color: #0b0b0f;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-whatwedo__header p {
  margin: 0;
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.aboutus-v2-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px;
  max-width: 1240px;
  margin: 0 auto;
}

.aboutus-v2-feature-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
}

.aboutus-v2-feature-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  object-fit: contain;
}

.aboutus-v2-feature-card h3 {
  max-width: 260px;
  margin: 0 auto;
  color: #0b0b0f;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.aboutus-v2-whatwedo__statement {
  max-width: 860px;
  margin: 92px auto 0;
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: center;
}

.aboutus-v2-whatwedo__statement span {
  display: block;
  background: linear-gradient(90deg, #2f75ff 0%, #7f65e8 44%, #d04f9a 70%, #ed793a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.aboutus-v2-verified {
  background: #f7f7f7;
  padding-top: 88px;
  padding-bottom: 88px;
}

.aboutus-v2-verified .aboutus-v2-section-container {
  max-width: 1300px;
}

.aboutus-v2-verified__panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: left;
}

.aboutus-v2-verified__layout {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  /* gap: 70px; */
  margin-left: 0;
  margin-right: 0;
  gap: 40px;
}

.aboutus-v2-verified__media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.aboutus-v2-verified__layout > .col-lg-5,
.aboutus-v2-verified__layout > .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}

.aboutus-v2-verified__layout > .col-lg-5 {
  flex: 0 0 36%;
  max-width: 36%;
}

.aboutus-v2-verified__layout > .col-lg-7 {
  flex: 0 0 58%;
  max-width: 58%;
}

.aboutus-v2-verified__badge {
  max-width: 100%;
  width: min(320px, 100%);
  height: auto;
}

.aboutus-v2-verified__content {
  text-align: left;
}

.aboutus-v2-verified .aboutus-v2-section-heading {
  max-width: 690px;
  margin-bottom: 34px;
}

.aboutus-v2-verified .aboutus-v2-section-heading h2 {
  margin: 0 0 24px;
  color: #0b0b0f;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-verified .aboutus-v2-section-heading p {
  max-width: 690px;
  margin: 0;
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

.aboutus-v2-check-list {
  list-style: none;
  padding: 0;
  margin: 22px auto 0;
  max-width: 580px;
  text-align: left;
}

.aboutus-v2-check-list--compact li {
  margin-bottom: 13px;
}

.aboutus-v2-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}

.aboutus-v2-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--aboutus-v2-accent);
}

.aboutus-v2-verified__list {
  max-width: 690px;
  margin: 0;
}

.aboutus-v2-verified__list.aboutus-v2-check-list--compact li,
.aboutus-v2-verified__list li {
  min-height: 32px;
  margin-bottom: 18px;
  padding-left: 44px;
  color: #111111;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.aboutus-v2-verified__list li:last-child {
  margin-bottom: 0;
}

.aboutus-v2-verified__list li::before {
  left: 0;
  top: -2px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--aboutus-v2-accent-muted);
  box-shadow: inset 0 0 0 4px var(--aboutus-v2-accent-muted-strong);
}

.aboutus-v2-verified__list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--aboutus-v2-accent);
  box-shadow: 0 0 0 3px var(--aboutus-v2-accent-shadow);
}

.aboutus-v2-timeline {
  width: 100%;
  background: #ffffff;
  padding: 88px 88px 0;
}

.aboutus-v2-timeline__inner {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.aboutus-v2-timeline .aboutus-v2-section-heading {
  margin-bottom: 28px;
}

.aboutus-v2-timeline .aboutus-v2-section-heading h2 {
  margin: 0;
  color: #0b0b0f;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-timeline__visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}

.aboutus-v2-timeline__full {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 0;
}

.aboutus-v2-timeline__full #Path_171695 {
  fill: var(--aboutus-v2-accent-hover);
}

.aboutus-v2-timeline__full #Path_171696 {
  fill: var(--aboutus-v2-accent);
}

.aboutus-v2-timeline__full #Path_171697 {
  fill: var(--aboutus-v2-accent-deep);
}

.aboutus-v2-timeline__connector {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  transform: translate(-1px, -1px);
}

.aboutus-v2-timeline__connector polyline {
  fill: none;
  stroke: var(--aboutus-v2-accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5 8;
  vector-effect: non-scaling-stroke;
}

.aboutus-v2-timeline__markers {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.aboutus-v2-timeline__marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  --timeline-marker-dot-left: calc(50% - 1px);
  --timeline-marker-dot-top: calc(50% - 1px);
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.aboutus-v2-timeline__marker:hover,
.aboutus-v2-timeline__marker:focus-visible {
  z-index: 20;
}

.aboutus-v2-timeline__marker.is-active {
  z-index: 40;
}

.aboutus-v2-timeline__marker::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 0;
  border-radius: 999px;
  background: var(--aboutus-v2-accent-soft);
  border: 2px solid var(--aboutus-v2-accent-ring);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.aboutus-v2-timeline__marker.is-active::before,
.aboutus-v2-timeline__marker:hover::before,
.aboutus-v2-timeline__marker:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.aboutus-v2-timeline__marker:focus-visible {
  outline: none;
}

.aboutus-v2-timeline__marker::after {
  content: "";
  position: absolute;
  left: var(--timeline-marker-dot-left);
  top: var(--timeline-marker-dot-top);
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--aboutus-v2-accent);
  box-shadow: 0 0 0 3px #ffffff;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.aboutus-v2-timeline__marker.is-active::after,
.aboutus-v2-timeline__marker:hover::after,
.aboutus-v2-timeline__marker:focus-visible::after {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 8px var(--aboutus-v2-accent-soft);
  transform: translate(-50%, -50%) scale(1.08);
}

.aboutus-v2-timeline__popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 5;
  box-sizing: border-box;
  width: 360px;
  padding: 14px 16px 16px;
  border: 1.5px solid var(--aboutus-v2-accent);
  border-radius: 8px;
  background: var(--aboutus-v2-accent-surface);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  will-change: opacity, transform;
}

.aboutus-v2-timeline__popover strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 28px;
  margin: 0 auto 8px;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--aboutus-v2-accent);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.aboutus-v2-timeline__popover span {
  display: block;
  color: #111111;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
}

.aboutus-v2-timeline__marker.is-default .aboutus-v2-timeline__popover,
.aboutus-v2-timeline__marker.is-active .aboutus-v2-timeline__popover,
.aboutus-v2-timeline__marker:hover .aboutus-v2-timeline__popover,
.aboutus-v2-timeline__marker:focus-visible .aboutus-v2-timeline__popover {
  opacity: 1;
  transform: translate(-50%, 0);
}

.aboutus-v2-timeline__marker:nth-last-child(-n + 2) .aboutus-v2-timeline__popover {
  top: calc(100% + 12px);
  bottom: auto;
  transform: translate(-50%, -8px);
}

.aboutus-v2-timeline__marker:nth-last-child(-n + 2).is-active .aboutus-v2-timeline__popover,
.aboutus-v2-timeline__marker:nth-last-child(-n + 2):hover .aboutus-v2-timeline__popover,
.aboutus-v2-timeline__marker:nth-last-child(-n + 2):focus-visible .aboutus-v2-timeline__popover {
  transform: translate(-50%, 0);
}

@media (min-width: 992px) {
  .aboutus-v2-timeline__marker:first-child .aboutus-v2-timeline__popover {
    right: calc(100% + 12px);
    left: auto;
    bottom: calc(100% + 8px);
    transform: translate(0, 8px);
  }

  .aboutus-v2-timeline__marker:first-child.is-default .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:first-child.is-active .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:first-child:hover .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:first-child:focus-visible .aboutus-v2-timeline__popover {
    transform: translate(0, 0);
  }
}

.aboutus-v2-timeline__markers.is-enhanced .aboutus-v2-timeline__popover {
  left: var(--popover-left, 50%);
  top: var(--popover-top, auto);
  right: auto;
  bottom: auto;
  z-index: 60;
  transform: translate(0, var(--popover-rest-y, 8px));
}

.aboutus-v2-timeline__markers.is-enhanced .aboutus-v2-timeline__marker:not(.is-active) .aboutus-v2-timeline__popover {
  opacity: 0;
  transform: translate(0, var(--popover-rest-y, 8px));
}

.aboutus-v2-timeline__markers.is-enhanced .aboutus-v2-timeline__marker.is-active .aboutus-v2-timeline__popover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
}

.aboutus-v2-dual-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.aboutus-v2-dual-copy {
  max-width: 920px;
  margin: 0 auto;
  gap: 28px;
}

.aboutus-v2-dual-copy article {
  background: #fff;
  border: 1px solid rgba(16, 16, 16, 0.06);
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}

.aboutus-v2-mission {
  background: #ffffff;
  padding: 88px 0 0;
}

.aboutus-v2-mission .aboutus-v2-section-container {
  max-width: 720px;
}

.aboutus-v2-mission__wrap {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.aboutus-v2-mission__block + .aboutus-v2-mission__block {
  margin-top: 70px;
}

.aboutus-v2-mission__block h2 {
  margin: 0 0 20px;
  color: #0b0b0f;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-mission__block p {
  max-width: 560px;
  margin: 0 auto;
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.85;
}

.aboutus-v2-mission__list {
  display: grid;
  gap: 18px;
  max-width: 360px;
  margin: 26px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.aboutus-v2-mission__list li {
  position: relative;
  min-height: 32px;
  padding-left: 44px;
  color: #111111;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}

.aboutus-v2-mission__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--aboutus-v2-accent-muted);
  box-shadow: inset 0 0 0 4px var(--aboutus-v2-accent-muted-strong);
}

.aboutus-v2-mission__list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--aboutus-v2-accent);
  box-shadow: 0 0 0 3px var(--aboutus-v2-accent-shadow);
}

.aboutus-v2-mission__block--vision p {
  max-width: 560px;
}

.aboutus-v2-grow {
  background: #ffffff;
  padding: 88px 0;
}

.aboutus-v2-grow__wrap {
  position: relative;
  width: min(550px, 100%);
  margin: 0 auto;
  text-align: center;
}

.aboutus-v2-grow__illustration {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.aboutus-v2-grow__card {
  position: absolute;
  left: 50%;
  top: 53%;
  z-index: 2;
  width: min(520px, 74%);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  transform: translateX(-50%);
}

.aboutus-v2-grow__card h2 {
  margin: 0 0 22px;
  color: #0b0b0f;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-grow__card p {
  max-width: 480px;
  margin: 0 auto;
  color: #111111;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.aboutus-v2-grow__card p + p {
  margin-top: 28px;
}

.aboutus-v2-cta.section-space-bottom {
  margin: 0;
  padding: 0px !important;
  background: var(--aboutus-v2-accent-deep);
}

footer.aboutus-v2-footer,
footer.aboutus-v2-footer .footer-container,
footer.aboutus-v2-footer .footer-bottom-container,
footer.aboutus-v2-footer .footer-container > .services.footer-gsmfeed-banner {
  margin-top: 0 !important;
}

footer.aboutus-v2-footer .footer-container,
footer.aboutus-v2-footer .footer-bottom-container {
  margin: 0 auto auto !important;
}

.aboutus-v2-cta__panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background-color: var(--aboutus-v2-accent-deep);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutus-v2-cta__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 5% 24px;
  color: #fff;
}

.aboutus-v2-cta__content p,
.aboutus-v2-cta__content h2 {
  color: #fff;
}

.aboutus-v2-cta__content h2 {
  margin: 0;
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.aboutus-v2-cta__content p {
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.aboutus-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 64px;
  padding: 0 34px;
  margin-top: 370px;
  border-radius: 12px;
  background: var(--aboutus-v2-accent);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 16px 42px var(--aboutus-v2-accent-shadow-strong);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.aboutus-v2-btn:hover {
  color: #fff;
  background: var(--aboutus-v2-accent-hover);
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .aboutus-v2-split-heading,
  .aboutus-v2-dual-copy {
    grid-template-columns: 1fr;
  }

  .aboutus-v2-section-container {
    max-width: 100%;
  }

  .aboutus-v2-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboutus-v2-feature-card:last-child {
    grid-column: span 2;
  }

  .aboutus-v2-whatwedo .aboutus-v2-feature-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 72px 0;
  }

  .aboutus-v2-whatwedo {
    padding: 72px 0;
  }

  .aboutus-v2-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .aboutus-v2-hero__content {
    padding: 118px 0 0;
  }

  .aboutus-v2-features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px 30px;
  }

  .aboutus-v2-whatwedo .aboutus-v2-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboutus-v2-whatwedo__header {
    margin-bottom: 62px;
  }

  .aboutus-v2-whatwedo__statement {
    margin-top: 76px;
    font-size: 30px;
  }

  .aboutus-v2-timeline__visual {
    width: 100%;
  }

  .aboutus-v2-timeline {
    padding: 72px 0 0;
  }

  .aboutus-v2-timeline .aboutus-v2-section-heading {
    margin-bottom: 18px;
  }

  .aboutus-v2-timeline .aboutus-v2-section-heading h2 {
    font-size: 28px;
  }

  .aboutus-v2-timeline__inner {
    overflow: visible;
  }

  .aboutus-v2-timeline__visual {
    margin: 0;
    overflow: visible;
    line-height: 1.35;
    transition: none;
  }

  .aboutus-v2-timeline__full {
    display: none;
  }

  .aboutus-v2-timeline__connector {
    display: none;
  }

  .aboutus-v2-timeline__markers {
    position: relative;
    inset: auto;
    z-index: auto;
    display: flex;
    gap: 18px;
    width: auto;
    margin: 0;
    padding: 8px 24px 32px;
    overflow-x: auto;
    pointer-events: auto;
    scroll-padding-left: 24px;
    scroll-padding-right: 24px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .aboutus-v2-timeline__marker {
    position: relative;
    left: auto;
    top: auto;
    flex: 0 0 min(83vw, 355px);
    width: auto;
    height: auto;
    min-height: auto;
    transform: none;
    scroll-snap-align: start;
  }

  .aboutus-v2-timeline__marker::before,
  .aboutus-v2-timeline__marker::after {
    display: none;
  }

  .aboutus-v2-timeline__popover {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    min-height: 100%;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(16, 16, 16, 0.08);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .aboutus-v2-timeline__markers.is-enhanced .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__markers.is-enhanced .aboutus-v2-timeline__marker:not(.is-active) .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__markers.is-enhanced .aboutus-v2-timeline__marker.is-active .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker.is-default .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker.is-active .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:hover .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:focus-visible .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:nth-last-child(-n + 2) .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:nth-last-child(-n + 2).is-active .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:nth-last-child(-n + 2):hover .aboutus-v2-timeline__popover,
  .aboutus-v2-timeline__marker:nth-last-child(-n + 2):focus-visible .aboutus-v2-timeline__popover {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    transform: none;
  }

  .aboutus-v2-timeline__marker:focus-visible .aboutus-v2-timeline__popover {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--aboutus-v2-accent) 20%, transparent), 0 12px 28px rgba(17, 24, 39, 0.12);
  }

  .aboutus-v2-timeline__popover strong {
    min-width: 0;
    min-height: 0;
    margin: 0 0 14px;
    padding: 6px 16px;
    background: var(--aboutus-v2-accent-surface);
    color: var(--aboutus-v2-accent);
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
  }

  .aboutus-v2-timeline__popover span {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
  }

  .aboutus-v2-verified .aboutus-v2-section-container {
    max-width: 760px;
  }

  .aboutus-v2-verified__layout {
    flex-direction: column;
    gap: 36px;
  }

  .aboutus-v2-verified__media {
    justify-content: center;
  }

  .aboutus-v2-verified__layout > .col-lg-5,
  .aboutus-v2-verified__layout > .col-lg-7 {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .aboutus-v2-verified__content {
    text-align: center;
  }

  .aboutus-v2-verified .aboutus-v2-section-heading,
  .aboutus-v2-verified__list {
    margin-left: auto;
    margin-right: auto;
  }

  .aboutus-v2-verified .aboutus-v2-section-heading p {
    margin-left: auto;
    margin-right: auto;
  }

  .aboutus-v2-hero__parallax--back {
    background-position: center top;
  }

  .aboutus-v2-hero__parallax--front img {
    width: 100%;
    height: 58vh;
    height: 58svh;
    object-fit: cover;
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 54px 0;
  }

  .aboutus-v2-whatwedo {
    padding: 54px 0;
  }

  .aboutus-v2-verified {
    padding: 54px 0;
  }

  .aboutus-v2-timeline {
    padding: 54px 0 0;
  }

  .aboutus-v2-mission {
    padding: 54px 0;
  }

  .aboutus-v2-mission__wrap {
    max-width: 100%;
  }

  .aboutus-v2-mission__block + .aboutus-v2-mission__block {
    margin-top: 54px;
  }

  .aboutus-v2-mission__block h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .aboutus-v2-mission__block p,
  .aboutus-v2-mission__list li {
    font-size: 16px;
    line-height: 1.7;
  }

  .aboutus-v2-mission__list {
    max-width: 330px;
    gap: 16px;
    margin-top: 24px;
  }

  .aboutus-v2-grow {
    padding: 54px 0;
  }

  .aboutus-v2-grow__wrap {
    width: min(420px, 100%);
  }

  .aboutus-v2-grow__card {
    top: 53%;
    width: 92%;
  }

  .aboutus-v2-grow__card h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .aboutus-v2-grow__card p {
    max-width: 400px;
    font-size: 12px;
    line-height: 1.35;
  }

  .aboutus-v2-grow__card p + p {
    margin-top: 14px;
  }

  .aboutus-v2-cta__panel {
    min-height: 480px;
    background-position: center center;
  }

  .aboutus-v2-cta__content {
    padding: 56px 18px 54px;
  }

  .aboutus-v2-cta__content h2 {
    font-size: 28px;
  }

  .aboutus-v2-cta__content p {
    margin-top: 16px;
    font-size: 14px;
  }

  .aboutus-v2-btn {
    min-width: 0;
    width: min(320px, 100%);
    min-height: 54px;
    margin-top: 280px;
    padding: 0 20px;
    font-size: 18px;
  }

  .aboutus-v2-section-container {
    /* padding-left: 12px; */
    /* padding-right: 12px; */
  }

  .aboutus-v2-hero {
    min-height: 100vh;
    min-height: 100svh;
    margin-top: 0;
  }

  .aboutus-v2-hero__content {
    padding: 108px 0 0;
  }

  .aboutus-v2-hero__content h1 {
    font-size: 28px !important;
    line-height: 1.18;
  }

  .aboutus-v2-eyebrow {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .aboutus-v2-intro__wrap h2 {
    max-width: 320px;
    font-size: 24px;
    line-height: 1.2;
  }

  .aboutus-v2-intro__wrap p:last-child {
    max-width: none;
    font-size: 14px;
    line-height: 1.7;
  }

  .aboutus-v2-hero__parallax--back {
    background-position: center top;
  }

  .aboutus-v2-hero__parallax--front img {
    width: 100%;
    height: 56vh;
    height: 56svh;
    object-fit: cover;
  }

  .aboutus-v2-split-heading,
  .aboutus-v2-features-grid {
    grid-template-columns: 1fr;
  }

  .aboutus-v2-whatwedo__header {
    margin-bottom: 46px;
  }

  .aboutus-v2-whatwedo__header h2 {
    font-size: 28px;
  }

  .aboutus-v2-whatwedo .aboutus-v2-features-grid {
    gap: 42px 0;
  }

  .aboutus-v2-feature-card img {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
  }

  .aboutus-v2-feature-card h3 {
    max-width: 280px;
    font-size: 18px;
    line-height: 1.35;
  }

  .aboutus-v2-whatwedo__statement {
    max-width: 340px;
    margin-top: 62px;
    font-size: 26px;
    line-height: 1.35;
  }

  .aboutus-v2-feature-card {
    min-height: 0;
  }

  .aboutus-v2-verified__panel {
    padding: 26px;
    border-radius: 24px;
  }

  .aboutus-v2-verified .aboutus-v2-verified__panel {
    padding: 0;
    border-radius: 0;
  }

  .aboutus-v2-verified__badge {
    width: min(245px, 100%);
  }

  .aboutus-v2-verified .aboutus-v2-section-heading {
    margin-bottom: 28px;
  }

  .aboutus-v2-verified .aboutus-v2-section-heading h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .aboutus-v2-verified .aboutus-v2-section-heading p {
    font-size: 16px;
    line-height: 1.55;
  }

  .aboutus-v2-verified__list.aboutus-v2-check-list--compact li,
  .aboutus-v2-verified__list li {
    padding-left: 40px;
    font-size: 16px;
  }

  .aboutus-v2-feature-card,
  .aboutus-v2-dual-copy article {
    border-radius: 20px;
  }

  .aboutus-v2-grow__card {
    /* padding: 70px 22px 42px; */
  }

  .aboutus-v2-cta__content {
    padding: 60px 24px 84px;
  }
}

.aboutus-v2 h1,
.aboutus-v2 h2,
.aboutus-v2 h3 {
  font-size: 30px;
}

.aboutus-v2 p {
  font-size: 15px !important;
}

.aboutus-v2-laptop-break {
  display: none;
}

.aboutus-v2 .aboutus-v2-feature-card h3 {
  font-size: 15px !important;
}

.aboutus-v2 .aboutus-v2-whatwedo__statement {
  font-size: 30px !important;
}

.aboutus-v2 .aboutus-v2-verified__list.aboutus-v2-check-list--compact li,
.aboutus-v2 .aboutus-v2-verified__list li,
.aboutus-v2 .aboutus-v2-mission__list li {
  font-size: 15px !important;
}

@media (max-width: 767.98px) {
  .aboutus-v2 p,
  .aboutus-v2 .aboutus-v2-feature-card h3,
  .aboutus-v2 .aboutus-v2-verified__list.aboutus-v2-check-list--compact li,
  .aboutus-v2 .aboutus-v2-verified__list li,
  .aboutus-v2 .aboutus-v2-mission__list li {
    font-size: 14px !important;
  }
}

html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(6px);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aboutus-v2-reveal-delay, 0ms);
  will-change: transform, opacity, filter;
}

html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal="left"] {
  transform: translate3d(-48px, 0, 0);
}

html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal="right"] {
  transform: translate3d(48px, 0, 0);
}

html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal="scale"] {
  transform: translate3d(0, 28px, 0) scale(0.96);
}

html.aboutus-v2-motion-enabled .aboutus-v2 .aboutus-v2-grow__card[data-reveal="fade"] {
  opacity: 0;
  transform: translateX(-50%);
  filter: none;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--aboutus-v2-reveal-delay, 0ms);
  will-change: opacity;
}

html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

html.aboutus-v2-motion-enabled .aboutus-v2 .aboutus-v2-grow__card[data-reveal="fade"].is-visible {
  transform: translateX(-50%);
}

@media (prefers-reduced-motion: reduce) {
  html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  html.aboutus-v2-motion-enabled .aboutus-v2 [data-reveal] {
    filter: none;
    will-change: auto;
    transition:
      opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.aboutus-v2-motion-enabled .aboutus-v2 .aboutus-v2-grow__card[data-reveal="fade"] {
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (min-width: 992px) {
  .aboutus-v2-laptop-break {
    display: block;
  }
}

.aboutus-v2-mobile-break {
  display: block;
}

@media (min-width: 768px) {
  .aboutus-v2-mobile-break {
    display: none;
  }
}
