@keyframes rotate{to{transform:rotate(1turn)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@layer components{.global-header{--headerHeight: 56px;height:var(--headerHeight);width:100%;top:0;position:-webkit-sticky;position:sticky;display:flex;justify-content:space-between;align-items:center;background:var(--theme-neutral-light);transition:height .3s ease-in-out;z-index:50;border-bottom:1px solid var(--theme-border-light);box-shadow:0 5px 10px #00000005;padding-left:.5rem}.global-header__root{align-self:stretch;width:100%}@media only screen and (min-width: 768px){.global-header{--headerHeight: 69px}}.global-header .main-menu-desktop__toggle{margin-bottom:0}}
