/* Campaign footer and managed social links. */
.mdp-site-footer{margin:0;background:#f4f1ec;color:#111;border-top:1px solid rgba(17,17,17,.12)}
.mdp-footer-brand{margin:0;font:900 clamp(2.8rem,7vw,7rem)/.86 Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;letter-spacing:-.035em;text-transform:uppercase;color:#111}
.mdp-footer-brand span{color:#111}
.mdp-footer-brand strong{color:var(--mdp-red);font-weight:inherit}
.mdp-footer-statement{max-width:46rem;margin:1.25rem 0 0;font-size:clamp(1rem,1.6vw,1.3rem);line-height:1.55;color:rgba(17,17,17,.78)}
.mdp-footer-social-title{margin:0 0 .85rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:rgba(17,17,17,.72)}
.mdp-social-links{display:flex;flex-wrap:wrap;gap:.7rem}
.mdp-social-links a{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(17,17,17,.2);background:rgba(255,255,255,.72);color:#111;text-decoration:none;font-size:1.2rem;font-weight:900;transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease}
.mdp-social-links a:hover,.mdp-social-links a:focus-visible{transform:translateY(-4px);background:var(--mdp-red);border-color:var(--mdp-red);color:#fff}
.mdp-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-top:1px solid rgba(17,17,17,.12);font-size:.92rem;color:rgba(17,17,17,.65)}
.mdp-footer-nav{gap:.25rem 1rem}
.mdp-footer-nav a{color:inherit;text-decoration:none}
.mdp-footer-nav a:hover,.mdp-footer-nav a:focus-visible{color:var(--mdp-red)}
html[data-theme='dark'] .mdp-site-footer{background:#050608;color:#fff;border-top-color:rgba(255,255,255,.1)}
html[data-theme='dark'] .mdp-footer-brand,html[data-theme='dark'] .mdp-footer-brand span{color:#fff}
html[data-theme='dark'] .mdp-footer-brand strong{color:var(--mdp-red)}
html[data-theme='dark'] .mdp-footer-statement,html[data-theme='dark'] .mdp-footer-social-title,html[data-theme='dark'] .mdp-footer-bottom{color:rgba(255,255,255,.76)}
html[data-theme='dark'] .mdp-social-links a{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#fff}
html[data-theme='dark'] .mdp-social-links a:hover,html[data-theme='dark'] .mdp-social-links a:focus-visible{background:var(--mdp-red);border-color:var(--mdp-red);color:#08090b}
html[data-theme='dark'] .mdp-footer-bottom{border-top-color:rgba(255,255,255,.1)}
@media(max-width:767.98px){.mdp-footer-bottom{align-items:flex-start;flex-direction:column}.mdp-social-links a{width:44px;height:44px}.mdp-footer-brand{font-size:clamp(2.7rem,15vw,5rem)}}
@media(prefers-reduced-motion:reduce){.mdp-social-links a{transition:none}}