#Footer{width:100%;background:var(--footer-background);color:var(--footer-text-color);z-index:10000;border-top:1px solid hsla(0,0%,100%,.1);overflow-x:hidden}#FooterInner{max-width:1280px;margin:0 auto;padding:3rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;box-sizing:border-box}#FooterInfoContainer{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;min-width:240px;color:var(--footer-text-color);user-select:text}#FooterLogoList{display:flex;gap:1rem;align-items:center;justify-content:flex-start;flex-wrap:wrap}.FooterLogo{padding:.6rem;background-color:var(--footer-icon-bg);padding:.75rem;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease;width:44px;height:44px;box-sizing:border-box}.FooterLogo svg{width:24px;height:24px;fill:var(--footer-text-color);object-fit:contain;overflow:visible}@media (max-width:768px){#FooterInner{flex-direction:column;align-items:flex-start}#FooterLogoList{justify-content:flex-start}}