.Modal_modalOverlay__06aRl{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:Modal_growOut__LeZQK .3s ease-in-out}@keyframes Modal_growOut__LeZQK{0%{opacity:0}to{opacity:1}}@keyframes Modal_zoom___t8Z6{0%{transform:scale(.82);opacity:0}70%{transform:scale(1.045);opacity:1}to{transform:scale(1)}}.Modal_modalContent__X7B0G{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;animation:Modal_zoom___t8Z6 .5s ease-in-out;margin:10px 40px}.Modal_closeButton__dy2w3{position:absolute;top:18px;right:18px;background:none;border:none;font-size:1.5rem;cursor:pointer;background-color:#fff;border-radius:20px;display:flex;align-items:center;padding:6px;box-sizing:border-box;width:30px;height:30px;z-index:2;border:1px solid hsla(0,0%,47%,.212)}.Modal_closeButton__dy2w3 svg{width:28px;height:28px}@media (max-width:768px){.Modal_closeButton__dy2w3 svg{width:20px;height:20px}.Modal_closeButton__dy2w3{right:5%}.Modal_modalContent__X7B0G{margin:0 14px}}