div[role=dialog]{display:flex;position:fixed;inset:0;z-index:22}div[role=dialog][aria-hidden=true]{display:none}div[role=dialog]>div:first-child{position:fixed;inset:0;background-color:#00000073;animation:fade-in .2s both}div[role=dialog]>div:nth-child(2){background-color:#fff;margin:auto;z-index:2;position:relative;animation:fade-in .4s .2s both,slide-up .4s .2s both;padding:1em;max-width:90%;width:600px;min-height:50%;border-radius:2px;text-align:left;background-color:#060e28;border:8px solid rgb(240,85,55)}@media screen and (min-width: 700px){div[role=dialog]>div:nth-child(2){padding:2em}}@keyframes fade-in{0%{opacity:0}}@keyframes slide-up{0%{transform:translateY(10%)}}div[role=dialog] h1{margin:0;font-size:1.25em}div[role=dialog] p[role=heading]{text-align:center;font-size:18px}div[role=dialog] ul{margin-top:2px;text-align:left;color:#000}div[role=dialog]>div:nth-child(2)>button{position:absolute;top:.5em;right:.5em;border:0;padding:0;background-color:transparent;font-weight:700;font-size:1.25em;width:1.2em;height:1.2em;text-align:center;cursor:pointer;transition:.15s}@media screen and (min-width: 700px){div[role=dialog]>div:nth-child(2)>button{top:1em;right:1em;color:#fff}}div[role=dialog] h1{font-size:1.6em;line-height:1.1}div[role=dialog] h1 span{color:#e50050}div[role=dialog] h1,div[role=dialog] h2{font-family:ESPI Slab,sans-serif;margin-bottom:0}div[role=dialog] .link-like,div[role=dialog] a{color:#2984c2}div[role=dialog] .link-like:hover,div[role=dialog] .link-like:active,div[role=dialog] a:hover,div[role=dialog] a:active{color:#e50050}div[role=dialog] .link-like{background-color:transparent;text-decoration:underline;border:0;margin:0;padding:0;font:inherit;cursor:pointer}
