.vpop-popup{position:fixed;inset:0;display:none;justify-content:center;align-items:center;z-index:999999;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.vpop-popup.is-active{display:flex}.vpop-popup__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .55)}.vpop-popup__box{position:relative;width:min(620px, 92vw);background:#fff;border-radius:10px;padding:40px;max-height:90vh;overflow:auto;z-index:2;box-shadow:0 12px 40px rgb(0 0 0 / .25);font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.vpop-popup__close{position:absolute;right:15px;top:10px;font:inherit;font-size:34px;line-height:1;border:0;background:none;cursor:pointer;color:inherit;padding:0}.vpop-popup__close:focus-visible{outline:2px solid #2271b1;outline-offset:2px}.vpop-popup__title{margin:0 0 12px;font-family:inherit;font-size:1.5rem;line-height:1.3}.vpop-popup__intro{margin:0 0 20px;font-family:inherit}.vpop-popup__form :where(input,textarea,select,button,label,p,span,a,li){font-family:inherit}.vpop-popup__form :where(input,textarea,select,button){max-width:100%;font:inherit}body.vpop-scroll-lock{overflow:hidden}@media (max-width:480px){.vpop-popup__box{padding:28px 20px}}