@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-display: swap;
    font-family: "fas";
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fas {
    font-family: "fas";
    font-weight: 900
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-android:before {
    content: "\f17b";
}

.fa-apple:before {
    content: "\f179";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-search:before {
    content: "\f002";
}

.fa-times:before {
    content: "\f00d";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-user:before {
    content: "\f007";
}

.fa-youtube:before {
    content: "\f167";
}