.globalNav{position:fixed;top:60px;left:0;right:0;z-index:9998;background:var(--brand);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 6px rgba(20,40,70,.12)}.globalNav_list{display:flex;align-items:center;gap:3px;list-style:none;max-width:1200px;height:38px;margin:0 auto;padding:0 20px}.globalNav_link{display:inline-flex;align-items:center;height:28px;padding:0 13px;color:#fff;font-size:13px;font-weight:600;line-height:1;letter-spacing:.02em;text-decoration:none;border-radius:6px;white-space:nowrap;transition:background .15s ease}.globalNav_link:hover{background:hsla(0,0%,100%,.14)}.globalNav_link.is_active{background:hsla(0,0%,100%,.22);font-weight:700}@media (max-width:600px){.globalNav{display:none}}