.footer{background-color:var(--main-gray);color:var(--main-blue);display:flex;justify-content:left;margin-top:10px;width:100%}.footer-content{align-items:center;display:flex;justify-content:space-between;margin-left:50px;margin-right:20px;max-width:1600px;padding:50px 15px;width:100%}.footer-left{align-items:flex-start;display:flex;flex-direction:column;gap:10px}.footer .other-logo-image{margin-left:-20px}.footer-info{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}.footer-link{color:var(--main-white);text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--link-color)}@media(max-width:640px){.footer-content{align-items:flex-start;flex-direction:column;gap:20px;justify-content:space-between;margin-left:20px;margin-right:10px}}.header{background:var(--main-white);border-bottom:1px solid var(--main-blue);display:flex;justify-content:left;position:fixed;top:0;width:100%;z-index:100}.header .container{align-items:center;display:flex;height:40px;justify-content:space-between;margin-left:50px;margin-right:20px;max-width:1600px;padding:15px;width:100%}.header-offset{padding-top:70px}.header .logo{color:var(--main-gray);display:flex;font-size:1.5rem;font-weight:700;justify-content:center;text-decoration:none}.header .other-logo-image{margin-left:-20px}.other-logo-image{animation:reveal 3s forwards;-webkit-mask-image:linear-gradient(90deg,#000,#000);mask-image:linear-gradient(90deg,#000,#000);-webkit-mask-position:left;mask-position:left;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:0 100%;mask-size:0 100%;opacity:0}@keyframes reveal{0%{-webkit-mask-size:0 100%;mask-size:0 100%;opacity:0}to{-webkit-mask-size:100% 100%;mask-size:100% 100%;opacity:1}}.nav{display:flex;gap:1.5rem}.nav-item{color:var(--main-gray);font-weight:500;position:relative;text-decoration:none}.nav-item.active{color:var(--link-other-color)}.nav-item.active:after{background:var(--link-other-color);bottom:-4px;content:"";height:2px;left:0;position:absolute;width:100%}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:16px;justify-content:space-between;width:22px}.menu-toggle .bar{background:var(--main-gray);border-radius:1px;height:2px;width:100%}@media(max-width:768px){.header .container{margin-left:20px;margin-right:10px}.menu-toggle{display:flex}.nav{background:#fff;border-bottom:1px solid #eee;border-left:1px solid #eee;flex-direction:column;position:absolute;right:0;top:64px;transform:translate(100%);transition:transform .3s ease;width:200px}.nav.open{transform:translate(0)}.nav-item{border-bottom:1px solid #f1f1f1;padding:1rem}.other-logo-image{height:40px;margin-left:-10px}.footer-logo,.header-logo{height:40px}}.notification-popup{align-items:center;background:#222;border-radius:10px;color:#fff;display:flex;font-size:15px;justify-content:center;opacity:.95;padding:15px 20px;position:fixed;right:30px;top:10px;width:400px;z-index:9999}@media(max-width:480px){.notification-popup{right:10px;width:calc(100% - 60px)}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}
