.thank-you-popup{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.thank-you-popup.hidden{display:none}.popup-content{background:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:2rem;position:relative;text-align:center}.popup-content h2{color:#425b76;font-family:Lato,sans-serif;margin-bottom:1rem}.popup-content button.close-popup{align-items:center;background:#0073e6;border:none;border-radius:50000px;color:#fff;cursor:pointer;display:flex;font-size:14px;height:30px;justify-content:center;line-height:0;padding:0;position:absolute;right:-10px;top:-10px;width:30px}@media (max-width:600px){.popup-content{padding:1rem;width:90%}}