@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  src: url("../fonts/fa-light-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.fa,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-light,
.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa,
.fa-solid,
.fas,
.fa-regular,
.far,
.fa-light,
.fal,
.fa-brands,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-heart::before { content: "\f004"; }
.fa-house::before { content: "\f015"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-globe::before { content: "\f0ac"; }
.fa-check::before { content: "\f00c"; }
.fa-users::before { content: "\f0c0"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-shield-keyhole::before { content: "\e248"; }
.fa-cloud-arrow-up::before { content: "\f0ee"; }
.fa-credit-card::before {content: "\f389";}
.fa-building-columns::before {content: "\f19c";}
.fa-paypal::before {content: "\f1ed";}
.fa-book-open-cover::before {content: "\e0c0";}

.fa-linkedin::before,
.fa-linkedin-in::before { content: "\f08c"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
