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

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}

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



.fa-eye:before {
  content: "";
}



.fa-envelope:before {
  content: "";
}



.fa-arrow-up:before {
  content: "";
}



.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "";
}



:host,
:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}



.fa-brands,
.fab {
  font-weight: 400;
}



.fa-tiktok:before {
  content: "";
}



.fa-linkedin:before {
  content: "";
}



.fa-instagram:before {
  content: "";
}



.fa-facebook:before {
  content: "";
}



.fa-youtube:before {
  content: "";
}



.fa-pinterest:before {
  content: "";
}



:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}



.fa-regular,
.far {
  font-weight: 400;
}

:host,
:root {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}



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

