.uww-site-footer{background:#071505;padding:64px 0 26px}
.uww-footer-grid{
  max-width:1400px;margin:0 auto;padding:0 32px;
  display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:30px;
}
.uww-footer-brand img{height:48px;margin-bottom:16px}
.uww-footer-brand p{font-size:13px;color:#A89568;line-height:1.7;max-width:260px;font-family:'Roboto',Arial,sans-serif}

.uww-footer-col h5{
  font-family:'Oswald',sans-serif;font-size:12.5px;letter-spacing:.1em;
  text-transform:uppercase;color:#C9A24C;margin:0 0 16px;
}
.uww-footer-col ul{list-style:none;margin:0;padding:0}
.uww-footer-col li{margin-bottom:11px}
.uww-footer-col a{
  font-size:13px;color:#D9CBA8;text-decoration:none;
  font-family:'Roboto',Arial,sans-serif;
}
.uww-footer-col a:hover{color:#fff}

.uww-footer-bottom{
  max-width:1400px;margin:44px auto 0;padding:22px 32px 0;
  border-top:1px solid rgba(245,230,200,.08);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
  font-size:12px;color:#A89568;font-family:'Roboto',Arial,sans-serif;
}
.uww-socials{display:flex;gap:14px}
.uww-socials a{
  width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;
  color:#fff;text-decoration:none;font-size:12px;
}
.uww-socials a:hover{background:#C9A24C}

@media (max-width:900px){
  .uww-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .uww-footer-grid{grid-template-columns:1fr}
}
