.hero-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 120px;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 120px 1fr 863px 80px;
  grid-template-rows: auto 187px 428px 0px;
}

.hero__title-header-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  overflow-wrap: normal;
  max-width: 1440px;
  margin: auto;
  margin-bottom: -40px;
}

.hero__title-header {
  margin-left: 120px;
}

.hero__detail {
  grid-area: 3 / 3 / span 2 / 3;
}

.hero__background-wrapper {
  grid-area: 2 / 1 / span 3 / span 6;
  z-index: -1;
}

.hero__background-image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  place-self: center stretch;
  display: grid;
  z-index: -1;
  position: relative;
}

.hero__background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transition: opacity 500ms ease 0s;
}

.hero__inner-container {
  position: relative;
}

.hero__callout {
  padding-top: 40px;
  padding-left: 50px;
  padding-bottom: 40px;
  padding-right: 40px;
  background-color: white;
  box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 10%); 
}

.hero__main-header {
    margin: 0;
}

.hero__sub-header {
    margin: 0;
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 21px;
}

.hero__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.hero__button {
  text-decoration: none;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding-left: 40px;
    cursor: pointer;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.regional-hero-form-module {
  grid-area: 1 / 3 / span 1 / span 2;
  width: 100%;
  display: none;
}

.regional-hero-form-module form {
    display: grid;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  margin: 0 14px;
}


.regional-hero-form-module form .hs-form-field {
  border: 1px solid var(--primary_color);
  display: block;
  margin: 0;
}

.regional-hero-form-module .hs-firstname {
  grid-area: 1 / 1 / span 1 / span 2;
}


.regional-hero-form-module .hs-lastname {
  grid-area: 1 / 3 / span 1 / span 2;
}


.regional-hero-form-module .hs-email {
  grid-area: 2 / 1 / span 1 / span 3;
}

.regional-hero-form-module label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.regional-hero-form-module input {
  background-color: transparent;
  border: none !important;
  width: 100%;
  height: auto !important;
  color: var(--primary_color) !important;
  padding: 16px 24px;
  font-size: 16px;
  width: 100%;
  margin-left: 0px !important;
}

.regional-hero-form-module input::placeholder {
  color: var(--primary_color) !important;
}

.regional-hero-form-module input:-webkit-autofill,
.regional-hero-form-module input:-webkit-autofill:hover, 
.regional-hero-form-module input:-webkit-autofill:focus,
.regional-hero-form-module input:-webkit-autofill:active,
.regional-hero-form-module textarea:-webkit-autofill,
.regional-hero-form-module textarea:-webkit-autofill:hover,
.regional-hero-form-module textarea:-webkit-autofill:focus,
.regional-hero-form-module textarea:-webkit-autofill:active
.regional-hero-form-module select:-webkit-autofill,
.regional-hero-form-module select:-webkit-autofill:hover,
.regional-hero-form-module select:-webkit-autofill:focus,
.regional-hero-form-module select:-webkit-autofill:active {
  -webkit-text-fill-color: white !important; 
  box-shadow: 0 0 0 1000px var(--primary_color) inset !important;
  -webkit-box-shadow: 0 0 0 1000px var(--primary_color) inset !important;
  background-image: none !important;
}

.regional-hero-form-module .hs-submit {
  grid-area: 2 / 4 / span 1 / span 1;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary_color);
  padding: 0;
}

.regional-hero-form-module .hs-button {
  display: block;
  font-weight: bold;
  font-size: 17px;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  margin-left: 0;
  height: auto !important;
  width: 100%;
  background-color: var(--primary_color);
  color: white !important;
}

.regional-hero-form-module .hs-error-msgs {
  left: 0;
  bottom: -21px;
}

.regional-hero-form-module .hs-error-msgs .hs-error-msg {
  position: relative;
  overflow: auto;
  left: 0px;
  top: auto;
  width: auto;
  height: auto;
  font-size: 12px;
}

.submitted-message {
  color: var(--primary_color);
}

.u-focus-outline *:focus {
  outline: 2px solid blue;
}

.u-no-focus-outline *:focus {
  outline: none;
}

