.popup-container{align-items:center;background:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.popup-content{border-radius:8px;display:inline-block;overflow:hidden;position:relative}.popup-content>img{display:block;height:100%;object-fit:cover;width:100%}.popup-overlay-content{align-items:flex-start;bottom:10%;color:#fff;display:flex;flex-direction:column;justify-content:center;left:8%;position:absolute;right:8%;top:10%}.popup-overlay-content h3{font-size:18px;font-weight:400;margin-bottom:.5rem}.popup-overlay-content h2{color:#ff89d7;font-size:32px;font-weight:700;margin-bottom:1.5rem;max-width:90%}.popup-button{align-items:center;background-color:#ff0a6c;border-radius:50px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.popup-button:hover{background-color:#d4085a}.close-popup{background:hsla(0,0%,100%,.2);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;padding:.4rem .8rem;position:absolute;right:1rem;top:1rem;transition:background .3s ease}.close-popup:hover{background:hsla(0,0%,100%,.4)}.popup-image-desktop{display:block}.popup-image-mobile{display:none!important}@media (max-width:767px){.popup-image-desktop{display:none!important}.popup-image-mobile{display:block!important}.popup-content{height:auto;max-width:380px;width:90%}.popup-overlay-content{align-items:flex-start;bottom:8%;left:6%;right:6%;top:8%}.popup-overlay-content h3{font-size:.85rem}.popup-overlay-content h2{font-size:1.25rem;margin-bottom:1rem;max-width:90%}.popup-button{font-size:.9rem;padding:.6rem 1.2rem}.close-popup{font-size:.8rem;right:.7rem;top:.7rem}}@media (max-width:480px){.popup-overlay-content h2{font-size:1.1rem}.popup-button{font-size:.85rem}}