.Modal_modalOverlay__UmymV{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;overflow-y:auto;overflow-x:hidden}.Modal_modalContent__iuf_a{position:relative;background:var(--color-bg);width:100%;max-width:min(900px,100%);max-height:90vh;overflow-y:auto;overflow-x:hidden;min-width:0;border-radius:0;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);margin:auto}.Modal_closeButton__fZ_vf{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:var(--color-text);z-index:10;transition:color .2s ease;border-radius:0}.Modal_closeButton__fZ_vf:hover{color:var(--color-text-muted)}.Modal_closeButton__fZ_vf:focus{outline:2px solid var(--color-brand-500);outline-offset:2px}.Modal_modalBody___sGFK{padding:0;overflow-y:auto;overflow-x:hidden;min-width:0;max-height:calc(90vh - 100px)}.Modal_modalBody___sGFK .Modal_legalPage__oLSrs{min-height:auto;padding:60px 40px 40px;background:var(--color-bg)}.Modal_modalBody___sGFK .Modal_container___JlCW{max-width:100%;margin:0;padding:0}@media (max-width:768px){.Modal_modalOverlay__UmymV{padding:10px}.Modal_modalContent__iuf_a{max-height:95vh}.Modal_modalBody___sGFK{padding:0}.Modal_modalBody___sGFK .Modal_legalPage__oLSrs{padding:50px 24px 24px}.Modal_closeButton__fZ_vf{top:15px;right:15px;padding:6px}}