.popup-form__overlay{display:none}.popup-form__overlay.active{align-items:center;background-color:rgba(33,33,33,.85);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.popup-form{height:100%;max-height:80vh;overflow:scroll;position:relative;z-index:11}.popup-form--close{align-items:center;display:flex;height:30px;justify-content:center;position:absolute;right:2rem;top:2rem;width:30px}.popup-form--close:hover{cursor:pointer}.popup-form__inner{width:100%}.popup-form__inner--center{text-align:center}.popup-form__inner--center>div{align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.popup-form__form{padding:0 4rem}.popup-form__form-title{margin-bottom:1.7em}.popup-form__form form{margin:3rem 0 0}.popup-form__form form.hs-form.hs-form.hs-form input.hs-button{display:block;margin-left:auto;margin-right:auto}@media only screen and (max-width:767px){.popup-form{max-height:60vh;overflow:auto}}