/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa6 {
  font-family: var(--fa6-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa6-style, 900);
}
.fa6,
.fas,
.fa6-solid,
.fass,
.fa6-sharp,
.far,
.fa6-regular,
.fab,
.fa6-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa6-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fas,
.fa6-classic,
.fa6-solid,
.far,
.fa6-regular {
  font-family: 'Font Awesome 6 Free';
}
.fab,
.fa6-brands {
  font-family: 'Font Awesome 6 Brands';
}
.fa6-1x {
  font-size: 1em;
}
.fa6-2x {
  font-size: 2em;
}
.fa6-3x {
  font-size: 3em;
}
.fa6-4x {
  font-size: 4em;
}
.fa6-5x {
  font-size: 5em;
}
.fa6-6x {
  font-size: 6em;
}
.fa6-7x {
  font-size: 7em;
}
.fa6-8x {
  font-size: 8em;
}
.fa6-9x {
  font-size: 9em;
}
.fa6-10x {
  font-size: 10em;
}
.fa6-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa6-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa6-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa6-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa6-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa6-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa6-fw {
  text-align: center;
  width: 1.25em;
}
.fa6-ul {
  list-style-type: none;
  margin-left: var(--fa6-li-margin, 2.5em);
  padding-left: 0;
}
.fa6-ul > li {
  position: relative;
}
.fa6-li {
  left: calc(var(--fa6-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa6-li-width, 2em);
  line-height: inherit;
}
.fa6-border {
  border-color: var(--fa6-border-color, #eee);
  border-radius: var(--fa6-border-radius, 0.1em);
  border-style: var(--fa6-border-style, solid);
  border-width: var(--fa6-border-width, 0.08em);
  padding: var(--fa6-border-padding, 0.2em 0.25em 0.15em);
}
.fa6-pull-left {
  float: left;
  margin-right: var(--fa6-pull-margin, 0.3em);
}
.fa6-pull-right {
  float: right;
  margin-left: var(--fa6-pull-margin, 0.3em);
}
.fa6-beat {
  animation-name: fa6-beat;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, ease-in-out);
}
.fa6-bounce {
  animation-name: fa6-bounce;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa6-fade {
  animation-name: fa6-fade;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa6-beat-fade {
  animation-name: fa6-beat-fade;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa6-flip {
  animation-name: fa6-flip;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, ease-in-out);
}
.fa6-shake {
  animation-name: fa6-shake;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, linear);
}
.fa6-spin {
  animation-name: fa6-spin;
  animation-delay: var(--fa6-animation-delay, 0s);
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 2s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, linear);
}
.fa6-spin-reverse {
  --fa6-animation-direction: reverse;
}
.fa6-pulse,
.fa6-spin-pulse {
  animation-name: fa6-spin;
  animation-direction: var(--fa6-animation-direction, normal);
  animation-duration: var(--fa6-animation-duration, 1s);
  animation-iteration-count: var(--fa6-animation-iteration-count, infinite);
  animation-timing-function: var(--fa6-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa6-beat,
  .fa6-bounce,
  .fa6-fade,
  .fa6-beat-fade,
  .fa6-flip,
  .fa6-pulse,
  .fa6-shake,
  .fa6-spin,
  .fa6-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa6-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa6-beat-scale, 1.25));
  }
}
@keyframes fa6-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa6-bounce-start-scale-x, 1.1),var(--fa6-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa6-bounce-jump-scale-x, 0.9),var(--fa6-bounce-jump-scale-y, 1.1)) translateY(var(--fa6-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa6-bounce-land-scale-x, 1.05),var(--fa6-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--fa6-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa6-fade {
  50% {
    opacity: var(--fa6-fade-opacity, 0.4);
  }
}
@keyframes fa6-beat-fade {
  0%,
  100% {
    opacity: var(--fa6-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa6-beat-fade-scale, 1.125));
  }
}
@keyframes fa6-flip {
  50% {
    transform: rotate3d(var(--fa6-flip-x, 0), var(--fa6-flip-y, 1), var(--fa6-flip-z, 0), var(--fa6-flip-angle, -180deg));
  }
}
@keyframes fa6-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa6-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa6-rotate-90 {
  transform: rotate(90deg);
}
.fa6-rotate-180 {
  transform: rotate(180deg);
}
.fa6-rotate-270 {
  transform: rotate(270deg);
}
.fa6-flip-horizontal {
  transform: scale(-1, 1);
}
.fa6-flip-vertical {
  transform: scale(1, -1);
}
.fa6-flip-both,
.fa6-flip-horizontal.fa6-flip-vertical {
  transform: scale(-1, -1);
}
.fa6-rotate-by {
  transform: rotate(var(--fa6-rotate-angle, 0));
}
.fa6-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa6-stack-1x,
.fa6-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa6-stack-z-index, auto);
}
.fa6-stack-1x {
  line-height: inherit;
}
.fa6-stack-2x {
  font-size: 2em;
}
.fa6-inverse {
  color: var(--fa6-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa6-0::before {
  content: "\30";
}
.fa6-1::before {
  content: "\31";
}
.fa6-2::before {
  content: "\32";
}
.fa6-3::before {
  content: "\33";
}
.fa6-4::before {
  content: "\34";
}
.fa6-5::before {
  content: "\35";
}
.fa6-6::before {
  content: "\36";
}
.fa6-7::before {
  content: "\37";
}
.fa6-8::before {
  content: "\38";
}
.fa6-9::before {
  content: "\39";
}
.fa6-fill-drip::before {
  content: "\f576";
}
.fa6-arrows-to-circle::before {
  content: "\e4bd";
}
.fa6-circle-chevron-right::before {
  content: "\f138";
}
.fa6-chevron-circle-right::before {
  content: "\f138";
}
.fa6-at::before {
  content: "\40";
}
.fa6-trash-can::before {
  content: "\f2ed";
}
.fa6-trash-alt::before {
  content: "\f2ed";
}
.fa6-text-height::before {
  content: "\f034";
}
.fa6-user-xmark::before {
  content: "\f235";
}
.fa6-user-times::before {
  content: "\f235";
}
.fa6-stethoscope::before {
  content: "\f0f1";
}
.fa6-message::before {
  content: "\f27a";
}
.fa6-comment-alt::before {
  content: "\f27a";
}
.fa6-info::before {
  content: "\f129";
}
.fa6-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa6-compress-alt::before {
  content: "\f422";
}
.fa6-explosion::before {
  content: "\e4e9";
}
.fa6-file-lines::before {
  content: "\f15c";
}
.fa6-file-alt::before {
  content: "\f15c";
}
.fa6-file-text::before {
  content: "\f15c";
}
.fa6-wave-square::before {
  content: "\f83e";
}
.fa6-ring::before {
  content: "\f70b";
}
.fa6-building-un::before {
  content: "\e4d9";
}
.fa6-dice-three::before {
  content: "\f527";
}
.fa6-calendar-days::before {
  content: "\f073";
}
.fa6-calendar-alt::before {
  content: "\f073";
}
.fa6-anchor-circle-check::before {
  content: "\e4aa";
}
.fa6-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa6-volleyball::before {
  content: "\f45f";
}
.fa6-volleyball-ball::before {
  content: "\f45f";
}
.fa6-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa6-sort-down::before {
  content: "\f0dd";
}
.fa6-sort-desc::before {
  content: "\f0dd";
}
.fa6-circle-minus::before {
  content: "\f056";
}
.fa6-minus-circle::before {
  content: "\f056";
}
.fa6-door-open::before {
  content: "\f52b";
}
.fa6-right-from-bracket::before {
  content: "\f2f5";
}
.fa6-sign-out-alt::before {
  content: "\f2f5";
}
.fa6-atom::before {
  content: "\f5d2";
}
.fa6-soap::before {
  content: "\e06e";
}
.fa6-icons::before {
  content: "\f86d";
}
.fa6-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa6-microphone-lines-slash::before {
  content: "\f539";
}
.fa6-microphone-alt-slash::before {
  content: "\f539";
}
.fa6-bridge-circle-check::before {
  content: "\e4c9";
}
.fa6-pump-medical::before {
  content: "\e06a";
}
.fa6-fingerprint::before {
  content: "\f577";
}
.fa6-hand-point-right::before {
  content: "\f0a4";
}
.fa6-magnifying-glass-location::before {
  content: "\f689";
}
.fa6-search-location::before {
  content: "\f689";
}
.fa6-forward-step::before {
  content: "\f051";
}
.fa6-step-forward::before {
  content: "\f051";
}
.fa6-face-smile-beam::before {
  content: "\f5b8";
}
.fa6-smile-beam::before {
  content: "\f5b8";
}
.fa6-flag-checkered::before {
  content: "\f11e";
}
.fa6-football::before {
  content: "\f44e";
}
.fa6-football-ball::before {
  content: "\f44e";
}
.fa6-school-circle-exclamation::before {
  content: "\e56c";
}
.fa6-crop::before {
  content: "\f125";
}
.fa6-angles-down::before {
  content: "\f103";
}
.fa6-angle-double-down::before {
  content: "\f103";
}
.fa6-users-rectangle::before {
  content: "\e594";
}
.fa6-people-roof::before {
  content: "\e537";
}
.fa6-people-line::before {
  content: "\e534";
}
.fa6-beer-mug-empty::before {
  content: "\f0fc";
}
.fa6-beer::before {
  content: "\f0fc";
}
.fa6-diagram-predecessor::before {
  content: "\e477";
}
.fa6-arrow-up-long::before {
  content: "\f176";
}
.fa6-long-arrow-up::before {
  content: "\f176";
}
.fa6-fire-flame-simple::before {
  content: "\f46a";
}
.fa6-burn::before {
  content: "\f46a";
}
.fa6-person::before {
  content: "\f183";
}
.fa6-male::before {
  content: "\f183";
}
.fa6-laptop::before {
  content: "\f109";
}
.fa6-file-csv::before {
  content: "\f6dd";
}
.fa6-menorah::before {
  content: "\f676";
}
.fa6-truck-plane::before {
  content: "\e58f";
}
.fa6-record-vinyl::before {
  content: "\f8d9";
}
.fa6-face-grin-stars::before {
  content: "\f587";
}
.fa6-grin-stars::before {
  content: "\f587";
}
.fa6-bong::before {
  content: "\f55c";
}
.fa6-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa6-pastafarianism::before {
  content: "\f67b";
}
.fa6-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa6-spoon::before {
  content: "\f2e5";
}
.fa6-utensil-spoon::before {
  content: "\f2e5";
}
.fa6-jar-wheat::before {
  content: "\e517";
}
.fa6-envelopes-bulk::before {
  content: "\f674";
}
.fa6-mail-bulk::before {
  content: "\f674";
}
.fa6-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa6-circle-h::before {
  content: "\f47e";
}
.fa6-hospital-symbol::before {
  content: "\f47e";
}
.fa6-pager::before {
  content: "\f815";
}
.fa6-address-book::before {
  content: "\f2b9";
}
.fa6-contact-book::before {
  content: "\f2b9";
}
.fa6-strikethrough::before {
  content: "\f0cc";
}
.fa6-k::before {
  content: "\4b";
}
.fa6-landmark-flag::before {
  content: "\e51c";
}
.fa6-pencil::before {
  content: "\f303";
}
.fa6-pencil-alt::before {
  content: "\f303";
}
.fa6-backward::before {
  content: "\f04a";
}
.fa6-caret-right::before {
  content: "\f0da";
}
.fa6-comments::before {
  content: "\f086";
}
.fa6-paste::before {
  content: "\f0ea";
}
.fa6-file-clipboard::before {
  content: "\f0ea";
}
.fa6-code-pull-request::before {
  content: "\e13c";
}
.fa6-clipboard-list::before {
  content: "\f46d";
}
.fa6-truck-ramp-box::before {
  content: "\f4de";
}
.fa6-truck-loading::before {
  content: "\f4de";
}
.fa6-user-check::before {
  content: "\f4fc";
}
.fa6-vial-virus::before {
  content: "\e597";
}
.fa6-sheet-plastic::before {
  content: "\e571";
}
.fa6-blog::before {
  content: "\f781";
}
.fa6-user-ninja::before {
  content: "\f504";
}
.fa6-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa6-scroll-torah::before {
  content: "\f6a0";
}
.fa6-torah::before {
  content: "\f6a0";
}
.fa6-broom-ball::before {
  content: "\f458";
}
.fa6-quidditch::before {
  content: "\f458";
}
.fa6-quidditch-broom-ball::before {
  content: "\f458";
}
.fa6-toggle-off::before {
  content: "\f204";
}
.fa6-box-archive::before {
  content: "\f187";
}
.fa6-archive::before {
  content: "\f187";
}
.fa6-person-drowning::before {
  content: "\e545";
}
.fa6-arrow-down-9-1::before {
  content: "\f886";
}
.fa6-sort-numeric-desc::before {
  content: "\f886";
}
.fa6-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa6-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa6-grin-tongue-squint::before {
  content: "\f58a";
}
.fa6-spray-can::before {
  content: "\f5bd";
}
.fa6-truck-monster::before {
  content: "\f63b";
}
.fa6-w::before {
  content: "\57";
}
.fa6-earth-africa::before {
  content: "\f57c";
}
.fa6-globe-africa::before {
  content: "\f57c";
}
.fa6-rainbow::before {
  content: "\f75b";
}
.fa6-circle-notch::before {
  content: "\f1ce";
}
.fa6-tablet-screen-button::before {
  content: "\f3fa";
}
.fa6-tablet-alt::before {
  content: "\f3fa";
}
.fa6-paw::before {
  content: "\f1b0";
}
.fa6-cloud::before {
  content: "\f0c2";
}
.fa6-trowel-bricks::before {
  content: "\e58a";
}
.fa6-face-flushed::before {
  content: "\f579";
}
.fa6-flushed::before {
  content: "\f579";
}
.fa6-hospital-user::before {
  content: "\f80d";
}
.fa6-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa6-gavel::before {
  content: "\f0e3";
}
.fa6-legal::before {
  content: "\f0e3";
}
.fa6-binoculars::before {
  content: "\f1e5";
}
.fa6-microphone-slash::before {
  content: "\f131";
}
.fa6-box-tissue::before {
  content: "\e05b";
}
.fa6-motorcycle::before {
  content: "\f21c";
}
.fa6-bell-concierge::before {
  content: "\f562";
}
.fa6-concierge-bell::before {
  content: "\f562";
}
.fa6-pen-ruler::before {
  content: "\f5ae";
}
.fa6-pencil-ruler::before {
  content: "\f5ae";
}
.fa6-people-arrows::before {
  content: "\e068";
}
.fa6-people-arrows-left-right::before {
  content: "\e068";
}
.fa6-mars-and-venus-burst::before {
  content: "\e523";
}
.fa6-square-caret-right::before {
  content: "\f152";
}
.fa6-caret-square-right::before {
  content: "\f152";
}
.fa6-scissors::before {
  content: "\f0c4";
}
.fa6-cut::before {
  content: "\f0c4";
}
.fa6-sun-plant-wilt::before {
  content: "\e57a";
}
.fa6-toilets-portable::before {
  content: "\e584";
}
.fa6-hockey-puck::before {
  content: "\f453";
}
.fa6-table::before {
  content: "\f0ce";
}
.fa6-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa6-tachograph-digital::before {
  content: "\f566";
}
.fa6-digital-tachograph::before {
  content: "\f566";
}
.fa6-users-slash::before {
  content: "\e073";
}
.fa6-clover::before {
  content: "\e139";
}
.fa6-reply::before {
  content: "\f3e5";
}
.fa6-mail-reply::before {
  content: "\f3e5";
}
.fa6-star-and-crescent::before {
  content: "\f699";
}
.fa6-house-fire::before {
  content: "\e50c";
}
.fa6-square-minus::before {
  content: "\f146";
}
.fa6-minus-square::before {
  content: "\f146";
}
.fa6-helicopter::before {
  content: "\f533";
}
.fa6-compass::before {
  content: "\f14e";
}
.fa6-square-caret-down::before {
  content: "\f150";
}
.fa6-caret-square-down::before {
  content: "\f150";
}
.fa6-file-circle-question::before {
  content: "\e4ef";
}
.fa6-laptop-code::before {
  content: "\f5fc";
}
.fa6-swatchbook::before {
  content: "\f5c3";
}
.fa6-prescription-bottle::before {
  content: "\f485";
}
.fa6-bars::before {
  content: "\f0c9";
}
.fa6-navicon::before {
  content: "\f0c9";
}
.fa6-people-group::before {
  content: "\e533";
}
.fa6-hourglass-end::before {
  content: "\f253";
}
.fa6-hourglass-3::before {
  content: "\f253";
}
.fa6-heart-crack::before {
  content: "\f7a9";
}
.fa6-heart-broken::before {
  content: "\f7a9";
}
.fa6-square-up-right::before {
  content: "\f360";
}
.fa6-external-link-square-alt::before {
  content: "\f360";
}
.fa6-face-kiss-beam::before {
  content: "\f597";
}
.fa6-kiss-beam::before {
  content: "\f597";
}
.fa6-film::before {
  content: "\f008";
}
.fa6-ruler-horizontal::before {
  content: "\f547";
}
.fa6-people-robbery::before {
  content: "\e536";
}
.fa6-lightbulb::before {
  content: "\f0eb";
}
.fa6-caret-left::before {
  content: "\f0d9";
}
.fa6-circle-exclamation::before {
  content: "\f06a";
}
.fa6-exclamation-circle::before {
  content: "\f06a";
}
.fa6-school-circle-xmark::before {
  content: "\e56d";
}
.fa6-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa6-sign-out::before {
  content: "\f08b";
}
.fa6-circle-chevron-down::before {
  content: "\f13a";
}
.fa6-chevron-circle-down::before {
  content: "\f13a";
}
.fa6-unlock-keyhole::before {
  content: "\f13e";
}
.fa6-unlock-alt::before {
  content: "\f13e";
}
.fa6-cloud-showers-heavy::before {
  content: "\f740";
}
.fa6-headphones-simple::before {
  content: "\f58f";
}
.fa6-headphones-alt::before {
  content: "\f58f";
}
.fa6-sitemap::before {
  content: "\f0e8";
}
.fa6-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa6-donate::before {
  content: "\f4b9";
}
.fa6-memory::before {
  content: "\f538";
}
.fa6-road-spikes::before {
  content: "\e568";
}
.fa6-fire-burner::before {
  content: "\e4f1";
}
.fa6-flag::before {
  content: "\f024";
}
.fa6-hanukiah::before {
  content: "\f6e6";
}
.fa6-feather::before {
  content: "\f52d";
}
.fa6-volume-low::before {
  content: "\f027";
}
.fa6-volume-down::before {
  content: "\f027";
}
.fa6-comment-slash::before {
  content: "\f4b3";
}
.fa6-cloud-sun-rain::before {
  content: "\f743";
}
.fa6-compress::before {
  content: "\f066";
}
.fa6-wheat-awn::before {
  content: "\e2cd";
}
.fa6-wheat-alt::before {
  content: "\e2cd";
}
.fa6-ankh::before {
  content: "\f644";
}
.fa6-hands-holding-child::before {
  content: "\e4fa";
}
.fa6-asterisk::before {
  content: "\2a";
}
.fa6-square-check::before {
  content: "\f14a";
}
.fa6-check-square::before {
  content: "\f14a";
}
.fa6-peseta-sign::before {
  content: "\e221";
}
.fa6-heading::before {
  content: "\f1dc";
}
.fa6-header::before {
  content: "\f1dc";
}
.fa6-ghost::before {
  content: "\f6e2";
}
.fa6-list::before {
  content: "\f03a";
}
.fa6-list-squares::before {
  content: "\f03a";
}
.fa6-square-phone-flip::before {
  content: "\f87b";
}
.fa6-phone-square-alt::before {
  content: "\f87b";
}
.fa6-cart-plus::before {
  content: "\f217";
}
.fa6-gamepad::before {
  content: "\f11b";
}
.fa6-circle-dot::before {
  content: "\f192";
}
.fa6-dot-circle::before {
  content: "\f192";
}
.fa6-face-dizzy::before {
  content: "\f567";
}
.fa6-dizzy::before {
  content: "\f567";
}
.fa6-egg::before {
  content: "\f7fb";
}
.fa6-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa6-campground::before {
  content: "\f6bb";
}
.fa6-folder-plus::before {
  content: "\f65e";
}
.fa6-futbol::before {
  content: "\f1e3";
}
.fa6-futbol-ball::before {
  content: "\f1e3";
}
.fa6-soccer-ball::before {
  content: "\f1e3";
}
.fa6-paintbrush::before {
  content: "\f1fc";
}
.fa6-paint-brush::before {
  content: "\f1fc";
}
.fa6-lock::before {
  content: "\f023";
}
.fa6-gas-pump::before {
  content: "\f52f";
}
.fa6-hot-tub-person::before {
  content: "\f593";
}
.fa6-hot-tub::before {
  content: "\f593";
}
.fa6-map-location::before {
  content: "\f59f";
}
.fa6-map-marked::before {
  content: "\f59f";
}
.fa6-house-flood-water::before {
  content: "\e50e";
}
.fa6-tree::before {
  content: "\f1bb";
}
.fa6-bridge-lock::before {
  content: "\e4cc";
}
.fa6-sack-dollar::before {
  content: "\f81d";
}
.fa6-pen-to-square::before {
  content: "\f044";
}
.fa6-edit::before {
  content: "\f044";
}
.fa6-car-side::before {
  content: "\f5e4";
}
.fa6-share-nodes::before {
  content: "\f1e0";
}
.fa6-share-alt::before {
  content: "\f1e0";
}
.fa6-heart-circle-minus::before {
  content: "\e4ff";
}
.fa6-hourglass-half::before {
  content: "\f252";
}
.fa6-hourglass-2::before {
  content: "\f252";
}
.fa6-microscope::before {
  content: "\f610";
}
.fa6-sink::before {
  content: "\e06d";
}
.fa6-bag-shopping::before {
  content: "\f290";
}
.fa6-shopping-bag::before {
  content: "\f290";
}
.fa6-arrow-down-z-a::before {
  content: "\f881";
}
.fa6-sort-alpha-desc::before {
  content: "\f881";
}
.fa6-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa6-mitten::before {
  content: "\f7b5";
}
.fa6-person-rays::before {
  content: "\e54d";
}
.fa6-users::before {
  content: "\f0c0";
}
.fa6-eye-slash::before {
  content: "\f070";
}
.fa6-flask-vial::before {
  content: "\e4f3";
}
.fa6-hand::before {
  content: "\f256";
}
.fa6-hand-paper::before {
  content: "\f256";
}
.fa6-om::before {
  content: "\f679";
}
.fa6-worm::before {
  content: "\e599";
}
.fa6-house-circle-xmark::before {
  content: "\e50b";
}
.fa6-plug::before {
  content: "\f1e6";
}
.fa6-chevron-up::before {
  content: "\f077";
}
.fa6-hand-spock::before {
  content: "\f259";
}
.fa6-stopwatch::before {
  content: "\f2f2";
}
.fa6-face-kiss::before {
  content: "\f596";
}
.fa6-kiss::before {
  content: "\f596";
}
.fa6-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa6-face-grin-tongue::before {
  content: "\f589";
}
.fa6-grin-tongue::before {
  content: "\f589";
}
.fa6-chess-bishop::before {
  content: "\f43a";
}
.fa6-face-grin-wink::before {
  content: "\f58c";
}
.fa6-grin-wink::before {
  content: "\f58c";
}
.fa6-ear-deaf::before {
  content: "\f2a4";
}
.fa6-deaf::before {
  content: "\f2a4";
}
.fa6-deafness::before {
  content: "\f2a4";
}
.fa6-hard-of-hearing::before {
  content: "\f2a4";
}
.fa6-road-circle-check::before {
  content: "\e564";
}
.fa6-dice-five::before {
  content: "\f523";
}
.fa6-square-rss::before {
  content: "\f143";
}
.fa6-rss-square::before {
  content: "\f143";
}
.fa6-land-mine-on::before {
  content: "\e51b";
}
.fa6-i-cursor::before {
  content: "\f246";
}
.fa6-stamp::before {
  content: "\f5bf";
}
.fa6-stairs::before {
  content: "\e289";
}
.fa6-i::before {
  content: "\49";
}
.fa6-hryvnia-sign::before {
  content: "\f6f2";
}
.fa6-hryvnia::before {
  content: "\f6f2";
}
.fa6-pills::before {
  content: "\f484";
}
.fa6-face-grin-wide::before {
  content: "\f581";
}
.fa6-grin-alt::before {
  content: "\f581";
}
.fa6-tooth::before {
  content: "\f5c9";
}
.fa6-v::before {
  content: "\56";
}
.fa6-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa6-bicycle::before {
  content: "\f206";
}
.fa6-staff-snake::before {
  content: "\e579";
}
.fa6-rod-asclepius::before {
  content: "\e579";
}
.fa6-rod-snake::before {
  content: "\e579";
}
.fa6-staff-aesculapius::before {
  content: "\e579";
}
.fa6-head-side-cough-slash::before {
  content: "\e062";
}
.fa6-truck-medical::before {
  content: "\f0f9";
}
.fa6-ambulance::before {
  content: "\f0f9";
}
.fa6-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa6-snowman::before {
  content: "\f7d0";
}
.fa6-mortar-pestle::before {
  content: "\f5a7";
}
.fa6-road-barrier::before {
  content: "\e562";
}
.fa6-school::before {
  content: "\f549";
}
.fa6-igloo::before {
  content: "\f7ae";
}
.fa6-joint::before {
  content: "\f595";
}
.fa6-angle-right::before {
  content: "\f105";
}
.fa6-horse::before {
  content: "\f6f0";
}
.fa6-q::before {
  content: "\51";
}
.fa6-g::before {
  content: "\47";
}
.fa6-notes-medical::before {
  content: "\f481";
}
.fa6-temperature-half::before {
  content: "\f2c9";
}
.fa6-temperature-2::before {
  content: "\f2c9";
}
.fa6-thermometer-2::before {
  content: "\f2c9";
}
.fa6-thermometer-half::before {
  content: "\f2c9";
}
.fa6-dong-sign::before {
  content: "\e169";
}
.fa6-capsules::before {
  content: "\f46b";
}
.fa6-poo-storm::before {
  content: "\f75a";
}
.fa6-poo-bolt::before {
  content: "\f75a";
}
.fa6-face-frown-open::before {
  content: "\f57a";
}
.fa6-frown-open::before {
  content: "\f57a";
}
.fa6-hand-point-up::before {
  content: "\f0a6";
}
.fa6-money-bill::before {
  content: "\f0d6";
}
.fa6-bookmark::before {
  content: "\f02e";
}
.fa6-align-justify::before {
  content: "\f039";
}
.fa6-umbrella-beach::before {
  content: "\f5ca";
}
.fa6-helmet-un::before {
  content: "\e503";
}
.fa6-bullseye::before {
  content: "\f140";
}
.fa6-bacon::before {
  content: "\f7e5";
}
.fa6-hand-point-down::before {
  content: "\f0a7";
}
.fa6-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa6-folder::before {
  content: "\f07b";
}
.fa6-folder-blank::before {
  content: "\f07b";
}
.fa6-file-waveform::before {
  content: "\f478";
}
.fa6-file-medical-alt::before {
  content: "\f478";
}
.fa6-radiation::before {
  content: "\f7b9";
}
.fa6-chart-simple::before {
  content: "\e473";
}
.fa6-mars-stroke::before {
  content: "\f229";
}
.fa6-vial::before {
  content: "\f492";
}
.fa6-gauge::before {
  content: "\f624";
}
.fa6-dashboard::before {
  content: "\f624";
}
.fa6-gauge-med::before {
  content: "\f624";
}
.fa6-tachometer-alt-average::before {
  content: "\f624";
}
.fa6-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa6-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa6-e::before {
  content: "\45";
}
.fa6-pen-clip::before {
  content: "\f305";
}
.fa6-pen-alt::before {
  content: "\f305";
}
.fa6-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa6-user::before {
  content: "\f007";
}
.fa6-school-circle-check::before {
  content: "\e56b";
}
.fa6-dumpster::before {
  content: "\f793";
}
.fa6-van-shuttle::before {
  content: "\f5b6";
}
.fa6-shuttle-van::before {
  content: "\f5b6";
}
.fa6-building-user::before {
  content: "\e4da";
}
.fa6-square-caret-left::before {
  content: "\f191";
}
.fa6-caret-square-left::before {
  content: "\f191";
}
.fa6-highlighter::before {
  content: "\f591";
}
.fa6-key::before {
  content: "\f084";
}
.fa6-bullhorn::before {
  content: "\f0a1";
}
.fa6-globe::before {
  content: "\f0ac";
}
.fa6-synagogue::before {
  content: "\f69b";
}
.fa6-person-half-dress::before {
  content: "\e548";
}
.fa6-road-bridge::before {
  content: "\e563";
}
.fa6-location-arrow::before {
  content: "\f124";
}
.fa6-c::before {
  content: "\43";
}
.fa6-tablet-button::before {
  content: "\f10a";
}
.fa6-building-lock::before {
  content: "\e4d6";
}
.fa6-pizza-slice::before {
  content: "\f818";
}
.fa6-money-bill-wave::before {
  content: "\f53a";
}
.fa6-chart-area::before {
  content: "\f1fe";
}
.fa6-area-chart::before {
  content: "\f1fe";
}
.fa6-house-flag::before {
  content: "\e50d";
}
.fa6-person-circle-minus::before {
  content: "\e540";
}
.fa6-ban::before {
  content: "\f05e";
}
.fa6-cancel::before {
  content: "\f05e";
}
.fa6-camera-rotate::before {
  content: "\e0d8";
}
.fa6-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa6-air-freshener::before {
  content: "\f5d0";
}
.fa6-star::before {
  content: "\f005";
}
.fa6-repeat::before {
  content: "\f363";
}
.fa6-cross::before {
  content: "\f654";
}
.fa6-box::before {
  content: "\f466";
}
.fa6-venus-mars::before {
  content: "\f228";
}
.fa6-arrow-pointer::before {
  content: "\f245";
}
.fa6-mouse-pointer::before {
  content: "\f245";
}
.fa6-maximize::before {
  content: "\f31e";
}
.fa6-expand-arrows-alt::before {
  content: "\f31e";
}
.fa6-charging-station::before {
  content: "\f5e7";
}
.fa6-shapes::before {
  content: "\f61f";
}
.fa6-triangle-circle-square::before {
  content: "\f61f";
}
.fa6-shuffle::before {
  content: "\f074";
}
.fa6-random::before {
  content: "\f074";
}
.fa6-person-running::before {
  content: "\f70c";
}
.fa6-running::before {
  content: "\f70c";
}
.fa6-mobile-retro::before {
  content: "\e527";
}
.fa6-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa6-spider::before {
  content: "\f717";
}
.fa6-hands-bound::before {
  content: "\e4f9";
}
.fa6-file-invoice-dollar::before {
  content: "\f571";
}
.fa6-plane-circle-exclamation::before {
  content: "\e556";
}
.fa6-x-ray::before {
  content: "\f497";
}
.fa6-spell-check::before {
  content: "\f891";
}
.fa6-slash::before {
  content: "\f715";
}
.fa6-computer-mouse::before {
  content: "\f8cc";
}
.fa6-mouse::before {
  content: "\f8cc";
}
.fa6-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa6-sign-in::before {
  content: "\f090";
}
.fa6-shop-slash::before {
  content: "\e070";
}
.fa6-store-alt-slash::before {
  content: "\e070";
}
.fa6-server::before {
  content: "\f233";
}
.fa6-virus-covid-slash::before {
  content: "\e4a9";
}
.fa6-shop-lock::before {
  content: "\e4a5";
}
.fa6-hourglass-start::before {
  content: "\f251";
}
.fa6-hourglass-1::before {
  content: "\f251";
}
.fa6-blender-phone::before {
  content: "\f6b6";
}
.fa6-building-wheat::before {
  content: "\e4db";
}
.fa6-person-breastfeeding::before {
  content: "\e53a";
}
.fa6-right-to-bracket::before {
  content: "\f2f6";
}
.fa6-sign-in-alt::before {
  content: "\f2f6";
}
.fa6-venus::before {
  content: "\f221";
}
.fa6-passport::before {
  content: "\f5ab";
}
.fa6-heart-pulse::before {
  content: "\f21e";
}
.fa6-heartbeat::before {
  content: "\f21e";
}
.fa6-people-carry-box::before {
  content: "\f4ce";
}
.fa6-people-carry::before {
  content: "\f4ce";
}
.fa6-temperature-high::before {
  content: "\f769";
}
.fa6-microchip::before {
  content: "\f2db";
}
.fa6-crown::before {
  content: "\f521";
}
.fa6-weight-hanging::before {
  content: "\f5cd";
}
.fa6-xmarks-lines::before {
  content: "\e59a";
}
.fa6-file-prescription::before {
  content: "\f572";
}
.fa6-weight-scale::before {
  content: "\f496";
}
.fa6-weight::before {
  content: "\f496";
}
.fa6-user-group::before {
  content: "\f500";
}
.fa6-user-friends::before {
  content: "\f500";
}
.fa6-arrow-up-a-z::before {
  content: "\f15e";
}
.fa6-sort-alpha-up::before {
  content: "\f15e";
}
.fa6-chess-knight::before {
  content: "\f441";
}
.fa6-face-laugh-squint::before {
  content: "\f59b";
}
.fa6-laugh-squint::before {
  content: "\f59b";
}
.fa6-wheelchair::before {
  content: "\f193";
}
.fa6-circle-arrow-up::before {
  content: "\f0aa";
}
.fa6-arrow-circle-up::before {
  content: "\f0aa";
}
.fa6-toggle-on::before {
  content: "\f205";
}
.fa6-person-walking::before {
  content: "\f554";
}
.fa6-walking::before {
  content: "\f554";
}
.fa6-l::before {
  content: "\4c";
}
.fa6-fire::before {
  content: "\f06d";
}
.fa6-bed-pulse::before {
  content: "\f487";
}
.fa6-procedures::before {
  content: "\f487";
}
.fa6-shuttle-space::before {
  content: "\f197";
}
.fa6-space-shuttle::before {
  content: "\f197";
}
.fa6-face-laugh::before {
  content: "\f599";
}
.fa6-laugh::before {
  content: "\f599";
}
.fa6-folder-open::before {
  content: "\f07c";
}
.fa6-heart-circle-plus::before {
  content: "\e500";
}
.fa6-code-fork::before {
  content: "\e13b";
}
.fa6-city::before {
  content: "\f64f";
}
.fa6-microphone-lines::before {
  content: "\f3c9";
}
.fa6-microphone-alt::before {
  content: "\f3c9";
}
.fa6-pepper-hot::before {
  content: "\f816";
}
.fa6-unlock::before {
  content: "\f09c";
}
.fa6-colon-sign::before {
  content: "\e140";
}
.fa6-headset::before {
  content: "\f590";
}
.fa6-store-slash::before {
  content: "\e071";
}
.fa6-road-circle-xmark::before {
  content: "\e566";
}
.fa6-user-minus::before {
  content: "\f503";
}
.fa6-mars-stroke-up::before {
  content: "\f22a";
}
.fa6-mars-stroke-v::before {
  content: "\f22a";
}
.fa6-champagne-glasses::before {
  content: "\f79f";
}
.fa6-glass-cheers::before {
  content: "\f79f";
}
.fa6-clipboard::before {
  content: "\f328";
}
.fa6-house-circle-exclamation::before {
  content: "\e50a";
}
.fa6-file-arrow-up::before {
  content: "\f574";
}
.fa6-file-upload::before {
  content: "\f574";
}
.fa6-wifi::before {
  content: "\f1eb";
}
.fa6-wifi-3::before {
  content: "\f1eb";
}
.fa6-wifi-strong::before {
  content: "\f1eb";
}
.fa6-bath::before {
  content: "\f2cd";
}
.fa6-bathtub::before {
  content: "\f2cd";
}
.fa6-underline::before {
  content: "\f0cd";
}
.fa6-user-pen::before {
  content: "\f4ff";
}
.fa6-user-edit::before {
  content: "\f4ff";
}
.fa6-signature::before {
  content: "\f5b7";
}
.fa6-stroopwafel::before {
  content: "\f551";
}
.fa6-bold::before {
  content: "\f032";
}
.fa6-anchor-lock::before {
  content: "\e4ad";
}
.fa6-building-ngo::before {
  content: "\e4d7";
}
.fa6-manat-sign::before {
  content: "\e1d5";
}
.fa6-not-equal::before {
  content: "\f53e";
}
.fa6-border-top-left::before {
  content: "\f853";
}
.fa6-border-style::before {
  content: "\f853";
}
.fa6-map-location-dot::before {
  content: "\f5a0";
}
.fa6-map-marked-alt::before {
  content: "\f5a0";
}
.fa6-jedi::before {
  content: "\f669";
}
.fa6-square-poll-vertical::before {
  content: "\f681";
}
.fa6-poll::before {
  content: "\f681";
}
.fa6-mug-hot::before {
  content: "\f7b6";
}
.fa6-car-battery::before {
  content: "\f5df";
}
.fa6-battery-car::before {
  content: "\f5df";
}
.fa6-gift::before {
  content: "\f06b";
}
.fa6-dice-two::before {
  content: "\f528";
}
.fa6-chess-queen::before {
  content: "\f445";
}
.fa6-glasses::before {
  content: "\f530";
}
.fa6-chess-board::before {
  content: "\f43c";
}
.fa6-building-circle-check::before {
  content: "\e4d2";
}
.fa6-person-chalkboard::before {
  content: "\e53d";
}
.fa6-mars-stroke-right::before {
  content: "\f22b";
}
.fa6-mars-stroke-h::before {
  content: "\f22b";
}
.fa6-hand-back-fist::before {
  content: "\f255";
}
.fa6-hand-rock::before {
  content: "\f255";
}
.fa6-square-caret-up::before {
  content: "\f151";
}
.fa6-caret-square-up::before {
  content: "\f151";
}
.fa6-cloud-showers-water::before {
  content: "\e4e4";
}
.fa6-chart-bar::before {
  content: "\f080";
}
.fa6-bar-chart::before {
  content: "\f080";
}
.fa6-hands-bubbles::before {
  content: "\e05e";
}
.fa6-hands-wash::before {
  content: "\e05e";
}
.fa6-less-than-equal::before {
  content: "\f537";
}
.fa6-train::before {
  content: "\f238";
}
.fa6-eye-low-vision::before {
  content: "\f2a8";
}
.fa6-low-vision::before {
  content: "\f2a8";
}
.fa6-crow::before {
  content: "\f520";
}
.fa6-sailboat::before {
  content: "\e445";
}
.fa6-window-restore::before {
  content: "\f2d2";
}
.fa6-square-plus::before {
  content: "\f0fe";
}
.fa6-plus-square::before {
  content: "\f0fe";
}
.fa6-torii-gate::before {
  content: "\f6a1";
}
.fa6-frog::before {
  content: "\f52e";
}
.fa6-bucket::before {
  content: "\e4cf";
}
.fa6-image::before {
  content: "\f03e";
}
.fa6-microphone::before {
  content: "\f130";
}
.fa6-cow::before {
  content: "\f6c8";
}
.fa6-caret-up::before {
  content: "\f0d8";
}
.fa6-screwdriver::before {
  content: "\f54a";
}
.fa6-folder-closed::before {
  content: "\e185";
}
.fa6-house-tsunami::before {
  content: "\e515";
}
.fa6-square-nfi::before {
  content: "\e576";
}
.fa6-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa6-martini-glass::before {
  content: "\f57b";
}
.fa6-glass-martini-alt::before {
  content: "\f57b";
}
.fa6-rotate-left::before {
  content: "\f2ea";
}
.fa6-rotate-back::before {
  content: "\f2ea";
}
.fa6-rotate-backward::before {
  content: "\f2ea";
}
.fa6-undo-alt::before {
  content: "\f2ea";
}
.fa6-table-columns::before {
  content: "\f0db";
}
.fa6-columns::before {
  content: "\f0db";
}
.fa6-lemon::before {
  content: "\f094";
}
.fa6-head-side-mask::before {
  content: "\e063";
}
.fa6-handshake::before {
  content: "\f2b5";
}
.fa6-gem::before {
  content: "\f3a5";
}
.fa6-dolly::before {
  content: "\f472";
}
.fa6-dolly-box::before {
  content: "\f472";
}
.fa6-smoking::before {
  content: "\f48d";
}
.fa6-minimize::before {
  content: "\f78c";
}
.fa6-compress-arrows-alt::before {
  content: "\f78c";
}
.fa6-monument::before {
  content: "\f5a6";
}
.fa6-snowplow::before {
  content: "\f7d2";
}
.fa6-angles-right::before {
  content: "\f101";
}
.fa6-angle-double-right::before {
  content: "\f101";
}
.fa6-cannabis::before {
  content: "\f55f";
}
.fa6-circle-play::before {
  content: "\f144";
}
.fa6-play-circle::before {
  content: "\f144";
}
.fa6-tablets::before {
  content: "\f490";
}
.fa6-ethernet::before {
  content: "\f796";
}
.fa6-euro-sign::before {
  content: "\f153";
}
.fa6-eur::before {
  content: "\f153";
}
.fa6-euro::before {
  content: "\f153";
}
.fa6-chair::before {
  content: "\f6c0";
}
.fa6-circle-check::before {
  content: "\f058";
}
.fa6-check-circle::before {
  content: "\f058";
}
.fa6-circle-stop::before {
  content: "\f28d";
}
.fa6-stop-circle::before {
  content: "\f28d";
}
.fa6-compass-drafting::before {
  content: "\f568";
}
.fa6-drafting-compass::before {
  content: "\f568";
}
.fa6-plate-wheat::before {
  content: "\e55a";
}
.fa6-icicles::before {
  content: "\f7ad";
}
.fa6-person-shelter::before {
  content: "\e54f";
}
.fa6-neuter::before {
  content: "\f22c";
}
.fa6-id-badge::before {
  content: "\f2c1";
}
.fa6-marker::before {
  content: "\f5a1";
}
.fa6-face-laugh-beam::before {
  content: "\f59a";
}
.fa6-laugh-beam::before {
  content: "\f59a";
}
.fa6-helicopter-symbol::before {
  content: "\e502";
}
.fa6-universal-access::before {
  content: "\f29a";
}
.fa6-circle-chevron-up::before {
  content: "\f139";
}
.fa6-chevron-circle-up::before {
  content: "\f139";
}
.fa6-lari-sign::before {
  content: "\e1c8";
}
.fa6-volcano::before {
  content: "\f770";
}
.fa6-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa6-sterling-sign::before {
  content: "\f154";
}
.fa6-gbp::before {
  content: "\f154";
}
.fa6-pound-sign::before {
  content: "\f154";
}
.fa6-viruses::before {
  content: "\e076";
}
.fa6-square-person-confined::before {
  content: "\e577";
}
.fa6-user-tie::before {
  content: "\f508";
}
.fa6-arrow-down-long::before {
  content: "\f175";
}
.fa6-long-arrow-down::before {
  content: "\f175";
}
.fa6-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa6-certificate::before {
  content: "\f0a3";
}
.fa6-reply-all::before {
  content: "\f122";
}
.fa6-mail-reply-all::before {
  content: "\f122";
}
.fa6-suitcase::before {
  content: "\f0f2";
}
.fa6-person-skating::before {
  content: "\f7c5";
}
.fa6-skating::before {
  content: "\f7c5";
}
.fa6-filter-circle-dollar::before {
  content: "\f662";
}
.fa6-funnel-dollar::before {
  content: "\f662";
}
.fa6-camera-retro::before {
  content: "\f083";
}
.fa6-circle-arrow-down::before {
  content: "\f0ab";
}
.fa6-arrow-circle-down::before {
  content: "\f0ab";
}
.fa6-file-import::before {
  content: "\f56f";
}
.fa6-arrow-right-to-file::before {
  content: "\f56f";
}
.fa6-square-arrow-up-right::before {
  content: "\f14c";
}
.fa6-external-link-square::before {
  content: "\f14c";
}
.fa6-box-open::before {
  content: "\f49e";
}
.fa6-scroll::before {
  content: "\f70e";
}
.fa6-spa::before {
  content: "\f5bb";
}
.fa6-location-pin-lock::before {
  content: "\e51f";
}
.fa6-pause::before {
  content: "\f04c";
}
.fa6-hill-avalanche::before {
  content: "\e507";
}
.fa6-temperature-empty::before {
  content: "\f2cb";
}
.fa6-temperature-0::before {
  content: "\f2cb";
}
.fa6-thermometer-0::before {
  content: "\f2cb";
}
.fa6-thermometer-empty::before {
  content: "\f2cb";
}
.fa6-bomb::before {
  content: "\f1e2";
}
.fa6-registered::before {
  content: "\f25d";
}
.fa6-address-card::before {
  content: "\f2bb";
}
.fa6-contact-card::before {
  content: "\f2bb";
}
.fa6-vcard::before {
  content: "\f2bb";
}
.fa6-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa6-balance-scale-right::before {
  content: "\f516";
}
.fa6-subscript::before {
  content: "\f12c";
}
.fa6-diamond-turn-right::before {
  content: "\f5eb";
}
.fa6-directions::before {
  content: "\f5eb";
}
.fa6-burst::before {
  content: "\e4dc";
}
.fa6-house-laptop::before {
  content: "\e066";
}
.fa6-laptop-house::before {
  content: "\e066";
}
.fa6-face-tired::before {
  content: "\f5c8";
}
.fa6-tired::before {
  content: "\f5c8";
}
.fa6-money-bills::before {
  content: "\e1f3";
}
.fa6-smog::before {
  content: "\f75f";
}
.fa6-crutch::before {
  content: "\f7f7";
}
.fa6-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa6-cloud-upload::before {
  content: "\f0ee";
}
.fa6-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa6-palette::before {
  content: "\f53f";
}
.fa6-arrows-turn-right::before {
  content: "\e4c0";
}
.fa6-vest::before {
  content: "\e085";
}
.fa6-ferry::before {
  content: "\e4ea";
}
.fa6-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa6-seedling::before {
  content: "\f4d8";
}
.fa6-sprout::before {
  content: "\f4d8";
}
.fa6-left-right::before {
  content: "\f337";
}
.fa6-arrows-alt-h::before {
  content: "\f337";
}
.fa6-boxes-packing::before {
  content: "\e4c7";
}
.fa6-circle-arrow-left::before {
  content: "\f0a8";
}
.fa6-arrow-circle-left::before {
  content: "\f0a8";
}
.fa6-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa6-bowl-food::before {
  content: "\e4c6";
}
.fa6-candy-cane::before {
  content: "\f786";
}
.fa6-arrow-down-wide-short::before {
  content: "\f160";
}
.fa6-sort-amount-asc::before {
  content: "\f160";
}
.fa6-sort-amount-down::before {
  content: "\f160";
}
.fa6-cloud-bolt::before {
  content: "\f76c";
}
.fa6-thunderstorm::before {
  content: "\f76c";
}
.fa6-text-slash::before {
  content: "\f87d";
}
.fa6-remove-format::before {
  content: "\f87d";
}
.fa6-face-smile-wink::before {
  content: "\f4da";
}
.fa6-smile-wink::before {
  content: "\f4da";
}
.fa6-file-word::before {
  content: "\f1c2";
}
.fa6-file-powerpoint::before {
  content: "\f1c4";
}
.fa6-arrows-left-right::before {
  content: "\f07e";
}
.fa6-arrows-h::before {
  content: "\f07e";
}
.fa6-house-lock::before {
  content: "\e510";
}
.fa6-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa6-cloud-download::before {
  content: "\f0ed";
}
.fa6-cloud-download-alt::before {
  content: "\f0ed";
}
.fa6-children::before {
  content: "\e4e1";
}
.fa6-chalkboard::before {
  content: "\f51b";
}
.fa6-blackboard::before {
  content: "\f51b";
}
.fa6-user-large-slash::before {
  content: "\f4fa";
}
.fa6-user-alt-slash::before {
  content: "\f4fa";
}
.fa6-envelope-open::before {
  content: "\f2b6";
}
.fa6-handshake-simple-slash::before {
  content: "\e05f";
}
.fa6-handshake-alt-slash::before {
  content: "\e05f";
}
.fa6-mattress-pillow::before {
  content: "\e525";
}
.fa6-guarani-sign::before {
  content: "\e19a";
}
.fa6-arrows-rotate::before {
  content: "\f021";
}
.fa6-refresh::before {
  content: "\f021";
}
.fa6-sync::before {
  content: "\f021";
}
.fa6-fire-extinguisher::before {
  content: "\f134";
}
.fa6-cruzeiro-sign::before {
  content: "\e152";
}
.fa6-greater-than-equal::before {
  content: "\f532";
}
.fa6-shield-halved::before {
  content: "\f3ed";
}
.fa6-shield-alt::before {
  content: "\f3ed";
}
.fa6-book-atlas::before {
  content: "\f558";
}
.fa6-atlas::before {
  content: "\f558";
}
.fa6-virus::before {
  content: "\e074";
}
.fa6-envelope-circle-check::before {
  content: "\e4e8";
}
.fa6-layer-group::before {
  content: "\f5fd";
}
.fa6-arrows-to-dot::before {
  content: "\e4be";
}
.fa6-archway::before {
  content: "\f557";
}
.fa6-heart-circle-check::before {
  content: "\e4fd";
}
.fa6-house-chimney-crack::before {
  content: "\f6f1";
}
.fa6-house-damage::before {
  content: "\f6f1";
}
.fa6-file-zipper::before {
  content: "\f1c6";
}
.fa6-file-archive::before {
  content: "\f1c6";
}
.fa6-square::before {
  content: "\f0c8";
}
.fa6-martini-glass-empty::before {
  content: "\f000";
}
.fa6-glass-martini::before {
  content: "\f000";
}
.fa6-couch::before {
  content: "\f4b8";
}
.fa6-cedi-sign::before {
  content: "\e0df";
}
.fa6-italic::before {
  content: "\f033";
}
.fa6-table-cells-column-lock::before {
  content: "\e678";
}
.fa6-church::before {
  content: "\f51d";
}
.fa6-comments-dollar::before {
  content: "\f653";
}
.fa6-democrat::before {
  content: "\f747";
}
.fa6-z::before {
  content: "\5a";
}
.fa6-person-skiing::before {
  content: "\f7c9";
}
.fa6-skiing::before {
  content: "\f7c9";
}
.fa6-road-lock::before {
  content: "\e567";
}
.fa6-a::before {
  content: "\41";
}
.fa6-temperature-arrow-down::before {
  content: "\e03f";
}
.fa6-temperature-down::before {
  content: "\e03f";
}
.fa6-feather-pointed::before {
  content: "\f56b";
}
.fa6-feather-alt::before {
  content: "\f56b";
}
.fa6-p::before {
  content: "\50";
}
.fa6-snowflake::before {
  content: "\f2dc";
}
.fa6-newspaper::before {
  content: "\f1ea";
}
.fa6-rectangle-ad::before {
  content: "\f641";
}
.fa6-ad::before {
  content: "\f641";
}
.fa6-circle-arrow-right::before {
  content: "\f0a9";
}
.fa6-arrow-circle-right::before {
  content: "\f0a9";
}
.fa6-filter-circle-xmark::before {
  content: "\e17b";
}
.fa6-locust::before {
  content: "\e520";
}
.fa6-sort::before {
  content: "\f0dc";
}
.fa6-unsorted::before {
  content: "\f0dc";
}
.fa6-list-ol::before {
  content: "\f0cb";
}
.fa6-list-1-2::before {
  content: "\f0cb";
}
.fa6-list-numeric::before {
  content: "\f0cb";
}
.fa6-person-dress-burst::before {
  content: "\e544";
}
.fa6-money-check-dollar::before {
  content: "\f53d";
}
.fa6-money-check-alt::before {
  content: "\f53d";
}
.fa6-vector-square::before {
  content: "\f5cb";
}
.fa6-bread-slice::before {
  content: "\f7ec";
}
.fa6-language::before {
  content: "\f1ab";
}
.fa6-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa6-kiss-wink-heart::before {
  content: "\f598";
}
.fa6-filter::before {
  content: "\f0b0";
}
.fa6-question::before {
  content: "\3f";
}
.fa6-file-signature::before {
  content: "\f573";
}
.fa6-up-down-left-right::before {
  content: "\f0b2";
}
.fa6-arrows-alt::before {
  content: "\f0b2";
}
.fa6-house-chimney-user::before {
  content: "\e065";
}
.fa6-hand-holding-heart::before {
  content: "\f4be";
}
.fa6-puzzle-piece::before {
  content: "\f12e";
}
.fa6-money-check::before {
  content: "\f53c";
}
.fa6-star-half-stroke::before {
  content: "\f5c0";
}
.fa6-star-half-alt::before {
  content: "\f5c0";
}
.fa6-code::before {
  content: "\f121";
}
.fa6-whiskey-glass::before {
  content: "\f7a0";
}
.fa6-glass-whiskey::before {
  content: "\f7a0";
}
.fa6-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa6-magnifying-glass-chart::before {
  content: "\e522";
}
.fa6-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa6-external-link::before {
  content: "\f08e";
}
.fa6-cubes-stacked::before {
  content: "\e4e6";
}
.fa6-won-sign::before {
  content: "\f159";
}
.fa6-krw::before {
  content: "\f159";
}
.fa6-won::before {
  content: "\f159";
}
.fa6-virus-covid::before {
  content: "\e4a8";
}
.fa6-austral-sign::before {
  content: "\e0a9";
}
.fa6-f::before {
  content: "\46";
}
.fa6-leaf::before {
  content: "\f06c";
}
.fa6-road::before {
  content: "\f018";
}
.fa6-taxi::before {
  content: "\f1ba";
}
.fa6-cab::before {
  content: "\f1ba";
}
.fa6-person-circle-plus::before {
  content: "\e541";
}
.fa6-chart-pie::before {
  content: "\f200";
}
.fa6-pie-chart::before {
  content: "\f200";
}
.fa6-bolt-lightning::before {
  content: "\e0b7";
}
.fa6-sack-xmark::before {
  content: "\e56a";
}
.fa6-file-excel::before {
  content: "\f1c3";
}
.fa6-file-contract::before {
  content: "\f56c";
}
.fa6-fish-fins::before {
  content: "\e4f2";
}
.fa6-building-flag::before {
  content: "\e4d5";
}
.fa6-face-grin-beam::before {
  content: "\f582";
}
.fa6-grin-beam::before {
  content: "\f582";
}
.fa6-object-ungroup::before {
  content: "\f248";
}
.fa6-poop::before {
  content: "\f619";
}
.fa6-location-pin::before {
  content: "\f041";
}
.fa6-map-marker::before {
  content: "\f041";
}
.fa6-kaaba::before {
  content: "\f66b";
}
.fa6-toilet-paper::before {
  content: "\f71e";
}
.fa6-helmet-safety::before {
  content: "\f807";
}
.fa6-hard-hat::before {
  content: "\f807";
}
.fa6-hat-hard::before {
  content: "\f807";
}
.fa6-eject::before {
  content: "\f052";
}
.fa6-circle-right::before {
  content: "\f35a";
}
.fa6-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa6-plane-circle-check::before {
  content: "\e555";
}
.fa6-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa6-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa6-object-group::before {
  content: "\f247";
}
.fa6-chart-line::before {
  content: "\f201";
}
.fa6-line-chart::before {
  content: "\f201";
}
.fa6-mask-ventilator::before {
  content: "\e524";
}
.fa6-arrow-right::before {
  content: "\f061";
}
.fa6-signs-post::before {
  content: "\f277";
}
.fa6-map-signs::before {
  content: "\f277";
}
.fa6-cash-register::before {
  content: "\f788";
}
.fa6-person-circle-question::before {
  content: "\e542";
}
.fa6-h::before {
  content: "\48";
}
.fa6-tarp::before {
  content: "\e57b";
}
.fa6-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa6-tools::before {
  content: "\f7d9";
}
.fa6-arrows-to-eye::before {
  content: "\e4bf";
}
.fa6-plug-circle-bolt::before {
  content: "\e55b";
}
.fa6-heart::before {
  content: "\f004";
}
.fa6-mars-and-venus::before {
  content: "\f224";
}
.fa6-house-user::before {
  content: "\e1b0";
}
.fa6-home-user::before {
  content: "\e1b0";
}
.fa6-dumpster-fire::before {
  content: "\f794";
}
.fa6-house-crack::before {
  content: "\e3b1";
}
.fa6-martini-glass-citrus::before {
  content: "\f561";
}
.fa6-cocktail::before {
  content: "\f561";
}
.fa6-face-surprise::before {
  content: "\f5c2";
}
.fa6-surprise::before {
  content: "\f5c2";
}
.fa6-bottle-water::before {
  content: "\e4c5";
}
.fa6-circle-pause::before {
  content: "\f28b";
}
.fa6-pause-circle::before {
  content: "\f28b";
}
.fa6-toilet-paper-slash::before {
  content: "\e072";
}
.fa6-apple-whole::before {
  content: "\f5d1";
}
.fa6-apple-alt::before {
  content: "\f5d1";
}
.fa6-kitchen-set::before {
  content: "\e51a";
}
.fa6-r::before {
  content: "\52";
}
.fa6-temperature-quarter::before {
  content: "\f2ca";
}
.fa6-temperature-1::before {
  content: "\f2ca";
}
.fa6-thermometer-1::before {
  content: "\f2ca";
}
.fa6-thermometer-quarter::before {
  content: "\f2ca";
}
.fa6-cube::before {
  content: "\f1b2";
}
.fa6-bitcoin-sign::before {
  content: "\e0b4";
}
.fa6-shield-dog::before {
  content: "\e573";
}
.fa6-solar-panel::before {
  content: "\f5ba";
}
.fa6-lock-open::before {
  content: "\f3c1";
}
.fa6-elevator::before {
  content: "\e16d";
}
.fa6-money-bill-transfer::before {
  content: "\e528";
}
.fa6-money-bill-trend-up::before {
  content: "\e529";
}
.fa6-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa6-square-poll-horizontal::before {
  content: "\f682";
}
.fa6-poll-h::before {
  content: "\f682";
}
.fa6-circle::before {
  content: "\f111";
}
.fa6-backward-fast::before {
  content: "\f049";
}
.fa6-fast-backward::before {
  content: "\f049";
}
.fa6-recycle::before {
  content: "\f1b8";
}
.fa6-user-astronaut::before {
  content: "\f4fb";
}
.fa6-plane-slash::before {
  content: "\e069";
}
.fa6-trademark::before {
  content: "\f25c";
}
.fa6-basketball::before {
  content: "\f434";
}
.fa6-basketball-ball::before {
  content: "\f434";
}
.fa6-satellite-dish::before {
  content: "\f7c0";
}
.fa6-circle-up::before {
  content: "\f35b";
}
.fa6-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa6-mobile-screen-button::before {
  content: "\f3cd";
}
.fa6-mobile-alt::before {
  content: "\f3cd";
}
.fa6-volume-high::before {
  content: "\f028";
}
.fa6-volume-up::before {
  content: "\f028";
}
.fa6-users-rays::before {
  content: "\e593";
}
.fa6-wallet::before {
  content: "\f555";
}
.fa6-clipboard-check::before {
  content: "\f46c";
}
.fa6-file-audio::before {
  content: "\f1c7";
}
.fa6-burger::before {
  content: "\f805";
}
.fa6-hamburger::before {
  content: "\f805";
}
.fa6-wrench::before {
  content: "\f0ad";
}
.fa6-bugs::before {
  content: "\e4d0";
}
.fa6-rupee-sign::before {
  content: "\f156";
}
.fa6-rupee::before {
  content: "\f156";
}
.fa6-file-image::before {
  content: "\f1c5";
}
.fa6-circle-question::before {
  content: "\f059";
}
.fa6-question-circle::before {
  content: "\f059";
}
.fa6-plane-departure::before {
  content: "\f5b0";
}
.fa6-handshake-slash::before {
  content: "\e060";
}
.fa6-book-bookmark::before {
  content: "\e0bb";
}
.fa6-code-branch::before {
  content: "\f126";
}
.fa6-hat-cowboy::before {
  content: "\f8c0";
}
.fa6-bridge::before {
  content: "\e4c8";
}
.fa6-phone-flip::before {
  content: "\f879";
}
.fa6-phone-alt::before {
  content: "\f879";
}
.fa6-truck-front::before {
  content: "\e2b7";
}
.fa6-cat::before {
  content: "\f6be";
}
.fa6-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa6-truck-field::before {
  content: "\e58d";
}
.fa6-route::before {
  content: "\f4d7";
}
.fa6-clipboard-question::before {
  content: "\e4e3";
}
.fa6-panorama::before {
  content: "\e209";
}
.fa6-comment-medical::before {
  content: "\f7f5";
}
.fa6-teeth-open::before {
  content: "\f62f";
}
.fa6-file-circle-minus::before {
  content: "\e4ed";
}
.fa6-tags::before {
  content: "\f02c";
}
.fa6-wine-glass::before {
  content: "\f4e3";
}
.fa6-forward-fast::before {
  content: "\f050";
}
.fa6-fast-forward::before {
  content: "\f050";
}
.fa6-face-meh-blank::before {
  content: "\f5a4";
}
.fa6-meh-blank::before {
  content: "\f5a4";
}
.fa6-square-parking::before {
  content: "\f540";
}
.fa6-parking::before {
  content: "\f540";
}
.fa6-house-signal::before {
  content: "\e012";
}
.fa6-bars-progress::before {
  content: "\f828";
}
.fa6-tasks-alt::before {
  content: "\f828";
}
.fa6-faucet-drip::before {
  content: "\e006";
}
.fa6-cart-flatbed::before {
  content: "\f474";
}
.fa6-dolly-flatbed::before {
  content: "\f474";
}
.fa6-ban-smoking::before {
  content: "\f54d";
}
.fa6-smoking-ban::before {
  content: "\f54d";
}
.fa6-terminal::before {
  content: "\f120";
}
.fa6-mobile-button::before {
  content: "\f10b";
}
.fa6-house-medical-flag::before {
  content: "\e514";
}
.fa6-basket-shopping::before {
  content: "\f291";
}
.fa6-shopping-basket::before {
  content: "\f291";
}
.fa6-tape::before {
  content: "\f4db";
}
.fa6-bus-simple::before {
  content: "\f55e";
}
.fa6-bus-alt::before {
  content: "\f55e";
}
.fa6-eye::before {
  content: "\f06e";
}
.fa6-face-sad-cry::before {
  content: "\f5b3";
}
.fa6-sad-cry::before {
  content: "\f5b3";
}
.fa6-audio-description::before {
  content: "\f29e";
}
.fa6-person-military-to-person::before {
  content: "\e54c";
}
.fa6-file-shield::before {
  content: "\e4f0";
}
.fa6-user-slash::before {
  content: "\f506";
}
.fa6-pen::before {
  content: "\f304";
}
.fa6-tower-observation::before {
  content: "\e586";
}
.fa6-file-code::before {
  content: "\f1c9";
}
.fa6-signal::before {
  content: "\f012";
}
.fa6-signal-5::before {
  content: "\f012";
}
.fa6-signal-perfect::before {
  content: "\f012";
}
.fa6-bus::before {
  content: "\f207";
}
.fa6-heart-circle-xmark::before {
  content: "\e501";
}
.fa6-house-chimney::before {
  content: "\e3af";
}
.fa6-home-lg::before {
  content: "\e3af";
}
.fa6-window-maximize::before {
  content: "\f2d0";
}
.fa6-face-frown::before {
  content: "\f119";
}
.fa6-frown::before {
  content: "\f119";
}
.fa6-prescription::before {
  content: "\f5b1";
}
.fa6-shop::before {
  content: "\f54f";
}
.fa6-store-alt::before {
  content: "\f54f";
}
.fa6-floppy-disk::before {
  content: "\f0c7";
}
.fa6-save::before {
  content: "\f0c7";
}
.fa6-vihara::before {
  content: "\f6a7";
}
.fa6-scale-unbalanced::before {
  content: "\f515";
}
.fa6-balance-scale-left::before {
  content: "\f515";
}
.fa6-sort-up::before {
  content: "\f0de";
}
.fa6-sort-asc::before {
  content: "\f0de";
}
.fa6-comment-dots::before {
  content: "\f4ad";
}
.fa6-commenting::before {
  content: "\f4ad";
}
.fa6-plant-wilt::before {
  content: "\e5aa";
}
.fa6-diamond::before {
  content: "\f219";
}
.fa6-face-grin-squint::before {
  content: "\f585";
}
.fa6-grin-squint::before {
  content: "\f585";
}
.fa6-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa6-hand-holding-usd::before {
  content: "\f4c0";
}
.fa6-bacterium::before {
  content: "\e05a";
}
.fa6-hand-pointer::before {
  content: "\f25a";
}
.fa6-drum-steelpan::before {
  content: "\f56a";
}
.fa6-hand-scissors::before {
  content: "\f257";
}
.fa6-hands-praying::before {
  content: "\f684";
}
.fa6-praying-hands::before {
  content: "\f684";
}
.fa6-arrow-rotate-right::before {
  content: "\f01e";
}
.fa6-arrow-right-rotate::before {
  content: "\f01e";
}
.fa6-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa6-redo::before {
  content: "\f01e";
}
.fa6-biohazard::before {
  content: "\f780";
}
.fa6-location-crosshairs::before {
  content: "\f601";
}
.fa6-location::before {
  content: "\f601";
}
.fa6-mars-double::before {
  content: "\f227";
}
.fa6-child-dress::before {
  content: "\e59c";
}
.fa6-users-between-lines::before {
  content: "\e591";
}
.fa6-lungs-virus::before {
  content: "\e067";
}
.fa6-face-grin-tears::before {
  content: "\f588";
}
.fa6-grin-tears::before {
  content: "\f588";
}
.fa6-phone::before {
  content: "\f095";
}
.fa6-calendar-xmark::before {
  content: "\f273";
}
.fa6-calendar-times::before {
  content: "\f273";
}
.fa6-child-reaching::before {
  content: "\e59d";
}
.fa6-head-side-virus::before {
  content: "\e064";
}
.fa6-user-gear::before {
  content: "\f4fe";
}
.fa6-user-cog::before {
  content: "\f4fe";
}
.fa6-arrow-up-1-9::before {
  content: "\f163";
}
.fa6-sort-numeric-up::before {
  content: "\f163";
}
.fa6-door-closed::before {
  content: "\f52a";
}
.fa6-shield-virus::before {
  content: "\e06c";
}
.fa6-dice-six::before {
  content: "\f526";
}
.fa6-mosquito-net::before {
  content: "\e52c";
}
.fa6-bridge-water::before {
  content: "\e4ce";
}
.fa6-person-booth::before {
  content: "\f756";
}
.fa6-text-width::before {
  content: "\f035";
}
.fa6-hat-wizard::before {
  content: "\f6e8";
}
.fa6-pen-fancy::before {
  content: "\f5ac";
}
.fa6-person-digging::before {
  content: "\f85e";
}
.fa6-digging::before {
  content: "\f85e";
}
.fa6-trash::before {
  content: "\f1f8";
}
.fa6-gauge-simple::before {
  content: "\f629";
}
.fa6-gauge-simple-med::before {
  content: "\f629";
}
.fa6-tachometer-average::before {
  content: "\f629";
}
.fa6-book-medical::before {
  content: "\f7e6";
}
.fa6-poo::before {
  content: "\f2fe";
}
.fa6-quote-right::before {
  content: "\f10e";
}
.fa6-quote-right-alt::before {
  content: "\f10e";
}
.fa6-shirt::before {
  content: "\f553";
}
.fa6-t-shirt::before {
  content: "\f553";
}
.fa6-tshirt::before {
  content: "\f553";
}
.fa6-cubes::before {
  content: "\f1b3";
}
.fa6-divide::before {
  content: "\f529";
}
.fa6-tenge-sign::before {
  content: "\f7d7";
}
.fa6-tenge::before {
  content: "\f7d7";
}
.fa6-headphones::before {
  content: "\f025";
}
.fa6-hands-holding::before {
  content: "\f4c2";
}
.fa6-hands-clapping::before {
  content: "\e1a8";
}
.fa6-republican::before {
  content: "\f75e";
}
.fa6-arrow-left::before {
  content: "\f060";
}
.fa6-person-circle-xmark::before {
  content: "\e543";
}
.fa6-ruler::before {
  content: "\f545";
}
.fa6-align-left::before {
  content: "\f036";
}
.fa6-dice-d6::before {
  content: "\f6d1";
}
.fa6-restroom::before {
  content: "\f7bd";
}
.fa6-j::before {
  content: "\4a";
}
.fa6-users-viewfinder::before {
  content: "\e595";
}
.fa6-file-video::before {
  content: "\f1c8";
}
.fa6-up-right-from-square::before {
  content: "\f35d";
}
.fa6-external-link-alt::before {
  content: "\f35d";
}
.fa6-table-cells::before {
  content: "\f00a";
}
.fa6-th::before {
  content: "\f00a";
}
.fa6-file-pdf::before {
  content: "\f1c1";
}
.fa6-book-bible::before {
  content: "\f647";
}
.fa6-bible::before {
  content: "\f647";
}
.fa6-o::before {
  content: "\4f";
}
.fa6-suitcase-medical::before {
  content: "\f0fa";
}
.fa6-medkit::before {
  content: "\f0fa";
}
.fa6-user-secret::before {
  content: "\f21b";
}
.fa6-otter::before {
  content: "\f700";
}
.fa6-person-dress::before {
  content: "\f182";
}
.fa6-female::before {
  content: "\f182";
}
.fa6-comment-dollar::before {
  content: "\f651";
}
.fa6-business-time::before {
  content: "\f64a";
}
.fa6-briefcase-clock::before {
  content: "\f64a";
}
.fa6-table-cells-large::before {
  content: "\f009";
}
.fa6-th-large::before {
  content: "\f009";
}
.fa6-book-tanakh::before {
  content: "\f827";
}
.fa6-tanakh::before {
  content: "\f827";
}
.fa6-phone-volume::before {
  content: "\f2a0";
}
.fa6-volume-control-phone::before {
  content: "\f2a0";
}
.fa6-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa6-clipboard-user::before {
  content: "\f7f3";
}
.fa6-child::before {
  content: "\f1ae";
}
.fa6-lira-sign::before {
  content: "\f195";
}
.fa6-satellite::before {
  content: "\f7bf";
}
.fa6-plane-lock::before {
  content: "\e558";
}
.fa6-tag::before {
  content: "\f02b";
}
.fa6-comment::before {
  content: "\f075";
}
.fa6-cake-candles::before {
  content: "\f1fd";
}
.fa6-birthday-cake::before {
  content: "\f1fd";
}
.fa6-cake::before {
  content: "\f1fd";
}
.fa6-envelope::before {
  content: "\f0e0";
}
.fa6-angles-up::before {
  content: "\f102";
}
.fa6-angle-double-up::before {
  content: "\f102";
}
.fa6-paperclip::before {
  content: "\f0c6";
}
.fa6-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa6-ribbon::before {
  content: "\f4d6";
}
.fa6-lungs::before {
  content: "\f604";
}
.fa6-arrow-up-9-1::before {
  content: "\f887";
}
.fa6-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa6-litecoin-sign::before {
  content: "\e1d3";
}
.fa6-border-none::before {
  content: "\f850";
}
.fa6-circle-nodes::before {
  content: "\e4e2";
}
.fa6-parachute-box::before {
  content: "\f4cd";
}
.fa6-indent::before {
  content: "\f03c";
}
.fa6-truck-field-un::before {
  content: "\e58e";
}
.fa6-hourglass::before {
  content: "\f254";
}
.fa6-hourglass-empty::before {
  content: "\f254";
}
.fa6-mountain::before {
  content: "\f6fc";
}
.fa6-user-doctor::before {
  content: "\f0f0";
}
.fa6-user-md::before {
  content: "\f0f0";
}
.fa6-circle-info::before {
  content: "\f05a";
}
.fa6-info-circle::before {
  content: "\f05a";
}
.fa6-cloud-meatball::before {
  content: "\f73b";
}
.fa6-camera::before {
  content: "\f030";
}
.fa6-camera-alt::before {
  content: "\f030";
}
.fa6-square-virus::before {
  content: "\e578";
}
.fa6-meteor::before {
  content: "\f753";
}
.fa6-car-on::before {
  content: "\e4dd";
}
.fa6-sleigh::before {
  content: "\f7cc";
}
.fa6-arrow-down-1-9::before {
  content: "\f162";
}
.fa6-sort-numeric-asc::before {
  content: "\f162";
}
.fa6-sort-numeric-down::before {
  content: "\f162";
}
.fa6-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa6-hand-holding-water::before {
  content: "\f4c1";
}
.fa6-water::before {
  content: "\f773";
}
.fa6-calendar-check::before {
  content: "\f274";
}
.fa6-braille::before {
  content: "\f2a1";
}
.fa6-prescription-bottle-medical::before {
  content: "\f486";
}
.fa6-prescription-bottle-alt::before {
  content: "\f486";
}
.fa6-landmark::before {
  content: "\f66f";
}
.fa6-truck::before {
  content: "\f0d1";
}
.fa6-crosshairs::before {
  content: "\f05b";
}
.fa6-person-cane::before {
  content: "\e53c";
}
.fa6-tent::before {
  content: "\e57d";
}
.fa6-vest-patches::before {
  content: "\e086";
}
.fa6-check-double::before {
  content: "\f560";
}
.fa6-arrow-down-a-z::before {
  content: "\f15d";
}
.fa6-sort-alpha-asc::before {
  content: "\f15d";
}
.fa6-sort-alpha-down::before {
  content: "\f15d";
}
.fa6-money-bill-wheat::before {
  content: "\e52a";
}
.fa6-cookie::before {
  content: "\f563";
}
.fa6-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa6-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa6-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa6-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa6-undo::before {
  content: "\f0e2";
}
.fa6-hard-drive::before {
  content: "\f0a0";
}
.fa6-hdd::before {
  content: "\f0a0";
}
.fa6-face-grin-squint-tears::before {
  content: "\f586";
}
.fa6-grin-squint-tears::before {
  content: "\f586";
}
.fa6-dumbbell::before {
  content: "\f44b";
}
.fa6-rectangle-list::before {
  content: "\f022";
}
.fa6-list-alt::before {
  content: "\f022";
}
.fa6-tarp-droplet::before {
  content: "\e57c";
}
.fa6-house-medical-circle-check::before {
  content: "\e511";
}
.fa6-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa6-skiing-nordic::before {
  content: "\f7ca";
}
.fa6-calendar-plus::before {
  content: "\f271";
}
.fa6-plane-arrival::before {
  content: "\f5af";
}
.fa6-circle-left::before {
  content: "\f359";
}
.fa6-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa6-train-subway::before {
  content: "\f239";
}
.fa6-subway::before {
  content: "\f239";
}
.fa6-chart-gantt::before {
  content: "\e0e4";
}
.fa6-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa6-indian-rupee::before {
  content: "\e1bc";
}
.fa6-inr::before {
  content: "\e1bc";
}
.fa6-crop-simple::before {
  content: "\f565";
}
.fa6-crop-alt::before {
  content: "\f565";
}
.fa6-money-bill-1::before {
  content: "\f3d1";
}
.fa6-money-bill-alt::before {
  content: "\f3d1";
}
.fa6-left-long::before {
  content: "\f30a";
}
.fa6-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa6-dna::before {
  content: "\f471";
}
.fa6-virus-slash::before {
  content: "\e075";
}
.fa6-minus::before {
  content: "\f068";
}
.fa6-subtract::before {
  content: "\f068";
}
.fa6-chess::before {
  content: "\f439";
}
.fa6-arrow-left-long::before {
  content: "\f177";
}
.fa6-long-arrow-left::before {
  content: "\f177";
}
.fa6-plug-circle-check::before {
  content: "\e55c";
}
.fa6-street-view::before {
  content: "\f21d";
}
.fa6-franc-sign::before {
  content: "\e18f";
}
.fa6-volume-off::before {
  content: "\f026";
}
.fa6-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa6-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa6-asl-interpreting::before {
  content: "\f2a3";
}
.fa6-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa6-gear::before {
  content: "\f013";
}
.fa6-cog::before {
  content: "\f013";
}
.fa6-droplet-slash::before {
  content: "\f5c7";
}
.fa6-tint-slash::before {
  content: "\f5c7";
}
.fa6-mosque::before {
  content: "\f678";
}
.fa6-mosquito::before {
  content: "\e52b";
}
.fa6-star-of-david::before {
  content: "\f69a";
}
.fa6-person-military-rifle::before {
  content: "\e54b";
}
.fa6-cart-shopping::before {
  content: "\f07a";
}
.fa6-shopping-cart::before {
  content: "\f07a";
}
.fa6-vials::before {
  content: "\f493";
}
.fa6-plug-circle-plus::before {
  content: "\e55f";
}
.fa6-place-of-worship::before {
  content: "\f67f";
}
.fa6-grip-vertical::before {
  content: "\f58e";
}
.fa6-arrow-turn-up::before {
  content: "\f148";
}
.fa6-level-up::before {
  content: "\f148";
}
.fa6-u::before {
  content: "\55";
}
.fa6-square-root-variable::before {
  content: "\f698";
}
.fa6-square-root-alt::before {
  content: "\f698";
}
.fa6-clock::before {
  content: "\f017";
}
.fa6-clock-four::before {
  content: "\f017";
}
.fa6-backward-step::before {
  content: "\f048";
}
.fa6-step-backward::before {
  content: "\f048";
}
.fa6-pallet::before {
  content: "\f482";
}
.fa6-faucet::before {
  content: "\e005";
}
.fa6-baseball-bat-ball::before {
  content: "\f432";
}
.fa6-s::before {
  content: "\53";
}
.fa6-timeline::before {
  content: "\e29c";
}
.fa6-keyboard::before {
  content: "\f11c";
}
.fa6-caret-down::before {
  content: "\f0d7";
}
.fa6-house-chimney-medical::before {
  content: "\f7f2";
}
.fa6-clinic-medical::before {
  content: "\f7f2";
}
.fa6-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa6-temperature-3::before {
  content: "\f2c8";
}
.fa6-thermometer-3::before {
  content: "\f2c8";
}
.fa6-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa6-mobile-screen::before {
  content: "\f3cf";
}
.fa6-mobile-android-alt::before {
  content: "\f3cf";
}
.fa6-plane-up::before {
  content: "\e22d";
}
.fa6-piggy-bank::before {
  content: "\f4d3";
}
.fa6-battery-half::before {
  content: "\f242";
}
.fa6-battery-3::before {
  content: "\f242";
}
.fa6-mountain-city::before {
  content: "\e52e";
}
.fa6-coins::before {
  content: "\f51e";
}
.fa6-khanda::before {
  content: "\f66d";
}
.fa6-sliders::before {
  content: "\f1de";
}
.fa6-sliders-h::before {
  content: "\f1de";
}
.fa6-folder-tree::before {
  content: "\f802";
}
.fa6-network-wired::before {
  content: "\f6ff";
}
.fa6-map-pin::before {
  content: "\f276";
}
.fa6-hamsa::before {
  content: "\f665";
}
.fa6-cent-sign::before {
  content: "\e3f5";
}
.fa6-flask::before {
  content: "\f0c3";
}
.fa6-person-pregnant::before {
  content: "\e31e";
}
.fa6-wand-sparkles::before {
  content: "\f72b";
}
.fa6-ellipsis-vertical::before {
  content: "\f142";
}
.fa6-ellipsis-v::before {
  content: "\f142";
}
.fa6-ticket::before {
  content: "\f145";
}
.fa6-power-off::before {
  content: "\f011";
}
.fa6-right-long::before {
  content: "\f30b";
}
.fa6-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa6-flag-usa::before {
  content: "\f74d";
}
.fa6-laptop-file::before {
  content: "\e51d";
}
.fa6-tty::before {
  content: "\f1e4";
}
.fa6-teletype::before {
  content: "\f1e4";
}
.fa6-diagram-next::before {
  content: "\e476";
}
.fa6-person-rifle::before {
  content: "\e54e";
}
.fa6-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa6-closed-captioning::before {
  content: "\f20a";
}
.fa6-person-hiking::before {
  content: "\f6ec";
}
.fa6-hiking::before {
  content: "\f6ec";
}
.fa6-venus-double::before {
  content: "\f226";
}
.fa6-images::before {
  content: "\f302";
}
.fa6-calculator::before {
  content: "\f1ec";
}
.fa6-people-pulling::before {
  content: "\e535";
}
.fa6-n::before {
  content: "\4e";
}
.fa6-cable-car::before {
  content: "\f7da";
}
.fa6-tram::before {
  content: "\f7da";
}
.fa6-cloud-rain::before {
  content: "\f73d";
}
.fa6-building-circle-xmark::before {
  content: "\e4d4";
}
.fa6-ship::before {
  content: "\f21a";
}
.fa6-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa6-download::before {
  content: "\f019";
}
.fa6-face-grin::before {
  content: "\f580";
}
.fa6-grin::before {
  content: "\f580";
}
.fa6-delete-left::before {
  content: "\f55a";
}
.fa6-backspace::before {
  content: "\f55a";
}
.fa6-eye-dropper::before {
  content: "\f1fb";
}
.fa6-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa6-eyedropper::before {
  content: "\f1fb";
}
.fa6-file-circle-check::before {
  content: "\e5a0";
}
.fa6-forward::before {
  content: "\f04e";
}
.fa6-mobile::before {
  content: "\f3ce";
}
.fa6-mobile-android::before {
  content: "\f3ce";
}
.fa6-mobile-phone::before {
  content: "\f3ce";
}
.fa6-face-meh::before {
  content: "\f11a";
}
.fa6-meh::before {
  content: "\f11a";
}
.fa6-align-center::before {
  content: "\f037";
}
.fa6-book-skull::before {
  content: "\f6b7";
}
.fa6-book-dead::before {
  content: "\f6b7";
}
.fa6-id-card::before {
  content: "\f2c2";
}
.fa6-drivers-license::before {
  content: "\f2c2";
}
.fa6-outdent::before {
  content: "\f03b";
}
.fa6-dedent::before {
  content: "\f03b";
}
.fa6-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa6-house::before {
  content: "\f015";
}
.fa6-home::before {
  content: "\f015";
}
.fa6-home-alt::before {
  content: "\f015";
}
.fa6-home-lg-alt::before {
  content: "\f015";
}
.fa6-calendar-week::before {
  content: "\f784";
}
.fa6-laptop-medical::before {
  content: "\f812";
}
.fa6-b::before {
  content: "\42";
}
.fa6-file-medical::before {
  content: "\f477";
}
.fa6-dice-one::before {
  content: "\f525";
}
.fa6-kiwi-bird::before {
  content: "\f535";
}
.fa6-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa6-exchange::before {
  content: "\f0ec";
}
.fa6-rotate-right::before {
  content: "\f2f9";
}
.fa6-redo-alt::before {
  content: "\f2f9";
}
.fa6-rotate-forward::before {
  content: "\f2f9";
}
.fa6-utensils::before {
  content: "\f2e7";
}
.fa6-cutlery::before {
  content: "\f2e7";
}
.fa6-arrow-up-wide-short::before {
  content: "\f161";
}
.fa6-sort-amount-up::before {
  content: "\f161";
}
.fa6-mill-sign::before {
  content: "\e1ed";
}
.fa6-bowl-rice::before {
  content: "\e2eb";
}
.fa6-skull::before {
  content: "\f54c";
}
.fa6-tower-broadcast::before {
  content: "\f519";
}
.fa6-broadcast-tower::before {
  content: "\f519";
}
.fa6-truck-pickup::before {
  content: "\f63c";
}
.fa6-up-long::before {
  content: "\f30c";
}
.fa6-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa6-stop::before {
  content: "\f04d";
}
.fa6-code-merge::before {
  content: "\f387";
}
.fa6-upload::before {
  content: "\f093";
}
.fa6-hurricane::before {
  content: "\f751";
}
.fa6-mound::before {
  content: "\e52d";
}
.fa6-toilet-portable::before {
  content: "\e583";
}
.fa6-compact-disc::before {
  content: "\f51f";
}
.fa6-file-arrow-down::before {
  content: "\f56d";
}
.fa6-file-download::before {
  content: "\f56d";
}
.fa6-caravan::before {
  content: "\f8ff";
}
.fa6-shield-cat::before {
  content: "\e572";
}
.fa6-bolt::before {
  content: "\f0e7";
}
.fa6-zap::before {
  content: "\f0e7";
}
.fa6-glass-water::before {
  content: "\e4f4";
}
.fa6-oil-well::before {
  content: "\e532";
}
.fa6-vault::before {
  content: "\e2c5";
}
.fa6-mars::before {
  content: "\f222";
}
.fa6-toilet::before {
  content: "\f7d8";
}
.fa6-plane-circle-xmark::before {
  content: "\e557";
}
.fa6-yen-sign::before {
  content: "\f157";
}
.fa6-cny::before {
  content: "\f157";
}
.fa6-jpy::before {
  content: "\f157";
}
.fa6-rmb::before {
  content: "\f157";
}
.fa6-yen::before {
  content: "\f157";
}
.fa6-ruble-sign::before {
  content: "\f158";
}
.fa6-rouble::before {
  content: "\f158";
}
.fa6-rub::before {
  content: "\f158";
}
.fa6-ruble::before {
  content: "\f158";
}
.fa6-sun::before {
  content: "\f185";
}
.fa6-guitar::before {
  content: "\f7a6";
}
.fa6-face-laugh-wink::before {
  content: "\f59c";
}
.fa6-laugh-wink::before {
  content: "\f59c";
}
.fa6-horse-head::before {
  content: "\f7ab";
}
.fa6-bore-hole::before {
  content: "\e4c3";
}
.fa6-industry::before {
  content: "\f275";
}
.fa6-circle-down::before {
  content: "\f358";
}
.fa6-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa6-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa6-florin-sign::before {
  content: "\e184";
}
.fa6-arrow-down-short-wide::before {
  content: "\f884";
}
.fa6-sort-amount-desc::before {
  content: "\f884";
}
.fa6-sort-amount-down-alt::before {
  content: "\f884";
}
.fa6-less-than::before {
  content: "\3c";
}
.fa6-angle-down::before {
  content: "\f107";
}
.fa6-car-tunnel::before {
  content: "\e4de";
}
.fa6-head-side-cough::before {
  content: "\e061";
}
.fa6-grip-lines::before {
  content: "\f7a4";
}
.fa6-thumbs-down::before {
  content: "\f165";
}
.fa6-user-lock::before {
  content: "\f502";
}
.fa6-arrow-right-long::before {
  content: "\f178";
}
.fa6-long-arrow-right::before {
  content: "\f178";
}
.fa6-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa6-ellipsis::before {
  content: "\f141";
}
.fa6-ellipsis-h::before {
  content: "\f141";
}
.fa6-chess-pawn::before {
  content: "\f443";
}
.fa6-kit-medical::before {
  content: "\f479";
}
.fa6-first-aid::before {
  content: "\f479";
}
.fa6-person-through-window::before {
  content: "\e5a9";
}
.fa6-toolbox::before {
  content: "\f552";
}
.fa6-hands-holding-circle::before {
  content: "\e4fb";
}
.fa6-bug::before {
  content: "\f188";
}
.fa6-credit-card::before {
  content: "\f09d";
}
.fa6-credit-card-alt::before {
  content: "\f09d";
}
.fa6-car::before {
  content: "\f1b9";
}
.fa6-automobile::before {
  content: "\f1b9";
}
.fa6-hand-holding-hand::before {
  content: "\e4f7";
}
.fa6-book-open-reader::before {
  content: "\f5da";
}
.fa6-book-reader::before {
  content: "\f5da";
}
.fa6-mountain-sun::before {
  content: "\e52f";
}
.fa6-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa6-dice-d20::before {
  content: "\f6cf";
}
.fa6-truck-droplet::before {
  content: "\e58c";
}
.fa6-file-circle-xmark::before {
  content: "\e5a1";
}
.fa6-temperature-arrow-up::before {
  content: "\e040";
}
.fa6-temperature-up::before {
  content: "\e040";
}
.fa6-medal::before {
  content: "\f5a2";
}
.fa6-bed::before {
  content: "\f236";
}
.fa6-square-h::before {
  content: "\f0fd";
}
.fa6-h-square::before {
  content: "\f0fd";
}
.fa6-podcast::before {
  content: "\f2ce";
}
.fa6-temperature-full::before {
  content: "\f2c7";
}
.fa6-temperature-4::before {
  content: "\f2c7";
}
.fa6-thermometer-4::before {
  content: "\f2c7";
}
.fa6-thermometer-full::before {
  content: "\f2c7";
}
.fa6-bell::before {
  content: "\f0f3";
}
.fa6-superscript::before {
  content: "\f12b";
}
.fa6-plug-circle-xmark::before {
  content: "\e560";
}
.fa6-star-of-life::before {
  content: "\f621";
}
.fa6-phone-slash::before {
  content: "\f3dd";
}
.fa6-paint-roller::before {
  content: "\f5aa";
}
.fa6-handshake-angle::before {
  content: "\f4c4";
}
.fa6-hands-helping::before {
  content: "\f4c4";
}
.fa6-location-dot::before {
  content: "\f3c5";
}
.fa6-map-marker-alt::before {
  content: "\f3c5";
}
.fa6-file::before {
  content: "\f15b";
}
.fa6-greater-than::before {
  content: "\3e";
}
.fa6-person-swimming::before {
  content: "\f5c4";
}
.fa6-swimmer::before {
  content: "\f5c4";
}
.fa6-arrow-down::before {
  content: "\f063";
}
.fa6-droplet::before {
  content: "\f043";
}
.fa6-tint::before {
  content: "\f043";
}
.fa6-eraser::before {
  content: "\f12d";
}
.fa6-earth-americas::before {
  content: "\f57d";
}
.fa6-earth::before {
  content: "\f57d";
}
.fa6-earth-america::before {
  content: "\f57d";
}
.fa6-globe-americas::before {
  content: "\f57d";
}
.fa6-person-burst::before {
  content: "\e53b";
}
.fa6-dove::before {
  content: "\f4ba";
}
.fa6-battery-empty::before {
  content: "\f244";
}
.fa6-battery-0::before {
  content: "\f244";
}
.fa6-socks::before {
  content: "\f696";
}
.fa6-inbox::before {
  content: "\f01c";
}
.fa6-section::before {
  content: "\e447";
}
.fa6-gauge-high::before {
  content: "\f625";
}
.fa6-tachometer-alt::before {
  content: "\f625";
}
.fa6-tachometer-alt-fast::before {
  content: "\f625";
}
.fa6-envelope-open-text::before {
  content: "\f658";
}
.fa6-hospital::before {
  content: "\f0f8";
}
.fa6-hospital-alt::before {
  content: "\f0f8";
}
.fa6-hospital-wide::before {
  content: "\f0f8";
}
.fa6-wine-bottle::before {
  content: "\f72f";
}
.fa6-chess-rook::before {
  content: "\f447";
}
.fa6-bars-staggered::before {
  content: "\f550";
}
.fa6-reorder::before {
  content: "\f550";
}
.fa6-stream::before {
  content: "\f550";
}
.fa6-dharmachakra::before {
  content: "\f655";
}
.fa6-hotdog::before {
  content: "\f80f";
}
.fa6-person-walking-with-cane::before {
  content: "\f29d";
}
.fa6-blind::before {
  content: "\f29d";
}
.fa6-drum::before {
  content: "\f569";
}
.fa6-ice-cream::before {
  content: "\f810";
}
.fa6-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa6-fax::before {
  content: "\f1ac";
}
.fa6-paragraph::before {
  content: "\f1dd";
}
.fa6-check-to-slot::before {
  content: "\f772";
}
.fa6-vote-yea::before {
  content: "\f772";
}
.fa6-star-half::before {
  content: "\f089";
}
.fa6-boxes-stacked::before {
  content: "\f468";
}
.fa6-boxes::before {
  content: "\f468";
}
.fa6-boxes-alt::before {
  content: "\f468";
}
.fa6-link::before {
  content: "\f0c1";
}
.fa6-chain::before {
  content: "\f0c1";
}
.fa6-ear-listen::before {
  content: "\f2a2";
}
.fa6-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa6-tree-city::before {
  content: "\e587";
}
.fa6-play::before {
  content: "\f04b";
}
.fa6-font::before {
  content: "\f031";
}
.fa6-table-cells-row-lock::before {
  content: "\e67a";
}
.fa6-rupiah-sign::before {
  content: "\e23d";
}
.fa6-magnifying-glass::before {
  content: "\f002";
}
.fa6-search::before {
  content: "\f002";
}
.fa6-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa6-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa6-table-tennis::before {
  content: "\f45d";
}
.fa6-person-dots-from-line::before {
  content: "\f470";
}
.fa6-diagnoses::before {
  content: "\f470";
}
.fa6-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa6-trash-restore-alt::before {
  content: "\f82a";
}
.fa6-naira-sign::before {
  content: "\e1f6";
}
.fa6-cart-arrow-down::before {
  content: "\f218";
}
.fa6-walkie-talkie::before {
  content: "\f8ef";
}
.fa6-file-pen::before {
  content: "\f31c";
}
.fa6-file-edit::before {
  content: "\f31c";
}
.fa6-receipt::before {
  content: "\f543";
}
.fa6-square-pen::before {
  content: "\f14b";
}
.fa6-pen-square::before {
  content: "\f14b";
}
.fa6-pencil-square::before {
  content: "\f14b";
}
.fa6-suitcase-rolling::before {
  content: "\f5c1";
}
.fa6-person-circle-exclamation::before {
  content: "\e53f";
}
.fa6-chevron-down::before {
  content: "\f078";
}
.fa6-battery-full::before {
  content: "\f240";
}
.fa6-battery::before {
  content: "\f240";
}
.fa6-battery-5::before {
  content: "\f240";
}
.fa6-skull-crossbones::before {
  content: "\f714";
}
.fa6-code-compare::before {
  content: "\e13a";
}
.fa6-list-ul::before {
  content: "\f0ca";
}
.fa6-list-dots::before {
  content: "\f0ca";
}
.fa6-school-lock::before {
  content: "\e56f";
}
.fa6-tower-cell::before {
  content: "\e585";
}
.fa6-down-long::before {
  content: "\f309";
}
.fa6-long-arrow-alt-down::before {
  content: "\f309";
}
.fa6-ranking-star::before {
  content: "\e561";
}
.fa6-chess-king::before {
  content: "\f43f";
}
.fa6-person-harassing::before {
  content: "\e549";
}
.fa6-brazilian-real-sign::before {
  content: "\e46c";
}
.fa6-landmark-dome::before {
  content: "\f752";
}
.fa6-landmark-alt::before {
  content: "\f752";
}
.fa6-arrow-up::before {
  content: "\f062";
}
.fa6-tv::before {
  content: "\f26c";
}
.fa6-television::before {
  content: "\f26c";
}
.fa6-tv-alt::before {
  content: "\f26c";
}
.fa6-shrimp::before {
  content: "\e448";
}
.fa6-list-check::before {
  content: "\f0ae";
}
.fa6-tasks::before {
  content: "\f0ae";
}
.fa6-jug-detergent::before {
  content: "\e519";
}
.fa6-circle-user::before {
  content: "\f2bd";
}
.fa6-user-circle::before {
  content: "\f2bd";
}
.fa6-user-shield::before {
  content: "\f505";
}
.fa6-wind::before {
  content: "\f72e";
}
.fa6-car-burst::before {
  content: "\f5e1";
}
.fa6-car-crash::before {
  content: "\f5e1";
}
.fa6-y::before {
  content: "\59";
}
.fa6-person-snowboarding::before {
  content: "\f7ce";
}
.fa6-snowboarding::before {
  content: "\f7ce";
}
.fa6-truck-fast::before {
  content: "\f48b";
}
.fa6-shipping-fast::before {
  content: "\f48b";
}
.fa6-fish::before {
  content: "\f578";
}
.fa6-user-graduate::before {
  content: "\f501";
}
.fa6-circle-half-stroke::before {
  content: "\f042";
}
.fa6-adjust::before {
  content: "\f042";
}
.fa6-clapperboard::before {
  content: "\e131";
}
.fa6-circle-radiation::before {
  content: "\f7ba";
}
.fa6-radiation-alt::before {
  content: "\f7ba";
}
.fa6-baseball::before {
  content: "\f433";
}
.fa6-baseball-ball::before {
  content: "\f433";
}
.fa6-jet-fighter-up::before {
  content: "\e518";
}
.fa6-diagram-project::before {
  content: "\f542";
}
.fa6-project-diagram::before {
  content: "\f542";
}
.fa6-copy::before {
  content: "\f0c5";
}
.fa6-volume-xmark::before {
  content: "\f6a9";
}
.fa6-volume-mute::before {
  content: "\f6a9";
}
.fa6-volume-times::before {
  content: "\f6a9";
}
.fa6-hand-sparkles::before {
  content: "\e05d";
}
.fa6-grip::before {
  content: "\f58d";
}
.fa6-grip-horizontal::before {
  content: "\f58d";
}
.fa6-share-from-square::before {
  content: "\f14d";
}
.fa6-share-square::before {
  content: "\f14d";
}
.fa6-child-combatant::before {
  content: "\e4e0";
}
.fa6-child-rifle::before {
  content: "\e4e0";
}
.fa6-gun::before {
  content: "\e19b";
}
.fa6-square-phone::before {
  content: "\f098";
}
.fa6-phone-square::before {
  content: "\f098";
}
.fa6-plus::before {
  content: "\2b";
}
.fa6-add::before {
  content: "\2b";
}
.fa6-expand::before {
  content: "\f065";
}
.fa6-computer::before {
  content: "\e4e5";
}
.fa6-xmark::before {
  content: "\f00d";
}
.fa6-close::before {
  content: "\f00d";
}
.fa6-multiply::before {
  content: "\f00d";
}
.fa6-remove::before {
  content: "\f00d";
}
.fa6-times::before {
  content: "\f00d";
}
.fa6-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa6-arrows::before {
  content: "\f047";
}
.fa6-chalkboard-user::before {
  content: "\f51c";
}
.fa6-chalkboard-teacher::before {
  content: "\f51c";
}
.fa6-peso-sign::before {
  content: "\e222";
}
.fa6-building-shield::before {
  content: "\e4d8";
}
.fa6-baby::before {
  content: "\f77c";
}
.fa6-users-line::before {
  content: "\e592";
}
.fa6-quote-left::before {
  content: "\f10d";
}
.fa6-quote-left-alt::before {
  content: "\f10d";
}
.fa6-tractor::before {
  content: "\f722";
}
.fa6-trash-arrow-up::before {
  content: "\f829";
}
.fa6-trash-restore::before {
  content: "\f829";
}
.fa6-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa6-lines-leaning::before {
  content: "\e51e";
}
.fa6-ruler-combined::before {
  content: "\f546";
}
.fa6-copyright::before {
  content: "\f1f9";
}
.fa6-equals::before {
  content: "\3d";
}
.fa6-blender::before {
  content: "\f517";
}
.fa6-teeth::before {
  content: "\f62e";
}
.fa6-shekel-sign::before {
  content: "\f20b";
}
.fa6-ils::before {
  content: "\f20b";
}
.fa6-shekel::before {
  content: "\f20b";
}
.fa6-sheqel::before {
  content: "\f20b";
}
.fa6-sheqel-sign::before {
  content: "\f20b";
}
.fa6-map::before {
  content: "\f279";
}
.fa6-rocket::before {
  content: "\f135";
}
.fa6-photo-film::before {
  content: "\f87c";
}
.fa6-photo-video::before {
  content: "\f87c";
}
.fa6-folder-minus::before {
  content: "\f65d";
}
.fa6-store::before {
  content: "\f54e";
}
.fa6-arrow-trend-up::before {
  content: "\e098";
}
.fa6-plug-circle-minus::before {
  content: "\e55e";
}
.fa6-sign-hanging::before {
  content: "\f4d9";
}
.fa6-sign::before {
  content: "\f4d9";
}
.fa6-bezier-curve::before {
  content: "\f55b";
}
.fa6-bell-slash::before {
  content: "\f1f6";
}
.fa6-tablet::before {
  content: "\f3fb";
}
.fa6-tablet-android::before {
  content: "\f3fb";
}
.fa6-school-flag::before {
  content: "\e56e";
}
.fa6-fill::before {
  content: "\f575";
}
.fa6-angle-up::before {
  content: "\f106";
}
.fa6-drumstick-bite::before {
  content: "\f6d7";
}
.fa6-holly-berry::before {
  content: "\f7aa";
}
.fa6-chevron-left::before {
  content: "\f053";
}
.fa6-bacteria::before {
  content: "\e059";
}
.fa6-hand-lizard::before {
  content: "\f258";
}
.fa6-notdef::before {
  content: "\e1fe";
}
.fa6-disease::before {
  content: "\f7fa";
}
.fa6-briefcase-medical::before {
  content: "\f469";
}
.fa6-genderless::before {
  content: "\f22d";
}
.fa6-chevron-right::before {
  content: "\f054";
}
.fa6-retweet::before {
  content: "\f079";
}
.fa6-car-rear::before {
  content: "\f5de";
}
.fa6-car-alt::before {
  content: "\f5de";
}
.fa6-pump-soap::before {
  content: "\e06b";
}
.fa6-video-slash::before {
  content: "\f4e2";
}
.fa6-battery-quarter::before {
  content: "\f243";
}
.fa6-battery-2::before {
  content: "\f243";
}
.fa6-radio::before {
  content: "\f8d7";
}
.fa6-baby-carriage::before {
  content: "\f77d";
}
.fa6-carriage-baby::before {
  content: "\f77d";
}
.fa6-traffic-light::before {
  content: "\f637";
}
.fa6-thermometer::before {
  content: "\f491";
}
.fa6-vr-cardboard::before {
  content: "\f729";
}
.fa6-hand-middle-finger::before {
  content: "\f806";
}
.fa6-percent::before {
  content: "\25";
}
.fa6-percentage::before {
  content: "\25";
}
.fa6-truck-moving::before {
  content: "\f4df";
}
.fa6-glass-water-droplet::before {
  content: "\e4f5";
}
.fa6-display::before {
  content: "\e163";
}
.fa6-face-smile::before {
  content: "\f118";
}
.fa6-smile::before {
  content: "\f118";
}
.fa6-thumbtack::before {
  content: "\f08d";
}
.fa6-thumb-tack::before {
  content: "\f08d";
}
.fa6-trophy::before {
  content: "\f091";
}
.fa6-person-praying::before {
  content: "\f683";
}
.fa6-pray::before {
  content: "\f683";
}
.fa6-hammer::before {
  content: "\f6e3";
}
.fa6-hand-peace::before {
  content: "\f25b";
}
.fa6-rotate::before {
  content: "\f2f1";
}
.fa6-sync-alt::before {
  content: "\f2f1";
}
.fa6-spinner::before {
  content: "\f110";
}
.fa6-robot::before {
  content: "\f544";
}
.fa6-peace::before {
  content: "\f67c";
}
.fa6-gears::before {
  content: "\f085";
}
.fa6-cogs::before {
  content: "\f085";
}
.fa6-warehouse::before {
  content: "\f494";
}
.fa6-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa6-splotch::before {
  content: "\f5bc";
}
.fa6-face-grin-hearts::before {
  content: "\f584";
}
.fa6-grin-hearts::before {
  content: "\f584";
}
.fa6-dice-four::before {
  content: "\f524";
}
.fa6-sim-card::before {
  content: "\f7c4";
}
.fa6-transgender::before {
  content: "\f225";
}
.fa6-transgender-alt::before {
  content: "\f225";
}
.fa6-mercury::before {
  content: "\f223";
}
.fa6-arrow-turn-down::before {
  content: "\f149";
}
.fa6-level-down::before {
  content: "\f149";
}
.fa6-person-falling-burst::before {
  content: "\e547";
}
.fa6-award::before {
  content: "\f559";
}
.fa6-ticket-simple::before {
  content: "\f3ff";
}
.fa6-ticket-alt::before {
  content: "\f3ff";
}
.fa6-building::before {
  content: "\f1ad";
}
.fa6-angles-left::before {
  content: "\f100";
}
.fa6-angle-double-left::before {
  content: "\f100";
}
.fa6-qrcode::before {
  content: "\f029";
}
.fa6-clock-rotate-left::before {
  content: "\f1da";
}
.fa6-history::before {
  content: "\f1da";
}
.fa6-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa6-grin-beam-sweat::before {
  content: "\f583";
}
.fa6-file-export::before {
  content: "\f56e";
}
.fa6-arrow-right-from-file::before {
  content: "\f56e";
}
.fa6-shield::before {
  content: "\f132";
}
.fa6-shield-blank::before {
  content: "\f132";
}
.fa6-arrow-up-short-wide::before {
  content: "\f885";
}
.fa6-sort-amount-up-alt::before {
  content: "\f885";
}
.fa6-house-medical::before {
  content: "\e3b2";
}
.fa6-golf-ball-tee::before {
  content: "\f450";
}
.fa6-golf-ball::before {
  content: "\f450";
}
.fa6-circle-chevron-left::before {
  content: "\f137";
}
.fa6-chevron-circle-left::before {
  content: "\f137";
}
.fa6-house-chimney-window::before {
  content: "\e00d";
}
.fa6-pen-nib::before {
  content: "\f5ad";
}
.fa6-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa6-tents::before {
  content: "\e582";
}
.fa6-wand-magic::before {
  content: "\f0d0";
}
.fa6-magic::before {
  content: "\f0d0";
}
.fa6-dog::before {
  content: "\f6d3";
}
.fa6-carrot::before {
  content: "\f787";
}
.fa6-moon::before {
  content: "\f186";
}
.fa6-wine-glass-empty::before {
  content: "\f5ce";
}
.fa6-wine-glass-alt::before {
  content: "\f5ce";
}
.fa6-cheese::before {
  content: "\f7ef";
}
.fa6-yin-yang::before {
  content: "\f6ad";
}
.fa6-music::before {
  content: "\f001";
}
.fa6-code-commit::before {
  content: "\f386";
}
.fa6-temperature-low::before {
  content: "\f76b";
}
.fa6-person-biking::before {
  content: "\f84a";
}
.fa6-biking::before {
  content: "\f84a";
}
.fa6-broom::before {
  content: "\f51a";
}
.fa6-shield-heart::before {
  content: "\e574";
}
.fa6-gopuram::before {
  content: "\f664";
}
.fa6-earth-oceania::before {
  content: "\e47b";
}
.fa6-globe-oceania::before {
  content: "\e47b";
}
.fa6-square-xmark::before {
  content: "\f2d3";
}
.fa6-times-square::before {
  content: "\f2d3";
}
.fa6-xmark-square::before {
  content: "\f2d3";
}
.fa6-hashtag::before {
  content: "\23";
}
.fa6-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa6-expand-alt::before {
  content: "\f424";
}
.fa6-oil-can::before {
  content: "\f613";
}
.fa6-t::before {
  content: "\54";
}
.fa6-hippo::before {
  content: "\f6ed";
}
.fa6-chart-column::before {
  content: "\e0e3";
}
.fa6-infinity::before {
  content: "\f534";
}
.fa6-vial-circle-check::before {
  content: "\e596";
}
.fa6-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa6-voicemail::before {
  content: "\f897";
}
.fa6-fan::before {
  content: "\f863";
}
.fa6-person-walking-luggage::before {
  content: "\e554";
}
.fa6-up-down::before {
  content: "\f338";
}
.fa6-arrows-alt-v::before {
  content: "\f338";
}
.fa6-cloud-moon-rain::before {
  content: "\f73c";
}
.fa6-calendar::before {
  content: "\f133";
}
.fa6-trailer::before {
  content: "\e041";
}
.fa6-bahai::before {
  content: "\f666";
}
.fa6-haykal::before {
  content: "\f666";
}
.fa6-sd-card::before {
  content: "\f7c2";
}
.fa6-dragon::before {
  content: "\f6d5";
}
.fa6-shoe-prints::before {
  content: "\f54b";
}
.fa6-circle-plus::before {
  content: "\f055";
}
.fa6-plus-circle::before {
  content: "\f055";
}
.fa6-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa6-grin-tongue-wink::before {
  content: "\f58b";
}
.fa6-hand-holding::before {
  content: "\f4bd";
}
.fa6-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa6-link-slash::before {
  content: "\f127";
}
.fa6-chain-broken::before {
  content: "\f127";
}
.fa6-chain-slash::before {
  content: "\f127";
}
.fa6-unlink::before {
  content: "\f127";
}
.fa6-clone::before {
  content: "\f24d";
}
.fa6-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa6-arrow-up-z-a::before {
  content: "\f882";
}
.fa6-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa6-fire-flame-curved::before {
  content: "\f7e4";
}
.fa6-fire-alt::before {
  content: "\f7e4";
}
.fa6-tornado::before {
  content: "\f76f";
}
.fa6-file-circle-plus::before {
  content: "\e494";
}
.fa6-book-quran::before {
  content: "\f687";
}
.fa6-quran::before {
  content: "\f687";
}
.fa6-anchor::before {
  content: "\f13d";
}
.fa6-border-all::before {
  content: "\f84c";
}
.fa6-face-angry::before {
  content: "\f556";
}
.fa6-angry::before {
  content: "\f556";
}
.fa6-cookie-bite::before {
  content: "\f564";
}
.fa6-arrow-trend-down::before {
  content: "\e097";
}
.fa6-rss::before {
  content: "\f09e";
}
.fa6-feed::before {
  content: "\f09e";
}
.fa6-draw-polygon::before {
  content: "\f5ee";
}
.fa6-scale-balanced::before {
  content: "\f24e";
}
.fa6-balance-scale::before {
  content: "\f24e";
}
.fa6-gauge-simple-high::before {
  content: "\f62a";
}
.fa6-tachometer::before {
  content: "\f62a";
}
.fa6-tachometer-fast::before {
  content: "\f62a";
}
.fa6-shower::before {
  content: "\f2cc";
}
.fa6-desktop::before {
  content: "\f390";
}
.fa6-desktop-alt::before {
  content: "\f390";
}
.fa6-m::before {
  content: "\4d";
}
.fa6-table-list::before {
  content: "\f00b";
}
.fa6-th-list::before {
  content: "\f00b";
}
.fa6-comment-sms::before {
  content: "\f7cd";
}
.fa6-sms::before {
  content: "\f7cd";
}
.fa6-book::before {
  content: "\f02d";
}
.fa6-user-plus::before {
  content: "\f234";
}
.fa6-check::before {
  content: "\f00c";
}
.fa6-battery-three-quarters::before {
  content: "\f241";
}
.fa6-battery-4::before {
  content: "\f241";
}
.fa6-house-circle-check::before {
  content: "\e509";
}
.fa6-angle-left::before {
  content: "\f104";
}
.fa6-diagram-successor::before {
  content: "\e47a";
}
.fa6-truck-arrow-right::before {
  content: "\e58b";
}
.fa6-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa6-hand-fist::before {
  content: "\f6de";
}
.fa6-fist-raised::before {
  content: "\f6de";
}
.fa6-cloud-moon::before {
  content: "\f6c3";
}
.fa6-briefcase::before {
  content: "\f0b1";
}
.fa6-person-falling::before {
  content: "\e546";
}
.fa6-image-portrait::before {
  content: "\f3e0";
}
.fa6-portrait::before {
  content: "\f3e0";
}
.fa6-user-tag::before {
  content: "\f507";
}
.fa6-rug::before {
  content: "\e569";
}
.fa6-earth-europe::before {
  content: "\f7a2";
}
.fa6-globe-europe::before {
  content: "\f7a2";
}
.fa6-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa6-luggage-cart::before {
  content: "\f59d";
}
.fa6-rectangle-xmark::before {
  content: "\f410";
}
.fa6-rectangle-times::before {
  content: "\f410";
}
.fa6-times-rectangle::before {
  content: "\f410";
}
.fa6-window-close::before {
  content: "\f410";
}
.fa6-baht-sign::before {
  content: "\e0ac";
}
.fa6-book-open::before {
  content: "\f518";
}
.fa6-book-journal-whills::before {
  content: "\f66a";
}
.fa6-journal-whills::before {
  content: "\f66a";
}
.fa6-handcuffs::before {
  content: "\e4f8";
}
.fa6-triangle-exclamation::before {
  content: "\f071";
}
.fa6-exclamation-triangle::before {
  content: "\f071";
}
.fa6-warning::before {
  content: "\f071";
}
.fa6-database::before {
  content: "\f1c0";
}
.fa6-share::before {
  content: "\f064";
}
.fa6-mail-forward::before {
  content: "\f064";
}
.fa6-bottle-droplet::before {
  content: "\e4c4";
}
.fa6-mask-face::before {
  content: "\e1d7";
}
.fa6-hill-rockslide::before {
  content: "\e508";
}
.fa6-right-left::before {
  content: "\f362";
}
.fa6-exchange-alt::before {
  content: "\f362";
}
.fa6-paper-plane::before {
  content: "\f1d8";
}
.fa6-road-circle-exclamation::before {
  content: "\e565";
}
.fa6-dungeon::before {
  content: "\f6d9";
}
.fa6-align-right::before {
  content: "\f038";
}
.fa6-money-bill-1-wave::before {
  content: "\f53b";
}
.fa6-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa6-life-ring::before {
  content: "\f1cd";
}
.fa6-hands::before {
  content: "\f2a7";
}
.fa6-sign-language::before {
  content: "\f2a7";
}
.fa6-signing::before {
  content: "\f2a7";
}
.fa6-calendar-day::before {
  content: "\f783";
}
.fa6-water-ladder::before {
  content: "\f5c5";
}
.fa6-ladder-water::before {
  content: "\f5c5";
}
.fa6-swimming-pool::before {
  content: "\f5c5";
}
.fa6-arrows-up-down::before {
  content: "\f07d";
}
.fa6-arrows-v::before {
  content: "\f07d";
}
.fa6-face-grimace::before {
  content: "\f57f";
}
.fa6-grimace::before {
  content: "\f57f";
}
.fa6-wheelchair-move::before {
  content: "\e2ce";
}
.fa6-wheelchair-alt::before {
  content: "\e2ce";
}
.fa6-turn-down::before {
  content: "\f3be";
}
.fa6-level-down-alt::before {
  content: "\f3be";
}
.fa6-person-walking-arrow-right::before {
  content: "\e552";
}
.fa6-square-envelope::before {
  content: "\f199";
}
.fa6-envelope-square::before {
  content: "\f199";
}
.fa6-dice::before {
  content: "\f522";
}
.fa6-bowling-ball::before {
  content: "\f436";
}
.fa6-brain::before {
  content: "\f5dc";
}
.fa6-bandage::before {
  content: "\f462";
}
.fa6-band-aid::before {
  content: "\f462";
}
.fa6-calendar-minus::before {
  content: "\f272";
}
.fa6-circle-xmark::before {
  content: "\f057";
}
.fa6-times-circle::before {
  content: "\f057";
}
.fa6-xmark-circle::before {
  content: "\f057";
}
.fa6-gifts::before {
  content: "\f79c";
}
.fa6-hotel::before {
  content: "\f594";
}
.fa6-earth-asia::before {
  content: "\f57e";
}
.fa6-globe-asia::before {
  content: "\f57e";
}
.fa6-id-card-clip::before {
  content: "\f47f";
}
.fa6-id-card-alt::before {
  content: "\f47f";
}
.fa6-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa6-search-plus::before {
  content: "\f00e";
}
.fa6-thumbs-up::before {
  content: "\f164";
}
.fa6-user-clock::before {
  content: "\f4fd";
}
.fa6-hand-dots::before {
  content: "\f461";
}
.fa6-allergies::before {
  content: "\f461";
}
.fa6-file-invoice::before {
  content: "\f570";
}
.fa6-window-minimize::before {
  content: "\f2d1";
}
.fa6-mug-saucer::before {
  content: "\f0f4";
}
.fa6-coffee::before {
  content: "\f0f4";
}
.fa6-brush::before {
  content: "\f55d";
}
.fa6-mask::before {
  content: "\f6fa";
}
.fa6-magnifying-glass-minus::before {
  content: "\f010";
}
.fa6-search-minus::before {
  content: "\f010";
}
.fa6-ruler-vertical::before {
  content: "\f548";
}
.fa6-user-large::before {
  content: "\f406";
}
.fa6-user-alt::before {
  content: "\f406";
}
.fa6-train-tram::before {
  content: "\e5b4";
}
.fa6-user-nurse::before {
  content: "\f82f";
}
.fa6-syringe::before {
  content: "\f48e";
}
.fa6-cloud-sun::before {
  content: "\f6c4";
}
.fa6-stopwatch-20::before {
  content: "\e06f";
}
.fa6-square-full::before {
  content: "\f45c";
}
.fa6-magnet::before {
  content: "\f076";
}
.fa6-jar::before {
  content: "\e516";
}
.fa6-note-sticky::before {
  content: "\f249";
}
.fa6-sticky-note::before {
  content: "\f249";
}
.fa6-bug-slash::before {
  content: "\e490";
}
.fa6-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa6-bone::before {
  content: "\f5d7";
}
.fa6-user-injured::before {
  content: "\f728";
}
.fa6-face-sad-tear::before {
  content: "\f5b4";
}
.fa6-sad-tear::before {
  content: "\f5b4";
}
.fa6-plane::before {
  content: "\f072";
}
.fa6-tent-arrows-down::before {
  content: "\e581";
}
.fa6-exclamation::before {
  content: "\21";
}
.fa6-arrows-spin::before {
  content: "\e4bb";
}
.fa6-print::before {
  content: "\f02f";
}
.fa6-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa6-try::before {
  content: "\e2bb";
}
.fa6-turkish-lira::before {
  content: "\e2bb";
}
.fa6-dollar-sign::before {
  content: "\24";
}
.fa6-dollar::before {
  content: "\24";
}
.fa6-usd::before {
  content: "\24";
}
.fa6-x::before {
  content: "\58";
}
.fa6-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa6-search-dollar::before {
  content: "\f688";
}
.fa6-users-gear::before {
  content: "\f509";
}
.fa6-users-cog::before {
  content: "\f509";
}
.fa6-person-military-pointing::before {
  content: "\e54a";
}
.fa6-building-columns::before {
  content: "\f19c";
}
.fa6-bank::before {
  content: "\f19c";
}
.fa6-institution::before {
  content: "\f19c";
}
.fa6-museum::before {
  content: "\f19c";
}
.fa6-university::before {
  content: "\f19c";
}
.fa6-umbrella::before {
  content: "\f0e9";
}
.fa6-trowel::before {
  content: "\e589";
}
.fa6-d::before {
  content: "\44";
}
.fa6-stapler::before {
  content: "\e5af";
}
.fa6-masks-theater::before {
  content: "\f630";
}
.fa6-theater-masks::before {
  content: "\f630";
}
.fa6-kip-sign::before {
  content: "\e1c4";
}
.fa6-hand-point-left::before {
  content: "\f0a5";
}
.fa6-handshake-simple::before {
  content: "\f4c6";
}
.fa6-handshake-alt::before {
  content: "\f4c6";
}
.fa6-jet-fighter::before {
  content: "\f0fb";
}
.fa6-fighter-jet::before {
  content: "\f0fb";
}
.fa6-square-share-nodes::before {
  content: "\f1e1";
}
.fa6-share-alt-square::before {
  content: "\f1e1";
}
.fa6-barcode::before {
  content: "\f02a";
}
.fa6-plus-minus::before {
  content: "\e43c";
}
.fa6-video::before {
  content: "\f03d";
}
.fa6-video-camera::before {
  content: "\f03d";
}
.fa6-graduation-cap::before {
  content: "\f19d";
}
.fa6-mortar-board::before {
  content: "\f19d";
}
.fa6-hand-holding-medical::before {
  content: "\e05c";
}
.fa6-person-circle-check::before {
  content: "\e53e";
}
.fa6-turn-up::before {
  content: "\f3bf";
}
.fa6-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa6-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa6-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
