#d2259269 fieldset {
    border: none;
}

#d2259269 .email-input {
    padding: .75rem 1rem;
    border: 1px solid var(--color-font-default);
}

#d2259269 {
    padding: 40px 0;
}

#d2259269 h3 {
    font-size: 24px;
}
 
#d2259269 input {
    width: 100%;
    padding: 10px 15px;
}
 
#d2259269 button {
    width: 100%;
    font-family: Oswald,'Lucida Grande',sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #4B1E78;
    padding: 9px;
    font-size: 18px;
}

#loading {
    display: none;
}

#login-button {
    display: none;
}

#search-form {
    display: none;
}

.l-header-breadcrumb {
    display: none;
}

.l-footer-breadcrumb {
    display: none;
}

.p-to-pagetop {
    display: none;
}

.l-footer-banner {
    display: none;
}

#link-privacy-policy {
    color: #445166;
    text-decoration: none;
}

#link-privacy-policy:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #d2259269 {
        padding: 0 16px;
    }
}