/* FontAwesome Custom - Icons and Classes */
.fa, .fab, .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
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-bars:before {
  content: "\f0c9"
}
.fa-search:before {
  content: "\f002"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-image:before {
  content: "\f03e"
}

.fa-comments:before {
  content: "\f086"
}

.fa-instagram:before {
  content: "\f16d"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

/* Font Awesome 5 Brands */
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/font-awesome/fa-brands-400-G_XLjPI.eot");
  src: url("../fonts/font-awesome/fa-brands-400-G_XLjPI.eot") format("embedded-opentype"),
       url("../fonts/font-awesome/fa-brands-400-vlUgiaq.woff2") format("woff2"),
       url("../fonts/font-awesome/fa-brands-400-w3tSmXE.woff") format("woff"),
       url("../fonts/font-awesome/fa-brands-400-finglYq.ttf") format("truetype"),
       url("../fonts/font-awesome/fa-brands-400-1OucsGY.svg") format("svg")
}

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

/* Font Awesome 5 Free Regular */
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/font-awesome/fa-regular-400-2e01PCd.eot");
  src: url("../fonts/font-awesome/fa-regular-400-2e01PCd.eot") format("embedded-opentype"),
       url("../fonts/font-awesome/fa-regular-400-LXccKYI.woff2") format("woff2"),
       url("../fonts/font-awesome/fa-regular-400-AFn5wlj.woff") format("woff"),
       url("../fonts/font-awesome/fa-regular-400-ixxFHC4.ttf") format("truetype"),
       url("../fonts/font-awesome/fa-regular-400-u0B8Ekl.svg") format("svg")
}

.far {
  font-weight: 400
}

/* Font Awesome 5 Free Solid */
@font-face {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/font-awesome/fa-solid-900-cR7ghe5.eot");
  src: url("../fonts/font-awesome/fa-solid-900-cR7ghe5.eot") format("embedded-opentype"),
       url("../fonts/font-awesome/fa-solid-900-m1XgeGf.woff2") format("woff2"),
       url("../fonts/font-awesome/fa-solid-900-FjNIQ9A.woff") format("woff"),
       url("../fonts/font-awesome/fa-solid-900-EprWg7H.ttf") format("truetype"),
       url("../fonts/font-awesome/fa-solid-900-Hj5No0y.svg") format("svg")
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"
}

.fa, .fas {
  font-weight: 900
}
