.footer-menu .footer-menu__group:first-child{grid-area:first}.footer-menu .footer-menu__group:nth-child(2){grid-area:second}.footer-menu .footer-menu__group:nth-child(3){grid-area:third}.footer-menu .footer-menu__group:nth-child(4){grid-area:fourth}.footer-menu .footer-menu__group:nth-child(5){grid-area:fifth}.footer-menu{display:grid;gap:20px;grid-template-areas:"first second fifth" "third fourth fifth";grid-template-columns:1fr 1fr 2fr}.footer-menu__group{max-width:100%;min-width:180px}.footer-menu h4{color:var(--text-light-100,#fafafc);font-size:16px;font-style:normal;font-weight:500;letter-spacing:.16px;line-height:28px;margin-bottom:10px}.footer-menu ul li a{color:var(--text-light-56,rgba(250,250,252,.56));font-size:14px;font-style:normal;font-weight:400;letter-spacing:.14px;line-height:22px;text-decoration:none;word-wrap:break-word;transition:color .3s ease-in-out}@media (max-width:768px){.footer-menu{display:flex;flex-direction:column}}