﻿@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/fa-regular-400.woff2) format("woff2")
}


@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts/fa-solid-900.woff2) format("woff2")
}




@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/fa-brands-400.woff2) format("woff2")
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

.fab, .far {
    font-weight: 400
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-search:before {
    content: "\f002";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-user:before {
    content: "\f007";
}

.fa-clock:before {
    content: "\f017";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-bars:before {
    content: "\f0c9";
}