body.has-cto-exact main { padding-top: 0 !important; }
.cto-exact {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: #00102f;
  color: #fff;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  line-height: normal;
}
.cto-exact a { color: #fff; text-decoration: none; }
.cto-exact img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cto-exact .exact-page-gradient,
.cto-exact .exact-page-radial { position: absolute; inset: 0 0 auto; z-index: -1; pointer-events: none; }
.cto-exact .exact-page-gradient { height: 2000px; background: linear-gradient(180deg, #000e2a 0%, #001235 30%, #00102f 100%); }
.cto-exact .exact-page-radial { height: 1600px; background: radial-gradient(120% 60% at 50% 16%, rgba(21, 101, 192, .12) 0%, rgba(0, 16, 47, 0) 68%); }
.cto-exact .exact-cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 1040px;
  height: 1040px;
  margin: -520px 0 0 -520px;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(66, 165, 245, .15) 0%, rgba(30, 136, 229, .06) 42%, rgba(0, 16, 47, 0) 74%);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(.2, 0, .2, 1);
  will-change: transform, opacity;
}
.cto-exact > section { position: relative; z-index: 2; }

.cto-exact__hero {
  min-height: calc(76vh - 120px);
  box-sizing: border-box;
  padding: 40px 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cto-exact__hero h1 {
  margin: 0;
  font-size: clamp(48px, 7.2vw, 100px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.03em;
  text-align: center;
}
.cto-exact__hero h1 > span { display: block; overflow: hidden; padding-bottom: 8px; }
.cto-exact__hero [data-hero-inner] { display: block; white-space: nowrap; line-height: 1.2; padding-top: .12em; }
.cto-exact__hero strong { font-weight: 500; }
.cto-exact__hero h1 i {
  display: inline-block;
  width: .12em;
  height: .12em;
  margin-left: .1em;
  background: #ef6c00;
}
.cto-exact__hero h1 i.is-placeholder { visibility: hidden; }
.cto-exact__hero p {
  margin: 36px 0 0;
  max-width: 660px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .72);
  text-align: center;
  text-wrap: pretty;
}

.cto-exact__challenge { padding: 180px 80px 64px; }
.cto-exact__challenge > div { max-width: 880px; }
.cto-exact__challenge [data-word-stagger] {
  margin: 0;
  font-size: 44px;
  line-height: 1.28;
  font-weight: 300;
  max-width: 20em;
  text-wrap: pretty;
}
.cto-exact__challenge-copy {
  margin: 48px 0 48px;
  max-width: 44em;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .64);
  text-wrap: pretty;
}
.cto-exact__challenge-copy + .cto-exact__challenge-copy { margin-top: 48px; }

.cto-exact__expertise { padding: 300px 80px 0; }
.cto-exact__expertise-intro {
  display: grid;
  grid-template-columns: 1fr .9fr;
  column-gap: 120px;
  align-items: start;
}
.cto-exact__expertise h2,
.cto-exact__capabilities h2,
.cto-exact__benefits h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -.022em;
  overflow: hidden;
  padding-bottom: 12px;
}
.cto-exact__expertise h2 span,
.cto-exact__capabilities h2 span,
.cto-exact__benefits h2 span { display: inline-block; }
.cto-exact__expertise-intro p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .6);
  text-wrap: pretty;
}
.cto-exact__expertise-intro p + p { margin-top: 20px; }
.cto-exact__expertise-list { margin-top: 96px; border-top: 1px solid #22315f; }
.cto-exact__expertise-list > [data-expertise-row] {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: start;
  column-gap: 40px;
  padding: 48px 32px 48px 0;
  border-bottom: 1px solid #22315f;
  cursor: pointer;
}
.cto-exact__expertise-list [data-expertise-bg] {
  position: absolute;
  inset: 0;
  background: #0a1638;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 460ms cubic-bezier(.2, 0, .2, 1);
  z-index: 0;
}
.cto-exact__expertise-list > [data-expertise-row]:hover [data-expertise-bg],
.cto-exact__expertise-list > [data-expertise-row].is-open [data-expertise-bg] { transform: scaleX(1); }
.cto-exact__expertise-list > [data-expertise-row] > span:not([data-expertise-bg]) {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, .35);
  padding-top: 12px;
}
.cto-exact__expertise-list > [data-expertise-row] > div { position: relative; z-index: 1; }
.cto-exact__expertise-list strong {
  display: block;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -.016em;
}
.cto-exact__expertise-list [data-expertise-desc] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 420ms cubic-bezier(.2, 0, .2, 1);
}
.cto-exact__expertise-list [data-expertise-desc] p {
  margin: 24px 0 0;
  max-width: 600px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(255, 255, 255, .66);
  text-wrap: pretty;
}
.cto-exact__expertise-list [data-expertise-arrow] {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-style: normal;
  color: #ef6c00;
  padding-top: 10px;
  transition: transform 320ms cubic-bezier(.2, 0, .2, 1);
}
.cto-exact__expertise-list > [data-expertise-row]:hover [data-expertise-arrow],
.cto-exact__expertise-list > [data-expertise-row].is-open [data-expertise-arrow] { transform: translateX(8px); }

