.Modal_overlay__vdCzd{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(32,19,13,.62);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:24px 16px;animation:Modal_fadeIn__W8Wgw .2s ease-in-out}.Modal_modal__6EYgB{position:relative;background:transparent;width:100%;max-width:min(1300px,calc(100vw - 32px));display:flex;flex-direction:column;align-items:stretch;justify-content:center;animation:Modal_slideUp__1b1bZ .3s ease-in-out;max-height:calc(100vh - 48px);overflow:auto}@media (max-width:767.98px){.Modal_overlay__vdCzd{padding:16px 12px;align-items:flex-end}.Modal_modal__6EYgB{max-width:100%;width:100%;align-items:stretch;max-height:calc(100vh - 32px)}}@keyframes Modal_fadeIn__W8Wgw{0%{opacity:0}to{opacity:1}}@keyframes Modal_slideUp__1b1bZ{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.close-button{position:absolute;top:18px;right:18px;width:44px;height:44px;padding:0;border:1px solid hsla(0,0%,100%,.22);border-radius:50%;background:hsla(0,0%,100%,.12);color:#fffaf6;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:background .2s,border-color .2s,transform .2s}.close-button svg{width:18px;height:18px}.close-button:hover{background:hsla(0,0%,100%,.22);border-color:hsla(0,0%,100%,.4);transform:scale(1.04)}@media(max-width:767.98px){.close-button{top:12px;right:12px;width:40px;height:40px}}