/*
 * Compatibility aliases for four icons whose markup uses Font Awesome 4
 * class names while the landing bundles Font Awesome 5 Pro.
 */
.fa-bar-chart::before{content:"\f080"}
.fa-check-square-o::before{content:"\f46c"}
.fa-line-chart::before{content:"\f201"}
.fa-handshake-o::before{content:"\f2b5"}
