/*!
 * Font Awesome Free 6.5.0 (Custom CDN Build)
 * https://fontawesome.com
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2)
    format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-regular-400.woff2)
    format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2)
    format("woff2");
}
.fa,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -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-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-xmark:before {
  content: "\f00d";
}

.fa-house:before {
  content: "\f015";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-youtube::before {
  content: "\f167";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-location-dot:before {
  content: "\f3c5";
}

.fa-angles-left:before {
  content: "\f100";
}

.fa-user:before {
  content: "\f007";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}
