.nb-manifesto {
  background: var(--nb-paper);
}

.nb-manifesto__wrap {
  padding-block: 80px;
}

@media (max-width: 991.98px) {
  .nb-manifesto__wrap {
    padding-block: 64px;
  }
}

@media (max-width: 575.98px) {
  .nb-manifesto__wrap {
    padding-block: 48px;
  }
}

.nb-manifesto__split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
  gap: 96px;
}

@media (max-width: 991.98px) {
  .nb-manifesto__split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.nb-manifesto .nb-eyebrow {
  color: var(--nb-amber-600);
}

.nb-manifesto .nb-eyebrow::before {
  width: 32px;
}

.nb-manifesto__quote {
  margin: 0;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--nb-ink);
  font-family: var(--nb-font-display);
  font-size: clamp(2rem, 5vw, 64px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.04;
}

.nb-manifesto__quote .nb-hi {
  position: relative;
  z-index: 0;
  padding: 0 0.04em;
  color: var(--nb-teal-700);
  font-family: var(--nb-font-display);
  font-weight: 600;
}

.nb-manifesto__quote .nb-hi::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0.12em;
  left: 0;
  height: 14px;
  content: "";
  background: var(--nb-amber-300);
}

.nb-manifesto__body {
  max-width: 46ch;
  color: var(--nb-graphite);
  font-size: 14.5px;
  line-height: 1.7;
}

.nb-manifesto__body p {
  margin: 0 0 18px;
}

.nb-manifesto__body p:last-child {
  margin-bottom: 0;
}

.nb-manifesto__body b,
.nb-manifesto__body strong {
  color: var(--nb-ink);
  font-weight: 700;
}

.nb-manifesto__acdc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  gap: 24px;
}

@media (max-width: 991.98px) {
  .nb-manifesto__acdc {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .nb-manifesto__acdc {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
}
