    .menuRibbon { background-color: #fff }
	.mobileMenu__bottomButton, .upperMenu__button {
		color: #1b5089;
	}
    .upperMenu__button img {
    	filter: invert(75%) sepia(17%) saturate(3357%) hue-rotate(177deg) brightness(97%) contrast(93%);
    }
    .footer__rankedBadge img { 
    max-width: 13rem;
    height: 4rem;
    width: 100%; }
    .footer__rankedBadge { max-width: 320px; }
    .footer { background-color: #e4eaf1; }
    .footer__copyright { color: #1b5089; }
    .shareBar__list { filter: invert(75%) sepia(17%) saturate(3357%) hue-rotate(177deg) brightness(97%) contrast(93%); }

    @media (max-width: 768px) {
      .footer__rankedBadge img {
        height: auto;
      }
    }