.form-popup{background-color:rgba(60,60,63,.8);display:none;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}.form-popup__form{background-color:#2c2c2f;height:auto;left:50%;max-height:calc(100vh - 6rem);max-width:640px;padding:1rem;position:absolute;top:3rem;transform:translateX(-50%);z-index:3}.form-popup__form-content{max-height:calc(100vh - 9rem);overflow:auto}.form-popup__close{display:block;text-align:right}.form-popup__form-wrapper{height:100%;overflow-y:auto}.form-popup.visible{display:block}.form-popup form .hs-richtext{margin-bottom:1.5rem}.form-popup .submitted-message{text-align:center}.form-popup .submitted-message p{font-size:1rem}@media only screen and (min-width:768px){.form-popup__form{padding:1.3rem 1rem 3rem 2.5rem}.form-popup .submitted-message,.form-popup__form-content{display:block;padding-right:1.5rem}.form-popup .submitted-message p{font-size:1.2rem}}@media only screen and (min-width:992px){.form-popup__form{max-height:calc(100vh - 11.5rem);top:6.5rem}.form-popup__form-content{max-height:calc(100vh - 16rem)}}@media only screen and (max-width:678px){.form-popup__form{background-color:#2c2c2f;height:auto;left:10%;max-height:calc(100vh - 6rem);max-width:640px;padding:1rem;position:absolute;top:3rem;transform:translateX(-5%);z-index:3}}