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

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400-subset.woff2") format("woff2");
}

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

.fa,
.fa-classic,
.fa-solid,
.fas,
.fa-regular,
.far,
.fa-brands,
.fab {
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa::before,
.fa-classic::before,
.fa-solid::before,
.fas::before,
.fa-regular::before,
.far::before,
.fa-brands::before,
.fab::before {
  content: var(--fa);
}

.fa,
.fa-classic,
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

.fa-fw { width: 1.25em; text-align: center; }
.fa-xs { font-size: .75em; line-height: .08333em; vertical-align: .125em; }
.fa-sm { font-size: .875em; line-height: .07143em; vertical-align: .05357em; }
.fa-lg { font-size: 1.25em; line-height: .05em; vertical-align: -.075em; }
.fa-xl { font-size: 1.5em; line-height: .04167em; vertical-align: -.125em; }
.fa-2xl { font-size: 2em; line-height: .03125em; vertical-align: -.1875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }

.fa-area-chart { --fa: "\f1fe"; }
.fa-arrow-down { --fa: "\f063"; }
.fa-arrow-left-long { --fa: "\f177"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-arrow-right-long { --fa: "\f178"; }
.fa-at { --fa: "\40"; }
.fa-bar-chart { --fa: "\f080"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-boxes-stacked { --fa: "\f468"; }
.fa-calculator { --fa: "\f1ec"; }
.fa-calendar { --fa: "\f133"; }
.fa-caret-down { --fa: "\f0d7"; }
.fa-check { --fa: "\f00c"; }
.fa-check-circle,
.fa-circle-check { --fa: "\f058"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-chevron-left { --fa: "\f053"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-circle-dot { --fa: "\f192"; }
.fa-circle-info { --fa: "\f05a"; }
.fa-copy { --fa: "\f0c5"; }
.fa-exchange { --fa: "\f0ec"; }
.fa-eye { --fa: "\f06e"; }
.fa-eye-slash { --fa: "\f070"; }
.fa-futbol,
.fa-futbol-o { --fa: "\f1e3"; }
.fa-gift { --fa: "\f06b"; }
.fa-hand { --fa: "\f256"; }
.fa-horse-head { --fa: "\f7ab"; }
.fa-key { --fa: "\f084"; }
.fa-lock { --fa: "\f023"; }
.fa-minus { --fa: "\f068"; }
.fa-receipt { --fa: "\f543"; }
.fa-share { --fa: "\f064"; }
.fa-shield { --fa: "\f132"; }
.fa-shopping-basket { --fa: "\f291"; }
.fa-star { --fa: "\f005"; }
.fa-times { --fa: "\f00d"; }
.fa-times-circle { --fa: "\f057"; }
.fa-trophy { --fa: "\f091"; }
.fa-user { --fa: "\f007"; }
.fa-user-plus { --fa: "\f234"; }

.fa-facebook { --fa: "\f09a"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-instagram { --fa: "\f16d"; }
.fa-linkedin { --fa: "\f08c"; }
.fa-twitter { --fa: "\f099"; }
