/*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
 .xa {
    font-family: var(--xa-style-family, "Font Awesome 6 Free");
    font-weight: var(--xa-style, 900); }

  .xa,
  .xa-classic,
  .xa-sharp,
  .xas,
  .xa-solid,
  .xar,
  .xa-regular,
  .xab,
  .xa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--xa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto; }

  .xas,
  .xa-classic,
  .xa-solid,
  .xar,
  .xa-regular {
    font-family: 'Font Awesome 6 Free'; }

  .xab,
  .xa-brands {
    font-family: 'Font Awesome 6 Brands'; }

  .xa-1x {
    font-size: 1em; }

  .xa-2x {
    font-size: 2em; }

  .xa-3x {
    font-size: 3em; }

  .xa-4x {
    font-size: 4em; }

  .xa-5x {
    font-size: 5em; }

  .xa-6x {
    font-size: 6em; }

  .xa-7x {
    font-size: 7em; }

  .xa-8x {
    font-size: 8em; }

  .xa-9x {
    font-size: 9em; }

  .xa-10x {
    font-size: 10em; }

  .xa-2xs {
    font-size: 0.625em;
    line-height: 0.1em;
    vertical-align: 0.225em; }

  .xa-xs {
    font-size: 0.75em;
    line-height: 0.08333em;
    vertical-align: 0.125em; }

  .xa-sm {
    font-size: 0.875em;
    line-height: 0.07143em;
    vertical-align: 0.05357em; }

  .xa-lg {
    font-size: 1.25em;
    line-height: 0.05em;
    vertical-align: -0.075em; }

  .xa-xl {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em; }

  .xa-2xl {
    font-size: 2em;
    line-height: 0.03125em;
    vertical-align: -0.1875em; }

  .xa-fw {
    text-align: center;
    width: 1.25em; }

  .xa-ul {
    list-style-type: none;
    margin-left: var(--xa-li-margin, 2.5em);
    padding-left: 0; }
    .xa-ul > li {
      position: relative; }

  .xa-li {
    left: calc(var(--xa-li-width, 2em) * -1);
    position: absolute;
    text-align: center;
    width: var(--xa-li-width, 2em);
    line-height: inherit; }

  .xa-border {
    border-color: var(--xa-border-color, #eee);
    border-radius: var(--xa-border-radius, 0.1em);
    border-style: var(--xa-border-style, solid);
    border-width: var(--xa-border-width, 0.08em);
    padding: var(--xa-border-padding, 0.2em 0.25em 0.15em); }

  .xa-pull-left {
    float: left;
    margin-right: var(--xa-pull-margin, 0.3em); }

  .xa-pull-right {
    float: right;
    margin-left: var(--xa-pull-margin, 0.3em); }

  .xa-beat {
    -webkit-animation-name: xa-beat;
            animation-name: xa-beat;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, ease-in-out);
            animation-timing-function: var(--xa-animation-timing, ease-in-out); }

  .xa-bounce {
    -webkit-animation-name: xa-bounce;
            animation-name: xa-bounce;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
            animation-timing-function: var(--xa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

  .xa-fade {
    -webkit-animation-name: xa-fade;
            animation-name: xa-fade;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
            animation-timing-function: var(--xa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

  .xa-beat-fade {
    -webkit-animation-name: xa-beat-fade;
            animation-name: xa-beat-fade;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
            animation-timing-function: var(--xa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

  .xa-flip {
    -webkit-animation-name: xa-flip;
            animation-name: xa-flip;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, ease-in-out);
            animation-timing-function: var(--xa-animation-timing, ease-in-out); }

  .xa-shake {
    -webkit-animation-name: xa-shake;
            animation-name: xa-shake;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, linear);
            animation-timing-function: var(--xa-animation-timing, linear); }

  .xa-spin {
    -webkit-animation-name: xa-spin;
            animation-name: xa-spin;
    -webkit-animation-delay: var(--xa-animation-delay, 0s);
            animation-delay: var(--xa-animation-delay, 0s);
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 2s);
            animation-duration: var(--xa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, linear);
            animation-timing-function: var(--xa-animation-timing, linear); }

  .xa-spin-reverse {
    --xa-animation-direction: reverse; }

  .xa-pulse,
  .xa-spin-pulse {
    -webkit-animation-name: xa-spin;
            animation-name: xa-spin;
    -webkit-animation-direction: var(--xa-animation-direction, normal);
            animation-direction: var(--xa-animation-direction, normal);
    -webkit-animation-duration: var(--xa-animation-duration, 1s);
            animation-duration: var(--xa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--xa-animation-iteration-count, infinite);
            animation-iteration-count: var(--xa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--xa-animation-timing, steps(8));
            animation-timing-function: var(--xa-animation-timing, steps(8)); }

  @media (prefers-reduced-motion: reduce) {
    .xa-beat,
    .xa-bounce,
    .xa-fade,
    .xa-beat-fade,
    .xa-flip,
    .xa-pulse,
    .xa-shake,
    .xa-spin,
    .xa-spin-pulse {
      -webkit-animation-delay: -1ms;
              animation-delay: -1ms;
      -webkit-animation-duration: 1ms;
              animation-duration: 1ms;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-duration: 0s;
              transition-duration: 0s; } }

  @-webkit-keyframes xa-beat {
    0%, 90% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    45% {
      -webkit-transform: scale(var(--xa-beat-scale, 1.25));
              transform: scale(var(--xa-beat-scale, 1.25)); } }

  @keyframes xa-beat {
    0%, 90% {
      -webkit-transform: scale(1);
              transform: scale(1); }
    45% {
      -webkit-transform: scale(var(--xa-beat-scale, 1.25));
              transform: scale(var(--xa-beat-scale, 1.25)); } }

  @-webkit-keyframes xa-bounce {
    0% {
      -webkit-transform: scale(1, 1) translateY(0);
              transform: scale(1, 1) translateY(0); }
    10% {
      -webkit-transform: scale(var(--xa-bounce-start-scale-x, 1.1), var(--xa-bounce-start-scale-y, 0.9)) translateY(0);
              transform: scale(var(--xa-bounce-start-scale-x, 1.1), var(--xa-bounce-start-scale-y, 0.9)) translateY(0); }
    30% {
      -webkit-transform: scale(var(--xa-bounce-jump-scale-x, 0.9), var(--xa-bounce-jump-scale-y, 1.1)) translateY(var(--xa-bounce-height, -0.5em));
              transform: scale(var(--xa-bounce-jump-scale-x, 0.9), var(--xa-bounce-jump-scale-y, 1.1)) translateY(var(--xa-bounce-height, -0.5em)); }
    50% {
      -webkit-transform: scale(var(--xa-bounce-land-scale-x, 1.05), var(--xa-bounce-land-scale-y, 0.95)) translateY(0);
              transform: scale(var(--xa-bounce-land-scale-x, 1.05), var(--xa-bounce-land-scale-y, 0.95)) translateY(0); }
    57% {
      -webkit-transform: scale(1, 1) translateY(var(--xa-bounce-rebound, -0.125em));
              transform: scale(1, 1) translateY(var(--xa-bounce-rebound, -0.125em)); }
    64% {
      -webkit-transform: scale(1, 1) translateY(0);
              transform: scale(1, 1) translateY(0); }
    100% {
      -webkit-transform: scale(1, 1) translateY(0);
              transform: scale(1, 1) translateY(0); } }

  @keyframes xa-bounce {
    0% {
      -webkit-transform: scale(1, 1) translateY(0);
              transform: scale(1, 1) translateY(0); }
    10% {
      -webkit-transform: scale(var(--xa-bounce-start-scale-x, 1.1), var(--xa-bounce-start-scale-y, 0.9)) translateY(0);
              transform: scale(var(--xa-bounce-start-scale-x, 1.1), var(--xa-bounce-start-scale-y, 0.9)) translateY(0); }
    30% {
      -webkit-transform: scale(var(--xa-bounce-jump-scale-x, 0.9), var(--xa-bounce-jump-scale-y, 1.1)) translateY(var(--xa-bounce-height, -0.5em));
              transform: scale(var(--xa-bounce-jump-scale-x, 0.9), var(--xa-bounce-jump-scale-y, 1.1)) translateY(var(--xa-bounce-height, -0.5em)); }
    50% {
      -webkit-transform: scale(var(--xa-bounce-land-scale-x, 1.05), var(--xa-bounce-land-scale-y, 0.95)) translateY(0);
              transform: scale(var(--xa-bounce-land-scale-x, 1.05), var(--xa-bounce-land-scale-y, 0.95)) translateY(0); }
    57% {
      -webkit-transform: scale(1, 1) translateY(var(--xa-bounce-rebound, -0.125em));
              transform: scale(1, 1) translateY(var(--xa-bounce-rebound, -0.125em)); }
    64% {
      -webkit-transform: scale(1, 1) translateY(0);
              transform: scale(1, 1) translateY(0); }
    100% {
      -webkit-transform: scale(1, 1) translateY(0);
              transform: scale(1, 1) translateY(0); } }

  @-webkit-keyframes xa-fade {
    50% {
      opacity: var(--xa-fade-opacity, 0.4); } }

  @keyframes xa-fade {
    50% {
      opacity: var(--xa-fade-opacity, 0.4); } }

  @-webkit-keyframes xa-beat-fade {
    0%, 100% {
      opacity: var(--xa-beat-fade-opacity, 0.4);
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      opacity: 1;
      -webkit-transform: scale(var(--xa-beat-fade-scale, 1.125));
              transform: scale(var(--xa-beat-fade-scale, 1.125)); } }

  @keyframes xa-beat-fade {
    0%, 100% {
      opacity: var(--xa-beat-fade-opacity, 0.4);
      -webkit-transform: scale(1);
              transform: scale(1); }
    50% {
      opacity: 1;
      -webkit-transform: scale(var(--xa-beat-fade-scale, 1.125));
              transform: scale(var(--xa-beat-fade-scale, 1.125)); } }

  @-webkit-keyframes xa-flip {
    50% {
      -webkit-transform: rotate3d(var(--xa-flip-x, 0), var(--xa-flip-y, 1), var(--xa-flip-z, 0), var(--xa-flip-angle, -180deg));
              transform: rotate3d(var(--xa-flip-x, 0), var(--xa-flip-y, 1), var(--xa-flip-z, 0), var(--xa-flip-angle, -180deg)); } }

  @keyframes xa-flip {
    50% {
      -webkit-transform: rotate3d(var(--xa-flip-x, 0), var(--xa-flip-y, 1), var(--xa-flip-z, 0), var(--xa-flip-angle, -180deg));
              transform: rotate3d(var(--xa-flip-x, 0), var(--xa-flip-y, 1), var(--xa-flip-z, 0), var(--xa-flip-angle, -180deg)); } }

  @-webkit-keyframes xa-shake {
    0% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg); }
    4% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    8%, 24% {
      -webkit-transform: rotate(-18deg);
              transform: rotate(-18deg); }
    12%, 28% {
      -webkit-transform: rotate(18deg);
              transform: rotate(18deg); }
    16% {
      -webkit-transform: rotate(-22deg);
              transform: rotate(-22deg); }
    20% {
      -webkit-transform: rotate(22deg);
              transform: rotate(22deg); }
    32% {
      -webkit-transform: rotate(-12deg);
              transform: rotate(-12deg); }
    36% {
      -webkit-transform: rotate(12deg);
              transform: rotate(12deg); }
    40%, 100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }

  @keyframes xa-shake {
    0% {
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg); }
    4% {
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    8%, 24% {
      -webkit-transform: rotate(-18deg);
              transform: rotate(-18deg); }
    12%, 28% {
      -webkit-transform: rotate(18deg);
              transform: rotate(18deg); }
    16% {
      -webkit-transform: rotate(-22deg);
              transform: rotate(-22deg); }
    20% {
      -webkit-transform: rotate(22deg);
              transform: rotate(22deg); }
    32% {
      -webkit-transform: rotate(-12deg);
              transform: rotate(-12deg); }
    36% {
      -webkit-transform: rotate(12deg);
              transform: rotate(12deg); }
    40%, 100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }

  @-webkit-keyframes xa-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }

  @keyframes xa-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); } }

  .xa-rotate-90 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  .xa-rotate-180 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

  .xa-rotate-270 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  .xa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

  .xa-flip-vertical {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }

  .xa-flip-both,
  .xa-flip-horizontal.xa-flip-vertical {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }

  .xa-rotate-by {
    -webkit-transform: rotate(var(--xa-rotate-angle, none));
            transform: rotate(var(--xa-rotate-angle, none)); }

  .xa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em; }

  .xa-stack-1x,
  .xa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--xa-stack-z-index, auto); }

  .xa-stack-1x {
    line-height: inherit; }

  .xa-stack-2x {
    font-size: 2em; }

  .xa-inverse {
    color: var(--xa-inverse, #fff); }

  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */

  .xa-0::before {
    content: "\30"; }

  .xa-1::before {
    content: "\31"; }

  .xa-2::before {
    content: "\32"; }

  .xa-3::before {
    content: "\33"; }

  .xa-4::before {
    content: "\34"; }

  .xa-5::before {
    content: "\35"; }

  .xa-6::before {
    content: "\36"; }

  .xa-7::before {
    content: "\37"; }

  .xa-8::before {
    content: "\38"; }

  .xa-9::before {
    content: "\39"; }

  .xa-fill-drip::before {
    content: "\f576"; }

  .xa-arrows-to-circle::before {
    content: "\e4bd"; }

  .xa-circle-chevron-right::before {
    content: "\f138"; }

  .xa-chevron-circle-right::before {
    content: "\f138"; }

  .xa-at::before {
    content: "\40"; }

  .xa-trash-can::before {
    content: "\f2ed"; }

  .xa-trash-alt::before {
    content: "\f2ed"; }

  .xa-text-height::before {
    content: "\f034"; }

  .xa-user-xmark::before {
    content: "\f235"; }

  .xa-user-times::before {
    content: "\f235"; }

  .xa-stethoscope::before {
    content: "\f0f1"; }

  .xa-message::before {
    content: "\f27a"; }

  .xa-comment-alt::before {
    content: "\f27a"; }

  .xa-info::before {
    content: "\f129"; }

  .xa-down-left-and-up-right-to-center::before {
    content: "\f422"; }

  .xa-compress-alt::before {
    content: "\f422"; }

  .xa-explosion::before {
    content: "\e4e9"; }

  .xa-file-lines::before {
    content: "\f15c"; }

  .xa-file-alt::before {
    content: "\f15c"; }

  .xa-file-text::before {
    content: "\f15c"; }

  .xa-wave-square::before {
    content: "\f83e"; }

  .xa-ring::before {
    content: "\f70b"; }

  .xa-building-un::before {
    content: "\e4d9"; }

  .xa-dice-three::before {
    content: "\f527"; }

  .xa-calendar-days::before {
    content: "\f073"; }

  .xa-calendar-alt::before {
    content: "\f073"; }

  .xa-anchor-circle-check::before {
    content: "\e4aa"; }

  .xa-building-circle-arrow-right::before {
    content: "\e4d1"; }

  .xa-volleyball::before {
    content: "\f45f"; }

  .xa-volleyball-ball::before {
    content: "\f45f"; }

  .xa-arrows-up-to-line::before {
    content: "\e4c2"; }

  .xa-sort-down::before {
    content: "\f0dd"; }

  .xa-sort-desc::before {
    content: "\f0dd"; }

  .xa-circle-minus::before {
    content: "\f056"; }

  .xa-minus-circle::before {
    content: "\f056"; }

  .xa-door-open::before {
    content: "\f52b"; }

  .xa-right-from-bracket::before {
    content: "\f2f5"; }

  .xa-sign-out-alt::before {
    content: "\f2f5"; }

  .xa-atom::before {
    content: "\f5d2"; }

  .xa-soap::before {
    content: "\e06e"; }

  .xa-icons::before {
    content: "\f86d"; }

  .xa-heart-music-camera-bolt::before {
    content: "\f86d"; }

  .xa-microphone-lines-slash::before {
    content: "\f539"; }

  .xa-microphone-alt-slash::before {
    content: "\f539"; }

  .xa-bridge-circle-check::before {
    content: "\e4c9"; }

  .xa-pump-medical::before {
    content: "\e06a"; }

  .xa-fingerprint::before {
    content: "\f577"; }

  .xa-hand-point-right::before {
    content: "\f0a4"; }

  .xa-magnifying-glass-location::before {
    content: "\f689"; }

  .xa-search-location::before {
    content: "\f689"; }

  .xa-forward-step::before {
    content: "\f051"; }

  .xa-step-forward::before {
    content: "\f051"; }

  .xa-face-smile-beam::before {
    content: "\f5b8"; }

  .xa-smile-beam::before {
    content: "\f5b8"; }

  .xa-flag-checkered::before {
    content: "\f11e"; }

  .xa-football::before {
    content: "\f44e"; }

  .xa-football-ball::before {
    content: "\f44e"; }

  .xa-school-circle-exclamation::before {
    content: "\e56c"; }

  .xa-crop::before {
    content: "\f125"; }

  .xa-angles-down::before {
    content: "\f103"; }

  .xa-angle-double-down::before {
    content: "\f103"; }

  .xa-users-rectangle::before {
    content: "\e594"; }

  .xa-people-roof::before {
    content: "\e537"; }

  .xa-people-line::before {
    content: "\e534"; }

  .xa-beer-mug-empty::before {
    content: "\f0fc"; }

  .xa-beer::before {
    content: "\f0fc"; }

  .xa-diagram-predecessor::before {
    content: "\e477"; }

  .xa-arrow-up-long::before {
    content: "\f176"; }

  .xa-long-arrow-up::before {
    content: "\f176"; }

  .xa-fire-flame-simple::before {
    content: "\f46a"; }

  .xa-burn::before {
    content: "\f46a"; }

  .xa-person::before {
    content: "\f183"; }

  .xa-male::before {
    content: "\f183"; }

  .xa-laptop::before {
    content: "\f109"; }

  .xa-file-csv::before {
    content: "\f6dd"; }

  .xa-menorah::before {
    content: "\f676"; }

  .xa-truck-plane::before {
    content: "\e58f"; }

  .xa-record-vinyl::before {
    content: "\f8d9"; }

  .xa-face-grin-stars::before {
    content: "\f587"; }

  .xa-grin-stars::before {
    content: "\f587"; }

  .xa-bong::before {
    content: "\f55c"; }

  .xa-spaghetti-monster-flying::before {
    content: "\f67b"; }

  .xa-pastafarianism::before {
    content: "\f67b"; }

  .xa-arrow-down-up-across-line::before {
    content: "\e4af"; }

  .xa-spoon::before {
    content: "\f2e5"; }

  .xa-utensil-spoon::before {
    content: "\f2e5"; }

  .xa-jar-wheat::before {
    content: "\e517"; }

  .xa-envelopes-bulk::before {
    content: "\f674"; }

  .xa-mail-bulk::before {
    content: "\f674"; }

  .xa-file-circle-exclamation::before {
    content: "\e4eb"; }

  .xa-circle-h::before {
    content: "\f47e"; }

  .xa-hospital-symbol::before {
    content: "\f47e"; }

  .xa-pager::before {
    content: "\f815"; }

  .xa-address-book::before {
    content: "\f2b9"; }

  .xa-contact-book::before {
    content: "\f2b9"; }

  .xa-strikethrough::before {
    content: "\f0cc"; }

  .xa-k::before {
    content: "\4b"; }

  .xa-landmark-flag::before {
    content: "\e51c"; }

  .xa-pencil::before {
    content: "\f303"; }

  .xa-pencil-alt::before {
    content: "\f303"; }

  .xa-backward::before {
    content: "\f04a"; }

  .xa-caret-right::before {
    content: "\f0da"; }

  .xa-comments::before {
    content: "\f086"; }

  .xa-paste::before {
    content: "\f0ea"; }

  .xa-file-clipboard::before {
    content: "\f0ea"; }

  .xa-code-pull-request::before {
    content: "\e13c"; }

  .xa-clipboard-list::before {
    content: "\f46d"; }

  .xa-truck-ramp-box::before {
    content: "\f4de"; }

  .xa-truck-loading::before {
    content: "\f4de"; }

  .xa-user-check::before {
    content: "\f4fc"; }

  .xa-vial-virus::before {
    content: "\e597"; }

  .xa-sheet-plastic::before {
    content: "\e571"; }

  .xa-blog::before {
    content: "\f781"; }

  .xa-user-ninja::before {
    content: "\f504"; }

  .xa-person-arrow-up-from-line::before {
    content: "\e539"; }

  .xa-scroll-torah::before {
    content: "\f6a0"; }

  .xa-torah::before {
    content: "\f6a0"; }

  .xa-broom-ball::before {
    content: "\f458"; }

  .xa-quidditch::before {
    content: "\f458"; }

  .xa-quidditch-broom-ball::before {
    content: "\f458"; }

  .xa-toggle-off::before {
    content: "\f204"; }

  .xa-box-archive::before {
    content: "\f187"; }

  .xa-archive::before {
    content: "\f187"; }

  .xa-person-drowning::before {
    content: "\e545"; }

  .xa-arrow-down-9-1::before {
    content: "\f886"; }

  .xa-sort-numeric-desc::before {
    content: "\f886"; }

  .xa-sort-numeric-down-alt::before {
    content: "\f886"; }

  .xa-face-grin-tongue-squint::before {
    content: "\f58a"; }

  .xa-grin-tongue-squint::before {
    content: "\f58a"; }

  .xa-spray-can::before {
    content: "\f5bd"; }

  .xa-truck-monster::before {
    content: "\f63b"; }

  .xa-w::before {
    content: "\57"; }

  .xa-earth-africa::before {
    content: "\f57c"; }

  .xa-globe-africa::before {
    content: "\f57c"; }

  .xa-rainbow::before {
    content: "\f75b"; }

  .xa-circle-notch::before {
    content: "\f1ce"; }

  .xa-tablet-screen-button::before {
    content: "\f3fa"; }

  .xa-tablet-alt::before {
    content: "\f3fa"; }

  .xa-paw::before {
    content: "\f1b0"; }

  .xa-cloud::before {
    content: "\f0c2"; }

  .xa-trowel-bricks::before {
    content: "\e58a"; }

  .xa-face-flushed::before {
    content: "\f579"; }

  .xa-flushed::before {
    content: "\f579"; }

  .xa-hospital-user::before {
    content: "\f80d"; }

  .xa-tent-arrow-left-right::before {
    content: "\e57f"; }

  .xa-gavel::before {
    content: "\f0e3"; }

  .xa-legal::before {
    content: "\f0e3"; }

  .xa-binoculars::before {
    content: "\f1e5"; }

  .xa-microphone-slash::before {
    content: "\f131"; }

  .xa-box-tissue::before {
    content: "\e05b"; }

  .xa-motorcycle::before {
    content: "\f21c"; }

  .xa-bell-concierge::before {
    content: "\f562"; }

  .xa-concierge-bell::before {
    content: "\f562"; }

  .xa-pen-ruler::before {
    content: "\f5ae"; }

  .xa-pencil-ruler::before {
    content: "\f5ae"; }

  .xa-people-arrows::before {
    content: "\e068"; }

  .xa-people-arrows-left-right::before {
    content: "\e068"; }

  .xa-mars-and-venus-burst::before {
    content: "\e523"; }

  .xa-square-caret-right::before {
    content: "\f152"; }

  .xa-caret-square-right::before {
    content: "\f152"; }

  .xa-scissors::before {
    content: "\f0c4"; }

  .xa-cut::before {
    content: "\f0c4"; }

  .xa-sun-plant-wilt::before {
    content: "\e57a"; }

  .xa-toilets-portable::before {
    content: "\e584"; }

  .xa-hockey-puck::before {
    content: "\f453"; }

  .xa-table::before {
    content: "\f0ce"; }

  .xa-magnifying-glass-arrow-right::before {
    content: "\e521"; }

  .xa-tachograph-digital::before {
    content: "\f566"; }

  .xa-digital-tachograph::before {
    content: "\f566"; }

  .xa-users-slash::before {
    content: "\e073"; }

  .xa-clover::before {
    content: "\e139"; }

  .xa-reply::before {
    content: "\f3e5"; }

  .xa-mail-reply::before {
    content: "\f3e5"; }

  .xa-star-and-crescent::before {
    content: "\f699"; }

  .xa-house-fire::before {
    content: "\e50c"; }

  .xa-square-minus::before {
    content: "\f146"; }

  .xa-minus-square::before {
    content: "\f146"; }

  .xa-helicopter::before {
    content: "\f533"; }

  .xa-compass::before {
    content: "\f14e"; }

  .xa-square-caret-down::before {
    content: "\f150"; }

  .xa-caret-square-down::before {
    content: "\f150"; }

  .xa-file-circle-question::before {
    content: "\e4ef"; }

  .xa-laptop-code::before {
    content: "\f5fc"; }

  .xa-swatchbook::before {
    content: "\f5c3"; }

  .xa-prescription-bottle::before {
    content: "\f485"; }

  .xa-bars::before {
    content: "\f0c9"; }

  .xa-navicon::before {
    content: "\f0c9"; }

  .xa-people-group::before {
    content: "\e533"; }

  .xa-hourglass-end::before {
    content: "\f253"; }

  .xa-hourglass-3::before {
    content: "\f253"; }

  .xa-heart-crack::before {
    content: "\f7a9"; }

  .xa-heart-broken::before {
    content: "\f7a9"; }

  .xa-square-up-right::before {
    content: "\f360"; }

  .xa-external-link-square-alt::before {
    content: "\f360"; }

  .xa-face-kiss-beam::before {
    content: "\f597"; }

  .xa-kiss-beam::before {
    content: "\f597"; }

  .xa-film::before {
    content: "\f008"; }

  .xa-ruler-horizontal::before {
    content: "\f547"; }

  .xa-people-robbery::before {
    content: "\e536"; }

  .xa-lightbulb::before {
    content: "\f0eb"; }

  .xa-caret-left::before {
    content: "\f0d9"; }

  .xa-circle-exclamation::before {
    content: "\f06a"; }

  .xa-exclamation-circle::before {
    content: "\f06a"; }

  .xa-school-circle-xmark::before {
    content: "\e56d"; }

  .xa-arrow-right-from-bracket::before {
    content: "\f08b"; }

  .xa-sign-out::before {
    content: "\f08b"; }

  .xa-circle-chevron-down::before {
    content: "\f13a"; }

  .xa-chevron-circle-down::before {
    content: "\f13a"; }

  .xa-unlock-keyhole::before {
    content: "\f13e"; }

  .xa-unlock-alt::before {
    content: "\f13e"; }

  .xa-cloud-showers-heavy::before {
    content: "\f740"; }

  .xa-headphones-simple::before {
    content: "\f58f"; }

  .xa-headphones-alt::before {
    content: "\f58f"; }

  .xa-sitemap::before {
    content: "\f0e8"; }

  .xa-circle-dollar-to-slot::before {
    content: "\f4b9"; }

  .xa-donate::before {
    content: "\f4b9"; }

  .xa-memory::before {
    content: "\f538"; }

  .xa-road-spikes::before {
    content: "\e568"; }

  .xa-fire-burner::before {
    content: "\e4f1"; }

  .xa-flag::before {
    content: "\f024"; }

  .xa-hanukiah::before {
    content: "\f6e6"; }

  .xa-feather::before {
    content: "\f52d"; }

  .xa-volume-low::before {
    content: "\f027"; }

  .xa-volume-down::before {
    content: "\f027"; }

  .xa-comment-slash::before {
    content: "\f4b3"; }

  .xa-cloud-sun-rain::before {
    content: "\f743"; }

  .xa-compress::before {
    content: "\f066"; }

  .xa-wheat-awn::before {
    content: "\e2cd"; }

  .xa-wheat-alt::before {
    content: "\e2cd"; }

  .xa-ankh::before {
    content: "\f644"; }

  .xa-hands-holding-child::before {
    content: "\e4fa"; }

  .xa-asterisk::before {
    content: "\2a"; }

  .xa-square-check::before {
    content: "\f14a"; }

  .xa-check-square::before {
    content: "\f14a"; }

  .xa-peseta-sign::before {
    content: "\e221"; }

  .xa-heading::before {
    content: "\f1dc"; }

  .xa-header::before {
    content: "\f1dc"; }

  .xa-ghost::before {
    content: "\f6e2"; }

  .xa-list::before {
    content: "\f03a"; }

  .xa-list-squares::before {
    content: "\f03a"; }

  .xa-square-phone-flip::before {
    content: "\f87b"; }

  .xa-phone-square-alt::before {
    content: "\f87b"; }

  .xa-cart-plus::before {
    content: "\f217"; }

  .xa-gamepad::before {
    content: "\f11b"; }

  .xa-circle-dot::before {
    content: "\f192"; }

  .xa-dot-circle::before {
    content: "\f192"; }

  .xa-face-dizzy::before {
    content: "\f567"; }

  .xa-dizzy::before {
    content: "\f567"; }

  .xa-egg::before {
    content: "\f7fb"; }

  .xa-house-medical-circle-xmark::before {
    content: "\e513"; }

  .xa-campground::before {
    content: "\f6bb"; }

  .xa-folder-plus::before {
    content: "\f65e"; }

  .xa-futbol::before {
    content: "\f1e3"; }

  .xa-futbol-ball::before {
    content: "\f1e3"; }

  .xa-soccer-ball::before {
    content: "\f1e3"; }

  .xa-paintbrush::before {
    content: "\f1fc"; }

  .xa-paint-brush::before {
    content: "\f1fc"; }

  .xa-lock::before {
    content: "\f023"; }

  .xa-gas-pump::before {
    content: "\f52f"; }

  .xa-hot-tub-person::before {
    content: "\f593"; }

  .xa-hot-tub::before {
    content: "\f593"; }

  .xa-map-location::before {
    content: "\f59f"; }

  .xa-map-marked::before {
    content: "\f59f"; }

  .xa-house-flood-water::before {
    content: "\e50e"; }

  .xa-tree::before {
    content: "\f1bb"; }

  .xa-bridge-lock::before {
    content: "\e4cc"; }

  .xa-sack-dollar::before {
    content: "\f81d"; }

  .xa-pen-to-square::before {
    content: "\f044"; }

  .xa-edit::before {
    content: "\f044"; }

  .xa-car-side::before {
    content: "\f5e4"; }

  .xa-share-nodes::before {
    content: "\f1e0"; }

  .xa-share-alt::before {
    content: "\f1e0"; }

  .xa-heart-circle-minus::before {
    content: "\e4ff"; }

  .xa-hourglass-half::before {
    content: "\f252"; }

  .xa-hourglass-2::before {
    content: "\f252"; }

  .xa-microscope::before {
    content: "\f610"; }

  .xa-sink::before {
    content: "\e06d"; }

  .xa-bag-shopping::before {
    content: "\f290"; }

  .xa-shopping-bag::before {
    content: "\f290"; }

  .xa-arrow-down-z-a::before {
    content: "\f881"; }

  .xa-sort-alpha-desc::before {
    content: "\f881"; }

  .xa-sort-alpha-down-alt::before {
    content: "\f881"; }

  .xa-mitten::before {
    content: "\f7b5"; }

  .xa-person-rays::before {
    content: "\e54d"; }

  .xa-users::before {
    content: "\f0c0"; }

  .xa-eye-slash::before {
    content: "\f070"; }

  .xa-flask-vial::before {
    content: "\e4f3"; }

  .xa-hand::before {
    content: "\f256"; }

  .xa-hand-paper::before {
    content: "\f256"; }

  .xa-om::before {
    content: "\f679"; }

  .xa-worm::before {
    content: "\e599"; }

  .xa-house-circle-xmark::before {
    content: "\e50b"; }

  .xa-plug::before {
    content: "\f1e6"; }

  .xa-chevron-up::before {
    content: "\f077"; }

  .xa-hand-spock::before {
    content: "\f259"; }

  .xa-stopwatch::before {
    content: "\f2f2"; }

  .xa-face-kiss::before {
    content: "\f596"; }

  .xa-kiss::before {
    content: "\f596"; }

  .xa-bridge-circle-xmark::before {
    content: "\e4cb"; }

  .xa-face-grin-tongue::before {
    content: "\f589"; }

  .xa-grin-tongue::before {
    content: "\f589"; }

  .xa-chess-bishop::before {
    content: "\f43a"; }

  .xa-face-grin-wink::before {
    content: "\f58c"; }

  .xa-grin-wink::before {
    content: "\f58c"; }

  .xa-ear-deaf::before {
    content: "\f2a4"; }

  .xa-deaf::before {
    content: "\f2a4"; }

  .xa-deafness::before {
    content: "\f2a4"; }

  .xa-hard-of-hearing::before {
    content: "\f2a4"; }

  .xa-road-circle-check::before {
    content: "\e564"; }

  .xa-dice-five::before {
    content: "\f523"; }

  .xa-square-rss::before {
    content: "\f143"; }

  .xa-rss-square::before {
    content: "\f143"; }

  .xa-land-mine-on::before {
    content: "\e51b"; }

  .xa-i-cursor::before {
    content: "\f246"; }

  .xa-stamp::before {
    content: "\f5bf"; }

  .xa-stairs::before {
    content: "\e289"; }

  .xa-i::before {
    content: "\49"; }

  .xa-hryvnia-sign::before {
    content: "\f6f2"; }

  .xa-hryvnia::before {
    content: "\f6f2"; }

  .xa-pills::before {
    content: "\f484"; }

  .xa-face-grin-wide::before {
    content: "\f581"; }

  .xa-grin-alt::before {
    content: "\f581"; }

  .xa-tooth::before {
    content: "\f5c9"; }

  .xa-v::before {
    content: "\56"; }

  .xa-bangladeshi-taka-sign::before {
    content: "\e2e6"; }

  .xa-bicycle::before {
    content: "\f206"; }

  .xa-staff-snake::before {
    content: "\e579"; }

  .xa-rod-asclepius::before {
    content: "\e579"; }

  .xa-rod-snake::before {
    content: "\e579"; }

  .xa-staff-aesculapius::before {
    content: "\e579"; }

  .xa-head-side-cough-slash::before {
    content: "\e062"; }

  .xa-truck-medical::before {
    content: "\f0f9"; }

  .xa-ambulance::before {
    content: "\f0f9"; }

  .xa-wheat-awn-circle-exclamation::before {
    content: "\e598"; }

  .xa-snowman::before {
    content: "\f7d0"; }

  .xa-mortar-pestle::before {
    content: "\f5a7"; }

  .xa-road-barrier::before {
    content: "\e562"; }

  .xa-school::before {
    content: "\f549"; }

  .xa-igloo::before {
    content: "\f7ae"; }

  .xa-joint::before {
    content: "\f595"; }

  .xa-angle-right::before {
    content: "\f105"; }

  .xa-horse::before {
    content: "\f6f0"; }

  .xa-q::before {
    content: "\51"; }

  .xa-g::before {
    content: "\47"; }

  .xa-notes-medical::before {
    content: "\f481"; }

  .xa-temperature-half::before {
    content: "\f2c9"; }

  .xa-temperature-2::before {
    content: "\f2c9"; }

  .xa-thermometer-2::before {
    content: "\f2c9"; }

  .xa-thermometer-half::before {
    content: "\f2c9"; }

  .xa-dong-sign::before {
    content: "\e169"; }

  .xa-capsules::before {
    content: "\f46b"; }

  .xa-poo-storm::before {
    content: "\f75a"; }

  .xa-poo-bolt::before {
    content: "\f75a"; }

  .xa-face-frown-open::before {
    content: "\f57a"; }

  .xa-frown-open::before {
    content: "\f57a"; }

  .xa-hand-point-up::before {
    content: "\f0a6"; }

  .xa-money-bill::before {
    content: "\f0d6"; }

  .xa-bookmark::before {
    content: "\f02e"; }

  .xa-align-justify::before {
    content: "\f039"; }

  .xa-umbrella-beach::before {
    content: "\f5ca"; }

  .xa-helmet-un::before {
    content: "\e503"; }

  .xa-bullseye::before {
    content: "\f140"; }

  .xa-bacon::before {
    content: "\f7e5"; }

  .xa-hand-point-down::before {
    content: "\f0a7"; }

  .xa-arrow-up-from-bracket::before {
    content: "\e09a"; }

  .xa-folder::before {
    content: "\f07b"; }

  .xa-folder-blank::before {
    content: "\f07b"; }

  .xa-file-waveform::before {
    content: "\f478"; }

  .xa-file-medical-alt::before {
    content: "\f478"; }

  .xa-radiation::before {
    content: "\f7b9"; }

  .xa-chart-simple::before {
    content: "\e473"; }

  .xa-mars-stroke::before {
    content: "\f229"; }

  .xa-vial::before {
    content: "\f492"; }

  .xa-gauge::before {
    content: "\f624"; }

  .xa-dashboard::before {
    content: "\f624"; }

  .xa-gauge-med::before {
    content: "\f624"; }

  .xa-tachometer-alt-average::before {
    content: "\f624"; }

  .xa-wand-magic-sparkles::before {
    content: "\e2ca"; }

  .xa-magic-wand-sparkles::before {
    content: "\e2ca"; }

  .xa-e::before {
    content: "\45"; }

  .xa-pen-clip::before {
    content: "\f305"; }

  .xa-pen-alt::before {
    content: "\f305"; }

  .xa-bridge-circle-exclamation::before {
    content: "\e4ca"; }

  .xa-user::before {
    content: "\f007"; }

  .xa-school-circle-check::before {
    content: "\e56b"; }

  .xa-dumpster::before {
    content: "\f793"; }

  .xa-van-shuttle::before {
    content: "\f5b6"; }

  .xa-shuttle-van::before {
    content: "\f5b6"; }

  .xa-building-user::before {
    content: "\e4da"; }

  .xa-square-caret-left::before {
    content: "\f191"; }

  .xa-caret-square-left::before {
    content: "\f191"; }

  .xa-highlighter::before {
    content: "\f591"; }

  .xa-key::before {
    content: "\f084"; }

  .xa-bullhorn::before {
    content: "\f0a1"; }

  .xa-globe::before {
    content: "\f0ac"; }

  .xa-synagogue::before {
    content: "\f69b"; }

  .xa-person-half-dress::before {
    content: "\e548"; }

  .xa-road-bridge::before {
    content: "\e563"; }

  .xa-location-arrow::before {
    content: "\f124"; }

  .xa-c::before {
    content: "\43"; }

  .xa-tablet-button::before {
    content: "\f10a"; }

  .xa-building-lock::before {
    content: "\e4d6"; }

  .xa-pizza-slice::before {
    content: "\f818"; }

  .xa-money-bill-wave::before {
    content: "\f53a"; }

  .xa-chart-area::before {
    content: "\f1fe"; }

  .xa-area-chart::before {
    content: "\f1fe"; }

  .xa-house-flag::before {
    content: "\e50d"; }

  .xa-person-circle-minus::before {
    content: "\e540"; }

  .xa-ban::before {
    content: "\f05e"; }

  .xa-cancel::before {
    content: "\f05e"; }

  .xa-camera-rotate::before {
    content: "\e0d8"; }

  .xa-spray-can-sparkles::before {
    content: "\f5d0"; }

  .xa-air-freshener::before {
    content: "\f5d0"; }

  .xa-star::before {
    content: "\f005"; }

  .xa-repeat::before {
    content: "\f363"; }

  .xa-cross::before {
    content: "\f654"; }

  .xa-box::before {
    content: "\f466"; }

  .xa-venus-mars::before {
    content: "\f228"; }

  .xa-arrow-pointer::before {
    content: "\f245"; }

  .xa-mouse-pointer::before {
    content: "\f245"; }

  .xa-maximize::before {
    content: "\f31e"; }

  .xa-expand-arrows-alt::before {
    content: "\f31e"; }

  .xa-charging-station::before {
    content: "\f5e7"; }

  .xa-shapes::before {
    content: "\f61f"; }

  .xa-triangle-circle-square::before {
    content: "\f61f"; }

  .xa-shuffle::before {
    content: "\f074"; }

  .xa-random::before {
    content: "\f074"; }

  .xa-person-running::before {
    content: "\f70c"; }

  .xa-running::before {
    content: "\f70c"; }

  .xa-mobile-retro::before {
    content: "\e527"; }

  .xa-grip-lines-vertical::before {
    content: "\f7a5"; }

  .xa-spider::before {
    content: "\f717"; }

  .xa-hands-bound::before {
    content: "\e4f9"; }

  .xa-file-invoice-dollar::before {
    content: "\f571"; }

  .xa-plane-circle-exclamation::before {
    content: "\e556"; }

  .xa-x-ray::before {
    content: "\f497"; }

  .xa-spell-check::before {
    content: "\f891"; }

  .xa-slash::before {
    content: "\f715"; }

  .xa-computer-mouse::before {
    content: "\f8cc"; }

  .xa-mouse::before {
    content: "\f8cc"; }

  .xa-arrow-right-to-bracket::before {
    content: "\f090"; }

  .xa-sign-in::before {
    content: "\f090"; }

  .xa-shop-slash::before {
    content: "\e070"; }

  .xa-store-alt-slash::before {
    content: "\e070"; }

  .xa-server::before {
    content: "\f233"; }

  .xa-virus-covid-slash::before {
    content: "\e4a9"; }

  .xa-shop-lock::before {
    content: "\e4a5"; }

  .xa-hourglass-start::before {
    content: "\f251"; }

  .xa-hourglass-1::before {
    content: "\f251"; }

  .xa-blender-phone::before {
    content: "\f6b6"; }

  .xa-building-wheat::before {
    content: "\e4db"; }

  .xa-person-breastfeeding::before {
    content: "\e53a"; }

  .xa-right-to-bracket::before {
    content: "\f2f6"; }

  .xa-sign-in-alt::before {
    content: "\f2f6"; }

  .xa-venus::before {
    content: "\f221"; }

  .xa-passport::before {
    content: "\f5ab"; }

  .xa-heart-pulse::before {
    content: "\f21e"; }

  .xa-heartbeat::before {
    content: "\f21e"; }

  .xa-people-carry-box::before {
    content: "\f4ce"; }

  .xa-people-carry::before {
    content: "\f4ce"; }

  .xa-temperature-high::before {
    content: "\f769"; }

  .xa-microchip::before {
    content: "\f2db"; }

  .xa-crown::before {
    content: "\f521"; }

  .xa-weight-hanging::before {
    content: "\f5cd"; }

  .xa-xmarks-lines::before {
    content: "\e59a"; }

  .xa-file-prescription::before {
    content: "\f572"; }

  .xa-weight-scale::before {
    content: "\f496"; }

  .xa-weight::before {
    content: "\f496"; }

  .xa-user-group::before {
    content: "\f500"; }

  .xa-user-friends::before {
    content: "\f500"; }

  .xa-arrow-up-a-z::before {
    content: "\f15e"; }

  .xa-sort-alpha-up::before {
    content: "\f15e"; }

  .xa-chess-knight::before {
    content: "\f441"; }

  .xa-face-laugh-squint::before {
    content: "\f59b"; }

  .xa-laugh-squint::before {
    content: "\f59b"; }

  .xa-wheelchair::before {
    content: "\f193"; }

  .xa-circle-arrow-up::before {
    content: "\f0aa"; }

  .xa-arrow-circle-up::before {
    content: "\f0aa"; }

  .xa-toggle-on::before {
    content: "\f205"; }

  .xa-person-walking::before {
    content: "\f554"; }

  .xa-walking::before {
    content: "\f554"; }

  .xa-l::before {
    content: "\4c"; }

  .xa-fire::before {
    content: "\f06d"; }

  .xa-bed-pulse::before {
    content: "\f487"; }

  .xa-procedures::before {
    content: "\f487"; }

  .xa-shuttle-space::before {
    content: "\f197"; }

  .xa-space-shuttle::before {
    content: "\f197"; }

  .xa-face-laugh::before {
    content: "\f599"; }

  .xa-laugh::before {
    content: "\f599"; }

  .xa-folder-open::before {
    content: "\f07c"; }

  .xa-heart-circle-plus::before {
    content: "\e500"; }

  .xa-code-fork::before {
    content: "\e13b"; }

  .xa-city::before {
    content: "\f64f"; }

  .xa-microphone-lines::before {
    content: "\f3c9"; }

  .xa-microphone-alt::before {
    content: "\f3c9"; }

  .xa-pepper-hot::before {
    content: "\f816"; }

  .xa-unlock::before {
    content: "\f09c"; }

  .xa-colon-sign::before {
    content: "\e140"; }

  .xa-headset::before {
    content: "\f590"; }

  .xa-store-slash::before {
    content: "\e071"; }

  .xa-road-circle-xmark::before {
    content: "\e566"; }

  .xa-user-minus::before {
    content: "\f503"; }

  .xa-mars-stroke-up::before {
    content: "\f22a"; }

  .xa-mars-stroke-v::before {
    content: "\f22a"; }

  .xa-champagne-glasses::before {
    content: "\f79f"; }

  .xa-glass-cheers::before {
    content: "\f79f"; }

  .xa-clipboard::before {
    content: "\f328"; }

  .xa-house-circle-exclamation::before {
    content: "\e50a"; }

  .xa-file-arrow-up::before {
    content: "\f574"; }

  .xa-file-upload::before {
    content: "\f574"; }

  .xa-wifi::before {
    content: "\f1eb"; }

  .xa-wifi-3::before {
    content: "\f1eb"; }

  .xa-wifi-strong::before {
    content: "\f1eb"; }

  .xa-bath::before {
    content: "\f2cd"; }

  .xa-bathtub::before {
    content: "\f2cd"; }

  .xa-underline::before {
    content: "\f0cd"; }

  .xa-user-pen::before {
    content: "\f4ff"; }

  .xa-user-edit::before {
    content: "\f4ff"; }

  .xa-signature::before {
    content: "\f5b7"; }

  .xa-stroopwafel::before {
    content: "\f551"; }

  .xa-bold::before {
    content: "\f032"; }

  .xa-anchor-lock::before {
    content: "\e4ad"; }

  .xa-building-ngo::before {
    content: "\e4d7"; }

  .xa-manat-sign::before {
    content: "\e1d5"; }

  .xa-not-equal::before {
    content: "\f53e"; }

  .xa-border-top-left::before {
    content: "\f853"; }

  .xa-border-style::before {
    content: "\f853"; }

  .xa-map-location-dot::before {
    content: "\f5a0"; }

  .xa-map-marked-alt::before {
    content: "\f5a0"; }

  .xa-jedi::before {
    content: "\f669"; }

  .xa-square-poll-vertical::before {
    content: "\f681"; }

  .xa-poll::before {
    content: "\f681"; }

  .xa-mug-hot::before {
    content: "\f7b6"; }

  .xa-car-battery::before {
    content: "\f5df"; }

  .xa-battery-car::before {
    content: "\f5df"; }

  .xa-gift::before {
    content: "\f06b"; }

  .xa-dice-two::before {
    content: "\f528"; }

  .xa-chess-queen::before {
    content: "\f445"; }

  .xa-glasses::before {
    content: "\f530"; }

  .xa-chess-board::before {
    content: "\f43c"; }

  .xa-building-circle-check::before {
    content: "\e4d2"; }

  .xa-person-chalkboard::before {
    content: "\e53d"; }

  .xa-mars-stroke-right::before {
    content: "\f22b"; }

  .xa-mars-stroke-h::before {
    content: "\f22b"; }

  .xa-hand-back-fist::before {
    content: "\f255"; }

  .xa-hand-rock::before {
    content: "\f255"; }

  .xa-square-caret-up::before {
    content: "\f151"; }

  .xa-caret-square-up::before {
    content: "\f151"; }

  .xa-cloud-showers-water::before {
    content: "\e4e4"; }

  .xa-chart-bar::before {
    content: "\f080"; }

  .xa-bar-chart::before {
    content: "\f080"; }

  .xa-hands-bubbles::before {
    content: "\e05e"; }

  .xa-hands-wash::before {
    content: "\e05e"; }

  .xa-less-than-equal::before {
    content: "\f537"; }

  .xa-train::before {
    content: "\f238"; }

  .xa-eye-low-vision::before {
    content: "\f2a8"; }

  .xa-low-vision::before {
    content: "\f2a8"; }

  .xa-crow::before {
    content: "\f520"; }

  .xa-sailboat::before {
    content: "\e445"; }

  .xa-window-restore::before {
    content: "\f2d2"; }

  .xa-square-plus::before {
    content: "\f0fe"; }

  .xa-plus-square::before {
    content: "\f0fe"; }

  .xa-torii-gate::before {
    content: "\f6a1"; }

  .xa-frog::before {
    content: "\f52e"; }

  .xa-bucket::before {
    content: "\e4cf"; }

  .xa-image::before {
    content: "\f03e"; }

  .xa-microphone::before {
    content: "\f130"; }

  .xa-cow::before {
    content: "\f6c8"; }

  .xa-caret-up::before {
    content: "\f0d8"; }

  .xa-screwdriver::before {
    content: "\f54a"; }

  .xa-folder-closed::before {
    content: "\e185"; }

  .xa-house-tsunami::before {
    content: "\e515"; }

  .xa-square-nfi::before {
    content: "\e576"; }

  .xa-arrow-up-from-ground-water::before {
    content: "\e4b5"; }

  .xa-martini-glass::before {
    content: "\f57b"; }

  .xa-glass-martini-alt::before {
    content: "\f57b"; }

  .xa-rotate-left::before {
    content: "\f2ea"; }

  .xa-rotate-back::before {
    content: "\f2ea"; }

  .xa-rotate-backward::before {
    content: "\f2ea"; }

  .xa-undo-alt::before {
    content: "\f2ea"; }

  .xa-table-columns::before {
    content: "\f0db"; }

  .xa-columns::before {
    content: "\f0db"; }

  .xa-lemon::before {
    content: "\f094"; }

  .xa-head-side-mask::before {
    content: "\e063"; }

  .xa-handshake::before {
    content: "\f2b5"; }

  .xa-gem::before {
    content: "\f3a5"; }

  .xa-dolly::before {
    content: "\f472"; }

  .xa-dolly-box::before {
    content: "\f472"; }

  .xa-smoking::before {
    content: "\f48d"; }

  .xa-minimize::before {
    content: "\f78c"; }

  .xa-compress-arrows-alt::before {
    content: "\f78c"; }

  .xa-monument::before {
    content: "\f5a6"; }

  .xa-snowplow::before {
    content: "\f7d2"; }

  .xa-angles-right::before {
    content: "\f101"; }

  .xa-angle-double-right::before {
    content: "\f101"; }

  .xa-cannabis::before {
    content: "\f55f"; }

  .xa-circle-play::before {
    content: "\f144"; }

  .xa-play-circle::before {
    content: "\f144"; }

  .xa-tablets::before {
    content: "\f490"; }

  .xa-ethernet::before {
    content: "\f796"; }

  .xa-euro-sign::before {
    content: "\f153"; }

  .xa-eur::before {
    content: "\f153"; }

  .xa-euro::before {
    content: "\f153"; }

  .xa-chair::before {
    content: "\f6c0"; }

  .xa-circle-check::before {
    content: "\f058"; }

  .xa-check-circle::before {
    content: "\f058"; }

  .xa-circle-stop::before {
    content: "\f28d"; }

  .xa-stop-circle::before {
    content: "\f28d"; }

  .xa-compass-drafting::before {
    content: "\f568"; }

  .xa-drafting-compass::before {
    content: "\f568"; }

  .xa-plate-wheat::before {
    content: "\e55a"; }

  .xa-icicles::before {
    content: "\f7ad"; }

  .xa-person-shelter::before {
    content: "\e54f"; }

  .xa-neuter::before {
    content: "\f22c"; }

  .xa-id-badge::before {
    content: "\f2c1"; }

  .xa-marker::before {
    content: "\f5a1"; }

  .xa-face-laugh-beam::before {
    content: "\f59a"; }

  .xa-laugh-beam::before {
    content: "\f59a"; }

  .xa-helicopter-symbol::before {
    content: "\e502"; }

  .xa-universal-access::before {
    content: "\f29a"; }

  .xa-circle-chevron-up::before {
    content: "\f139"; }

  .xa-chevron-circle-up::before {
    content: "\f139"; }

  .xa-lari-sign::before {
    content: "\e1c8"; }

  .xa-volcano::before {
    content: "\f770"; }

  .xa-person-walking-dashed-line-arrow-right::before {
    content: "\e553"; }

  .xa-sterling-sign::before {
    content: "\f154"; }

  .xa-gbp::before {
    content: "\f154"; }

  .xa-pound-sign::before {
    content: "\f154"; }

  .xa-viruses::before {
    content: "\e076"; }

  .xa-square-person-confined::before {
    content: "\e577"; }

  .xa-user-tie::before {
    content: "\f508"; }

  .xa-arrow-down-long::before {
    content: "\f175"; }

  .xa-long-arrow-down::before {
    content: "\f175"; }

  .xa-tent-arrow-down-to-line::before {
    content: "\e57e"; }

  .xa-certificate::before {
    content: "\f0a3"; }

  .xa-reply-all::before {
    content: "\f122"; }

  .xa-mail-reply-all::before {
    content: "\f122"; }

  .xa-suitcase::before {
    content: "\f0f2"; }

  .xa-person-skating::before {
    content: "\f7c5"; }

  .xa-skating::before {
    content: "\f7c5"; }

  .xa-filter-circle-dollar::before {
    content: "\f662"; }

  .xa-funnel-dollar::before {
    content: "\f662"; }

  .xa-camera-retro::before {
    content: "\f083"; }

  .xa-circle-arrow-down::before {
    content: "\f0ab"; }

  .xa-arrow-circle-down::before {
    content: "\f0ab"; }

  .xa-file-import::before {
    content: "\f56f"; }

  .xa-arrow-right-to-file::before {
    content: "\f56f"; }

  .xa-square-arrow-up-right::before {
    content: "\f14c"; }

  .xa-external-link-square::before {
    content: "\f14c"; }

  .xa-box-open::before {
    content: "\f49e"; }

  .xa-scroll::before {
    content: "\f70e"; }

  .xa-spa::before {
    content: "\f5bb"; }

  .xa-location-pin-lock::before {
    content: "\e51f"; }

  .xa-pause::before {
    content: "\f04c"; }

  .xa-hill-avalanche::before {
    content: "\e507"; }

  .xa-temperature-empty::before {
    content: "\f2cb"; }

  .xa-temperature-0::before {
    content: "\f2cb"; }

  .xa-thermometer-0::before {
    content: "\f2cb"; }

  .xa-thermometer-empty::before {
    content: "\f2cb"; }

  .xa-bomb::before {
    content: "\f1e2"; }

  .xa-registered::before {
    content: "\f25d"; }

  .xa-address-card::before {
    content: "\f2bb"; }

  .xa-contact-card::before {
    content: "\f2bb"; }

  .xa-vcard::before {
    content: "\f2bb"; }

  .xa-scale-unbalanced-flip::before {
    content: "\f516"; }

  .xa-balance-scale-right::before {
    content: "\f516"; }

  .xa-subscript::before {
    content: "\f12c"; }

  .xa-diamond-turn-right::before {
    content: "\f5eb"; }

  .xa-directions::before {
    content: "\f5eb"; }

  .xa-burst::before {
    content: "\e4dc"; }

  .xa-house-laptop::before {
    content: "\e066"; }

  .xa-laptop-house::before {
    content: "\e066"; }

  .xa-face-tired::before {
    content: "\f5c8"; }

  .xa-tired::before {
    content: "\f5c8"; }

  .xa-money-bills::before {
    content: "\e1f3"; }

  .xa-smog::before {
    content: "\f75f"; }

  .xa-crutch::before {
    content: "\f7f7"; }

  .xa-cloud-arrow-up::before {
    content: "\f0ee"; }

  .xa-cloud-upload::before {
    content: "\f0ee"; }

  .xa-cloud-upload-alt::before {
    content: "\f0ee"; }

  .xa-palette::before {
    content: "\f53f"; }

  .xa-arrows-turn-right::before {
    content: "\e4c0"; }

  .xa-vest::before {
    content: "\e085"; }

  .xa-ferry::before {
    content: "\e4ea"; }

  .xa-arrows-down-to-people::before {
    content: "\e4b9"; }

  .xa-seedling::before {
    content: "\f4d8"; }

  .xa-sprout::before {
    content: "\f4d8"; }

  .xa-left-right::before {
    content: "\f337"; }

  .xa-arrows-alt-h::before {
    content: "\f337"; }

  .xa-boxes-packing::before {
    content: "\e4c7"; }

  .xa-circle-arrow-left::before {
    content: "\f0a8"; }

  .xa-arrow-circle-left::before {
    content: "\f0a8"; }

  .xa-group-arrows-rotate::before {
    content: "\e4f6"; }

  .xa-bowl-food::before {
    content: "\e4c6"; }

  .xa-candy-cane::before {
    content: "\f786"; }

  .xa-arrow-down-wide-short::before {
    content: "\f160"; }

  .xa-sort-amount-asc::before {
    content: "\f160"; }

  .xa-sort-amount-down::before {
    content: "\f160"; }

  .xa-cloud-bolt::before {
    content: "\f76c"; }

  .xa-thunderstorm::before {
    content: "\f76c"; }

  .xa-text-slash::before {
    content: "\f87d"; }

  .xa-remove-format::before {
    content: "\f87d"; }

  .xa-face-smile-wink::before {
    content: "\f4da"; }

  .xa-smile-wink::before {
    content: "\f4da"; }

  .xa-file-word::before {
    content: "\f1c2"; }

  .xa-file-powerpoint::before {
    content: "\f1c4"; }

  .xa-arrows-left-right::before {
    content: "\f07e"; }

  .xa-arrows-h::before {
    content: "\f07e"; }

  .xa-house-lock::before {
    content: "\e510"; }

  .xa-cloud-arrow-down::before {
    content: "\f0ed"; }

  .xa-cloud-download::before {
    content: "\f0ed"; }

  .xa-cloud-download-alt::before {
    content: "\f0ed"; }

  .xa-children::before {
    content: "\e4e1"; }

  .xa-chalkboard::before {
    content: "\f51b"; }

  .xa-blackboard::before {
    content: "\f51b"; }

  .xa-user-large-slash::before {
    content: "\f4fa"; }

  .xa-user-alt-slash::before {
    content: "\f4fa"; }

  .xa-envelope-open::before {
    content: "\f2b6"; }

  .xa-handshake-simple-slash::before {
    content: "\e05f"; }

  .xa-handshake-alt-slash::before {
    content: "\e05f"; }

  .xa-mattress-pillow::before {
    content: "\e525"; }

  .xa-guarani-sign::before {
    content: "\e19a"; }

  .xa-arrows-rotate::before {
    content: "\f021"; }

  .xa-refresh::before {
    content: "\f021"; }

  .xa-sync::before {
    content: "\f021"; }

  .xa-fire-extinguisher::before {
    content: "\f134"; }

  .xa-cruzeiro-sign::before {
    content: "\e152"; }

  .xa-greater-than-equal::before {
    content: "\f532"; }

  .xa-shield-halved::before {
    content: "\f3ed"; }

  .xa-shield-alt::before {
    content: "\f3ed"; }

  .xa-book-atlas::before {
    content: "\f558"; }

  .xa-atlas::before {
    content: "\f558"; }

  .xa-virus::before {
    content: "\e074"; }

  .xa-envelope-circle-check::before {
    content: "\e4e8"; }

  .xa-layer-group::before {
    content: "\f5fd"; }

  .xa-arrows-to-dot::before {
    content: "\e4be"; }

  .xa-archway::before {
    content: "\f557"; }

  .xa-heart-circle-check::before {
    content: "\e4fd"; }

  .xa-house-chimney-crack::before {
    content: "\f6f1"; }

  .xa-house-damage::before {
    content: "\f6f1"; }

  .xa-file-zipper::before {
    content: "\f1c6"; }

  .xa-file-archive::before {
    content: "\f1c6"; }

  .xa-square::before {
    content: "\f0c8"; }

  .xa-martini-glass-empty::before {
    content: "\f000"; }

  .xa-glass-martini::before {
    content: "\f000"; }

  .xa-couch::before {
    content: "\f4b8"; }

  .xa-cedi-sign::before {
    content: "\e0df"; }

  .xa-italic::before {
    content: "\f033"; }

  .xa-church::before {
    content: "\f51d"; }

  .xa-comments-dollar::before {
    content: "\f653"; }

  .xa-democrat::before {
    content: "\f747"; }

  .xa-z::before {
    content: "\5a"; }

  .xa-person-skiing::before {
    content: "\f7c9"; }

  .xa-skiing::before {
    content: "\f7c9"; }

  .xa-road-lock::before {
    content: "\e567"; }

  .xa-a::before {
    content: "\41"; }

  .xa-temperature-arrow-down::before {
    content: "\e03f"; }

  .xa-temperature-down::before {
    content: "\e03f"; }

  .xa-feather-pointed::before {
    content: "\f56b"; }

  .xa-feather-alt::before {
    content: "\f56b"; }

  .xa-p::before {
    content: "\50"; }

  .xa-snowflake::before {
    content: "\f2dc"; }

  .xa-newspaper::before {
    content: "\f1ea"; }

  .xa-rectangle-ad::before {
    content: "\f641"; }

  .xa-ad::before {
    content: "\f641"; }

  .xa-circle-arrow-right::before {
    content: "\f0a9"; }

  .xa-arrow-circle-right::before {
    content: "\f0a9"; }

  .xa-filter-circle-xmark::before {
    content: "\e17b"; }

  .xa-locust::before {
    content: "\e520"; }

  .xa-sort::before {
    content: "\f0dc"; }

  .xa-unsorted::before {
    content: "\f0dc"; }

  .xa-list-ol::before {
    content: "\f0cb"; }

  .xa-list-1-2::before {
    content: "\f0cb"; }

  .xa-list-numeric::before {
    content: "\f0cb"; }

  .xa-person-dress-burst::before {
    content: "\e544"; }

  .xa-money-check-dollar::before {
    content: "\f53d"; }

  .xa-money-check-alt::before {
    content: "\f53d"; }

  .xa-vector-square::before {
    content: "\f5cb"; }

  .xa-bread-slice::before {
    content: "\f7ec"; }

  .xa-language::before {
    content: "\f1ab"; }

  .xa-face-kiss-wink-heart::before {
    content: "\f598"; }

  .xa-kiss-wink-heart::before {
    content: "\f598"; }

  .xa-filter::before {
    content: "\f0b0"; }

  .xa-question::before {
    content: "\3f"; }

  .xa-file-signature::before {
    content: "\f573"; }

  .xa-up-down-left-right::before {
    content: "\f0b2"; }

  .xa-arrows-alt::before {
    content: "\f0b2"; }

  .xa-house-chimney-user::before {
    content: "\e065"; }

  .xa-hand-holding-heart::before {
    content: "\f4be"; }

  .xa-puzzle-piece::before {
    content: "\f12e"; }

  .xa-money-check::before {
    content: "\f53c"; }

  .xa-star-half-stroke::before {
    content: "\f5c0"; }

  .xa-star-half-alt::before {
    content: "\f5c0"; }

  .xa-code::before {
    content: "\f121"; }

  .xa-whiskey-glass::before {
    content: "\f7a0"; }

  .xa-glass-whiskey::before {
    content: "\f7a0"; }

  .xa-building-circle-exclamation::before {
    content: "\e4d3"; }

  .xa-magnifying-glass-chart::before {
    content: "\e522"; }

  .xa-arrow-up-right-from-square::before {
    content: "\f08e"; }

  .xa-external-link::before {
    content: "\f08e"; }

  .xa-cubes-stacked::before {
    content: "\e4e6"; }

  .xa-won-sign::before {
    content: "\f159"; }

  .xa-krw::before {
    content: "\f159"; }

  .xa-won::before {
    content: "\f159"; }

  .xa-virus-covid::before {
    content: "\e4a8"; }

  .xa-austral-sign::before {
    content: "\e0a9"; }

  .xa-f::before {
    content: "\46"; }

  .xa-leaf::before {
    content: "\f06c"; }

  .xa-road::before {
    content: "\f018"; }

  .xa-taxi::before {
    content: "\f1ba"; }

  .xa-cab::before {
    content: "\f1ba"; }

  .xa-person-circle-plus::before {
    content: "\e541"; }

  .xa-chart-pie::before {
    content: "\f200"; }

  .xa-pie-chart::before {
    content: "\f200"; }

  .xa-bolt-lightning::before {
    content: "\e0b7"; }

  .xa-sack-xmark::before {
    content: "\e56a"; }

  .xa-file-excel::before {
    content: "\f1c3"; }

  .xa-file-contract::before {
    content: "\f56c"; }

  .xa-fish-fins::before {
    content: "\e4f2"; }

  .xa-building-flag::before {
    content: "\e4d5"; }

  .xa-face-grin-beam::before {
    content: "\f582"; }

  .xa-grin-beam::before {
    content: "\f582"; }

  .xa-object-ungroup::before {
    content: "\f248"; }

  .xa-poop::before {
    content: "\f619"; }

  .xa-location-pin::before {
    content: "\f041"; }

  .xa-map-marker::before {
    content: "\f041"; }

  .xa-kaaba::before {
    content: "\f66b"; }

  .xa-toilet-paper::before {
    content: "\f71e"; }

  .xa-helmet-safety::before {
    content: "\f807"; }

  .xa-hard-hat::before {
    content: "\f807"; }

  .xa-hat-hard::before {
    content: "\f807"; }

  .xa-eject::before {
    content: "\f052"; }

  .xa-circle-right::before {
    content: "\f35a"; }

  .xa-arrow-alt-circle-right::before {
    content: "\f35a"; }

  .xa-plane-circle-check::before {
    content: "\e555"; }

  .xa-face-rolling-eyes::before {
    content: "\f5a5"; }

  .xa-meh-rolling-eyes::before {
    content: "\f5a5"; }

  .xa-object-group::before {
    content: "\f247"; }

  .xa-chart-line::before {
    content: "\f201"; }

  .xa-line-chart::before {
    content: "\f201"; }

  .xa-mask-ventilator::before {
    content: "\e524"; }

  .xa-arrow-right::before {
    content: "\f061"; }

  .xa-signs-post::before {
    content: "\f277"; }

  .xa-map-signs::before {
    content: "\f277"; }

  .xa-cash-register::before {
    content: "\f788"; }

  .xa-person-circle-question::before {
    content: "\e542"; }

  .xa-h::before {
    content: "\48"; }

  .xa-tarp::before {
    content: "\e57b"; }

  .xa-screwdriver-wrench::before {
    content: "\f7d9"; }

  .xa-tools::before {
    content: "\f7d9"; }

  .xa-arrows-to-eye::before {
    content: "\e4bf"; }

  .xa-plug-circle-bolt::before {
    content: "\e55b"; }

  .xa-heart::before {
    content: "\f004"; }

  .xa-mars-and-venus::before {
    content: "\f224"; }

  .xa-house-user::before {
    content: "\e1b0"; }

  .xa-home-user::before {
    content: "\e1b0"; }

  .xa-dumpster-fire::before {
    content: "\f794"; }

  .xa-house-crack::before {
    content: "\e3b1"; }

  .xa-martini-glass-citrus::before {
    content: "\f561"; }

  .xa-cocktail::before {
    content: "\f561"; }

  .xa-face-surprise::before {
    content: "\f5c2"; }

  .xa-surprise::before {
    content: "\f5c2"; }

  .xa-bottle-water::before {
    content: "\e4c5"; }

  .xa-circle-pause::before {
    content: "\f28b"; }

  .xa-pause-circle::before {
    content: "\f28b"; }

  .xa-toilet-paper-slash::before {
    content: "\e072"; }

  .xa-apple-whole::before {
    content: "\f5d1"; }

  .xa-apple-alt::before {
    content: "\f5d1"; }

  .xa-kitchen-set::before {
    content: "\e51a"; }

  .xa-r::before {
    content: "\52"; }

  .xa-temperature-quarter::before {
    content: "\f2ca"; }

  .xa-temperature-1::before {
    content: "\f2ca"; }

  .xa-thermometer-1::before {
    content: "\f2ca"; }

  .xa-thermometer-quarter::before {
    content: "\f2ca"; }

  .xa-cube::before {
    content: "\f1b2"; }

  .xa-bitcoin-sign::before {
    content: "\e0b4"; }

  .xa-shield-dog::before {
    content: "\e573"; }

  .xa-solar-panel::before {
    content: "\f5ba"; }

  .xa-lock-open::before {
    content: "\f3c1"; }

  .xa-elevator::before {
    content: "\e16d"; }

  .xa-money-bill-transfer::before {
    content: "\e528"; }

  .xa-money-bill-trend-up::before {
    content: "\e529"; }

  .xa-house-flood-water-circle-arrow-right::before {
    content: "\e50f"; }

  .xa-square-poll-horizontal::before {
    content: "\f682"; }

  .xa-poll-h::before {
    content: "\f682"; }

  .xa-circle::before {
    content: "\f111"; }

  .xa-backward-fast::before {
    content: "\f049"; }

  .xa-fast-backward::before {
    content: "\f049"; }

  .xa-recycle::before {
    content: "\f1b8"; }

  .xa-user-astronaut::before {
    content: "\f4fb"; }

  .xa-plane-slash::before {
    content: "\e069"; }

  .xa-trademark::before {
    content: "\f25c"; }

  .xa-basketball::before {
    content: "\f434"; }

  .xa-basketball-ball::before {
    content: "\f434"; }

  .xa-satellite-dish::before {
    content: "\f7c0"; }

  .xa-circle-up::before {
    content: "\f35b"; }

  .xa-arrow-alt-circle-up::before {
    content: "\f35b"; }

  .xa-mobile-screen-button::before {
    content: "\f3cd"; }

  .xa-mobile-alt::before {
    content: "\f3cd"; }

  .xa-volume-high::before {
    content: "\f028"; }

  .xa-volume-up::before {
    content: "\f028"; }

  .xa-users-rays::before {
    content: "\e593"; }

  .xa-wallet::before {
    content: "\f555"; }

  .xa-clipboard-check::before {
    content: "\f46c"; }

  .xa-file-audio::before {
    content: "\f1c7"; }

  .xa-burger::before {
    content: "\f805"; }

  .xa-hamburger::before {
    content: "\f805"; }

  .xa-wrench::before {
    content: "\f0ad"; }

  .xa-bugs::before {
    content: "\e4d0"; }

  .xa-rupee-sign::before {
    content: "\f156"; }

  .xa-rupee::before {
    content: "\f156"; }

  .xa-file-image::before {
    content: "\f1c5"; }

  .xa-circle-question::before {
    content: "\f059"; }

  .xa-question-circle::before {
    content: "\f059"; }

  .xa-plane-departure::before {
    content: "\f5b0"; }

  .xa-handshake-slash::before {
    content: "\e060"; }

  .xa-book-bookmark::before {
    content: "\e0bb"; }

  .xa-code-branch::before {
    content: "\f126"; }

  .xa-hat-cowboy::before {
    content: "\f8c0"; }

  .xa-bridge::before {
    content: "\e4c8"; }

  .xa-phone-flip::before {
    content: "\f879"; }

  .xa-phone-alt::before {
    content: "\f879"; }

  .xa-truck-front::before {
    content: "\e2b7"; }

  .xa-cat::before {
    content: "\f6be"; }

  .xa-anchor-circle-exclamation::before {
    content: "\e4ab"; }

  .xa-truck-field::before {
    content: "\e58d"; }

  .xa-route::before {
    content: "\f4d7"; }

  .xa-clipboard-question::before {
    content: "\e4e3"; }

  .xa-panorama::before {
    content: "\e209"; }

  .xa-comment-medical::before {
    content: "\f7f5"; }

  .xa-teeth-open::before {
    content: "\f62f"; }

  .xa-file-circle-minus::before {
    content: "\e4ed"; }

  .xa-tags::before {
    content: "\f02c"; }

  .xa-wine-glass::before {
    content: "\f4e3"; }

  .xa-forward-fast::before {
    content: "\f050"; }

  .xa-fast-forward::before {
    content: "\f050"; }

  .xa-face-meh-blank::before {
    content: "\f5a4"; }

  .xa-meh-blank::before {
    content: "\f5a4"; }

  .xa-square-parking::before {
    content: "\f540"; }

  .xa-parking::before {
    content: "\f540"; }

  .xa-house-signal::before {
    content: "\e012"; }

  .xa-bars-progress::before {
    content: "\f828"; }

  .xa-tasks-alt::before {
    content: "\f828"; }

  .xa-faucet-drip::before {
    content: "\e006"; }

  .xa-cart-flatbed::before {
    content: "\f474"; }

  .xa-dolly-flatbed::before {
    content: "\f474"; }

  .xa-ban-smoking::before {
    content: "\f54d"; }

  .xa-smoking-ban::before {
    content: "\f54d"; }

  .xa-terminal::before {
    content: "\f120"; }

  .xa-mobile-button::before {
    content: "\f10b"; }

  .xa-house-medical-flag::before {
    content: "\e514"; }

  .xa-basket-shopping::before {
    content: "\f291"; }

  .xa-shopping-basket::before {
    content: "\f291"; }

  .xa-tape::before {
    content: "\f4db"; }

  .xa-bus-simple::before {
    content: "\f55e"; }

  .xa-bus-alt::before {
    content: "\f55e"; }

  .xa-eye::before {
    content: "\f06e"; }

  .xa-face-sad-cry::before {
    content: "\f5b3"; }

  .xa-sad-cry::before {
    content: "\f5b3"; }

  .xa-audio-description::before {
    content: "\f29e"; }

  .xa-person-military-to-person::before {
    content: "\e54c"; }

  .xa-file-shield::before {
    content: "\e4f0"; }

  .xa-user-slash::before {
    content: "\f506"; }

  .xa-pen::before {
    content: "\f304"; }

  .xa-tower-observation::before {
    content: "\e586"; }

  .xa-file-code::before {
    content: "\f1c9"; }

  .xa-signal::before {
    content: "\f012"; }

  .xa-signal-5::before {
    content: "\f012"; }

  .xa-signal-perfect::before {
    content: "\f012"; }

  .xa-bus::before {
    content: "\f207"; }

  .xa-heart-circle-xmark::before {
    content: "\e501"; }

  .xa-house-chimney::before {
    content: "\e3af"; }

  .xa-home-lg::before {
    content: "\e3af"; }

  .xa-window-maximize::before {
    content: "\f2d0"; }

  .xa-face-frown::before {
    content: "\f119"; }

  .xa-frown::before {
    content: "\f119"; }

  .xa-prescription::before {
    content: "\f5b1"; }

  .xa-shop::before {
    content: "\f54f"; }

  .xa-store-alt::before {
    content: "\f54f"; }

  .xa-floppy-disk::before {
    content: "\f0c7"; }

  .xa-save::before {
    content: "\f0c7"; }

  .xa-vihara::before {
    content: "\f6a7"; }

  .xa-scale-unbalanced::before {
    content: "\f515"; }

  .xa-balance-scale-left::before {
    content: "\f515"; }

  .xa-sort-up::before {
    content: "\f0de"; }

  .xa-sort-asc::before {
    content: "\f0de"; }

  .xa-comment-dots::before {
    content: "\f4ad"; }

  .xa-commenting::before {
    content: "\f4ad"; }

  .xa-plant-wilt::before {
    content: "\e5aa"; }

  .xa-diamond::before {
    content: "\f219"; }

  .xa-face-grin-squint::before {
    content: "\f585"; }

  .xa-grin-squint::before {
    content: "\f585"; }

  .xa-hand-holding-dollar::before {
    content: "\f4c0"; }

  .xa-hand-holding-usd::before {
    content: "\f4c0"; }

  .xa-bacterium::before {
    content: "\e05a"; }

  .xa-hand-pointer::before {
    content: "\f25a"; }

  .xa-drum-steelpan::before {
    content: "\f56a"; }

  .xa-hand-scissors::before {
    content: "\f257"; }

  .xa-hands-praying::before {
    content: "\f684"; }

  .xa-praying-hands::before {
    content: "\f684"; }

  .xa-arrow-rotate-right::before {
    content: "\f01e"; }

  .xa-arrow-right-rotate::before {
    content: "\f01e"; }

  .xa-arrow-rotate-forward::before {
    content: "\f01e"; }

  .xa-redo::before {
    content: "\f01e"; }

  .xa-biohazard::before {
    content: "\f780"; }

  .xa-location-crosshairs::before {
    content: "\f601"; }

  .xa-location::before {
    content: "\f601"; }

  .xa-mars-double::before {
    content: "\f227"; }

  .xa-child-dress::before {
    content: "\e59c"; }

  .xa-users-between-lines::before {
    content: "\e591"; }

  .xa-lungs-virus::before {
    content: "\e067"; }

  .xa-face-grin-tears::before {
    content: "\f588"; }

  .xa-grin-tears::before {
    content: "\f588"; }

  .xa-phone::before {
    content: "\f095"; }

  .xa-calendar-xmark::before {
    content: "\f273"; }

  .xa-calendar-times::before {
    content: "\f273"; }

  .xa-child-reaching::before {
    content: "\e59d"; }

  .xa-head-side-virus::before {
    content: "\e064"; }

  .xa-user-gear::before {
    content: "\f4fe"; }

  .xa-user-cog::before {
    content: "\f4fe"; }

  .xa-arrow-up-1-9::before {
    content: "\f163"; }

  .xa-sort-numeric-up::before {
    content: "\f163"; }

  .xa-door-closed::before {
    content: "\f52a"; }

  .xa-shield-virus::before {
    content: "\e06c"; }

  .xa-dice-six::before {
    content: "\f526"; }

  .xa-mosquito-net::before {
    content: "\e52c"; }

  .xa-bridge-water::before {
    content: "\e4ce"; }

  .xa-person-booth::before {
    content: "\f756"; }

  .xa-text-width::before {
    content: "\f035"; }

  .xa-hat-wizard::before {
    content: "\f6e8"; }

  .xa-pen-fancy::before {
    content: "\f5ac"; }

  .xa-person-digging::before {
    content: "\f85e"; }

  .xa-digging::before {
    content: "\f85e"; }

  .xa-trash::before {
    content: "\f1f8"; }

  .xa-gauge-simple::before {
    content: "\f629"; }

  .xa-gauge-simple-med::before {
    content: "\f629"; }

  .xa-tachometer-average::before {
    content: "\f629"; }

  .xa-book-medical::before {
    content: "\f7e6"; }

  .xa-poo::before {
    content: "\f2fe"; }

  .xa-quote-right::before {
    content: "\f10e"; }

  .xa-quote-right-alt::before {
    content: "\f10e"; }

  .xa-shirt::before {
    content: "\f553"; }

  .xa-t-shirt::before {
    content: "\f553"; }

  .xa-tshirt::before {
    content: "\f553"; }

  .xa-cubes::before {
    content: "\f1b3"; }

  .xa-divide::before {
    content: "\f529"; }

  .xa-tenge-sign::before {
    content: "\f7d7"; }

  .xa-tenge::before {
    content: "\f7d7"; }

  .xa-headphones::before {
    content: "\f025"; }

  .xa-hands-holding::before {
    content: "\f4c2"; }

  .xa-hands-clapping::before {
    content: "\e1a8"; }

  .xa-republican::before {
    content: "\f75e"; }

  .xa-arrow-left::before {
    content: "\f060"; }

  .xa-person-circle-xmark::before {
    content: "\e543"; }

  .xa-ruler::before {
    content: "\f545"; }

  .xa-align-left::before {
    content: "\f036"; }

  .xa-dice-d6::before {
    content: "\f6d1"; }

  .xa-restroom::before {
    content: "\f7bd"; }

  .xa-j::before {
    content: "\4a"; }

  .xa-users-viewfinder::before {
    content: "\e595"; }

  .xa-file-video::before {
    content: "\f1c8"; }

  .xa-up-right-from-square::before {
    content: "\f35d"; }

  .xa-external-link-alt::before {
    content: "\f35d"; }

  .xa-table-cells::before {
    content: "\f00a"; }

  .xa-th::before {
    content: "\f00a"; }

  .xa-file-pdf::before {
    content: "\f1c1"; }

  .xa-book-bible::before {
    content: "\f647"; }

  .xa-bible::before {
    content: "\f647"; }

  .xa-o::before {
    content: "\4f"; }

  .xa-suitcase-medical::before {
    content: "\f0fa"; }

  .xa-medkit::before {
    content: "\f0fa"; }

  .xa-user-secret::before {
    content: "\f21b"; }

  .xa-otter::before {
    content: "\f700"; }

  .xa-person-dress::before {
    content: "\f182"; }

  .xa-female::before {
    content: "\f182"; }

  .xa-comment-dollar::before {
    content: "\f651"; }

  .xa-business-time::before {
    content: "\f64a"; }

  .xa-briefcase-clock::before {
    content: "\f64a"; }

  .xa-table-cells-large::before {
    content: "\f009"; }

  .xa-th-large::before {
    content: "\f009"; }

  .xa-book-tanakh::before {
    content: "\f827"; }

  .xa-tanakh::before {
    content: "\f827"; }

  .xa-phone-volume::before {
    content: "\f2a0"; }

  .xa-volume-control-phone::before {
    content: "\f2a0"; }

  .xa-hat-cowboy-side::before {
    content: "\f8c1"; }

  .xa-clipboard-user::before {
    content: "\f7f3"; }

  .xa-child::before {
    content: "\f1ae"; }

  .xa-lira-sign::before {
    content: "\f195"; }

  .xa-satellite::before {
    content: "\f7bf"; }

  .xa-plane-lock::before {
    content: "\e558"; }

  .xa-tag::before {
    content: "\f02b"; }

  .xa-comment::before {
    content: "\f075"; }

  .xa-cake-candles::before {
    content: "\f1fd"; }

  .xa-birthday-cake::before {
    content: "\f1fd"; }

  .xa-cake::before {
    content: "\f1fd"; }

  .xa-envelope::before {
    content: "\f0e0"; }

  .xa-angles-up::before {
    content: "\f102"; }

  .xa-angle-double-up::before {
    content: "\f102"; }

  .xa-paperclip::before {
    content: "\f0c6"; }

  .xa-arrow-right-to-city::before {
    content: "\e4b3"; }

  .xa-ribbon::before {
    content: "\f4d6"; }

  .xa-lungs::before {
    content: "\f604"; }

  .xa-arrow-up-9-1::before {
    content: "\f887"; }

  .xa-sort-numeric-up-alt::before {
    content: "\f887"; }

  .xa-litecoin-sign::before {
    content: "\e1d3"; }

  .xa-border-none::before {
    content: "\f850"; }

  .xa-circle-nodes::before {
    content: "\e4e2"; }

  .xa-parachute-box::before {
    content: "\f4cd"; }

  .xa-indent::before {
    content: "\f03c"; }

  .xa-truck-field-un::before {
    content: "\e58e"; }

  .xa-hourglass::before {
    content: "\f254"; }

  .xa-hourglass-empty::before {
    content: "\f254"; }

  .xa-mountain::before {
    content: "\f6fc"; }

  .xa-user-doctor::before {
    content: "\f0f0"; }

  .xa-user-md::before {
    content: "\f0f0"; }

  .xa-circle-info::before {
    content: "\f05a"; }

  .xa-info-circle::before {
    content: "\f05a"; }

  .xa-cloud-meatball::before {
    content: "\f73b"; }

  .xa-camera::before {
    content: "\f030"; }

  .xa-camera-alt::before {
    content: "\f030"; }

  .xa-square-virus::before {
    content: "\e578"; }

  .xa-meteor::before {
    content: "\f753"; }

  .xa-car-on::before {
    content: "\e4dd"; }

  .xa-sleigh::before {
    content: "\f7cc"; }

  .xa-arrow-down-1-9::before {
    content: "\f162"; }

  .xa-sort-numeric-asc::before {
    content: "\f162"; }

  .xa-sort-numeric-down::before {
    content: "\f162"; }

  .xa-hand-holding-droplet::before {
    content: "\f4c1"; }

  .xa-hand-holding-water::before {
    content: "\f4c1"; }

  .xa-water::before {
    content: "\f773"; }

  .xa-calendar-check::before {
    content: "\f274"; }

  .xa-braille::before {
    content: "\f2a1"; }

  .xa-prescription-bottle-medical::before {
    content: "\f486"; }

  .xa-prescription-bottle-alt::before {
    content: "\f486"; }

  .xa-landmark::before {
    content: "\f66f"; }

  .xa-truck::before {
    content: "\f0d1"; }

  .xa-crosshairs::before {
    content: "\f05b"; }

  .xa-person-cane::before {
    content: "\e53c"; }

  .xa-tent::before {
    content: "\e57d"; }

  .xa-vest-patches::before {
    content: "\e086"; }

  .xa-check-double::before {
    content: "\f560"; }

  .xa-arrow-down-a-z::before {
    content: "\f15d"; }

  .xa-sort-alpha-asc::before {
    content: "\f15d"; }

  .xa-sort-alpha-down::before {
    content: "\f15d"; }

  .xa-money-bill-wheat::before {
    content: "\e52a"; }

  .xa-cookie::before {
    content: "\f563"; }

  .xa-arrow-rotate-left::before {
    content: "\f0e2"; }

  .xa-arrow-left-rotate::before {
    content: "\f0e2"; }

  .xa-arrow-rotate-back::before {
    content: "\f0e2"; }

  .xa-arrow-rotate-backward::before {
    content: "\f0e2"; }

  .xa-undo::before {
    content: "\f0e2"; }

  .xa-hard-drive::before {
    content: "\f0a0"; }

  .xa-hdd::before {
    content: "\f0a0"; }

  .xa-face-grin-squint-tears::before {
    content: "\f586"; }

  .xa-grin-squint-tears::before {
    content: "\f586"; }

  .xa-dumbbell::before {
    content: "\f44b"; }

  .xa-rectangle-list::before {
    content: "\f022"; }

  .xa-list-alt::before {
    content: "\f022"; }

  .xa-tarp-droplet::before {
    content: "\e57c"; }

  .xa-house-medical-circle-check::before {
    content: "\e511"; }

  .xa-person-skiing-nordic::before {
    content: "\f7ca"; }

  .xa-skiing-nordic::before {
    content: "\f7ca"; }

  .xa-calendar-plus::before {
    content: "\f271"; }

  .xa-plane-arrival::before {
    content: "\f5af"; }

  .xa-circle-left::before {
    content: "\f359"; }

  .xa-arrow-alt-circle-left::before {
    content: "\f359"; }

  .xa-train-subway::before {
    content: "\f239"; }

  .xa-subway::before {
    content: "\f239"; }

  .xa-chart-gantt::before {
    content: "\e0e4"; }

  .xa-indian-rupee-sign::before {
    content: "\e1bc"; }

  .xa-indian-rupee::before {
    content: "\e1bc"; }

  .xa-inr::before {
    content: "\e1bc"; }

  .xa-crop-simple::before {
    content: "\f565"; }

  .xa-crop-alt::before {
    content: "\f565"; }

  .xa-money-bill-1::before {
    content: "\f3d1"; }

  .xa-money-bill-alt::before {
    content: "\f3d1"; }

  .xa-left-long::before {
    content: "\f30a"; }

  .xa-long-arrow-alt-left::before {
    content: "\f30a"; }

  .xa-dna::before {
    content: "\f471"; }

  .xa-virus-slash::before {
    content: "\e075"; }

  .xa-minus::before {
    content: "\f068"; }

  .xa-subtract::before {
    content: "\f068"; }

  .xa-chess::before {
    content: "\f439"; }

  .xa-arrow-left-long::before {
    content: "\f177"; }

  .xa-long-arrow-left::before {
    content: "\f177"; }

  .xa-plug-circle-check::before {
    content: "\e55c"; }

  .xa-street-view::before {
    content: "\f21d"; }

  .xa-franc-sign::before {
    content: "\e18f"; }

  .xa-volume-off::before {
    content: "\f026"; }

  .xa-hands-asl-interpreting::before {
    content: "\f2a3"; }

  .xa-american-sign-language-interpreting::before {
    content: "\f2a3"; }

  .xa-asl-interpreting::before {
    content: "\f2a3"; }

  .xa-hands-american-sign-language-interpreting::before {
    content: "\f2a3"; }

  .xa-gear::before {
    content: "\f013"; }

  .xa-cog::before {
    content: "\f013"; }

  .xa-droplet-slash::before {
    content: "\f5c7"; }

  .xa-tint-slash::before {
    content: "\f5c7"; }

  .xa-mosque::before {
    content: "\f678"; }

  .xa-mosquito::before {
    content: "\e52b"; }

  .xa-star-of-david::before {
    content: "\f69a"; }

  .xa-person-military-rifle::before {
    content: "\e54b"; }

  .xa-cart-shopping::before {
    content: "\f07a"; }

  .xa-shopping-cart::before {
    content: "\f07a"; }

  .xa-vials::before {
    content: "\f493"; }

  .xa-plug-circle-plus::before {
    content: "\e55f"; }

  .xa-place-of-worship::before {
    content: "\f67f"; }

  .xa-grip-vertical::before {
    content: "\f58e"; }

  .xa-arrow-turn-up::before {
    content: "\f148"; }

  .xa-level-up::before {
    content: "\f148"; }

  .xa-u::before {
    content: "\55"; }

  .xa-square-root-variable::before {
    content: "\f698"; }

  .xa-square-root-alt::before {
    content: "\f698"; }

  .xa-clock::before {
    content: "\f017"; }

  .xa-clock-four::before {
    content: "\f017"; }

  .xa-backward-step::before {
    content: "\f048"; }

  .xa-step-backward::before {
    content: "\f048"; }

  .xa-pallet::before {
    content: "\f482"; }

  .xa-faucet::before {
    content: "\e005"; }

  .xa-baseball-bat-ball::before {
    content: "\f432"; }

  .xa-s::before {
    content: "\53"; }

  .xa-timeline::before {
    content: "\e29c"; }

  .xa-keyboard::before {
    content: "\f11c"; }

  .xa-caret-down::before {
    content: "\f0d7"; }

  .xa-house-chimney-medical::before {
    content: "\f7f2"; }

  .xa-clinic-medical::before {
    content: "\f7f2"; }

  .xa-temperature-three-quarters::before {
    content: "\f2c8"; }

  .xa-temperature-3::before {
    content: "\f2c8"; }

  .xa-thermometer-3::before {
    content: "\f2c8"; }

  .xa-thermometer-three-quarters::before {
    content: "\f2c8"; }

  .xa-mobile-screen::before {
    content: "\f3cf"; }

  .xa-mobile-android-alt::before {
    content: "\f3cf"; }

  .xa-plane-up::before {
    content: "\e22d"; }

  .xa-piggy-bank::before {
    content: "\f4d3"; }

  .xa-battery-half::before {
    content: "\f242"; }

  .xa-battery-3::before {
    content: "\f242"; }

  .xa-mountain-city::before {
    content: "\e52e"; }

  .xa-coins::before {
    content: "\f51e"; }

  .xa-khanda::before {
    content: "\f66d"; }

  .xa-sliders::before {
    content: "\f1de"; }

  .xa-sliders-h::before {
    content: "\f1de"; }

  .xa-folder-tree::before {
    content: "\f802"; }

  .xa-network-wired::before {
    content: "\f6ff"; }

  .xa-map-pin::before {
    content: "\f276"; }

  .xa-hamsa::before {
    content: "\f665"; }

  .xa-cent-sign::before {
    content: "\e3f5"; }

  .xa-flask::before {
    content: "\f0c3"; }

  .xa-person-pregnant::before {
    content: "\e31e"; }

  .xa-wand-sparkles::before {
    content: "\f72b"; }

  .xa-ellipsis-vertical::before {
    content: "\f142"; }

  .xa-ellipsis-v::before {
    content: "\f142"; }

  .xa-ticket::before {
    content: "\f145"; }

  .xa-power-off::before {
    content: "\f011"; }

  .xa-right-long::before {
    content: "\f30b"; }

  .xa-long-arrow-alt-right::before {
    content: "\f30b"; }

  .xa-flag-usa::before {
    content: "\f74d"; }

  .xa-laptop-file::before {
    content: "\e51d"; }

  .xa-tty::before {
    content: "\f1e4"; }

  .xa-teletype::before {
    content: "\f1e4"; }

  .xa-diagram-next::before {
    content: "\e476"; }

  .xa-person-rifle::before {
    content: "\e54e"; }

  .xa-house-medical-circle-exclamation::before {
    content: "\e512"; }

  .xa-closed-captioning::before {
    content: "\f20a"; }

  .xa-person-hiking::before {
    content: "\f6ec"; }

  .xa-hiking::before {
    content: "\f6ec"; }

  .xa-venus-double::before {
    content: "\f226"; }

  .xa-images::before {
    content: "\f302"; }

  .xa-calculator::before {
    content: "\f1ec"; }

  .xa-people-pulling::before {
    content: "\e535"; }

  .xa-n::before {
    content: "\4e"; }

  .xa-cable-car::before {
    content: "\f7da"; }

  .xa-tram::before {
    content: "\f7da"; }

  .xa-cloud-rain::before {
    content: "\f73d"; }

  .xa-building-circle-xmark::before {
    content: "\e4d4"; }

  .xa-ship::before {
    content: "\f21a"; }

  .xa-arrows-down-to-line::before {
    content: "\e4b8"; }

  .xa-download::before {
    content: "\f019"; }

  .xa-face-grin::before {
    content: "\f580"; }

  .xa-grin::before {
    content: "\f580"; }

  .xa-delete-left::before {
    content: "\f55a"; }

  .xa-backspace::before {
    content: "\f55a"; }

  .xa-eye-dropper::before {
    content: "\f1fb"; }

  .xa-eye-dropper-empty::before {
    content: "\f1fb"; }

  .xa-eyedropper::before {
    content: "\f1fb"; }

  .xa-file-circle-check::before {
    content: "\e5a0"; }

  .xa-forward::before {
    content: "\f04e"; }

  .xa-mobile::before {
    content: "\f3ce"; }

  .xa-mobile-android::before {
    content: "\f3ce"; }

  .xa-mobile-phone::before {
    content: "\f3ce"; }

  .xa-face-meh::before {
    content: "\f11a"; }

  .xa-meh::before {
    content: "\f11a"; }

  .xa-align-center::before {
    content: "\f037"; }

  .xa-book-skull::before {
    content: "\f6b7"; }

  .xa-book-dead::before {
    content: "\f6b7"; }

  .xa-id-card::before {
    content: "\f2c2"; }

  .xa-drivers-license::before {
    content: "\f2c2"; }

  .xa-outdent::before {
    content: "\f03b"; }

  .xa-dedent::before {
    content: "\f03b"; }

  .xa-heart-circle-exclamation::before {
    content: "\e4fe"; }

  .xa-house::before {
    content: "\f015"; }

  .xa-home::before {
    content: "\f015"; }

  .xa-home-alt::before {
    content: "\f015"; }

  .xa-home-lg-alt::before {
    content: "\f015"; }

  .xa-calendar-week::before {
    content: "\f784"; }

  .xa-laptop-medical::before {
    content: "\f812"; }

  .xa-b::before {
    content: "\42"; }

  .xa-file-medical::before {
    content: "\f477"; }

  .xa-dice-one::before {
    content: "\f525"; }

  .xa-kiwi-bird::before {
    content: "\f535"; }

  .xa-arrow-right-arrow-left::before {
    content: "\f0ec"; }

  .xa-exchange::before {
    content: "\f0ec"; }

  .xa-rotate-right::before {
    content: "\f2f9"; }

  .xa-redo-alt::before {
    content: "\f2f9"; }

  .xa-rotate-forward::before {
    content: "\f2f9"; }

  .xa-utensils::before {
    content: "\f2e7"; }

  .xa-cutlery::before {
    content: "\f2e7"; }

  .xa-arrow-up-wide-short::before {
    content: "\f161"; }

  .xa-sort-amount-up::before {
    content: "\f161"; }

  .xa-mill-sign::before {
    content: "\e1ed"; }

  .xa-bowl-rice::before {
    content: "\e2eb"; }

  .xa-skull::before {
    content: "\f54c"; }

  .xa-tower-broadcast::before {
    content: "\f519"; }

  .xa-broadcast-tower::before {
    content: "\f519"; }

  .xa-truck-pickup::before {
    content: "\f63c"; }

  .xa-up-long::before {
    content: "\f30c"; }

  .xa-long-arrow-alt-up::before {
    content: "\f30c"; }

  .xa-stop::before {
    content: "\f04d"; }

  .xa-code-merge::before {
    content: "\f387"; }

  .xa-upload::before {
    content: "\f093"; }

  .xa-hurricane::before {
    content: "\f751"; }

  .xa-mound::before {
    content: "\e52d"; }

  .xa-toilet-portable::before {
    content: "\e583"; }

  .xa-compact-disc::before {
    content: "\f51f"; }

  .xa-file-arrow-down::before {
    content: "\f56d"; }

  .xa-file-download::before {
    content: "\f56d"; }

  .xa-caravan::before {
    content: "\f8ff"; }

  .xa-shield-cat::before {
    content: "\e572"; }

  .xa-bolt::before {
    content: "\f0e7"; }

  .xa-zap::before {
    content: "\f0e7"; }

  .xa-glass-water::before {
    content: "\e4f4"; }

  .xa-oil-well::before {
    content: "\e532"; }

  .xa-vault::before {
    content: "\e2c5"; }

  .xa-mars::before {
    content: "\f222"; }

  .xa-toilet::before {
    content: "\f7d8"; }

  .xa-plane-circle-xmark::before {
    content: "\e557"; }

  .xa-yen-sign::before {
    content: "\f157"; }

  .xa-cny::before {
    content: "\f157"; }

  .xa-jpy::before {
    content: "\f157"; }

  .xa-rmb::before {
    content: "\f157"; }

  .xa-yen::before {
    content: "\f157"; }

  .xa-ruble-sign::before {
    content: "\f158"; }

  .xa-rouble::before {
    content: "\f158"; }

  .xa-rub::before {
    content: "\f158"; }

  .xa-ruble::before {
    content: "\f158"; }

  .xa-sun::before {
    content: "\f185"; }

  .xa-guitar::before {
    content: "\f7a6"; }

  .xa-face-laugh-wink::before {
    content: "\f59c"; }

  .xa-laugh-wink::before {
    content: "\f59c"; }

  .xa-horse-head::before {
    content: "\f7ab"; }

  .xa-bore-hole::before {
    content: "\e4c3"; }

  .xa-industry::before {
    content: "\f275"; }

  .xa-circle-down::before {
    content: "\f358"; }

  .xa-arrow-alt-circle-down::before {
    content: "\f358"; }

  .xa-arrows-turn-to-dots::before {
    content: "\e4c1"; }

  .xa-florin-sign::before {
    content: "\e184"; }

  .xa-arrow-down-short-wide::before {
    content: "\f884"; }

  .xa-sort-amount-desc::before {
    content: "\f884"; }

  .xa-sort-amount-down-alt::before {
    content: "\f884"; }

  .xa-less-than::before {
    content: "\3c"; }

  .xa-angle-down::before {
    content: "\f107"; }

  .xa-car-tunnel::before {
    content: "\e4de"; }

  .xa-head-side-cough::before {
    content: "\e061"; }

  .xa-grip-lines::before {
    content: "\f7a4"; }

  .xa-thumbs-down::before {
    content: "\f165"; }

  .xa-user-lock::before {
    content: "\f502"; }

  .xa-arrow-right-long::before {
    content: "\f178"; }

  .xa-long-arrow-right::before {
    content: "\f178"; }

  .xa-anchor-circle-xmark::before {
    content: "\e4ac"; }

  .xa-ellipsis::before {
    content: "\f141"; }

  .xa-ellipsis-h::before {
    content: "\f141"; }

  .xa-chess-pawn::before {
    content: "\f443"; }

  .xa-kit-medical::before {
    content: "\f479"; }

  .xa-first-aid::before {
    content: "\f479"; }

  .xa-person-through-window::before {
    content: "\e5a9"; }

  .xa-toolbox::before {
    content: "\f552"; }

  .xa-hands-holding-circle::before {
    content: "\e4fb"; }

  .xa-bug::before {
    content: "\f188"; }

  .xa-credit-card::before {
    content: "\f09d"; }

  .xa-credit-card-alt::before {
    content: "\f09d"; }

  .xa-car::before {
    content: "\f1b9"; }

  .xa-automobile::before {
    content: "\f1b9"; }

  .xa-hand-holding-hand::before {
    content: "\e4f7"; }

  .xa-book-open-reader::before {
    content: "\f5da"; }

  .xa-book-reader::before {
    content: "\f5da"; }

  .xa-mountain-sun::before {
    content: "\e52f"; }

  .xa-arrows-left-right-to-line::before {
    content: "\e4ba"; }

  .xa-dice-d20::before {
    content: "\f6cf"; }

  .xa-truck-droplet::before {
    content: "\e58c"; }

  .xa-file-circle-xmark::before {
    content: "\e5a1"; }

  .xa-temperature-arrow-up::before {
    content: "\e040"; }

  .xa-temperature-up::before {
    content: "\e040"; }

  .xa-medal::before {
    content: "\f5a2"; }

  .xa-bed::before {
    content: "\f236"; }

  .xa-square-h::before {
    content: "\f0fd"; }

  .xa-h-square::before {
    content: "\f0fd"; }

  .xa-podcast::before {
    content: "\f2ce"; }

  .xa-temperature-full::before {
    content: "\f2c7"; }

  .xa-temperature-4::before {
    content: "\f2c7"; }

  .xa-thermometer-4::before {
    content: "\f2c7"; }

  .xa-thermometer-full::before {
    content: "\f2c7"; }

  .xa-bell::before {
    content: "\f0f3"; }

  .xa-superscript::before {
    content: "\f12b"; }

  .xa-plug-circle-xmark::before {
    content: "\e560"; }

  .xa-star-of-life::before {
    content: "\f621"; }

  .xa-phone-slash::before {
    content: "\f3dd"; }

  .xa-paint-roller::before {
    content: "\f5aa"; }

  .xa-handshake-angle::before {
    content: "\f4c4"; }

  .xa-hands-helping::before {
    content: "\f4c4"; }

  .xa-location-dot::before {
    content: "\f3c5"; }

  .xa-map-marker-alt::before {
    content: "\f3c5"; }

  .xa-file::before {
    content: "\f15b"; }

  .xa-greater-than::before {
    content: "\3e"; }

  .xa-person-swimming::before {
    content: "\f5c4"; }

  .xa-swimmer::before {
    content: "\f5c4"; }

  .xa-arrow-down::before {
    content: "\f063"; }

  .xa-droplet::before {
    content: "\f043"; }

  .xa-tint::before {
    content: "\f043"; }

  .xa-eraser::before {
    content: "\f12d"; }

  .xa-earth-americas::before {
    content: "\f57d"; }

  .xa-earth::before {
    content: "\f57d"; }

  .xa-earth-america::before {
    content: "\f57d"; }

  .xa-globe-americas::before {
    content: "\f57d"; }

  .xa-person-burst::before {
    content: "\e53b"; }

  .xa-dove::before {
    content: "\f4ba"; }

  .xa-battery-empty::before {
    content: "\f244"; }

  .xa-battery-0::before {
    content: "\f244"; }

  .xa-socks::before {
    content: "\f696"; }

  .xa-inbox::before {
    content: "\f01c"; }

  .xa-section::before {
    content: "\e447"; }

  .xa-gauge-high::before {
    content: "\f625"; }

  .xa-tachometer-alt::before {
    content: "\f625"; }

  .xa-tachometer-alt-fast::before {
    content: "\f625"; }

  .xa-envelope-open-text::before {
    content: "\f658"; }

  .xa-hospital::before {
    content: "\f0f8"; }

  .xa-hospital-alt::before {
    content: "\f0f8"; }

  .xa-hospital-wide::before {
    content: "\f0f8"; }

  .xa-wine-bottle::before {
    content: "\f72f"; }

  .xa-chess-rook::before {
    content: "\f447"; }

  .xa-bars-staggered::before {
    content: "\f550"; }

  .xa-reorder::before {
    content: "\f550"; }

  .xa-stream::before {
    content: "\f550"; }

  .xa-dharmachakra::before {
    content: "\f655"; }

  .xa-hotdog::before {
    content: "\f80f"; }

  .xa-person-walking-with-cane::before {
    content: "\f29d"; }

  .xa-blind::before {
    content: "\f29d"; }

  .xa-drum::before {
    content: "\f569"; }

  .xa-ice-cream::before {
    content: "\f810"; }

  .xa-heart-circle-bolt::before {
    content: "\e4fc"; }

  .xa-fax::before {
    content: "\f1ac"; }

  .xa-paragraph::before {
    content: "\f1dd"; }

  .xa-check-to-slot::before {
    content: "\f772"; }

  .xa-vote-yea::before {
    content: "\f772"; }

  .xa-star-half::before {
    content: "\f089"; }

  .xa-boxes-stacked::before {
    content: "\f468"; }

  .xa-boxes::before {
    content: "\f468"; }

  .xa-boxes-alt::before {
    content: "\f468"; }

  .xa-link::before {
    content: "\f0c1"; }

  .xa-chain::before {
    content: "\f0c1"; }

  .xa-ear-listen::before {
    content: "\f2a2"; }

  .xa-assistive-listening-systems::before {
    content: "\f2a2"; }

  .xa-tree-city::before {
    content: "\e587"; }

  .xa-play::before {
    content: "\f04b"; }

  .xa-font::before {
    content: "\f031"; }

  .xa-rupiah-sign::before {
    content: "\e23d"; }

  .xa-magnifying-glass::before {
    content: "\f002"; }

  .xa-search::before {
    content: "\f002"; }

  .xa-table-tennis-paddle-ball::before {
    content: "\f45d"; }

  .xa-ping-pong-paddle-ball::before {
    content: "\f45d"; }

  .xa-table-tennis::before {
    content: "\f45d"; }

  .xa-person-dots-from-line::before {
    content: "\f470"; }

  .xa-diagnoses::before {
    content: "\f470"; }

  .xa-trash-can-arrow-up::before {
    content: "\f82a"; }

  .xa-trash-restore-alt::before {
    content: "\f82a"; }

  .xa-naira-sign::before {
    content: "\e1f6"; }

  .xa-cart-arrow-down::before {
    content: "\f218"; }

  .xa-walkie-talkie::before {
    content: "\f8ef"; }

  .xa-file-pen::before {
    content: "\f31c"; }

  .xa-file-edit::before {
    content: "\f31c"; }

  .xa-receipt::before {
    content: "\f543"; }

  .xa-square-pen::before {
    content: "\f14b"; }

  .xa-pen-square::before {
    content: "\f14b"; }

  .xa-pencil-square::before {
    content: "\f14b"; }

  .xa-suitcase-rolling::before {
    content: "\f5c1"; }

  .xa-person-circle-exclamation::before {
    content: "\e53f"; }

  .xa-chevron-down::before {
    content: "\f078"; }

  .xa-battery-full::before {
    content: "\f240"; }

  .xa-battery::before {
    content: "\f240"; }

  .xa-battery-5::before {
    content: "\f240"; }

  .xa-skull-crossbones::before {
    content: "\f714"; }

  .xa-code-compare::before {
    content: "\e13a"; }

  .xa-list-ul::before {
    content: "\f0ca"; }

  .xa-list-dots::before {
    content: "\f0ca"; }

  .xa-school-lock::before {
    content: "\e56f"; }

  .xa-tower-cell::before {
    content: "\e585"; }

  .xa-down-long::before {
    content: "\f309"; }

  .xa-long-arrow-alt-down::before {
    content: "\f309"; }

  .xa-ranking-star::before {
    content: "\e561"; }

  .xa-chess-king::before {
    content: "\f43f"; }

  .xa-person-harassing::before {
    content: "\e549"; }

  .xa-brazilian-real-sign::before {
    content: "\e46c"; }

  .xa-landmark-dome::before {
    content: "\f752"; }

  .xa-landmark-alt::before {
    content: "\f752"; }

  .xa-arrow-up::before {
    content: "\f062"; }

  .xa-tv::before {
    content: "\f26c"; }

  .xa-television::before {
    content: "\f26c"; }

  .xa-tv-alt::before {
    content: "\f26c"; }

  .xa-shrimp::before {
    content: "\e448"; }

  .xa-list-check::before {
    content: "\f0ae"; }

  .xa-tasks::before {
    content: "\f0ae"; }

  .xa-jug-detergent::before {
    content: "\e519"; }

  .xa-circle-user::before {
    content: "\f2bd"; }

  .xa-user-circle::before {
    content: "\f2bd"; }

  .xa-user-shield::before {
    content: "\f505"; }

  .xa-wind::before {
    content: "\f72e"; }

  .xa-car-burst::before {
    content: "\f5e1"; }

  .xa-car-crash::before {
    content: "\f5e1"; }

  .xa-y::before {
    content: "\59"; }

  .xa-person-snowboarding::before {
    content: "\f7ce"; }

  .xa-snowboarding::before {
    content: "\f7ce"; }

  .xa-truck-fast::before {
    content: "\f48b"; }

  .xa-shipping-fast::before {
    content: "\f48b"; }

  .xa-fish::before {
    content: "\f578"; }

  .xa-user-graduate::before {
    content: "\f501"; }

  .xa-circle-half-stroke::before {
    content: "\f042"; }

  .xa-adjust::before {
    content: "\f042"; }

  .xa-clapperboard::before {
    content: "\e131"; }

  .xa-circle-radiation::before {
    content: "\f7ba"; }

  .xa-radiation-alt::before {
    content: "\f7ba"; }

  .xa-baseball::before {
    content: "\f433"; }

  .xa-baseball-ball::before {
    content: "\f433"; }

  .xa-jet-fighter-up::before {
    content: "\e518"; }

  .xa-diagram-project::before {
    content: "\f542"; }

  .xa-project-diagram::before {
    content: "\f542"; }

  .xa-copy::before {
    content: "\f0c5"; }

  .xa-volume-xmark::before {
    content: "\f6a9"; }

  .xa-volume-mute::before {
    content: "\f6a9"; }

  .xa-volume-times::before {
    content: "\f6a9"; }

  .xa-hand-sparkles::before {
    content: "\e05d"; }

  .xa-grip::before {
    content: "\f58d"; }

  .xa-grip-horizontal::before {
    content: "\f58d"; }

  .xa-share-from-square::before {
    content: "\f14d"; }

  .xa-share-square::before {
    content: "\f14d"; }

  .xa-child-combatant::before {
    content: "\e4e0"; }

  .xa-child-rifle::before {
    content: "\e4e0"; }

  .xa-gun::before {
    content: "\e19b"; }

  .xa-square-phone::before {
    content: "\f098"; }

  .xa-phone-square::before {
    content: "\f098"; }

  .xa-plus::before {
    content: "\2b"; }

  .xa-add::before {
    content: "\2b"; }

  .xa-expand::before {
    content: "\f065"; }

  .xa-computer::before {
    content: "\e4e5"; }

  .xa-xmark::before {
    content: "\f00d"; }

  .xa-close::before {
    content: "\f00d"; }

  .xa-multiply::before {
    content: "\f00d"; }

  .xa-remove::before {
    content: "\f00d"; }

  .xa-times::before {
    content: "\f00d"; }

  .xa-arrows-up-down-left-right::before {
    content: "\f047"; }

  .xa-arrows::before {
    content: "\f047"; }

  .xa-chalkboard-user::before {
    content: "\f51c"; }

  .xa-chalkboard-teacher::before {
    content: "\f51c"; }

  .xa-peso-sign::before {
    content: "\e222"; }

  .xa-building-shield::before {
    content: "\e4d8"; }

  .xa-baby::before {
    content: "\f77c"; }

  .xa-users-line::before {
    content: "\e592"; }

  .xa-quote-left::before {
    content: "\f10d"; }

  .xa-quote-left-alt::before {
    content: "\f10d"; }

  .xa-tractor::before {
    content: "\f722"; }

  .xa-trash-arrow-up::before {
    content: "\f829"; }

  .xa-trash-restore::before {
    content: "\f829"; }

  .xa-arrow-down-up-lock::before {
    content: "\e4b0"; }

  .xa-lines-leaning::before {
    content: "\e51e"; }

  .xa-ruler-combined::before {
    content: "\f546"; }

  .xa-copyright::before {
    content: "\f1f9"; }

  .xa-equals::before {
    content: "\3d"; }

  .xa-blender::before {
    content: "\f517"; }

  .xa-teeth::before {
    content: "\f62e"; }

  .xa-shekel-sign::before {
    content: "\f20b"; }

  .xa-ils::before {
    content: "\f20b"; }

  .xa-shekel::before {
    content: "\f20b"; }

  .xa-sheqel::before {
    content: "\f20b"; }

  .xa-sheqel-sign::before {
    content: "\f20b"; }

  .xa-map::before {
    content: "\f279"; }

  .xa-rocket::before {
    content: "\f135"; }

  .xa-photo-film::before {
    content: "\f87c"; }

  .xa-photo-video::before {
    content: "\f87c"; }

  .xa-folder-minus::before {
    content: "\f65d"; }

  .xa-store::before {
    content: "\f54e"; }

  .xa-arrow-trend-up::before {
    content: "\e098"; }

  .xa-plug-circle-minus::before {
    content: "\e55e"; }

  .xa-sign-hanging::before {
    content: "\f4d9"; }

  .xa-sign::before {
    content: "\f4d9"; }

  .xa-bezier-curve::before {
    content: "\f55b"; }

  .xa-bell-slash::before {
    content: "\f1f6"; }

  .xa-tablet::before {
    content: "\f3fb"; }

  .xa-tablet-android::before {
    content: "\f3fb"; }

  .xa-school-flag::before {
    content: "\e56e"; }

  .xa-fill::before {
    content: "\f575"; }

  .xa-angle-up::before {
    content: "\f106"; }

  .xa-drumstick-bite::before {
    content: "\f6d7"; }

  .xa-holly-berry::before {
    content: "\f7aa"; }

  .xa-chevron-left::before {
    content: "\f053"; }

  .xa-bacteria::before {
    content: "\e059"; }

  .xa-hand-lizard::before {
    content: "\f258"; }

  .xa-notdef::before {
    content: "\e1fe"; }

  .xa-disease::before {
    content: "\f7fa"; }

  .xa-briefcase-medical::before {
    content: "\f469"; }

  .xa-genderless::before {
    content: "\f22d"; }

  .xa-chevron-right::before {
    content: "\f054"; }

  .xa-retweet::before {
    content: "\f079"; }

  .xa-car-rear::before {
    content: "\f5de"; }

  .xa-car-alt::before {
    content: "\f5de"; }

  .xa-pump-soap::before {
    content: "\e06b"; }

  .xa-video-slash::before {
    content: "\f4e2"; }

  .xa-battery-quarter::before {
    content: "\f243"; }

  .xa-battery-2::before {
    content: "\f243"; }

  .xa-radio::before {
    content: "\f8d7"; }

  .xa-baby-carriage::before {
    content: "\f77d"; }

  .xa-carriage-baby::before {
    content: "\f77d"; }

  .xa-traffic-light::before {
    content: "\f637"; }

  .xa-thermometer::before {
    content: "\f491"; }

  .xa-vr-cardboard::before {
    content: "\f729"; }

  .xa-hand-middle-finger::before {
    content: "\f806"; }

  .xa-percent::before {
    content: "\25"; }

  .xa-percentage::before {
    content: "\25"; }

  .xa-truck-moving::before {
    content: "\f4df"; }

  .xa-glass-water-droplet::before {
    content: "\e4f5"; }

  .xa-display::before {
    content: "\e163"; }

  .xa-face-smile::before {
    content: "\f118"; }

  .xa-smile::before {
    content: "\f118"; }

  .xa-thumbtack::before {
    content: "\f08d"; }

  .xa-thumb-tack::before {
    content: "\f08d"; }

  .xa-trophy::before {
    content: "\f091"; }

  .xa-person-praying::before {
    content: "\f683"; }

  .xa-pray::before {
    content: "\f683"; }

  .xa-hammer::before {
    content: "\f6e3"; }

  .xa-hand-peace::before {
    content: "\f25b"; }

  .xa-rotate::before {
    content: "\f2f1"; }

  .xa-sync-alt::before {
    content: "\f2f1"; }

  .xa-spinner::before {
    content: "\f110"; }

  .xa-robot::before {
    content: "\f544"; }

  .xa-peace::before {
    content: "\f67c"; }

  .xa-gears::before {
    content: "\f085"; }

  .xa-cogs::before {
    content: "\f085"; }

  .xa-warehouse::before {
    content: "\f494"; }

  .xa-arrow-up-right-dots::before {
    content: "\e4b7"; }

  .xa-splotch::before {
    content: "\f5bc"; }

  .xa-face-grin-hearts::before {
    content: "\f584"; }

  .xa-grin-hearts::before {
    content: "\f584"; }

  .xa-dice-four::before {
    content: "\f524"; }

  .xa-sim-card::before {
    content: "\f7c4"; }

  .xa-transgender::before {
    content: "\f225"; }

  .xa-transgender-alt::before {
    content: "\f225"; }

  .xa-mercury::before {
    content: "\f223"; }

  .xa-arrow-turn-down::before {
    content: "\f149"; }

  .xa-level-down::before {
    content: "\f149"; }

  .xa-person-falling-burst::before {
    content: "\e547"; }

  .xa-award::before {
    content: "\f559"; }

  .xa-ticket-simple::before {
    content: "\f3ff"; }

  .xa-ticket-alt::before {
    content: "\f3ff"; }

  .xa-building::before {
    content: "\f1ad"; }

  .xa-angles-left::before {
    content: "\f100"; }

  .xa-angle-double-left::before {
    content: "\f100"; }

  .xa-qrcode::before {
    content: "\f029"; }

  .xa-clock-rotate-left::before {
    content: "\f1da"; }

  .xa-history::before {
    content: "\f1da"; }

  .xa-face-grin-beam-sweat::before {
    content: "\f583"; }

  .xa-grin-beam-sweat::before {
    content: "\f583"; }

  .xa-file-export::before {
    content: "\f56e"; }

  .xa-arrow-right-from-file::before {
    content: "\f56e"; }

  .xa-shield::before {
    content: "\f132"; }

  .xa-shield-blank::before {
    content: "\f132"; }

  .xa-arrow-up-short-wide::before {
    content: "\f885"; }

  .xa-sort-amount-up-alt::before {
    content: "\f885"; }

  .xa-house-medical::before {
    content: "\e3b2"; }

  .xa-golf-ball-tee::before {
    content: "\f450"; }

  .xa-golf-ball::before {
    content: "\f450"; }

  .xa-circle-chevron-left::before {
    content: "\f137"; }

  .xa-chevron-circle-left::before {
    content: "\f137"; }

  .xa-house-chimney-window::before {
    content: "\e00d"; }

  .xa-pen-nib::before {
    content: "\f5ad"; }

  .xa-tent-arrow-turn-left::before {
    content: "\e580"; }

  .xa-tents::before {
    content: "\e582"; }

  .xa-wand-magic::before {
    content: "\f0d0"; }

  .xa-magic::before {
    content: "\f0d0"; }

  .xa-dog::before {
    content: "\f6d3"; }

  .xa-carrot::before {
    content: "\f787"; }

  .xa-moon::before {
    content: "\f186"; }

  .xa-wine-glass-empty::before {
    content: "\f5ce"; }

  .xa-wine-glass-alt::before {
    content: "\f5ce"; }

  .xa-cheese::before {
    content: "\f7ef"; }

  .xa-yin-yang::before {
    content: "\f6ad"; }

  .xa-music::before {
    content: "\f001"; }

  .xa-code-commit::before {
    content: "\f386"; }

  .xa-temperature-low::before {
    content: "\f76b"; }

  .xa-person-biking::before {
    content: "\f84a"; }

  .xa-biking::before {
    content: "\f84a"; }

  .xa-broom::before {
    content: "\f51a"; }

  .xa-shield-heart::before {
    content: "\e574"; }

  .xa-gopuram::before {
    content: "\f664"; }

  .xa-earth-oceania::before {
    content: "\e47b"; }

  .xa-globe-oceania::before {
    content: "\e47b"; }

  .xa-square-xmark::before {
    content: "\f2d3"; }

  .xa-times-square::before {
    content: "\f2d3"; }

  .xa-xmark-square::before {
    content: "\f2d3"; }

  .xa-hashtag::before {
    content: "\23"; }

  .xa-up-right-and-down-left-from-center::before {
    content: "\f424"; }

  .xa-expand-alt::before {
    content: "\f424"; }

  .xa-oil-can::before {
    content: "\f613"; }

  .xa-t::before {
    content: "\54"; }

  .xa-hippo::before {
    content: "\f6ed"; }

  .xa-chart-column::before {
    content: "\e0e3"; }

  .xa-infinity::before {
    content: "\f534"; }

  .xa-vial-circle-check::before {
    content: "\e596"; }

  .xa-person-arrow-down-to-line::before {
    content: "\e538"; }

  .xa-voicemail::before {
    content: "\f897"; }

  .xa-fan::before {
    content: "\f863"; }

  .xa-person-walking-luggage::before {
    content: "\e554"; }

  .xa-up-down::before {
    content: "\f338"; }

  .xa-arrows-alt-v::before {
    content: "\f338"; }

  .xa-cloud-moon-rain::before {
    content: "\f73c"; }

  .xa-calendar::before {
    content: "\f133"; }

  .xa-trailer::before {
    content: "\e041"; }

  .xa-bahai::before {
    content: "\f666"; }

  .xa-haykal::before {
    content: "\f666"; }

  .xa-sd-card::before {
    content: "\f7c2"; }

  .xa-dragon::before {
    content: "\f6d5"; }

  .xa-shoe-prints::before {
    content: "\f54b"; }

  .xa-circle-plus::before {
    content: "\f055"; }

  .xa-plus-circle::before {
    content: "\f055"; }

  .xa-face-grin-tongue-wink::before {
    content: "\f58b"; }

  .xa-grin-tongue-wink::before {
    content: "\f58b"; }

  .xa-hand-holding::before {
    content: "\f4bd"; }

  .xa-plug-circle-exclamation::before {
    content: "\e55d"; }

  .xa-link-slash::before {
    content: "\f127"; }

  .xa-chain-broken::before {
    content: "\f127"; }

  .xa-chain-slash::before {
    content: "\f127"; }

  .xa-unlink::before {
    content: "\f127"; }

  .xa-clone::before {
    content: "\f24d"; }

  .xa-person-walking-arrow-loop-left::before {
    content: "\e551"; }

  .xa-arrow-up-z-a::before {
    content: "\f882"; }

  .xa-sort-alpha-up-alt::before {
    content: "\f882"; }

  .xa-fire-flame-curved::before {
    content: "\f7e4"; }

  .xa-fire-alt::before {
    content: "\f7e4"; }

  .xa-tornado::before {
    content: "\f76f"; }

  .xa-file-circle-plus::before {
    content: "\e494"; }

  .xa-book-quran::before {
    content: "\f687"; }

  .xa-quran::before {
    content: "\f687"; }

  .xa-anchor::before {
    content: "\f13d"; }

  .xa-border-all::before {
    content: "\f84c"; }

  .xa-face-angry::before {
    content: "\f556"; }

  .xa-angry::before {
    content: "\f556"; }

  .xa-cookie-bite::before {
    content: "\f564"; }

  .xa-arrow-trend-down::before {
    content: "\e097"; }

  .xa-rss::before {
    content: "\f09e"; }

  .xa-feed::before {
    content: "\f09e"; }

  .xa-draw-polygon::before {
    content: "\f5ee"; }

  .xa-scale-balanced::before {
    content: "\f24e"; }

  .xa-balance-scale::before {
    content: "\f24e"; }

  .xa-gauge-simple-high::before {
    content: "\f62a"; }

  .xa-tachometer::before {
    content: "\f62a"; }

  .xa-tachometer-fast::before {
    content: "\f62a"; }

  .xa-shower::before {
    content: "\f2cc"; }

  .xa-desktop::before {
    content: "\f390"; }

  .xa-desktop-alt::before {
    content: "\f390"; }

  .xa-m::before {
    content: "\4d"; }

  .xa-table-list::before {
    content: "\f00b"; }

  .xa-th-list::before {
    content: "\f00b"; }

  .xa-comment-sms::before {
    content: "\f7cd"; }

  .xa-sms::before {
    content: "\f7cd"; }

  .xa-book::before {
    content: "\f02d"; }

  .xa-user-plus::before {
    content: "\f234"; }

  .xa-check::before {
    content: "\f00c"; }

  .xa-battery-three-quarters::before {
    content: "\f241"; }

  .xa-battery-4::before {
    content: "\f241"; }

  .xa-house-circle-check::before {
    content: "\e509"; }

  .xa-angle-left::before {
    content: "\f104"; }

  .xa-diagram-successor::before {
    content: "\e47a"; }

  .xa-truck-arrow-right::before {
    content: "\e58b"; }

  .xa-arrows-split-up-and-left::before {
    content: "\e4bc"; }

  .xa-hand-fist::before {
    content: "\f6de"; }

  .xa-fist-raised::before {
    content: "\f6de"; }

  .xa-cloud-moon::before {
    content: "\f6c3"; }

  .xa-briefcase::before {
    content: "\f0b1"; }

  .xa-person-falling::before {
    content: "\e546"; }

  .xa-image-portrait::before {
    content: "\f3e0"; }

  .xa-portrait::before {
    content: "\f3e0"; }

  .xa-user-tag::before {
    content: "\f507"; }

  .xa-rug::before {
    content: "\e569"; }

  .xa-earth-europe::before {
    content: "\f7a2"; }

  .xa-globe-europe::before {
    content: "\f7a2"; }

  .xa-cart-flatbed-suitcase::before {
    content: "\f59d"; }

  .xa-luggage-cart::before {
    content: "\f59d"; }

  .xa-rectangle-xmark::before {
    content: "\f410"; }

  .xa-rectangle-times::before {
    content: "\f410"; }

  .xa-times-rectangle::before {
    content: "\f410"; }

  .xa-window-close::before {
    content: "\f410"; }

  .xa-baht-sign::before {
    content: "\e0ac"; }

  .xa-book-open::before {
    content: "\f518"; }

  .xa-book-journal-whills::before {
    content: "\f66a"; }

  .xa-journal-whills::before {
    content: "\f66a"; }

  .xa-handcuffs::before {
    content: "\e4f8"; }

  .xa-triangle-exclamation::before {
    content: "\f071"; }

  .xa-exclamation-triangle::before {
    content: "\f071"; }

  .xa-warning::before {
    content: "\f071"; }

  .xa-database::before {
    content: "\f1c0"; }

  .xa-share::before {
    content: "\f064"; }

  .xa-mail-forward::before {
    content: "\f064"; }

  .xa-bottle-droplet::before {
    content: "\e4c4"; }

  .xa-mask-face::before {
    content: "\e1d7"; }

  .xa-hill-rockslide::before {
    content: "\e508"; }

  .xa-right-left::before {
    content: "\f362"; }

  .xa-exchange-alt::before {
    content: "\f362"; }

  .xa-paper-plane::before {
    content: "\f1d8"; }

  .xa-road-circle-exclamation::before {
    content: "\e565"; }

  .xa-dungeon::before {
    content: "\f6d9"; }

  .xa-align-right::before {
    content: "\f038"; }

  .xa-money-bill-1-wave::before {
    content: "\f53b"; }

  .xa-money-bill-wave-alt::before {
    content: "\f53b"; }

  .xa-life-ring::before {
    content: "\f1cd"; }

  .xa-hands::before {
    content: "\f2a7"; }

  .xa-sign-language::before {
    content: "\f2a7"; }

  .xa-signing::before {
    content: "\f2a7"; }

  .xa-calendar-day::before {
    content: "\f783"; }

  .xa-water-ladder::before {
    content: "\f5c5"; }

  .xa-ladder-water::before {
    content: "\f5c5"; }

  .xa-swimming-pool::before {
    content: "\f5c5"; }

  .xa-arrows-up-down::before {
    content: "\f07d"; }

  .xa-arrows-v::before {
    content: "\f07d"; }

  .xa-face-grimace::before {
    content: "\f57f"; }

  .xa-grimace::before {
    content: "\f57f"; }

  .xa-wheelchair-move::before {
    content: "\e2ce"; }

  .xa-wheelchair-alt::before {
    content: "\e2ce"; }

  .xa-turn-down::before {
    content: "\f3be"; }

  .xa-level-down-alt::before {
    content: "\f3be"; }

  .xa-person-walking-arrow-right::before {
    content: "\e552"; }

  .xa-square-envelope::before {
    content: "\f199"; }

  .xa-envelope-square::before {
    content: "\f199"; }

  .xa-dice::before {
    content: "\f522"; }

  .xa-bowling-ball::before {
    content: "\f436"; }

  .xa-brain::before {
    content: "\f5dc"; }

  .xa-bandage::before {
    content: "\f462"; }

  .xa-band-aid::before {
    content: "\f462"; }

  .xa-calendar-minus::before {
    content: "\f272"; }

  .xa-circle-xmark::before {
    content: "\f057"; }

  .xa-times-circle::before {
    content: "\f057"; }

  .xa-xmark-circle::before {
    content: "\f057"; }

  .xa-gifts::before {
    content: "\f79c"; }

  .xa-hotel::before {
    content: "\f594"; }

  .xa-earth-asia::before {
    content: "\f57e"; }

  .xa-globe-asia::before {
    content: "\f57e"; }

  .xa-id-card-clip::before {
    content: "\f47f"; }

  .xa-id-card-alt::before {
    content: "\f47f"; }

  .xa-magnifying-glass-plus::before {
    content: "\f00e"; }

  .xa-search-plus::before {
    content: "\f00e"; }

  .xa-thumbs-up::before {
    content: "\f164"; }

  .xa-user-clock::before {
    content: "\f4fd"; }

  .xa-hand-dots::before {
    content: "\f461"; }

  .xa-allergies::before {
    content: "\f461"; }

  .xa-file-invoice::before {
    content: "\f570"; }

  .xa-window-minimize::before {
    content: "\f2d1"; }

  .xa-mug-saucer::before {
    content: "\f0f4"; }

  .xa-coffee::before {
    content: "\f0f4"; }

  .xa-brush::before {
    content: "\f55d"; }

  .xa-mask::before {
    content: "\f6fa"; }

  .xa-magnifying-glass-minus::before {
    content: "\f010"; }

  .xa-search-minus::before {
    content: "\f010"; }

  .xa-ruler-vertical::before {
    content: "\f548"; }

  .xa-user-large::before {
    content: "\f406"; }

  .xa-user-alt::before {
    content: "\f406"; }

  .xa-train-tram::before {
    content: "\e5b4"; }

  .xa-user-nurse::before {
    content: "\f82f"; }

  .xa-syringe::before {
    content: "\f48e"; }

  .xa-cloud-sun::before {
    content: "\f6c4"; }

  .xa-stopwatch-20::before {
    content: "\e06f"; }

  .xa-square-full::before {
    content: "\f45c"; }

  .xa-magnet::before {
    content: "\f076"; }

  .xa-jar::before {
    content: "\e516"; }

  .xa-note-sticky::before {
    content: "\f249"; }

  .xa-sticky-note::before {
    content: "\f249"; }

  .xa-bug-slash::before {
    content: "\e490"; }

  .xa-arrow-up-from-water-pump::before {
    content: "\e4b6"; }

  .xa-bone::before {
    content: "\f5d7"; }

  .xa-user-injured::before {
    content: "\f728"; }

  .xa-face-sad-tear::before {
    content: "\f5b4"; }

  .xa-sad-tear::before {
    content: "\f5b4"; }

  .xa-plane::before {
    content: "\f072"; }

  .xa-tent-arrows-down::before {
    content: "\e581"; }

  .xa-exclamation::before {
    content: "\21"; }

  .xa-arrows-spin::before {
    content: "\e4bb"; }

  .xa-print::before {
    content: "\f02f"; }

  .xa-turkish-lira-sign::before {
    content: "\e2bb"; }

  .xa-try::before {
    content: "\e2bb"; }

  .xa-turkish-lira::before {
    content: "\e2bb"; }

  .xa-dollar-sign::before {
    content: "\24"; }

  .xa-dollar::before {
    content: "\24"; }

  .xa-usd::before {
    content: "\24"; }

  .xa-x::before {
    content: "\58"; }

  .xa-magnifying-glass-dollar::before {
    content: "\f688"; }

  .xa-search-dollar::before {
    content: "\f688"; }

  .xa-users-gear::before {
    content: "\f509"; }

  .xa-users-cog::before {
    content: "\f509"; }

  .xa-person-military-pointing::before {
    content: "\e54a"; }

  .xa-building-columns::before {
    content: "\f19c"; }

  .xa-bank::before {
    content: "\f19c"; }

  .xa-institution::before {
    content: "\f19c"; }

  .xa-museum::before {
    content: "\f19c"; }

  .xa-university::before {
    content: "\f19c"; }

  .xa-umbrella::before {
    content: "\f0e9"; }

  .xa-trowel::before {
    content: "\e589"; }

  .xa-d::before {
    content: "\44"; }

  .xa-stapler::before {
    content: "\e5af"; }

  .xa-masks-theater::before {
    content: "\f630"; }

  .xa-theater-masks::before {
    content: "\f630"; }

  .xa-kip-sign::before {
    content: "\e1c4"; }

  .xa-hand-point-left::before {
    content: "\f0a5"; }

  .xa-handshake-simple::before {
    content: "\f4c6"; }

  .xa-handshake-alt::before {
    content: "\f4c6"; }

  .xa-jet-fighter::before {
    content: "\f0fb"; }

  .xa-fighter-jet::before {
    content: "\f0fb"; }

  .xa-square-share-nodes::before {
    content: "\f1e1"; }

  .xa-share-alt-square::before {
    content: "\f1e1"; }

  .xa-barcode::before {
    content: "\f02a"; }

  .xa-plus-minus::before {
    content: "\e43c"; }

  .xa-video::before {
    content: "\f03d"; }

  .xa-video-camera::before {
    content: "\f03d"; }

  .xa-graduation-cap::before {
    content: "\f19d"; }

  .xa-mortar-board::before {
    content: "\f19d"; }

  .xa-hand-holding-medical::before {
    content: "\e05c"; }

  .xa-person-circle-check::before {
    content: "\e53e"; }

  .xa-turn-up::before {
    content: "\f3bf"; }

  .xa-level-up-alt::before {
    content: "\f3bf"; }

  .sr-only,
  .xa-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),
  .xa-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; }
  :root, :host {
    --xa-style-family-brands: 'Font Awesome 6 Brands';
    --xa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

  @font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/v6/fa-brands-400.woff2") format("woff2"), url("../fonts/v6/fa-brands-400.ttf") format("truetype"); }

  .xab,
  .xa-brands {
    font-weight: 400; }

  .xa-monero:before {
    content: "\f3d0"; }

  .xa-hooli:before {
    content: "\f427"; }

  .xa-yelp:before {
    content: "\f1e9"; }

  .xa-cc-visa:before {
    content: "\f1f0"; }

  .xa-lastfm:before {
    content: "\f202"; }

  .xa-shopware:before {
    content: "\f5b5"; }

  .xa-creative-commons-nc:before {
    content: "\f4e8"; }

  .xa-aws:before {
    content: "\f375"; }

  .xa-redhat:before {
    content: "\f7bc"; }

  .xa-yoast:before {
    content: "\f2b1"; }

  .xa-cloudflare:before {
    content: "\e07d"; }

  .xa-ups:before {
    content: "\f7e0"; }

  .xa-pixiv:before {
    content: "\e640"; }

  .xa-wpexplorer:before {
    content: "\f2de"; }

  .xa-dyalog:before {
    content: "\f399"; }

  .xa-bity:before {
    content: "\f37a"; }

  .xa-stackpath:before {
    content: "\f842"; }

  .xa-buysellads:before {
    content: "\f20d"; }

  .xa-first-order:before {
    content: "\f2b0"; }

  .xa-modx:before {
    content: "\f285"; }

  .xa-guilded:before {
    content: "\e07e"; }

  .xa-vnv:before {
    content: "\f40b"; }

  .xa-square-js:before {
    content: "\f3b9"; }

  .xa-js-square:before {
    content: "\f3b9"; }

  .xa-microsoft:before {
    content: "\f3ca"; }

  .xa-qq:before {
    content: "\f1d6"; }

  .xa-orcid:before {
    content: "\f8d2"; }

  .xa-java:before {
    content: "\f4e4"; }

  .xa-invision:before {
    content: "\f7b0"; }

  .xa-creative-commons-pd-alt:before {
    content: "\f4ed"; }

  .xa-centercode:before {
    content: "\f380"; }

  .xa-glide-g:before {
    content: "\f2a6"; }

  .xa-drupal:before {
    content: "\f1a9"; }

  .xa-hire-a-helper:before {
    content: "\f3b0"; }

  .xa-creative-commons-by:before {
    content: "\f4e7"; }

  .xa-unity:before {
    content: "\e049"; }

  .xa-whmcs:before {
    content: "\f40d"; }

  .xa-rocketchat:before {
    content: "\f3e8"; }

  .xa-vk:before {
    content: "\f189"; }

  .xa-untappd:before {
    content: "\f405"; }

  .xa-mailchimp:before {
    content: "\f59e"; }

  .xa-css3-alt:before {
    content: "\f38b"; }

  .xa-square-reddit:before {
    content: "\f1a2"; }

  .xa-reddit-square:before {
    content: "\f1a2"; }

  .xa-vimeo-v:before {
    content: "\f27d"; }

  .xa-contao:before {
    content: "\f26d"; }

  .xa-square-font-awesome:before {
    content: "\e5ad"; }

  .xa-deskpro:before {
    content: "\f38f"; }

  .xa-brave:before {
    content: "\e63c"; }

  .xa-sistrix:before {
    content: "\f3ee"; }

  .xa-square-instagram:before {
    content: "\e055"; }

  .xa-instagram-square:before {
    content: "\e055"; }

  .xa-battle-net:before {
    content: "\f835"; }

  .xa-the-red-yeti:before {
    content: "\f69d"; }

  .xa-square-hacker-news:before {
    content: "\f3af"; }

  .xa-hacker-news-square:before {
    content: "\f3af"; }

  .xa-edge:before {
    content: "\f282"; }

  .xa-threads:before {
    content: "\e618"; }

  .xa-napster:before {
    content: "\f3d2"; }

  .xa-square-snapchat:before {
    content: "\f2ad"; }

  .xa-snapchat-square:before {
    content: "\f2ad"; }

  .xa-google-plus-g:before {
    content: "\f0d5"; }

  .xa-artstation:before {
    content: "\f77a"; }

  .xa-markdown:before {
    content: "\f60f"; }

  .xa-sourcetree:before {
    content: "\f7d3"; }

  .xa-google-plus:before {
    content: "\f2b3"; }

  .xa-diaspora:before {
    content: "\f791"; }

  .xa-foursquare:before {
    content: "\f180"; }

  .xa-stack-overflow:before {
    content: "\f16c"; }

  .xa-github-alt:before {
    content: "\f113"; }

  .xa-phoenix-squadron:before {
    content: "\f511"; }

  .xa-pagelines:before {
    content: "\f18c"; }

  .xa-algolia:before {
    content: "\f36c"; }

  .xa-red-river:before {
    content: "\f3e3"; }

  .xa-creative-commons-sa:before {
    content: "\f4ef"; }

  .xa-safari:before {
    content: "\f267"; }

  .xa-google:before {
    content: "\f1a0"; }

  .xa-square-font-awesome-stroke:before {
    content: "\f35c"; }

  .xa-font-awesome-alt:before {
    content: "\f35c"; }

  .xa-atlassian:before {
    content: "\f77b"; }

  .xa-linkedin-in:before {
    content: "\f0e1"; }

  .xa-digital-ocean:before {
    content: "\f391"; }

  .xa-nimblr:before {
    content: "\f5a8"; }

  .xa-chromecast:before {
    content: "\f838"; }

  .xa-evernote:before {
    content: "\f839"; }

  .xa-hacker-news:before {
    content: "\f1d4"; }

  .xa-creative-commons-sampling:before {
    content: "\f4f0"; }

  .xa-adversal:before {
    content: "\f36a"; }

  .xa-creative-commons:before {
    content: "\f25e"; }

  .xa-watchman-monitoring:before {
    content: "\e087"; }

  .xa-fonticons:before {
    content: "\f280"; }

  .xa-weixin:before {
    content: "\f1d7"; }

  .xa-shirtsinbulk:before {
    content: "\f214"; }

  .xa-codepen:before {
    content: "\f1cb"; }

  .xa-git-alt:before {
    content: "\f841"; }

  .xa-lyft:before {
    content: "\f3c3"; }

  .xa-rev:before {
    content: "\f5b2"; }

  .xa-windows:before {
    content: "\f17a"; }

  .xa-wizards-of-the-coast:before {
    content: "\f730"; }

  .xa-square-viadeo:before {
    content: "\f2aa"; }

  .xa-viadeo-square:before {
    content: "\f2aa"; }

  .xa-meetup:before {
    content: "\f2e0"; }

  .xa-centos:before {
    content: "\f789"; }

  .xa-adn:before {
    content: "\f170"; }

  .xa-cloudsmith:before {
    content: "\f384"; }

  .xa-opensuse:before {
    content: "\e62b"; }

  .xa-pied-piper-alt:before {
    content: "\f1a8"; }

  .xa-square-dribbble:before {
    content: "\f397"; }

  .xa-dribbble-square:before {
    content: "\f397"; }

  .xa-codiepie:before {
    content: "\f284"; }

  .xa-node:before {
    content: "\f419"; }

  .xa-mix:before {
    content: "\f3cb"; }

  .xa-steam:before {
    content: "\f1b6"; }

  .xa-cc-apple-pay:before {
    content: "\f416"; }

  .xa-scribd:before {
    content: "\f28a"; }

  .xa-debian:before {
    content: "\e60b"; }

  .xa-openid:before {
    content: "\f19b"; }

  .xa-instalod:before {
    content: "\e081"; }

  .xa-expeditedssl:before {
    content: "\f23e"; }

  .xa-sellcast:before {
    content: "\f2da"; }

  .xa-square-twitter:before {
    content: "\f081"; }

  .xa-twitter-square:before {
    content: "\f081"; }

  .xa-r-project:before {
    content: "\f4f7"; }

  .xa-delicious:before {
    content: "\f1a5"; }

  .xa-freebsd:before {
    content: "\f3a4"; }

  .xa-vuejs:before {
    content: "\f41f"; }

  .xa-accusoft:before {
    content: "\f369"; }

  .xa-ioxhost:before {
    content: "\f208"; }

  .xa-fonticons-fi:before {
    content: "\f3a2"; }

  .xa-app-store:before {
    content: "\f36f"; }

  .xa-cc-mastercard:before {
    content: "\f1f1"; }

  .xa-itunes-note:before {
    content: "\f3b5"; }

  .xa-golang:before {
    content: "\e40f"; }

  .xa-kickstarter:before {
    content: "\f3bb"; }

  .xa-grav:before {
    content: "\f2d6"; }

  .xa-weibo:before {
    content: "\f18a"; }

  .xa-uncharted:before {
    content: "\e084"; }

  .xa-firstdraft:before {
    content: "\f3a1"; }

  .xa-square-youtube:before {
    content: "\f431"; }

  .xa-youtube-square:before {
    content: "\f431"; }

  .xa-wikipedia-w:before {
    content: "\f266"; }

  .xa-wpressr:before {
    content: "\f3e4"; }

  .xa-rendact:before {
    content: "\f3e4"; }

  .xa-angellist:before {
    content: "\f209"; }

  .xa-galactic-republic:before {
    content: "\f50c"; }

  .xa-nfc-directional:before {
    content: "\e530"; }

  .xa-skype:before {
    content: "\f17e"; }

  .xa-joget:before {
    content: "\f3b7"; }

  .xa-fedora:before {
    content: "\f798"; }

  .xa-stripe-s:before {
    content: "\f42a"; }

  .xa-meta:before {
    content: "\e49b"; }

  .xa-laravel:before {
    content: "\f3bd"; }

  .xa-hotjar:before {
    content: "\f3b1"; }

  .xa-bluetooth-b:before {
    content: "\f294"; }

  .xa-square-letterboxd:before {
    content: "\e62e"; }

  .xa-sticker-mule:before {
    content: "\f3f7"; }

  .xa-creative-commons-zero:before {
    content: "\f4f3"; }

  .xa-hips:before {
    content: "\f452"; }

  .xa-behance:before {
    content: "\f1b4"; }

  .xa-reddit:before {
    content: "\f1a1"; }

  .xa-discord:before {
    content: "\f392"; }

  .xa-chrome:before {
    content: "\f268"; }

  .xa-app-store-ios:before {
    content: "\f370"; }

  .xa-cc-discover:before {
    content: "\f1f2"; }

  .xa-wpbeginner:before {
    content: "\f297"; }

  .xa-confluence:before {
    content: "\f78d"; }

  .xa-shoelace:before {
    content: "\e60c"; }

  .xa-mdb:before {
    content: "\f8ca"; }

  .xa-dochub:before {
    content: "\f394"; }

  .xa-accessible-icon:before {
    content: "\f368"; }

  .xa-ebay:before {
    content: "\f4f4"; }

  .xa-amazon:before {
    content: "\f270"; }

  .xa-unsplash:before {
    content: "\e07c"; }

  .xa-yarn:before {
    content: "\f7e3"; }

  .xa-square-steam:before {
    content: "\f1b7"; }

  .xa-steam-square:before {
    content: "\f1b7"; }

  .xa-500px:before {
    content: "\f26e"; }

  .xa-square-vimeo:before {
    content: "\f194"; }

  .xa-vimeo-square:before {
    content: "\f194"; }

  .xa-asymmetrik:before {
    content: "\f372"; }

  .xa-font-awesome:before {
    content: "\f2b4"; }

  .xa-font-awesome-flag:before {
    content: "\f2b4"; }

  .xa-font-awesome-logo-full:before {
    content: "\f2b4"; }

  .xa-gratipay:before {
    content: "\f184"; }

  .xa-apple:before {
    content: "\f179"; }

  .xa-hive:before {
    content: "\e07f"; }

  .xa-gitkraken:before {
    content: "\f3a6"; }

  .xa-keybase:before {
    content: "\f4f5"; }

  .xa-apple-pay:before {
    content: "\f415"; }

  .xa-padlet:before {
    content: "\e4a0"; }

  .xa-amazon-pay:before {
    content: "\f42c"; }

  .xa-square-github:before {
    content: "\f092"; }

  .xa-github-square:before {
    content: "\f092"; }

  .xa-stumbleupon:before {
    content: "\f1a4"; }

  .xa-fedex:before {
    content: "\f797"; }

  .xa-phoenix-framework:before {
    content: "\f3dc"; }

  .xa-shopify:before {
    content: "\e057"; }

  .xa-neos:before {
    content: "\f612"; }

  .xa-square-threads:before {
    content: "\e619"; }

  .xa-hackerrank:before {
    content: "\f5f7"; }

  .xa-researchgate:before {
    content: "\f4f8"; }

  .xa-swift:before {
    content: "\f8e1"; }

  .xa-angular:before {
    content: "\f420"; }

  .xa-speakap:before {
    content: "\f3f3"; }

  .xa-angrycreative:before {
    content: "\f36e"; }

  .xa-y-combinator:before {
    content: "\f23b"; }

  .xa-empire:before {
    content: "\f1d1"; }

  .xa-envira:before {
    content: "\f299"; }

  .xa-google-scholar:before {
    content: "\e63b"; }

  .xa-square-gitlab:before {
    content: "\e5ae"; }

  .xa-gitlab-square:before {
    content: "\e5ae"; }

  .xa-studiovinari:before {
    content: "\f3f8"; }

  .xa-pied-piper:before {
    content: "\f2ae"; }

  .xa-wordpress:before {
    content: "\f19a"; }

  .xa-product-hunt:before {
    content: "\f288"; }

  .xa-firefox:before {
    content: "\f269"; }

  .xa-linode:before {
    content: "\f2b8"; }

  .xa-goodreads:before {
    content: "\f3a8"; }

  .xa-square-odnoklassniki:before {
    content: "\f264"; }

  .xa-odnoklassniki-square:before {
    content: "\f264"; }

  .xa-jsfiddle:before {
    content: "\f1cc"; }

  .xa-sith:before {
    content: "\f512"; }

  .xa-themeisle:before {
    content: "\f2b2"; }

  .xa-page4:before {
    content: "\f3d7"; }

  .xa-hashnode:before {
    content: "\e499"; }

  .xa-react:before {
    content: "\f41b"; }

  .xa-cc-paypal:before {
    content: "\f1f4"; }

  .xa-squarespace:before {
    content: "\f5be"; }

  .xa-cc-stripe:before {
    content: "\f1f5"; }

  .xa-creative-commons-share:before {
    content: "\f4f2"; }

  .xa-bitcoin:before {
    content: "\f379"; }

  .xa-keycdn:before {
    content: "\f3ba"; }

  .xa-opera:before {
    content: "\f26a"; }

  .xa-itch-io:before {
    content: "\f83a"; }

  .xa-umbraco:before {
    content: "\f8e8"; }

  .xa-galactic-senate:before {
    content: "\f50d"; }

  .xa-ubuntu:before {
    content: "\f7df"; }

  .xa-draft2digital:before {
    content: "\f396"; }

  .xa-stripe:before {
    content: "\f429"; }

  .xa-houzz:before {
    content: "\f27c"; }

  .xa-gg:before {
    content: "\f260"; }

  .xa-dhl:before {
    content: "\f790"; }

  .xa-square-pinterest:before {
    content: "\f0d3"; }

  .xa-pinterest-square:before {
    content: "\f0d3"; }

  .xa-xing:before {
    content: "\f168"; }

  .xa-blackberry:before {
    content: "\f37b"; }

  .xa-creative-commons-pd:before {
    content: "\f4ec"; }

  .xa-playstation:before {
    content: "\f3df"; }

  .xa-quinscape:before {
    content: "\f459"; }

  .xa-less:before {
    content: "\f41d"; }

  .xa-blogger-b:before {
    content: "\f37d"; }

  .xa-opencart:before {
    content: "\f23d"; }

  .xa-vine:before {
    content: "\f1ca"; }

  .xa-signal-messenger:before {
    content: "\e663"; }

  .xa-paypal:before {
    content: "\f1ed"; }

  .xa-gitlab:before {
    content: "\f296"; }

  .xa-typo3:before {
    content: "\f42b"; }

  .xa-reddit-alien:before {
    content: "\f281"; }

  .xa-yahoo:before {
    content: "\f19e"; }

  .xa-dailymotion:before {
    content: "\e052"; }

  .xa-affiliatetheme:before {
    content: "\f36b"; }

  .xa-pied-piper-pp:before {
    content: "\f1a7"; }

  .xa-bootstrap:before {
    content: "\f836"; }

  .xa-odnoklassniki:before {
    content: "\f263"; }

  .xa-nfc-symbol:before {
    content: "\e531"; }

  .xa-mintbit:before {
    content: "\e62f"; }

  .xa-ethereum:before {
    content: "\f42e"; }

  .xa-speaker-deck:before {
    content: "\f83c"; }

  .xa-creative-commons-nc-eu:before {
    content: "\f4e9"; }

  .xa-patreon:before {
    content: "\f3d9"; }

  .xa-avianex:before {
    content: "\f374"; }

  .xa-ello:before {
    content: "\f5f1"; }

  .xa-gofore:before {
    content: "\f3a7"; }

  .xa-bimobject:before {
    content: "\f378"; }

  .xa-brave-reverse:before {
    content: "\e63d"; }

  .xa-facebook-f:before {
    content: "\f39e"; }

  .xa-square-google-plus:before {
    content: "\f0d4"; }

  .xa-google-plus-square:before {
    content: "\f0d4"; }

  .xa-mandalorian:before {
    content: "\f50f"; }

  .xa-first-order-alt:before {
    content: "\f50a"; }

  .xa-osi:before {
    content: "\f41a"; }

  .xa-google-wallet:before {
    content: "\f1ee"; }

  .xa-d-and-d-beyond:before {
    content: "\f6ca"; }

  .xa-periscope:before {
    content: "\f3da"; }

  .xa-fulcrum:before {
    content: "\f50b"; }

  .xa-cloudscale:before {
    content: "\f383"; }

  .xa-forumbee:before {
    content: "\f211"; }

  .xa-mizuni:before {
    content: "\f3cc"; }

  .xa-schlix:before {
    content: "\f3ea"; }

  .xa-square-xing:before {
    content: "\f169"; }

  .xa-xing-square:before {
    content: "\f169"; }

  .xa-bandcamp:before {
    content: "\f2d5"; }

  .xa-wpforms:before {
    content: "\f298"; }

  .xa-cloudversify:before {
    content: "\f385"; }

  .xa-usps:before {
    content: "\f7e1"; }

  .xa-megaport:before {
    content: "\f5a3"; }

  .xa-magento:before {
    content: "\f3c4"; }

  .xa-spotify:before {
    content: "\f1bc"; }

  .xa-optin-monster:before {
    content: "\f23c"; }

  .xa-fly:before {
    content: "\f417"; }

  .xa-aviato:before {
    content: "\f421"; }

  .xa-itunes:before {
    content: "\f3b4"; }

  .xa-cuttlefish:before {
    content: "\f38c"; }

  .xa-blogger:before {
    content: "\f37c"; }

  .xa-flickr:before {
    content: "\f16e"; }

  .xa-viber:before {
    content: "\f409"; }

  .xa-soundcloud:before {
    content: "\f1be"; }

  .xa-digg:before {
    content: "\f1a6"; }

  .xa-tencent-weibo:before {
    content: "\f1d5"; }

  .xa-letterboxd:before {
    content: "\e62d"; }

  .xa-symfony:before {
    content: "\f83d"; }

  .xa-maxcdn:before {
    content: "\f136"; }

  .xa-etsy:before {
    content: "\f2d7"; }

  .xa-facebook-messenger:before {
    content: "\f39f"; }

  .xa-audible:before {
    content: "\f373"; }

  .xa-think-peaks:before {
    content: "\f731"; }

  .xa-bilibili:before {
    content: "\e3d9"; }

  .xa-erlang:before {
    content: "\f39d"; }

  .xa-x-twitter:before {
    content: "\e61b"; }

  .xa-cotton-bureau:before {
    content: "\f89e"; }

  .xa-dashcube:before {
    content: "\f210"; }

  .xa-42-group:before {
    content: "\e080"; }

  .xa-innosoft:before {
    content: "\e080"; }

  .xa-stack-exchange:before {
    content: "\f18d"; }

  .xa-elementor:before {
    content: "\f430"; }

  .xa-square-pied-piper:before {
    content: "\e01e"; }

  .xa-pied-piper-square:before {
    content: "\e01e"; }

  .xa-creative-commons-nd:before {
    content: "\f4eb"; }

  .xa-palfed:before {
    content: "\f3d8"; }

  .xa-superpowers:before {
    content: "\f2dd"; }

  .xa-resolving:before {
    content: "\f3e7"; }

  .xa-xbox:before {
    content: "\f412"; }

  .xa-searchengin:before {
    content: "\f3eb"; }

  .xa-tiktok:before {
    content: "\e07b"; }

  .xa-square-facebook:before {
    content: "\f082"; }

  .xa-facebook-square:before {
    content: "\f082"; }

  .xa-renren:before {
    content: "\f18b"; }

  .xa-linux:before {
    content: "\f17c"; }

  .xa-glide:before {
    content: "\f2a5"; }

  .xa-linkedin:before {
    content: "\f08c"; }

  .xa-hubspot:before {
    content: "\f3b2"; }

  .xa-deploydog:before {
    content: "\f38e"; }

  .xa-twitch:before {
    content: "\f1e8"; }

  .xa-ravelry:before {
    content: "\f2d9"; }

  .xa-mixer:before {
    content: "\e056"; }

  .xa-square-lastfm:before {
    content: "\f203"; }

  .xa-lastfm-square:before {
    content: "\f203"; }

  .xa-vimeo:before {
    content: "\f40a"; }

  .xa-mendeley:before {
    content: "\f7b3"; }

  .xa-uniregistry:before {
    content: "\f404"; }

  .xa-figma:before {
    content: "\f799"; }

  .xa-creative-commons-remix:before {
    content: "\f4ee"; }

  .xa-cc-amazon-pay:before {
    content: "\f42d"; }

  .xa-dropbox:before {
    content: "\f16b"; }

  .xa-instagram:before {
    content: "\f16d"; }

  .xa-cmplid:before {
    content: "\e360"; }

  .xa-upwork:before {
    content: "\e641"; }

  .xa-facebook:before {
    content: "\f09a"; }

  .xa-gripfire:before {
    content: "\f3ac"; }

  .xa-jedi-order:before {
    content: "\f50e"; }

  .xa-uikit:before {
    content: "\f403"; }

  .xa-fort-awesome-alt:before {
    content: "\f3a3"; }

  .xa-phabricator:before {
    content: "\f3db"; }

  .xa-ussunnah:before {
    content: "\f407"; }

  .xa-earlybirds:before {
    content: "\f39a"; }

  .xa-trade-federation:before {
    content: "\f513"; }

  .xa-autoprefixer:before {
    content: "\f41c"; }

  .xa-whatsapp:before {
    content: "\f232"; }

  .xa-slideshare:before {
    content: "\f1e7"; }

  .xa-google-play:before {
    content: "\f3ab"; }

  .xa-viadeo:before {
    content: "\f2a9"; }

  .xa-line:before {
    content: "\f3c0"; }

  .xa-google-drive:before {
    content: "\f3aa"; }

  .xa-servicestack:before {
    content: "\f3ec"; }

  .xa-simplybuilt:before {
    content: "\f215"; }

  .xa-bitbucket:before {
    content: "\f171"; }

  .xa-imdb:before {
    content: "\f2d8"; }

  .xa-deezer:before {
    content: "\e077"; }

  .xa-raspberry-pi:before {
    content: "\f7bb"; }

  .xa-jira:before {
    content: "\f7b1"; }

  .xa-docker:before {
    content: "\f395"; }

  .xa-screenpal:before {
    content: "\e570"; }

  .xa-bluetooth:before {
    content: "\f293"; }

  .xa-gitter:before {
    content: "\f426"; }

  .xa-d-and-d:before {
    content: "\f38d"; }

  .xa-microblog:before {
    content: "\e01a"; }

  .xa-cc-diners-club:before {
    content: "\f24c"; }

  .xa-gg-circle:before {
    content: "\f261"; }

  .xa-pied-piper-hat:before {
    content: "\f4e5"; }

  .xa-kickstarter-k:before {
    content: "\f3bc"; }

  .xa-yandex:before {
    content: "\f413"; }

  .xa-readme:before {
    content: "\f4d5"; }

  .xa-html5:before {
    content: "\f13b"; }

  .xa-sellsy:before {
    content: "\f213"; }

  .xa-sass:before {
    content: "\f41e"; }

  .xa-wirsindhandwerk:before {
    content: "\e2d0"; }

  .xa-wsh:before {
    content: "\e2d0"; }

  .xa-buromobelexperte:before {
    content: "\f37f"; }

  .xa-salesforce:before {
    content: "\f83b"; }

  .xa-octopus-deploy:before {
    content: "\e082"; }

  .xa-medapps:before {
    content: "\f3c6"; }

  .xa-ns8:before {
    content: "\f3d5"; }

  .xa-pinterest-p:before {
    content: "\f231"; }

  .xa-apper:before {
    content: "\f371"; }

  .xa-fort-awesome:before {
    content: "\f286"; }

  .xa-waze:before {
    content: "\f83f"; }

  .xa-cc-jcb:before {
    content: "\f24b"; }

  .xa-snapchat:before {
    content: "\f2ab"; }

  .xa-snapchat-ghost:before {
    content: "\f2ab"; }

  .xa-fantasy-flight-games:before {
    content: "\f6dc"; }

  .xa-rust:before {
    content: "\e07a"; }

  .xa-wix:before {
    content: "\f5cf"; }

  .xa-square-behance:before {
    content: "\f1b5"; }

  .xa-behance-square:before {
    content: "\f1b5"; }

  .xa-supple:before {
    content: "\f3f9"; }

  .xa-webflow:before {
    content: "\e65c"; }

  .xa-rebel:before {
    content: "\f1d0"; }

  .xa-css3:before {
    content: "\f13c"; }

  .xa-staylinked:before {
    content: "\f3f5"; }

  .xa-kaggle:before {
    content: "\f5fa"; }

  .xa-space-awesome:before {
    content: "\e5ac"; }

  .xa-deviantart:before {
    content: "\f1bd"; }

  .xa-cpanel:before {
    content: "\f388"; }

  .xa-goodreads-g:before {
    content: "\f3a9"; }

  .xa-square-git:before {
    content: "\f1d2"; }

  .xa-git-square:before {
    content: "\f1d2"; }

  .xa-square-tumblr:before {
    content: "\f174"; }

  .xa-tumblr-square:before {
    content: "\f174"; }

  .xa-trello:before {
    content: "\f181"; }

  .xa-creative-commons-nc-jp:before {
    content: "\f4ea"; }

  .xa-get-pocket:before {
    content: "\f265"; }

  .xa-perbyte:before {
    content: "\e083"; }

  .xa-grunt:before {
    content: "\f3ad"; }

  .xa-weebly:before {
    content: "\f5cc"; }

  .xa-connectdevelop:before {
    content: "\f20e"; }

  .xa-leanpub:before {
    content: "\f212"; }

  .xa-black-tie:before {
    content: "\f27e"; }

  .xa-themeco:before {
    content: "\f5c6"; }

  .xa-python:before {
    content: "\f3e2"; }

  .xa-android:before {
    content: "\f17b"; }

  .xa-bots:before {
    content: "\e340"; }

  .xa-free-code-camp:before {
    content: "\f2c5"; }

  .xa-hornbill:before {
    content: "\f592"; }

  .xa-js:before {
    content: "\f3b8"; }

  .xa-ideal:before {
    content: "\e013"; }

  .xa-git:before {
    content: "\f1d3"; }

  .xa-dev:before {
    content: "\f6cc"; }

  .xa-sketch:before {
    content: "\f7c6"; }

  .xa-yandex-international:before {
    content: "\f414"; }

  .xa-cc-amex:before {
    content: "\f1f3"; }

  .xa-uber:before {
    content: "\f402"; }

  .xa-github:before {
    content: "\f09b"; }

  .xa-php:before {
    content: "\f457"; }

  .xa-alipay:before {
    content: "\f642"; }

  .xa-youtube:before {
    content: "\f167"; }

  .xa-skyatlas:before {
    content: "\f216"; }

  .xa-firefox-browser:before {
    content: "\e007"; }

  .xa-replyd:before {
    content: "\f3e6"; }

  .xa-suse:before {
    content: "\f7d6"; }

  .xa-jenkins:before {
    content: "\f3b6"; }

  .xa-twitter:before {
    content: "\f099"; }

  .xa-rockrms:before {
    content: "\f3e9"; }

  .xa-pinterest:before {
    content: "\f0d2"; }

  .xa-buffer:before {
    content: "\f837"; }

  .xa-npm:before {
    content: "\f3d4"; }

  .xa-yammer:before {
    content: "\f840"; }

  .xa-btc:before {
    content: "\f15a"; }

  .xa-dribbble:before {
    content: "\f17d"; }

  .xa-stumbleupon-circle:before {
    content: "\f1a3"; }

  .xa-internet-explorer:before {
    content: "\f26b"; }

  .xa-stubber:before {
    content: "\e5c7"; }

  .xa-telegram:before {
    content: "\f2c6"; }

  .xa-telegram-plane:before {
    content: "\f2c6"; }

  .xa-old-republic:before {
    content: "\f510"; }

  .xa-odysee:before {
    content: "\e5c6"; }

  .xa-square-whatsapp:before {
    content: "\f40c"; }

  .xa-whatsapp-square:before {
    content: "\f40c"; }

  .xa-node-js:before {
    content: "\f3d3"; }

  .xa-edge-legacy:before {
    content: "\e078"; }

  .xa-slack:before {
    content: "\f198"; }

  .xa-slack-hash:before {
    content: "\f198"; }

  .xa-medrt:before {
    content: "\f3c8"; }

  .xa-usb:before {
    content: "\f287"; }

  .xa-tumblr:before {
    content: "\f173"; }

  .xa-vaadin:before {
    content: "\f408"; }

  .xa-quora:before {
    content: "\f2c4"; }

  .xa-square-x-twitter:before {
    content: "\e61a"; }

  .xa-reacteurope:before {
    content: "\f75d"; }

  .xa-medium:before {
    content: "\f23a"; }

  .xa-medium-m:before {
    content: "\f23a"; }

  .xa-amilia:before {
    content: "\f36d"; }

  .xa-mixcloud:before {
    content: "\f289"; }

  .xa-flipboard:before {
    content: "\f44d"; }

  .xa-viacoin:before {
    content: "\f237"; }

  .xa-critical-role:before {
    content: "\f6c9"; }

  .xa-sitrox:before {
    content: "\e44a"; }

  .xa-discourse:before {
    content: "\f393"; }

  .xa-joomla:before {
    content: "\f1aa"; }

  .xa-mastodon:before {
    content: "\f4f6"; }

  .xa-airbnb:before {
    content: "\f834"; }

  .xa-wolf-pack-battalion:before {
    content: "\f514"; }

  .xa-buy-n-large:before {
    content: "\f8a6"; }

  .xa-gulp:before {
    content: "\f3ae"; }

  .xa-creative-commons-sampling-plus:before {
    content: "\f4f1"; }

  .xa-strava:before {
    content: "\f428"; }

  .xa-ember:before {
    content: "\f423"; }

  .xa-canadian-maple-leaf:before {
    content: "\f785"; }

  .xa-teamspeak:before {
    content: "\f4f9"; }

  .xa-pushed:before {
    content: "\f3e1"; }

  .xa-wordpress-simple:before {
    content: "\f411"; }

  .xa-nutritionix:before {
    content: "\f3d6"; }

  .xa-wodu:before {
    content: "\e088"; }

  .xa-google-pay:before {
    content: "\e079"; }

  .xa-intercom:before {
    content: "\f7af"; }

  .xa-zhihu:before {
    content: "\f63f"; }

  .xa-korvue:before {
    content: "\f42f"; }

  .xa-pix:before {
    content: "\e43a"; }

  .xa-steam-symbol:before {
    content: "\f3f6"; }
  :root, :host {
    --xa-style-family-classic: 'Font Awesome 6 Free';
    --xa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

  @font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/v6/fa-regular-400.woff2") format("woff2"), url("../fonts/v6/fa-regular-400.ttf") format("truetype"); }

  .xar,
  .xa-regular {
    font-weight: 400; }
  :root, :host {
    --xa-style-family-classic: 'Font Awesome 6 Free';
    --xa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

  @font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/v6/fa-solid-900.woff2") format("woff2"), url("../fonts/v6/fa-solid-900.ttf") format("truetype"); }

  .xas,
  .xa-solid {
    font-weight: 900; }
  @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-display: block;
    font-weight: 400;
    src: url("../fonts/v6/fa-brands-400.woff2") format("woff2"), url("../fonts/v6/fa-brands-400.ttf") format("truetype"); }

  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: block;
    font-weight: 900;
    src: url("../fonts/v6/fa-solid-900.woff2") format("woff2"), url("../fonts/v6/fa-solid-900.ttf") format("truetype"); }

  @font-face {
    font-family: 'Font Awesome 5 Free';
    font-display: block;
    font-weight: 400;
    src: url("../fonts/v6/fa-regular-400.woff2") format("woff2"), url("../fonts/v6/fa-regular-400.ttf") format("truetype"); }
  @font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../fonts/v6/fa-solid-900.woff2") format("woff2"), url("../fonts/v6/fa-solid-900.ttf") format("truetype"); }

  @font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../fonts/v6/fa-brands-400.woff2") format("woff2"), url("../fonts/v6/fa-brands-400.ttf") format("truetype"); }

  @font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../fonts/v6/fa-regular-400.woff2") format("woff2"), url("../fonts/v6/fa-regular-400.ttf") format("truetype");
    unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

  @font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url("../fonts/v6/fa-v4compatibility.woff2") format("woff2"), url("../fonts/v6/fa-v4compatibility.ttf") format("truetype");
    unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
