.dialog_root__6jmbt{--ratio:3.74;border:none!important;
    /* !important is needed here to override polyfill CSS, if loaded */border-radius:calc(5px * var(--ratio)) calc(5px * var(--ratio)) 0 0;position:fixed;max-height:95dvh;width:100%;max-width:100%;top:auto;right:auto;left:auto;bottom:0;opacity:0}.dialog_root__6jmbt[open]{opacity:1;animation:dialog_moveFromBottomFade__jB6fh .4s ease both}.dialog_root__6jmbt[open]::-webkit-backdrop{background-color:var(--primary-black,#171e25);opacity:.5;animation:none}.dialog_root__6jmbt[open]::backdrop{background-color:var(--primary-black,#171e25);opacity:.5;animation:none}@media screen and (min-width:768px){.dialog_root__6jmbt{left:50%;top:50%;transform:translate(-50%,-50%);border-radius:calc(5px * var(--ratio));max-width:50%;max-height:75%;min-height:auto}.dialog_root__6jmbt[open]{animation:none}}@keyframes dialog_fade-in__9_3oH{0%{opacity:0}to{opacity:.5}}@keyframes dialog_fade-out__MiSIL{0%{opacity:1}to{opacity:0}}@keyframes dialog_moveFromTopFade__ZKfoX{0%{opacity:.3;transform:translateY(-100%)}}@keyframes dialog_moveFromBottomFade__jB6fh{0%{opacity:.3;transform:translateY(100%)}}