.header,.header__content{height:var(--headerHeight)}.header__content{position:fixed;background:var(--cardBackground);box-shadow:0 2px 5px 0 rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap;transition:background .2s,top .75s cubic-bezier(.25,.46,.45,.94);width:100%;top:0;left:0;z-index:99;-webkit-user-select:none;user-select:none;padding:0 24px}.header__logo{width:auto;padding:10px}.header__logo img{display:block;height:auto}.header__nav{display:flex;height:100%;flex-flow:row nowrap;align-items:center;margin-left:auto}.header__nav>*{margin-left:12px;padding:12px 32px;border-radius:12px;font-size:18px;font-weight:700;line-height:1.4}.modal-overlay.blocking~.header{filter:saturate(.3);pointer-events:none;cursor:default}@media (max-width:1139px){.header__nav>*{font-size:16px;padding:8px 16px;border-radius:8px}}@media (max-width:670px){.header__content{padding:0 16px}.header__nav>*{font-size:14px;margin-left:8px;padding:4px 14px}}