.newsletter{width:100%;padding:0 var(--global-space);display:flex;justify-content:center;align-items:center;text-align:center;height:auto;min-height:300px}.newsletter .newsletter__content{margin:0 auto;max-width:var(--global-max-width)}.newsletter h2{font-weight:700;margin-bottom:10px}.newsletter .subtitle{margin-bottom:30px;font-size:1rem}.newsletter .newsletter__form{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:25px}.newsletter .newsletter__form input{width:100%;max-width:calc(80% - 40px);padding:12px 16px;border:none;border-radius:6px;font-size:1rem;outline:none;min-width:250px}.newsletter .newsletter__form button{border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#000;background:#fff;display:flex;justify-content:center;align-items:center}.newsletter .newsletter__form button svg{fill:#000;width:80%;height:80%}.newsletter .legal-text{font-size:.85rem;line-height:1.4}.newsletter .legal-text a{text-decoration:underline}.newsletter .newsletter__success{margin-top:1rem;font-weight:500;color:#f2e9d8}.newsletter #popup-overlay .newsletter__form input{background:#f2e9d8}@media(max-width: 768px){.newsletter #popup-overlay .newsletter__form input{min-width:unset;width:90%;max-width:unset}}.newsletter #popup-overlay .newsletter__success{color:#ffa700}#popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:999;display:none;justify-content:center;align-items:center;opacity:0;transition:opacity .4s ease}#popup-overlay.active{display:flex;opacity:1}#popup-overlay #popup-content{background:#fff;padding:20px;display:flex;gap:0px;width:80%;max-width:900px;position:relative;transform:scale(0.85);opacity:0;transition:all .4s ease}@media(max-width: 768px){#popup-overlay #popup-content{width:calc(100% - 40px);max-width:250px;padding:0;display:flex;flex-wrap:wrap;justify-content:center}}#popup-overlay #popup-content.show{transform:scale(1);opacity:1}#popup-content>div{width:50%;color:#000;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center}@media(max-width: 768px){#popup-content>div{width:100%}}#popup-close{position:absolute;top:-18px;right:-18px;background:#f2e9d8;color:#000;border:none;width:40px;height:40px;border-radius:100%;cursor:pointer;font-size:16px;font-weight:bolder;z-index:3}.popup-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-left{position:relative}@media(max-width: 768px){.popup-right{padding:10px}}.popup-right h2{font-size:20px}@media(max-width: 768px){.popup-right h2{font-size:14px}}.popup-right p{font-size:14px;margin-top:0}@media(max-width: 768px){.popup-right p{font-size:10px;padding:0 8px}}