.custom-popup-overlay{align-items:center;background:rgba(0,0,0,.55);box-sizing:border-box;display:none;height:100%;justify-content:center;left:0;padding:1.25rem;position:fixed;top:0;width:100%;z-index:9999}.custom-popup-box{animation:popupFadeIn .3s ease;background:#fff;border-radius:.875rem;box-shadow:0 1.25rem 3.75rem -.9375rem rgba(0,0,0,.3);max-width:30rem;padding:2.5rem 1.875rem 1.875rem;position:relative;text-align:center;transform-origin:center;width:100%}.custom-popup-close{background:transparent;border:none;color:#555;cursor:pointer;font-size:1.75rem;line-height:1;position:absolute;right:.875rem;top:.75rem;transition:color .2s ease}.custom-popup-close:hover{color:#000}.custom-popup-content h2{color:#222;font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.custom-popup-content p{color:#555;font-size:1rem;line-height:1.6;margin:0}.custom-popup-content .popup-button{margin-top:1.5rem}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.92) translateY(.625rem)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:576px){.custom-popup-box{border-radius:.75rem;max-width:100%;padding:2.188rem 1.25rem 1.563rem}.custom-popup-content h2{font-size:1.5rem}.custom-popup-content p{font-size:.938rem}.custom-popup-close{font-size:1.5rem;right:.75rem;top:.625rem}}