body:has(.modal.open){overflow:hidden}.modal{animation:modal-fadein .2s;background-color:rgba(0,0,0,.5);bottom:0;display:none;flex-direction:column;height:100vh;justify-content:center;left:0;padding:0!important;position:fixed;right:0;top:0;width:100vw;z-index:1000}.modal.open{display:flex}.modal>div{background-color:var(--white);max-width:1240px;padding:0 4px;position:relative;z-index:1010}.modal>div>div{height:100vh;overflow-x:hidden;overflow-y:auto;padding:64px 16px!important}.modal>div>div::-webkit-scrollbar{-webkit-appearance:none;width:4px}.modal>div>div::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:4px;margin-bottom:24px;margin-left:-8px;margin-top:24px}.modal>div>div::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:4px}.modal>div>div::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}.modal-header{position:absolute;right:16px;top:16px;z-index:1010}.modal-close{background-color:var(--white);background-image:url(https://funnel.io/hubfs/Icons/icon-cross-black.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:24px;border-radius:50%;height:48px;text-align:center;transition:all .2s;width:48px}.modal-close:hover{background-image:url(https://funnel.io/hubfs/Icons/icon-cross-white.svg);cursor:pointer}.modal-close:active,.modal-close:hover{background-color:var(--black)}.modal-button{display:flex}@media only screen and (min-width:48em){.modal{padding:20px!important}.modal>div{border-top-left-radius:24px}.modal>div>div{height:auto;max-height:calc(100vh - 80px);padding:64px 24px 40px!important}}@keyframes modal-fadein{0%{opacity:0}to{opacity:1}}