/* Font Awesome Free 6.5.1 - self-hosted subset, solid style only.
   Contains only the 42 icons this site uses.
   Icons: CC BY 4.0 License. CSS: MIT License. https://fontawesome.com */
@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");
}

.fas,
.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;
  line-height: 1;
  text-rendering: auto;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .fa-spin {
    animation-duration: 1ms;
    animation-iteration-count: 1;
  }
}

.fa-arrow-right::before { content: "\f061"; }
.fa-award::before { content: "\f559"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-burn::before { content: "\f46a"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-check-double::before { content: "\f560"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-clock::before { content: "\f017"; }
.fa-dollar-sign::before { content: "\24"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-faucet-drip::before { content: "\e006"; }
.fa-fire::before { content: "\f06d"; }
.fa-hand-holding-usd::before { content: "\f4c0"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-headset::before { content: "\f590"; }
.fa-home::before { content: "\f015"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-lock::before { content: "\f023"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-map-pin::before { content: "\f276"; }
.fa-medal::before { content: "\f5a2"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-percent::before { content: "\25"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-phone-volume::before { content: "\f2a0"; }
.fa-plus::before { content: "\2b"; }
.fa-search::before { content: "\f002"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-shower::before { content: "\f2cc"; }
.fa-smile::before { content: "\f118"; }
.fa-star::before { content: "\f005"; }
.fa-tools::before { content: "\f7d9"; }
.fa-truck::before { content: "\f0d1"; }
.fa-water::before { content: "\f773"; }
.fa-spinner::before { content: "\f110"; }
