.ci-vendors-help {
  color: #06194e;
  background: #fff;
  scroll-margin-top: 96px;
}

.ci-vendors-help,
.ci-vendors-help * {
  box-sizing: border-box;
}

.ci-vendors-help__hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(330px, 30vw, 430px);
  overflow: hidden;
}

.ci-vendors-help__hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, #fff 48%, rgba(255, 255, 255, .88) 58%, rgba(255, 255, 255, 0) 72%);
  content: "";
  pointer-events: none;
}

.ci-vendors-help__hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 128px), 1320px);
  margin: 0 auto;
}

.ci-vendors-help__header {
  width: min(66%, 820px);
  padding: clamp(68px, 5.8vw, 88px) 0 clamp(52px, 4.5vw, 70px);
}

.ci-vendors-help__eyebrow {
  margin: 0 0 clamp(17px, 1.5vw, 23px);
  color: #0a78f7;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ci-vendors-help__title {
  margin: 0;
  color: #06194e;
  font-family: var(--title-font, sans-serif);
  font-size: clamp(48px, 4.5vw, 68px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.ci-vendors-help__architecture {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: min(48vw, 720px);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ci-vendors-help__services {
  width: min(calc(100% - 128px), 1320px);
  margin: 0 auto;
}

.ci-vendors-help__service {
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
  min-height: 268px;
  padding: clamp(34px, 3.2vw, 48px) 0;
  border-bottom: 1px solid #c7dde9;
}

.ci-vendors-help__service:last-child {
  border-bottom: 0;
}

.ci-vendors-help__illustration {
  display: grid;
  min-height: 160px;
  place-items: center;
}

.ci-vendors-help__illustration svg {
  display: block;
  width: min(100%, 210px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 12px 12px rgba(9, 46, 92, .1));
}

.ci-vendors-help__icon-blue {
  fill: #0b7af3;
}

.ci-vendors-help__icon-blue-dark {
  fill: #0871de;
}

.ci-vendors-help__icon-teal {
  fill: #09bfa8;
}

.ci-vendors-help__icon-teal-light {
  fill: #87dddd;
}

.ci-vendors-help__icon-navy {
  fill: #073d81;
}

.ci-vendors-help__icon-soft {
  fill: #cfe3f2;
}

.ci-vendors-help__icon-line {
  stroke: #9ba9b8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 7;
}

.ci-vendors-help__service-content {
  max-width: 920px;
}

.ci-vendors-help__service-content h3 {
  margin: 0;
  color: #06194e;
  font-family: var(--title-font, sans-serif);
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.22;
}

.ci-vendors-help__service-content p {
  margin: 13px 0 0;
  color: #203760;
  font-family: var(--paragraph-font, sans-serif);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.48;
}

.ci-vendors-help__service-content .ci-vendors-help__outcome {
  margin-top: 13px;
  color: #06194e;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .ci-vendors-help__hero-inner,
  .ci-vendors-help__services {
    width: min(calc(100% - 80px), 920px);
  }

  .ci-vendors-help__header {
    width: 69%;
  }

  .ci-vendors-help__title {
    font-size: clamp(44px, 5.5vw, 58px);
  }

  .ci-vendors-help__service {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .ci-vendors-help__hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .ci-vendors-help__hero::after {
    display: none;
  }

  .ci-vendors-help__hero-inner,
  .ci-vendors-help__services {
    width: calc(100% - 40px);
  }

  .ci-vendors-help__header {
    width: 100%;
    padding: 58px 0 42px;
  }

  .ci-vendors-help__title {
    font-size: clamp(40px, 11vw, 52px);
  }

  .ci-vendors-help__architecture {
    position: relative;
    z-index: auto;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1.35 / 1;
    object-position: center;
  }

  .ci-vendors-help__services {
    padding-top: 15px;
  }

  .ci-vendors-help__service {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: 0;
    padding: 40px 0;
  }

  .ci-vendors-help__illustration {
    min-height: 0;
    justify-items: start;
  }

  .ci-vendors-help__illustration svg {
    width: 155px;
  }

  .ci-vendors-help__service-content h3 {
    font-size: 25px;
  }

  .ci-vendors-help__service-content p {
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .ci-vendors-help__hero-inner,
  .ci-vendors-help__services {
    width: calc(100% - 32px);
  }

  .ci-vendors-help__title {
    font-size: 38px;
  }

  .ci-vendors-help__eyebrow {
    letter-spacing: .14em;
  }
}
