/* Font Awesome 6.4.0 free — self-hosted subset (solid + brands) */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../webfonts/fa-brands-400.woff2") format("woff2");
}
.fa, .fas, .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fab, .fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa, .fas, .fab, .fa-solid, .fa-brands {
  -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;
}

/* Icon content rules — the 43 icons used across the marketing site
   (solid + brands families only). Copied verbatim from the official
   Font Awesome 6.4.0 free package css/all.css. */
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-box::before { content: "\f466"; }
.fa-building::before { content: "\f1ad"; }
.fa-bullseye::before { content: "\f140"; }
.fa-calculator::before { content: "\f1ec"; }
.fa-chalkboard-teacher::before { content: "\f51c"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-clock::before { content: "\f017"; }
.fa-comments::before { content: "\f086"; }
.fa-compass::before { content: "\f14e"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-diagram-project::before { content: "\f542"; }
.fa-dot-circle::before { content: "\f192"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-globe::before { content: "\f0ac"; }
.fa-headset::before { content: "\f590"; }
.fa-instagram::before { content: "\f16d"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-link::before { content: "\f0c1"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-list-check::before { content: "\f0ae"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-pen-to-square::before { content: "\f044"; }
.fa-phone::before { content: "\f095"; }
.fa-play-circle::before { content: "\f144"; }
.fa-plus::before { content: "\2b"; }
.fa-rocket::before { content: "\f135"; }
.fa-rotate-right::before { content: "\f2f9"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-square-check::before { content: "\f14a"; }
.fa-sync::before { content: "\f021"; }
.fa-times::before { content: "\f00d"; }
.fa-twitter::before { content: "\f099"; }
.fa-users::before { content: "\f0c0"; }
.fa-whatsapp::before { content: "\f232"; }
