.fa, .fas, .fa-solid, .fab, .fa-brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url('/webfonts/fa-solid-900.woff2') format('woff2');
}
.fa, .fas, .fa-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
@font-face {
font-family: 'Font Awesome 6 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url('/webfonts/fa-brands-400.woff2') format('woff2');
}
.fab, .fa-brands {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
}
.fa-building:before { content: "\f1ad"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-earth-africa:before { content: "\f57c"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-gear:before { content: "\f013"; }
.fa-globe:before { content: "\f0ac"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-phone:before { content: "\f095"; }
.fa-satellite-dish:before { content: "\f7c0"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-square-check:before { content: "\f14a"; }
.fa-table-cells-large:before { content: "\f009"; }
.fa-youtube:before { content: "\f167"; }