.hbspt-form {
    margin-top: 50px;
    max-width: tablet;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 1.5rem;

    input[type=text],
    input[type=email],
    textarea,
    select {
        border: solid 1px rgba(115, 133, 145, 0.3);
        border-radius: 3px;
        padding: 0.5rem 0.8rem;
        background: white;
        line-height: 1.59;
        letter-spacing: -0.5px;
        font-family: 'Apercu-Regular';
        width: 100%;
    }

    input[type=submit],
    .hs-button {
        box-sizing: border-box;
        height: calc(40 * 1px + (50 - 40)/(1440 - 375) * (100vw - 375 * 1px));
        padding-left: calc(20 * 1px + (28 - 20)/(1440 - 375) * (100vw - 375 * 1px));
        padding-right: calc(20 * 1px + (28 - 20)/(1440 - 375) * (100vw - 375 * 1px));
        margin-top: 1.4rem;
        line-height: 1.59;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        font-size: rem(14px);
        letter-spacing: 0.88px;
        font-weight: bold;
        border-radius: 25%;
        margin-top: rem(20px);
        border: 4px solid blue1;
        border-radius: 30px;
        cursor: pointer;
        padding: 0.5rem 0.8rem;
        background-color: #0074e8;
        border: 1px solid #0074e8;
        font-size: 11pt;
        color: #fff;
        display: inline-flex;
        position: relative;
        align-items: center;
        transition: all 0.3s ease-in-out;
        width: 50%;
        text-align: center;
    }

    input[type=submit]:hover,
    .hs-button:hover {
        color: #0074e8;
        background: white;
    }

    .hs-recaptcha {
        margin-top: 1.5rem;
    }

    fieldset.form-columns-1 .hs-input {
        width: 100% !important;
    }

    input.error {
        border: 1px solid red;
    }

    .label {
        line-height: 1.59;
        font-family: 'Apercu-Regular';
        letter-spacing: -0.5px;
        vertical-align: top;
        max-width: calc(100% - 40px);
    }
    .select {
        position: relative
    }

    ul,
    li,
    label .hs-main-font-element {
        font-size: 10pt;
        color: black;
    }
}
