.newsletter-hubspot .corner__body {
    display: flex;
    justify-content: center;
}

.newsletter-hubspot .newsletter__body {
    display: block;
}

.newsletter-hubspot .newsletter__body .heading.heading--1 {
    margin-bottom: 35px;
}

.hbspt-form h1 {
    display: none;
}

.hbspt-form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    max-width: 500px;
}

/* Hide the error messages shown below a errored field */
.hs-error-msgs { display: none; }

/* form-field container for two col fields */
.hbspt-form .form-columns-2 .hs-form-field {
    width: calc(50% - 20px) !important;
}
.hbspt-form .form-columns-2 .hs-form-field:first-child { margin-right: 20px; }
.hbspt-form .form-columns-2 .hs-form-field:last-child { margin-left: 20px; }

/* Container for each input field */
.hbspt-form .input {
    margin-bottom: 40px;
}

/* Container for the legal-consent checkbox */
.hbspt-form .input .inputs-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* text field */
.hbspt-form .hs-form-field .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    outline: none;
    border: none;
    width: 100% !important;
    height: 40px;
    border-left: 1px solid #c4c7c8;
    border-bottom: 1px solid #c4c7c8;
    border-radius: 0 0 0 4px;
    font-family: "NettoWebPro", -apple-system, system-ui, sans-serif, swap;
    font-size: inherit;
    line-height: 22px;
    background-color: transparent;
    padding: 10px 10px 8px;
    color: #fff;
}

/* custom width for the zip field */
.hbspt-form fieldset:nth-child(3) {
    width: 230px !important;
}

/* checkbox */
.hbspt-form .hs-form-field .hs-input[type="checkbox"] {
    position: relative;
}

/* checkbox */
.hbspt-form .hs-form-field .hs-form-booleancheckbox-display > span {
    margin-left: 30px;
}

/* checkbox */
.hbspt-form .hs-form-field .hs-input[type="checkbox"]:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #92969b;
    border-radius: 2px;
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
}

/* checkbox */
.hbspt-form .hs-form-field .hs-input[type="checkbox"]:checked:after {
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    left: 4px;
    width: 12px;
    height: 6px;
    border: 2px solid #00487b;
    border-top-style: none;
    border-right-style: none;
    content: "";
    position: absolute;
}

/* Submit button */
.hbspt-form .hs-submit .hs-button {
    outline: none;
    width: 250px;
    text-align: center;
    display: inline-block;
    color: #00487b;
    border: 1px solid #fff;
    background-color: #8dc474 !important;
    border-radius: 4px;
    text-decoration: none;
    font-family: "NettoWebPro", -apple-system, system-ui, sans-serif, swap;
    font-size: 1rem;
    line-height: 2;
    padding: 3px 20px;
    cursor: pointer;
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

/* Submit button hover */
.hbspt-form .hs-submit .hs-button:hover {
    color: #fff;
    background-color: #0f90d0 !important;
    border-color: #fff !important;
}

/* error messages summary */
.hs_error_rollup ul {
    margin-bottom: 20px;
    padding-left: 15px;
    color: #8dc474;
}




