/* Start custom CSS *//* Remove the duplicate wordmark inside the imported hero */
.hero-brand-lockup {
  display: none !important;
}

/* Keep the global header identity compact */
#site-header .site-logo,
#site-header .site-branding {
  width: auto !important;
  max-width: none !important;
}

#site-header .site-logo img,
#site-header img.custom-logo {
  width: 152px !important;
  max-width: 152px !important;
  height: auto !important;
  mix-blend-mode: multiply;
}

/* Keep the global footer identity restrained */
#site-footer .site-logo,
#site-footer .site-branding {
  width: auto !important;
  max-width: none !important;
}

#site-footer .site-logo img,
#site-footer img.custom-logo {
  width: 140px !important;
  max-width: 140px !important;
  height: auto !important;
  filter: invert(1);
  mix-blend-mode: screen;
}

@media (max-width: 600px) {
  #site-header .site-logo img,
  #site-header img.custom-logo {
    width: 128px !important;
    max-width: 128px !important;
  }
}/* End custom CSS */