.modal{position:fixed;top:0;right:0;left:0;z-index:1050;display:flex;height:100%;width:100%;overflow:hidden;padding:4rem 1.25rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.modal-enter-from .modal,.modal-leave-to .modal{transform:scale(1.1)}@media(min-width:768px){.modal{inset:0}}@media not all and (min-width:1024px){.modal{padding-top:1rem;padding-bottom:1rem}}.modal__container{display:flex;height:100%;width:100%;justify-content:center;overflow-y:auto;overflow-x:hidden;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,1,1)}.modal__content{position:relative;z-index:50;width:100%}.modal__body{margin-top:auto;margin-bottom:auto;width:100%;max-width:1000px}.modal__close{position:fixed;right:1.25rem;top:1.25rem;z-index:51;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.modal__close:hover{--tw-text-opacity:1;color:rgb(207 69 32/var(--tw-text-opacity))}.modal__icon{height:2.5rem;width:2.5rem}.modal__overlay{position:fixed;inset:0;z-index:40;background-color:#0009}.modal-open{position:fixed;inset:0;height:100%;overflow:hidden}.modal__last-trigger{position:absolute;left:-9999;z-index:-9999;opacity:0}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}
