@import "https://fonts.googleapis.com/css?family=Roboto:900&display=swap";
.page{background-color:#fff;font-family:Roboto,sans-serif}.loader{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:35rem;height:100vh;margin:auto;padding:0 1rem;display:flex;position:relative;overflow:visible}.wait{margin:5rem 0}.iata_code{color:#0b17f0;flex-shrink:0;font-size:clamp(3rem,12vw,6rem);line-height:1}.departure_city{left:0}.arrival_city{right:0}.plane{text-align:center;pointer-events:none;justify-content:center;align-items:center;width:100%;margin:auto;display:flex;position:absolute;left:0;right:0}.plane-img{max-width:85%;height:auto;animation:2.5s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.earth{aspect-ratio:1;background:url(/images/earth.gif) 0 0/200%;border:1px solid #cdd1d3;border-radius:100%;flex-shrink:0;width:clamp(120px,30vw,180px);height:auto;margin:0 auto;animation:12s linear infinite earthAnim}@keyframes earthAnim{0%{background-position-x:0}to{background-position-x:-200%}}
