.body-wrapper > div[data-global-resource-path*="/templates/partials/header"] {
  position: relative;
  z-index: 9;
}

.header--no-navigation .header__inner {
  justify-content: center;
}

.hero {
  position: relative;
  padding: 80px 2rem 0;
  {#padding: 180px 2rem 0;
  margin-top: -100px;#}
}

.hero-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 72rem;
  background: linear-gradient(334.09deg, #E15555 -5.47%, #B7126A 18.7%, #742688 39.88%, #4C2E8E 52.18%, #25318D 67.18%, #2358A4 86.14%, #4CA7DC 110.12%);
}

@media (max-width: 767px) {
  .hero-gradient {
    max-height: 75%;
  }
}

.hero .content-wrapper {
  position: relative;
  z-index: 3;
}

.hero-content {
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
}

.hero-content h1 {
  color: #fff;
}

.hero-content p strong {
  font-weight: 600;
}

.hero-text *:last-child {
  margin-bottom: 0;
}

.hero-form h3:empty {
  display: none;
}

.hero-form label,
.hero-form .hs-form-required {
  color: #fff;
}

.hero-form .hs-error-msg,
.hero-form .hs-error-msgs {
  color: #fff;
  margin-bottom: 0;
}

.hero-form form input[type=submit] {
  padding: 1.6rem 2.65rem;
  font-size: 1.6rem;
  color: var(--primary-color);
  background: #fff;
  width: 23.5rem;
  max-width: 100%;
}

.hero-form form input[type=submit]:hover {
  color: #fff;
  background: var(--primary-color);
}

.hero-video {
  margin-top: 4.8rem;
  border-radius: 8px;
  box-shadow: 0px 4px 32px -4px #18274B29;
}

.hero-video h2 {
  border-radius: 8px 8px 0 0;
  background: #0A3250;
  color: #fff;
  margin: 0;
  padding: 4rem 2rem;
  text-align: center;
}

.hero-video iframe {
  border-radius: 8px;
}

.hero-video .embed-container:not(:first-child) iframe {
  border-radius: 0 0 8px 8px;
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 4.8rem;
  }

  .hero-content.has-form {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    text-align: left;
  }

  .hero-content.has-form .hero-text {
    flex: 0 1 57.4rem;
  }

  .hero-content.has-form .hero-form {
    flex: 0 1 48.4rem;
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 64px 2rem 0;
  }
}
