form.hs-contact-us {
    position: relative;
    max-width: 620px;
    font-family: Helvetica, Arial, serif;
    font-size: 13px;
    line-height: 16px;
}

form.hs-contact-us .hs-form-field {
    display: flex;
    flex-flow: wrap;
    padding: 5px 0;
}

form.hs-contact-us .hs-form-field ul.hs-error-msgs {
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 25%;
}

form.hs-contact-us .hs-form-field ul.hs-error-msgs label {
    color: #bf0000;
    font-weight: 300;
}

form.hs-contact-us .hs-form-field > label {
    flex: 0 0 25%;
    max-width: 25%;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.hs-contact-us .hs-form-field > .input {
    flex: 0 0 75%;
    max-width: 75%;
}

form.hs-contact-us .hs-form-required {
    color: #bf0000;
    padding-right: 10px;
}

form.hs-contact-us input:not([type="submit"]):not([type="checkbox"]),
form.hs-contact-us textarea,
form.hs-contact-us select {
    height: 27px;
    background: #fff;
    line-height: 1.5em;
    color: #000;
    border: 1px solid #aeb0b6;
    padding: 0.2em 0.3em;
    box-shadow: 3px 3px 10px 0px #ccc;
    width: 100%;
}

form.hs-contact-us textarea {
    height: auto;
    resize: none;
}

form.hs-contact-us .hs_ispartner__c {
    display: none!important;
}

form.hs-contact-us .hs_ispartner__c > .input {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}

form.hs-contact-us .hs_ispartner__c > .input #is_p_span {
    flex: 0 0 25%;
    max-width: 25%;
    color: #333333;
    font-weight: 700;
    margin-bottom: 5px;
}

form.hs-contact-us .hs_ispartner__c > .input .inputs-list {
    display: none;
}

form.hs-contact-us .legal-consent-container .inputs-list {
    margin-bottom: 0;
}

form.hs-contact-us .legal-consent-container ul.hs-error-msgs {
    padding-left: 0;
}

form.hs-contact-us ul.hs-error-msgs {
    padding-left: 0;
}

form.hs-contact-us .legal-consent-container .inputs-list input[type="checkbox"] {
    position: relative;
    top: 3px;
}

form.hs-contact-us .legal-consent-container .inputs-list p {
    font-family: Helvetica, Arial, serif;
}

form.hs-contact-us .hs_error_rollup {
    display: none;
}

form.hs-contact-us  .actions {
    background: linear-gradient(to left,#f78d1e,#ed6f23,#ed1d24,#ae1854);
    position: relative;
    z-index: 1;
    -webkit-mask-image: radial-gradient(circle,#fff 100%,#000 100%);
    border-radius: 50px;
    outline: 0;
    border: none;
    text-align: center;
    min-width: 240px;
    display: inline-block;
    color: #fff;
    margin-left: 0!important;
    cursor: pointer;
    padding: 2px;
}

form.hs-contact-us  .actions input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}

form.hs-contact-us  .actions::before {
    content: "";
    z-index: 1;
    position: absolute;
    border-radius: 34px;
    top: 0;
    bottom: 0;
    left: -2px;
    right: -2px;
    background: linear-gradient(to right,#cc0048,#e62310,#f18602);
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

form.hs-contact-us  .actions input[type="submit"] {
    font-family: amplesoft-mediummedium,sans-serif!important;
    font-size: 18px;
    color: #ee6f23;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 2px;
    border-radius: 35px;
    border-color: transparent;
    height: 34px;
}

form.hs-contact-us  .actions:hover  input[type="submit"] {
    color: #fff;
}

@media (max-width: 996px) {
    form.hs-contact-us {
        padding-bottom: 30px;
        margin: 0 auto;
    }
    form.hs-contact-us .hs-form-field {
        flex-direction: column;
        align-items: center;
    }
    form.hs-contact-us input:not([type="submit"]):not([type="checkbox"]),
    form.hs-contact-us textarea,
    form.hs-contact-us select {
        width: 300px;
    }
    form.hs-contact-us .hs-form-field ul.hs-error-msgs {
        padding-left: 0;
    }

    form.hs-contact-us .hs-submit {
        text-align: center;
    }
    form.hs-contact-us .actions input[type="submit"] {
        height: 25px;
        font-size: 15px;
    }
    form.hs-contact-us .hs-form-field > label {
        flex: 0 0 100;
        max-width: 100%;
    }
    form.hs-contact-us .hs-form-field > .input {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
