/* Hide Squarespace Badge */
#sqs-badge { display: none !important; }
Ethan Avila";
screen.appendChild(wm);
}
}
if (document.readyState === 'complete') {
addSocialFooter();
} else {
document.addEventListener('DOMContentLoaded', addSocialFooter);
window.addEventListener('load', addSocialFooter);
}
})();