.blurred-text-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  height: min(35.53vw, 660px);
  min-height: 334px;
  margin: 0px;
  overflow: hidden;
}

.blurred-text-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blurred-text-hero__caption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: clamp(32px, 3.5vw, 64px);
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(11.6px);
  backdrop-filter: blur(11.6px);
}

.blurred-text-hero__content {
  max-width: 680px;
}

.blurred-text-hero h1 {
  margin: 0 0 clamp(16px, 1.6vw, 28px);
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.6rem, 3.8vw, 3.2rem);
  font-weight: 400;
  line-height: 1.18;
}

.blurred-text-hero__copy,
.blurred-text-hero__copy p {
  margin: 0;
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .blurred-text-hero {
    min-height: 520px;
  }

  .blurred-text-hero__caption {
    width: 100%;
    padding: 32px 24px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

.expert-form-cta {
  width: 100%;
  color: #fff;
  background: #000;
  border-bottom: 1px solid #fff;
}

.expert-form-cta__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(48px, 9vw, 170px);
  max-width: 1856px;
  margin: 0 auto;
  padding: clamp(36px, 4vw, 72px) clamp(27px, 6vw, 112px);
}

.expert-form-cta__copy {
  max-width: 760px;
}

.expert-form-cta__eyebrow {
  display: table;
  margin: 0 0 23px;
  border-bottom: 1px solid currentColor;
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.expert-form-cta h2 {
  margin: 0 0 23px;
  color: inherit;
  font-size: clamp(22px, 2.5vw, 35px);
  font-weight: 300;
  line-height: 1.2;
}

.expert-form-cta__text,
.expert-form-cta__text p {
  margin: 0;
  color: inherit;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 300;
  line-height: 1.35;
}

.expert-form-cta__form {
  width: 100%;
  max-width: 580px;
  color: inherit;
}

.expert-form-cta__form > :last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .expert-form-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 24px;
  }
}

.eyebrow-text-section {
  width: 100%;
  color: #000;
  background: #fff;
}

.eyebrow-text-section__inner {
  max-width: 694px;
  margin: 0 auto;
  padding-top:48px;
  padding-bottom: 12px;
}

.eyebrow-text-section__eyebrow {
  display: table;
  margin: 0 0 18px;
  border-bottom: 1px solid currentColor;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow-text-section__content,
.eyebrow-text-section__content p,
.eyebrow-text-section__content li {
  color: inherit;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  line-height: 1.35;
}

.eyebrow-text-section__content p,
.eyebrow-text-section__content ul,
.eyebrow-text-section__content ol {
  margin: 0 0 24px;
}

.eyebrow-text-section__content > :last-child {
  margin-bottom: 0;
}

.dark-image-cta {
  width: 100%;
  background: #fff;
}

.dark-image-cta__inner {
  margin:48px auto 52px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 8vw, 150px);
  max-width: calc(100% - 64px);
  padding: 50px;
  color: #fff;
  background: #000;
}

.dark-image-cta__copy {
  max-width: 700px;
}

.dark-image-cta__eyebrow {
  display: table;
  margin: 0 0 20px;
  border-bottom: 1px solid currentColor;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.dark-image-cta h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(22px, 2.5vw, 35px);
  font-weight: 300;
  line-height: 1.2;
}

.dark-image-cta__content,
.dark-image-cta__content p {
  margin: 0 0 24px;
  color: inherit;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 300;
  line-height: 1.35;
}

.dark-image-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 72px;
  padding: 17px 24px;
  color: #000;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.24px;
  text-align: center;
  text-decoration: none;
}

.dark-image-cta__button:hover {
  color: #000;
  text-decoration: none;
}

.dark-image-cta__button span {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.dark-image-cta__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .dark-image-cta__inner {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 32px;
    padding: 40px 24px;
  }

  .dark-image-cta__button {
    width: 100%;
    min-height: 60px;
    font-size: 20px;
    line-height: 30px;
  }
}