.footer{background-color:var(--bg-secondary,#1a1a1a);color:var(--text-primary,#ffffff);padding:3rem 0 1rem;margin-top:auto;justify-content:center;transition:all .3s ease;border-top:1px solid var(--border,#333333);align-items:center}[data-theme=dark] .footer,[data-theme=light] .footer{background-color:var(--bg-secondary);color:var(--text-primary);border-top-color:var(--border)}.footer__container{max-width:1200px;padding:0 1rem}@media(min-width:820px){.footer__container{padding:0 2rem}}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width:820px){.footer__content{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.footer__content{gap:1rem}}.footer__section:first-child{grid-column:span 1}@media(min-width:1024px){.footer__section:first-child{grid-column:span 2}}@media(max-width:820px){.footer__section,.footer__section:first-child{text-align:center}}.footer__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary,#3498db);transition:color .3s ease}@media(max-width:820px){.footer__title{font-size:1.3rem}}@media(max-width:480px){.footer__title{font-size:1.2rem}}.footer__subtitle{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary,#ffffff);transition:color .3s ease}@media(max-width:820px){.footer__subtitle{font-size:1rem;margin-bottom:.75rem}}@media(max-width:480px){.footer__subtitle{font-size:.95rem}}.footer__description{color:var(--text-secondary,#cccccc);line-height:1.6;margin-bottom:1rem;transition:color .3s ease}@media(max-width:820px){.footer__description{font-size:.95rem;padding:0 8rem}}@media(max-width:480px){.footer__description{font-size:.9rem;padding:0 16rem}}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.5rem}@media(max-width:480px){.footer__list li{margin-bottom:.4rem}}@media(max-width:820px){.footer__list{display:flex;flex-direction:column;align-items:center;gap:.5rem}}.footer__link{color:var(--text-secondary,#cccccc);text-decoration:none;transition:color .3s ease,transform .2s ease;display:inline-block;position:relative}.footer__link:focus,.footer__link:hover{color:var(--primary,#3498db);transform:translateX(3px)}.footer__link:focus{outline:2px solid var(--primary,#3498db);outline-offset:2px;border-radius:2px}.footer__link:focus:not(:focus-visible){outline:none}.footer__link:focus-visible{outline:2px solid var(--primary,#3498db);outline-offset:2px}.footer__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--primary,#3498db);transition:width .3s ease}.footer__link:focus:after,.footer__link:hover:after{width:100%}@media(max-width:820px){.footer__link:hover{transform:none}}.footer__contact{display:flex;flex-direction:column;gap:.75rem}@media(max-width:820px){.footer__contact{align-items:center;text-align:center}}.footer__contact-item{display:flex;flex-direction:column;gap:.25rem;color:var(--text-secondary,#cccccc);transition:color .3s ease}@media(min-width:769px){.footer__contact-item{flex-direction:row;align-items:center;gap:.5rem}}@media(max-width:820px){.footer__contact-item{align-items:center}}.footer__contact-label{font-weight:600;color:var(--text-primary,#ffffff);min-width:60px;transition:color .3s ease}@media(max-width:820px){.footer__contact-label{font-size:.9rem}}@media(max-width:480px){.footer__contact-label{font-size:.85rem}}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:2px solid #b8b8b8;flex-wrap:wrap;gap:1rem}@media(max-width:820px){.footer__bottom{flex-direction:column;text-align:center;gap:1.5rem}}.footer__social{display:flex;gap:1rem;align-items:center}@media(max-width:480px){.footer__social{gap:.75rem}}.footer__social-link{gap:.5rem;color:var(--text-secondary,#cccccc);text-decoration:none;padding:.5rem;border-radius:8px;transition:all .3s ease;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0)}.footer__social-link:focus,.footer__social-link:hover{color:var(--primary,#3498db);background-color:var(--bg-primary,#ffffff);border-color:var(--border,#333333);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow,rgba(0,0,0,.15))}.footer__social-link:focus{outline:2px solid var(--primary,#3498db);outline-offset:2px}.footer__social-link:focus:not(:focus-visible){outline:none}.footer__social-link:focus-visible{outline:2px solid var(--primary,#3498db);outline-offset:2px}.footer__social-link svg{width:20px;height:20px;transition:transform .3s ease}@media(max-width:480px){.footer__social-link svg{width:18px;height:18px}}.footer__social-link span{font-size:.9rem;font-weight:500}@media(max-width:820px){.footer__social-link span{display:none}}.footer__social-link:hover svg{transform:scale(1.1)}@media(max-width:820px){.footer__social-link{padding:.75rem;border-radius:50%}.footer__social-link:hover{transform:translateY(-3px) scale(1.05)}}.footer__legal{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}@media(max-width:820px){.footer__legal{flex-direction:column;gap:1rem;text-align:center}}.footer__copyright{color:var(--text-secondary,#cccccc);font-size:.9rem;margin:0;transition:color .3s ease}@media(max-width:480px){.footer__copyright{font-size:.85rem}}.footer__legal-links{display:flex;gap:1.5rem;align-items:center}@media(max-width:480px){.footer__legal-links{gap:1rem;flex-wrap:wrap;justify-content:center}}.footer__legal-links .footer__link{font-size:.9rem}@media(max-width:480px){.footer__legal-links .footer__link{font-size:.85rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .footer{background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(26,26,26,.95) 100%)}[data-theme=dark] .footer .footer__social-link:hover{background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .footer .footer__title{text-shadow:0 2px 4px rgba(52,152,219,.3)}[data-theme=light] .footer{background:linear-gradient(135deg,var(--bg-secondary) 0,rgba(248,249,250,.95) 100%)}[data-theme=light] .footer .footer__social-link:hover{background-color:rgba(52,152,219,.1)}@media(max-width:820px){[dir=rtl] .footer__contact-item{flex-direction:column-reverse;align-items:center}}[dir=rtl] .footer__contact-label{margin-right:0}@media(max-width:820px){[dir=rtl] .footer__contact-label{margin-left:0;margin-right:0}}[dir=rtl] .footer__link:hover{transform:translateX(-3px)}[dir=rtl] .footer__link:after{left:auto;right:0}@media(min-width:769px){[dir=rtl] .footer__bottom,[dir=rtl] .footer__legal,[dir=rtl] .footer__social{flex-direction:row-reverse}}[dir=rtl] .footerlogos-slider{direction:ltr}@media print{.footer{background:#fff!important;color:#000!important;border-top:1px solid #ccc!important;padding:1rem 0!important;page-break-inside:avoid}.footer__social{display:none!important}.footer__link{color:#333!important;text-decoration:underline!important}.footer__link:after{display:none!important}.footer__title{color:#000!important;text-shadow:none!important}.footer__contact-label,.footer__subtitle{color:#333!important}.footer__copyright,.footer__description{color:#666!important}.footer__bottom{border-top:1px solid #b8b8b8!important}}@media(prefers-reduced-motion:reduce){.footer *{animation:none!important;transition:none!important}.footer__link:hover,.footer__social-link:hover,.footer__social-link:hover svg{transform:none!important}}@media(prefers-contrast:high){.footer{border-top:2px solid var(--border,#ffffff)!important}.footer__link,.footer__social-link{border:1px solid var(--border,#ffffff)!important}.footer__link:focus,.footer__link:hover,.footer__social-link:focus,.footer__social-link:hover{background-color:var(--primary,#ffffff)!important;color:var(--bg-primary,#000000)!important}.footer__title{color:var(--primary,#ffffff)!important}.footer__contact-label,.footer__subtitle{color:var(--text-primary,#ffffff)!important}.footer__copyright,.footer__description{color:var(--text-secondary,#cccccc)!important}.footer__bottom{border-top:2px solid #b8b8b8!important}}.footer__skip-link{position:absolute;top:-40px;left:6px;background:var(--primary,#3498db);color:var(--primary-foreground,#ffffff);padding:8px;text-decoration:none;border-radius:4px;transition:top .3s ease}.footer__skip-link:focus{top:6px}.footer__link:focus-within,.footer__social-link:focus-within{outline:2px solid var(--primary,#3498db);outline-offset:2px;border-radius:4px}.footer__social-link{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.footer__link,.footer__social-link{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.footer__section{transform:translateZ(0)}.footer__link,.footer__social-link{will-change:transform,color,background-color}.footer__social-link svg{will-change:transform}@media(hover:hover)and (pointer:fine){.footer__link,.footer__social-link{transition:all .3s ease}.footer__social-link:hover{animation:pulse .6s ease-in-out}}@media(hover:none)and (pointer:coarse){.footer__link,.footer__social-link{padding:.75rem .5rem;margin:.25rem 0;border-radius:8px;background-color:hsla(0,0%,100%,.05)}.footer__link:hover,.footer__social-link:hover{transform:none}.footer__link:active,.footer__social-link:active{transform:scale(.98);background-color:hsla(0,0%,100%,.1)}.footer__social-link{padding:1rem;min-width:48px;min-height:48px;justify-content:center}}@media(min-width:1400px){.footer{padding:4rem 0 2rem}.footer__container{max-width:1400px;padding:0 3rem}.footer__content{gap:3rem;margin-bottom:3rem}.footer__title{font-size:1.75rem}.footer__subtitle{font-size:1.25rem}.footer__description{font-size:1.05rem}.footer__social-link{padding:.75rem 1rem}.footer__social-link svg{width:22px;height:22px}.footer__social-link span{font-size:1rem}}@media(min-width:1920px){.footer__container{max-width:1600px}.footer__content{gap:4rem}}@media(max-width:360px){.footer{padding:2rem 0 1rem}.footer__container{padding:0 .75rem}.footer__content{gap:1rem}.footer__title{font-size:1.1rem}.footer__subtitle{font-size:.9rem}.footer__description{font-size:.85rem}.footer__social-link{padding:.5rem}.footer__social-link svg{width:16px;height:16px}.footer__legal-links{gap:.75rem}}@media(max-height:500px)and (orientation:landscape){.footer{padding:1.5rem 0 .75rem}.footer__content{gap:1rem;margin-bottom:1rem}.footer__bottom{padding-top:1rem}.footer__section{text-align:left}.footer__description{font-size:.85rem;line-height:1.4}}@supports(container-type:inline-size){.footer{container-type:inline-size}@container (max-width: 820px){.footer__content{grid-template-columns:1fr}.footer__bottom{flex-direction:column}.footer__social-link span{display:none}}@container (max-width: 480px){.footer__social{gap:.5rem}.footer__legal-links{gap:.75rem}}}@supports(padding:max(0px)){.footer__container{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:max(1rem,env(safe-area-inset-bottom))}@media(min-width:820px){.footer__container{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right));padding-bottom:max(1rem,env(safe-area-inset-bottom))}}}.footer{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.footer *{box-sizing:border-box}.footer__section{min-height:120px}@media(max-width:820px){.footer__section{min-height:auto}}.footer::-webkit-scrollbar{width:8px;height:8px}.footer::-webkit-scrollbar-track{background:var(--bg-secondary,#1a1a1a)}.footer::-webkit-scrollbar-thumb{background:var(--border,#333333);border-radius:4px}.footer::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground,#666666)}.footer.animate-on-scroll .footer__section{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.footer.animate-on-scroll.in-view .footer__section{opacity:1;transform:translateY(0)}.footer.animate-on-scroll.in-view .footer__section:first-child{transition-delay:.1s}.footer.animate-on-scroll.in-view .footer__section:nth-child(2){transition-delay:.2s}.footer.animate-on-scroll.in-view .footer__section:nth-child(3){transition-delay:.3s}.footer.animate-on-scroll.in-view .footer__section:nth-child(4){transition-delay:.4s}.footer.animate-on-scroll .footer__bottom{opacity:0;transform:translateY(20px);transition:opacity .6s ease .5s,transform .6s ease .5s}.footer.animate-on-scroll.in-view .footer__bottom{opacity:1;transform:translateY(0)}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.footer__social-link svg{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.footer{position:relative;z-index:10}.footer__link,.footer__social-link{position:relative;z-index:1}.footer__skip-link{z-index:1000}.footer{isolation:isolate}.footer *,.footer :after,.footer :before{box-sizing:border-box}.footer__social-link{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.footer__container{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-reduced-motion:no-preference){.footer__link,.footer__social-link{will-change:transform,color,background-color}.footer__social-link svg{will-change:transform}}.footer{--footer-bg:var(--bg-secondary);--footer-text:var(--text-primary);--footer-text-muted:var(--text-secondary);--footer-primary:var(--primary);--footer-border:var(--border);--footer-shadow:var(--shadow);background-color:var(--footer-bg);color:var(--footer-text);border-top-color:var(--footer-border)}.footer__title{color:var(--footer-primary)}.footer__contact-label,.footer__subtitle{color:var(--footer-text)}.footer__copyright,.footer__description{color:var(--footer-text-muted)}.footer__link,.footer__social-link{color:var(--footer-text-muted);border-color:var(--footer-border)}.footer__link:focus,.footer__link:hover,.footer__social-link:focus,.footer__social-link:hover{color:var(--footer-primary)}.footer__bottom{border-top-color:#b8b8b8}@media(min-width:2560px){.footer{padding:5rem 0 2rem}.footer__container{max-width:1800px;padding:0 4rem}.footer__title{font-size:2.5rem}.footer__subtitle{font-size:1.5rem}.footer__description{font-size:1.2rem}.footer__social-link{padding:1rem 1.5rem}.footer__social-link svg{width:24px;height:24px}.footer__social-link span{font-size:1.1rem}.footer__content{gap:4rem}}.footer__logos-section{margin-bottom:3rem;padding:2rem 0;border-bottom:1px solid var(--border,#333333);overflow:hidden}@media(max-width:820px){.footer__logos-section{margin-bottom:2rem;padding:1.5rem 0}}.footer__logos-title{text-align:center;font-size:1.2rem;font-weight:600;margin-bottom:2rem;color:var(--text-primary,#ffffff);transition:color .3s ease}@media(max-width:820px){.footer__logos-title{font-size:1.1rem;margin-bottom:1.5rem}}.footer__logos-slider{width:100%;overflow:hidden;position:relative}.footer__logos-slider:after,.footer__logos-slider:before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.footer__logos-slider:before{left:0;background:linear-gradient(to right,var(--bg-secondary,#1a1a1a) 0,var(--bg-secondary,#1a1a1a) 10%,transparent 100%)}.footer__logos-slider:after{right:0;background:linear-gradient(to left,var(--bg-secondary,#1a1a1a) 0,var(--bg-secondary,#1a1a1a) 10%,transparent 100%)}.footer__logos-track{display:flex;align-items:center;width:max-content;animation:infiniteLogoScroll 20s linear infinite}.footer__logos-track:hover{animation-play-state:paused}.footer__logo-item{flex-shrink:0;width:140px;height:70px;margin:0 2rem;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border-radius:8px;padding:.75rem;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.1)}.footer__logo-item:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}@media(max-width:820px){.footer__logo-item{width:110px;height:55px;margin:0 1.5rem;padding:.5rem}}@media(max-width:480px){.footer__logo-item{width:90px;height:45px;margin:0 1rem;padding:.4rem}}.footer__logo-image{width:auto!important;height:auto!important;max-width:100%;max-height:100%;object-fit:contain;filter:brightness(.8) contrast(1.2);transition:all .3s ease}.footer__logo-item:hover .footer__logo-image{filter:brightness(1) contrast(1);transform:scale(1.05)}[data-theme=dark] .footer__logo-image{filter:brightness(1.2) contrast(1.1) invert(1)}[data-theme=light] .footer__logo-image{filter:brightness(.7) contrast(1.2)}@keyframes infiniteLogoScroll{0%{transform:translateX(0)}to{transform:translateX(-25%)}}@media(max-width:1200px){.footer__logos-track{animation-duration:35s}}@media(max-width:820px){.footer__logos-track{animation-duration:30s}}@media(max-width:480px){.footer__logos-track{animation-duration:25s}}@media(prefers-reduced-motion:reduce){.footer__logos-track{animation:none!important}.footer__logos-slider:after,.footer__logos-slider:before{display:none!important}.footer__logo-item{animation:none!important}}[data-theme=dark] .footer__logos-section{border-bottom-color:#333}[data-theme=dark] .footer__logos-title{color:#fff}[data-theme=dark] .footer__logo-item{background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.08)}[data-theme=dark] .footer__logo-item:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15)}[data-theme=dark] .footer__logos-slider:before{background:linear-gradient(90deg,#1a1a1a 0,#1a1a1a 10%,transparent)}[data-theme=dark] .footer__logos-slider:after{background:linear-gradient(270deg,#1a1a1a 0,#1a1a1a 10%,transparent)}[data-theme=light] .footer__logos-section{border-bottom-color:#8b8b8b;background:hsla(0,0%,100%,.02)}[data-theme=light] .footer__logos-title{color:#333}[data-theme=light] .footer__logo-item{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.2)}[data-theme=light] .footer__logo-item:hover{background:rgba(0,0,0,.08);border-color:rgba(0,0,0,.15)}[data-theme=light] .footer__logos-slider:before{background:linear-gradient(90deg,#ffffff 0,#ffffff 10%,transparent)}[data-theme=light] .footer__logos-slider:after{background:linear-gradient(270deg,#ffffff 0,#ffffff 10%,transparent)}[dir=rtl] .footer__logos-track{animation-name:infiniteLogoScroll}[dir=rtl] .footer__logos-slider:before{right:0;left:auto;background:linear-gradient(to left,var(--bg-secondary,#1a1a1a) 0,var(--bg-secondary,#1a1a1a) 10%,transparent 100%)}[dir=rtl] .footer__logos-slider:after{left:0;right:auto;background:linear-gradient(to right,var(--bg-secondary,#1a1a1a) 0,var(--bg-secondary,#1a1a1a) 10%,transparent 100%)}@keyframes infiniteLogoScrollRTL{0%{transform:translateX(0)}to{transform:translateX(25%)}}@media(prefers-contrast:high){.footer__logo-item{background:#000!important;border:2px solid #fff!important}.footer__logo-image{filter:contrast(2) brightness(1.2)!important}.footer__logos-slider:after,.footer__logos-slider:before{display:none!important}}@media print{.footer__logos-section{display:none!important}}.footer__logos-track{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.footer__logo-item,.footer__logos-track{transform:translateZ(0);contain:layout style paint}.footer__logo-item{will-change:transform,background-color}.footer__logo-image{will-change:transform,filter;transform:translateZ(0)}.footer__logos-slider:hover .footer__logos-track{animation-play-state:paused}.footer__logos-slider:hover .footer__logo-item{transform:translateY(-2px)}.footer__logos-slider:hover .footer__logo-item:hover{transform:translateY(-4px) scale(1.05)}.footer__logo-item:focus-within{outline:2px solid hsla(0,0%,100%,.8);outline-offset:2px;background:hsla(0,0%,100%,.15)}@supports(container-type:inline-size){.footer{container-type:inline-size}@container (max-width: 820px){.footer__logo-item{width:100px;height:50px;margin:0 1.2rem}.footer__logos-track{animation-duration:28s}}@container (max-width: 480px){.footer__logo-item{width:80px;height:40px;margin:0 .8rem}.footer__logos-track{animation-duration:22s}}}.footer__logo-item{opacity:0;animation:logoFadeIn .6s ease-out forwards}.footer__logo-item:first-child{animation-delay:0s}.footer__logo-item:nth-child(2){animation-delay:.05s}.footer__logo-item:nth-child(3){animation-delay:.1s}.footer__logo-item:nth-child(4){animation-delay:.15s}.footer__logo-item:nth-child(5){animation-delay:.2s}.footer__logo-item:nth-child(6){animation-delay:.25s}.footer__logo-item:nth-child(7){animation-delay:.3s}.footer__logo-item:nth-child(8){animation-delay:.35s}.footer__logo-item:nth-child(9){animation-delay:.4s}.footer__logo-item:nth-child(10){animation-delay:.45s}.footer__logo-item:nth-child(11){animation-delay:.5s}.footer__logo-item:nth-child(12){animation-delay:.55s}.footer__logo-item:nth-child(13){animation-delay:.6s}.footer__logo-item:nth-child(14){animation-delay:.65s}.footer__logo-item:nth-child(15){animation-delay:.7s}.footer__logo-item:nth-child(16){animation-delay:.75s}.footer__logo-item:nth-child(17){animation-delay:.8s}.footer__logo-item:nth-child(18){animation-delay:.85s}.footer__logo-item:nth-child(19){animation-delay:.9s}.footer__logo-item:nth-child(20){animation-delay:.95s}.footer__logo-item:nth-child(21){animation-delay:1s}.footer__logo-item:nth-child(22){animation-delay:1.05s}.footer__logo-item:nth-child(23){animation-delay:1.1s}.footer__logo-item:nth-child(24){animation-delay:1.15s}.footer__logo-item:nth-child(25){animation-delay:1.2s}.footer__logo-item:nth-child(26){animation-delay:1.25s}.footer__logo-item:nth-child(27){animation-delay:1.3s}.footer__logo-item:nth-child(28){animation-delay:1.35s}.footer__logo-item:nth-child(29){animation-delay:1.4s}.footer__logo-item:nth-child(30){animation-delay:1.45s}.footer__logo-item:nth-child(31){animation-delay:1.5s}.footer__logo-item:nth-child(32){animation-delay:1.55s}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.footer__logos-track{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:1rem;gap:1rem;animation:none!important;width:100%!important}.footer__logo-item{margin:0!important;animation:logoFadeIn .6s ease-out forwards!important;opacity:1!important}.footer__logos-slider:after,.footer__logos-slider:before{display:none!important}}.footer__logos-section,.footer__logos-slider{isolation:isolate}@supports(padding:max(0px)){.footer__logos-section{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}@media(max-width:820px){.footer__logos-section{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}}@media(max-width:1024px){.footer{padding:2.5rem 0 1.5rem}.footer__container{max-width:820px;padding:0 1.5rem}.footer__content{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.footer__section:first-child{grid-column:span 2}.footer__section:nth-child(2),.footer__section:nth-child(3){grid-column:span 1}.footer__title{font-size:1.4rem}.footer__subtitle{font-size:1.05rem}.footer__description{font-size:.95rem;line-height:1.5}.footer__social-link{padding:.6rem .8rem}.footer__social-link svg{width:19px;height:19px}.footer__social-link span{font-size:.85rem}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}.footer__legal{gap:1.5rem}.footer__logos-section{margin-bottom:2.5rem;padding:1.75rem 0}.footer__logo-item{width:120px;height:60px;margin:0 1.75rem}.footer__logos-track{animation-duration:32s}}@media(max-width:820px){.footer{padding:2rem 0 1.5rem}.footer__content{grid-template-columns:repeat(1,1fr);margin-bottom:2rem}.footer__section:first-child,.footer__section:nth-child(2),.footer__section:nth-child(3){grid-column:span 1}.footer__title{font-size:1.4rem}.footer__subtitle{font-size:1.05rem}.footer__description{font-size:1rem;line-height:1.5}.footer__social-link{padding:.6rem .8rem}.footer__social-link svg{width:19px;height:19px}.footer__social-link span{font-size:.85rem}.footer__bottom{flex-direction:column;align-items:center;gap:1.5rem}.footer__legal{gap:1.5rem}.footer__logos-section{margin-bottom:2.5rem;padding:1.75rem 0}.footer__logo-item{width:120px;height:60px;margin:0 1.75rem}.footer__logos-track{animation-duration:32s}}.navbar{transition:1.8s}.fullpage-container{height:100vh;overflow:hidden;position:relative;transition:1.8s}.fullpage-container.mobile-scroll{overflow-y:auto;height:100vh}.fullpage-container.mobile-scroll .sections-container{position:relative;height:auto;transform:none!important}.fullpage-container.mobile-scroll .fullpage-section{position:relative;min-height:100vh;opacity:1}.fullpage-container.mobile-scroll .fullpage-section.mobile-section{display:block}.fullpage-container.normal-scroll{overflow-y:auto;height:100vh}.fullpage-container.normal-scroll .sections-container{position:relative}.fullpage-container.allow-scroll .fullpage-section.scrollable{overflow-y:auto;height:100vh}.fullpage-container.allow-scroll .fullpage-section.scrollable .footer-container{margin-top:2rem}.sections-container{position:fixed;top:0;left:0;width:100%;height:100vh}.mobile-scroll .sections-container{position:relative;height:auto}.fullpage-section{height:100vh;width:100%;position:relative;display:flex;flex-direction:column;opacity:.8;transition:opacity .6s ease}.fullpage-section.active{opacity:1}.fullpage-section.footer-section{min-height:100vh;height:auto}.fullpage-section.mobile-section{opacity:1;min-height:100vh;height:auto}.fullpage-section>*{flex:1 1;display:flex;flex-direction:column}.home-page .navbar__logo,[data-theme=dark] .home-page .navbar__logo,[data-theme=dark] body.home-page .navbar__logo,[data-theme=light] .home-page .navbar__logo,[data-theme=light] body.home-page .navbar__logo,body.home-page .navbar__logo,html.home-page .navbar__logo{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.home-page .navbar__logo{transition:none!important}.section-navigation{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:.4rem;border-radius:2rem;padding:.4rem}.section-navigation.scroll-mode{opacity:.8}.section-navigation.mobile-nav{position:fixed;left:50%;bottom:2rem;right:auto;top:auto;transform:translateX(-50%);flex-direction:column;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 8px 32px rgba(0,0,0,.3);border-radius:2rem;padding:1rem;gap:.4rem}.section-navigation.mobile-nav .navigation-items{flex-direction:row;gap:.5rem}.section-navigation.mobile-nav .nav-item{padding:.8rem 1rem;border-radius:1.5rem}.section-navigation.mobile-nav .nav-item .nav-name{font-size:.6rem;color:hsla(0,0%,100%,.8);font-weight:400}.section-navigation.mobile-nav .nav-item:hover:not(:disabled){background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.section-navigation.mobile-nav .nav-item:hover:not(:disabled) .nav-name{color:var(--primary);font-weight:400}.section-navigation.mobile-nav .nav-item.active{background:rgba(var(--primary),.2);transform:translateY(-3px)}.section-navigation.mobile-nav .nav-item.active .nav-name{color:var(--primary);font-weight:400}.fullpage-container.mobile-scroll{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,0)}.fullpage-container.mobile-scroll::-webkit-scrollbar{width:6px}.fullpage-container.mobile-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.fullpage-container.mobile-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.navigation-progress{width:4px;height:200px;overflow:hidden;background:hsla(0,0%,100%,.1)}.navigation-progress,.progress-bar{border-radius:1.5px;position:relative}.progress-bar{width:100%;background:linear-gradient(135deg,var(--primary),#667eea);transition:height .8s cubic-bezier(.23,1,.32,1)}.progress-bar:after{content:"";position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px rgba(var(--primary),.5)}.navigation-progress-mobile{width:100%;height:4px;border-radius:2px;overflow:hidden;position:relative;background:hsla(0,0%,100%,.1);margin-top:.4rem}.progress-bar-mobile{height:100%;background:linear-gradient(90deg,var(--primary),#667eea);transition:width .8s cubic-bezier(.23,1,.32,1);border-radius:2px;position:relative}.progress-bar-mobile:after{content:"";position:absolute;top:50%;right:-3px;transform:translateY(-50%);width:6px;height:6px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px rgba(var(--primary),.5)}.navigation-items{display:flex;flex-direction:column;gap:.2rem}.nav-item{display:flex;align-items:center;gap:.41rem;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.4rem;border-radius:1rem;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;min-width:0;font-family:inherit}.nav-item:hover:not(:disabled){background:hsla(0,0%,100%,.1);transform:translateX(-5px)}.nav-item:hover:not(:disabled) .nav-dot{transform:scale(1.2)}.nav-item:hover:not(:disabled) .nav-name{color:var(--primary);font-weight:400}.nav-item.active{background:rgba(var(--primary),.1);transform:translateX(-8px)}.nav-item.active .nav-dot{background:var(--primary);transform:scale(1.3);box-shadow:0 0 15px rgba(var(--primary),.4)}.nav-item.active .nav-dot .nav-dot-inner{background:#fff;transform:scale(1)}.nav-item.active .nav-name{color:var(--primary);font-weight:800;font-size:.8rem}.nav-item:disabled{opacity:.4;cursor:not-allowed;transform:none}.nav-item:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nav-dot{width:12px;height:12px;border:2px solid hsla(0,0%,100%,.6);border-radius:50%;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1);flex-shrink:0}.mobile-nav .nav-dot{display:none}.nav-dot-inner{width:4px;height:4px;border-radius:50%;background:rgba(0,0,0,0);transition:all .3s cubic-bezier(.23,1,.32,1);transform:scale(0)}.mobile-nav .nav-dot-inner{display:none}.nav-name{font-size:.8rem;font-weight:400;color:rgba(240,240,240,.4);transition:all .3s cubic-bezier(.23,1,.32,1);white-space:nowrap;letter-spacing:.02em}[data-theme=dark] .navigation-progress,[data-theme=dark] .navigation-progress-mobile{background:hsla(0,0%,100%,.1)}[data-theme=dark] .nav-item:hover:not(:disabled){background:hsla(0,0%,100%,.05)}[data-theme=dark] .nav-item.active{background:rgba(var(--primary),.15)}[data-theme=dark] .nav-dot{border-color:hsla(0,0%,100%,.4)}[data-theme=dark] .nav-name{color:rgba(240,240,240,.4)}[data-theme=dark] .section-navigation.mobile-nav{background:hsla(0,0%,100%,0);border-color:rgba(0,0,0,0);box-shadow:0 8px 32px rgba(0,0,0,0)}[data-theme=dark] .section-navigation.mobile-nav .navigation-items{background:rgba(0,0,0,.4);border-radius:4rem;border-color:rgba(0,0,0,.4);box-shadow:0 8px 32px rgba(0,0,0,.4)}[data-theme=light] .navigation-progress,[data-theme=light] .navigation-progress-mobile{background:rgba(0,0,0,.1)}[data-theme=light] .nav-item:hover:not(:disabled){background:rgba(0,0,0,.08)}[data-theme=light] .nav-item.active{background:rgba(var(--primary),.1)}[data-theme=light] .nav-dot{border-color:rgba(0,0,0,.3)}[data-theme=light] .nav-name{color:rgba(80,80,80,.4)}[data-theme=light] .section-navigation.mobile-nav{background:hsla(0,0%,100%,0);border-color:rgba(0,0,0,0);box-shadow:0 8px 32px rgba(0,0,0,0)}[data-theme=light] .section-navigation.mobile-nav .navigation-items{background:hsla(0,0%,100%,.4);border-radius:4rem;border-color:rgba(0,0,0,.4);box-shadow:0 8px 32px rgba(0,0,0,.4)}@media(max-width:820px){.fullpage-container.mobile-scroll .fullpage-section{min-height:100vh;height:auto}.fullpage-container.mobile-scroll .fullpage-section:first-child{padding-top:0}.section-navigation.mobile-nav{bottom:1rem;padding:.75rem}.section-navigation.mobile-nav .nav-item{padding:.6rem .8rem}.section-navigation.mobile-nav .nav-item .nav-name{font-size:.6rem}}@media(max-width:480px){.section-navigation.mobile-nav{bottom:.5rem;padding:.4rem;border-radius:1.5rem}.section-navigation.mobile-nav .navigation-items{gap:.2rem;display:none}.section-navigation.mobile-nav .nav-item{padding:.2rem;border-radius:1rem}.section-navigation.mobile-nav .nav-item .nav-name{font-size:.48rem}}@media(max-width:820px)and (orientation:landscape){.section-navigation.mobile-nav{bottom:.5rem;padding:.5rem}.section-navigation.mobile-nav .nav-item{padding:.4rem .6rem}.section-navigation.mobile-nav .nav-item .nav-name{font-size:.65rem}}@media(hover:none)and (pointer:coarse){.section-navigation.mobile-nav .nav-item{padding:.75rem 1rem}.section-navigation.mobile-nav .nav-item:hover{transform:none;background:rgba(0,0,0,0)}.section-navigation.mobile-nav .nav-item:active{background:hsla(0,0%,100%,.1);transform:scale(.95)}.section-navigation.mobile-nav .nav-item.active{transform:none;background:rgba(var(--primary),.2)}.section-navigation.mobile-nav .nav-name{font-size:.75rem}}@media(prefers-contrast:high){.nav-dot{border-width:3px;border-color:#fff}.nav-name{color:#fff;font-weight:600}.nav-item.active .nav-dot{background:#fff;border-color:#fff}.nav-item.active .nav-name{color:#fff}[data-theme=light] .section-navigation.mobile-nav{background:hsla(0,0%,100%,.95);border-color:#000}[data-theme=light] .nav-dot{border-color:#000}[data-theme=light] .nav-name{color:#000}[data-theme=light] .nav-item.active .nav-dot{background:#000;border-color:#000}[data-theme=light] .nav-item.active .nav-name{color:#000}}@media(prefers-reduced-motion:reduce){.sections-container{transition:transform .3s ease!important}.fullpage-section,.nav-dot,.nav-dot-inner,.nav-item,.nav-name,.progress-bar,.progress-bar-mobile{transition:none!important;animation:none!important}.nav-item.active,.nav-item:hover:not(:disabled),.section-navigation.mobile-nav .nav-item.active,.section-navigation.mobile-nav .nav-item:hover:not(:disabled){transform:none}}.sections-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px;transform:translateZ(0)}.mobile-scroll .sections-container{-webkit-backface-visibility:visible;backface-visibility:visible;perspective:none;transform:none}.fullpage-section{transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.fullpage-section.mobile-section{transform-style:flat;-webkit-backface-visibility:visible;backface-visibility:visible;transform:none}.section-navigation{transform:translateZ(0)}.sections-container{transition-timing-function:cubic-bezier(.23,1,.32,1)}.mobile-scroll .sections-container{transition:none}.fullpage-container.mobile-scroll{scroll-behavior:smooth}.fullpage-container.mobile-scroll .fullpage-section{scroll-snap-align:start}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media(min-width:821px){.fullpage-section.active#hero .hero__title{animation:fadeIn 1s ease-out .3s both}.fullpage-section.active#hero .hero__subtitle{animation:fadeIn 1s ease-out .6s both}.fullpage-section.active#hero .hero__description{animation:fadeIn 1s ease-out .9s both}.fullpage-section.active#hero .hero__actions{animation:fadeIn 1s ease-out 1.2s both}.fullpage-section.active#news .news__item{animation:fadeIn .8s ease-out both}.fullpage-section.active#news .news__item:first-child{animation-delay:.2s}.fullpage-section.active#news .news__item:nth-child(2){animation-delay:.4s}.fullpage-section.active#news .news__item:nth-child(3){animation-delay:.6s}.fullpage-section.active#news .news__item:nth-child(4){animation-delay:.8s}.fullpage-section.active#timeline .timeline__item{animation:slideInRight .8s ease-out both}.fullpage-section.active#timeline .timeline__item:nth-child(odd){animation-name:slideInLeft}.fullpage-section.active#timeline .timeline__item:first-child{animation-delay:.2s}.fullpage-section.active#timeline .timeline__item:nth-child(2){animation-delay:.4s}.fullpage-section.active#timeline .timeline__item:nth-child(3){animation-delay:.6s}.fullpage-section.active#timeline .timeline__item:nth-child(4){animation-delay:.8s}.fullpage-section.active#careers .careers__item{animation:fadeIn .8s ease-out both}.fullpage-section.active#careers .careers__item:first-child{animation-delay:.2s}.fullpage-section.active#careers .careers__item:nth-child(2){animation-delay:.4s}.fullpage-section.active#careers .careers__item:nth-child(3){animation-delay:.6s}.fullpage-section.active#careers .careers__item:nth-child(4){animation-delay:.8s}.fullpage-section.active#careers .careers__item:nth-child(5){animation-delay:1s}.fullpage-section.active#slider .slider__main{animation:fadeIn 1s ease-out .3s both}.fullpage-section.active#slider .slider__thumbnails{animation:slideInRight .8s ease-out .6s both}}.section-navigation.mobile-nav{animation:slideUpMobile .5s ease-out}.section-navigation.mobile-nav .nav-item{min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:rgba(var(--primary),.2)}.section-navigation.mobile-nav .nav-item:active{transform:scale(.95);background:hsla(0,0%,100%,.15)}.section-navigation.mobile-nav .navigation-progress-mobile:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(var(--primary),.1);border-radius:2px}.section-navigation.mobile-nav .progress-bar-mobile:after{animation:pulse 2s infinite}@keyframes slideUpMobile{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@supports(padding-bottom:env(safe-area-inset-bottom)){.section-navigation.mobile-nav{bottom:calc(1rem + env(safe-area-inset-bottom))}@media(max-width:480px){.section-navigation.mobile-nav{bottom:calc(.5rem + env(safe-area-inset-bottom))}}}.section-navigation{-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-item:focus{outline:2px solid var(--primary);outline-offset:2px}.nav-item .nav-name{text-shadow:0 1px 2px rgba(0,0,0,.1)}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.progress-bar,.progress-bar-mobile{background:linear-gradient(135deg,var(--primary) 0,#667eea 100%)}.section-navigation.mobile-nav{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}}@media print{.section-navigation{display:none!important}.fullpage-container{overflow:visible!important;height:auto!important}.sections-container{position:relative!important;transform:none!important;height:auto!important}.fullpage-section{height:auto!important;min-height:auto!important;page-break-inside:avoid;opacity:1!important}}@media(prefers-reduced-data:reduce){.section-navigation{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(0,0,0,.9)}.progress-bar,.progress-bar-mobile{background:var(--primary)}.progress-bar-mobile:after,.progress-bar:after{display:none}}.fullpage-container.mobile-scroll{padding-bottom:0}.fullpage-container.mobile-scroll .sections-container{scroll-behavior:smooth}@media(max-width:360px){.section-navigation.mobile-nav{left:1rem;right:1rem;transform:none;max-width:calc(100vw - 2rem)}.section-navigation.mobile-nav .navigation-items{justify-content:space-between;width:100%}.section-navigation.mobile-nav .nav-item{flex:1 1;padding:.4rem .3rem}.section-navigation.mobile-nav .nav-item .nav-name{font-size:.6rem;text-align:center}}.section-navigation{z-index:1000}.section-navigation.mobile-nav{z-index:1001}.fullpage-section{contain:layout style paint}.fullpage-section.mobile-section{contain:none}.splash-screen{position:fixed;top:0;left:38%;width:100vw;height:100vh;z-index:10000;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:all 2s cubic-bezier(.4,0,.2,1)}.splash-screen.transitioning{left:4%}.splash-screen.completed,.splash-screen.transitioning{background:rgba(0,0,0,0);top:-47%;border-radius:12px;overflow:hidden;z-index:1002}.splash-screen.completed{left:-27.4%}.splash-screen.transparent-bg{background:rgba(0,0,0,0)!important;transition:background .1s ease-out}.splash-video{width:100vw;height:100vh;pointer-events:none;transition:all 2s cubic-bezier(.4,0,.2,1)}.splash-video.completed,.splash-video.transitioning{width:14vw;height:14vh;border-radius:12px}.fullpage-container{opacity:1;pointer-events:auto}.fullpage-container.splash-playing{pointer-events:none}@media(max-width:1440px){.splash-screen.transitioning{width:200px;height:80px;top:-2%;left:48%}.splash-screen.completed{width:200px;height:80px;top:-2%;left:4%}.splash-video.completed,.splash-video.transitioning{width:200px;height:80px}}@media(max-width:1024px){.splash-screen.transitioning{width:160px;height:60px;top:0;left:48%}.splash-screen.completed{width:160px;height:60px;top:0;left:2%}.splash-video.completed,.splash-video.transitioning{width:160px;height:60px}}@media(max-width:820px){.splash-screen.transitioning{width:140px;height:60px;top:0;left:48%}.splash-screen.completed{width:140px;height:60px;top:0;left:4%}.splash-video.completed,.splash-video.transitioning{width:140px;height:60px}}.splash-screen.completed{pointer-events:none}@media(min-width:821px){[dir=rtl] .section-navigation{right:auto;left:2rem}}