@media (max-width: 560px){
  .site-header{height:143px}
  .nav-inner{height:100%;width:calc(100% - 32px);display:flex;flex-wrap:wrap;align-content:flex-start}
  .brand{height:75px}
  .header-cta,.mobile-menu{display:none}
  .main-nav{order:3;display:flex;position:static;width:100%;height:68px;margin:0;align-items:center;justify-content:space-around;gap:0;flex-direction:row;border:0;padding:0;background:transparent;box-shadow:none}
  .main-nav a{height:68px;flex:1;justify-content:center;font-size:16px}
  .main-nav a.active:after{left:calc(50% - 17px);right:calc(50% - 17px);height:3px}
  .download-hero{padding-top:48px}
}
