.nfls-hero-section,
.nfls-section,
.nfls-progress-section,
.nfls-rewards-section,
.nfls-closing-cta {
  color: var(--nfls-ink, #111827);
}

.nfls-hero-section {
  background: var(--nfls-background, #ffffff);
}

.nfls-hero-section .elementor-heading-title:first-child,
.nfls-section .elementor-heading-title,
.nfls-closing-cta .elementor-heading-title {
  letter-spacing: 0;
}

.nfls-progress-section,
.nfls-rewards-section {
  background: var(--nfls-surface, #ffffff);
}

.nfls-closing-cta {
  border-top: 1px solid rgba(17, 24, 39, .08);
  border-bottom: 1px solid rgba(17, 24, 39, .08);
}

.nfls-hero-section .elementor-button,
.nfls-closing-cta .elementor-button {
  background: var(--nf-primary, #d0456f);
  border-radius: 6px;
  color: #fff;
}

.nfls-hero-section img,
.nfls-section img {
  border-radius: 8px;
}

