/*
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,
 .fas,
 .far,
 .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-2x {
   font-size: 2em; }
 
 .fa-3x {
   font-size: 3em; }
 
 @-webkit-keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 @keyframes fa-spin {
   0% {
     -webkit-transform: rotate(0deg);
             transform: rotate(0deg); }
   100% {
     -webkit-transform: rotate(360deg);
             transform: rotate(360deg); } }
 
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
 
 .fa-arrow-circle-left:before {
   content: "\f0a8"; }
 
 .fa-arrow-circle-right:before {
   content: "\f0a9"; }
 
 .fa-arrow-left:before {
   content: "\f060"; }
 
 .fa-arrow-right:before {
   content: "\f061"; }
 
 .fa-arrow-up:before {
   content: "\f062"; }
 
 .fa-bars:before {
   content: "\f0c9"; }
 
 .fa-bell:before {
   content: "\f0f3"; }
 
 .fa-bolt:before {
   content: "\f0e7"; }
 
 .fa-bullhorn:before {
   content: "\f0a1"; }
 
 .fa-caret-down:before {
   content: "\f0d7"; }
 
 .fa-caret-right:before {
   content: "\f0da"; }
 
 .fa-cart-plus:before {
   content: "\f217"; }
 
 .fa-cc-amazon-pay:before {
   content: "\f42d"; }
 
 .fa-cc-amex:before {
   content: "\f1f3"; }
 
 .fa-cc-apple-pay:before {
   content: "\f416"; }
 
 .fa-cc-discover:before {
   content: "\f1f2"; }
 
 .fa-cc-jcb:before {
   content: "\f24b"; }
 
 .fa-cc-mastercard:before {
   content: "\f1f1"; }
 
 .fa-cc-paypal:before {
   content: "\f1f4"; }
 
 .fa-check:before {
   content: "\f00c"; }
 
 .fa-check-circle:before {
   content: "\f058"; }
 
 .fa-clipboard-list:before {
   content: "\f46d"; }
 
 .fa-clock:before {
   content: "\f017"; }
 
 .fa-comments:before {
   content: "\f086"; }
 
 .fa-edit:before {
   content: "\f044"; }
 
 .fa-envelope:before {
   content: "\f0e0"; }
 
 .fa-eye:before {
   content: "\f06e"; }
 
 .fa-eye-slash:before {
   content: "\f070"; }
 
 .fa-facebook:before {
   content: "\f09a"; }
 
 .fa-facebook-f:before {
   content: "\f39e"; }
 
 .fa-file-pdf:before {
   content: "\f1c1"; }
 
 .fa-film:before {
   content: "\f008"; }
 
 .fa-folder-open:before {
   content: "\f07c"; }
 
 .fa-gift:before {
   content: "\f06b"; }
 
 .fa-heart:before {
   content: "\f004"; }
 
 .fa-history:before {
   content: "\f1da"; }
 
 .fa-home:before {
   content: "\f015"; }
 
 .fa-info-circle:before {
   content: "\f05a"; }
 
 .fa-instagram:before {
   content: "\f16d"; }
 
 .fa-lock:before {
   content: "\f023"; }
 
 .fa-map-marker-alt:before {
   content: "\f3c5"; }
 
 .fa-phone-square-alt:before {
   content: "\f87b"; }
 
 .fa-pinterest:before {
   content: "\f0d2"; }
 
 .fa-plus:before {
   content: "\f067"; }
 
 .fa-search:before {
   content: "\f002"; }
 
 .fa-shipping-fast:before {
   content: "\f48b"; }
 
 .fa-shopping-cart:before {
   content: "\f07a"; }
 
 .fa-sign-in-alt:before {
   content: "\f2f6"; }
 
 .fa-sign-out-alt:before {
   content: "\f2f5"; }
 
 .fa-star:before {
   content: "\f005"; }
 
 .fa-tags:before {
   content: "\f02c"; }
 
 .fa-th:before {
   content: "\f00a"; }
 
 .fa-th-list:before {
   content: "\f00b"; }
 
 .fa-times:before {
   content: "\f00d"; }
 
 .fa-times-circle:before {
   content: "\f057"; }
 
 .fa-tools:before {
   content: "\f7d9"; }
 
 .fa-trash:before {
   content: "\f1f8"; }
 
 .fa-twitter:before {
   content: "\f099"; }
 
 .fa-user:before {
   content: "\f007"; }
 
 .fa-user-circle:before {
   content: "\f2bd"; }
 
 .fa-user-slash:before {
   content: "\f506"; }
 
 .fa-window-close:before {
   content: "\f410"; }
 
 .fa-youtube:before {
   content: "\f167"; }
 
   /* */

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

.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; } 

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