:where(.InterstitialDialog_content__0QFJC){--local-border-radius:var(--border-radius,var(--r-radius-xl));--local-background-color:var(--background-color,var(--r-color-white));--local-box-shadow:var(--box-shadow,var(--r-shadows-xxlarge));--local-width:var(--width,90vw);--local-max-width:var(--max-width,30rem);--local-max-height:var(--max-height,85vh);--local-padding:var(--padding,1.5rem);--local-close-top:var(--close-top,1rem);--local-close-bottom:var(--close-top,1rem)}.InterstitialDialog_content__0QFJC{position:fixed;z-index:var(--r-zindex-modal);top:50%;left:50%;overflow:hidden;width:var(--local-width);max-width:var(--local-max-width);max-height:var(--local-max-height);border-radius:var(--r-radius-xl);background-color:var(--r-color-white);animation:InterstitialDialog_contentShow__jfAr9 .15s cubic-bezier(.16,1,.3,1);transform:translate(-50%,-50%);box-shadow:var(--r-shadows-xxlarge);overflow-y:auto}@media(min-width:600px){.InterstitialDialog_content__0QFJC{grid-template-columns:1fr;display:grid;align-items:center}}.InterstitialDialog_overlay__mcjZj{background-color:var(--r-color-gray-120);position:fixed;inset:0;opacity:.4;animation:InterstitialDialog_overlayShow__HTIcK .5s cubic-bezier(.16,1,.3,1);z-index:var(--r-zindex-modal-backdrop)}.InterstitialDialog_close__BzxLS{all:unset;position:absolute;top:var(--local-close-top);right:var(--local-close-top);cursor:pointer;color:var(--r-color-gray-100)}.InterstitialDialog_close__BzxLS:focus,.InterstitialDialog_close__BzxLS:hover{color:var(--r-color-gray-120)}.InterstitialDialog_sr-only__h7lAj{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.InterstitialDialog_body__bBTkm{padding:3rem;display:grid;grid-gap:.5rem;gap:.5rem;text-align:center}.InterstitialDialog_body__bBTkm a{margin:1rem auto 0;max-width:min-content;white-space:nowrap}.InterstitialDialog_logo__nzuB4{margin-bottom:1rem}.InterstitialDialog_image__3MprJ{object-fit:cover;background-color:var(--r-color-gray-10)}@media(max-width:599px){.InterstitialDialog_image__3MprJ{display:none}}.InterstitialDialog_list__JeqNS{list-style:disc;padding-left:1.5rem;margin-top:.5rem;margin-bottom:1.5rem}.InterstitialDialog_link__tRgco{margin-top:.5rem}@keyframes InterstitialDialog_overlayShow__HTIcK{0%{opacity:0}to{opacity:.4}}@keyframes InterstitialDialog_contentShow__jfAr9{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}