/* Only the Font Awesome glyphs used by the site templates. */
.fa,
.fa-brands,
.fa-solid,
.fab,
.fas {
  -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,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

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

.fa-phone::before { content: "\f095"; }
.fa-mobile-screen-button::before { content: "\f3cd"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-youtube::before { content: "\f167"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-twitter::before { content: "\f099"; }
.fa-check::before { content: "\f00c"; }
.fa-star::before { content: "\f005"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-double-right::before { content: "\f101"; }
.fa-angles-up::before { content: "\f102"; }
.fa-arrow-up-long::before { content: "\f176"; }
.fa-bars::before { content: "\f0c9"; }
.fa-search::before,
.fa-magnifying-glass::before { content: "\f002"; }
.fa-gauge::before { content: "\f624"; }
.fa-address-book::before { content: "\f2b9"; }
.fa-book-open::before { content: "\f518"; }
.fa-circle-chevron-down::before { content: "\f13a"; }
.fa-circle-question::before { content: "\f059"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-angles-left::before { content: "\f100"; }
.fa-pen::before { content: "\f304"; }
.fa-trash::before { content: "\f2ed"; }