.cto-exact__capabilities { padding: 200px 0 0; }
.cto-exact__capabilities-head { padding: 0 80px; }
.cto-exact__capabilities-head small,
.cto-exact__benefits > small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .5);
}
.cto-exact__capabilities-head > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.cto-exact__capabilities-head h2 { margin: 32px 0 0; font-size: 64px; line-height: 1.08; }
.cto-exact__capabilities-head > div > span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .4);
  white-space: nowrap;
  padding-bottom: 20px;
}
.cto-exact__capabilities [data-cap-carousel] {
  margin-top: 80px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.cto-exact__capabilities [data-cap-carousel].is-dragging,
.cto-exact__capabilities [data-cap-carousel].is-dragging a { cursor: grabbing; }
.cto-exact__capabilities [data-cap-carousel] img { -webkit-user-drag: none; }
.cto-exact__capabilities [data-cap-carousel]::-webkit-scrollbar { display: none; }
.cto-exact__cap-track {
  display: flex;
  gap: 24px;
  padding: 0 80px;
  box-sizing: border-box;
  width: max-content;
}
.cto-exact__card {
  position: relative;
  overflow: hidden;
  background: #16204a;
  color: #fff;
}
.cto-exact__capabilities .cto-exact__card {
  flex: 0 0 300px;
  min-height: 400px;
}
.cto-exact__capabilities .cto-exact__card-content { height: auto; min-height: 100%; }
.cto-exact__card-link-hint { display: block; margin-top: 16px; font-size: 14px; text-decoration: underline; }
.cto-exact__card > [data-case-img],
.cto-exact__card > [data-case-scrim] { position: absolute; inset: 0; }
.cto-exact__card > [data-case-scrim] {
  background: rgba(0, 13, 59, .15);
  pointer-events: none;
  transition: background 460ms cubic-bezier(.2, 0, .2, 1), backdrop-filter 460ms cubic-bezier(.2, 0, .2, 1);
}
/* Keep the benefit exclusion at zero specificity so the tapped-open state wins over hover. */
.cto-exact__card:where(:not(.cto-exact__benefit)):hover > [data-case-scrim],
.cto-exact__card.is-flipped > [data-case-scrim] {
  background: rgba(0, 13, 59, .6);
  backdrop-filter: blur(14px);
}
.cto-exact__card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.cto-exact__card-content > small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #ef6c00;
  text-shadow: 0 2px 14px rgba(0, 9, 34, .9);
}
.cto-exact__capabilities .cto-exact__card-content h3 {
  margin: 16px 0 0;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: -.014em;
  text-shadow: 0 2px 18px rgba(0, 9, 34, .85);
}
.cto-exact__card-content [data-case-copy] {
  margin-top: auto;
  padding-top: 24px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 380ms cubic-bezier(.2, 0, .2, 1), transform 380ms cubic-bezier(.2, 0, .2, 1);
}
.cto-exact__card:where(:not(.cto-exact__benefit)):hover [data-case-copy],
.cto-exact__card.is-flipped [data-case-copy] { opacity: 1; transform: none; }
.cto-exact__card-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  text-wrap: pretty;
}
.cto-exact__cap-progress { padding: 0 80px; margin-top: 28px; }
.cto-exact__cap-progress [data-cap-track] {
  position: relative;
  height: 24px;
  cursor: pointer;
  touch-action: none;
  user-select: none;
}
.cto-exact__cap-progress [data-cap-track]::before {
  content: "";
  position: absolute;
  inset: 11px 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, .1);
}
.cto-exact__cap-progress [data-cap-track]:focus-visible { outline: 2px solid #ef6c00; outline-offset: 4px; }
.cto-exact__cap-progress [data-cap-thumb] {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 20%;
  cursor: grab;
}
.cto-exact__cap-progress [data-cap-thumb]::before {
  content: "";
  position: absolute;
  inset: 11px 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, .4);
}
.cto-exact__cap-progress [data-cap-track]:hover [data-cap-thumb]::before,
.cto-exact__cap-progress [data-cap-track]:focus-visible [data-cap-thumb]::before { background: #ef6c00; }
.cto-exact__cap-progress [data-cap-track].is-dragging,
.cto-exact__cap-progress [data-cap-track].is-dragging [data-cap-thumb] { cursor: grabbing; }

.cto-exact__benefits { padding: 240px 80px 0; }
.cto-exact__benefits h2 { margin: 32px 0 0; font-size: 64px; line-height: 1.08; }
.cto-exact__benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: minmax(300px, auto) minmax(240px, auto) minmax(250px, auto) minmax(210px, auto);
  gap: 20px;
  margin-top: 120px;
}
.cto-exact__benefits-grid > :nth-child(1) { grid-column: 1 / 4; grid-row: 1 / 3; }
.cto-exact__benefits-grid > :nth-child(2) { grid-column: 4 / 7; grid-row: 1 / 2; }
.cto-exact__benefits-grid > :nth-child(3) { grid-column: 4 / 7; grid-row: 2 / 3; }
.cto-exact__benefits-grid > :nth-child(4) { grid-column: 4 / 7; grid-row: 3 / 5; }
.cto-exact__benefits-grid > :nth-child(5) { grid-column: 1 / 4; grid-row: 3 / 4; }
.cto-exact__benefits-grid > :nth-child(6) { grid-column: 1 / 4; grid-row: 4 / 5; }
.cto-exact__benefit > [data-case-scrim] { background: rgba(0, 13, 59, .25); }
.cto-exact__benefit .cto-exact__card-content { z-index: 4; padding: 36px 40px; }
.cto-exact__benefit-toggle {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: right;
  cursor: pointer;
  touch-action: manipulation;
}
.cto-exact__benefit-toggle > span {
  position: absolute;
  top: 30px;
  right: 24px;
  padding: 6px 8px;
  border-radius: 3px;
  background: rgba(0, 13, 59, .8);
  font-size: 12px;
}
.cto-exact__benefit-toggle:focus-visible { outline: 2px solid #ef6c00; outline-offset: -4px; }
.cto-exact__benefit [data-case-copy][hidden] { display: none; }
.cto-exact__benefit-link {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 12px;
  pointer-events: auto;
  text-decoration: underline !important;
}
.cto-exact__benefits-grid > :nth-child(1) h3 {
  margin: 20px 0 0;
  max-width: 420px;
  font-size: 32px;
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: -.01em;
  text-shadow: 0 2px 18px rgba(0, 9, 34, .85);
}
.cto-exact__benefits-grid > :nth-child(2) h3,
.cto-exact__benefits-grid > :nth-child(4) h3,
.cto-exact__benefits-grid > :nth-child(5) h3,
.cto-exact__benefits-grid > :nth-child(6) h3 {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.26;
  font-weight: 400;
  letter-spacing: -.01em;
  text-shadow: 0 2px 18px rgba(0, 9, 34, .85);
}
.cto-exact__benefits-grid > :nth-child(3) h3 {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: -.01em;
  text-shadow: 0 2px 18px rgba(0, 9, 34, .85);
}
.cto-exact__benefits-grid > :nth-child(4) h3 { font-size: 23px; }
.cto-exact__benefits-grid > :nth-child(5) h3 { font-size: 24px; }
.cto-exact__benefit .cto-exact__card-content small { font-size: 13px; letter-spacing: 0; }
.cto-exact__benefit [data-case-copy] p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .85);
}

