.exl-process::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -62px;
  width: 373px;
  pointer-events: none;
  height: 666px;
  background: url(../../images/exl-process-bg.png) no-repeat right top / contain;
}

.exl-process {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  color: var(--exl-white);
  background: #011f46;
}

.exl-process .exl-shell {
  position: relative;
  z-index: 1;
}

.exl-process-heading {
  margin-bottom: 20px;
}

.exl-process-heading h2 {
  margin: 0;
  color: var(--exl-white);
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
}

.exl-process-heading h2 span {
  color: #fb4e0b;
}

.exl-process-heading p {
  color: var(--exl-white);
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0 0;
}

.exl-process .exl-insights-track {
  display: grid;
  gap: 28px;
  align-items: flex-end;
}

.exl-process .exl-insights-track.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.exl-process .exl-insights-track.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.exl-process .exl-insights-carousel {
  align-items: flex-end;
  display: flex;
  min-height: 300px;
}

.exl-process .exl-process-card {
  min-height: 192px;
  padding: 24px 40px;
  transition: border-color .35s ease, background .35s ease, opacity .35s ease;
  border-radius: 14px;
  border: 0.12px solid #001632;
  background: linear-gradient(24deg, rgba(0, 22, 50, 0.20) 0.24%, rgba(37, 72, 118, 0.20) 70.1%, rgba(124, 137, 154, 0.20) 116.2%);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 8px 32px rgba(0, 0, 0, 0.15);
  color: var(--exl-ink);
  display: flex;
  flex-direction: column;
}

.exl-process .exl-insight-card {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  transition: opacity .35s ease;
}

.exl-process .exl-insight-card.is-active .exl-process-card {
  background: linear-gradient(24deg, rgba(0, 22, 50, 0.20) 0.24%, rgba(37, 72, 118, 0.20) 70.1%, rgba(124, 137, 154, 0.20) 116.2%);
}

.exl-process-number {
  display: block;
  color: #fb4e0b;
  font-size: 72px;
  line-height: 68px;
  font-weight: 300;
}

.exl-process-card h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--exl-white);
  display: -webkit-box;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.449px;
  line-height: 30px;
  margin: 16px 0 0;
  max-width: 100%;
  overflow: hidden;
}

.exl-process-card p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: #B8C5CD;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.375px;
  opacity: 0;
  transition: max-height .35s ease, margin-top .35s ease, opacity .35s ease;
}

.three .exl-process-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--exl-white);
  display: -webkit-box;
  overflow: hidden;
}

.four .exl-process-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: var(--exl-white);
  display: -webkit-box;
  overflow: hidden;
}

.exl-process-card:hover p,
.exl-process .exl-insight-card.is-active .exl-process-card p {
  max-height: 80px;
  margin-top: 20px;
  opacity: 1;
}

.exl-process .exl-section-head h2 {
  color: var(--exl-white);
}

.exl-process .exl-insights-controls {
  position: absolute;
  width: 100%;
  margin-top: 20px;
  opacity: 0;
  pointer-events: none;
  display: none;
}

@media (max-width: 1023.98px) {
  .exl-process {
    min-height: auto;
    padding: 40px 0 40px;
    background-size: auto 70%;
  }

  .exl-process-heading {
    margin-bottom: 28px;
  }

  .exl-process-heading h2 {
    font-size: 31px;
  }

  .exl-process-heading p {
    font-size: 18px;
  }

  .exl-process .exl-insights-track,
  .exl-process .exl-insights-track.three,
  .exl-process .exl-insights-track.four {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .exl-process .exl-insight-card {
    margin-top: 0 !important;
  }

  .exl-process .exl-process-card {
    min-height: auto;
    padding: 24px;
  }

  .exl-process-number {
    font-size: 40px;
    line-height: 48px;
  }

  .exl-insights-viewport {
    width: 100%;
  }

  .exl-process-card h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.449px;
  }

  .three .exl-process-card p,
  .four .exl-process-card p {
    -webkit-line-clamp: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.375px;
    line-height: 20px;
    margin-top: 12px;
  }
  .exl-process .exl-shell {
    padding: 0 20px;
  }

}

@media (max-width: 767px) {
  .exl-process::before {
    right: -65px;
    bottom: -62px;
  }
  .exl-process-card h3 {
    max-width: 77%;
  }
}