/* Brand-accurate vector marks for platforms added to the managed footer. */
.tt-footer-socials a[aria-label="X"] svg,
.tt-footer-socials a[aria-label="Tiktok"] svg,
.tt-footer-socials a[aria-label="Pinterest"] svg { display:none; }
.tt-footer-socials a[aria-label="X"]::before,
.tt-footer-socials a[aria-label="Tiktok"]::before,
.tt-footer-socials a[aria-label="Pinterest"]::before {
  width:19px;
  height:19px;
  content:"";
  background:currentColor;
  mask-position:center;
  mask-repeat:no-repeat;
  mask-size:contain;
}
.tt-footer-socials a[aria-label="X"]::before { mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24h-6.657l-5.214-6.817-5.967 6.817H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231 5.45-6.231Zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77Z'/%3E%3C/svg%3E"); }
.tt-footer-socials a[aria-label="Tiktok"]::before { mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.6 5.82A4.48 4.48 0 0 1 15.53 3h-3.19v12.57a2.67 2.67 0 1 1-2.67-2.67c.26 0 .51.04.75.11V9.77a5.86 5.86 0 1 0 5.11 5.8V9.19a7.64 7.64 0 0 0 4.47 1.43V7.44a4.5 4.5 0 0 1-3.4-1.62Z'/%3E%3C/svg%3E"); }
.tt-footer-socials a[aria-label="Pinterest"]::before { mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0-3.64 19.31c-.09-1.58-.02-3.48.39-5.23l1.29-5.46s-.32-.67-.32-1.66c0-1.56.9-2.72 2.03-2.72.96 0 1.42.72 1.42 1.58 0 .96-.61 2.4-.93 3.73-.27 1.12.56 2.03 1.66 2.03 1.99 0 3.52-2.1 3.52-5.13 0-2.68-1.93-4.56-4.69-4.56-3.19 0-5.06 2.39-5.06 4.87 0 .96.37 2 .84 2.56.09.11.11.2.08.33l-.31 1.27c-.05.2-.16.24-.37.15-1.39-.65-2.26-2.68-2.26-4.31 0-3.51 2.55-6.73 7.35-6.73 3.86 0 6.86 2.75 6.86 6.43 0 3.84-2.42 6.92-5.77 6.92-1.13 0-2.19-.59-2.55-1.28l-.69 2.64c-.25.97-.93 2.19-1.38 2.94.83.26 1.7.4 2.6.4A10 10 0 0 0 12 2Z'/%3E%3C/svg%3E"); }
