/* A flex page frame keeps the footer at the bottom on short pages. */
html,body{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}.site-footer{display:block!important;width:100%;max-width:none!important;margin-top:auto!important;margin-right:0!important;margin-bottom:0!important;margin-left:0!important;padding:0!important;background:#061a2b;color:#c9d7de;border:0}.site-footer .footer-inner{width:calc(100% - 56px);max-width:1280px;margin:0 auto;padding:46px 0 36px;display:grid;grid-template-columns:minmax(250px,2fr) repeat(2,minmax(140px,1fr)) minmax(205px,1.15fr);gap:44px}.site-footer .footer-brand>a{display:inline-block;color:#fff;font-size:26px;font-weight:900;letter-spacing:-.065em}.site-footer .footer-brand>a span{color:#67dc65}.site-footer .footer-brand p{max-width:290px;margin:11px 0 0;font-size:13px;line-height:1.65;color:#92aab6}.site-footer nav.footer-column{display:grid;align-content:start;gap:10px}.site-footer .footer-column h2{margin:1px 0 6px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#67dc65}.site-footer .footer-column a{font-size:14px;line-height:1.35;color:#d5e1e5;transition:color .18s}.site-footer .footer-column a:hover,.site-footer .footer-bottom a:hover{color:#8aef87}.site-footer .footer-live{align-self:start;padding:17px 18px;border:1px solid rgba(183,244,92,.22);border-radius:11px;background:rgba(255,255,255,.035)}.site-footer .footer-live strong{font-size:14px;color:#fff}.site-footer .footer-live p{font-size:12px;line-height:1.55;color:#92aab6;margin:7px 0 0}.site-footer .live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#67dc65;box-shadow:0 0 0 4px rgba(103,220,101,.13);margin:0 8px 1px 2px}.site-footer .footer-bottom{width:calc(100% - 56px);max-width:1280px;margin:0 auto;padding:17px 0 20px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:#78919e}.site-footer .footer-bottom a{flex:0 0 auto;color:#d5e1e5;font-weight:700}@media(max-width:760px){.site-footer .footer-inner{width:calc(100% - 36px);grid-template-columns:1fr 1fr;padding:34px 0 28px;gap:27px 20px}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-live{grid-column:1/-1}.site-footer .footer-bottom{width:calc(100% - 36px);padding:15px 0 18px}.site-footer .footer-bottom span{max-width:215px}}
@media(min-width:761px){.site-footer .footer-inner,.site-footer .footer-bottom{max-width:1120px}}
