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

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

.fa,
.fa-solid,
.fas,
.fa-brands,
.fab {
  -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,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

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

.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-times:before,
.fa-xmark:before { content: "\f00d"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-shield-alt:before,
.fa-shield-halved:before,
.fa-house-shield:before { content: "\f3ed"; }
.fa-google:before { content: "\f1a0"; }
.fa-image:before { content: "\f03e"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-tree:before { content: "\f1bb"; }
.fa-scissors:before { content: "\f0c4"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-gear:before { content: "\f013"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-leaf:before { content: "\f06c"; }
.fa-building:before { content: "\f1ad"; }
.fa-truck:before { content: "\f0d1"; }
.fa-phone-arrow-down-left:before { content: "\e223"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-clipboard-check:before { content: "\f46c"; }
.fa-broom:before { content: "\f51a"; }
.fa-file-signature:before { content: "\f573"; }
.fa-magnifying-glass-location:before { content: "\f689"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-truck-ramp-box:before { content: "\f4de"; }
.fa-check:before { content: "\f00c"; }
.fa-map-location-dot:before { content: "\f5a0"; }
.fa-route:before { content: "\f4d7"; }
.fa-house-crack:before { content: "\e3b1"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-plus:before { content: "\2b"; }
.fa-minus:before { content: "\f068"; }
