.client-footer{margin-top:56px;background:#232522;color:#fff}
.client-footer-inner{display:grid;grid-template-columns:minmax(220px,1fr) 2fr;gap:48px;padding-top:46px;padding-bottom:38px}
.client-footer-logo{font-size:1.55rem;font-weight:900;color:#fff;text-decoration:none}
.client-footer-brand p{margin:9px 0 0;color:rgba(255,255,255,.62)}
.client-footer-links{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:30px}
.client-footer-column{display:flex;flex-direction:column;gap:9px}
.client-footer-column strong{margin-bottom:5px;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.5)}
.client-footer-column a{color:rgba(255,255,255,.82);text-decoration:none}
.client-footer-column a:hover{color:#fff}
.client-footer-delete{margin-top:5px;color:#ffb39a!important}
.client-footer-bottom{padding-top:18px;padding-bottom:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.52);font-size:.82rem}
.client-footer-bottom p{margin:0}
@media(max-width:760px){
  .client-footer-inner{grid-template-columns:1fr;gap:30px}
  .client-footer-links{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){.client-footer-links{grid-template-columns:1fr}}