.cto-exact__statement {
  padding: 260px 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cto-exact__statement p {
  margin: 0;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 300;
  max-width: 940px;
  text-wrap: pretty;
}
.cto-exact__statement > i {
  display: block;
  width: 56px;
  height: 2px;
  background: #ef6c00;
  margin: 56px auto 0;
}

.cto-exact__contact { padding: 220px 80px 40px; }
.cto-exact__contact > div {
  display: inline-block;
  width: min(100%, 663px);
  min-height: 367px;
  background: #0a1638;
  padding: 72px;
}
.cto-exact__contact h2 {
  margin: 0;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -.02em;
}
.cto-exact__contact h2 i {
  display: inline-block;
  width: .16em;
  height: .16em;
  margin-left: .14em;
  background: #ef6c00;
  transform: translateY(-.02em);
}
.cto-exact__contact p {
  margin: 20px 0 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .66);
  text-wrap: pretty;
}
.cto-exact__contact a {
  display: inline-block;
  margin-top: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #ef6c00;
  padding: 17px 32px;
  transition: background-color 160ms;
}
.cto-exact__contact a:hover,
.cto-exact__contact a:focus-visible { background: #c45800; color: #fff; }

.cto-exact__insights { padding: 200px 80px 200px; }
.cto-exact__insights header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cto-exact__insights header h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -.022em;
}
.cto-exact__insights header a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.cto-exact__insights header a:hover,
.cto-exact__insights > div > a:hover { color: #ef6c00; }
.cto-exact__insights [data-arrow-glyph] { display: inline-block; transition: transform 180ms cubic-bezier(.2, 0, .2, 1); }
.cto-exact__insights a:hover [data-arrow-glyph] { transform: translateX(8px); }
.cto-exact__insights > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 80px;
}
.cto-exact__insights > div > a { display: block; transition: transform 200ms cubic-bezier(.2, 0, .2, 1); }
.cto-exact__insights > div > a:hover,
.cto-exact__insights > div > a:focus-visible { transform: translateY(-6px); }
.cto-exact__insights > div > a > i {
  display: block;
  aspect-ratio: 16 / 10;
  background: #16204a;
  border: 1px solid #22315f;
  overflow: hidden;
}
.cto-exact__insights > div small {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, .5);
}
.cto-exact__insights > div h3 {
  margin: 14px 0 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}
