.hero-form.hero-form--twocol  {
  width: 100%;
  min-height: calc(100vh + 100px);
  height: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-grey);
  padding: 140px 0 40px;
}
.hero-form--twocol .hero-form__img, .hero-form--twocol .hero-form__video, .hero-form__video.oembed_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
.hero-form--twocol .hero-form__video.oembed_container .iframe_wrapper {
  padding-bottom: 0;
  height: 100%;
}
.hero-form--twocol .hero-form__container {
  z-index: 1;
}
.hero-form--twocol .hero-form__content {
  padding: 32px;
}
.hero-form--twocol .hero-form__content__heading, .hero-form--twocol .hero-form__content__heading * {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.1;
  color: var(--color-font);
  text-align: left;
}
.hero-form--twocol .hero-form__content__subheading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: left;
  color: var(--color-font);
}
.hero-form--twocol .hero-form__content__caption {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  color: var(--color-font);
}
.hero-form--twocol .hero-form::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 122.08%);
  content: "";
}
.hero-form--twocol .hero-form__form {
  position: static;
  top: calc(50% + 180px);
  left: 50%;
  width: 100%;
  max-width: 70%;
  height: 100%;
  z-index: 1;
}
.hero-form--twocol .hero-form__form {
  max-width: unset;
}
.hero-form--twocol .hero-form__form__heading {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.1;
  color: var(--color-font);
  text-align: left;
}
.hero-form--twocol .hero-form__form__subheading {
  font-size: 14px;
  font-weight: var(--font-lighter);
  margin-bottom: 32px;
  text-align: left;
  color: var(--color-font);
}
.hero-form--twocol .hero-form__form__heading + .hero-form__form__subheading {
  margin-top: -8px;
}
.hero-form--twocol .hero-form__form__wrapper {
  background-color: rgba(255,255,255,.84);
  padding: 32px;
}
.hero-form--twocol .hero-form__form input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 0;
  margin-bottom: 16px;
  background-color: white;
}
.hero-form--twocol .hero-form__form textarea {
  border: 0;
  margin-bottom: 16px;
  background-color: white;
}
.hero-form--twocol .hero-form__form .input[data-reactid] {
  height: auto;
}
.hero-form--twocol .hero-form__form input[type="submit"] {
  padding: 0 32px;
  width: 100%;
  background-color: var(--color-black);
  color: var(--color-white);
  height: 46px;
  line-height: 46px;
  border: 0;
  border-radius: 3px;
  max-width: max-content;
  font-size: 14px;
}
.hero-form--twocol .hero-form__form .hs-form-field {
  margin-bottom: 0;
}
.hero-form--twocol .hero-form__form .hs-custom-form .hs-form-field {
  margin-bottom: 16px;
}
.hero-form--twocol .hero-form__form .hs-custom-form .hs-form-field.hs-fieldtype-textarea .input {
  height: 100%;
}
.hero-form--twocol .hero-form__form .hs-custom-form .hs-form-field.hs-fieldtype-textarea .input textarea {
  margin-bottom: 0;
  display: block;
  height: 100%;.hero-form--twocol 
}
.hero-form--twocol .hero-form__form .grecaptcha-badge {
  margin: 0 0 16px;
}
.hero-form--twocol .hero-form__form .actions {
  margin-top: 72px;
}
.hero-form--twocol .hero-form__form .hs-custom-form .actions {
  margin-top: 32px;
}

/* popup */
.hero-form__popup .popup__wrapper {
  position: relative;
  text-align: center;
  max-width: 666px;
  box-shadow: 0 3px 12px rgba(0,0,0,.16);
}
.hero-form__popup__heading {
  margin-bottom: 20px;
}
.hero-form__popup__caption p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .hero-form__grid {
    height: auto;
    position: static;
    transform: none;
  }
  .hero-form__content {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .hero-form__content__heading {
    margin-right: 0;
    max-width: 100%;
  }
  .hero-form__form .input {
    height: auto;
    line-height: 1;
  }
}