.fade-enter-active,.fade-leave-active{transition:opacity .3s ease,transform .3s ease}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(-10px)}header{transition:all .2s cubic-bezier(.445,.05,.55,.95)}header.sticky{padding-bottom:.25rem;padding-top:.25rem}@media (min-width:768px){header.sticky{height:50px}}header.sticky{background-color:#fff;left:0;position:fixed;right:0;top:0;transition:all .2s cubic-bezier(.445,.05,.55,.95);width:100%;z-index:9999}header.sticky .logo-pic{height:25px}@media (min-width:768px){header.sticky .logo-pic{height:25px}}.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;height:88px;padding-bottom:0;padding-top:0}}header.sticky .header-desktop{border-style:none;height:auto}.mt-30px{margin-top:90px}@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}
