.modal-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(3px);background:rgba(132,154,135,.7)}.modal-content{position:relative;max-width:100%;background-color:#fff;padding:3rem 6rem!important}.title{font-family:Inter,sans-serif;font-size:32px}