.container {
  padding-top: 5em;
}

/* teaser-image */
#header_teaser_image {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.above-the-fold {
  width: 100%;
  position: absolute;
  color: #fff;
  margin: 20vh auto 0;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}

.above-the-fold .heading {
  text-shadow: 3px 2px #000;
}

.above-the-fold .subheading {
  text-shadow: 2px 2px #000;
}

#start {
  position: absolute;
  bottom: 100px;
}

.partner {
  text-align: center;
}

.partner > h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.text {
  max-width: 750px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 140px;
}

.home_image {
  max-width: 100%;
  border-radius: 40px;
}

.about_us_container {
  background-color: #d9f3ff;
}

.about_us_wave_top,
.about_us_wave_bot {
  position: relative;
  z-index: -1;
  overflow-x: hidden;
}

.about_us_wave_top > svg,
.about_us_wave_bot > svg {
  width: 150%;
}

.about_us_wave_top {
  margin-bottom: -35px;
}

.about_us_wave_bot {
  margin-top: -35px;
}

.form_container {
  padding-top: 0;
}

@media screen and (min-width: 1199px) {
  .wave {
    display: block;
    height: 100vh;
  }

  .partner_images {
    gap: 32px;
  }

  .container {
    padding-left: 140px;
    padding-right: 140px;
    display: flex;
    gap: 48px;
  }

  .partner_images {
    padding-left: 140px;
    padding-right: 140px;
  }

  .form_container {
    max-width: 800px;
    margin: 0 auto;
  }

  .home_image {
    max-width: initial;
    width: 100%;
  }

  .home_image_wrapper,
  .container_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container_text > h2,
  .container_paragraphs > p:last-child {
    margin-bottom: 40px;
  }

  .about_us_wave_top > svg,
  .about_us_wave_bot > svg {
    width: 100%;
  }

  .about_us_wave_top {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .about_us_wave_bot {
    margin-top: -125px;
  }

  .container.form_container {
    display: block;
    padding: 0;
  }

  #submit-wrap {
    margin-bottom: 5em !important;
  }
}

@media screen and (min-width: 1449px) {
  .above-the-fold {
    margin-top: 30vh;
  }
}
