input.hs-button.primary.large {
    background-image: none;
    padding-right: 30px;
}

input.hs-button.primary.large:hover {
    background-color: #FFE34A!important;
    color: #173B3B!important;
}

img.fid-logo {
    width: 295px;
    margin-bottom: 25px;
}

.hero .v-space {
    padding: 125px 0 120px 0;
}

li.hs-form-booleancheckbox {
    margin-top: 15px;
    line-height: 22px;
}

section.form a {
    color: #3A67E2!important; 
}

.hero .statement a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

section.form legend.hs-field-desc, section.form textarea::placeholder {
    font-size: 15px;
    line-height: 23px;
    margin: 10px 0; 
}

section.form .hs-fieldtype-textarea.hs-input {
    padding: 15px; 
}

@media screen and (max-width: 769px) {
    img.fid-logo {
        width: 195px;
    }
}

@media screen and (max-width: 690px) {
    .hero .v-space {
        padding: 140px 0 80px 0;
    }
}