.header{position:fixed;top:0;left:0;width:100%;height:80px;background-color:#fff;padding:0 20px;color:#000;display:flex;justify-content:space-between;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 10px rgba(0,0,0,.2);transition:all .3s ease-in-out}.header .logo{display:inline-block;height:auto;max-width:100%;object-fit:contain;cursor:default}.header .nav{display:flex;gap:20px;list-style:none;margin-left:auto}.header .nav li{margin-left:20px}.header .nav li a{color:#fff;text-decoration:none;font-size:1rem;transition:all .3s ease-in-out}.header .nav li a:hover{text-decoration:underline}.header button{background:rgba(0,0,0,0);color:#040404;padding:10px 20px;font-size:16px;cursor:pointer;border:none;transition:all .3s ease-in-out}.header button:hover{text-decoration:underline}@media(max-width:768px){.header .lang,.header .nav{display:none}.header .lang button{color:#fff}}.mobile-navbar{position:static;z-index:1100}@media(min-width:769px){.mobile-navbar{display:none}}.mobile-navbar .menu-toggle{position:fixed;top:20px;right:20px;background:none;border:none;color:#111;cursor:pointer;font-size:24px;padding:8px;z-index:1101}.mobile-navbar .mobile-menu{position:fixed;top:0;right:-100vw;width:70vw;max-width:300px;height:100vh;background:#fff;padding:0;transition:right .3s ease-in-out;z-index:1100;box-shadow:-4px 0 10px rgba(0,0,0,.3)}.mobile-navbar .mobile-menu,.mobile-navbar .mobile-menu ul{margin:0;display:flex;flex-direction:column;align-items:center}.mobile-navbar .mobile-menu ul{list-style:none;width:100%;justify-content:center;padding:42px 0 0;gap:40px}.mobile-navbar .mobile-menu ul li{color:#111;font-size:20px;padding:10px 0;border-bottom:1px solid #333;text-align:center;width:100%;cursor:pointer;font-family:Horizontal,sans-serif}.mobile-navbar .mobile-menu .menu__social{padding-top:12vh;display:flex;gap:20px}.mobile-navbar .mobile-menu .menu__social a{color:#111;text-decoration:none;transition:color .3s ease}.mobile-navbar .mobile-menu .menu__social a svg{width:30px;height:30px}.mobile-navbar .mobile-menu.open{right:0}.mobile-navbar .mobile-menu .language-switcher{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;padding-top:20px;width:100%}.mobile-navbar .mobile-menu .language-switcher button{display:flex;align-items:center;justify-content:center;gap:8px;background:none;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;padding:10px 0;width:100%}.mobile-navbar .mobile-menu .language-switcher button img{width:24px;height:auto}.footer{background-color:#111;color:#f0f0f0;padding:40px 20px;font-size:.95rem;text-align:center;position:relative;z-index:1000}.footer .footer__content{max-width:1200px;margin:0 auto;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer .footer__brand,.footer .footer__content{align-items:center;display:flex;flex-direction:row}.footer .footer__brand{text-align:left}.footer .footer__brand img{width:120px;margin-bottom:10px}.footer .footer__brand p{margin:0;font-size:.85rem;color:#aaa}.footer .footer__links,.footer .footer__social{list-style:none;display:flex;gap:15px;flex-wrap:wrap;padding:0}.footer .footer__links a,.footer .footer__social a{color:#fff;text-decoration:none;transition:color .3s ease}.footer .footer__links a:hover,.footer .footer__social a:hover{color:#fff;text-decoration:underline}@media(max-width:768px){.footer .footer__content{flex-direction:column;text-align:center}.footer .footer__brand{text-align:center}}@keyframes scroll-logos{0%{background-position-y:0}to{background-position-y:100%}}.logo-bar{position:fixed;top:0;width:70px;height:100%;background-image:url(/img/whiteemblem.png);background-repeat:repeat-y;background-size:100px 100px;background-position-x:center;background-color:#111;pointer-events:none;opacity:0;animation:scroll-logos 30s linear infinite;z-index:900}.logo-bar.left{left:0}.logo-bar.right{right:0}@media(max-width:1024px){.logo-bar{display:none}}