.land-form-wrapper .hs-form-html form * {
    font-family: Poppins, sans-serif !important;
}

.land-form-wrapper .hs-form-html form label span {
    font-size: 24px;
    font-weight: 500;
}

.land-form-wrapper .hs-form-html form input,
.land-form-wrapper .hs-form-html form select {
    height: 2.2rem !important;
    padding: .3rem 1rem !important;
    border-radius: 1rem !important;
    font-weight: 300 !important;
    background: #E2F0F9 0% 0% !important;
    color: #495057 !important;
    font-size: .7rem !important;
    outline: none !important;
    box-shadow: none !important;
}

.land-form-wrapper .hs-form-html form .hsfc-PhoneInput__FlagAndCaret {
    background: #E2F0F9 0% 0% !important;
    border-radius: 1rem !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    margin-top: 3px;
    margin-bottom: 5px;
    color: #76737c !important;
    font-weight: 300 !important;
}

.land-form-wrapper .hs-form-html form .hsfc-DataPrivacyField p {
    font-size: .8rem !important;
    line-height: 1.6 !important;
}

.land-form-wrapper .hs-form-html form .hsfc-DataPrivacyField p a {
    text-decoration: none;
    color: #3082cf;
}

.land-form-wrapper .hs-form-html form .hsfc-NavigationRow__Buttons {
    justify-content: center !important;
}

.land-form-wrapper .hs-form-html form button[type="submit"] {
    width: auto;
    height: auto;
    padding: .4rem 1.6rem;
    margin: 0;
    border-radius: 1.5rem;
    background: #3a86ff;
    font-size: .8rem;
    color: #fff;
    font-weight: 300;
}

.land-form-wrapper .hs-form-html form button[type="submit"]:hover,
.land-form-wrapper .hs-form-html form button[type="submit"]:focus {
    background: #006fd6 !important;
    transform: none !important;
    outline: none !important;
}

.land-form-wrapper .hs-form-html form .hsfc-FieldLabel__RequiredIndicator {
    color: #000;
}

.land-form-wrapper .hs-form-html form .hsfc-NavigationRow {
    margin-top: -25px !important;
}

.land-form-wrapper .hs-form-html form .hsfc-DropdownOptions__List__ListItem {
    font-size: 14px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.land-form-wrapper .hs-form-html form .hsfc-ErrorAlert,
.land-form-wrapper .hs-form-html form .hsfc-LinkButton {
    font-size: 12px;
}

.land-form-wrapper .hs-form-html form .hsfc-Row {
    margin-bottom: 10px;
}

.land-form-wrapper .hs-form-html form input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    margin-top: 2px;
}

.land-form-wrapper .hs-form-html form input[type="checkbox"] + span {
    font-size: 24px !important;
}