@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";#root{margin:0 auto;text-align:center}.layout{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.fixed-logo{position:fixed;top:53px;right:53px;z-index:1000;height:auto}.fixed-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 5px white)}.content{width:100vw;height:100vh}@media (max-width: 480px){.fixed-logo{top:24px;left:50%;transform:translate(-50%);right:unset}}.copyright{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;color:#183859;font-size:clamp(4pt,2vw,8pt);white-space:nowrap;font-family:myriad-pro,sans-serif;font-weight:600;font-style:normal}.loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fffc;z-index:9999}.loader{width:48px;height:48px;border:5px solid #a8004a;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:FrutigerNeueLT;src:url(./FrutigerNeueLT-ExtraBlack-XfWs-R2H.ttf) format("truetype");font-weight:900;font-style:normal}:root{font-family:Lexend,sans-serif;font-optical-sizing:auto;font-weight:900;font-style:normal}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
