@media screen and (max-width:980px){.inverse{display:flex;flex-direction:column-reverse}}#sticky-header-wrap{position:fixed;top:0;left:0;right:0;z-index:99999;transform:translateY(0);transition:transform .35s ease;will-change:transform}#sticky-header-wrap.nav-up{transform:translateY(calc(-1 * var(--header-h,120px)))}#sticky-header-wrap.nav-down{transform:translateY(0)}body{padding-top:var(--header-h,120px)}body.admin-bar #sticky-header-wrap{top:32px}@media (max-width:782px){body.admin-bar #sticky-header-wrap{top:46px}}