.form-popup__box{border-radius:.5rem;border-style:solid;border-width:2px;padding:2rem}.form-popup__popup-wrapper{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;opacity:0;padding:2rem;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.form-popup__popup-wrapper.is-open{display:flex;opacity:1;visibility:visible}.form-popup__popup{background-color:#fff;border-radius:.5rem;max-height:calc(100vh - 4rem);max-width:800px;overflow-y:scroll;position:relative}.form-popup__popup-close{position:absolute;right:1rem;top:1rem}.form-popup__popup-columns{display:flex;flex-direction:row;flex-wrap:wrap}.form-popup__popup-image-col{align-items:center;display:flex;justify-content:center;padding:2rem;width:100%}.form-popup__popup-image-col img{height:auto;max-width:100%}.form-popup__popup-content-col{padding:2rem;width:100%}@media (max-width:767px){.form-popup__popup-wrapper{padding:1rem}.form-popup__popup{max-height:calc(100vh - 2rem)}.form-popup__popup-close{right:.75rem;top:.75rem}.form-popup__popup-close svg{height:1rem;width:auto}.form-popup__popup-columns{flex-direction:column-reverse}.form-popup__popup-content-col{margin-bottom:2rem}}@media (min-width:768px){.form-popup__popup-content-col,.form-popup__popup-image-col{width:50%}}body.popup--open{overflow:hidden}