.brand-logo {
  display:inline-flex;
  height:42px;
  width:160px
}
.brand-logo img {
  object-fit:contain;
  object-position:left center
}
.site-footer .brand-logo {
  height:50px;
  width:190px
}
.agency-hero-art {
  overflow:hidden;
  padding:0
}
.agency-hero-art>img {
  filter:brightness(.72) saturate(.8);
  object-position:center;
  height:100%;
  position:absolute;
  inset:0
}
.agency-hero-art .art-label,.agency-hero-art .art-foot {
  z-index:1
}
.agency-hero-art .art-foot {
  color:#fff
}
.agency-hero-art:after {
  background:linear-gradient(180deg,#171717bb 0%,transparent 35%,#17171799 100%);
  content:"";
  inset:0;
  position:absolute
}
.agency-hero-art .art-label,.agency-hero-art .art-foot {
  z-index:2
}
