/* One wordmark across page headers, navigation dialogs and footers. */
.brand{gap:12px}
.brand>img{width:30px;height:30px;flex-shrink:0}
.brand>span{font-family:"NE Header Unbounded",sans-serif;font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em;white-space:nowrap}
.brand>span{display:inline-flex;align-items:center;height:1em;flex-shrink:0}
.brand .brand-wordmark{display:block;width:9.45em;height:1em;max-width:none;flex-shrink:0}
.header-inner .brand{width:auto;max-width:none}
@media(max-width:700px){.mobile-brand>span{font-size:16px}}
@media(max-width:400px){.mobile-brand>span{font-size:14px}}
@media(max-width:370px){.header-inner .mobile-brand{gap:8px}.mobile-brand>span{font-size:12.5px}.mobile-brand>img{width:26px;height:26px}}

/* Hide the page scrollbar without disabling wheel, touch or keyboard scrolling. */
html,body{scrollbar-width:none;-ms-overflow-style:none}
html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}
