:root{--brand-blue:#00a0d0;--brand-white:#ffffff;--brand-black:#111111;--max-width:1120px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--brand-white);color:var(--brand-black);font-family:Century Gothic,Futura,Trebuchet MS,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}@keyframes float1010{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes assemble1010{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes rise1010{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-emblem{display:inline-block;line-height:0;animation:assemble1010 1s ease-out both}.hero-emblem svg{width:clamp(112px,16vw,152px);height:auto;animation:float1010 6s ease-in-out 1s infinite}.rise{opacity:0;animation:rise1010 .7s ease-out forwards}@media (prefers-reduced-motion:reduce){.hero-emblem,.hero-emblem svg,.rise{animation:none!important;opacity:1!important;transform:none!important}}