/* TOP: Figma 129:219. Absolute positioning is limited to artwork. */
.home-hero {
  min-height: 702px;
  position: relative;
  isolation: isolate;
  padding: 120px 100px 112px;
  background: var(--surface);
}
.home-hero__art {
  position: absolute;
  inset: -80px 0 -100px;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.home-hero__wash-left {
  position: absolute;
  left: 0;
  top: 11px;
  max-width: none;
  width: 1034px;
  height: 646px;
  transform: scaleX(-1);
}
.home-hero__tq {
  position: absolute;
  left: calc(50% - 63px);
  top: -129px;
  width: 842px;
  height: 1007px;
}
.home-hero__tq img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.home-hero__wash-right {
  position: absolute;
  left: calc(50% - 79px);
  top: 31px;
  width: 848px;
  height: 1107px;
  overflow: hidden;
}
.home-hero__wash-right img {
  position: absolute;
  height: 96.49%;
  width: 201.53%;
  left: -101.53%;
  max-width: none;
  top: -0.01%;
}
.home-hero__art-label {
  position: absolute;
  color: white;
  font: 400 28px/1.5 var(--font-display);
}
.home-hero__art-label--technology {
  left: calc(50% + 263px);
  top: 100px;
  transform: rotate(29.49deg);
}
.home-hero__art-label--intelligence {
  left: calc(50% + 488px);
  top: 666px;
  transform: rotate(38deg);
}
.home-hero__copy {
  position: relative;
  max-width: 650px;
}
.home-hero h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.home-hero__concept {
  margin-top: 52px;
  color: #004272;
}
.home-hero__formula {
  font: 400 36px/1.667 var(--font-display);
  margin-bottom: 8px;
}
.home-hero__formula span {
  font-size: 28px;
  padding-inline: 4px;
}
.home-hero__lead {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.home-hero__description {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 4px;
}
.home-hero__buttons {
  display: flex;
  gap: 16px;
  margin-top: 52px;
}
.home-hero__buttons .button {
  width: 300px;
  flex-shrink: 0;
  padding-inline: 20px;
}
.home-section-title {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink);
}
.home-services {
  position: relative;
  isolation: isolate;
  background: var(--surface);
  padding: 120px 100px 140px;
}
.home-services__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.home-services .watermark {
  color: #fff;
  opacity: 0.7;
}
.home-services__wash {
  position: absolute;
  max-width: none;
}
.home-services__wash--one {
  left: -177px;
  top: 14.27%;
  width: 762px;
  height: 471px;
}
.home-services__wash--two {
  left: 16%;
  top: 28%;
  width: 1421px;
  height: 453px;
  transform: scaleX(-1);
}
.home-services__wash--three {
  left: 14%;
  top: 65%;
  width: 1460px;
  height: 447px;
}
.home-services__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 24px;
}
.home-service {
  display: grid;
  grid-template-columns: 455px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  padding: 32px;
}
.home-service__visual {
  width: 455px;
  aspect-ratio: 455/260;
  position: relative;
}
.home-service__visual img {
  position: absolute;
  left: -9px;
  top: 0;
  width: 473px;
  max-width: none;
  height: 292px;
}
.home-service__eyebrow {
  color: var(--blue);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
.home-service__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.home-service__heading img {
  flex-shrink: 0;
  width: 190px;
  height: 50px;
}
.home-service__draft-logo {
  background: #d9d9d9;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 8px;
  flex-shrink: 0;
}
.home-service__description {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.home-service__copy .text-link {
  display: flex;
  width: max-content;
  margin: 32px 0 0 auto;
  padding-bottom: 0;
}
.home-service:last-child .text-link {
  margin-top: 16px;
}
.home-strengths {
  position: relative;
  isolation: isolate;
  padding: 70px 160px 100px;
}
.home-strengths__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.home-strengths .watermark {
  left: auto;
  right: 20px;
  color: var(--surface);
}
.home-strengths__wash {
  position: absolute;
  left: 0;
  top: -13px;
  width: 1254px;
  height: 784px;
  max-width: none;
  transform: scaleX(-1);
}
.home-strengths__ring {
  position: absolute;
  left: calc(50% + 120px);
  top: 317px;
  width: 1000px;
  height: 1000px;
}
.home-strengths__ring img {
  width: 100%;
  height: 100%;
}
.home-strengths__intro {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.home-strengths__intro > span {
  display: block;
}
.home-strengths__intro > span:nth-child(2),
.home-strengths__intro > span:nth-child(3) {
  margin-bottom: 4px;
}
.home-strengths__intro mark {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 4px;
  margin-right: 4px;
}
.home-strengths__intro strong {
  font-weight: 700;
  color: var(--blue);
}
.home-strengths__list {
  padding-top: 8px;
  margin-top: 52px;
}
.home-strengths__list h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.home-strengths__list ol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-strengths__list li {
  position: relative;
  padding: 32px 72px;
  box-shadow: inset 0 0 0 0.5px #eee;
  border-radius: 8px;
  background: var(--surface);
}
.home-strengths__list h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.home-strengths__list p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0.05em;
}
.home-strengths__number {
  position: absolute;
  left: 19.5px;
  top: 17px;
  font: 700 48px/1.5 var(--font-body);
  color: #4755694d;
}
.home-news {
  position: relative;
  isolation: isolate;
  background: var(--surface);
  padding: 70px 160px 50px;
}
.home-news__list {
  width: calc(100% + 40px);
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.home-news__decor {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.home-news__decor img {
  position: absolute;
  max-width: none;
  width: 935px;
  height: 14px;
  transform: rotate(-35.99deg);
  left: 820px;
  top: 260px;
}
.home-news__decor img + img {
  left: 350px;
  transform: rotate(35.99deg);
}
.home-section-more {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.home-column {
  position: relative;
  isolation: isolate;
  padding: 70px 160px 50px;
}
.home-column .watermark {
  color: var(--surface);
}
.home-column__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}
.page-home .site-ending {
  padding-top: 32px;
}
/* Source decorations continue past the hero boundary without clipping the logo. */
.home-hero {
  z-index: 2;
}
.home-hero__art {
  bottom: -356px;
}
.home-news .watermark {
  color: white;
  left: 0;
}
.home-news .editorial-news-row {
  background: #fff;
}
.home-news .editorial-news-tag {
  background: var(--surface);
}
.home-column .watermark {
  left: auto;
  right: 20px;
}
.home-column__description {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--ink);
}
.home-column__grid {
  margin-top: 24px;
}
.home-column .home-section-more {
  margin-top: 24px;
}
.home-column__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.home-column__decor img {
  position: absolute;
  width: 599px;
  height: 532px;
  left: -224px;
  top: 42%;
  max-width: none;
}
.page-home .site-ending {
  padding-top: 0;
}
.home-news .editorial-news-row:hover {
  background: #eef4fa;
}
@media (min-width: 1600px) {
  .home-strengths,
  .home-news,
  .home-column {
    padding-inline: max(160px, calc((100% - 1120px) / 2));
  }
}
@media (max-width: 1350px) {
  .home-services {
    padding-inline: 60px;
  }
  .home-service {
    grid-template-columns: 38% minmax(0, 1fr);
    padding-inline: 24px;
  }
  .home-service__visual {
    width: 100%;
  }
  .home-service__visual img {
    left: -2%;
    width: 104%;
    height: auto;
  }
  .home-service__heading {
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 8px;
  }
  .home-strengths,
  .home-news,
  .home-column {
    padding-inline: 80px;
  }
  .home-strengths__intro {
    font-size: clamp(24px, 2.25vw, 32px);
  }
  .home-news__list {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .home-hero {
    padding: 100px 60px 92px;
    min-height: 650px;
  }
  .home-hero h1 {
    font-size: 54px;
  }
  .home-hero__copy {
    max-width: 610px;
  }
  .home-hero__tq {
    left: calc(50% - 15px);
    top: -35px;
    width: 680px;
    height: 813px;
    opacity: 0.8;
  }
  .home-hero__wash-right {
    left: 55%;
  }
  .home-hero__art-label {
    display: none;
  }
  .home-hero__concept {
    margin-top: 44px;
  }
  .home-hero__buttons {
    margin-top: 44px;
    gap: 12px;
  }
  .home-hero__buttons .button {
    width: 280px;
    font-size: 16px;
  }
  .home-hero__lead {
    font-size: 22px;
  }
  .home-hero__description {
    font-size: 16px;
  }
  .home-services {
    padding: 96px 32px;
  }
  .home-service__heading {
    font-size: 22px;
  }
  .home-strengths,
  .home-news,
  .home-column {
    padding-inline: 48px;
  }
  .home-strengths__list li {
    padding: 28px 32px 28px 66px;
  }
  .home-strengths__list h3 {
    font-size: 22px;
  }
  .home-strengths__intro > span {
    display: inline;
  }
  .home-strengths__intro > span:nth-child(-n + 2) {
    display: block;
  }
  .home-column__grid {
    gap: 16px;
  }
  .home-column__grid .editorial-card {
    padding: 24px 16px;
  }
}
@media (max-width: 900px) {
  .home-hero {
    padding: 80px 32px 80px;
    min-height: 640px;
  }
  .home-hero__copy {
    max-width: 610px;
  }
  .home-hero__art {
    inset: -72px 0 -60px;
  }
  .home-hero__tq {
    left: 50%;
    top: 20px;
    width: 620px;
    height: 742px;
    opacity: 0.38;
  }
  .home-hero__wash-right {
    opacity: 0.6;
  }
  .home-hero__buttons .button {
    width: 280px;
  }
  .home-services {
    padding: 92px 32px 80px;
  }
  .home-services__list {
    gap: 40px;
  }
  .home-service {
    grid-template-columns: 1fr;
    padding: 16px 24px;
    gap: 32px;
  }
  .home-service__visual {
    max-width: 455px;
    width: 100%;
    margin-inline: auto;
  }
  .home-service__heading {
    font-size: 24px;
    gap: 16px;
  }
  .home-strengths {
    padding: 70px 32px 80px;
  }
  .home-strengths__intro {
    font-size: 25px;
    line-height: 1.8;
  }
  .home-strengths .watermark {
    font-size: 100px;
  }
  .home-strengths__ring {
    left: 60%;
    top: 400px;
    width: 800px;
    height: 800px;
    opacity: 0.55;
  }
  .home-news,
  .home-column {
    padding: 60px 32px 48px;
  }
  .home-column__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .home-column__grid .editorial-card:last-child {
    grid-column: 1/-1;
    width: calc(50% - 12px);
  }
  .home-service__draft-logo {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .home-hero {
    min-height: 0;
    padding: 48px var(--mobile-gutter, 20px);
  }
  .home-hero h1 {
    font-size: clamp(28px, 7.65vw, 44px);
    line-height: 1.45;
    letter-spacing: 0.025em;
  }
  .home-hero__art {
    inset: -72px 0 0;
  }
  .home-hero__tq {
    left: 42%;
    top: -10px;
    width: 500px;
    height: 598px;
    opacity: 0.25;
  }
  .home-hero__wash-left {
    width: 700px;
    height: 438px;
  }
  .home-hero__wash-right {
    left: 35%;
    opacity: 0.4;
  }
  .home-hero__concept {
    margin-top: 28px;
  }
  .home-hero__formula {
    font-size: 29px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .home-hero__formula span {
    font-size: 23px;
  }
  .home-hero__lead {
    font-size: 18px;
    line-height: 1.65;
    max-width: 19em;
  }
  .home-hero__description {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    max-width: 25em;
    margin-top: 10px;
  }
  .home-hero__buttons {
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    max-width: 380px;
  }
  .home-hero__buttons .button {
    width: 100%;
    min-height: 58px;
    font-size: 15px;
    padding-inline: 12px;
  }
  .home-section-title {
    font-size: 21px;
  }
  .home-services {
    padding: 64px var(--mobile-gutter, 20px);
  }
  .home-services__list {
    gap: 48px;
    margin-top: 28px;
  }
  .home-service {
    padding: 0;
    gap: 24px;
  }
  .home-service__heading {
    font-size: 20px;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-service__heading img {
    width: 171px;
    height: 45px;
  }
  .home-service__draft-logo {
    font-size: 26px;
    min-height: 42px;
  }
  .home-service__description {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    margin-top: 16px;
  }
  .home-service__copy .text-link {
    margin-top: 20px;
  }
  .home-services__wash {
    opacity: 0.6;
  }
  .home-strengths {
    padding: 64px var(--mobile-gutter, 20px);
  }
  .home-strengths .watermark {
    font-size: 64px;
    left: 20px;
    right: auto;
  }
  .home-strengths__intro {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.015em;
    text-wrap: pretty;
  }
  .home-strengths__intro > span:nth-child(n) {
    display: inline;
    margin-bottom: 0;
  }
  .home-strengths__intro > span:nth-child(-n + 2) {
    display: block;
    margin-bottom: 12px;
  }
  .home-strengths__intro mark {
    padding: 1px 3px;
    margin-right: 2px;
  }
  .home-strengths__intro > span:last-child mark,
  .home-strengths__intro strong {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .home-strengths__list {
    margin-top: 32px;
    padding-top: 0;
  }
  .home-strengths__list h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .home-strengths__list ol {
    gap: 16px;
  }
  .home-strengths__list li {
    padding: 24px 20px;
  }
  .home-strengths__list h3 {
    font-size: clamp(17px, 5vw, 19px);
    line-height: 1.6;
    padding-left: 28px;
    letter-spacing: 0.015em;
    text-wrap: pretty;
  }
  .home-strengths__list p {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
  .home-strengths__number {
    left: 16px;
    top: 17px;
    font-size: 32px;
  }
  .home-strengths__ring {
    width: 640px;
    height: 640px;
    left: 20%;
    top: 50%;
    opacity: 0.3;
  }
  .home-news,
  .home-column {
    padding: 56px var(--mobile-gutter, 20px);
  }
  .home-column__description {
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
  .home-column__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
  }
  .home-column__grid .editorial-card:last-child {
    width: 100%;
    grid-column: auto;
  }
  .home-column__grid .editorial-card {
    padding: 0;
  }
  .home-news__list {
    gap: 12px;
    margin-top: 24px;
  }
  .home-section-more {
    margin-top: 24px;
  }
}
