.popup-overlay{align-items:center;background:rgba(0,0,0,.6);display:none;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.popup-box{background:#fff;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.35);display:flex;flex-direction:column;max-width:100%;overflow:hidden;position:relative;width:540px}.popup-box:before{background-image:var(--bg-url);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:block;height:var(--hero-height);width:100%}.popup-close-btn-newsletter{position:absolute;right:20px;top:20px;z-index:3}.popup-box h2{font-size:22px;font-weight:600;margin:16px 20px 6px;padding-right:24px}.popup-box p{color:rgba(34,34,34,.85);font-size:.95rem;margin:0 20px 16px}.popup-form{display:flex;flex-direction:column;gap:12px;padding:0 20px 24px}.popup-form input[type=email]{border:2px solid #333;font-size:15px;padding:14px;width:100%}.newsletter-borrowed{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:18px;padding:14px 40px 14px 14px;position:relative;transition:.25s ease}.form-success-overlay{align-items:center;background:hsla(0,0%,100%,.85);border-radius:8px;display:none;inset:0;justify-content:center;position:absolute;z-index:10}.success-content{animation:fadeInScale .4s ease forwards;bottom:40%;opacity:0;text-align:center;transform:scale(.9)}.success-content p{color:#222;font-size:16px;font-weight:600;margin-top:12px}.checkmark{stroke:green;stroke-width:3;stroke-miterlimit:10;height:60px;width:60px}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:green;animation:stroke .6s forwards}.checkmark-check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s .6s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes fadeInScale{to{opacity:1;transform:scale(1)}}
