.newsletter-styles {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter.newsletter-styles {
    background-color: #F1EEEE;
    border-radius: 8px;
}

.newsletter-styles .form-head {
    font-family: "Berthold Regular";
    font-size: 28px;
    font-weight: 400;
    width: 90%;
    line-height: 38px;
    color: #e23023;
}

.newsletter-styles .form-para {
    font-family: "Berthold Regular";
    font-weight: 400;
    font-size: 16px;
    color: #635958;
    line-height: 160%;
    width: 90%;
    margin: 8px 0 20px;
}

.newsletter-styles .form-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-styles .form-container.email-container {
    justify-content: flex-end;
}

.newsletter-styles .form-icon {
    width: 55px;
}

.newsletter-styles .form-content {
    width: 81.7%;
}

.newsletter .newsletter-wrapper {
    width: 100%;
}

/* .newsletter-wrapper .form-container {
    gap: 8.18%;
} */

.newsletter-wrapper form {
    padding: 34px 51px 34px 51px;
}

.newsletter-wrapper .form-content {
    width: 81.05%;
}

.newsletter-wrapper .form-para {
    width: 78%;
    margin: 8px 0 16px;
}

.newsletter-wrapper .form-head {
    font-size: 34px;
    line-height: 44px;
    margin: 0;
}

.modal--newsletter.newsletter-styles {
    max-width: 581px;
    padding: 34px 34px 34px 39px !important;
    box-shadow: 2px -1px 5px 0px #00000040;
    border-radius: 0;
    border-top-right-radius: 8px;
}

.newsletter.newsletter-styles .outline-btn {
    background-color: #E23023;    
    font-family: akzidenz-grotesk,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    border: none;
    outline: 1px solid #E23023;
    padding: 6px 12.5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.newsletter.newsletter-styles .outline-btn:hover {
    background-color: white;
    color: #E23023;
    outline: 1px solid #E23023;
}

.newsletter-styles .modal__close {
    cursor: pointer;
    border: none;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 5;
    width: 16px;
    height: 16px;
}

.newsletter-styles .modal__close:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-styles .modal__close svg{
    width: 16px;
    height: 16px;
}

.newsletter-styles .email-subscription {
    align-items: center;
    border-bottom: 1px solid #635958;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-color: #9E9494;
}

.newsletter-styles .email-subscription input {
    padding: 0;
    padding-right: 12px;
    font-family: "Berthold Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #9E9494;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    flex: 10;
    min-width: 100px;
    outline: 0;
}

@media (max-width: 1069.98px) and (min-width: 993px) {
    .newsletter-wrapper .form-para
    {
        width: 82%;
    }
}

@media (max-width: 992.98px) {
    .newsletter-wrapper form {
        padding: 34px;
    }

    .newsletter-wrapper .form-para {
        width: 73%;
    }
}

@media (max-width: 500px) {
    .modal--newsletter.newsletter-styles {
        padding: 34px 41px 28px 28px !important;
        box-shadow: none;
        border-radius: 0;
    }

    .newsletter-styles .form-head {
        width: 100%;
    }

    .newsletter-styles .form-para {
        width: 100%;
        font-size: 18px;
        margin: 16px 0 35px;
    }

    .newsletter-wrapper .form-content {
        width: 100% !important;
    }

    .newsletter-wrapper .form-para {
        font-size: 18px;
        margin: 16px 0 46px;
        width: 95%;
    }

    .newsletter-wrapper .form-head {
        font-size: 28px;
        line-height: 38px;
    }

    .newsletter-wrapper .form-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }    

    .newsletter-styles .form-container.email-container {
        gap: 0;
    }

    .newsletter-wrapper form {
        padding: 34px;
    }

    .newsletter-styles .form-content {
        width: 78.8%;
    }

}

@media (max-width: 400px) {

    .modal--newsletter.newsletter-styles {
        padding: 34px 34px 20px 20px !important;
    }  
    
    .newsletter-styles .form-content {
        width: 76.8%;
    }
}

/*************   CTA Block CSS ***********/

.block.blockcta {
    margin: 0 !important;
}

.image-text {
    display: flex;
    max-width: 700px;
    flex-direction: row;
    padding: 10px 0;
    margin: 0;
}

.image-part {
    flex: 0 0 42.8%;
    display: flex;
    justify-content: center;
}

.left-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.image-text .mobile-image {
    display: none;
}

.content-part {
    flex: 0 0 57.2%;
    padding: 34px;
    border-radius: 0 8px 8px 0;
    background: #E23023;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-part.no-image {
    border-radius: 8px;
    flex: 0 0 100%;
}

.content-part .content-head p {
    font-family: "Berthold Regular";
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    margin-bottom: 12px;
}

.content-part .content-head.no-copy p:last-of-type {
    margin-bottom: 34px;
}

.content-part .content-copy p {
    font-family: "Berthold Regular";
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-top: 0;
}

.content-part .content-copy p:last-of-type {
    margin-bottom: 34px;
}

.content-button {
    padding: 9px 11.5px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #E23023;
    font-family: akzidenz-grotesk,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #E23023;
    cursor: pointer;
    align-self: flex-start;
}

.content-button:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.image-text a {
    align-self: flex-start;
}

/* --- Responsive Tweaks --- */
@media (max-width: 575.98px) {
    .image-text {
        flex-direction: column;
    }

    .image-part {   
        flex: 0 0 auto;
        width: auto;
    }

    .left-image {
        border-radius: 8px 8px 0 0;
    }    

    .image-text .mobile-image {
        display: block;
    }

    .image-text .desktop-image {
        display: none;
    }

    .content-part {
        border-radius: 0 0 8px 8px;
        padding: 34px 24px;
        flex: 0 !important;
    }

    .content-part .content-head p{
        margin-bottom: 8px;
    }

    .content-part .content-head.no-copy p:last-of-type {
        margin-bottom: 26px;
    }

    .content-part .content-copy p {
        font-size: 18px;
        line-height: 161%;
    }

    .content-part .content-copy p:last-of-type {
        margin-bottom: 26px;
    }

    .content-button {
        padding: 9px 19.5px;
        font-size: 18px;
    }
    
}
/*# sourceMappingURL=wm-newsletter-and-cta.css.map */