.fade-enter-active,.fade-leave-active{transition:opacity .3s ease,transform .3s ease}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(-10px)}.site-header{background-color:#fff;position:sticky;top:0;transition:box-shadow .25s ease;z-index:50}.site-header.scrolled{box-shadow:0 4px 20px #12081c0f}.header-desktop{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1rem;padding-top:1rem}@media(min-width:768px){.header-desktop{flex-direction:row;padding-bottom:0;padding-top:0}}.header-desktop{height:auto;transition:height .25s cubic-bezier(.445,.05,.55,.95)}@media(min-width:768px){.header-desktop{height:80px}.site-header.scrolled .header-desktop{height:52px}}.logo-pic{transition:height .25s cubic-bezier(.445,.05,.55,.95)}.site-header.scrolled .logo-pic{height:24px}@media(min-width:768px){.site-header.scrolled .logo-pic{height:24px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutScale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.animate-fadeInScale{animation:fadeInScale .3s ease-out forwards}.animate-fadeOutScale{animation:fadeOutScale .3s ease-in forwards}
