/*!
 * Font Awesome Free 6.4.0 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.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-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 fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-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 fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-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 fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-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 fa-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 fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.sr-only,
.fa-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),
.fa-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 {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-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("fa-brands-400.woff2?v=81118e87a6") format("woff2"), url("fa-brands-400.ttf?v=d1d1553606") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }
  
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-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("fa-regular-400.woff2?v=c7d2ea0d6d") format("woff2"), url("fa-regular-400.ttf?v=872bd72030") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2?v=0e68d45300") format("woff2"), url("fa-solid-900.ttf?v=f0a45e97f1") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("fa-brands-400.woff2?v=81118e87a6") format("woff2"), url("fa-brands-400.ttf?v=d1d1553606") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("fa-solid-900.woff2?v=0e68d45300") format("woff2"), url("fa-solid-900.ttf?v=f0a45e97f1") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("fa-regular-400.woff2?v=c7d2ea0d6d") format("woff2"), url("fa-regular-400.ttf?v=872bd72030") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("fa-solid-900.woff2?v=0e68d45300") format("woff2"), url("fa-solid-900.ttf?v=f0a45e97f1") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("fa-brands-400.woff2?v=81118e87a6") format("woff2"), url("fa-brands-400.ttf?v=d1d1553606") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("fa-regular-400.woff2?v=c7d2ea0d6d") format("woff2"), url("fa-regular-400.ttf?v=872bd72030") 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("fa-v4compatibility.woff2?v=694a17c3d9") format("woff2"), url("fa-v4compatibility.ttf?v=0515a423f8") 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; }

.fas::before { content: "\f259" }
.far::before { content: "\f259" }
.fa-solid::before { content: "\f259" }
.fa-regular::before { content: "\f259" }

.fa-ad::before {content: "\f641";}
.fa-address-book::before {content: "\f2b9";}
.fa-adjust::before {content: "\f042";}
.fa-adn::before {content: "\f170";}
.fa-align-justify::before {content: "\f039";}
.fa-align-left::before {content: "\f036";}
.fa-android::before {content: "\f17b";}
.fa-angle-double-down::before {content: "\f103";}
.fa-angle-double-left::before {content: "\f100";}
.fa-angle-double-right::before {content: "\f101";}
.fa-angle-double-up::before {content: "\f102";}
.fa-angle-down::before {content: "\f107";}
.fa-angle-left::before {content: "\f104";}
.fa-angle-right::before {content: "\f105";}
.fa-angle-up::before {content: "\f106";}
.fa-angry::before {content: "\f556";}
.fa-app-store::before {content: "\f36f";}
.fa-app-store-ios::before {content: "\f370";}
.fa-archive::before {content: "\f187";}
.fa-arrow-alt-circle-down::before {content: "\f358";}
.fa-arrow-alt-circle-up::before {content: "\f35b";}
.fa-arrow-circle-down::before {content: "\f0ab";}
.fa-arrow-circle-left::before {content: "\f0a8";}
.fa-arrow-circle-right::before {content: "\f0a9";}
.fa-arrow-circle-up::before {content: "\f0aa";}
.fa-arrow-down::before {content: "\f063";}
.fa-arrow-left::before {content: "\f060";}
.fa-arrow-right::before {content: "\f061";}
.fa-arrows-alt-v::before {content: "\f338";}
.fa-arrow-up::before {content: "\f062";}
.fa-asterisk::before {content: "\2a";}
.fa-at::before {content: "\40";}
.fa-backspace::before {content: "\f55a";}
.fa-ban::before {content: "\f05e";}
.fa-bars::before {content: "\f0c9";}
.fa-bell::before {content: "\f0f3";}
.fa-bolt::before {content: "\f0e7";}
.fa-broadcast-tower::before {content: "\f519";}
.fa-building::before {content: "\f1ad";}
.fa-calendar-plus::before {content: "\f271";}
.fa-camera::before {content: "\f030";}
.fa-car::before {content: "\f1b9";}
.fa-caret-down::before {content: "\f0d7";}
.fa-caret-left::before {content: "\f0d9";}
.fa-caret-right::before {content: "\f0da";}
.fa-caret-square-down::before {content: "\f150";}
.fa-caret-up::before {content: "\f0d8";}
.fa-cart-arrow-down::before {content: "\f218";}
.fa-cart-plus::before {content: "\f217";}
.fa-chalkboard-teacher::before {content: "\f51c";}
.fa-chart-bar::before {content: "\f080";}
.fa-chart-pie::before {content: "\f200";}
.fa-check::before {content: "\f00c";}
.fa-check-circle::before {content: "\f058";}
.fa-check-double::before {content: "\f560";}
.fa-check-square::before {content: "\f14a";}
.fa-chevron-circle-down::before {content: "\f13a";}
.fa-chevron-circle-left::before {content: "\f137";}
.fa-chevron-circle-right::before {content: "\f138";}
.fa-chevron-circle-up::before {content: "\f139";}
.fa-chevron-down::before {content: "\f078";}
.fa-chevron-left::before {content: "\f053";}
.fa-chevron-right::before {content: "\f054";}
.fa-chevron-up::before {content: "\f077";}
.fa-circle::before {content: "\f111";}
.fa-clipboard-check::before {content: "\f46c";}
.fa-clipboard-list::before {content: "\f46d";}
.fa-clock::before {content: "\f017";}
.fa-cloud::before {content: "\f0c2";}
.fa-cog::before {content: "\f013";}
.fa-coins::before {content: "\f51e";}
.fa-comment::before {content: "\f075";}
.fa-comment-alt::before {content: "\f27a";}
.fa-comment-dots::before {content: "\f4ad";}
.fa-comments::before {content: "\f086";}
.fa-comments-dollar::before {content: "\f653";}
.fa-compress-arrows-alt::before {content: "\f78c";}
.fa-copy::before {content: "\f0c5";}
.fa-credit-card::before {content: "\f09d";}
.fa-cubes::before {content: "\f1b3";}
.fa-dollar-sign::before {content: "\24";}
.fa-dolly::before {content: "\f472";}
.fa-dolly-flatbed::before {content: "\f474";}
.fa-dot-circle::before {content: "\f192";}
.fa-download::before {content: "\f019";}
.fa-edit::before {content: "\f044";}
.fa-ellipsis-h::before {content: "\f141";}
.fa-ellipsis-v::before {content: "\f142";}
.fa-envelope::before {content: "\f0e0";}
.fa-equals::before {content: "\3d";}
.fa-exclamation-circle::before {content: "\f06a";}
.fa-exclamation-triangle::before {content: "\f071";}
.fa-expand-alt::before {content: "\f424";}
.fa-external-link-alt::before {content: "\f35d";}
.fa-eye::before {content: "\f06e";}
.fa-eye-slash::before {content: "\f070";}
.fa-facebook-square::before {content: "\f082";}
.fa-file::before {content: "\f15b";}
.fa-file-alt::before {content: "\f15c";}
.fa-file-code::before {content: "\f1c9";}
.fa-file-contract::before {content: "\f56c";}
.fa-file-download::before {content: "\f56d";}
.fa-file-excel::before {content: "\f1c3";}
.fa-file-import::before {content: "\f56f";}
.fa-file-invoice::before {content: "\f570";}
.fa-file-text::before {content: "\f15c";}
.fa-fill-drip::before {content: "\f576";}
.fa-filter::before {content: "\f0b0";}
.fa-flushed::before {content: "\f579";}
.fa-frown::before {content: "\f119";}
.fa-gamepad::before {content: "\f11b";}
.fa-gift::before {content: "\f06b";}
.fa-glasses::before {content: "\f530";}
.fa-globe::before {content: "\f0ac";}
.fa-google-play::before {content: "\f3ab";}
.fa-graduation-cap::before {content: "\f19d";}
.fa-grin::before {content: "\f580";}
.fa-hammer::before {content: "\f6e3";}
.fa-hand-holding-heart::before {content: "\f4be";}
.fa-hand-point-right::before {content: "\f0a4";}
.fa-hand-point-up::before {content: "\f0a6";}
.fa-handshake::before {content: "\f2b5";}
.fa-hands-helping::before {content: "\f4c4";}
.fa-headset::before {content: "\f590";}
.fa-heart::before {content: "\f004";}
.fa-heartbeat::before {content: "\f21e";}
.fa-heart-broken::before {content: "\f7a9";}
.fa-history::before {content: "\f1da";}
.fa-home::before {content: "\f015";}
.fa-hourglass::before {content: "\f254";}
.fa-hourglass-half::before {content: "\f252";}
.fa-id-card::before {content: "\f2c2";}
.fa-images::before {content: "\f302";}
.fa-info::before {content: "\f129";}
.fa-info-circle::before {content: "\f05a";}
.fa-instagram::before {content: "\f16d";}
.fa-internet-explorer::before {content: "\f26b";}
.fa-key::before {content: "\f084";}
.fa-keyboard::before {content: "\f11c";}
.fa-laptop-house::before {content: "\e066";}
.fa-layer-group::before {content: "\f5fd";}
.fa-level-up-alt::before {content: "\f3bf";}
.fa-lightbulb::before {content: "\f0eb";}
.fa-link::before {content: "\f0c1";}
.fa-list-alt::before {content: "\f022";}
.fa-list-ol::before {content: "\f0cb";}
.fa-list-ul::before {content: "\f0ca";}
.fa-location-arrow::before {content: "\f124";}
.fa-lock::before {content: "\f023";}
.fa-long-arrow-alt-down::before {content: "\f309";}
.fa-long-arrow-alt-left::before {content: "\f30a";}
.fa-long-arrow-alt-right::before {content: "\f30b";}
.fa-long-arrow-alt-up::before {content: "\f30c";}
.fa-luggage-cart::before {content: "\f59d";}
.fa-map::before {content: "\f279";}
.fa-map-marker-alt::before {content: "\f3c5";}
.fa-meh::before {content: "\f11a";}
.fa-minus::before {content: "\f068";}
.fa-minus-circle::before {content: "\f056";}
.fa-minus-square::before {content: "\f146";}
.fa-newspaper::before {content: "\f1ea";}
.fa-odnoklassniki::before {content: "\f263";}
.fa-odnoklassniki-square::before {content: "\f264";}
.fa-paperclip::before {content: "\f0c6";}
.fa-paper-plane::before {content: "\f1d8";}
.fa-pause::before {content: "\f04c";}
.fa-pause-circle::before {content: "\f28b";}
.fa-pen::before {content: "\f304";}
.fa-pencil::before {content: "\f303";}
.fa-pencil-alt::before {content: "\f303";}
.fa-pen-nib::before {content: "\f5ad";}
.fa-pen-square::before {content: "\f14b";}
.fa-percent::before {content: "\25";}
.fa-phone::before {content: "\f095";}
.fa-phone-slash::before {content: "\f3dd";}
.fa-phone-square::before {content: "\f098";}
.fa-phone-volume::before {content: "\f2a0";}
.fa-pie-chart::before {content: "\f200";}
.fa-play::before {content: "\f04b";}
.fa-play-circle::before {content: "\f144";}
.fa-plus::before {content: "\2b";}
.fa-plus-circle::before {content: "\f055";}
.fa-plus-square::before {content: "\f0fe";}
.fa-print::before {content: "\f02f";}
.fa-project-diagram::before {content: "\f542";}
.fa-qrcode::before {content: "\f029";}
.fa-question::before {content: "\3f";}
.fa-question-circle::before {content: "\f059";}
.fa-quote-left::before {content: "\f10d";}
.fa-random::before {content: "\f074";}
.fa-redo::before {content: "\f01e";}
.fa-redo-alt::before {content: "\f2f9";}
.fa-registered::before {content: "\f25d";}
.fa-remove::before {content: "\f00d";}
.fa-robot::before {content: "\f544";}
.fa-rub::before {content: "\f158";}
.fa-ruble-sign::before {content: "\f158";}
.fa-ruler-horizontal::before {content: "\f547";}
.fa-save::before {content: "\f0c7";}
.fa-scroll::before {content: "\f70e";}
.fa-search::before {content: "\f002";}
.fa-search-minus::before {content: "\f010";}
.fa-search-plus::before {content: "\f00e";}
.fa-shapes::before {content: "\f61f";}
.fa-share::before {content: "\f064";}
.fa-share-alt::before {content: "\f1e0";}
.fa-shield-alt::before {content: "\f3ed";}
.fa-shoe-prints::before {content: "\f54b";}
.fa-shopping-bag::before {content: "\f290";}
.fa-shopping-basket::before {content: "\f291";}
.fa-shopping-cart::before {content: "\f07a";}
.fa-sign-in-alt::before {content: "\f2f6";}
.fa-sign-out::before {content: "\f08b";}
.fa-sign-out-alt::before {content: "\f2f5";}
.fa-sitemap::before {content: "\f0e8";}
.fa-skype::before {content: "\f17e";}
.fa-sliders-h::before {content: "\f1de";}
.fa-smile::before {content: "\f118";}
.fa-smile-wink::before {content: "\f4da";}
.fa-sms::before {content: "\f7cd";}
.fa-sort-alpha-down::before {content: "\f15d";}
.fa-sort-amount-down::before {content: "\f160";}
.fa-spinner::before {content: "\f110";}
.fa-square::before {content: "\f0c8";}
.fa-star::before {content: "\f005";}
.fa-star-of-life::before {content: "\f621";}
.fa-stopwatch::before {content: "\f2f2";}
.fa-stream::before {content: "\f550";}
.fa-street-view::before {content: "\f21d";}
.fa-sun::before {content: "\f185";}
.fa-sync::before {content: "\f021";}
.fa-sync-alt::before {content: "\f2f1";}
.fa-tag::before {content: "\f02b";}
.fa-tags::before {content: "\f02c";}
.fa-tasks::before {content: "\f0ae";}
.fa-telegram::before {content: "\f2c6";}
.fa-th::before {content: "\f00a";}
.fa-thumbs-down::before {content: "\f165";}
.fa-thumbs-up::before {content: "\f164";}
.fa-thumbtack::before {content: "\f08d";}
.fa-times::before {content: "\f00d";}
.fa-times-circle::before {content: "\f057";}
.fa-toggle-off::before {content: "\f204";}
.fa-toggle-on::before {content: "\f205";}
.fa-tools::before {content: "\f7d9";}
.fa-trash::before {content: "\f1f8";}
.fa-trash-alt::before {content: "\f2ed";}
.fa-truck::before {content: "\f0d1";}
.fa-truck-pickup::before {content: "\f63c";}
.fa-twitter::before {content: "\f099";}
.fa-twitter-square::before {content: "\f081";}
.fa-undo::before {content: "\f0e2";}
.fa-undo-alt::before {content: "\f2ea";}
.fa-user::before {content: "\f007";}
.fa-user-alt::before {content: "\f406";}
.fa-user-check::before {content: "\f4fc";}
.fa-user-circle::before {content: "\f2bd";}
.fa-user-edit::before {content: "\f4ff";}
.fa-user-friends::before {content: "\f500";}
.fa-user-graduate::before {content: "\f501";}
.fa-user-lock::before {content: "\f502";}
.fa-user-plus::before {content: "\f234";}
.fa-users::before {content: "\f0c0";}
.fa-users-cog::before {content: "\f509";}
.fa-user-slash::before {content: "\f506";}
.fa-user-tie::before {content: "\f508";}
.fa-vector-square::before {content: "\f5cb";}
.fa-viber::before {content: "\f409";}
.fa-video::before {content: "\f03d";}
.fa-video-slash::before {content: "\f4e2";}
.fa-vk::before {content: "\f189";}
.fa-volume-down::before {content: "\f027";}
.fa-volume-up::before {content: "\f028";}
.fa-walking::before {content: "\f554";}
.fa-whatsapp::before {content: "\f232";}
.fa-window-close::before {content: "\f410";}
.fa-wrench::before {content: "\f0ad";}
.fa-youtube::before {content: "\f167";}
.fa-screwdriver-wrench::before {content: "\f7d9";}
.fa-user-cog::before {content: "\f4fe";}
.fa-atlas::before {content: "\f558";}
.fa-bug::before {content: "\f188";}
.fa-file-import::before {content: "\f56f";}
.fa-glasses::before {content: "\f530";}
.fa-th-list::before {content: "\f00b";}
.fa-font::before {content: "\f031";}
.fa-whmcs::before {content: "\f40d";}
.fa-user-alt::before {content: "\f406";}
.fa-database::before {content: "\f1c0";}
.fa-poll::before {content: "\f681";}
.fa-clipboard::before {content: "\f328";}
.fa-hand-spock::before {content: "\f259";}
.fa-circle-check::before {content: "\f058";}
.fa-user-clock::before {content: "\f4fd";}
.fa-arrow-right-arrow-left::before {content: "\f0ec";}
.fa-cloud-upload-alt::before {content: "\f0ee";}
.fa-upload::before {content: "\f093";}
.fa-photo-video::before {content: "\f87c";}
.fa-sort-numeric-up::before {content: "\f163";}
.fa-exchange::before {content: "\f0ec";}
.fa-exchange-alt::before {content: "\f362";}
.fa-robot::before {content: "\f544";}
.fa-crown::before {content: "\f521";}
.fa-circle-xmark::before {content: "\f057";}
.fa-bars-progress::before {content: "\f828";}
.fa-users-slash::before {content: "\e073";}
.fa-bus::before {content: "\f207";}
.fa-draw-polygon::before {content: "\f5ee";}
.fa-calendar-day::before {content: "\f783";}
.fa-level-down-alt::before {content: "\f3be";}
.fa-code::before {content: "\f121";}
.fa-hiking::before {content: "\f6ec";}
.fa-arrows-alt::before {content: "\f0b2";}
.fa-expand-arrows-alt::before {content: "\f31e";}
.fa-compress-arrows-alt::before {content: "\f78c";}
.fa-hand-point-up::before {content: "\f0a6";}
.fa-hand-pointer::before {content: "\f25a";}
.fa-folder-open::before {content: "\f07c";}
.fa-sort::before {content: "\f0dc";}
.fa-angle-double-left::before {content: "\f100";}
.fa-file-pdf::before {content: "\f1c1";}
