.hero-section {
  position: relative;
  padding: 0;
  z-index: 50
}

.hero-section .container {
  position: relative;
  z-index: 20
}

@media(min-width: 800px) {
  .hero-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .hero-section__container--form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .hero-section__body {
    margin-top: 0;
  }

  .hero-section__body--no-image {
    width: 100%
  }

  .hero-section__foreground {
    -ms-flex-negative: 1;
    flex-shrink: 1
  }

  .hero-section--body-position-center {
    text-align: center;
    margin: 0 auto;
    max-width: var(--hero-centered)
  }

  .hero-section--body-position-left .hero-section__body,
  .hero-section--body-position-right .hero-section__body {
    width: 47.3684210526%
  }

  .hero-section--body-position-left .hero-section__foreground--position-opposite-text,
  .hero-section--body-position-right .hero-section__foreground--position-opposite-text {
    max-width: 47.3684210526%
  }

  .hero-section--body-position-left .hero-section__body {
    padding-right: 1.5em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .hero-section--body-position-left .hero-section__foreground {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .hero-section--body-position-right .hero-section__body {
    margin-left: auto;
    padding-left: 1.5em
  }
}

@media(max-width: 799px) {
  .hero-section__container--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .hero-section__container--form .hero-section__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .hero-section__container--form .hero-section__foreground {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.5em
  }
}

.hero-section--overlay {
  position: relative
}

.hero-section--overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--hero-overlay);
  opacity: .6;
  z-index: 10
}

.hero-section--overlay--medium::before {
  opacity: .4
}

.hero-section--overlay--light::before {
  opacity: .25
}

.hero-section__logo {
  position: relative;
  text-align: center;
  margin-bottom: 3.5em;
}

.hero-section__logo img {
  max-width: 200px
}

.hero-section--pullover-header .hero-section__container {
  padding-top: var(--header-height)
}

.hero-section__inner {
  padding-top: 5.25em;
  padding-bottom: 5.25em;
  overflow-x: hidden
}

@media(min-width: 1280px) {
  .hero-section__inner {
    padding-top: 7.5em;
    padding-bottom: 7.5em
  }
}

.no-header .hero-section__inner {
  padding-top: 2.8em
}

@media(min-width: 1280px) {
  .no-header .hero-section__inner {
    padding-top: 4em
  }
}

.hero-section__foreground--form {
  width: 500px;
  max-width: 100%;
  margin-top: 0
    background-image: linear-gradient(269deg, rgb(0, 170, 223) 0%, rgb(0, 113, 188) 100%) !important;
    background: linear-gradient(269deg, #00aadf 0%, #0071bc 100%) !important;
    padding: 40px !important;
}

.hero-section__foreground--form-text {
  margin-bottom: 1.5em
}

.hero-section__foreground--form.colored-section {
  padding: 2.1em
}

@media(min-width: 1280px) {
  .hero-section__foreground--form.colored-section {
    padding: 3em
  }
}

.hero-section__body {
  position: relative;
  z-index: 50
}

.hero-section__body p {
  font-size: var(--subheadline-font-size-mobile);
  font-family: var(--subheadline-font-family);
  font-weight: var(--subheadline-font-weight);
  line-height: var(--subheadline-line-height);
  letter-spacing: var(--subheadline-letter-spacing);
  color: var(--subheadline-font-color);
  margin-top: .25em
}

@media(min-width: 1024px) {
  .hero-section__body p {
    font-size: var(--subheadline-font-size)
  }
}

.hero-section__ctas {
  margin-top: 1.75em
}

@media(min-width: 420px) {
  .hero-section__ctas .button+.button {
    margin-left: .5em
  }
}

.hero-section__down {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  width: 3em;
  height: 3em;
  margin: auto;
  margin-top: -1.5em;
  left: 0;
  right: 0;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  z-index: 100;
  font-size: 1.1111em;
  background-color: var(--arrow-background);
  color: var(--arrow-color) !important;
  -webkit-transition: top .3s !important;
  transition: top .3s !important;
}

.hero-section__down::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -.125em;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  text-align: center;
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1.1
}

.hero-section__down:focus,
.hero-section__down:hover {
  top: 101%
}

.hero-section__foreground--form .hs-button {
    width: 50% !important;
}

.hs-form .actions {
    text-align: left;
}
.hero-section__body p {
    font-family: 'Gilroy-SemiBold', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    letter-spacing: .0125rem !important;
   margin: 0 0 0.9375rem !important;
}

