#popupContainer{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:none;justify-items:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:99}#popupWA{background-color:#fff;border-radius:16px;box-shadow:0 0 10px rgba(0,0,0,.1);max-width:640px;padding:16px;z-index:9999}#popupWA .popupInner{align-items:center;display:flex;gap:24px}#popupWA .popupInner h5{align-items:center;color:#1f2937;display:flex;letter-spacing:.03rem;line-height:normal;text-transform:uppercase}#popupWA .popupInner h3{font-size:24px}#popupWA .popupInner p{font-size:16px}#popupWA .dot-pulse{background:#24d466;border-radius:50%;height:10px;margin-right:6px;position:relative;width:10px}#popupWA .dot-pulse:before{animation:pulse2 2s ease 0s infinite}#popupWA .dot-pulse:after,#popupWA .dot-pulse:before{background:#24d466;border-radius:50%;content:"";display:block;height:10px;left:0;position:absolute;top:0;width:10px}#popupWA .dot-pulse:after{animation:pulse 2s ease 0s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}80%{opacity:0;transform:scale(2.5)}to{opacity:0;transform:scale(3)}}@keyframes pulse2{0%{opacity:1;transform:scale(1)}30%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.popupLeft a img{max-width:200px}.popupLeft{flex:1}.popupRight{flex:1.3}@media(max-width:600px){#popupWA{max-width:320px}#popupWA .popupInner{flex-direction:column}}