.popup__container{-webkit-animation:fadeIn .75s cubic-bezier(0,0,.15,1);animation:fadeIn .75s cubic-bezier(0,0,.15,1);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1001}.popup__background-tint{background-color:rgba(0,0,0,.24);border:0;height:100%;left:0;outline:0;position:absolute;top:0;transition:all .35s cubic-bezier(0,0,.15,1);width:100%;z-index:-1}.popup__background-tint:focus,.popup__background-tint:hover{background-color:rgba(0,0,0,.16)}.popup__content{background-color:#fff;height:auto;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 60px)}.popup__content form{box-shadow:none !important}.popup__content-wrapper{max-height:95vh;overflow-x:hidden;overflow-y:auto;position:relative}.popup__content-wrapper iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (max-width:600px){.popup__content-wrapper{max-height:90vh}}.popup__close-button{border:0;cursor:pointer;height:20px;outline:0;padding:0;position:absolute;right:-28px;top:0;width:20px}.popup__close-button,.popup__close-button:focus,.popup__close-button:hover{background-color:transparent}.popup__close-button svg{height:100%;width:100%}.popup__insertable-content-wrapper{display:none}