﻿.hbspt-form {
    font-family: inherit;
}

    .hbspt-form .legal-consent-container {
        margin-top: 30px;
    }

    .hbspt-form label {
        box-sizing: border-box;
        display: block;
        line-height: 24px;
        margin-bottom: 8px;
        color: rgb(33, 37, 41);
    }

        .hbspt-form label.hs-error-msg {
            color: red;
        }

    .hbspt-form input {
        writing-mode: horizontal-tb !important;
        padding: 6px 12px 6px 12px;
        font-size: 16px;
        font-stretch: 100%;
        letter-spacing: normal line-height 24px;
    }

    .hbspt-form ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
    }



.hs-form-field {
    margin-top: 16px;
}

.hs-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


    .hs-input:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

.hs-form input[type="checkbox"] {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: .25em;
}

.hs-button {
    background: #009FE3;
    border: 1px solid #009FE3;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    letter-spacing: 1.1px;
    min-width: 16rem;
    font-weight: 600;
    padding: 1.2rem !important;
    align-self: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px
}

    .hs-button:hover {
        background: #45bbe6;
        border: 1px solid #45bbe6;
        color: white;
        text-decoration: none;
    }
