.popup__content{background:#fff;border:20px solid #26bad4;border-radius:0 0 0 20px;margin:120px auto 0;max-width:545px;padding:4rem;position:relative;width:100%}.popup .popup__content:after,.popup .popup__content:before{content:"";display:block;position:absolute}.popup .popup__content:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath fill='%2326bad4' d='M19.311 40H0V19.311h19.311V0H40v40Z' data-name='Union 8'/%3E%3C/svg%3E");height:40px;left:0;top:0;transform:translate(-100%,-100%);width:40px}.popup .popup__content:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='20'%3E%3Cpath fill='%2326bad4' d='M0 0h40v20H0z' data-name='Rectangle 153'/%3E%3C/svg%3E");bottom:0;height:20px;right:0;transform:translate(100%,100%);width:40px}.popup{background-color:rgba(0,0,0,.8);height:100%;left:0;opacity:0;overflow:auto;padding-bottom:4rem;padding-top:4rem;position:fixed;top:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,z-index 0s linear ease-in-out .3s;visibility:hidden;width:100%;z-index:-1}.popup--show{opacity:1;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,z-index 0s linear 0s;visibility:visible;z-index:10}.button--show-popup{border:none;width:fit-content}.pop-up-form #show_popup:hover{cursor:pointer}.popup__content form.hs-form{padding:3rem}.popup__content form.hs-form fieldset{max-width:100%}.popup .popup__close{position:absolute;right:-60px;top:-20px}.popup .popup__close:hover{cursor:pointer}.popup__close:hover{display:block;transform:scale(1);transition:transform .3s ease-in-out}.reset-button{appearance:none;background-color:transparent;border:0;padding:0}.popup__title{margin:0 auto;padding-top:3rem}.popup__content .actions,.popup__title{text-align:center}@media (max-width:640px){.popup__content .popup__close{left:49%;top:-5rem}}@media (max-width:600px){.popup__content{width:90%}.popup__content h3{width:100%}}