/* Keep brand marks readable on saturated and dark surfaces. */
.cta img,
.footer-brand-lockup img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

.cta img {
  border-radius: 0;
}
