/* Hayes Global Mobility — UI kit: shared Footer */ (function () { const { IconButton } = window.HayesGlobalMobilityDesignSystem_489ece; function FooterCol({ title, items }) { return (
{title}
{items.map(i => ( e.preventDefault()} style={{ fontFamily: 'var(--font-ui)', fontSize: 14, color: 'rgba(255,255,255,0.72)' }}>{i} ))}
); } function Footer() { return ( ); } window.HayesFooter = Footer; })();