.newsletter-form .hs-email label {
    display: none;
}

.newsletter-form form {
    display: flex;
    gap: 24px;
}

.newsletter-form .hs-email {
 flex-grow: 1
}

.newsletter-form .hs-email input {
    border-color: rgb(25, 52, 89);
    border-width: 1.5px;
    background: none;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    min-width: 0px;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 8.5px 14px;
    width: 100%;
    border-radius: 4px;
}

.newsletter-form .actions {
    height: 100%;
}

.newsletter-form .hs-submit input {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-size: 0.8125rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 4px 10px;
    box-shadow: none;
    width: max-content;
    min-height: 39px;
    height: 100%;
    background-color: rgb(25, 52, 89);
    color: rgb(209, 222, 242);
    border-radius: 0px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease 0s;
}

.newsletter-form .hs-form-field .input input::placeholder {
    color: rgba(25, 52, 89, 0.5);
}


.newsletter-form p {
    margin: 10px 0px 0px;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(25, 52, 89);
    font-family: Brookline;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}