@media only screen and (min-width: 2000px) {
  .hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 120px 337px 863px 355px 1fr;
    grid-template-rows: auto 187px 428px 0px;
  }

  .hero__title-header-wrapper {
    grid-area: 1 / 3 / 1 / span 2;
  }

  .hero__background-image-wrapper {
    grid-area: 2 / 1 / span 2 / span 6;
  }

  .hero__detail {
    grid-area: 3 / 4 / span 2 / span 1;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1999px) {
  .hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 120px 337px 863px 80px 1fr;
    grid-template-rows: auto 187px 428px 0px;
  }

  .hero__title-header-wrapper {
    grid-area: 1 / 3 / 1 / span 3;
  }

  .hero__background-image-wrapper {
    grid-area: 2 / 1 / span 2 / span 6;
  }

  .hero__detail {
    grid-area: 3 / 4 / span 2 / span 1;
  }
}

@media only screen and (min-width: 599px) {
  .hero__title-header {
    margin-bottom: -36px;
    position: relative;
    z-index: 4;
    font-weight: bold;
  } 
}

@media only screen and (min-width: 800px) {
  .hero__title-header {
    font-size: 90px;
    line-height: 116px;
  }
}

@media only screen and (min-width: 1100px) {
  .hero__title-header {
    grid-area: 1 / 1 / 1 / 1;
    position: relative;
    z-index: 4;
    font-weight: bold;
    letter-spacing: -6.25px;
    font-size: 130px;
    line-height: 156px;
  }
}

@media only screen and (max-width: 1440px) {
  .hero__background-image-wrapper {
    grid-area: 2 / 1 / span 2 / span 5;
  }

  .hero__title-header-wrapper {
    /* grid-area: 1 / 2 / 1 / span 3;
    grid-template-columns: 1fr 0.25fr; */
    margin-bottom: -20px;
  }

  .hero__detail {
    grid-area: 3 / 3 / span 2 / 3;
  }
}

@media only screen and (max-width: 1100px) {
  .hero-container {
    margin-top: 50px;
  }

  .hero-wrapper {
    display: grid;
    grid-template-columns: 120px 1fr 80px;
    grid-template-rows: auto 187px 428px 0px;
  }

  .hero__background-image-wrapper {
    grid-area: 2 / 1 / span 2 / span 3;
  }

  .hero__title-header-wrapper {
    grid-area: 1 / 2 / 1 / 2;
  }

  .hero__detail {
    grid-area: 3 / 2 / span 2 / 2;
  }
}

@media only screen and (max-width: 799px) {
  .hero-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 173px 47px auto;
  }

  .hero__background-image-wrapper {
    grid-area: 2 / 1 / span 2 / 1;
  }

  .hero__title-header-wrapper {
    margin-bottom: -10px;
  }

  .hero__detail {
    position: relative;
    z-index: 4;
    padding: 0 8px;
    grid-area: 3 / 1 / span 2 / 1;
    margin-bottom: 20px;
  }

  .hero__title-header {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.92px;
    padding: 0 14px;
    margin-bottom: -5px;
    margin-left: 14px;
  }

  .hero__inner-container {
    align-self: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero__callout {
    position: relative;
    padding: 30px 7px;
  }

  .regional-hero-form-module {
    display: block;
  }

  .regional-hero-form-module input {
    font-size: 12px !important;
    padding: 12px !important;
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 599px) {
  .hero__title-header, .hero__main-header {
    font-size: 32px;
    font-weight: bold;
    -webkit-letter-spacing: -0.83px;
    -moz-letter-spacing: -0.83px;
    -ms-letter-spacing: -0.83px;
    letter-spacing: -0.83px;
    line-height: 38px;
  } 

  .hero__sub-header {
    padding-top: 10px;
  }

  .hero__button-wrapper {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 350px) {
  .hero__main-header {
    font-size: 24px;
    font-weight: bold;
    -webkit-letter-spacing: -0.83px;
    -moz-letter-spacing: -0.83px;
    -ms-letter-spacing: -0.83px;
    letter-spacing: -0.83px;
    line-height: 32px;
  } 
}