h1, h2, h3, h4, h5, h6, p, ul li, ol li, a {
  font-family: 'Source Sans 3', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.hs-landing-page h1, .hs-landing-page h2, .hs-landing-page h3, .hs-landing-page h4, .hs-landing-page h5, .hs-landing-page h6, .hs-landing-page ol, .hs-landing-page p, .hs-landing-page ul {
    color: #3c4b54;
}

.hs-landing-page h1 {
    line-height: 1.2em;
    margin: 1em 0;
    padding: .5em 0;
    position: relative;
    z-index: 20;
}

.hs-landing-page h1:before {
    background: linear-gradient(124deg, #076a39 31.25%, #7fbd57 100%);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 30vw );
    z-index: -1;
}

.hs-landing-page form {
    color: #3c4b54 !important;
    padding-top: 2em !important;
}

form label {
  font-family: "Raleway",sans-serif !important;
  font-size: 1.1rem !important;;
}

.hsfc-DataPrivacyField label {
  font-family: "Source Sans 3", sans-serif !important;
}

.hsfc-DropdownInput__Caret, .hsfc-PhoneInput__FlagAndCaret {
  max-height: 35px;
  border: none !important;
  background-color: transparent !important;
}

form .hsfc-PhoneInput input[type="text"] {
 padding-left: 50px !important; 
}

form input[type="email"], form input[type="file"], form input[type="number"], form input[type="password"], form input[type="tel"], form input[type="text"], form select, form textarea {
    color: #3c4b54 !important;
}

.hs-landing-page h2 {
    font-weight: bold;
}

.hs-landing-page h3 {
    font-size: 1.8rem;
}

.hs-landing-page ul {
    padding-left: 1.2em;
}

.hs-landing-page ul li {
    margin-bottom: 0.5em;
}

.legal-consent-container a:active, .legal-consent-container a:focus, .legal-consent-container a:hover {
  color: #076a39;
}

.hsfc-Button {
  border-radius: 0 !important;
  color: #fff !important;
  font-family: var(--body-font) !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  margin-top: 1em !important;
  padding: 1em !important;
}

form input.hs-button.primary, .hsfc-Button {
  background-color: #076a39 !important;
  border: 1px solid #076a39 !important;
}

.hs-content-id-269762783428 form input.hs-button.primary, .hs-content-id-269762783428 .hsfc-Button {
  background-color: #253367 !important;
  border: 1px solid #253367 !important;
}

input.hs-button.primary:active, input.hs-button.primary:focus, input.hs-button.primary:hover,
.hsfc-Button:active, .hsfc-Button:focus, .hsfc-Button: hover  {
  background-color: #7fbd57 !important;
}

input:active, input:focus, input:hover {
 box-shadow: none !important; 
}

.hsfc-Step__Content {
  padding: 0 !important;
}

.hsfc-RichText {
  font-family: "Source Sans 3", sans-serif !important;
}

.hsfc-DataPrivacyField .hsfc-RichText {
  font-size: 1.1rem !important;
  line-height: 1.4em;
}

.hsfc-NavigationRow__Buttons {
 justify-content: flex-start !important; 
}

@media (min-width: 1200px) {
  .hs-landing-page h1 {
    font-size: 3.6rem;
    line-height: 1.1em;
  }

  .hs-landing-page h2 {
    font-size: 2.4rem;
    line-height: 1.2em;
  }

  .hs-landing-page h3 {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

@media (max-width: 980px) {
    .hs-landing-page h1 {
        margin-bottom: 0;
        margin-top: 2em;
    }

    .hs-landing-page h3 br {
        display: none;
    }
}