:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
  
	src: url(../fonts/fa-solid-900.woff2) format("woff2")
}

.fa-solid,
.fa,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa, .fa-brands, .fa-light, .fa-regular, .fa-solid, .fab, .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-chevron-down:before {
    content: "\f078";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before {
    content: "\f015";
}
.fa-home-lg:before {
    content: "\e3af";
}
.fa-location:before {
    content: "\f601";
}
.fa-location-dot:before {
    content: "\f3c5";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-location:before {
    content: "\f59f";
}
.fa-map-location-dot:before {
    content: "\f5a0";
}
.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138";
}
.fa-user-pen:before {
    content: "\f4ff";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073";
}

.fa-plus::before {
  content: "\2b"; }
  
.fa-comment-dots::before {
  content: "\f4ad"; }
  
  .fa-comments::before {
  content: "\f086"; }
  
  .fa-paper-plane::before {
  content: "\f1d8"; }
  .fa-euro-sign::before {
  content: "\f153"; }
  .fa-user-group::before {
  content: "\f500"; }
  
  .fa-user::before {
  content: "\f007"; }
  
  .fa-star:before {
    content: "\f005";
	color: #dbdd11;
}
.fa-2xl {
	font-size:2em;
}
.fa-phone-volume:before {
    content: "\f2a0";
}