.cto-exact__insights > div > a > span {
  display: inline-block;
  margin-top: 22px;
  font-size: 18px;
}

@media (max-width: 980px) {
  .cto-exact__hero,
  .cto-exact__challenge,
  .cto-exact__expertise,
  .cto-exact__statement,
  .cto-exact__benefits,
  .cto-exact__insights,
  .cto-exact__contact { padding-left: 28px; padding-right: 28px; }
  .cto-exact__capabilities-head,
  .cto-exact__cap-progress { padding-left: 28px; padding-right: 28px; }
  .cto-exact__cap-track { padding: 0 28px; }
  .cto-exact__hero { min-height: 0; padding-top: 120px; padding-bottom: 72px; }
  .cto-exact__hero [data-hero-inner] { white-space: normal; }
  .cto-exact__expertise-intro { grid-template-columns: 1fr; gap: 40px; }
  .cto-exact__benefits-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(280px, auto);
  }
  .cto-exact__benefits-grid > :nth-child(n) { grid-column: auto; grid-row: auto; }
  .cto-exact__insights > div { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .cto-exact__hero,
  .cto-exact__challenge,
  .cto-exact__expertise,
  .cto-exact__statement,
  .cto-exact__benefits,
  .cto-exact__insights,
  .cto-exact__contact { padding-left: 20px; padding-right: 20px; }
  .cto-exact__capabilities-head,
  .cto-exact__cap-progress { padding-left: 20px; padding-right: 20px; }
  .cto-exact__cap-track { padding: 0 20px; gap: 16px; }
  .cto-exact__hero { padding-top: 110px; }
  .cto-exact__hero h1 { font-size: 44px; line-height: 1.08; }
  .cto-exact__hero h1 > span,
  .cto-exact__hero [data-hero-inner] { display: inline; overflow: visible; padding: 0; white-space: normal; line-height: inherit; }
  .cto-exact__hero h1 i.is-placeholder { display: none; }
  .cto-exact__hero p { margin-top: 28px; font-size: 17px; }
  .cto-exact__challenge { padding-top: 80px; }
  .cto-exact__challenge [data-word-stagger] { font-size: 26px; }
  .cto-exact__expertise,
  .cto-exact__capabilities { padding-top: 140px; }
  .cto-exact__expertise h2,
  .cto-exact__capabilities h2,
  .cto-exact__benefits h2,
  .cto-exact__insights header h2 { font-size: 36px; }
  .cto-exact__capabilities-head > div { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cto-exact__expertise-list > [data-expertise-row] {
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    column-gap: 12px;
    row-gap: 20px;
    padding: 28px 0;
    cursor: default;
  }
  .cto-exact__expertise-list > [data-expertise-row] > div { display: contents; }
  .cto-exact__expertise-list strong { position: relative; z-index: 1; grid-column: 2; font-size: 28px; }
  .cto-exact__expertise-list [data-expertise-arrow] { grid-column: 3; grid-row: 1; }
  .cto-exact__expertise-list [data-expertise-desc] {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    grid-row: 2;
    max-height: none !important;
    overflow: visible;
  }
  .cto-exact__expertise-list [data-expertise-desc] p { max-width: none; margin: 0; }
  .cto-exact__benefit .cto-exact__card-content { padding: 28px 24px; }
  .cto-exact__benefit-toggle > span { top: 22px; right: 16px; }
  .cto-exact__capabilities .cto-exact__card { flex-basis: calc(100vw - 52px); min-height: max(400px, calc((100vw - 52px) * 4 / 3)); }
  .cto-exact__benefits,
  .cto-exact__statement,
  .cto-exact__insights { padding-top: 160px; }
  .cto-exact__benefits-grid { grid-template-columns: 1fr; grid-auto-rows: minmax(280px, auto); margin-top: 64px; }
  .cto-exact__statement p { font-size: 24px; }
  .cto-exact__contact { padding-top: 160px; padding-bottom: 20px; }
  .cto-exact__contact > div { min-height:0; padding: 40px 24px; }
  .cto-exact__contact h2 { font-size: 40px; }
  .cto-exact__insights { padding-bottom: 120px; }
  .cto-exact__insights header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .cto-exact__insights > div { grid-template-columns: 1fr; gap: 48px; }
  .cto-exact__card:where(:not(.cto-exact__benefit)):hover > [data-case-scrim] { background: rgba(0, 13, 59, .15); backdrop-filter: none; }
  .cto-exact__card:where(:not(.cto-exact__benefit)):hover [data-case-copy] { opacity: 0; transform: translateY(18px); }
  .cto-exact__card.is-flipped > [data-case-scrim] { background: rgba(0, 13, 59, .6); backdrop-filter: blur(14px); }
  .cto-exact__card.is-flipped [data-case-copy] { opacity: 1; transform: none; }
}
