.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-facebook-f:before {
    content: "\f39e"; }
.fa-envelope:before {
    content: "\f0e0"; }
.fa-search:before {
    content: "\f002"; }
.fa-angle-right:before {
    content: "\f105"; }
.fa-instagram:before {
    content: "\f16d";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-refresh:before {
    content: "\f021";
}   
.fa-spinner:before {
    content: "\f110";
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-right:before {
    content: "\f0da";
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./fonts/fontawsm/fa-brands-400.eot");
  src: url("./fonts/fontawsm/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawsm/fa-brands-400.woff2") format("woff2"), url("./fonts/fontawsm/fa-brands-400.woff") format("woff"), url("./fonts/fontawsm/fa-brands-400.ttf") format("truetype"), url("./fonts/fontawsm/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("fonts/fontawsm/fa-solid-900.eot");
    src: url("fonts/fontawsm/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fontawsm/fa-solid-900.woff2") format("woff2"), url("fonts/fontawsm/fa-solid-900.woff") format("woff"), url("fonts/fontawsm/fa-solid-900.ttf") format("truetype"), url("fonts/fontawsm/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("fonts/fontawsm/fa-regular-400.eot");
    src: url("fonts/fontawsm/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fontawsm/fa-regular-400.woff2") format("woff2"), url("fonts/fontawsm/fa-regular-400.woff") format("woff"), url("fonts/fontawsm/fa-regular-400.ttf") format("truetype"), url("fonts/fontawsm/fa-regular-400.svg#fontawesome") format("svg"); }
    
.far {
    font-family: 'Font Awesome 5 Regular';
    font-weight: 400; }