body > header.header .menu-toggle {display:none!important}
body > header.header .nav a:focus-visible,body > header.header .menu-toggle:focus-visible{outline:2px solid #14a8e0!important;outline-offset:6px}
@media(max-width:1000px){
 body > header.header{position:absolute!important;inset:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:100px!important;padding:12px 24px!important;z-index:1000!important;box-sizing:border-box!important}
 body > header.header > a.logo{width:76px!important;height:76px!important;flex:0 0 76px!important;margin:0!important}
 body > header.header > a.logo img{width:76px!important;height:76px!important;max-width:76px!important;max-height:76px!important;object-fit:contain!important}
 body > header.header .menu-toggle{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:48px!important;height:48px!important;padding:10px!important;border:1px solid rgba(255,255,255,.4)!important;border-radius:0!important;background:#111!important;color:#fff!important;cursor:pointer!important;margin:0!important;z-index:2!important}
 body > header.header .menu-toggle span{display:block!important;width:24px!important;height:2px!important;background:#fff!important;margin:0!important;transition:transform .2s,opacity .2s}
 body > header.header.site-menu-open{background:#111!important}
 body > header.header.site-menu-open .menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
 body > header.header.site-menu-open .menu-toggle span:nth-child(2){opacity:0}
 body > header.header.site-menu-open .menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
 body > header.header .nav{display:none!important;position:absolute!important;inset:100px 0 auto!important;width:100%!important;height:auto!important;max-height:calc(100dvh - 100px)!important;overflow-y:auto!important;box-sizing:border-box!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;margin:0!important;padding:12px 24px 24px!important;background:#111!important;box-shadow:0 20px 30px rgba(0,0,0,.25)!important}
 body > header.header.site-menu-open .nav{display:flex!important}
 body > header.header .nav a{display:block!important;padding:16px 0!important;min-height:48px!important;color:#fff!important;font-size:15px!important;line-height:1.4!important;letter-spacing:.05em!important;border-bottom:1px solid #333!important;text-decoration:none!important}
 body > header.header .nav a:hover,body > header.header .nav a[aria-current=page]{color:#14a8e0!important}
}
@media(prefers-reduced-motion:reduce){body > header.header .menu-toggle span{transition:none}}
