.footer-wrapper{display:flex;padding:0 32px 32px;align-self:stretch}.footer-wrapper .footer-container{width:100%;padding:32px;border-radius:32px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px}.footer-wrapper .footer-container,.footer-wrapper .footer-container .footer-content{align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;display:flex}.footer-wrapper .footer-container .footer-content .logo-section{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;display:flex}.footer-wrapper .footer-container .footer-content .logo-section .logo{width:182px}.footer-wrapper .footer-container .footer-content .logo-section .copyright{text-box-trim:trim-both;text-box-edge:cap alphabetic;color:#000;font-size:14px;font-weight:500;line-height:14px;word-wrap:break-word}.footer-wrapper .footer-container .footer-content .social-icons{justify-content:flex-start;align-items:flex-start;gap:12px;display:flex}.footer-wrapper .footer-container .footer-content .social-icons .social-icon{width:48px;height:48px;background:#141414;border-radius:32px;outline:1px solid hsla(0,0%,100%,.1);outline-offset:-1px;justify-content:center;align-items:center;gap:10px;overflow:hidden;display:flex;position:relative;cursor:pointer}.footer-wrapper .footer-container .footer-content .social-icons .social-icon img{width:20px;height:20px;z-index:2}.footer-wrapper .footer-container .footer-content .social-icons .social-icon:before{content:"";position:absolute;inset:0;border-radius:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1;opacity:0}.footer-wrapper .footer-container .footer-content .social-icons .social-icon.discord:hover:before{background:#5865f2;opacity:1}.footer-wrapper .footer-container .footer-content .social-icons .social-icon.telegram:hover:before{background:#24a1de;opacity:1}.footer-wrapper .footer-container .footer-content .social-icons .social-icon.tiktok:before{background:linear-gradient(225deg,#FE2858 50%,#2AF0EA 75%)}.footer-wrapper .footer-container .footer-content .social-icons .social-icon.tiktok:hover:before{opacity:1}.footer-wrapper .footer-container .footer-content .social-icons .social-icon.youtube:hover:before{background:#cd201f;opacity:1}.footer-wrapper .footer-container .footer-content .footer-links{align-self:stretch;justify-content:space-between;align-items:center;display:flex}@media(max-width:768px){.footer-wrapper .footer-container .footer-content .footer-links{flex-direction:column;gap:32px}}.footer-wrapper .footer-container .footer-content .footer-links .left-links{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:24px;display:flex}.footer-wrapper .footer-container .footer-content .footer-links .left-links .link{text-decoration:none;text-box-trim:trim-both;text-box-edge:cap alphabetic;color:#000;font-size:14px;font-weight:500;line-height:14px;cursor:pointer;word-wrap:break-word;transition:all .2s cubic-bezier(.4,0,.2,1)}.footer-wrapper .footer-container .footer-content .footer-links .left-links .link:hover{color:#8a00fc}.footer-wrapper .footer-container .footer-content .footer-links .right-links{justify-content:flex-start;align-items:center;gap:24px;display:flex;flex-wrap:wrap}