.footer-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto;grid-auto-rows:min-content;grid-column-gap:20px;grid-row-gap:24px;justify-items:start;width:100%;max-width:1200px;color:var(--black-400)}@media screen and (max-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 425px){.footer-grid{grid-template-columns:repeat(1,1fr);grid-row-gap:44px}}.footer-grid-creator{grid-template-columns:repeat(3,1fr);padding-bottom:60px}@media screen and (max-width: 425px){.footer-grid-creator{grid-template-columns:repeat(1,1fr);grid-row-gap:44px}}.footer-grid .footer-brand{grid-area:1/1/1/2;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.footer-grid .footer-brand a{color:var(--black-400)}.footer-grid .footer-brand p{font-size:1em;font-weight:600;text-align:left}.footer-grid .footer-brand h2{color:var(--white);opacity:1}@media screen and (max-width: 768px){.footer-grid .footer-brand{grid-area:3/1/3/2}}@media screen and (max-width: 425px){.footer-grid .footer-brand{grid-area:4/1/4/2}}.footer-grid .footer-brand-creator{grid-area:2/1/1/2;display:flex;flex-direction:column;gap:20px;align-items:flex-start}.footer-grid .footer-brand-creator a{color:var(--black-400)}.footer-grid .footer-brand-creator p{font-size:1em;font-weight:600;text-align:left}.footer-grid .footer-brand-creator h2{color:var(--white);opacity:1}@media screen and (max-width: 768px){.footer-grid .footer-brand-creator{grid-area:3/1/3/2}}@media screen and (max-width: 425px){.footer-grid .footer-brand-creator{grid-area:4/1/4/2}}.footer-grid .footer-social{grid-area:2/1/2/3;align-self:end}@media screen and (max-width: 768px){.footer-grid .footer-social{grid-area:3/2/3/3}}@media screen and (max-width: 425px){.footer-grid .footer-social{grid-area:5/1/7/2}}.footer-grid .footer-social-creator{grid-area:1/3/2/3;align-self:end}@media screen and (max-width: 768px){.footer-grid .footer-social-creator{grid-area:3/2/3/3}}@media screen and (max-width: 425px){.footer-grid .footer-social-creator{grid-area:5/1/7/2}}.footer-grid .footer-faq{grid-area:1/3/3/6}.footer-grid .footer-faq .list{max-height:300px}@media screen and (max-width: 768px){.footer-grid .footer-faq{grid-area:1/1/3/2}}@media screen and (max-width: 425px){.footer-grid .footer-faq{grid-area:1/1/2/2}}.footer-grid .footer-links{grid-area:1/6/3/7}@media screen and (max-width: 768px){.footer-grid .footer-links{grid-area:1/2/2/2}}@media screen and (max-width: 425px){.footer-grid .footer-links{grid-area:2/1/2/1}}.footer-grid .footer-countries{grid-area:1/7/1/7}@media screen and (max-width: 768px){.footer-grid .footer-countries{grid-area:2/2/3/2}}@media screen and (max-width: 425px){.footer-grid .footer-countries{grid-area:3/1/3/2}}.footer-grid .footer-copyright{grid-area:3/1/3/7;font-size:.8em;justify-self:start;font-weight:400;padding-top:60px}@media screen and (max-width: 768px){.footer-grid .footer-copyright{grid-area:3/1/3/3}}@media screen and (max-width: 425px){.footer-grid .footer-copyright{grid-area:4/1/5/2}}.list-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:20px}.list-group h3{color:var(--white);opacity:1}.list{display:flex;flex-direction:column;flex-wrap:wrap;gap:16px;width:100%;align-items:flex-start}.list .list-item{display:inline-flex;gap:8px;list-style:none;font-size:1em;font-weight:400}.list .list-item svg{opacity:.6;color:var(--black-200)}.list .list-item .link{font-weight:400;font-size:.9em}.list .list-item:hover .link{color:var(--white)}.list .list-item:hover svg{opacity:1;color:var(--white)}.logo{display:flex}.logo.size{border:1px solid red}.logo.size img{width:100%}.logo.size--sm{height:32px}.logo.size--md{height:48px}.logo.size--lg{height:64px}.logo.size--xl{height:122px}
