.newsletter-small-popup{display:none;position:fixed;z-index:99;bottom:0;right:0;padding:16px}
@media(max-width:766.98px){
.newsletter-small-popup{top:0;width:100%;bottom:initial;padding:25px}
}
.newsletter-small-popup.show{display:block}
.newsletter-small-popup-container{display:grid;grid-template-columns:60% 40%;max-width:640px;width:100%;background:#fff;border-radius:4px;border:1px solid #f2f2f2;overflow:hidden;position:relative}
@media(max-width:766.98px){
.newsletter-small-popup-container{display:flex;flex-direction:column-reverse;max-width:100%;width:100%;margin:0 auto}
}
.newsletter-small-popup-content{padding:40px;text-align:center;color:#000}
@media(max-width:766.98px){
.newsletter-small-popup-content{padding:18px}
}
.newsletter-small-popup-background img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}
.newsletter-small-popup-background img.mobile{display:none}
@media(max-width:766.98px){
.newsletter-small-popup-background img{aspect-ratio:310/220;height:auto}
.newsletter-small-popup-background img.desktop{display:none}
.newsletter-small-popup-background img.mobile{display:block}
}
.newsletter-small-popup-background svg{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:#f4f4f4}
@media(max-width:766.98px){
.newsletter-small-popup-background svg{aspect-ratio:310/220;height:auto}
}
.newsletter-small-popup-title{font-size:24px;line-height:28px;font-weight:700}
.newsletter-small-popup-description{font-size:14px;line-height:20px}
.newsletter-small-popup-footer{font-size:12px;line-height:18px}
.newsletter-small-popup-form input[type=email]{display:flex;width:100%;align-items:center;height:42px;line-height:42px;font-size:14px;padding:0 12px;margin-bottom:12px;margin-top:12px;border-radius:3px;border:1px solid #000}
@media(max-width:766.98px){
.newsletter-small-popup-form input[type=email]{text-align:center}
}
.newsletter-small-popup-form button{display:flex;align-items:center;justify-content:center;width:100%;height:42px;background:#000;color:#fff;border:none;font-size:16px;font-weight:700;cursor:pointer;border-radius:3px}
.newsletter-small-popup-close{position:absolute;top:16px;right:16px;display:flex;width:38px;height:38px;align-items:center;justify-content:center;text-decoration:none;color:#fff}
@media(max-width:766.98px){
.newsletter-small-popup-close{top:0;right:0;color:#000}
}
.newsletter-small-popup-close svg{width:32px;height:32px}
.newsletter-small-popup-error{font-size:14px;line-height:18px;color:#a20202;margin-bottom:8px;padding:4px;text-align:center}
.newsletter-small-popup-error svg{margin-bottom:8px}
.newsletter-small-popup-error span{display:block}
.newsletter-small-popup-success{font-size:14px;line-height:18px;color:#136000;margin-bottom:8px;padding:4px;text-align:center}
.newsletter-small-popup-success svg{margin-bottom:8px}
.newsletter-small-popup-success span{display:block}
.newsletter-small-popup-language{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}
.newsletter-small-popup-language span{font-size:15px;line-height:100%}
.newsletter-small-popup-language input{width:16px;height:16px;margin:0;padding:0}