/*!
 * FontAwesome 6.4.2 - SUBSET build. GENERATED FILE - do not edit by hand.
 * Regenerate with tools/build_fa_subset.py; see docs/fontawesome-subset.md
 * Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT - https://fontawesome.com/license/free
 * Copyright 2023 Fonticons, Inc.
 *
 * Replaces fontawesome.min.css (80KB) + solid.min.css and the full fa-solid-900.woff2
 * (146KB), which together shipped ~2000 icons to draw the 38 this site uses.
 *
 * An `fa-` class that is not listed below renders as a blank box - there is no fallback.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--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:block;
  src:url(../webfonts/fa-subset-solid.woff2) format("woff2");
}

.fa,.fa-solid,.fas,.far{
  -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;
  font-family:var(--fa-style-family,"Font Awesome 6 Free");
  font-weight:var(--fa-style,900);
}
.fa-solid,.fas,.far{font-weight:900}

/* Only fa-spin is used on the site; the other FA animation and layout modifiers are
   omitted along with the rest of the full stylesheet. */
.fa-spin{
  -webkit-animation-name:fa-spin;animation-name:fa-spin;
  -webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);
  -webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);
  -webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear);
}
@media (prefers-reduced-motion:reduce){
  .fa-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1}
}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

/* Glyphs. FA5 alias names (fa-home, fa-edit, ...) are emitted next to their FA6 canonical
   equivalents so existing markup keeps working without a rename sweep. */
.fa-arrow-right:before{content:"\f061"}
.fa-award:before{content:"\f559"}
.fa-bell:before{content:"\f0f3"}
.fa-book:before{content:"\f02d"}
.fa-broadcast-tower:before{content:"\f519"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-chart-bar:before{content:"\f080"}
.fa-chart-simple:before{content:"\e473"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before{content:"\f058"}
.fa-check-double:before{content:"\f560"}
.fa-circle-info:before{content:"\f05a"}
.fa-copy:before{content:"\f0c5"}
.fa-crown:before{content:"\f521"}
.fa-edit:before{content:"\f044"}
.fa-equals:before{content:"\3d"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-futbol:before{content:"\f1e3"}
.fa-gear:before{content:"\f013"}
.fa-grin:before{content:"\f580"}
.fa-home:before{content:"\f015"}
.fa-link:before{content:"\f0c1"}
.fa-list-ol:before{content:"\f0cb"}
.fa-medal:before{content:"\f5a2"}
.fa-remove:before{content:"\f00d"}
.fa-right-from-bracket:before{content:"\f2f5"}
.fa-robot:before{content:"\f544"}
.fa-scroll:before{content:"\f70e"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-nodes:before{content:"\f1e0"}
.fa-shield-halved:before{content:"\f3ed"}
.fa-spinner:before{content:"\f110"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-trophy:before{content:"\f091"}
.fa-user:before{content:"\f007"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-friends:before{content:"\f500"}
.fa-user-group:before{content:"\f500"}
.fa-user-times:before{content:"\f235"}
