.popupForm{display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}.popupForm__lightbox{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.7);display:flex;height:100vh;justify-content:center;width:100vw}.popupForm__wrapper{background:#fff;margin:auto;max-width:600px;padding:2.5rem;position:relative;width:100%}.popupForm__close{font-size:18px;position:absolute;right:20px;top:10px}.popupForm__close:hover{text-decoration:none}.popupForm__form .submitted-message{text-align:center}i.popupForm__exit{color:#ca4f00;cursor:pointer;display:none;font-size:27px;left:0;margin:10px 12px;position:absolute;top:0}i.popupForm__exit.active{display:block}.popupForm__wrapper h3{margin-bottom:0;margin-top:0;text-align:left;text-transform:none}.popupForm__wrapper>p{letter-spacing:1px;margin-bottom:8px}.popupForm__form{margin-top:1rem}.popupForm__form .hs_submit.hs-submit{margin-top:2rem}