document.addEventListener("DOMContentLoaded", function() {
  var tLogo = document.querySelector(".t-header__logo");
  if (tLogo) tLogo.style.display = "none";

  var tFooterLogo = document.querySelector(".t-footer__copyright");
  if (tFooterLogo) tFooterLogo.style.display = "none";
});
