/* Builder specific classes */
.font-block .fapb,
.font-block .fapd,
.font-block .fapl,
.font-block .fapr,
.font-block .faps,
.font-block .fapt {
  text-align: center;
  width: 1.25em;
}

/*!
 * Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fap- {
  font-family: var(--fap-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fap-style, 900); }

.fap-,
.fap-s,
.fap-solid,
.fap-r,
.fap-regular,
.fap-l,
.fap-light,
.fap-t,
.fap-thin,
.fap-d,
.fap-duotone,
.fap-b,
.fap-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fap-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .fap-beat,
  .fap-bounce,
  .fap-fade,
  .fap-beat-fade,
  .fap-flip,
  .fap-pulse,
  .fap-shake,
  .fap-spin,
  .fap-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;
    transition-delay: 0s;
    transition-duration: 0s; } }

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

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

@-webkit-keyframes fap-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fap-bounce-start-scale-x, 1.1), var(--fap-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fap-bounce-start-scale-x, 1.1), var(--fap-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fap-bounce-jump-scale-x, 0.9), var(--fap-bounce-jump-scale-y, 1.1)) translateY(var(--fap-bounce-height, -0.5em));
            transform: scale(var(--fap-bounce-jump-scale-x, 0.9), var(--fap-bounce-jump-scale-y, 1.1)) translateY(var(--fap-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fap-bounce-land-scale-x, 1.05), var(--fap-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fap-bounce-land-scale-x, 1.05), var(--fap-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fap-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fap-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 fap-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fap-bounce-start-scale-x, 1.1), var(--fap-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fap-bounce-start-scale-x, 1.1), var(--fap-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fap-bounce-jump-scale-x, 0.9), var(--fap-bounce-jump-scale-y, 1.1)) translateY(var(--fap-bounce-height, -0.5em));
            transform: scale(var(--fap-bounce-jump-scale-x, 0.9), var(--fap-bounce-jump-scale-y, 1.1)) translateY(var(--fap-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fap-bounce-land-scale-x, 1.05), var(--fap-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fap-bounce-land-scale-x, 1.05), var(--fap-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fap-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fap-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 fap-fade {
  50% {
    opacity: var(--fap-fade-opacity, 0.4); } }

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

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

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

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

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

@-webkit-keyframes fap-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 fap-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 fap-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fap-0::before {
  content: "\30"; }

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

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

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

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

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

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

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

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

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

.fap-00::before {
  content: "\e467"; }

.fap-360-degrees::before {
  content: "\e2dc"; }

.fap-a::before {
  content: "\41"; }

.fap-abacus::before {
  content: "\f640"; }

.fap-accent-grave::before {
  content: "\60"; }

.fap-acorn::before {
  content: "\f6ae"; }

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

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

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

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

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

.fap-air-conditioner::before {
  content: "\f8f4"; }

.fap-airplay::before {
  content: "\e089"; }

.fap-alarm-clock::before {
  content: "\f34e"; }

.fap-alarm-exclamation::before {
  content: "\f843"; }

.fap-alarm-plus::before {
  content: "\f844"; }

.fap-alarm-snooze::before {
  content: "\f845"; }

.fap-album::before {
  content: "\f89f"; }

.fap-album-circle-plus::before {
  content: "\e48c"; }

.fap-album-circle-user::before {
  content: "\e48d"; }

.fap-album-collection::before {
  content: "\f8a0"; }

.fap-album-collection-circle-plus::before {
  content: "\e48e"; }

.fap-album-collection-circle-user::before {
  content: "\e48f"; }

.fap-alicorn::before {
  content: "\f6b0"; }

.fap-alien::before {
  content: "\f8f5"; }

.fap-alien-8bit::before {
  content: "\f8f6"; }

.fap-alien-monster::before {
  content: "\f8f6"; }

.fap-align-center::before {
  content: "\f037"; }

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

.fap-align-left::before {
  content: "\f036"; }

.fap-align-right::before {
  content: "\f038"; }

.fap-align-slash::before {
  content: "\f846"; }

.fap-alt::before {
  content: "\e08a"; }

.fap-amp-guitar::before {
  content: "\f8a1"; }

.fap-ampersand::before {
  content: "\26"; }

.fap-anchor::before {
  content: "\f13d"; }

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

.fap-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fap-anchor-circle-xmark::before {
  content: "\e4ac"; }

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

.fap-angel::before {
  content: "\f779"; }

.fap-angle::before {
  content: "\e08c"; }

.fap-angle-90::before {
  content: "\e08d"; }

.fap-angle-down::before {
  content: "\f107"; }

.fap-angle-left::before {
  content: "\f104"; }

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

.fap-angle-up::before {
  content: "\f106"; }

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

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

.fap-angles-left::before {
  content: "\f100"; }

.fap-angle-double-left::before {
  content: "\f100"; }

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

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

.fap-angles-up::before {
  content: "\f102"; }

.fap-angle-double-up::before {
  content: "\f102"; }

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

.fap-apartment::before {
  content: "\e468"; }

.fap-aperture::before {
  content: "\e2df"; }

.fap-apostrophe::before {
  content: "\27"; }

.fap-apple-core::before {
  content: "\e08f"; }

.fap-apple-whole::before {
  content: "\f5d1"; }

.fap-apple-alt::before {
  content: "\f5d1"; }

.fap-archway::before {
  content: "\f557"; }

.fap-arrow-down::before {
  content: "\f063"; }

.fap-arrow-down-1-9::before {
  content: "\f162"; }

.fap-sort-numeric-asc::before {
  content: "\f162"; }

.fap-sort-numeric-down::before {
  content: "\f162"; }

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

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

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

.fap-arrow-down-a-z::before {
  content: "\f15d"; }

.fap-sort-alpha-asc::before {
  content: "\f15d"; }

.fap-sort-alpha-down::before {
  content: "\f15d"; }

.fap-arrow-down-arrow-up::before {
  content: "\f883"; }

.fap-sort-alt::before {
  content: "\f883"; }

.fap-arrow-down-big-small::before {
  content: "\f88c"; }

.fap-sort-size-down::before {
  content: "\f88c"; }

.fap-arrow-down-from-dotted-line::before {
  content: "\e090"; }

.fap-arrow-down-from-line::before {
  content: "\f345"; }

.fap-arrow-from-top::before {
  content: "\f345"; }

.fap-arrow-down-left::before {
  content: "\e091"; }

.fap-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092"; }

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

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

.fap-arrow-down-right::before {
  content: "\e093"; }

.fap-arrow-down-short-wide::before {
  content: "\f884"; }

.fap-sort-amount-desc::before {
  content: "\f884"; }

.fap-sort-amount-down-alt::before {
  content: "\f884"; }

.fap-arrow-down-small-big::before {
  content: "\f88d"; }

.fap-sort-size-down-alt::before {
  content: "\f88d"; }

.fap-arrow-down-square-triangle::before {
  content: "\f889"; }

.fap-sort-shapes-down-alt::before {
  content: "\f889"; }

.fap-arrow-down-to-arc::before {
  content: "\e4ae"; }

.fap-arrow-down-to-bracket::before {
  content: "\e094"; }

.fap-arrow-down-to-dotted-line::before {
  content: "\e095"; }

.fap-arrow-down-to-line::before {
  content: "\f33d"; }

.fap-arrow-to-bottom::before {
  content: "\f33d"; }

.fap-arrow-down-to-square::before {
  content: "\e096"; }

.fap-arrow-down-triangle-square::before {
  content: "\f888"; }

.fap-sort-shapes-down::before {
  content: "\f888"; }

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

.fap-arrow-down-up-lock::before {
  content: "\e4b0"; }

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

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

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

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

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

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

.fap-arrow-left::before {
  content: "\f060"; }

.fap-arrow-left-from-line::before {
  content: "\f344"; }

.fap-arrow-from-right::before {
  content: "\f344"; }

.fap-arrow-left-long::before {
  content: "\f177"; }

.fap-long-arrow-left::before {
  content: "\f177"; }

.fap-arrow-left-long-to-line::before {
  content: "\e3d4"; }

.fap-arrow-left-to-line::before {
  content: "\f33e"; }

.fap-arrow-to-left::before {
  content: "\f33e"; }

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

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

.fap-arrow-right::before {
  content: "\f061"; }

.fap-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fap-exchange::before {
  content: "\f0ec"; }

.fap-arrow-right-from-arc::before {
  content: "\e4b1"; }

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

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

.fap-arrow-right-from-line::before {
  content: "\f343"; }

.fap-arrow-from-left::before {
  content: "\f343"; }

.fap-arrow-right-long::before {
  content: "\f178"; }

.fap-long-arrow-right::before {
  content: "\f178"; }

.fap-arrow-right-long-to-line::before {
  content: "\e3d5"; }

.fap-arrow-right-to-arc::before {
  content: "\e4b2"; }

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

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

.fap-arrow-right-to-city::before {
  content: "\e4b3"; }

.fap-arrow-right-to-line::before {
  content: "\f340"; }

.fap-arrow-to-right::before {
  content: "\f340"; }

.fap-arrow-rotate-left::before {
  content: "\f0e2"; }

.fap-arrow-left-rotate::before {
  content: "\f0e2"; }

.fap-arrow-rotate-back::before {
  content: "\f0e2"; }

.fap-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fap-undo::before {
  content: "\f0e2"; }

.fap-arrow-rotate-right::before {
  content: "\f01e"; }

.fap-arrow-right-rotate::before {
  content: "\f01e"; }

.fap-arrow-rotate-forward::before {
  content: "\f01e"; }

.fap-redo::before {
  content: "\f01e"; }

.fap-arrow-trend-down::before {
  content: "\e097"; }

.fap-arrow-trend-up::before {
  content: "\e098"; }

.fap-arrow-turn-down::before {
  content: "\f149"; }

.fap-level-down::before {
  content: "\f149"; }

.fap-arrow-turn-down-left::before {
  content: "\e2e1"; }

.fap-arrow-turn-down-right::before {
  content: "\e3d6"; }

.fap-arrow-turn-up::before {
  content: "\f148"; }

.fap-level-up::before {
  content: "\f148"; }

.fap-arrow-up::before {
  content: "\f062"; }

.fap-arrow-up-1-9::before {
  content: "\f163"; }

.fap-sort-numeric-up::before {
  content: "\f163"; }

.fap-arrow-up-9-1::before {
  content: "\f887"; }

.fap-sort-numeric-up-alt::before {
  content: "\f887"; }

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

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

.fap-arrow-up-arrow-down::before {
  content: "\e099"; }

.fap-sort-up-down::before {
  content: "\e099"; }

.fap-arrow-up-big-small::before {
  content: "\f88e"; }

.fap-sort-size-up::before {
  content: "\f88e"; }

.fap-arrow-up-from-arc::before {
  content: "\e4b4"; }

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

.fap-arrow-up-from-dotted-line::before {
  content: "\e09b"; }

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

.fap-arrow-up-from-line::before {
  content: "\f342"; }

.fap-arrow-from-bottom::before {
  content: "\f342"; }

.fap-arrow-up-from-square::before {
  content: "\e09c"; }

.fap-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fap-arrow-up-left::before {
  content: "\e09d"; }

.fap-arrow-up-left-from-circle::before {
  content: "\e09e"; }

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

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

.fap-arrow-up-right::before {
  content: "\e09f"; }

.fap-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0"; }

.fap-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fap-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fap-external-link::before {
  content: "\f08e"; }

.fap-arrow-up-short-wide::before {
  content: "\f885"; }

.fap-sort-amount-up-alt::before {
  content: "\f885"; }

.fap-arrow-up-small-big::before {
  content: "\f88f"; }

.fap-sort-size-up-alt::before {
  content: "\f88f"; }

.fap-arrow-up-square-triangle::before {
  content: "\f88b"; }

.fap-sort-shapes-up-alt::before {
  content: "\f88b"; }

.fap-arrow-up-to-dotted-line::before {
  content: "\e0a1"; }

.fap-arrow-up-to-line::before {
  content: "\f341"; }

.fap-arrow-to-top::before {
  content: "\f341"; }

.fap-arrow-up-triangle-square::before {
  content: "\f88a"; }

.fap-sort-shapes-up::before {
  content: "\f88a"; }

.fap-arrow-up-wide-short::before {
  content: "\f161"; }

.fap-sort-amount-up::before {
  content: "\f161"; }

.fap-arrow-up-z-a::before {
  content: "\f882"; }

.fap-sort-alpha-up-alt::before {
  content: "\f882"; }

.fap-arrows-cross::before {
  content: "\e0a2"; }

.fap-arrows-down-to-line::before {
  content: "\e4b8"; }

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

.fap-arrows-from-dotted-line::before {
  content: "\e0a3"; }

.fap-arrows-from-line::before {
  content: "\e0a4"; }

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

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

.fap-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fap-arrows-maximize::before {
  content: "\f31d"; }

.fap-expand-arrows::before {
  content: "\f31d"; }

.fap-arrows-minimize::before {
  content: "\e0a5"; }

.fap-compress-arrows::before {
  content: "\e0a5"; }

.fap-arrows-repeat::before {
  content: "\f364"; }

.fap-repeat-alt::before {
  content: "\f364"; }

.fap-arrows-repeat-1::before {
  content: "\f366"; }

.fap-repeat-1-alt::before {
  content: "\f366"; }

.fap-arrows-retweet::before {
  content: "\f361"; }

.fap-retweet-alt::before {
  content: "\f361"; }

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

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

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

.fap-arrows-spin::before {
  content: "\e4bb"; }

.fap-arrows-split-up-and-left::before {
  content: "\e4bc"; }

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

.fap-arrows-to-dot::before {
  content: "\e4be"; }

.fap-arrows-to-dotted-line::before {
  content: "\e0a6"; }

.fap-arrows-to-eye::before {
  content: "\e4bf"; }

.fap-arrows-to-line::before {
  content: "\e0a7"; }

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

.fap-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fap-arrows-up-down::before {
  content: "\f07d"; }

.fap-arrows-v::before {
  content: "\f07d"; }

.fap-arrows-up-down-left-right::before {
  content: "\f047"; }

.fap-arrows::before {
  content: "\f047"; }

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

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

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

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

.fap-atom-simple::before {
  content: "\f5d3"; }

.fap-atom-alt::before {
  content: "\f5d3"; }

.fap-audio-description::before {
  content: "\f29e"; }

.fap-audio-description-slash::before {
  content: "\e0a8"; }

.fap-austral-sign::before {
  content: "\e0a9"; }

.fap-avocado::before {
  content: "\e0aa"; }

.fap-award::before {
  content: "\f559"; }

.fap-award-simple::before {
  content: "\e0ab"; }

.fap-axe::before {
  content: "\f6b2"; }

.fap-axe-battle::before {
  content: "\f6b3"; }

.fap-b::before {
  content: "\42"; }

.fap-baby::before {
  content: "\f77c"; }

.fap-baby-carriage::before {
  content: "\f77d"; }

.fap-carriage-baby::before {
  content: "\f77d"; }

.fap-backpack::before {
  content: "\f5d4"; }

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

.fap-backward-fast::before {
  content: "\f049"; }

.fap-fast-backward::before {
  content: "\f049"; }

.fap-backward-step::before {
  content: "\f048"; }

.fap-step-backward::before {
  content: "\f048"; }

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

.fap-bacteria::before {
  content: "\e059"; }

.fap-bacterium::before {
  content: "\e05a"; }

.fap-badge::before {
  content: "\f335"; }

.fap-badge-check::before {
  content: "\f336"; }

.fap-badge-dollar::before {
  content: "\f645"; }

.fap-badge-percent::before {
  content: "\f646"; }

.fap-badge-sheriff::before {
  content: "\f8a2"; }

.fap-badger-honey::before {
  content: "\f6b4"; }

.fap-badminton::before {
  content: "\e33a"; }

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

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

.fap-bagel::before {
  content: "\e3d7"; }

.fap-bags-shopping::before {
  content: "\f847"; }

.fap-baguette::before {
  content: "\e3d8"; }

.fap-bahai::before {
  content: "\f666"; }

.fap-haykal::before {
  content: "\f666"; }

.fap-baht-sign::before {
  content: "\e0ac"; }

.fap-ball-pile::before {
  content: "\f77e"; }

.fap-balloon::before {
  content: "\e2e3"; }

.fap-balloons::before {
  content: "\e2e4"; }

.fap-ballot::before {
  content: "\f732"; }

.fap-ballot-check::before {
  content: "\f733"; }

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

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

.fap-ban-bug::before {
  content: "\f7f9"; }

.fap-debug::before {
  content: "\f7f9"; }

.fap-ban-parking::before {
  content: "\f616"; }

.fap-parking-circle-slash::before {
  content: "\f616"; }

.fap-ban-smoking::before {
  content: "\f54d"; }

.fap-smoking-ban::before {
  content: "\f54d"; }

.fap-banana::before {
  content: "\e2e5"; }

.fap-bandage::before {
  content: "\f462"; }

.fap-band-aid::before {
  content: "\f462"; }

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

.fap-banjo::before {
  content: "\f8a3"; }

.fap-barcode::before {
  content: "\f02a"; }

.fap-barcode-read::before {
  content: "\f464"; }

.fap-barcode-scan::before {
  content: "\f465"; }

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

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

.fap-bars-filter::before {
  content: "\e0ad"; }

.fap-bars-progress::before {
  content: "\f828"; }

.fap-tasks-alt::before {
  content: "\f828"; }

.fap-bars-sort::before {
  content: "\e0ae"; }

.fap-bars-staggered::before {
  content: "\f550"; }

.fap-reorder::before {
  content: "\f550"; }

.fap-stream::before {
  content: "\f550"; }

.fap-baseball::before {
  content: "\f433"; }

.fap-baseball-ball::before {
  content: "\f433"; }

.fap-baseball-bat-ball::before {
  content: "\f432"; }

.fap-basket-shopping::before {
  content: "\f291"; }

.fap-shopping-basket::before {
  content: "\f291"; }

.fap-basket-shopping-simple::before {
  content: "\e0af"; }

.fap-shopping-basket-alt::before {
  content: "\e0af"; }

.fap-basketball::before {
  content: "\f434"; }

.fap-basketball-ball::before {
  content: "\f434"; }

.fap-basketball-hoop::before {
  content: "\f435"; }

.fap-bat::before {
  content: "\f6b5"; }

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

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

.fap-battery-bolt::before {
  content: "\f376"; }

.fap-battery-empty::before {
  content: "\f244"; }

.fap-battery-0::before {
  content: "\f244"; }

.fap-battery-exclamation::before {
  content: "\e0b0"; }

.fap-battery-full::before {
  content: "\f240"; }

.fap-battery::before {
  content: "\f240"; }

.fap-battery-5::before {
  content: "\f240"; }

.fap-battery-half::before {
  content: "\f242"; }

.fap-battery-3::before {
  content: "\f242"; }

.fap-battery-low::before {
  content: "\e0b1"; }

.fap-battery-1::before {
  content: "\e0b1"; }

.fap-battery-quarter::before {
  content: "\f243"; }

.fap-battery-2::before {
  content: "\f243"; }

.fap-battery-slash::before {
  content: "\f377"; }

.fap-battery-three-quarters::before {
  content: "\f241"; }

.fap-battery-4::before {
  content: "\f241"; }

.fap-bed::before {
  content: "\f236"; }

.fap-bed-bunk::before {
  content: "\f8f8"; }

.fap-bed-empty::before {
  content: "\f8f9"; }

.fap-bed-front::before {
  content: "\f8f7"; }

.fap-bed-alt::before {
  content: "\f8f7"; }

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

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

.fap-bee::before {
  content: "\e0b2"; }

.fap-beer-mug::before {
  content: "\e0b3"; }

.fap-beer-foam::before {
  content: "\e0b3"; }

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

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

.fap-bell::before {
  content: "\f0f3"; }

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

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

.fap-bell-exclamation::before {
  content: "\f848"; }

.fap-bell-on::before {
  content: "\f8fa"; }

.fap-bell-plus::before {
  content: "\f849"; }

.fap-bell-school::before {
  content: "\f5d5"; }

.fap-bell-school-slash::before {
  content: "\f5d6"; }

.fap-bell-slash::before {
  content: "\f1f6"; }

.fap-bells::before {
  content: "\f77f"; }

.fap-bench-tree::before {
  content: "\e2e7"; }

.fap-bezier-curve::before {
  content: "\f55b"; }

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

.fap-binary::before {
  content: "\e33b"; }

.fap-binary-circle-check::before {
  content: "\e33c"; }

.fap-binary-lock::before {
  content: "\e33d"; }

.fap-binary-slash::before {
  content: "\e33e"; }

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

.fap-biohazard::before {
  content: "\f780"; }

.fap-bird::before {
  content: "\e469"; }

.fap-bitcoin-sign::before {
  content: "\e0b4"; }

.fap-blanket::before {
  content: "\f498"; }

.fap-blanket-fire::before {
  content: "\e3da"; }

.fap-blender::before {
  content: "\f517"; }

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

.fap-blinds::before {
  content: "\f8fb"; }

.fap-blinds-open::before {
  content: "\f8fc"; }

.fap-blinds-raised::before {
  content: "\f8fd"; }

.fap-block::before {
  content: "\e46a"; }

.fap-block-brick::before {
  content: "\e3db"; }

.fap-wall-brick::before {
  content: "\e3db"; }

.fap-block-brick-fire::before {
  content: "\e3dc"; }

.fap-firewall::before {
  content: "\e3dc"; }

.fap-block-question::before {
  content: "\e3dd"; }

.fap-block-quote::before {
  content: "\e0b5"; }

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

.fap-blueberries::before {
  content: "\e2e8"; }

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

.fap-bolt::before {
  content: "\f0e7"; }

.fap-zap::before {
  content: "\f0e7"; }

.fap-bolt-auto::before {
  content: "\e0b6"; }

.fap-bolt-lightning::before {
  content: "\e0b7"; }

.fap-bolt-slash::before {
  content: "\e0b8"; }

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

.fap-bone::before {
  content: "\f5d7"; }

.fap-bone-break::before {
  content: "\f5d8"; }

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

.fap-book::before {
  content: "\f02d"; }

.fap-book-arrow-right::before {
  content: "\e0b9"; }

.fap-book-arrow-up::before {
  content: "\e0ba"; }

.fap-book-atlas::before {
  content: "\f558"; }

.fap-atlas::before {
  content: "\f558"; }

.fap-book-bible::before {
  content: "\f647"; }

.fap-bible::before {
  content: "\f647"; }

.fap-book-blank::before {
  content: "\f5d9"; }

.fap-book-alt::before {
  content: "\f5d9"; }

.fap-book-bookmark::before {
  content: "\e0bb"; }

.fap-book-circle-arrow-right::before {
  content: "\e0bc"; }

.fap-book-circle-arrow-up::before {
  content: "\e0bd"; }

.fap-book-copy::before {
  content: "\e0be"; }

.fap-book-font::before {
  content: "\e0bf"; }

.fap-book-heart::before {
  content: "\f499"; }

.fap-book-journal-whills::before {
  content: "\f66a"; }

.fap-journal-whills::before {
  content: "\f66a"; }

.fap-book-medical::before {
  content: "\f7e6"; }

.fap-book-open::before {
  content: "\f518"; }

.fap-book-open-cover::before {
  content: "\e0c0"; }

.fap-book-open-alt::before {
  content: "\e0c0"; }

.fap-book-open-reader::before {
  content: "\f5da"; }

.fap-book-reader::before {
  content: "\f5da"; }

.fap-book-quran::before {
  content: "\f687"; }

.fap-quran::before {
  content: "\f687"; }

.fap-book-section::before {
  content: "\e0c1"; }

.fap-book-law::before {
  content: "\e0c1"; }

.fap-book-skull::before {
  content: "\f6b7"; }

.fap-book-dead::before {
  content: "\f6b7"; }

.fap-book-sparkles::before {
  content: "\f6b8"; }

.fap-book-spells::before {
  content: "\f6b8"; }

.fap-book-tanakh::before {
  content: "\f827"; }

.fap-tanakh::before {
  content: "\f827"; }

.fap-book-user::before {
  content: "\f7e7"; }

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

.fap-bookmark-slash::before {
  content: "\e0c2"; }

.fap-books::before {
  content: "\f5db"; }

.fap-books-medical::before {
  content: "\f7e8"; }

.fap-boombox::before {
  content: "\f8a5"; }

.fap-boot::before {
  content: "\f782"; }

.fap-boot-heeled::before {
  content: "\e33f"; }

.fap-booth-curtain::before {
  content: "\f734"; }

.fap-border-all::before {
  content: "\f84c"; }

.fap-border-bottom::before {
  content: "\f84d"; }

.fap-border-bottom-right::before {
  content: "\f854"; }

.fap-border-style-alt::before {
  content: "\f854"; }

.fap-border-center-h::before {
  content: "\f89c"; }

.fap-border-center-v::before {
  content: "\f89d"; }

.fap-border-inner::before {
  content: "\f84e"; }

.fap-border-left::before {
  content: "\f84f"; }

.fap-border-none::before {
  content: "\f850"; }

.fap-border-outer::before {
  content: "\f851"; }

.fap-border-right::before {
  content: "\f852"; }

.fap-border-top::before {
  content: "\f855"; }

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

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

.fap-bore-hole::before {
  content: "\e4c3"; }

.fap-bottle-droplet::before {
  content: "\e4c4"; }

.fap-bottle-water::before {
  content: "\e4c5"; }

.fap-bow-arrow::before {
  content: "\f6b9"; }

.fap-bowl-chopsticks::before {
  content: "\e2e9"; }

.fap-bowl-chopsticks-noodles::before {
  content: "\e2ea"; }

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

.fap-bowl-hot::before {
  content: "\f823"; }

.fap-soup::before {
  content: "\f823"; }

.fap-bowl-rice::before {
  content: "\e2eb"; }

.fap-bowl-scoop::before {
  content: "\e3de"; }

.fap-bowl-shaved-ice::before {
  content: "\e3de"; }

.fap-bowl-scoops::before {
  content: "\e3df"; }

.fap-bowl-soft-serve::before {
  content: "\e46b"; }

.fap-bowl-spoon::before {
  content: "\e3e0"; }

.fap-bowling-ball::before {
  content: "\f436"; }

.fap-bowling-ball-pin::before {
  content: "\e0c3"; }

.fap-bowling-pins::before {
  content: "\f437"; }

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

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

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

.fap-box-ballot::before {
  content: "\f735"; }

.fap-box-check::before {
  content: "\f467"; }

.fap-box-circle-check::before {
  content: "\e0c4"; }

.fap-box-dollar::before {
  content: "\f4a0"; }

.fap-box-usd::before {
  content: "\f4a0"; }

.fap-box-heart::before {
  content: "\f49d"; }

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

.fap-box-open-full::before {
  content: "\f49c"; }

.fap-box-full::before {
  content: "\f49c"; }

.fap-box-taped::before {
  content: "\f49a"; }

.fap-box-alt::before {
  content: "\f49a"; }

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

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

.fap-boxes-stacked::before {
  content: "\f468"; }

.fap-boxes::before {
  content: "\f468"; }

.fap-boxes-alt::before {
  content: "\f468"; }

.fap-boxing-glove::before {
  content: "\f438"; }

.fap-glove-boxing::before {
  content: "\f438"; }

.fap-bracket-curly::before {
  content: "\7b"; }

.fap-bracket-curly-left::before {
  content: "\7b"; }

.fap-bracket-curly-right::before {
  content: "\7d"; }

.fap-bracket-round::before {
  content: "\28"; }

.fap-parenthesis::before {
  content: "\28"; }

.fap-bracket-round-right::before {
  content: "\29"; }

.fap-bracket-square::before {
  content: "\5b"; }

.fap-bracket::before {
  content: "\5b"; }

.fap-bracket-left::before {
  content: "\5b"; }

.fap-bracket-square-right::before {
  content: "\5d"; }

.fap-brackets-curly::before {
  content: "\f7ea"; }

.fap-brackets-round::before {
  content: "\e0c5"; }

.fap-parentheses::before {
  content: "\e0c5"; }

.fap-brackets-square::before {
  content: "\f7e9"; }

.fap-brackets::before {
  content: "\f7e9"; }

.fap-braille::before {
  content: "\f2a1"; }

.fap-brain::before {
  content: "\f5dc"; }

.fap-brain-arrow-curved-right::before {
  content: "\f677"; }

.fap-mind-share::before {
  content: "\f677"; }

.fap-brain-circuit::before {
  content: "\e0c6"; }

.fap-brake-warning::before {
  content: "\e0c7"; }

.fap-brazilian-real-sign::before {
  content: "\e46c"; }

.fap-bread-loaf::before {
  content: "\f7eb"; }

.fap-bread-slice::before {
  content: "\f7ec"; }

.fap-bread-slice-butter::before {
  content: "\e3e1"; }

.fap-bridge::before {
  content: "\e4c8"; }

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

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

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

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

.fap-bridge-suspension::before {
  content: "\e4cd"; }

.fap-bridge-water::before {
  content: "\e4ce"; }

.fap-briefcase::before {
  content: "\f0b1"; }

.fap-briefcase-arrow-right::before {
  content: "\e2f2"; }

.fap-briefcase-blank::before {
  content: "\e0c8"; }

.fap-briefcase-medical::before {
  content: "\f469"; }

.fap-brightness::before {
  content: "\e0c9"; }

.fap-brightness-low::before {
  content: "\e0ca"; }

.fap-bring-forward::before {
  content: "\f856"; }

.fap-bring-front::before {
  content: "\f857"; }

.fap-broccoli::before {
  content: "\e3e2"; }

.fap-broom::before {
  content: "\f51a"; }

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

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

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

.fap-browser::before {
  content: "\f37e"; }

.fap-browsers::before {
  content: "\e0cb"; }

.fap-brush::before {
  content: "\f55d"; }

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

.fap-bug::before {
  content: "\f188"; }

.fap-bug-slash::before {
  content: "\e490"; }

.fap-bugs::before {
  content: "\e4d0"; }

.fap-building::before {
  content: "\f1ad"; }

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

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

.fap-building-circle-exclamation::before {
  content: "\e4d3"; }

.fap-building-circle-xmark::before {
  content: "\e4d4"; }

.fap-building-columns::before {
  content: "\f19c"; }

.fap-bank::before {
  content: "\f19c"; }

.fap-institution::before {
  content: "\f19c"; }

.fap-museum::before {
  content: "\f19c"; }

.fap-university::before {
  content: "\f19c"; }

.fap-building-flag::before {
  content: "\e4d5"; }

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

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

.fap-building-shield::before {
  content: "\e4d8"; }

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

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

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

.fap-buildings::before {
  content: "\e0cc"; }

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

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

.fap-bullseye-arrow::before {
  content: "\f648"; }

.fap-bullseye-pointer::before {
  content: "\f649"; }

.fap-burger::before {
  content: "\f805"; }

.fap-hamburger::before {
  content: "\f805"; }

.fap-burger-cheese::before {
  content: "\f7f1"; }

.fap-cheeseburger::before {
  content: "\f7f1"; }

.fap-burger-fries::before {
  content: "\e0cd"; }

.fap-burger-glass::before {
  content: "\e0ce"; }

.fap-burger-lettuce::before {
  content: "\e3e3"; }

.fap-burger-soda::before {
  content: "\f858"; }

.fap-burrito::before {
  content: "\f7ed"; }

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

.fap-bus::before {
  content: "\f207"; }

.fap-bus-school::before {
  content: "\f5dd"; }

.fap-bus-simple::before {
  content: "\f55e"; }

.fap-bus-alt::before {
  content: "\f55e"; }

.fap-business-time::before {
  content: "\f64a"; }

.fap-briefcase-clock::before {
  content: "\f64a"; }

.fap-butter::before {
  content: "\e3e4"; }

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

.fap-cabin::before {
  content: "\e46d"; }

.fap-cabinet-filing::before {
  content: "\f64b"; }

.fap-cable-car::before {
  content: "\f7da"; }

.fap-tram::before {
  content: "\f7da"; }

.fap-cactus::before {
  content: "\f8a7"; }

.fap-cake-candles::before {
  content: "\f1fd"; }

.fap-birthday-cake::before {
  content: "\f1fd"; }

.fap-cake::before {
  content: "\f1fd"; }

.fap-cake-slice::before {
  content: "\e3e5"; }

.fap-shortcake::before {
  content: "\e3e5"; }

.fap-calculator::before {
  content: "\f1ec"; }

.fap-calculator-simple::before {
  content: "\f64c"; }

.fap-calculator-alt::before {
  content: "\f64c"; }

.fap-calendar::before {
  content: "\f133"; }

.fap-calendar-arrow-down::before {
  content: "\e0d0"; }

.fap-calendar-download::before {
  content: "\e0d0"; }

.fap-calendar-arrow-up::before {
  content: "\e0d1"; }

.fap-calendar-upload::before {
  content: "\e0d1"; }

.fap-calendar-check::before {
  content: "\f274"; }

.fap-calendar-circle-exclamation::before {
  content: "\e46e"; }

.fap-calendar-circle-minus::before {
  content: "\e46f"; }

.fap-calendar-circle-plus::before {
  content: "\e470"; }

.fap-calendar-circle-user::before {
  content: "\e471"; }

.fap-calendar-clock::before {
  content: "\e0d2"; }

.fap-calendar-time::before {
  content: "\e0d2"; }

.fap-calendar-day::before {
  content: "\f783"; }

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

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

.fap-calendar-exclamation::before {
  content: "\f334"; }

.fap-calendar-heart::before {
  content: "\e0d3"; }

.fap-calendar-image::before {
  content: "\e0d4"; }

.fap-calendar-lines::before {
  content: "\e0d5"; }

.fap-calendar-note::before {
  content: "\e0d5"; }

.fap-calendar-lines-pen::before {
  content: "\e472"; }

.fap-calendar-minus::before {
  content: "\f272"; }

.fap-calendar-pen::before {
  content: "\f333"; }

.fap-calendar-edit::before {
  content: "\f333"; }

.fap-calendar-plus::before {
  content: "\f271"; }

.fap-calendar-range::before {
  content: "\e0d6"; }

.fap-calendar-star::before {
  content: "\f736"; }

.fap-calendar-week::before {
  content: "\f784"; }

.fap-calendar-xmark::before {
  content: "\f273"; }

.fap-calendar-times::before {
  content: "\f273"; }

.fap-calendars::before {
  content: "\e0d7"; }

.fap-camcorder::before {
  content: "\f8a8"; }

.fap-video-handheld::before {
  content: "\f8a8"; }

.fap-camera::before {
  content: "\f030"; }

.fap-camera-alt::before {
  content: "\f030"; }

.fap-camera-cctv::before {
  content: "\f8ac"; }

.fap-cctv::before {
  content: "\f8ac"; }

.fap-camera-movie::before {
  content: "\f8a9"; }

.fap-camera-polaroid::before {
  content: "\f8aa"; }

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

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

.fap-camera-security::before {
  content: "\f8fe"; }

.fap-camera-home::before {
  content: "\f8fe"; }

.fap-camera-slash::before {
  content: "\e0d9"; }

.fap-camera-viewfinder::before {
  content: "\e0da"; }

.fap-screenshot::before {
  content: "\e0da"; }

.fap-camera-web::before {
  content: "\f832"; }

.fap-webcam::before {
  content: "\f832"; }

.fap-camera-web-slash::before {
  content: "\f833"; }

.fap-webcam-slash::before {
  content: "\f833"; }

.fap-campfire::before {
  content: "\f6ba"; }

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

.fap-can-food::before {
  content: "\e3e6"; }

.fap-candle-holder::before {
  content: "\f6bc"; }

.fap-candy::before {
  content: "\e3e7"; }

.fap-candy-bar::before {
  content: "\e3e8"; }

.fap-chocolate-bar::before {
  content: "\e3e8"; }

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

.fap-candy-corn::before {
  content: "\f6bd"; }

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

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

.fap-car::before {
  content: "\f1b9"; }

.fap-automobile::before {
  content: "\f1b9"; }

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

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

.fap-car-bolt::before {
  content: "\e341"; }

.fap-car-building::before {
  content: "\f859"; }

.fap-car-bump::before {
  content: "\f5e0"; }

.fap-car-burst::before {
  content: "\f5e1"; }

.fap-car-crash::before {
  content: "\f5e1"; }

.fap-car-bus::before {
  content: "\f85a"; }

.fap-car-circle-bolt::before {
  content: "\e342"; }

.fap-car-garage::before {
  content: "\f5e2"; }

.fap-car-mirrors::before {
  content: "\e343"; }

.fap-car-on::before {
  content: "\e4dd"; }

.fap-car-rear::before {
  content: "\f5de"; }

.fap-car-alt::before {
  content: "\f5de"; }

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

.fap-car-side-bolt::before {
  content: "\e344"; }

.fap-car-tilt::before {
  content: "\f5e5"; }

.fap-car-tunnel::before {
  content: "\e4de"; }

.fap-car-wash::before {
  content: "\f5e6"; }

.fap-car-wrench::before {
  content: "\f5e3"; }

.fap-car-mechanic::before {
  content: "\f5e3"; }

.fap-caravan::before {
  content: "\f8ff"; }

.fap-caravan-simple::before {
  content: "\e000"; }

.fap-caravan-alt::before {
  content: "\e000"; }

.fap-card-club::before {
  content: "\e3e9"; }

.fap-card-diamond::before {
  content: "\e3ea"; }

.fap-card-heart::before {
  content: "\e3eb"; }

.fap-card-spade::before {
  content: "\e3ec"; }

.fap-cards::before {
  content: "\e3ed"; }

.fap-cards-blank::before {
  content: "\e4df"; }

.fap-caret-down::before {
  content: "\f0d7"; }

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

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

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

.fap-carrot::before {
  content: "\f787"; }

.fap-cars::before {
  content: "\f85b"; }

.fap-cart-arrow-down::before {
  content: "\f218"; }

.fap-cart-arrow-up::before {
  content: "\e3ee"; }

.fap-cart-circle-arrow-down::before {
  content: "\e3ef"; }

.fap-cart-circle-arrow-up::before {
  content: "\e3f0"; }

.fap-cart-circle-check::before {
  content: "\e3f1"; }

.fap-cart-circle-exclamation::before {
  content: "\e3f2"; }

.fap-cart-circle-plus::before {
  content: "\e3f3"; }

.fap-cart-circle-xmark::before {
  content: "\e3f4"; }

.fap-cart-flatbed::before {
  content: "\f474"; }

.fap-dolly-flatbed::before {
  content: "\f474"; }

.fap-cart-flatbed-boxes::before {
  content: "\f475"; }

.fap-dolly-flatbed-alt::before {
  content: "\f475"; }

.fap-cart-flatbed-empty::before {
  content: "\f476"; }

.fap-dolly-flatbed-empty::before {
  content: "\f476"; }

.fap-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fap-luggage-cart::before {
  content: "\f59d"; }

.fap-cart-minus::before {
  content: "\e0db"; }

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

.fap-cart-shopping::before {
  content: "\f07a"; }

.fap-shopping-cart::before {
  content: "\f07a"; }

.fap-cart-shopping-fast::before {
  content: "\e0dc"; }

.fap-cart-xmark::before {
  content: "\e0dd"; }

.fap-cash-register::before {
  content: "\f788"; }

.fap-cassette-betamax::before {
  content: "\f8a4"; }

.fap-betamax::before {
  content: "\f8a4"; }

.fap-cassette-tape::before {
  content: "\f8ab"; }

.fap-cassette-vhs::before {
  content: "\f8ec"; }

.fap-vhs::before {
  content: "\f8ec"; }

.fap-castle::before {
  content: "\e0de"; }

.fap-cat::before {
  content: "\f6be"; }

.fap-cat-space::before {
  content: "\e001"; }

.fap-cauldron::before {
  content: "\f6bf"; }

.fap-cedi-sign::before {
  content: "\e0df"; }

.fap-cent-sign::before {
  content: "\e3f5"; }

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

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

.fap-chair-office::before {
  content: "\f6c1"; }

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

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

.fap-chalkboard-user::before {
  content: "\f51c"; }

.fap-chalkboard-teacher::before {
  content: "\f51c"; }

.fap-champagne-glass::before {
  content: "\f79e"; }

.fap-glass-champagne::before {
  content: "\f79e"; }

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

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

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

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

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

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

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

.fap-chart-bullet::before {
  content: "\e0e1"; }

.fap-chart-candlestick::before {
  content: "\e0e2"; }

.fap-chart-column::before {
  content: "\e0e3"; }

.fap-chart-gantt::before {
  content: "\e0e4"; }

.fap-chart-line::before {
  content: "\f201"; }

.fap-line-chart::before {
  content: "\f201"; }

.fap-chart-line-down::before {
  content: "\f64d"; }

.fap-chart-line-up::before {
  content: "\e0e5"; }

.fap-chart-mixed::before {
  content: "\f643"; }

.fap-analytics::before {
  content: "\f643"; }

.fap-chart-network::before {
  content: "\f78a"; }

.fap-chart-pie::before {
  content: "\f200"; }

.fap-pie-chart::before {
  content: "\f200"; }

.fap-chart-pie-simple::before {
  content: "\f64e"; }

.fap-chart-pie-alt::before {
  content: "\f64e"; }

.fap-chart-pyramid::before {
  content: "\e0e6"; }

.fap-chart-radar::before {
  content: "\e0e7"; }

.fap-chart-scatter::before {
  content: "\f7ee"; }

.fap-chart-scatter-3d::before {
  content: "\e0e8"; }

.fap-chart-scatter-bubble::before {
  content: "\e0e9"; }

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

.fap-chart-simple-horizontal::before {
  content: "\e474"; }

.fap-chart-tree-map::before {
  content: "\e0ea"; }

.fap-chart-user::before {
  content: "\f6a3"; }

.fap-user-chart::before {
  content: "\f6a3"; }

.fap-chart-waterfall::before {
  content: "\e0eb"; }

.fap-check::before {
  content: "\f00c"; }

.fap-check-double::before {
  content: "\f560"; }

.fap-check-to-slot::before {
  content: "\f772"; }

.fap-vote-yea::before {
  content: "\f772"; }

.fap-cheese::before {
  content: "\f7ef"; }

.fap-cheese-swiss::before {
  content: "\f7f0"; }

.fap-cherries::before {
  content: "\e0ec"; }

.fap-chess::before {
  content: "\f439"; }

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

.fap-chess-bishop-piece::before {
  content: "\f43b"; }

.fap-chess-bishop-alt::before {
  content: "\f43b"; }

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

.fap-chess-clock::before {
  content: "\f43d"; }

.fap-chess-clock-flip::before {
  content: "\f43e"; }

.fap-chess-clock-alt::before {
  content: "\f43e"; }

.fap-chess-king::before {
  content: "\f43f"; }

.fap-chess-king-piece::before {
  content: "\f440"; }

.fap-chess-king-alt::before {
  content: "\f440"; }

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

.fap-chess-knight-piece::before {
  content: "\f442"; }

.fap-chess-knight-alt::before {
  content: "\f442"; }

.fap-chess-pawn::before {
  content: "\f443"; }

.fap-chess-pawn-piece::before {
  content: "\f444"; }

.fap-chess-pawn-alt::before {
  content: "\f444"; }

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

.fap-chess-queen-piece::before {
  content: "\f446"; }

.fap-chess-queen-alt::before {
  content: "\f446"; }

.fap-chess-rook::before {
  content: "\f447"; }

.fap-chess-rook-piece::before {
  content: "\f448"; }

.fap-chess-rook-alt::before {
  content: "\f448"; }

.fap-chestnut::before {
  content: "\e3f6"; }

.fap-chevron-down::before {
  content: "\f078"; }

.fap-chevron-left::before {
  content: "\f053"; }

.fap-chevron-right::before {
  content: "\f054"; }

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

.fap-chevrons-down::before {
  content: "\f322"; }

.fap-chevron-double-down::before {
  content: "\f322"; }

.fap-chevrons-left::before {
  content: "\f323"; }

.fap-chevron-double-left::before {
  content: "\f323"; }

.fap-chevrons-right::before {
  content: "\f324"; }

.fap-chevron-double-right::before {
  content: "\f324"; }

.fap-chevrons-up::before {
  content: "\f325"; }

.fap-chevron-double-up::before {
  content: "\f325"; }

.fap-child::before {
  content: "\f1ae"; }

.fap-child-dress::before {
  content: "\e59c"; }

.fap-child-reaching::before {
  content: "\e59d"; }

.fap-child-rifle::before {
  content: "\e4e0"; }

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

.fap-chimney::before {
  content: "\f78b"; }

.fap-chopsticks::before {
  content: "\e3f7"; }

.fap-church::before {
  content: "\f51d"; }

.fap-circle::before {
  content: "\f111"; }

.fap-circle-0::before {
  content: "\e0ed"; }

.fap-circle-1::before {
  content: "\e0ee"; }

.fap-circle-2::before {
  content: "\e0ef"; }

.fap-circle-3::before {
  content: "\e0f0"; }

.fap-circle-4::before {
  content: "\e0f1"; }

.fap-circle-5::before {
  content: "\e0f2"; }

.fap-circle-6::before {
  content: "\e0f3"; }

.fap-circle-7::before {
  content: "\e0f4"; }

.fap-circle-8::before {
  content: "\e0f5"; }

.fap-circle-9::before {
  content: "\e0f6"; }

.fap-circle-a::before {
  content: "\e0f7"; }

.fap-circle-ampersand::before {
  content: "\e0f8"; }

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

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

.fap-circle-arrow-down-left::before {
  content: "\e0f9"; }

.fap-circle-arrow-down-right::before {
  content: "\e0fa"; }

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

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

.fap-circle-arrow-right::before {
  content: "\f0a9"; }

.fap-arrow-circle-right::before {
  content: "\f0a9"; }

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

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

.fap-circle-arrow-up-left::before {
  content: "\e0fb"; }

.fap-circle-arrow-up-right::before {
  content: "\e0fc"; }

.fap-circle-b::before {
  content: "\e0fd"; }

.fap-circle-bolt::before {
  content: "\e0fe"; }

.fap-circle-book-open::before {
  content: "\e0ff"; }

.fap-book-circle::before {
  content: "\e0ff"; }

.fap-circle-bookmark::before {
  content: "\e100"; }

.fap-bookmark-circle::before {
  content: "\e100"; }

.fap-circle-c::before {
  content: "\e101"; }

.fap-circle-calendar::before {
  content: "\e102"; }

.fap-calendar-circle::before {
  content: "\e102"; }

.fap-circle-camera::before {
  content: "\e103"; }

.fap-camera-circle::before {
  content: "\e103"; }

.fap-circle-caret-down::before {
  content: "\f32d"; }

.fap-caret-circle-down::before {
  content: "\f32d"; }

.fap-circle-caret-left::before {
  content: "\f32e"; }

.fap-caret-circle-left::before {
  content: "\f32e"; }

.fap-circle-caret-right::before {
  content: "\f330"; }

.fap-caret-circle-right::before {
  content: "\f330"; }

.fap-circle-caret-up::before {
  content: "\f331"; }

.fap-caret-circle-up::before {
  content: "\f331"; }

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

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

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

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

.fap-circle-chevron-left::before {
  content: "\f137"; }

.fap-chevron-circle-left::before {
  content: "\f137"; }

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

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

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

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

.fap-circle-d::before {
  content: "\e104"; }

.fap-circle-dashed::before {
  content: "\e105"; }

.fap-circle-divide::before {
  content: "\e106"; }

.fap-circle-dollar::before {
  content: "\f2e8"; }

.fap-dollar-circle::before {
  content: "\f2e8"; }

.fap-usd-circle::before {
  content: "\f2e8"; }

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

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

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

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

.fap-circle-down::before {
  content: "\f358"; }

.fap-arrow-alt-circle-down::before {
  content: "\f358"; }

.fap-circle-down-left::before {
  content: "\e107"; }

.fap-circle-down-right::before {
  content: "\e108"; }

.fap-circle-e::before {
  content: "\e109"; }

.fap-circle-ellipsis::before {
  content: "\e10a"; }

.fap-circle-ellipsis-vertical::before {
  content: "\e10b"; }

.fap-circle-envelope::before {
  content: "\e10c"; }

.fap-envelope-circle::before {
  content: "\e10c"; }

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

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

.fap-circle-exclamation-check::before {
  content: "\e10d"; }

.fap-circle-f::before {
  content: "\e10e"; }

.fap-circle-g::before {
  content: "\e10f"; }

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

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

.fap-circle-half::before {
  content: "\e110"; }

.fap-circle-half-stroke::before {
  content: "\f042"; }

.fap-adjust::before {
  content: "\f042"; }

.fap-circle-heart::before {
  content: "\f4c7"; }

.fap-heart-circle::before {
  content: "\f4c7"; }

.fap-circle-i::before {
  content: "\e111"; }

.fap-circle-info::before {
  content: "\f05a"; }

.fap-info-circle::before {
  content: "\f05a"; }

.fap-circle-j::before {
  content: "\e112"; }

.fap-circle-k::before {
  content: "\e113"; }

.fap-circle-l::before {
  content: "\e114"; }

.fap-circle-left::before {
  content: "\f359"; }

.fap-arrow-alt-circle-left::before {
  content: "\f359"; }

.fap-circle-location-arrow::before {
  content: "\f602"; }

.fap-location-circle::before {
  content: "\f602"; }

.fap-circle-m::before {
  content: "\e115"; }

.fap-circle-microphone::before {
  content: "\e116"; }

.fap-microphone-circle::before {
  content: "\e116"; }

.fap-circle-microphone-lines::before {
  content: "\e117"; }

.fap-microphone-circle-alt::before {
  content: "\e117"; }

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

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

.fap-circle-n::before {
  content: "\e118"; }

.fap-circle-nodes::before {
  content: "\e4e2"; }

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

.fap-circle-o::before {
  content: "\e119"; }

.fap-circle-p::before {
  content: "\e11a"; }

.fap-circle-parking::before {
  content: "\f615"; }

.fap-parking-circle::before {
  content: "\f615"; }

.fap-circle-pause::before {
  content: "\f28b"; }

.fap-pause-circle::before {
  content: "\f28b"; }

.fap-circle-phone::before {
  content: "\e11b"; }

.fap-phone-circle::before {
  content: "\e11b"; }

.fap-circle-phone-flip::before {
  content: "\e11c"; }

.fap-phone-circle-alt::before {
  content: "\e11c"; }

.fap-circle-phone-hangup::before {
  content: "\e11d"; }

.fap-phone-circle-down::before {
  content: "\e11d"; }

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

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

.fap-circle-plus::before {
  content: "\f055"; }

.fap-plus-circle::before {
  content: "\f055"; }

.fap-circle-q::before {
  content: "\e11e"; }

.fap-circle-quarter::before {
  content: "\e11f"; }

.fap-circle-quarters::before {
  content: "\e3f8"; }

.fap-circle-question::before {
  content: "\f059"; }

.fap-question-circle::before {
  content: "\f059"; }

.fap-circle-r::before {
  content: "\e120"; }

.fap-circle-radiation::before {
  content: "\f7ba"; }

.fap-radiation-alt::before {
  content: "\f7ba"; }

.fap-circle-right::before {
  content: "\f35a"; }

.fap-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fap-circle-s::before {
  content: "\e121"; }

.fap-circle-small::before {
  content: "\e122"; }

.fap-circle-sort::before {
  content: "\e030"; }

.fap-sort-circle::before {
  content: "\e030"; }

.fap-circle-sort-down::before {
  content: "\e031"; }

.fap-sort-circle-down::before {
  content: "\e031"; }

.fap-circle-sort-up::before {
  content: "\e032"; }

.fap-sort-circle-up::before {
  content: "\e032"; }

.fap-circle-star::before {
  content: "\e123"; }

.fap-star-circle::before {
  content: "\e123"; }

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

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

.fap-circle-t::before {
  content: "\e124"; }

.fap-circle-three-quarters::before {
  content: "\e125"; }

.fap-circle-trash::before {
  content: "\e126"; }

.fap-trash-circle::before {
  content: "\e126"; }

.fap-circle-u::before {
  content: "\e127"; }

.fap-circle-up::before {
  content: "\f35b"; }

.fap-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fap-circle-up-left::before {
  content: "\e128"; }

.fap-circle-up-right::before {
  content: "\e129"; }

.fap-circle-user::before {
  content: "\f2bd"; }

.fap-user-circle::before {
  content: "\f2bd"; }

.fap-circle-v::before {
  content: "\e12a"; }

.fap-circle-video::before {
  content: "\e12b"; }

.fap-video-circle::before {
  content: "\e12b"; }

.fap-circle-w::before {
  content: "\e12c"; }

.fap-circle-waveform-lines::before {
  content: "\e12d"; }

.fap-waveform-circle::before {
  content: "\e12d"; }

.fap-circle-x::before {
  content: "\e12e"; }

.fap-circle-xmark::before {
  content: "\f057"; }

.fap-times-circle::before {
  content: "\f057"; }

.fap-xmark-circle::before {
  content: "\f057"; }

.fap-circle-y::before {
  content: "\e12f"; }

.fap-circle-z::before {
  content: "\e130"; }

.fap-citrus::before {
  content: "\e2f4"; }

.fap-citrus-slice::before {
  content: "\e2f5"; }

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

.fap-clapperboard::before {
  content: "\e131"; }

.fap-clapperboard-play::before {
  content: "\e132"; }

.fap-clarinet::before {
  content: "\f8ad"; }

.fap-claw-marks::before {
  content: "\f6c2"; }

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

.fap-clipboard-check::before {
  content: "\f46c"; }

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

.fap-clipboard-list-check::before {
  content: "\f737"; }

.fap-clipboard-medical::before {
  content: "\e133"; }

.fap-clipboard-prescription::before {
  content: "\f5e8"; }

.fap-clipboard-question::before {
  content: "\e4e3"; }

.fap-clipboard-user::before {
  content: "\f7f3"; }

.fap-clock::before {
  content: "\f017"; }

.fap-clock-four::before {
  content: "\f017"; }

.fap-clock-desk::before {
  content: "\e134"; }

.fap-clock-eight::before {
  content: "\e345"; }

.fap-clock-eight-thirty::before {
  content: "\e346"; }

.fap-clock-eleven::before {
  content: "\e347"; }

.fap-clock-eleven-thirty::before {
  content: "\e348"; }

.fap-clock-five::before {
  content: "\e349"; }

.fap-clock-five-thirty::before {
  content: "\e34a"; }

.fap-clock-four-thirty::before {
  content: "\e34b"; }

.fap-clock-nine::before {
  content: "\e34c"; }

.fap-clock-nine-thirty::before {
  content: "\e34d"; }

.fap-clock-one::before {
  content: "\e34e"; }

.fap-clock-one-thirty::before {
  content: "\e34f"; }

.fap-clock-rotate-left::before {
  content: "\f1da"; }

.fap-history::before {
  content: "\f1da"; }

.fap-clock-seven::before {
  content: "\e350"; }

.fap-clock-seven-thirty::before {
  content: "\e351"; }

.fap-clock-six::before {
  content: "\e352"; }

.fap-clock-six-thirty::before {
  content: "\e353"; }

.fap-clock-ten::before {
  content: "\e354"; }

.fap-clock-ten-thirty::before {
  content: "\e355"; }

.fap-clock-three::before {
  content: "\e356"; }

.fap-clock-three-thirty::before {
  content: "\e357"; }

.fap-clock-twelve::before {
  content: "\e358"; }

.fap-clock-twelve-thirty::before {
  content: "\e359"; }

.fap-clock-two::before {
  content: "\e35a"; }

.fap-clock-two-thirty::before {
  content: "\e35b"; }

.fap-clone::before {
  content: "\f24d"; }

.fap-closed-captioning::before {
  content: "\f20a"; }

.fap-closed-captioning-slash::before {
  content: "\e135"; }

.fap-clothes-hanger::before {
  content: "\e136"; }

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

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

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

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

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

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

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

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

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

.fap-cloud-bolt-moon::before {
  content: "\f76d"; }

.fap-thunderstorm-moon::before {
  content: "\f76d"; }

.fap-cloud-bolt-sun::before {
  content: "\f76e"; }

.fap-thunderstorm-sun::before {
  content: "\f76e"; }

.fap-cloud-check::before {
  content: "\e35c"; }

.fap-cloud-drizzle::before {
  content: "\f738"; }

.fap-cloud-exclamation::before {
  content: "\e491"; }

.fap-cloud-fog::before {
  content: "\f74e"; }

.fap-fog::before {
  content: "\f74e"; }

.fap-cloud-hail::before {
  content: "\f739"; }

.fap-cloud-hail-mixed::before {
  content: "\f73a"; }

.fap-cloud-meatball::before {
  content: "\f73b"; }

.fap-cloud-minus::before {
  content: "\e35d"; }

.fap-cloud-moon::before {
  content: "\f6c3"; }

.fap-cloud-moon-rain::before {
  content: "\f73c"; }

.fap-cloud-music::before {
  content: "\f8ae"; }

.fap-cloud-plus::before {
  content: "\e35e"; }

.fap-cloud-question::before {
  content: "\e492"; }

.fap-cloud-rain::before {
  content: "\f73d"; }

.fap-cloud-rainbow::before {
  content: "\f73e"; }

.fap-cloud-showers::before {
  content: "\f73f"; }

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

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

.fap-cloud-slash::before {
  content: "\e137"; }

.fap-cloud-sleet::before {
  content: "\f741"; }

.fap-cloud-snow::before {
  content: "\f742"; }

.fap-cloud-sun::before {
  content: "\f6c4"; }

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

.fap-cloud-word::before {
  content: "\e138"; }

.fap-cloud-xmark::before {
  content: "\e35f"; }

.fap-clouds::before {
  content: "\f744"; }

.fap-clouds-moon::before {
  content: "\f745"; }

.fap-clouds-sun::before {
  content: "\f746"; }

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

.fap-club::before {
  content: "\f327"; }

.fap-coconut::before {
  content: "\e2f6"; }

.fap-code::before {
  content: "\f121"; }

.fap-code-branch::before {
  content: "\f126"; }

.fap-code-commit::before {
  content: "\f386"; }

.fap-code-compare::before {
  content: "\e13a"; }

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

.fap-code-merge::before {
  content: "\f387"; }

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

.fap-code-pull-request-closed::before {
  content: "\e3f9"; }

.fap-code-pull-request-draft::before {
  content: "\e3fa"; }

.fap-code-simple::before {
  content: "\e13d"; }

.fap-coffee-bean::before {
  content: "\e13e"; }

.fap-coffee-beans::before {
  content: "\e13f"; }

.fap-coffee-pot::before {
  content: "\e002"; }

.fap-coffin::before {
  content: "\f6c6"; }

.fap-coffin-cross::before {
  content: "\e051"; }

.fap-coin::before {
  content: "\f85c"; }

.fap-coin-blank::before {
  content: "\e3fb"; }

.fap-coin-front::before {
  content: "\e3fc"; }

.fap-coin-vertical::before {
  content: "\e3fd"; }

.fap-coins::before {
  content: "\f51e"; }

.fap-colon::before {
  content: "\3a"; }

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

.fap-columns-3::before {
  content: "\e361"; }

.fap-comet::before {
  content: "\e003"; }

.fap-comma::before {
  content: "\2c"; }

.fap-command::before {
  content: "\e142"; }

.fap-comment::before {
  content: "\f075"; }

.fap-comment-arrow-down::before {
  content: "\e143"; }

.fap-comment-arrow-up::before {
  content: "\e144"; }

.fap-comment-arrow-up-right::before {
  content: "\e145"; }

.fap-comment-captions::before {
  content: "\e146"; }

.fap-comment-check::before {
  content: "\f4ac"; }

.fap-comment-code::before {
  content: "\e147"; }

.fap-comment-dollar::before {
  content: "\f651"; }

.fap-comment-dots::before {
  content: "\f4ad"; }

.fap-commenting::before {
  content: "\f4ad"; }

.fap-comment-exclamation::before {
  content: "\f4af"; }

.fap-comment-image::before {
  content: "\e148"; }

.fap-comment-lines::before {
  content: "\f4b0"; }

.fap-comment-medical::before {
  content: "\f7f5"; }

.fap-comment-middle::before {
  content: "\e149"; }

.fap-comment-middle-top::before {
  content: "\e14a"; }

.fap-comment-minus::before {
  content: "\f4b1"; }

.fap-comment-music::before {
  content: "\f8b0"; }

.fap-comment-pen::before {
  content: "\f4ae"; }

.fap-comment-edit::before {
  content: "\f4ae"; }

.fap-comment-plus::before {
  content: "\f4b2"; }

.fap-comment-question::before {
  content: "\e14b"; }

.fap-comment-quote::before {
  content: "\e14c"; }

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

.fap-comment-smile::before {
  content: "\f4b4"; }

.fap-comment-sms::before {
  content: "\f7cd"; }

.fap-sms::before {
  content: "\f7cd"; }

.fap-comment-text::before {
  content: "\e14d"; }

.fap-comment-xmark::before {
  content: "\f4b5"; }

.fap-comment-times::before {
  content: "\f4b5"; }

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

.fap-comments-dollar::before {
  content: "\f653"; }

.fap-comments-question::before {
  content: "\e14e"; }

.fap-comments-question-check::before {
  content: "\e14f"; }

.fap-compact-disc::before {
  content: "\f51f"; }

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

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

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

.fap-compass-slash::before {
  content: "\f5e9"; }

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

.fap-compress-wide::before {
  content: "\f326"; }

.fap-computer::before {
  content: "\e4e5"; }

.fap-computer-classic::before {
  content: "\f8b1"; }

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

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

.fap-computer-mouse-scrollwheel::before {
  content: "\f8cd"; }

.fap-mouse-alt::before {
  content: "\f8cd"; }

.fap-computer-speaker::before {
  content: "\f8b2"; }

.fap-container-storage::before {
  content: "\f4b7"; }

.fap-conveyor-belt::before {
  content: "\f46e"; }

.fap-conveyor-belt-boxes::before {
  content: "\f46f"; }

.fap-conveyor-belt-alt::before {
  content: "\f46f"; }

.fap-conveyor-belt-empty::before {
  content: "\e150"; }

.fap-cookie::before {
  content: "\f563"; }

.fap-cookie-bite::before {
  content: "\f564"; }

.fap-copy::before {
  content: "\f0c5"; }

.fap-copyright::before {
  content: "\f1f9"; }

.fap-corn::before {
  content: "\f6c7"; }

.fap-corner::before {
  content: "\e3fe"; }

.fap-couch::before {
  content: "\f4b8"; }

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

.fap-cowbell::before {
  content: "\f8b3"; }

.fap-cowbell-circle-plus::before {
  content: "\f8b4"; }

.fap-cowbell-more::before {
  content: "\f8b4"; }

.fap-crab::before {
  content: "\e3ff"; }

.fap-crate-apple::before {
  content: "\f6b1"; }

.fap-apple-crate::before {
  content: "\f6b1"; }

.fap-crate-empty::before {
  content: "\e151"; }

.fap-credit-card::before {
  content: "\f09d"; }

.fap-credit-card-alt::before {
  content: "\f09d"; }

.fap-credit-card-blank::before {
  content: "\f389"; }

.fap-credit-card-front::before {
  content: "\f38a"; }

.fap-cricket-bat-ball::before {
  content: "\f449"; }

.fap-cricket::before {
  content: "\f449"; }

.fap-croissant::before {
  content: "\f7f6"; }

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

.fap-crop-simple::before {
  content: "\f565"; }

.fap-crop-alt::before {
  content: "\f565"; }

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

.fap-crosshairs::before {
  content: "\f05b"; }

.fap-crosshairs-simple::before {
  content: "\e59f"; }

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

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

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

.fap-crutches::before {
  content: "\f7f8"; }

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

.fap-crystal-ball::before {
  content: "\e362"; }

.fap-cube::before {
  content: "\f1b2"; }

.fap-cubes::before {
  content: "\f1b3"; }

.fap-cubes-stacked::before {
  content: "\e4e6"; }

.fap-cucumber::before {
  content: "\e401"; }

.fap-cup-straw::before {
  content: "\e363"; }

.fap-cup-straw-swoosh::before {
  content: "\e364"; }

.fap-cup-togo::before {
  content: "\f6c5"; }

.fap-coffee-togo::before {
  content: "\f6c5"; }

.fap-cupcake::before {
  content: "\e402"; }

.fap-curling-stone::before {
  content: "\f44a"; }

.fap-curling::before {
  content: "\f44a"; }

.fap-custard::before {
  content: "\e403"; }

.fap-d::before {
  content: "\44"; }

.fap-dagger::before {
  content: "\f6cb"; }

.fap-dash::before {
  content: "\e404"; }

.fap-minus-large::before {
  content: "\e404"; }

.fap-database::before {
  content: "\f1c0"; }

.fap-deer::before {
  content: "\f78e"; }

.fap-deer-rudolph::before {
  content: "\f78f"; }

.fap-delete-left::before {
  content: "\f55a"; }

.fap-backspace::before {
  content: "\f55a"; }

.fap-delete-right::before {
  content: "\e154"; }

.fap-democrat::before {
  content: "\f747"; }

.fap-desktop::before {
  content: "\f390"; }

.fap-desktop-alt::before {
  content: "\f390"; }

.fap-desktop-arrow-down::before {
  content: "\e155"; }

.fap-dharmachakra::before {
  content: "\f655"; }

.fap-diagram-cells::before {
  content: "\e475"; }

.fap-diagram-lean-canvas::before {
  content: "\e156"; }

.fap-diagram-nested::before {
  content: "\e157"; }

.fap-diagram-next::before {
  content: "\e476"; }

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

.fap-diagram-previous::before {
  content: "\e478"; }

.fap-diagram-project::before {
  content: "\f542"; }

.fap-project-diagram::before {
  content: "\f542"; }

.fap-diagram-sankey::before {
  content: "\e158"; }

.fap-diagram-subtask::before {
  content: "\e479"; }

.fap-diagram-successor::before {
  content: "\e47a"; }

.fap-diagram-venn::before {
  content: "\e15a"; }

.fap-dial::before {
  content: "\e15b"; }

.fap-dial-med-high::before {
  content: "\e15b"; }

.fap-dial-high::before {
  content: "\e15c"; }

.fap-dial-low::before {
  content: "\e15d"; }

.fap-dial-max::before {
  content: "\e15e"; }

.fap-dial-med::before {
  content: "\e15f"; }

.fap-dial-med-low::before {
  content: "\e160"; }

.fap-dial-min::before {
  content: "\e161"; }

.fap-dial-off::before {
  content: "\e162"; }

.fap-diamond::before {
  content: "\f219"; }

.fap-diamond-exclamation::before {
  content: "\e405"; }

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

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

.fap-dice::before {
  content: "\f522"; }

.fap-dice-d10::before {
  content: "\f6cd"; }

.fap-dice-d12::before {
  content: "\f6ce"; }

.fap-dice-d20::before {
  content: "\f6cf"; }

.fap-dice-d4::before {
  content: "\f6d0"; }

.fap-dice-d6::before {
  content: "\f6d1"; }

.fap-dice-d8::before {
  content: "\f6d2"; }

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

.fap-dice-four::before {
  content: "\f524"; }

.fap-dice-one::before {
  content: "\f525"; }

.fap-dice-six::before {
  content: "\f526"; }

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

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

.fap-diploma::before {
  content: "\f5ea"; }

.fap-scroll-ribbon::before {
  content: "\f5ea"; }

.fap-disc-drive::before {
  content: "\f8b5"; }

.fap-disease::before {
  content: "\f7fa"; }

.fap-display::before {
  content: "\e163"; }

.fap-display-arrow-down::before {
  content: "\e164"; }

.fap-display-code::before {
  content: "\e165"; }

.fap-desktop-code::before {
  content: "\e165"; }

.fap-display-medical::before {
  content: "\e166"; }

.fap-desktop-medical::before {
  content: "\e166"; }

.fap-display-slash::before {
  content: "\e2fa"; }

.fap-desktop-slash::before {
  content: "\e2fa"; }

.fap-distribute-spacing-horizontal::before {
  content: "\e365"; }

.fap-distribute-spacing-vertical::before {
  content: "\e366"; }

.fap-ditto::before {
  content: "\22"; }

.fap-divide::before {
  content: "\f529"; }

.fap-dna::before {
  content: "\f471"; }

.fap-do-not-enter::before {
  content: "\f5ec"; }

.fap-dog::before {
  content: "\f6d3"; }

.fap-dog-leashed::before {
  content: "\f6d4"; }

.fap-dollar-sign::before {
  content: "\24"; }

.fap-dollar::before {
  content: "\24"; }

.fap-usd::before {
  content: "\24"; }

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

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

.fap-dolly-empty::before {
  content: "\f473"; }

.fap-dolphin::before {
  content: "\e168"; }

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

.fap-donut::before {
  content: "\e406"; }

.fap-doughnut::before {
  content: "\e406"; }

.fap-door-closed::before {
  content: "\f52a"; }

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

.fap-dove::before {
  content: "\f4ba"; }

.fap-down::before {
  content: "\f354"; }

.fap-arrow-alt-down::before {
  content: "\f354"; }

.fap-down-from-dotted-line::before {
  content: "\e407"; }

.fap-down-from-line::before {
  content: "\f349"; }

.fap-arrow-alt-from-top::before {
  content: "\f349"; }

.fap-down-left::before {
  content: "\e16a"; }

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

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

.fap-down-long::before {
  content: "\f309"; }

.fap-long-arrow-alt-down::before {
  content: "\f309"; }

.fap-down-right::before {
  content: "\e16b"; }

.fap-down-to-bracket::before {
  content: "\e4e7"; }

.fap-down-to-dotted-line::before {
  content: "\e408"; }

.fap-down-to-line::before {
  content: "\f34a"; }

.fap-arrow-alt-to-bottom::before {
  content: "\f34a"; }

.fap-download::before {
  content: "\f019"; }

.fap-dragon::before {
  content: "\f6d5"; }

.fap-draw-circle::before {
  content: "\f5ed"; }

.fap-draw-polygon::before {
  content: "\f5ee"; }

.fap-draw-square::before {
  content: "\f5ef"; }

.fap-dreidel::before {
  content: "\f792"; }

.fap-drone::before {
  content: "\f85f"; }

.fap-drone-front::before {
  content: "\f860"; }

.fap-drone-alt::before {
  content: "\f860"; }

.fap-droplet::before {
  content: "\f043"; }

.fap-tint::before {
  content: "\f043"; }

.fap-droplet-degree::before {
  content: "\f748"; }

.fap-dewpoint::before {
  content: "\f748"; }

.fap-droplet-percent::before {
  content: "\f750"; }

.fap-humidity::before {
  content: "\f750"; }

.fap-droplet-slash::before {
  content: "\f5c7"; }

.fap-tint-slash::before {
  content: "\f5c7"; }

.fap-drum::before {
  content: "\f569"; }

.fap-drum-steelpan::before {
  content: "\f56a"; }

.fap-drumstick::before {
  content: "\f6d6"; }

.fap-drumstick-bite::before {
  content: "\f6d7"; }

.fap-dryer::before {
  content: "\f861"; }

.fap-dryer-heat::before {
  content: "\f862"; }

.fap-dryer-alt::before {
  content: "\f862"; }

.fap-duck::before {
  content: "\f6d8"; }

.fap-dumbbell::before {
  content: "\f44b"; }

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

.fap-dumpster-fire::before {
  content: "\f794"; }

.fap-dungeon::before {
  content: "\f6d9"; }

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

.fap-ear::before {
  content: "\f5f0"; }

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

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

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

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

.fap-ear-listen::before {
  content: "\f2a2"; }

.fap-assistive-listening-systems::before {
  content: "\f2a2"; }

.fap-ear-muffs::before {
  content: "\f795"; }

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

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

.fap-earth-americas::before {
  content: "\f57d"; }

.fap-earth::before {
  content: "\f57d"; }

.fap-earth-america::before {
  content: "\f57d"; }

.fap-globe-americas::before {
  content: "\f57d"; }

.fap-earth-asia::before {
  content: "\f57e"; }

.fap-globe-asia::before {
  content: "\f57e"; }

.fap-earth-europe::before {
  content: "\f7a2"; }

.fap-globe-europe::before {
  content: "\f7a2"; }

.fap-earth-oceania::before {
  content: "\e47b"; }

.fap-globe-oceania::before {
  content: "\e47b"; }

.fap-eclipse::before {
  content: "\f749"; }

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

.fap-egg-fried::before {
  content: "\f7fc"; }

.fap-eggplant::before {
  content: "\e16c"; }

.fap-eject::before {
  content: "\f052"; }

.fap-elephant::before {
  content: "\f6da"; }

.fap-elevator::before {
  content: "\e16d"; }

.fap-ellipsis::before {
  content: "\f141"; }

.fap-ellipsis-h::before {
  content: "\f141"; }

.fap-ellipsis-stroke::before {
  content: "\f39b"; }

.fap-ellipsis-h-alt::before {
  content: "\f39b"; }

.fap-ellipsis-stroke-vertical::before {
  content: "\f39c"; }

.fap-ellipsis-v-alt::before {
  content: "\f39c"; }

.fap-ellipsis-vertical::before {
  content: "\f142"; }

.fap-ellipsis-v::before {
  content: "\f142"; }

.fap-empty-set::before {
  content: "\f656"; }

.fap-engine::before {
  content: "\e16e"; }

.fap-engine-warning::before {
  content: "\f5f2"; }

.fap-engine-exclamation::before {
  content: "\f5f2"; }

.fap-envelope::before {
  content: "\f0e0"; }

.fap-envelope-circle-check::before {
  content: "\e4e8"; }

.fap-envelope-dot::before {
  content: "\e16f"; }

.fap-envelope-badge::before {
  content: "\e16f"; }

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

.fap-envelope-open-dollar::before {
  content: "\f657"; }

.fap-envelope-open-text::before {
  content: "\f658"; }

.fap-envelopes::before {
  content: "\e170"; }

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

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

.fap-equals::before {
  content: "\3d"; }

.fap-eraser::before {
  content: "\f12d"; }

.fap-escalator::before {
  content: "\e171"; }

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

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

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

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

.fap-exclamation::before {
  content: "\21"; }

.fap-expand::before {
  content: "\f065"; }

.fap-expand-wide::before {
  content: "\f320"; }

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

.fap-eye::before {
  content: "\f06e"; }

.fap-eye-dropper::before {
  content: "\f1fb"; }

.fap-eye-dropper-empty::before {
  content: "\f1fb"; }

.fap-eyedropper::before {
  content: "\f1fb"; }

.fap-eye-dropper-full::before {
  content: "\e172"; }

.fap-eye-dropper-half::before {
  content: "\e173"; }

.fap-eye-evil::before {
  content: "\f6db"; }

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

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

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

.fap-eyes::before {
  content: "\e367"; }

.fap-f::before {
  content: "\46"; }

.fap-face-angry::before {
  content: "\f556"; }

.fap-angry::before {
  content: "\f556"; }

.fap-face-angry-horns::before {
  content: "\e368"; }

.fap-face-anguished::before {
  content: "\e369"; }

.fap-face-anxious-sweat::before {
  content: "\e36a"; }

.fap-face-astonished::before {
  content: "\e36b"; }

.fap-face-awesome::before {
  content: "\e409"; }

.fap-gave-dandy::before {
  content: "\e409"; }

.fap-face-beam-hand-over-mouth::before {
  content: "\e47c"; }

.fap-face-clouds::before {
  content: "\e47d"; }

.fap-face-confounded::before {
  content: "\e36c"; }

.fap-face-confused::before {
  content: "\e36d"; }

.fap-face-cowboy-hat::before {
  content: "\e36e"; }

.fap-face-diagonal-mouth::before {
  content: "\e47e"; }

.fap-face-disappointed::before {
  content: "\e36f"; }

.fap-face-disguise::before {
  content: "\e370"; }

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

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

.fap-face-dotted::before {
  content: "\e47f"; }

.fap-face-downcast-sweat::before {
  content: "\e371"; }

.fap-face-drooling::before {
  content: "\e372"; }

.fap-face-exhaling::before {
  content: "\e480"; }

.fap-face-explode::before {
  content: "\e2fe"; }

.fap-exploding-head::before {
  content: "\e2fe"; }

.fap-face-expressionless::before {
  content: "\e373"; }

.fap-face-eyes-xmarks::before {
  content: "\e374"; }

.fap-face-fearful::before {
  content: "\e375"; }

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

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

.fap-face-frown::before {
  content: "\f119"; }

.fap-frown::before {
  content: "\f119"; }

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

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

.fap-face-frown-slight::before {
  content: "\e376"; }

.fap-face-glasses::before {
  content: "\e377"; }

.fap-face-grimace::before {
  content: "\f57f"; }

.fap-grimace::before {
  content: "\f57f"; }

.fap-face-grin::before {
  content: "\f580"; }

.fap-grin::before {
  content: "\f580"; }

.fap-face-grin-beam::before {
  content: "\f582"; }

.fap-grin-beam::before {
  content: "\f582"; }

.fap-face-grin-beam-sweat::before {
  content: "\f583"; }

.fap-grin-beam-sweat::before {
  content: "\f583"; }

.fap-face-grin-hearts::before {
  content: "\f584"; }

.fap-grin-hearts::before {
  content: "\f584"; }

.fap-face-grin-squint::before {
  content: "\f585"; }

.fap-grin-squint::before {
  content: "\f585"; }

.fap-face-grin-squint-tears::before {
  content: "\f586"; }

.fap-grin-squint-tears::before {
  content: "\f586"; }

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

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

.fap-face-grin-tears::before {
  content: "\f588"; }

.fap-grin-tears::before {
  content: "\f588"; }

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

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

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

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

.fap-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fap-grin-tongue-wink::before {
  content: "\f58b"; }

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

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

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

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

.fap-face-hand-over-mouth::before {
  content: "\e378"; }

.fap-face-hand-peeking::before {
  content: "\e481"; }

.fap-face-hand-yawn::before {
  content: "\e379"; }

.fap-face-head-bandage::before {
  content: "\e37a"; }

.fap-face-holding-back-tears::before {
  content: "\e482"; }

.fap-face-hushed::before {
  content: "\e37b"; }

.fap-face-icicles::before {
  content: "\e37c"; }

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

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

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

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

.fap-face-kiss-closed-eyes::before {
  content: "\e37d"; }

.fap-face-kiss-wink-heart::before {
  content: "\f598"; }

.fap-kiss-wink-heart::before {
  content: "\f598"; }

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

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

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

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

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

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

.fap-face-laugh-wink::before {
  content: "\f59c"; }

.fap-laugh-wink::before {
  content: "\f59c"; }

.fap-face-lying::before {
  content: "\e37e"; }

.fap-face-mask::before {
  content: "\e37f"; }

.fap-face-meh::before {
  content: "\f11a"; }

.fap-meh::before {
  content: "\f11a"; }

.fap-face-meh-blank::before {
  content: "\f5a4"; }

.fap-meh-blank::before {
  content: "\f5a4"; }

.fap-face-melting::before {
  content: "\e483"; }

.fap-face-monocle::before {
  content: "\e380"; }

.fap-face-nauseated::before {
  content: "\e381"; }

.fap-face-nose-steam::before {
  content: "\e382"; }

.fap-face-party::before {
  content: "\e383"; }

.fap-face-pensive::before {
  content: "\e384"; }

.fap-face-persevering::before {
  content: "\e385"; }

.fap-face-pleading::before {
  content: "\e386"; }

.fap-face-pouting::before {
  content: "\e387"; }

.fap-face-raised-eyebrow::before {
  content: "\e388"; }

.fap-face-relieved::before {
  content: "\e389"; }

.fap-face-rolling-eyes::before {
  content: "\f5a5"; }

.fap-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fap-face-sad-cry::before {
  content: "\f5b3"; }

.fap-sad-cry::before {
  content: "\f5b3"; }

.fap-face-sad-sweat::before {
  content: "\e38a"; }

.fap-face-sad-tear::before {
  content: "\f5b4"; }

.fap-sad-tear::before {
  content: "\f5b4"; }

.fap-face-saluting::before {
  content: "\e484"; }

.fap-face-scream::before {
  content: "\e38b"; }

.fap-face-shush::before {
  content: "\e38c"; }

.fap-face-sleeping::before {
  content: "\e38d"; }

.fap-face-sleepy::before {
  content: "\e38e"; }

.fap-face-smile::before {
  content: "\f118"; }

.fap-smile::before {
  content: "\f118"; }

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

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

.fap-face-smile-halo::before {
  content: "\e38f"; }

.fap-face-smile-hearts::before {
  content: "\e390"; }

.fap-face-smile-horns::before {
  content: "\e391"; }

.fap-face-smile-plus::before {
  content: "\f5b9"; }

.fap-smile-plus::before {
  content: "\f5b9"; }

.fap-face-smile-relaxed::before {
  content: "\e392"; }

.fap-face-smile-tear::before {
  content: "\e393"; }

.fap-face-smile-tongue::before {
  content: "\e394"; }

.fap-face-smile-upside-down::before {
  content: "\e395"; }

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

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

.fap-face-smiling-hands::before {
  content: "\e396"; }

.fap-face-smirking::before {
  content: "\e397"; }

.fap-face-spiral-eyes::before {
  content: "\e485"; }

.fap-face-sunglasses::before {
  content: "\e398"; }

.fap-face-surprise::before {
  content: "\f5c2"; }

.fap-surprise::before {
  content: "\f5c2"; }

.fap-face-swear::before {
  content: "\e399"; }

.fap-face-thermometer::before {
  content: "\e39a"; }

.fap-face-thinking::before {
  content: "\e39b"; }

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

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

.fap-face-tissue::before {
  content: "\e39c"; }

.fap-face-tongue-money::before {
  content: "\e39d"; }

.fap-face-tongue-sweat::before {
  content: "\e39e"; }

.fap-face-unamused::before {
  content: "\e39f"; }

.fap-face-viewfinder::before {
  content: "\e2ff"; }

.fap-face-vomit::before {
  content: "\e3a0"; }

.fap-face-weary::before {
  content: "\e3a1"; }

.fap-face-woozy::before {
  content: "\e3a2"; }

.fap-face-worried::before {
  content: "\e3a3"; }

.fap-face-zany::before {
  content: "\e3a4"; }

.fap-face-zipper::before {
  content: "\e3a5"; }

.fap-falafel::before {
  content: "\e40a"; }

.fap-family::before {
  content: "\e300"; }

.fap-family-dress::before {
  content: "\e301"; }

.fap-family-pants::before {
  content: "\e302"; }

.fap-fan::before {
  content: "\f863"; }

.fap-fan-table::before {
  content: "\e004"; }

.fap-farm::before {
  content: "\f864"; }

.fap-barn-silo::before {
  content: "\f864"; }

.fap-faucet::before {
  content: "\e005"; }

.fap-faucet-drip::before {
  content: "\e006"; }

.fap-fax::before {
  content: "\f1ac"; }

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

.fap-feather-pointed::before {
  content: "\f56b"; }

.fap-feather-alt::before {
  content: "\f56b"; }

.fap-fence::before {
  content: "\e303"; }

.fap-ferris-wheel::before {
  content: "\e174"; }

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

.fap-field-hockey-stick-ball::before {
  content: "\f44c"; }

.fap-field-hockey::before {
  content: "\f44c"; }

.fap-file::before {
  content: "\f15b"; }

.fap-file-arrow-down::before {
  content: "\f56d"; }

.fap-file-download::before {
  content: "\f56d"; }

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

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

.fap-file-audio::before {
  content: "\f1c7"; }

.fap-file-binary::before {
  content: "\e175"; }

.fap-file-certificate::before {
  content: "\f5f3"; }

.fap-file-award::before {
  content: "\f5f3"; }

.fap-file-chart-column::before {
  content: "\f659"; }

.fap-file-chart-line::before {
  content: "\f659"; }

.fap-file-chart-pie::before {
  content: "\f65a"; }

.fap-file-check::before {
  content: "\f316"; }

.fap-file-circle-check::before {
  content: "\e5a0"; }

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

.fap-file-circle-info::before {
  content: "\e493"; }

.fap-file-circle-minus::before {
  content: "\e4ed"; }

.fap-file-circle-plus::before {
  content: "\e494"; }

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

.fap-file-circle-xmark::before {
  content: "\e5a1"; }

.fap-file-code::before {
  content: "\f1c9"; }

.fap-file-contract::before {
  content: "\f56c"; }

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

.fap-file-dashed-line::before {
  content: "\f877"; }

.fap-page-break::before {
  content: "\f877"; }

.fap-file-excel::before {
  content: "\f1c3"; }

.fap-file-exclamation::before {
  content: "\f31a"; }

.fap-file-export::before {
  content: "\f56e"; }

.fap-arrow-right-from-file::before {
  content: "\f56e"; }

.fap-file-heart::before {
  content: "\e176"; }

.fap-file-image::before {
  content: "\f1c5"; }

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

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

.fap-file-invoice::before {
  content: "\f570"; }

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

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

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

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

.fap-file-lock::before {
  content: "\e3a6"; }

.fap-file-magnifying-glass::before {
  content: "\f865"; }

.fap-file-search::before {
  content: "\f865"; }

.fap-file-medical::before {
  content: "\f477"; }

.fap-file-minus::before {
  content: "\f318"; }

.fap-file-music::before {
  content: "\f8b6"; }

.fap-file-pdf::before {
  content: "\f1c1"; }

.fap-file-pen::before {
  content: "\f31c"; }

.fap-file-edit::before {
  content: "\f31c"; }

.fap-file-plus::before {
  content: "\f319"; }

.fap-file-plus-minus::before {
  content: "\e177"; }

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

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

.fap-file-shield::before {
  content: "\e4f0"; }

.fap-file-signature::before {
  content: "\f573"; }

.fap-file-slash::before {
  content: "\e3a7"; }

.fap-file-spreadsheet::before {
  content: "\f65b"; }

.fap-file-user::before {
  content: "\f65c"; }

.fap-file-video::before {
  content: "\f1c8"; }

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

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

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

.fap-file-xmark::before {
  content: "\f317"; }

.fap-file-times::before {
  content: "\f317"; }

.fap-file-zipper::before {
  content: "\f1c6"; }

.fap-file-archive::before {
  content: "\f1c6"; }

.fap-files::before {
  content: "\e178"; }

.fap-files-medical::before {
  content: "\f7fd"; }

.fap-fill::before {
  content: "\f575"; }

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

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

.fap-film-canister::before {
  content: "\f8b7"; }

.fap-film-cannister::before {
  content: "\f8b7"; }

.fap-film-simple::before {
  content: "\f3a0"; }

.fap-film-alt::before {
  content: "\f3a0"; }

.fap-film-slash::before {
  content: "\e179"; }

.fap-films::before {
  content: "\e17a"; }

.fap-filter::before {
  content: "\f0b0"; }

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

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

.fap-filter-circle-xmark::before {
  content: "\e17b"; }

.fap-filter-list::before {
  content: "\e17c"; }

.fap-filter-slash::before {
  content: "\e17d"; }

.fap-filters::before {
  content: "\e17e"; }

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

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

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

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

.fap-fire-flame::before {
  content: "\f6df"; }

.fap-flame::before {
  content: "\f6df"; }

.fap-fire-flame-curved::before {
  content: "\f7e4"; }

.fap-fire-alt::before {
  content: "\f7e4"; }

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

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

.fap-fire-hydrant::before {
  content: "\e17f"; }

.fap-fire-smoke::before {
  content: "\f74b"; }

.fap-fireplace::before {
  content: "\f79a"; }

.fap-fish::before {
  content: "\f578"; }

.fap-fish-bones::before {
  content: "\e304"; }

.fap-fish-cooked::before {
  content: "\f7fe"; }

.fap-fish-fins::before {
  content: "\e4f2"; }

.fap-fishing-rod::before {
  content: "\e3a8"; }

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

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

.fap-flag-pennant::before {
  content: "\f456"; }

.fap-pennant::before {
  content: "\f456"; }

.fap-flag-swallowtail::before {
  content: "\f74c"; }

.fap-flag-alt::before {
  content: "\f74c"; }

.fap-flag-usa::before {
  content: "\f74d"; }

.fap-flashlight::before {
  content: "\f8b8"; }

.fap-flask::before {
  content: "\f0c3"; }

.fap-flask-round-poison::before {
  content: "\f6e0"; }

.fap-flask-poison::before {
  content: "\f6e0"; }

.fap-flask-round-potion::before {
  content: "\f6e1"; }

.fap-flask-potion::before {
  content: "\f6e1"; }

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

.fap-flatbread::before {
  content: "\e40b"; }

.fap-flatbread-stuffed::before {
  content: "\e40c"; }

.fap-floppy-disk::before {
  content: "\f0c7"; }

.fap-save::before {
  content: "\f0c7"; }

.fap-floppy-disk-circle-arrow-right::before {
  content: "\e180"; }

.fap-save-circle-arrow-right::before {
  content: "\e180"; }

.fap-floppy-disk-circle-xmark::before {
  content: "\e181"; }

.fap-floppy-disk-times::before {
  content: "\e181"; }

.fap-save-circle-xmark::before {
  content: "\e181"; }

.fap-save-times::before {
  content: "\e181"; }

.fap-floppy-disk-pen::before {
  content: "\e182"; }

.fap-floppy-disks::before {
  content: "\e183"; }

.fap-florin-sign::before {
  content: "\e184"; }

.fap-flower::before {
  content: "\f7ff"; }

.fap-flower-daffodil::before {
  content: "\f800"; }

.fap-flower-tulip::before {
  content: "\f801"; }

.fap-flute::before {
  content: "\f8b9"; }

.fap-flux-capacitor::before {
  content: "\f8ba"; }

.fap-flying-disc::before {
  content: "\e3a9"; }

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

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

.fap-folder-arrow-down::before {
  content: "\e053"; }

.fap-folder-download::before {
  content: "\e053"; }

.fap-folder-arrow-up::before {
  content: "\e054"; }

.fap-folder-upload::before {
  content: "\e054"; }

.fap-folder-bookmark::before {
  content: "\e186"; }

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

.fap-folder-gear::before {
  content: "\e187"; }

.fap-folder-cog::before {
  content: "\e187"; }

.fap-folder-grid::before {
  content: "\e188"; }

.fap-folder-heart::before {
  content: "\e189"; }

.fap-folder-image::before {
  content: "\e18a"; }

.fap-folder-magnifying-glass::before {
  content: "\e18b"; }

.fap-folder-search::before {
  content: "\e18b"; }

.fap-folder-medical::before {
  content: "\e18c"; }

.fap-folder-minus::before {
  content: "\f65d"; }

.fap-folder-music::before {
  content: "\e18d"; }

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

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

.fap-folder-tree::before {
  content: "\f802"; }

.fap-folder-user::before {
  content: "\e18e"; }

.fap-folder-xmark::before {
  content: "\f65f"; }

.fap-folder-times::before {
  content: "\f65f"; }

.fap-folders::before {
  content: "\f660"; }

.fap-fondue-pot::before {
  content: "\e40d"; }

.fap-font::before {
  content: "\f031"; }

.fap-font-case::before {
  content: "\f866"; }

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

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

.fap-football-helmet::before {
  content: "\f44f"; }

.fap-fork::before {
  content: "\f2e3"; }

.fap-utensil-fork::before {
  content: "\f2e3"; }

.fap-fork-knife::before {
  content: "\f2e6"; }

.fap-utensils-alt::before {
  content: "\f2e6"; }

.fap-forklift::before {
  content: "\f47a"; }

.fap-fort::before {
  content: "\e486"; }

.fap-forward::before {
  content: "\f04e"; }

.fap-forward-fast::before {
  content: "\f050"; }

.fap-fast-forward::before {
  content: "\f050"; }

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

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

.fap-frame::before {
  content: "\e495"; }

.fap-franc-sign::before {
  content: "\e18f"; }

.fap-french-fries::before {
  content: "\f803"; }

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

.fap-function::before {
  content: "\f661"; }

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

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

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

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

.fap-galaxy::before {
  content: "\e008"; }

.fap-gallery-thumbnails::before {
  content: "\e3aa"; }

.fap-game-board::before {
  content: "\f867"; }

.fap-game-board-simple::before {
  content: "\f868"; }

.fap-game-board-alt::before {
  content: "\f868"; }

.fap-game-console-handheld::before {
  content: "\f8bb"; }

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

.fap-gamepad-modern::before {
  content: "\e5a2"; }

.fap-gamepad-alt::before {
  content: "\e5a2"; }

.fap-garage::before {
  content: "\e009"; }

.fap-garage-car::before {
  content: "\e00a"; }

.fap-garage-open::before {
  content: "\e00b"; }

.fap-garlic::before {
  content: "\e40e"; }

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

.fap-gas-pump-slash::before {
  content: "\f5f4"; }

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

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

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

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

.fap-gauge-circle-bolt::before {
  content: "\e496"; }

.fap-gauge-circle-minus::before {
  content: "\e497"; }

.fap-gauge-circle-plus::before {
  content: "\e498"; }

.fap-gauge-high::before {
  content: "\f625"; }

.fap-tachometer-alt::before {
  content: "\f625"; }

.fap-tachometer-alt-fast::before {
  content: "\f625"; }

.fap-gauge-low::before {
  content: "\f627"; }

.fap-tachometer-alt-slow::before {
  content: "\f627"; }

.fap-gauge-max::before {
  content: "\f626"; }

.fap-tachometer-alt-fastest::before {
  content: "\f626"; }

.fap-gauge-min::before {
  content: "\f628"; }

.fap-tachometer-alt-slowest::before {
  content: "\f628"; }

.fap-gauge-simple::before {
  content: "\f629"; }

.fap-gauge-simple-med::before {
  content: "\f629"; }

.fap-tachometer-average::before {
  content: "\f629"; }

.fap-gauge-simple-high::before {
  content: "\f62a"; }

.fap-tachometer::before {
  content: "\f62a"; }

.fap-tachometer-fast::before {
  content: "\f62a"; }

.fap-gauge-simple-low::before {
  content: "\f62c"; }

.fap-tachometer-slow::before {
  content: "\f62c"; }

.fap-gauge-simple-max::before {
  content: "\f62b"; }

.fap-tachometer-fastest::before {
  content: "\f62b"; }

.fap-gauge-simple-min::before {
  content: "\f62d"; }

.fap-tachometer-slowest::before {
  content: "\f62d"; }

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

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

.fap-gear::before {
  content: "\f013"; }

.fap-cog::before {
  content: "\f013"; }

.fap-gears::before {
  content: "\f085"; }

.fap-cogs::before {
  content: "\f085"; }

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

.fap-genderless::before {
  content: "\f22d"; }

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

.fap-gif::before {
  content: "\e190"; }

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

.fap-gift-card::before {
  content: "\f663"; }

.fap-gifts::before {
  content: "\f79c"; }

.fap-gingerbread-man::before {
  content: "\f79d"; }

.fap-glass::before {
  content: "\f804"; }

.fap-glass-citrus::before {
  content: "\f869"; }

.fap-glass-empty::before {
  content: "\e191"; }

.fap-glass-half::before {
  content: "\e192"; }

.fap-glass-half-empty::before {
  content: "\e192"; }

.fap-glass-half-full::before {
  content: "\e192"; }

.fap-glass-water::before {
  content: "\e4f4"; }

.fap-glass-water-droplet::before {
  content: "\e4f5"; }

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

.fap-glasses-round::before {
  content: "\f5f5"; }

.fap-glasses-alt::before {
  content: "\f5f5"; }

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

.fap-globe-snow::before {
  content: "\f7a3"; }

.fap-globe-stand::before {
  content: "\f5f6"; }

.fap-goal-net::before {
  content: "\e3ab"; }

.fap-golf-ball-tee::before {
  content: "\f450"; }

.fap-golf-ball::before {
  content: "\f450"; }

.fap-golf-club::before {
  content: "\f451"; }

.fap-golf-flag-hole::before {
  content: "\e3ac"; }

.fap-gopuram::before {
  content: "\f664"; }

.fap-graduation-cap::before {
  content: "\f19d"; }

.fap-mortar-board::before {
  content: "\f19d"; }

.fap-gramophone::before {
  content: "\f8bd"; }

.fap-grapes::before {
  content: "\e306"; }

.fap-grate::before {
  content: "\e193"; }

.fap-grate-droplet::before {
  content: "\e194"; }

.fap-greater-than::before {
  content: "\3e"; }

.fap-greater-than-equal::before {
  content: "\f532"; }

.fap-grid::before {
  content: "\e195"; }

.fap-grid-3::before {
  content: "\e195"; }

.fap-grid-2::before {
  content: "\e196"; }

.fap-grid-2-plus::before {
  content: "\e197"; }

.fap-grid-4::before {
  content: "\e198"; }

.fap-grid-5::before {
  content: "\e199"; }

.fap-grid-dividers::before {
  content: "\e3ad"; }

.fap-grid-horizontal::before {
  content: "\e307"; }

.fap-grill::before {
  content: "\e5a3"; }

.fap-grill-fire::before {
  content: "\e5a4"; }

.fap-grill-hot::before {
  content: "\e5a5"; }

.fap-grip::before {
  content: "\f58d"; }

.fap-grip-horizontal::before {
  content: "\f58d"; }

.fap-grip-dots::before {
  content: "\e410"; }

.fap-grip-dots-vertical::before {
  content: "\e411"; }

.fap-grip-lines::before {
  content: "\f7a4"; }

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

.fap-grip-vertical::before {
  content: "\f58e"; }

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

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

.fap-guitar::before {
  content: "\f7a6"; }

.fap-guitar-electric::before {
  content: "\f8be"; }

.fap-guitars::before {
  content: "\f8bf"; }

.fap-gun::before {
  content: "\e19b"; }

.fap-gun-slash::before {
  content: "\e19c"; }

.fap-gun-squirt::before {
  content: "\e19d"; }

.fap-h::before {
  content: "\48"; }

.fap-h1::before {
  content: "\f313"; }

.fap-h2::before {
  content: "\f314"; }

.fap-h3::before {
  content: "\f315"; }

.fap-h4::before {
  content: "\f86a"; }

.fap-h5::before {
  content: "\e412"; }

.fap-h6::before {
  content: "\e413"; }

.fap-hammer::before {
  content: "\f6e3"; }

.fap-hammer-crash::before {
  content: "\e414"; }

.fap-hammer-war::before {
  content: "\f6e4"; }

.fap-hamsa::before {
  content: "\f665"; }

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

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

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

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

.fap-hand-back-point-down::before {
  content: "\e19e"; }

.fap-hand-back-point-left::before {
  content: "\e19f"; }

.fap-hand-back-point-ribbon::before {
  content: "\e1a0"; }

.fap-hand-back-point-right::before {
  content: "\e1a1"; }

.fap-hand-back-point-up::before {
  content: "\e1a2"; }

.fap-hand-dots::before {
  content: "\f461"; }

.fap-allergies::before {
  content: "\f461"; }

.fap-hand-fingers-crossed::before {
  content: "\e1a3"; }

.fap-hand-fist::before {
  content: "\f6de"; }

.fap-fist-raised::before {
  content: "\f6de"; }

.fap-hand-heart::before {
  content: "\f4bc"; }

.fap-hand-holding::before {
  content: "\f4bd"; }

.fap-hand-holding-box::before {
  content: "\f47b"; }

.fap-hand-holding-dollar::before {
  content: "\f4c0"; }

.fap-hand-holding-usd::before {
  content: "\f4c0"; }

.fap-hand-holding-droplet::before {
  content: "\f4c1"; }

.fap-hand-holding-water::before {
  content: "\f4c1"; }

.fap-hand-holding-hand::before {
  content: "\e4f7"; }

.fap-hand-holding-heart::before {
  content: "\f4be"; }

.fap-hand-holding-magic::before {
  content: "\f6e5"; }

.fap-hand-holding-medical::before {
  content: "\e05c"; }

.fap-hand-holding-seedling::before {
  content: "\f4bf"; }

.fap-hand-holding-skull::before {
  content: "\e1a4"; }

.fap-hand-horns::before {
  content: "\e1a9"; }

.fap-hand-lizard::before {
  content: "\f258"; }

.fap-hand-love::before {
  content: "\e1a5"; }

.fap-hand-middle-finger::before {
  content: "\f806"; }

.fap-hand-peace::before {
  content: "\f25b"; }

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

.fap-hand-point-left::before {
  content: "\f0a5"; }

.fap-hand-point-ribbon::before {
  content: "\e1a6"; }

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

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

.fap-hand-pointer::before {
  content: "\f25a"; }

.fap-hand-scissors::before {
  content: "\f257"; }

.fap-hand-sparkles::before {
  content: "\e05d"; }

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

.fap-hand-wave::before {
  content: "\e1a7"; }

.fap-handcuffs::before {
  content: "\e4f8"; }

.fap-hands::before {
  content: "\f2a7"; }

.fap-sign-language::before {
  content: "\f2a7"; }

.fap-signing::before {
  content: "\f2a7"; }

.fap-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fap-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fap-asl-interpreting::before {
  content: "\f2a3"; }

.fap-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

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

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

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

.fap-hands-clapping::before {
  content: "\e1a8"; }

.fap-hands-holding::before {
  content: "\f4c2"; }

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

.fap-hands-holding-circle::before {
  content: "\e4fb"; }

.fap-hands-holding-diamond::before {
  content: "\f47c"; }

.fap-hand-receiving::before {
  content: "\f47c"; }

.fap-hands-holding-dollar::before {
  content: "\f4c5"; }

.fap-hands-usd::before {
  content: "\f4c5"; }

.fap-hands-holding-heart::before {
  content: "\f4c3"; }

.fap-hands-heart::before {
  content: "\f4c3"; }

.fap-hands-praying::before {
  content: "\f684"; }

.fap-praying-hands::before {
  content: "\f684"; }

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

.fap-handshake-angle::before {
  content: "\f4c4"; }

.fap-hands-helping::before {
  content: "\f4c4"; }

.fap-handshake-simple::before {
  content: "\f4c6"; }

.fap-handshake-alt::before {
  content: "\f4c6"; }

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

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

.fap-handshake-slash::before {
  content: "\e060"; }

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

.fap-hard-drive::before {
  content: "\f0a0"; }

.fap-hdd::before {
  content: "\f0a0"; }

.fap-hashtag::before {
  content: "\23"; }

.fap-hashtag-lock::before {
  content: "\e415"; }

.fap-hat-chef::before {
  content: "\f86b"; }

.fap-hat-cowboy::before {
  content: "\f8c0"; }

.fap-hat-cowboy-side::before {
  content: "\f8c1"; }

.fap-hat-santa::before {
  content: "\f7a7"; }

.fap-hat-winter::before {
  content: "\f7a8"; }

.fap-hat-witch::before {
  content: "\f6e7"; }

.fap-hat-wizard::before {
  content: "\f6e8"; }

.fap-head-side::before {
  content: "\f6e9"; }

.fap-head-side-brain::before {
  content: "\f808"; }

.fap-head-side-cough::before {
  content: "\e061"; }

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

.fap-head-side-goggles::before {
  content: "\f6ea"; }

.fap-head-vr::before {
  content: "\f6ea"; }

.fap-head-side-headphones::before {
  content: "\f8c2"; }

.fap-head-side-heart::before {
  content: "\e1aa"; }

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

.fap-head-side-medical::before {
  content: "\f809"; }

.fap-head-side-virus::before {
  content: "\e064"; }

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

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

.fap-headphones::before {
  content: "\f025"; }

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

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

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

.fap-heart::before {
  content: "\f004"; }

.fap-heart-circle-bolt::before {
  content: "\e4fc"; }

.fap-heart-circle-check::before {
  content: "\e4fd"; }

.fap-heart-circle-exclamation::before {
  content: "\e4fe"; }

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

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

.fap-heart-circle-xmark::before {
  content: "\e501"; }

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

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

.fap-heart-half::before {
  content: "\e1ab"; }

.fap-heart-half-stroke::before {
  content: "\e1ac"; }

.fap-heart-half-alt::before {
  content: "\e1ac"; }

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

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

.fap-heat::before {
  content: "\e00c"; }

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

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

.fap-helmet-battle::before {
  content: "\f6eb"; }

.fap-helmet-safety::before {
  content: "\f807"; }

.fap-hard-hat::before {
  content: "\f807"; }

.fap-hat-hard::before {
  content: "\f807"; }

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

.fap-hexagon::before {
  content: "\f312"; }

.fap-hexagon-check::before {
  content: "\e416"; }

.fap-hexagon-divide::before {
  content: "\e1ad"; }

.fap-hexagon-exclamation::before {
  content: "\e417"; }

.fap-hexagon-image::before {
  content: "\e504"; }

.fap-hexagon-minus::before {
  content: "\f307"; }

.fap-minus-hexagon::before {
  content: "\f307"; }

.fap-hexagon-plus::before {
  content: "\f300"; }

.fap-plus-hexagon::before {
  content: "\f300"; }

.fap-hexagon-vertical-nft::before {
  content: "\e505"; }

.fap-hexagon-vertical-nft-slanted::before {
  content: "\e506"; }

.fap-hexagon-xmark::before {
  content: "\f2ee"; }

.fap-times-hexagon::before {
  content: "\f2ee"; }

.fap-xmark-hexagon::before {
  content: "\f2ee"; }

.fap-high-definition::before {
  content: "\e1ae"; }

.fap-rectangle-hd::before {
  content: "\e1ae"; }

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

.fap-highlighter-line::before {
  content: "\e1af"; }

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

.fap-hill-rockslide::before {
  content: "\e508"; }

.fap-hippo::before {
  content: "\f6ed"; }

.fap-hockey-mask::before {
  content: "\f6ee"; }

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

.fap-hockey-stick-puck::before {
  content: "\e3ae"; }

.fap-hockey-sticks::before {
  content: "\f454"; }

.fap-holly-berry::before {
  content: "\f7aa"; }

.fap-honey-pot::before {
  content: "\e418"; }

.fap-hood-cloak::before {
  content: "\f6ef"; }

.fap-horizontal-rule::before {
  content: "\f86c"; }

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

.fap-horse-head::before {
  content: "\f7ab"; }

.fap-horse-saddle::before {
  content: "\f8c3"; }

.fap-hose::before {
  content: "\e419"; }

.fap-hose-reel::before {
  content: "\e41a"; }

.fap-hospital::before {
  content: "\f0f8"; }

.fap-hospital-alt::before {
  content: "\f0f8"; }

.fap-hospital-wide::before {
  content: "\f0f8"; }

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

.fap-hospitals::before {
  content: "\f80e"; }

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

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

.fap-hotdog::before {
  content: "\f80f"; }

.fap-hotel::before {
  content: "\f594"; }

.fap-hourglass::before {
  content: "\f254"; }

.fap-hourglass-empty::before {
  content: "\f254"; }

.fap-hourglass-clock::before {
  content: "\e41b"; }

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

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

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

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

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

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

.fap-house::before {
  content: "\f015"; }

.fap-home::before {
  content: "\f015"; }

.fap-home-alt::before {
  content: "\f015"; }

.fap-home-lg-alt::before {
  content: "\f015"; }

.fap-house-blank::before {
  content: "\e487"; }

.fap-home-blank::before {
  content: "\e487"; }

.fap-house-building::before {
  content: "\e1b1"; }

.fap-house-chimney::before {
  content: "\e3af"; }

.fap-home-lg::before {
  content: "\e3af"; }

.fap-house-chimney-blank::before {
  content: "\e3b0"; }

.fap-house-chimney-crack::before {
  content: "\f6f1"; }

.fap-house-damage::before {
  content: "\f6f1"; }

.fap-house-chimney-heart::before {
  content: "\e1b2"; }

.fap-house-chimney-medical::before {
  content: "\f7f2"; }

.fap-clinic-medical::before {
  content: "\f7f2"; }

.fap-house-chimney-user::before {
  content: "\e065"; }

.fap-house-chimney-window::before {
  content: "\e00d"; }

.fap-house-circle-check::before {
  content: "\e509"; }

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

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

.fap-house-crack::before {
  content: "\e3b1"; }

.fap-house-day::before {
  content: "\e00e"; }

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

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

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

.fap-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fap-house-heart::before {
  content: "\f4c9"; }

.fap-home-heart::before {
  content: "\f4c9"; }

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

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

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

.fap-house-medical::before {
  content: "\e3b2"; }

.fap-house-medical-circle-check::before {
  content: "\e511"; }

.fap-house-medical-circle-exclamation::before {
  content: "\e512"; }

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

.fap-house-medical-flag::before {
  content: "\e514"; }

.fap-house-night::before {
  content: "\e010"; }

.fap-house-person-leave::before {
  content: "\e00f"; }

.fap-house-leave::before {
  content: "\e00f"; }

.fap-house-person-depart::before {
  content: "\e00f"; }

.fap-house-person-return::before {
  content: "\e011"; }

.fap-house-person-arrive::before {
  content: "\e011"; }

.fap-house-return::before {
  content: "\e011"; }

.fap-house-signal::before {
  content: "\e012"; }

.fap-house-tree::before {
  content: "\e1b3"; }

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

.fap-house-turret::before {
  content: "\e1b4"; }

.fap-house-user::before {
  content: "\e1b0"; }

.fap-home-user::before {
  content: "\e1b0"; }

.fap-house-water::before {
  content: "\f74f"; }

.fap-house-flood::before {
  content: "\f74f"; }

.fap-house-window::before {
  content: "\e3b3"; }

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

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

.fap-hundred-points::before {
  content: "\e41c"; }

.fap-100::before {
  content: "\e41c"; }

.fap-hurricane::before {
  content: "\f751"; }

.fap-hyphen::before {
  content: "\2d"; }

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

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

.fap-ice-cream::before {
  content: "\f810"; }

.fap-ice-skate::before {
  content: "\f7ac"; }

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

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

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

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

.fap-id-card::before {
  content: "\f2c2"; }

.fap-drivers-license::before {
  content: "\f2c2"; }

.fap-id-card-clip::before {
  content: "\f47f"; }

.fap-id-card-alt::before {
  content: "\f47f"; }

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

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

.fap-image-landscape::before {
  content: "\e1b5"; }

.fap-landscape::before {
  content: "\e1b5"; }

.fap-image-polaroid::before {
  content: "\f8c4"; }

.fap-image-polaroid-user::before {
  content: "\e1b6"; }

.fap-image-portrait::before {
  content: "\f3e0"; }

.fap-portrait::before {
  content: "\f3e0"; }

.fap-image-slash::before {
  content: "\e1b7"; }

.fap-image-user::before {
  content: "\e1b8"; }

.fap-images::before {
  content: "\f302"; }

.fap-images-user::before {
  content: "\e1b9"; }

.fap-inbox::before {
  content: "\f01c"; }

.fap-inbox-full::before {
  content: "\e1ba"; }

.fap-inbox-in::before {
  content: "\f310"; }

.fap-inbox-arrow-down::before {
  content: "\f310"; }

.fap-inbox-out::before {
  content: "\f311"; }

.fap-inbox-arrow-up::before {
  content: "\f311"; }

.fap-inboxes::before {
  content: "\e1bb"; }

.fap-indent::before {
  content: "\f03c"; }

.fap-indian-rupee-sign::before {
  content: "\e1bc"; }

.fap-indian-rupee::before {
  content: "\e1bc"; }

.fap-inr::before {
  content: "\e1bc"; }

.fap-industry::before {
  content: "\f275"; }

.fap-industry-windows::before {
  content: "\f3b3"; }

.fap-industry-alt::before {
  content: "\f3b3"; }

.fap-infinity::before {
  content: "\f534"; }

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

.fap-inhaler::before {
  content: "\f5f9"; }

.fap-input-numeric::before {
  content: "\e1bd"; }

.fap-input-pipe::before {
  content: "\e1be"; }

.fap-input-text::before {
  content: "\e1bf"; }

.fap-integral::before {
  content: "\f667"; }

.fap-intersection::before {
  content: "\f668"; }

.fap-island-tropical::before {
  content: "\f811"; }

.fap-island-tree-palm::before {
  content: "\f811"; }

.fap-italic::before {
  content: "\f033"; }

.fap-j::before {
  content: "\4a"; }

.fap-jack-o-lantern::before {
  content: "\f30e"; }

.fap-jar::before {
  content: "\e516"; }

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

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

.fap-jet-fighter::before {
  content: "\f0fb"; }

.fap-fighter-jet::before {
  content: "\f0fb"; }

.fap-jet-fighter-up::before {
  content: "\e518"; }

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

.fap-joystick::before {
  content: "\f8c5"; }

.fap-jug::before {
  content: "\f8c6"; }

.fap-jug-detergent::before {
  content: "\e519"; }

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

.fap-kaaba::before {
  content: "\f66b"; }

.fap-kazoo::before {
  content: "\f8c7"; }

.fap-kerning::before {
  content: "\f86f"; }

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

.fap-key-skeleton::before {
  content: "\f6f3"; }

.fap-key-skeleton-left-right::before {
  content: "\e3b4"; }

.fap-keyboard::before {
  content: "\f11c"; }

.fap-keyboard-brightness::before {
  content: "\e1c0"; }

.fap-keyboard-brightness-low::before {
  content: "\e1c1"; }

.fap-keyboard-down::before {
  content: "\e1c2"; }

.fap-keyboard-left::before {
  content: "\e1c3"; }

.fap-keynote::before {
  content: "\f66c"; }

.fap-khanda::before {
  content: "\f66d"; }

.fap-kidneys::before {
  content: "\f5fb"; }

.fap-kip-sign::before {
  content: "\e1c4"; }

.fap-kit-medical::before {
  content: "\f479"; }

.fap-first-aid::before {
  content: "\f479"; }

.fap-kitchen-set::before {
  content: "\e51a"; }

.fap-kite::before {
  content: "\f6f4"; }

.fap-kiwi-bird::before {
  content: "\f535"; }

.fap-kiwi-fruit::before {
  content: "\e30c"; }

.fap-knife::before {
  content: "\f2e4"; }

.fap-utensil-knife::before {
  content: "\f2e4"; }

.fap-knife-kitchen::before {
  content: "\f6f5"; }

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

.fap-lacrosse-stick::before {
  content: "\e3b5"; }

.fap-lacrosse-stick-ball::before {
  content: "\e3b6"; }

.fap-lambda::before {
  content: "\f66e"; }

.fap-lamp::before {
  content: "\f4ca"; }

.fap-lamp-desk::before {
  content: "\e014"; }

.fap-lamp-floor::before {
  content: "\e015"; }

.fap-lamp-street::before {
  content: "\e1c5"; }

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

.fap-landmark::before {
  content: "\f66f"; }

.fap-landmark-dome::before {
  content: "\f752"; }

.fap-landmark-alt::before {
  content: "\f752"; }

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

.fap-language::before {
  content: "\f1ab"; }

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

.fap-laptop-arrow-down::before {
  content: "\e1c6"; }

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

.fap-laptop-file::before {
  content: "\e51d"; }

.fap-laptop-medical::before {
  content: "\f812"; }

.fap-laptop-mobile::before {
  content: "\f87a"; }

.fap-phone-laptop::before {
  content: "\f87a"; }

.fap-laptop-slash::before {
  content: "\e1c7"; }

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

.fap-lasso::before {
  content: "\f8c8"; }

.fap-lasso-sparkles::before {
  content: "\e1c9"; }

.fap-layer-group::before {
  content: "\f5fd"; }

.fap-layer-minus::before {
  content: "\f5fe"; }

.fap-layer-group-minus::before {
  content: "\f5fe"; }

.fap-layer-plus::before {
  content: "\f5ff"; }

.fap-layer-group-plus::before {
  content: "\f5ff"; }

.fap-leaf::before {
  content: "\f06c"; }

.fap-leaf-heart::before {
  content: "\f4cb"; }

.fap-leaf-maple::before {
  content: "\f6f6"; }

.fap-leaf-oak::before {
  content: "\f6f7"; }

.fap-leafy-green::before {
  content: "\e41d"; }

.fap-left::before {
  content: "\f355"; }

.fap-arrow-alt-left::before {
  content: "\f355"; }

.fap-left-from-line::before {
  content: "\f348"; }

.fap-arrow-alt-from-right::before {
  content: "\f348"; }

.fap-left-long::before {
  content: "\f30a"; }

.fap-long-arrow-alt-left::before {
  content: "\f30a"; }

.fap-left-long-to-line::before {
  content: "\e41e"; }

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

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

.fap-left-to-line::before {
  content: "\f34b"; }

.fap-arrow-alt-to-left::before {
  content: "\f34b"; }

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

.fap-less-than::before {
  content: "\3c"; }

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

.fap-life-ring::before {
  content: "\f1cd"; }

.fap-light-ceiling::before {
  content: "\e016"; }

.fap-light-emergency::before {
  content: "\e41f"; }

.fap-light-emergency-on::before {
  content: "\e420"; }

.fap-light-switch::before {
  content: "\e017"; }

.fap-light-switch-off::before {
  content: "\e018"; }

.fap-light-switch-on::before {
  content: "\e019"; }

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

.fap-lightbulb-cfl::before {
  content: "\e5a6"; }

.fap-lightbulb-cfl-on::before {
  content: "\e5a7"; }

.fap-lightbulb-dollar::before {
  content: "\f670"; }

.fap-lightbulb-exclamation::before {
  content: "\f671"; }

.fap-lightbulb-exclamation-on::before {
  content: "\e1ca"; }

.fap-lightbulb-on::before {
  content: "\f672"; }

.fap-lightbulb-slash::before {
  content: "\f673"; }

.fap-lights-holiday::before {
  content: "\f7b2"; }

.fap-line-columns::before {
  content: "\f870"; }

.fap-line-height::before {
  content: "\f871"; }

.fap-lines-leaning::before {
  content: "\e51e"; }

.fap-link::before {
  content: "\f0c1"; }

.fap-chain::before {
  content: "\f0c1"; }

.fap-link-horizontal::before {
  content: "\e1cb"; }

.fap-chain-horizontal::before {
  content: "\e1cb"; }

.fap-link-horizontal-slash::before {
  content: "\e1cc"; }

.fap-chain-horizontal-slash::before {
  content: "\e1cc"; }

.fap-link-simple::before {
  content: "\e1cd"; }

.fap-link-simple-slash::before {
  content: "\e1ce"; }

.fap-link-slash::before {
  content: "\f127"; }

.fap-chain-broken::before {
  content: "\f127"; }

.fap-chain-slash::before {
  content: "\f127"; }

.fap-unlink::before {
  content: "\f127"; }

.fap-lips::before {
  content: "\f600"; }

.fap-lira-sign::before {
  content: "\f195"; }

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

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

.fap-list-check::before {
  content: "\f0ae"; }

.fap-tasks::before {
  content: "\f0ae"; }

.fap-list-dropdown::before {
  content: "\e1cf"; }

.fap-list-music::before {
  content: "\f8c9"; }

.fap-list-ol::before {
  content: "\f0cb"; }

.fap-list-1-2::before {
  content: "\f0cb"; }

.fap-list-numeric::before {
  content: "\f0cb"; }

.fap-list-radio::before {
  content: "\e1d0"; }

.fap-list-timeline::before {
  content: "\e1d1"; }

.fap-list-tree::before {
  content: "\e1d2"; }

.fap-list-ul::before {
  content: "\f0ca"; }

.fap-list-dots::before {
  content: "\f0ca"; }

.fap-litecoin-sign::before {
  content: "\e1d3"; }

.fap-loader::before {
  content: "\e1d4"; }

.fap-lobster::before {
  content: "\e421"; }

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

.fap-location-check::before {
  content: "\f606"; }

.fap-map-marker-check::before {
  content: "\f606"; }

.fap-location-crosshairs::before {
  content: "\f601"; }

.fap-location::before {
  content: "\f601"; }

.fap-location-crosshairs-slash::before {
  content: "\f603"; }

.fap-location-slash::before {
  content: "\f603"; }

.fap-location-dot::before {
  content: "\f3c5"; }

.fap-map-marker-alt::before {
  content: "\f3c5"; }

.fap-location-dot-slash::before {
  content: "\f605"; }

.fap-map-marker-alt-slash::before {
  content: "\f605"; }

.fap-location-exclamation::before {
  content: "\f608"; }

.fap-map-marker-exclamation::before {
  content: "\f608"; }

.fap-location-minus::before {
  content: "\f609"; }

.fap-map-marker-minus::before {
  content: "\f609"; }

.fap-location-pen::before {
  content: "\f607"; }

.fap-map-marker-edit::before {
  content: "\f607"; }

.fap-location-pin::before {
  content: "\f041"; }

.fap-map-marker::before {
  content: "\f041"; }

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

.fap-location-pin-slash::before {
  content: "\f60c"; }

.fap-map-marker-slash::before {
  content: "\f60c"; }

.fap-location-plus::before {
  content: "\f60a"; }

.fap-map-marker-plus::before {
  content: "\f60a"; }

.fap-location-question::before {
  content: "\f60b"; }

.fap-map-marker-question::before {
  content: "\f60b"; }

.fap-location-smile::before {
  content: "\f60d"; }

.fap-map-marker-smile::before {
  content: "\f60d"; }

.fap-location-xmark::before {
  content: "\f60e"; }

.fap-map-marker-times::before {
  content: "\f60e"; }

.fap-map-marker-xmark::before {
  content: "\f60e"; }

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

.fap-lock-a::before {
  content: "\e422"; }

.fap-lock-hashtag::before {
  content: "\e423"; }

.fap-lock-keyhole::before {
  content: "\f30d"; }

.fap-lock-alt::before {
  content: "\f30d"; }

.fap-lock-keyhole-open::before {
  content: "\f3c2"; }

.fap-lock-open-alt::before {
  content: "\f3c2"; }

.fap-lock-open::before {
  content: "\f3c1"; }

.fap-locust::before {
  content: "\e520"; }

.fap-lollipop::before {
  content: "\e424"; }

.fap-lollypop::before {
  content: "\e424"; }

.fap-loveseat::before {
  content: "\f4cc"; }

.fap-couch-small::before {
  content: "\f4cc"; }

.fap-luchador-mask::before {
  content: "\f455"; }

.fap-luchador::before {
  content: "\f455"; }

.fap-mask-luchador::before {
  content: "\f455"; }

.fap-lungs::before {
  content: "\f604"; }

.fap-lungs-virus::before {
  content: "\e067"; }

.fap-m::before {
  content: "\4d"; }

.fap-mace::before {
  content: "\f6f8"; }

.fap-magnet::before {
  content: "\f076"; }

.fap-magnifying-glass::before {
  content: "\f002"; }

.fap-search::before {
  content: "\f002"; }

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

.fap-magnifying-glass-chart::before {
  content: "\e522"; }

.fap-magnifying-glass-dollar::before {
  content: "\f688"; }

.fap-search-dollar::before {
  content: "\f688"; }

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

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

.fap-magnifying-glass-minus::before {
  content: "\f010"; }

.fap-search-minus::before {
  content: "\f010"; }

.fap-magnifying-glass-plus::before {
  content: "\f00e"; }

.fap-search-plus::before {
  content: "\f00e"; }

.fap-mailbox::before {
  content: "\f813"; }

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

.fap-mandolin::before {
  content: "\f6f9"; }

.fap-mango::before {
  content: "\e30f"; }

.fap-manhole::before {
  content: "\e1d6"; }

.fap-map::before {
  content: "\f279"; }

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

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

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

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

.fap-map-pin::before {
  content: "\f276"; }

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

.fap-mars::before {
  content: "\f222"; }

.fap-mars-and-venus::before {
  content: "\f224"; }

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

.fap-mars-double::before {
  content: "\f227"; }

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

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

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

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

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

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

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

.fap-martini-glass-citrus::before {
  content: "\f561"; }

.fap-cocktail::before {
  content: "\f561"; }

.fap-martini-glass-empty::before {
  content: "\f000"; }

.fap-glass-martini::before {
  content: "\f000"; }

.fap-mask::before {
  content: "\f6fa"; }

.fap-mask-face::before {
  content: "\e1d7"; }

.fap-mask-snorkel::before {
  content: "\e3b7"; }

.fap-mask-ventilator::before {
  content: "\e524"; }

.fap-masks-theater::before {
  content: "\f630"; }

.fap-theater-masks::before {
  content: "\f630"; }

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

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

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

.fap-meat::before {
  content: "\f814"; }

.fap-medal::before {
  content: "\f5a2"; }

.fap-megaphone::before {
  content: "\f675"; }

.fap-melon::before {
  content: "\e310"; }

.fap-melon-slice::before {
  content: "\e311"; }

.fap-memo::before {
  content: "\e1d8"; }

.fap-memo-circle-check::before {
  content: "\e1d9"; }

.fap-memo-circle-info::before {
  content: "\e49a"; }

.fap-memo-pad::before {
  content: "\e1da"; }

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

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

.fap-mercury::before {
  content: "\f223"; }

.fap-merge::before {
  content: "\e526"; }

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

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

.fap-message-arrow-down::before {
  content: "\e1db"; }

.fap-comment-alt-arrow-down::before {
  content: "\e1db"; }

.fap-message-arrow-up::before {
  content: "\e1dc"; }

.fap-comment-alt-arrow-up::before {
  content: "\e1dc"; }

.fap-message-arrow-up-right::before {
  content: "\e1dd"; }

.fap-message-bot::before {
  content: "\e3b8"; }

.fap-message-captions::before {
  content: "\e1de"; }

.fap-comment-alt-captions::before {
  content: "\e1de"; }

.fap-message-check::before {
  content: "\f4a2"; }

.fap-comment-alt-check::before {
  content: "\f4a2"; }

.fap-message-code::before {
  content: "\e1df"; }

.fap-message-dollar::before {
  content: "\f650"; }

.fap-comment-alt-dollar::before {
  content: "\f650"; }

.fap-message-dots::before {
  content: "\f4a3"; }

.fap-comment-alt-dots::before {
  content: "\f4a3"; }

.fap-messaging::before {
  content: "\f4a3"; }

.fap-message-exclamation::before {
  content: "\f4a5"; }

.fap-comment-alt-exclamation::before {
  content: "\f4a5"; }

.fap-message-image::before {
  content: "\e1e0"; }

.fap-comment-alt-image::before {
  content: "\e1e0"; }

.fap-message-lines::before {
  content: "\f4a6"; }

.fap-comment-alt-lines::before {
  content: "\f4a6"; }

.fap-message-medical::before {
  content: "\f7f4"; }

.fap-comment-alt-medical::before {
  content: "\f7f4"; }

.fap-message-middle::before {
  content: "\e1e1"; }

.fap-comment-middle-alt::before {
  content: "\e1e1"; }

.fap-message-middle-top::before {
  content: "\e1e2"; }

.fap-comment-middle-top-alt::before {
  content: "\e1e2"; }

.fap-message-minus::before {
  content: "\f4a7"; }

.fap-comment-alt-minus::before {
  content: "\f4a7"; }

.fap-message-music::before {
  content: "\f8af"; }

.fap-comment-alt-music::before {
  content: "\f8af"; }

.fap-message-pen::before {
  content: "\f4a4"; }

.fap-comment-alt-edit::before {
  content: "\f4a4"; }

.fap-message-edit::before {
  content: "\f4a4"; }

.fap-message-plus::before {
  content: "\f4a8"; }

.fap-comment-alt-plus::before {
  content: "\f4a8"; }

.fap-message-question::before {
  content: "\e1e3"; }

.fap-message-quote::before {
  content: "\e1e4"; }

.fap-comment-alt-quote::before {
  content: "\e1e4"; }

.fap-message-slash::before {
  content: "\f4a9"; }

.fap-comment-alt-slash::before {
  content: "\f4a9"; }

.fap-message-smile::before {
  content: "\f4aa"; }

.fap-comment-alt-smile::before {
  content: "\f4aa"; }

.fap-message-sms::before {
  content: "\e1e5"; }

.fap-message-text::before {
  content: "\e1e6"; }

.fap-comment-alt-text::before {
  content: "\e1e6"; }

.fap-message-xmark::before {
  content: "\f4ab"; }

.fap-comment-alt-times::before {
  content: "\f4ab"; }

.fap-message-times::before {
  content: "\f4ab"; }

.fap-messages::before {
  content: "\f4b6"; }

.fap-comments-alt::before {
  content: "\f4b6"; }

.fap-messages-dollar::before {
  content: "\f652"; }

.fap-comments-alt-dollar::before {
  content: "\f652"; }

.fap-messages-question::before {
  content: "\e1e7"; }

.fap-meteor::before {
  content: "\f753"; }

.fap-meter::before {
  content: "\e1e8"; }

.fap-meter-bolt::before {
  content: "\e1e9"; }

.fap-meter-droplet::before {
  content: "\e1ea"; }

.fap-meter-fire::before {
  content: "\e1eb"; }

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

.fap-microchip-ai::before {
  content: "\e1ec"; }

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

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

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

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

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

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

.fap-microphone-stand::before {
  content: "\f8cb"; }

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

.fap-microwave::before {
  content: "\e01b"; }

.fap-mill-sign::before {
  content: "\e1ed"; }

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

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

.fap-minus::before {
  content: "\f068"; }

.fap-subtract::before {
  content: "\f068"; }

.fap-mistletoe::before {
  content: "\f7b4"; }

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

.fap-mobile::before {
  content: "\f3ce"; }

.fap-mobile-android::before {
  content: "\f3ce"; }

.fap-mobile-phone::before {
  content: "\f3ce"; }

.fap-mobile-button::before {
  content: "\f10b"; }

.fap-mobile-notch::before {
  content: "\e1ee"; }

.fap-mobile-iphone::before {
  content: "\e1ee"; }

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

.fap-mobile-screen::before {
  content: "\f3cf"; }

.fap-mobile-android-alt::before {
  content: "\f3cf"; }

.fap-mobile-screen-button::before {
  content: "\f3cd"; }

.fap-mobile-alt::before {
  content: "\f3cd"; }

.fap-mobile-signal::before {
  content: "\e1ef"; }

.fap-mobile-signal-out::before {
  content: "\e1f0"; }

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

.fap-money-bill-1::before {
  content: "\f3d1"; }

.fap-money-bill-alt::before {
  content: "\f3d1"; }

.fap-money-bill-1-wave::before {
  content: "\f53b"; }

.fap-money-bill-wave-alt::before {
  content: "\f53b"; }

.fap-money-bill-simple::before {
  content: "\e1f1"; }

.fap-money-bill-simple-wave::before {
  content: "\e1f2"; }

.fap-money-bill-transfer::before {
  content: "\e528"; }

.fap-money-bill-trend-up::before {
  content: "\e529"; }

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

.fap-money-bill-wheat::before {
  content: "\e52a"; }

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

.fap-money-bills-simple::before {
  content: "\e1f4"; }

.fap-money-bills-alt::before {
  content: "\e1f4"; }

.fap-money-check::before {
  content: "\f53c"; }

.fap-money-check-dollar::before {
  content: "\f53d"; }

.fap-money-check-alt::before {
  content: "\f53d"; }

.fap-money-check-dollar-pen::before {
  content: "\f873"; }

.fap-money-check-edit-alt::before {
  content: "\f873"; }

.fap-money-check-pen::before {
  content: "\f872"; }

.fap-money-check-edit::before {
  content: "\f872"; }

.fap-money-from-bracket::before {
  content: "\e312"; }

.fap-money-simple-from-bracket::before {
  content: "\e313"; }

.fap-monitor-waveform::before {
  content: "\f611"; }

.fap-monitor-heart-rate::before {
  content: "\f611"; }

.fap-monkey::before {
  content: "\f6fb"; }

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

.fap-moon::before {
  content: "\f186"; }

.fap-moon-cloud::before {
  content: "\f754"; }

.fap-moon-over-sun::before {
  content: "\f74a"; }

.fap-eclipse-alt::before {
  content: "\f74a"; }

.fap-moon-stars::before {
  content: "\f755"; }

.fap-moped::before {
  content: "\e3b9"; }

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

.fap-mosque::before {
  content: "\f678"; }

.fap-mosquito::before {
  content: "\e52b"; }

.fap-mosquito-net::before {
  content: "\e52c"; }

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

.fap-mound::before {
  content: "\e52d"; }

.fap-mountain::before {
  content: "\f6fc"; }

.fap-mountain-city::before {
  content: "\e52e"; }

.fap-mountain-sun::before {
  content: "\e52f"; }

.fap-mountains::before {
  content: "\f6fd"; }

.fap-mouse-field::before {
  content: "\e5a8"; }

.fap-mp3-player::before {
  content: "\f8ce"; }

.fap-mug::before {
  content: "\f874"; }

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

.fap-mug-marshmallows::before {
  content: "\f7b7"; }

.fap-mug-saucer::before {
  content: "\f0f4"; }

.fap-coffee::before {
  content: "\f0f4"; }

.fap-mug-tea::before {
  content: "\f875"; }

.fap-mug-tea-saucer::before {
  content: "\e1f5"; }

.fap-mushroom::before {
  content: "\e425"; }

.fap-music::before {
  content: "\f001"; }

.fap-music-note::before {
  content: "\f8cf"; }

.fap-music-alt::before {
  content: "\f8cf"; }

.fap-music-note-slash::before {
  content: "\f8d0"; }

.fap-music-alt-slash::before {
  content: "\f8d0"; }

.fap-music-slash::before {
  content: "\f8d1"; }

.fap-n::before {
  content: "\4e"; }

.fap-naira-sign::before {
  content: "\e1f6"; }

.fap-narwhal::before {
  content: "\f6fe"; }

.fap-nesting-dolls::before {
  content: "\e3ba"; }

.fap-network-wired::before {
  content: "\f6ff"; }

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

.fap-newspaper::before {
  content: "\f1ea"; }

.fap-nfc::before {
  content: "\e1f7"; }

.fap-nfc-lock::before {
  content: "\e1f8"; }

.fap-nfc-magnifying-glass::before {
  content: "\e1f9"; }

.fap-nfc-pen::before {
  content: "\e1fa"; }

.fap-nfc-signal::before {
  content: "\e1fb"; }

.fap-nfc-slash::before {
  content: "\e1fc"; }

.fap-nfc-trash::before {
  content: "\e1fd"; }

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

.fap-notdef::before {
  content: "\e1fe"; }

.fap-note::before {
  content: "\e1ff"; }

.fap-note-medical::before {
  content: "\e200"; }

.fap-note-sticky::before {
  content: "\f249"; }

.fap-sticky-note::before {
  content: "\f249"; }

.fap-notebook::before {
  content: "\e201"; }

.fap-notes::before {
  content: "\e202"; }

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

.fap-o::before {
  content: "\4f"; }

.fap-object-exclude::before {
  content: "\e49c"; }

.fap-object-group::before {
  content: "\f247"; }

.fap-object-intersect::before {
  content: "\e49d"; }

.fap-object-subtract::before {
  content: "\e49e"; }

.fap-object-ungroup::before {
  content: "\f248"; }

.fap-object-union::before {
  content: "\e49f"; }

.fap-objects-align-bottom::before {
  content: "\e3bb"; }

.fap-objects-align-center-horizontal::before {
  content: "\e3bc"; }

.fap-objects-align-center-vertical::before {
  content: "\e3bd"; }

.fap-objects-align-left::before {
  content: "\e3be"; }

.fap-objects-align-right::before {
  content: "\e3bf"; }

.fap-objects-align-top::before {
  content: "\e3c0"; }

.fap-objects-column::before {
  content: "\e3c1"; }

.fap-octagon::before {
  content: "\f306"; }

.fap-octagon-check::before {
  content: "\e426"; }

.fap-octagon-divide::before {
  content: "\e203"; }

.fap-octagon-exclamation::before {
  content: "\e204"; }

.fap-octagon-minus::before {
  content: "\f308"; }

.fap-minus-octagon::before {
  content: "\f308"; }

.fap-octagon-plus::before {
  content: "\f301"; }

.fap-plus-octagon::before {
  content: "\f301"; }

.fap-octagon-xmark::before {
  content: "\f2f0"; }

.fap-times-octagon::before {
  content: "\f2f0"; }

.fap-xmark-octagon::before {
  content: "\f2f0"; }

.fap-oil-can::before {
  content: "\f613"; }

.fap-oil-can-drip::before {
  content: "\e205"; }

.fap-oil-temperature::before {
  content: "\f614"; }

.fap-oil-temp::before {
  content: "\f614"; }

.fap-oil-well::before {
  content: "\e532"; }

.fap-olive::before {
  content: "\e316"; }

.fap-olive-branch::before {
  content: "\e317"; }

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

.fap-omega::before {
  content: "\f67a"; }

.fap-onion::before {
  content: "\e427"; }

.fap-option::before {
  content: "\e318"; }

.fap-ornament::before {
  content: "\f7b8"; }

.fap-otter::before {
  content: "\f700"; }

.fap-outdent::before {
  content: "\f03b"; }

.fap-dedent::before {
  content: "\f03b"; }

.fap-outlet::before {
  content: "\e01c"; }

.fap-oven::before {
  content: "\e01d"; }

.fap-overline::before {
  content: "\f876"; }

.fap-p::before {
  content: "\50"; }

.fap-page::before {
  content: "\e428"; }

.fap-page-caret-down::before {
  content: "\e429"; }

.fap-file-caret-down::before {
  content: "\e429"; }

.fap-page-caret-up::before {
  content: "\e42a"; }

.fap-file-caret-up::before {
  content: "\e42a"; }

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

.fap-paint-roller::before {
  content: "\f5aa"; }

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

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

.fap-paintbrush-fine::before {
  content: "\f5a9"; }

.fap-paint-brush-alt::before {
  content: "\f5a9"; }

.fap-paint-brush-fine::before {
  content: "\f5a9"; }

.fap-paintbrush-alt::before {
  content: "\f5a9"; }

.fap-paintbrush-pencil::before {
  content: "\e206"; }

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

.fap-pallet::before {
  content: "\f482"; }

.fap-pallet-box::before {
  content: "\e208"; }

.fap-pallet-boxes::before {
  content: "\f483"; }

.fap-palette-boxes::before {
  content: "\f483"; }

.fap-pallet-alt::before {
  content: "\f483"; }

.fap-pan-food::before {
  content: "\e42b"; }

.fap-pan-frying::before {
  content: "\e42c"; }

.fap-pancakes::before {
  content: "\e42d"; }

.fap-panel-ews::before {
  content: "\e42e"; }

.fap-panel-fire::before {
  content: "\e42f"; }

.fap-panorama::before {
  content: "\e209"; }

.fap-paper-plane::before {
  content: "\f1d8"; }

.fap-paper-plane-top::before {
  content: "\e20a"; }

.fap-paper-plane-alt::before {
  content: "\e20a"; }

.fap-send::before {
  content: "\e20a"; }

.fap-paperclip::before {
  content: "\f0c6"; }

.fap-paperclip-vertical::before {
  content: "\e3c2"; }

.fap-parachute-box::before {
  content: "\f4cd"; }

.fap-paragraph::before {
  content: "\f1dd"; }

.fap-paragraph-left::before {
  content: "\f878"; }

.fap-paragraph-rtl::before {
  content: "\f878"; }

.fap-party-bell::before {
  content: "\e31a"; }

.fap-party-horn::before {
  content: "\e31b"; }

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

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

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

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

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

.fap-paw-claws::before {
  content: "\f702"; }

.fap-paw-simple::before {
  content: "\f701"; }

.fap-paw-alt::before {
  content: "\f701"; }

.fap-peace::before {
  content: "\f67c"; }

.fap-peach::before {
  content: "\e20b"; }

.fap-peanut::before {
  content: "\e430"; }

.fap-peanuts::before {
  content: "\e431"; }

.fap-peapod::before {
  content: "\e31c"; }

.fap-pear::before {
  content: "\e20c"; }

.fap-pedestal::before {
  content: "\e20d"; }

.fap-pegasus::before {
  content: "\f703"; }

.fap-pen::before {
  content: "\f304"; }

.fap-pen-circle::before {
  content: "\e20e"; }

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

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

.fap-pen-clip-slash::before {
  content: "\e20f"; }

.fap-pen-alt-slash::before {
  content: "\e20f"; }

.fap-pen-fancy::before {
  content: "\f5ac"; }

.fap-pen-fancy-slash::before {
  content: "\e210"; }

.fap-pen-field::before {
  content: "\e211"; }

.fap-pen-line::before {
  content: "\e212"; }

.fap-pen-nib::before {
  content: "\f5ad"; }

.fap-pen-nib-slash::before {
  content: "\e4a1"; }

.fap-pen-paintbrush::before {
  content: "\f618"; }

.fap-pencil-paintbrush::before {
  content: "\f618"; }

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

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

.fap-pen-slash::before {
  content: "\e213"; }

.fap-pen-swirl::before {
  content: "\e214"; }

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

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

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

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

.fap-pencil-slash::before {
  content: "\e215"; }

.fap-people::before {
  content: "\e216"; }

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

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

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

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

.fap-people-dress::before {
  content: "\e217"; }

.fap-people-dress-simple::before {
  content: "\e218"; }

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

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

.fap-people-pants::before {
  content: "\e219"; }

.fap-people-pants-simple::before {
  content: "\e21a"; }

.fap-people-pulling::before {
  content: "\e535"; }

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

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

.fap-people-simple::before {
  content: "\e21b"; }

.fap-pepper::before {
  content: "\e432"; }

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

.fap-percent::before {
  content: "\25"; }

.fap-percentage::before {
  content: "\25"; }

.fap-period::before {
  content: "\2e"; }

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

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

.fap-person-arrow-down-to-line::before {
  content: "\e538"; }

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

.fap-person-biking::before {
  content: "\f84a"; }

.fap-biking::before {
  content: "\f84a"; }

.fap-person-biking-mountain::before {
  content: "\f84b"; }

.fap-biking-mountain::before {
  content: "\f84b"; }

.fap-person-booth::before {
  content: "\f756"; }

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

.fap-person-burst::before {
  content: "\e53b"; }

.fap-person-cane::before {
  content: "\e53c"; }

.fap-person-carry-box::before {
  content: "\f4cf"; }

.fap-person-carry::before {
  content: "\f4cf"; }

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

.fap-person-circle-check::before {
  content: "\e53e"; }

.fap-person-circle-exclamation::before {
  content: "\e53f"; }

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

.fap-person-circle-plus::before {
  content: "\e541"; }

.fap-person-circle-question::before {
  content: "\e542"; }

.fap-person-circle-xmark::before {
  content: "\e543"; }

.fap-person-digging::before {
  content: "\f85e"; }

.fap-digging::before {
  content: "\f85e"; }

.fap-person-dolly::before {
  content: "\f4d0"; }

.fap-person-dolly-empty::before {
  content: "\f4d1"; }

.fap-person-dots-from-line::before {
  content: "\f470"; }

.fap-diagnoses::before {
  content: "\f470"; }

.fap-person-dress::before {
  content: "\f182"; }

.fap-female::before {
  content: "\f182"; }

.fap-person-dress-burst::before {
  content: "\e544"; }

.fap-person-dress-simple::before {
  content: "\e21c"; }

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

.fap-person-falling::before {
  content: "\e546"; }

.fap-person-falling-burst::before {
  content: "\e547"; }

.fap-person-from-portal::before {
  content: "\e023"; }

.fap-portal-exit::before {
  content: "\e023"; }

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

.fap-person-harassing::before {
  content: "\e549"; }

.fap-person-hiking::before {
  content: "\f6ec"; }

.fap-hiking::before {
  content: "\f6ec"; }

.fap-person-military-pointing::before {
  content: "\e54a"; }

.fap-person-military-rifle::before {
  content: "\e54b"; }

.fap-person-military-to-person::before {
  content: "\e54c"; }

.fap-person-pinball::before {
  content: "\e21d"; }

.fap-person-praying::before {
  content: "\f683"; }

.fap-pray::before {
  content: "\f683"; }

.fap-person-pregnant::before {
  content: "\e31e"; }

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

.fap-person-rifle::before {
  content: "\e54e"; }

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

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

.fap-person-seat::before {
  content: "\e21e"; }

.fap-person-seat-reclined::before {
  content: "\e21f"; }

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

.fap-person-sign::before {
  content: "\f757"; }

.fap-person-simple::before {
  content: "\e220"; }

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

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

.fap-person-ski-jumping::before {
  content: "\f7c7"; }

.fap-ski-jump::before {
  content: "\f7c7"; }

.fap-person-ski-lift::before {
  content: "\f7c8"; }

.fap-ski-lift::before {
  content: "\f7c8"; }

.fap-person-skiing::before {
  content: "\f7c9"; }

.fap-skiing::before {
  content: "\f7c9"; }

.fap-person-skiing-nordic::before {
  content: "\f7ca"; }

.fap-skiing-nordic::before {
  content: "\f7ca"; }

.fap-person-sledding::before {
  content: "\f7cb"; }

.fap-sledding::before {
  content: "\f7cb"; }

.fap-person-snowboarding::before {
  content: "\f7ce"; }

.fap-snowboarding::before {
  content: "\f7ce"; }

.fap-person-snowmobiling::before {
  content: "\f7d1"; }

.fap-snowmobile::before {
  content: "\f7d1"; }

.fap-person-swimming::before {
  content: "\f5c4"; }

.fap-swimmer::before {
  content: "\f5c4"; }

.fap-person-through-window::before {
  content: "\e5a9"; }

.fap-person-to-door::before {
  content: "\e433"; }

.fap-person-to-portal::before {
  content: "\e022"; }

.fap-portal-enter::before {
  content: "\e022"; }

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

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

.fap-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fap-person-walking-arrow-right::before {
  content: "\e552"; }

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

.fap-person-walking-luggage::before {
  content: "\e554"; }

.fap-person-walking-with-cane::before {
  content: "\f29d"; }

.fap-blind::before {
  content: "\f29d"; }

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

.fap-peso-sign::before {
  content: "\e222"; }

.fap-phone::before {
  content: "\f095"; }

.fap-phone-arrow-down-left::before {
  content: "\e223"; }

.fap-phone-arrow-down::before {
  content: "\e223"; }

.fap-phone-incoming::before {
  content: "\e223"; }

.fap-phone-arrow-up-right::before {
  content: "\e224"; }

.fap-phone-arrow-up::before {
  content: "\e224"; }

.fap-phone-outgoing::before {
  content: "\e224"; }

.fap-phone-flip::before {
  content: "\f879"; }

.fap-phone-alt::before {
  content: "\f879"; }

.fap-phone-hangup::before {
  content: "\e225"; }

.fap-phone-intercom::before {
  content: "\e434"; }

.fap-phone-missed::before {
  content: "\e226"; }

.fap-phone-office::before {
  content: "\f67d"; }

.fap-phone-plus::before {
  content: "\f4d2"; }

.fap-phone-rotary::before {
  content: "\f8d3"; }

.fap-phone-slash::before {
  content: "\f3dd"; }

.fap-phone-volume::before {
  content: "\f2a0"; }

.fap-volume-control-phone::before {
  content: "\f2a0"; }

.fap-phone-xmark::before {
  content: "\e227"; }

.fap-photo-film::before {
  content: "\f87c"; }

.fap-photo-video::before {
  content: "\f87c"; }

.fap-photo-film-music::before {
  content: "\e228"; }

.fap-pi::before {
  content: "\f67e"; }

.fap-piano::before {
  content: "\f8d4"; }

.fap-piano-keyboard::before {
  content: "\f8d5"; }

.fap-pickleball::before {
  content: "\e435"; }

.fap-pie::before {
  content: "\f705"; }

.fap-pig::before {
  content: "\f706"; }

.fap-piggy-bank::before {
  content: "\f4d3"; }

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

.fap-pinata::before {
  content: "\e3c3"; }

.fap-pinball::before {
  content: "\e229"; }

.fap-pineapple::before {
  content: "\e31f"; }

.fap-pipe::before {
  content: "\7c"; }

.fap-pipe-circle-check::before {
  content: "\e436"; }

.fap-pipe-collar::before {
  content: "\e437"; }

.fap-pipe-section::before {
  content: "\e438"; }

.fap-pipe-smoking::before {
  content: "\e3c4"; }

.fap-pipe-valve::before {
  content: "\e439"; }

.fap-pizza::before {
  content: "\f817"; }

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

.fap-place-of-worship::before {
  content: "\f67f"; }

.fap-plane::before {
  content: "\f072"; }

.fap-plane-arrival::before {
  content: "\f5af"; }

.fap-plane-circle-check::before {
  content: "\e555"; }

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

.fap-plane-circle-xmark::before {
  content: "\e557"; }

.fap-plane-departure::before {
  content: "\f5b0"; }

.fap-plane-engines::before {
  content: "\f3de"; }

.fap-plane-alt::before {
  content: "\f3de"; }

.fap-plane-lock::before {
  content: "\e558"; }

.fap-plane-prop::before {
  content: "\e22b"; }

.fap-plane-slash::before {
  content: "\e069"; }

.fap-plane-tail::before {
  content: "\e22c"; }

.fap-plane-up::before {
  content: "\e22d"; }

.fap-plane-up-slash::before {
  content: "\e22e"; }

.fap-planet-moon::before {
  content: "\e01f"; }

.fap-planet-ringed::before {
  content: "\e020"; }

.fap-plant-wilt::before {
  content: "\e5aa"; }

.fap-plate-utensils::before {
  content: "\e43b"; }

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

.fap-play::before {
  content: "\f04b"; }

.fap-play-pause::before {
  content: "\e22f"; }

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

.fap-plug-circle-bolt::before {
  content: "\e55b"; }

.fap-plug-circle-check::before {
  content: "\e55c"; }

.fap-plug-circle-exclamation::before {
  content: "\e55d"; }

.fap-plug-circle-minus::before {
  content: "\e55e"; }

.fap-plug-circle-plus::before {
  content: "\e55f"; }

.fap-plug-circle-xmark::before {
  content: "\e560"; }

.fap-plus::before {
  content: "\2b"; }

.fap-add::before {
  content: "\2b"; }

.fap-plus-large::before {
  content: "\e59e"; }

.fap-plus-minus::before {
  content: "\e43c"; }

.fap-podcast::before {
  content: "\f2ce"; }

.fap-podium::before {
  content: "\f680"; }

.fap-podium-star::before {
  content: "\f758"; }

.fap-police-box::before {
  content: "\e021"; }

.fap-poll-people::before {
  content: "\f759"; }

.fap-pompebled::before {
  content: "\e43d"; }

.fap-poo::before {
  content: "\f2fe"; }

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

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

.fap-pool-8-ball::before {
  content: "\e3c5"; }

.fap-poop::before {
  content: "\f619"; }

.fap-popcorn::before {
  content: "\f819"; }

.fap-popsicle::before {
  content: "\e43e"; }

.fap-pot-food::before {
  content: "\e43f"; }

.fap-potato::before {
  content: "\e440"; }

.fap-power-off::before {
  content: "\f011"; }

.fap-prescription::before {
  content: "\f5b1"; }

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

.fap-prescription-bottle-medical::before {
  content: "\f486"; }

.fap-prescription-bottle-alt::before {
  content: "\f486"; }

.fap-presentation-screen::before {
  content: "\f685"; }

.fap-presentation::before {
  content: "\f685"; }

.fap-pretzel::before {
  content: "\e441"; }

.fap-print::before {
  content: "\f02f"; }

.fap-print-magnifying-glass::before {
  content: "\f81a"; }

.fap-print-search::before {
  content: "\f81a"; }

.fap-print-slash::before {
  content: "\f686"; }

.fap-projector::before {
  content: "\f8d6"; }

.fap-pump::before {
  content: "\e442"; }

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

.fap-pump-soap::before {
  content: "\e06b"; }

.fap-pumpkin::before {
  content: "\f707"; }

.fap-puzzle::before {
  content: "\e443"; }

.fap-puzzle-piece::before {
  content: "\f12e"; }

.fap-puzzle-piece-simple::before {
  content: "\e231"; }

.fap-puzzle-piece-alt::before {
  content: "\e231"; }

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

.fap-qrcode::before {
  content: "\f029"; }

.fap-question::before {
  content: "\3f"; }

.fap-quote-left::before {
  content: "\f10d"; }

.fap-quote-left-alt::before {
  content: "\f10d"; }

.fap-quote-right::before {
  content: "\f10e"; }

.fap-quote-right-alt::before {
  content: "\f10e"; }

.fap-quotes::before {
  content: "\e234"; }

.fap-r::before {
  content: "\52"; }

.fap-rabbit::before {
  content: "\f708"; }

.fap-rabbit-running::before {
  content: "\f709"; }

.fap-rabbit-fast::before {
  content: "\f709"; }

.fap-racquet::before {
  content: "\f45a"; }

.fap-radar::before {
  content: "\e024"; }

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

.fap-radio::before {
  content: "\f8d7"; }

.fap-radio-tuner::before {
  content: "\f8d8"; }

.fap-radio-alt::before {
  content: "\f8d8"; }

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

.fap-raindrops::before {
  content: "\f75c"; }

.fap-ram::before {
  content: "\f70a"; }

.fap-ramp-loading::before {
  content: "\f4d4"; }

.fap-ranking-star::before {
  content: "\e561"; }

.fap-raygun::before {
  content: "\e025"; }

.fap-receipt::before {
  content: "\f543"; }

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

.fap-rectangle::before {
  content: "\f2fa"; }

.fap-rectangle-landscape::before {
  content: "\f2fa"; }

.fap-rectangle-ad::before {
  content: "\f641"; }

.fap-ad::before {
  content: "\f641"; }

.fap-rectangle-barcode::before {
  content: "\f463"; }

.fap-barcode-alt::before {
  content: "\f463"; }

.fap-rectangle-code::before {
  content: "\e322"; }

.fap-rectangle-history::before {
  content: "\e4a2"; }

.fap-rectangle-history-circle-plus::before {
  content: "\e4a3"; }

.fap-rectangle-history-circle-user::before {
  content: "\e4a4"; }

.fap-rectangle-list::before {
  content: "\f022"; }

.fap-list-alt::before {
  content: "\f022"; }

.fap-rectangle-pro::before {
  content: "\e235"; }

.fap-pro::before {
  content: "\e235"; }

.fap-rectangle-terminal::before {
  content: "\e236"; }

.fap-rectangle-vertical::before {
  content: "\f2fb"; }

.fap-rectangle-portrait::before {
  content: "\f2fb"; }

.fap-rectangle-vertical-history::before {
  content: "\e237"; }

.fap-rectangle-wide::before {
  content: "\f2fc"; }

.fap-rectangle-xmark::before {
  content: "\f410"; }

.fap-rectangle-times::before {
  content: "\f410"; }

.fap-times-rectangle::before {
  content: "\f410"; }

.fap-window-close::before {
  content: "\f410"; }

.fap-rectangles-mixed::before {
  content: "\e323"; }

.fap-recycle::before {
  content: "\f1b8"; }

.fap-reel::before {
  content: "\e238"; }

.fap-refrigerator::before {
  content: "\e026"; }

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

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

.fap-repeat-1::before {
  content: "\f365"; }

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

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

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

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

.fap-reply-clock::before {
  content: "\e239"; }

.fap-reply-time::before {
  content: "\e239"; }

.fap-republican::before {
  content: "\f75e"; }

.fap-restroom::before {
  content: "\f7bd"; }

.fap-restroom-simple::before {
  content: "\e23a"; }

.fap-retweet::before {
  content: "\f079"; }

.fap-rhombus::before {
  content: "\e23b"; }

.fap-ribbon::before {
  content: "\f4d6"; }

.fap-right::before {
  content: "\f356"; }

.fap-arrow-alt-right::before {
  content: "\f356"; }

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

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

.fap-right-from-line::before {
  content: "\f347"; }

.fap-arrow-alt-from-left::before {
  content: "\f347"; }

.fap-right-left::before {
  content: "\f362"; }

.fap-exchange-alt::before {
  content: "\f362"; }

.fap-right-long::before {
  content: "\f30b"; }

.fap-long-arrow-alt-right::before {
  content: "\f30b"; }

.fap-right-long-to-line::before {
  content: "\e444"; }

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

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

.fap-right-to-line::before {
  content: "\f34c"; }

.fap-arrow-alt-to-right::before {
  content: "\f34c"; }

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

.fap-ring-diamond::before {
  content: "\e5ab"; }

.fap-rings-wedding::before {
  content: "\f81b"; }

.fap-road::before {
  content: "\f018"; }

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

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

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

.fap-road-circle-exclamation::before {
  content: "\e565"; }

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

.fap-road-lock::before {
  content: "\e567"; }

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

.fap-robot::before {
  content: "\f544"; }

.fap-robot-astromech::before {
  content: "\e2d2"; }

.fap-rocket::before {
  content: "\f135"; }

.fap-rocket-launch::before {
  content: "\e027"; }

.fap-roller-coaster::before {
  content: "\e324"; }

.fap-rotate::before {
  content: "\f2f1"; }

.fap-sync-alt::before {
  content: "\f2f1"; }

.fap-rotate-exclamation::before {
  content: "\e23c"; }

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

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

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

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

.fap-rotate-right::before {
  content: "\f2f9"; }

.fap-redo-alt::before {
  content: "\f2f9"; }

.fap-rotate-forward::before {
  content: "\f2f9"; }

.fap-route::before {
  content: "\f4d7"; }

.fap-route-highway::before {
  content: "\f61a"; }

.fap-route-interstate::before {
  content: "\f61b"; }

.fap-router::before {
  content: "\f8da"; }

.fap-rss::before {
  content: "\f09e"; }

.fap-feed::before {
  content: "\f09e"; }

.fap-ruble-sign::before {
  content: "\f158"; }

.fap-rouble::before {
  content: "\f158"; }

.fap-rub::before {
  content: "\f158"; }

.fap-ruble::before {
  content: "\f158"; }

.fap-rug::before {
  content: "\e569"; }

.fap-rugby-ball::before {
  content: "\e3c6"; }

.fap-ruler::before {
  content: "\f545"; }

.fap-ruler-combined::before {
  content: "\f546"; }

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

.fap-ruler-triangle::before {
  content: "\f61c"; }

.fap-ruler-vertical::before {
  content: "\f548"; }

.fap-rupee-sign::before {
  content: "\f156"; }

.fap-rupee::before {
  content: "\f156"; }

.fap-rupiah-sign::before {
  content: "\e23d"; }

.fap-rv::before {
  content: "\f7be"; }

.fap-s::before {
  content: "\53"; }

.fap-sack::before {
  content: "\f81c"; }

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

.fap-sack-xmark::before {
  content: "\e56a"; }

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

.fap-salad::before {
  content: "\f81e"; }

.fap-bowl-salad::before {
  content: "\f81e"; }

.fap-salt-shaker::before {
  content: "\e446"; }

.fap-sandwich::before {
  content: "\f81f"; }

.fap-satellite::before {
  content: "\f7bf"; }

.fap-satellite-dish::before {
  content: "\f7c0"; }

.fap-sausage::before {
  content: "\f820"; }

.fap-saxophone::before {
  content: "\f8dc"; }

.fap-saxophone-fire::before {
  content: "\f8db"; }

.fap-sax-hot::before {
  content: "\f8db"; }

.fap-scale-balanced::before {
  content: "\f24e"; }

.fap-balance-scale::before {
  content: "\f24e"; }

.fap-scale-unbalanced::before {
  content: "\f515"; }

.fap-balance-scale-left::before {
  content: "\f515"; }

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

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

.fap-scalpel::before {
  content: "\f61d"; }

.fap-scalpel-line-dashed::before {
  content: "\f61e"; }

.fap-scalpel-path::before {
  content: "\f61e"; }

.fap-scanner-gun::before {
  content: "\f488"; }

.fap-scanner::before {
  content: "\f488"; }

.fap-scanner-image::before {
  content: "\f8f3"; }

.fap-scanner-keyboard::before {
  content: "\f489"; }

.fap-scanner-touchscreen::before {
  content: "\f48a"; }

.fap-scarecrow::before {
  content: "\f70d"; }

.fap-scarf::before {
  content: "\f7c1"; }

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

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

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

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

.fap-school-flag::before {
  content: "\e56e"; }

.fap-school-lock::before {
  content: "\e56f"; }

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

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

.fap-screen-users::before {
  content: "\f63d"; }

.fap-users-class::before {
  content: "\f63d"; }

.fap-screencast::before {
  content: "\e23e"; }

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

.fap-screwdriver-wrench::before {
  content: "\f7d9"; }

.fap-tools::before {
  content: "\f7d9"; }

.fap-scribble::before {
  content: "\e23f"; }

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

.fap-scroll-old::before {
  content: "\f70f"; }

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

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

.fap-scrubber::before {
  content: "\f2f8"; }

.fap-scythe::before {
  content: "\f710"; }

.fap-sd-card::before {
  content: "\f7c2"; }

.fap-sd-cards::before {
  content: "\e240"; }

.fap-seal::before {
  content: "\e241"; }

.fap-seal-exclamation::before {
  content: "\e242"; }

.fap-seal-question::before {
  content: "\e243"; }

.fap-seat-airline::before {
  content: "\e244"; }

.fap-section::before {
  content: "\e447"; }

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

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

.fap-semicolon::before {
  content: "\3b"; }

.fap-send-back::before {
  content: "\f87e"; }

.fap-send-backward::before {
  content: "\f87f"; }

.fap-sensor::before {
  content: "\e028"; }

.fap-sensor-cloud::before {
  content: "\e02c"; }

.fap-sensor-smoke::before {
  content: "\e02c"; }

.fap-sensor-fire::before {
  content: "\e02a"; }

.fap-sensor-on::before {
  content: "\e02b"; }

.fap-sensor-triangle-exclamation::before {
  content: "\e029"; }

.fap-sensor-alert::before {
  content: "\e029"; }

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

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

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

.fap-share::before {
  content: "\f064"; }

.fap-arrow-turn-right::before {
  content: "\f064"; }

.fap-mail-forward::before {
  content: "\f064"; }

.fap-share-all::before {
  content: "\f367"; }

.fap-share-from-square::before {
  content: "\f14d"; }

.fap-share-square::before {
  content: "\f14d"; }

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

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

.fap-sheep::before {
  content: "\f711"; }

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

.fap-shekel-sign::before {
  content: "\f20b"; }

.fap-ils::before {
  content: "\f20b"; }

.fap-shekel::before {
  content: "\f20b"; }

.fap-sheqel::before {
  content: "\f20b"; }

.fap-sheqel-sign::before {
  content: "\f20b"; }

.fap-shelves::before {
  content: "\f480"; }

.fap-inventory::before {
  content: "\f480"; }

.fap-shelves-empty::before {
  content: "\e246"; }

.fap-shield::before {
  content: "\f132"; }

.fap-shield-blank::before {
  content: "\f132"; }

.fap-shield-cat::before {
  content: "\e572"; }

.fap-shield-check::before {
  content: "\f2f7"; }

.fap-shield-cross::before {
  content: "\f712"; }

.fap-shield-dog::before {
  content: "\e573"; }

.fap-shield-exclamation::before {
  content: "\e247"; }

.fap-shield-halved::before {
  content: "\f3ed"; }

.fap-shield-alt::before {
  content: "\f3ed"; }

.fap-shield-heart::before {
  content: "\e574"; }

.fap-shield-keyhole::before {
  content: "\e248"; }

.fap-shield-minus::before {
  content: "\e249"; }

.fap-shield-plus::before {
  content: "\e24a"; }

.fap-shield-quartered::before {
  content: "\e575"; }

.fap-shield-slash::before {
  content: "\e24b"; }

.fap-shield-virus::before {
  content: "\e06c"; }

.fap-shield-xmark::before {
  content: "\e24c"; }

.fap-shield-times::before {
  content: "\e24c"; }

.fap-ship::before {
  content: "\f21a"; }

.fap-shirt::before {
  content: "\f553"; }

.fap-t-shirt::before {
  content: "\f553"; }

.fap-tshirt::before {
  content: "\f553"; }

.fap-shirt-long-sleeve::before {
  content: "\e3c7"; }

.fap-shirt-running::before {
  content: "\e3c8"; }

.fap-shirt-tank-top::before {
  content: "\e3c9"; }

.fap-shish-kebab::before {
  content: "\f821"; }

.fap-shoe-prints::before {
  content: "\f54b"; }

.fap-shop::before {
  content: "\f54f"; }

.fap-store-alt::before {
  content: "\f54f"; }

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

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

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

.fap-shovel::before {
  content: "\f713"; }

.fap-shovel-snow::before {
  content: "\f7c3"; }

.fap-shower::before {
  content: "\f2cc"; }

.fap-shower-down::before {
  content: "\e24d"; }

.fap-shower-alt::before {
  content: "\e24d"; }

.fap-shredder::before {
  content: "\f68a"; }

.fap-shrimp::before {
  content: "\e448"; }

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

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

.fap-shutters::before {
  content: "\e449"; }

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

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

.fap-shuttlecock::before {
  content: "\f45b"; }

.fap-sickle::before {
  content: "\f822"; }

.fap-sidebar::before {
  content: "\e24e"; }

.fap-sidebar-flip::before {
  content: "\e24f"; }

.fap-sigma::before {
  content: "\f68b"; }

.fap-sign-hanging::before {
  content: "\f4d9"; }

.fap-sign::before {
  content: "\f4d9"; }

.fap-signal::before {
  content: "\f012"; }

.fap-signal-5::before {
  content: "\f012"; }

.fap-signal-perfect::before {
  content: "\f012"; }

.fap-signal-bars::before {
  content: "\f690"; }

.fap-signal-alt::before {
  content: "\f690"; }

.fap-signal-alt-4::before {
  content: "\f690"; }

.fap-signal-bars-strong::before {
  content: "\f690"; }

.fap-signal-bars-fair::before {
  content: "\f692"; }

.fap-signal-alt-2::before {
  content: "\f692"; }

.fap-signal-bars-good::before {
  content: "\f693"; }

.fap-signal-alt-3::before {
  content: "\f693"; }

.fap-signal-bars-slash::before {
  content: "\f694"; }

.fap-signal-alt-slash::before {
  content: "\f694"; }

.fap-signal-bars-weak::before {
  content: "\f691"; }

.fap-signal-alt-1::before {
  content: "\f691"; }

.fap-signal-fair::before {
  content: "\f68d"; }

.fap-signal-2::before {
  content: "\f68d"; }

.fap-signal-good::before {
  content: "\f68e"; }

.fap-signal-3::before {
  content: "\f68e"; }

.fap-signal-slash::before {
  content: "\f695"; }

.fap-signal-stream::before {
  content: "\f8dd"; }

.fap-signal-stream-slash::before {
  content: "\e250"; }

.fap-signal-strong::before {
  content: "\f68f"; }

.fap-signal-4::before {
  content: "\f68f"; }

.fap-signal-weak::before {
  content: "\f68c"; }

.fap-signal-1::before {
  content: "\f68c"; }

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

.fap-signature-lock::before {
  content: "\e3ca"; }

.fap-signature-slash::before {
  content: "\e3cb"; }

.fap-signs-post::before {
  content: "\f277"; }

.fap-map-signs::before {
  content: "\f277"; }

.fap-sim-card::before {
  content: "\f7c4"; }

.fap-sim-cards::before {
  content: "\e251"; }

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

.fap-siren::before {
  content: "\e02d"; }

.fap-siren-on::before {
  content: "\e02e"; }

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

.fap-skeleton::before {
  content: "\f620"; }

.fap-ski-boot::before {
  content: "\e3cc"; }

.fap-ski-boot-ski::before {
  content: "\e3cd"; }

.fap-skull::before {
  content: "\f54c"; }

.fap-skull-cow::before {
  content: "\f8de"; }

.fap-skull-crossbones::before {
  content: "\f714"; }

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

.fap-slash-back::before {
  content: "\5c"; }

.fap-slash-forward::before {
  content: "\2f"; }

.fap-sleigh::before {
  content: "\f7cc"; }

.fap-slider::before {
  content: "\e252"; }

.fap-sliders::before {
  content: "\f1de"; }

.fap-sliders-h::before {
  content: "\f1de"; }

.fap-sliders-simple::before {
  content: "\e253"; }

.fap-sliders-up::before {
  content: "\f3f1"; }

.fap-sliders-v::before {
  content: "\f3f1"; }

.fap-slot-machine::before {
  content: "\e3ce"; }

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

.fap-smoke::before {
  content: "\f760"; }

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

.fap-snake::before {
  content: "\f716"; }

.fap-snooze::before {
  content: "\f880"; }

.fap-zzz::before {
  content: "\f880"; }

.fap-snow-blowing::before {
  content: "\f761"; }

.fap-snowflake::before {
  content: "\f2dc"; }

.fap-snowflakes::before {
  content: "\f7cf"; }

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

.fap-snowman-head::before {
  content: "\f79b"; }

.fap-frosty-head::before {
  content: "\f79b"; }

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

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

.fap-socks::before {
  content: "\f696"; }

.fap-soft-serve::before {
  content: "\e400"; }

.fap-creemee::before {
  content: "\e400"; }

.fap-solar-panel::before {
  content: "\f5ba"; }

.fap-solar-system::before {
  content: "\e02f"; }

.fap-sort::before {
  content: "\f0dc"; }

.fap-unsorted::before {
  content: "\f0dc"; }

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

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

.fap-sort-up::before {
  content: "\f0de"; }

.fap-sort-asc::before {
  content: "\f0de"; }

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

.fap-space-station-moon::before {
  content: "\e033"; }

.fap-space-station-moon-construction::before {
  content: "\e034"; }

.fap-space-station-moon-alt::before {
  content: "\e034"; }

.fap-spade::before {
  content: "\f2f4"; }

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

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

.fap-sparkles::before {
  content: "\f890"; }

.fap-speaker::before {
  content: "\f8df"; }

.fap-speakers::before {
  content: "\f8e0"; }

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

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

.fap-spider-black-widow::before {
  content: "\f718"; }

.fap-spider-web::before {
  content: "\f719"; }

.fap-spinner::before {
  content: "\f110"; }

.fap-spinner-third::before {
  content: "\f3f4"; }

.fap-split::before {
  content: "\e254"; }

.fap-splotch::before {
  content: "\f5bc"; }

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

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

.fap-sportsball::before {
  content: "\e44b"; }

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

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

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

.fap-sprinkler::before {
  content: "\e035"; }

.fap-sprinkler-ceiling::before {
  content: "\e44c"; }

.fap-square::before {
  content: "\f0c8"; }

.fap-square-0::before {
  content: "\e255"; }

.fap-square-1::before {
  content: "\e256"; }

.fap-square-2::before {
  content: "\e257"; }

.fap-square-3::before {
  content: "\e258"; }

.fap-square-4::before {
  content: "\e259"; }

.fap-square-5::before {
  content: "\e25a"; }

.fap-square-6::before {
  content: "\e25b"; }

.fap-square-7::before {
  content: "\e25c"; }

.fap-square-8::before {
  content: "\e25d"; }

.fap-square-9::before {
  content: "\e25e"; }

.fap-square-a::before {
  content: "\e25f"; }

.fap-square-a-lock::before {
  content: "\e44d"; }

.fap-square-ampersand::before {
  content: "\e260"; }

.fap-square-arrow-down::before {
  content: "\f339"; }

.fap-arrow-square-down::before {
  content: "\f339"; }

.fap-square-arrow-down-left::before {
  content: "\e261"; }

.fap-square-arrow-down-right::before {
  content: "\e262"; }

.fap-square-arrow-left::before {
  content: "\f33a"; }

.fap-arrow-square-left::before {
  content: "\f33a"; }

.fap-square-arrow-right::before {
  content: "\f33b"; }

.fap-arrow-square-right::before {
  content: "\f33b"; }

.fap-square-arrow-up::before {
  content: "\f33c"; }

.fap-arrow-square-up::before {
  content: "\f33c"; }

.fap-square-arrow-up-left::before {
  content: "\e263"; }

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

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

.fap-square-b::before {
  content: "\e264"; }

.fap-square-bolt::before {
  content: "\e265"; }

.fap-square-c::before {
  content: "\e266"; }

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

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

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

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

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

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

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

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

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

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

.fap-square-chevron-down::before {
  content: "\f329"; }

.fap-chevron-square-down::before {
  content: "\f329"; }

.fap-square-chevron-left::before {
  content: "\f32a"; }

.fap-chevron-square-left::before {
  content: "\f32a"; }

.fap-square-chevron-right::before {
  content: "\f32b"; }

.fap-chevron-square-right::before {
  content: "\f32b"; }

.fap-square-chevron-up::before {
  content: "\f32c"; }

.fap-chevron-square-up::before {
  content: "\f32c"; }

.fap-square-code::before {
  content: "\e267"; }

.fap-square-d::before {
  content: "\e268"; }

.fap-square-dashed::before {
  content: "\e269"; }

.fap-square-divide::before {
  content: "\e26a"; }

.fap-square-dollar::before {
  content: "\f2e9"; }

.fap-dollar-square::before {
  content: "\f2e9"; }

.fap-usd-square::before {
  content: "\f2e9"; }

.fap-square-down::before {
  content: "\f350"; }

.fap-arrow-alt-square-down::before {
  content: "\f350"; }

.fap-square-down-left::before {
  content: "\e26b"; }

.fap-square-down-right::before {
  content: "\e26c"; }

.fap-square-e::before {
  content: "\e26d"; }

.fap-square-ellipsis::before {
  content: "\e26e"; }

.fap-square-ellipsis-vertical::before {
  content: "\e26f"; }

.fap-square-envelope::before {
  content: "\f199"; }

.fap-envelope-square::before {
  content: "\f199"; }

.fap-square-exclamation::before {
  content: "\f321"; }

.fap-exclamation-square::before {
  content: "\f321"; }

.fap-square-f::before {
  content: "\e270"; }

.fap-square-fragile::before {
  content: "\f49b"; }

.fap-box-fragile::before {
  content: "\f49b"; }

.fap-square-wine-glass-crack::before {
  content: "\f49b"; }

.fap-square-full::before {
  content: "\f45c"; }

.fap-square-g::before {
  content: "\e271"; }

.fap-square-h::before {
  content: "\f0fd"; }

.fap-h-square::before {
  content: "\f0fd"; }

.fap-square-heart::before {
  content: "\f4c8"; }

.fap-heart-square::before {
  content: "\f4c8"; }

.fap-square-i::before {
  content: "\e272"; }

.fap-square-info::before {
  content: "\f30f"; }

.fap-info-square::before {
  content: "\f30f"; }

.fap-square-j::before {
  content: "\e273"; }

.fap-square-k::before {
  content: "\e274"; }

.fap-square-kanban::before {
  content: "\e488"; }

.fap-square-l::before {
  content: "\e275"; }

.fap-square-left::before {
  content: "\f351"; }

.fap-arrow-alt-square-left::before {
  content: "\f351"; }

.fap-square-list::before {
  content: "\e489"; }

.fap-square-m::before {
  content: "\e276"; }

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

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

.fap-square-n::before {
  content: "\e277"; }

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

.fap-square-o::before {
  content: "\e278"; }

.fap-square-p::before {
  content: "\e279"; }

.fap-square-parking::before {
  content: "\f540"; }

.fap-parking::before {
  content: "\f540"; }

.fap-square-parking-slash::before {
  content: "\f617"; }

.fap-parking-slash::before {
  content: "\f617"; }

.fap-square-pen::before {
  content: "\f14b"; }

.fap-pen-square::before {
  content: "\f14b"; }

.fap-pencil-square::before {
  content: "\f14b"; }

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

.fap-square-phone::before {
  content: "\f098"; }

.fap-phone-square::before {
  content: "\f098"; }

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

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

.fap-square-phone-hangup::before {
  content: "\e27a"; }

.fap-phone-square-down::before {
  content: "\e27a"; }

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

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

.fap-square-poll-horizontal::before {
  content: "\f682"; }

.fap-poll-h::before {
  content: "\f682"; }

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

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

.fap-square-q::before {
  content: "\e27b"; }

.fap-square-quarters::before {
  content: "\e44e"; }

.fap-square-question::before {
  content: "\f2fd"; }

.fap-question-square::before {
  content: "\f2fd"; }

.fap-square-quote::before {
  content: "\e329"; }

.fap-square-r::before {
  content: "\e27c"; }

.fap-square-right::before {
  content: "\f352"; }

.fap-arrow-alt-square-right::before {
  content: "\f352"; }

.fap-square-ring::before {
  content: "\e44f"; }

.fap-square-root::before {
  content: "\f697"; }

.fap-square-root-variable::before {
  content: "\f698"; }

.fap-square-root-alt::before {
  content: "\f698"; }

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

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

.fap-square-s::before {
  content: "\e27d"; }

.fap-square-share-nodes::before {
  content: "\f1e1"; }

.fap-share-alt-square::before {
  content: "\f1e1"; }

.fap-square-sliders::before {
  content: "\f3f0"; }

.fap-sliders-h-square::before {
  content: "\f3f0"; }

.fap-square-sliders-vertical::before {
  content: "\f3f2"; }

.fap-sliders-v-square::before {
  content: "\f3f2"; }

.fap-square-small::before {
  content: "\e27e"; }

.fap-square-star::before {
  content: "\e27f"; }

.fap-square-t::before {
  content: "\e280"; }

.fap-square-terminal::before {
  content: "\e32a"; }

.fap-square-this-way-up::before {
  content: "\f49f"; }

.fap-box-up::before {
  content: "\f49f"; }

.fap-square-u::before {
  content: "\e281"; }

.fap-square-up::before {
  content: "\f353"; }

.fap-arrow-alt-square-up::before {
  content: "\f353"; }

.fap-square-up-left::before {
  content: "\e282"; }

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

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

.fap-square-user::before {
  content: "\e283"; }

.fap-square-v::before {
  content: "\e284"; }

.fap-square-virus::before {
  content: "\e578"; }

.fap-square-w::before {
  content: "\e285"; }

.fap-square-x::before {
  content: "\e286"; }

.fap-square-xmark::before {
  content: "\f2d3"; }

.fap-times-square::before {
  content: "\f2d3"; }

.fap-xmark-square::before {
  content: "\f2d3"; }

.fap-square-y::before {
  content: "\e287"; }

.fap-square-z::before {
  content: "\e288"; }

.fap-squid::before {
  content: "\e450"; }

.fap-squirrel::before {
  content: "\f71a"; }

.fap-staff::before {
  content: "\f71b"; }

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

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

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

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

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

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

.fap-standard-definition::before {
  content: "\e28a"; }

.fap-rectangle-sd::before {
  content: "\e28a"; }

.fap-stapler::before {
  content: "\e5af"; }

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

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

.fap-star-christmas::before {
  content: "\f7d4"; }

.fap-star-exclamation::before {
  content: "\f2f3"; }

.fap-star-half::before {
  content: "\f089"; }

.fap-star-half-stroke::before {
  content: "\f5c0"; }

.fap-star-half-alt::before {
  content: "\f5c0"; }

.fap-star-of-david::before {
  content: "\f69a"; }

.fap-star-of-life::before {
  content: "\f621"; }

.fap-star-sharp::before {
  content: "\e28b"; }

.fap-star-sharp-half::before {
  content: "\e28c"; }

.fap-star-sharp-half-stroke::before {
  content: "\e28d"; }

.fap-star-sharp-half-alt::before {
  content: "\e28d"; }

.fap-star-shooting::before {
  content: "\e036"; }

.fap-starfighter::before {
  content: "\e037"; }

.fap-starfighter-twin-ion-engine::before {
  content: "\e038"; }

.fap-starfighter-alt::before {
  content: "\e038"; }

.fap-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e"; }

.fap-starfighter-alt-advanced::before {
  content: "\e28e"; }

.fap-stars::before {
  content: "\f762"; }

.fap-starship::before {
  content: "\e039"; }

.fap-starship-freighter::before {
  content: "\e03a"; }

.fap-steak::before {
  content: "\f824"; }

.fap-steering-wheel::before {
  content: "\f622"; }

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

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

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

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

.fap-stocking::before {
  content: "\f7d5"; }

.fap-stomach::before {
  content: "\f623"; }

.fap-stop::before {
  content: "\f04d"; }

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

.fap-stopwatch-20::before {
  content: "\e06f"; }

.fap-store::before {
  content: "\f54e"; }

.fap-store-lock::before {
  content: "\e4a6"; }

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

.fap-strawberry::before {
  content: "\e32b"; }

.fap-street-view::before {
  content: "\f21d"; }

.fap-stretcher::before {
  content: "\f825"; }

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

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

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

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

.fap-suitcase-medical::before {
  content: "\f0fa"; }

.fap-medkit::before {
  content: "\f0fa"; }

.fap-suitcase-rolling::before {
  content: "\f5c1"; }

.fap-sun::before {
  content: "\f185"; }

.fap-sun-bright::before {
  content: "\e28f"; }

.fap-sun-alt::before {
  content: "\e28f"; }

.fap-sun-cloud::before {
  content: "\f763"; }

.fap-sun-dust::before {
  content: "\f764"; }

.fap-sun-haze::before {
  content: "\f765"; }

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

.fap-sunglasses::before {
  content: "\f892"; }

.fap-sunrise::before {
  content: "\f766"; }

.fap-sunset::before {
  content: "\f767"; }

.fap-superscript::before {
  content: "\f12b"; }

.fap-sushi::before {
  content: "\e48a"; }

.fap-nigiri::before {
  content: "\e48a"; }

.fap-sushi-roll::before {
  content: "\e48b"; }

.fap-maki-roll::before {
  content: "\e48b"; }

.fap-makizushi::before {
  content: "\e48b"; }

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

.fap-sword::before {
  content: "\f71c"; }

.fap-sword-laser::before {
  content: "\e03b"; }

.fap-sword-laser-alt::before {
  content: "\e03c"; }

.fap-swords::before {
  content: "\f71d"; }

.fap-swords-laser::before {
  content: "\e03d"; }

.fap-symbols::before {
  content: "\f86e"; }

.fap-icons-alt::before {
  content: "\f86e"; }

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

.fap-syringe::before {
  content: "\f48e"; }

.fap-t::before {
  content: "\54"; }

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

.fap-table-cells::before {
  content: "\f00a"; }

.fap-th::before {
  content: "\f00a"; }

.fap-table-cells-large::before {
  content: "\f009"; }

.fap-th-large::before {
  content: "\f009"; }

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

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

.fap-table-layout::before {
  content: "\e290"; }

.fap-table-list::before {
  content: "\f00b"; }

.fap-th-list::before {
  content: "\f00b"; }

.fap-table-picnic::before {
  content: "\e32d"; }

.fap-table-pivot::before {
  content: "\e291"; }

.fap-table-rows::before {
  content: "\e292"; }

.fap-rows::before {
  content: "\e292"; }

.fap-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fap-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fap-table-tennis::before {
  content: "\f45d"; }

.fap-table-tree::before {
  content: "\e293"; }

.fap-tablet::before {
  content: "\f3fb"; }

.fap-tablet-android::before {
  content: "\f3fb"; }

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

.fap-tablet-rugged::before {
  content: "\f48f"; }

.fap-tablet-screen::before {
  content: "\f3fc"; }

.fap-tablet-android-alt::before {
  content: "\f3fc"; }

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

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

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

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

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

.fap-taco::before {
  content: "\f826"; }

.fap-tag::before {
  content: "\f02b"; }

.fap-tags::before {
  content: "\f02c"; }

.fap-tally::before {
  content: "\f69c"; }

.fap-tally-5::before {
  content: "\f69c"; }

.fap-tally-1::before {
  content: "\e294"; }

.fap-tally-2::before {
  content: "\e295"; }

.fap-tally-3::before {
  content: "\e296"; }

.fap-tally-4::before {
  content: "\e297"; }

.fap-tamale::before {
  content: "\e451"; }

.fap-tank-water::before {
  content: "\e452"; }

.fap-tape::before {
  content: "\f4db"; }

.fap-tarp::before {
  content: "\e57b"; }

.fap-tarp-droplet::before {
  content: "\e57c"; }

.fap-taxi::before {
  content: "\f1ba"; }

.fap-cab::before {
  content: "\f1ba"; }

.fap-taxi-bus::before {
  content: "\e298"; }

.fap-teddy-bear::before {
  content: "\e3cf"; }

.fap-teeth::before {
  content: "\f62e"; }

.fap-teeth-open::before {
  content: "\f62f"; }

.fap-telescope::before {
  content: "\e03e"; }

.fap-temperature-arrow-down::before {
  content: "\e03f"; }

.fap-temperature-down::before {
  content: "\e03f"; }

.fap-temperature-arrow-up::before {
  content: "\e040"; }

.fap-temperature-up::before {
  content: "\e040"; }

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

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

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

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

.fap-temperature-full::before {
  content: "\f2c7"; }

.fap-temperature-4::before {
  content: "\f2c7"; }

.fap-thermometer-4::before {
  content: "\f2c7"; }

.fap-thermometer-full::before {
  content: "\f2c7"; }

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

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

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

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

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

.fap-temperature-list::before {
  content: "\e299"; }

.fap-temperature-low::before {
  content: "\f76b"; }

.fap-temperature-quarter::before {
  content: "\f2ca"; }

.fap-temperature-1::before {
  content: "\f2ca"; }

.fap-thermometer-1::before {
  content: "\f2ca"; }

.fap-thermometer-quarter::before {
  content: "\f2ca"; }

.fap-temperature-snow::before {
  content: "\f768"; }

.fap-temperature-frigid::before {
  content: "\f768"; }

.fap-temperature-sun::before {
  content: "\f76a"; }

.fap-temperature-hot::before {
  content: "\f76a"; }

.fap-temperature-three-quarters::before {
  content: "\f2c8"; }

.fap-temperature-3::before {
  content: "\f2c8"; }

.fap-thermometer-3::before {
  content: "\f2c8"; }

.fap-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fap-tenge-sign::before {
  content: "\f7d7"; }

.fap-tenge::before {
  content: "\f7d7"; }

.fap-tennis-ball::before {
  content: "\f45e"; }

.fap-tent::before {
  content: "\e57d"; }

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

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

.fap-tent-arrow-turn-left::before {
  content: "\e580"; }

.fap-tent-arrows-down::before {
  content: "\e581"; }

.fap-tents::before {
  content: "\e582"; }

.fap-terminal::before {
  content: "\f120"; }

.fap-text::before {
  content: "\f893"; }

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

.fap-text-size::before {
  content: "\f894"; }

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

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

.fap-text-width::before {
  content: "\f035"; }

.fap-thermometer::before {
  content: "\f491"; }

.fap-theta::before {
  content: "\f69e"; }

.fap-thought-bubble::before {
  content: "\e32e"; }

.fap-thumbs-down::before {
  content: "\f165"; }

.fap-thumbs-up::before {
  content: "\f164"; }

.fap-thumbtack::before {
  content: "\f08d"; }

.fap-thumb-tack::before {
  content: "\f08d"; }

.fap-tick::before {
  content: "\e32f"; }

.fap-ticket::before {
  content: "\f145"; }

.fap-ticket-airline::before {
  content: "\e29a"; }

.fap-ticket-simple::before {
  content: "\f3ff"; }

.fap-ticket-alt::before {
  content: "\f3ff"; }

.fap-tickets-airline::before {
  content: "\e29b"; }

.fap-tilde::before {
  content: "\7e"; }

.fap-timeline::before {
  content: "\e29c"; }

.fap-timeline-arrow::before {
  content: "\e29d"; }

.fap-timer::before {
  content: "\e29e"; }

.fap-tire::before {
  content: "\f631"; }

.fap-tire-flat::before {
  content: "\f632"; }

.fap-tire-pressure-warning::before {
  content: "\f633"; }

.fap-tire-rugged::before {
  content: "\f634"; }

.fap-toggle-large-off::before {
  content: "\e5b0"; }

.fap-toggle-large-on::before {
  content: "\e5b1"; }

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

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

.fap-toilet::before {
  content: "\f7d8"; }

.fap-toilet-paper::before {
  content: "\f71e"; }

.fap-toilet-paper-blank::before {
  content: "\f71f"; }

.fap-toilet-paper-alt::before {
  content: "\f71f"; }

.fap-toilet-paper-blank-under::before {
  content: "\e29f"; }

.fap-toilet-paper-reverse-alt::before {
  content: "\e29f"; }

.fap-toilet-paper-check::before {
  content: "\e5b2"; }

.fap-toilet-paper-slash::before {
  content: "\e072"; }

.fap-toilet-paper-under::before {
  content: "\e2a0"; }

.fap-toilet-paper-reverse::before {
  content: "\e2a0"; }

.fap-toilet-paper-under-slash::before {
  content: "\e2a1"; }

.fap-toilet-paper-reverse-slash::before {
  content: "\e2a1"; }

.fap-toilet-paper-xmark::before {
  content: "\e5b3"; }

.fap-toilet-portable::before {
  content: "\e583"; }

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

.fap-tomato::before {
  content: "\e330"; }

.fap-tombstone::before {
  content: "\f720"; }

.fap-tombstone-blank::before {
  content: "\f721"; }

.fap-tombstone-alt::before {
  content: "\f721"; }

.fap-toolbox::before {
  content: "\f552"; }

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

.fap-toothbrush::before {
  content: "\f635"; }

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

.fap-tornado::before {
  content: "\f76f"; }

.fap-tower-broadcast::before {
  content: "\f519"; }

.fap-broadcast-tower::before {
  content: "\f519"; }

.fap-tower-cell::before {
  content: "\e585"; }

.fap-tower-control::before {
  content: "\e2a2"; }

.fap-tower-observation::before {
  content: "\e586"; }

.fap-tractor::before {
  content: "\f722"; }

.fap-trademark::before {
  content: "\f25c"; }

.fap-traffic-cone::before {
  content: "\f636"; }

.fap-traffic-light::before {
  content: "\f637"; }

.fap-traffic-light-go::before {
  content: "\f638"; }

.fap-traffic-light-slow::before {
  content: "\f639"; }

.fap-traffic-light-stop::before {
  content: "\f63a"; }

.fap-trailer::before {
  content: "\e041"; }

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

.fap-train-subway::before {
  content: "\f239"; }

.fap-subway::before {
  content: "\f239"; }

.fap-train-subway-tunnel::before {
  content: "\e2a3"; }

.fap-subway-tunnel::before {
  content: "\e2a3"; }

.fap-train-track::before {
  content: "\e453"; }

.fap-train-tram::before {
  content: "\e5b4"; }

.fap-train-tunnel::before {
  content: "\e454"; }

.fap-transformer-bolt::before {
  content: "\e2a4"; }

.fap-transgender::before {
  content: "\f225"; }

.fap-transgender-alt::before {
  content: "\f225"; }

.fap-transporter::before {
  content: "\e042"; }

.fap-transporter-1::before {
  content: "\e043"; }

.fap-transporter-2::before {
  content: "\e044"; }

.fap-transporter-3::before {
  content: "\e045"; }

.fap-transporter-4::before {
  content: "\e2a5"; }

.fap-transporter-5::before {
  content: "\e2a6"; }

.fap-transporter-6::before {
  content: "\e2a7"; }

.fap-transporter-7::before {
  content: "\e2a8"; }

.fap-transporter-empty::before {
  content: "\e046"; }

.fap-trash::before {
  content: "\f1f8"; }

.fap-trash-arrow-up::before {
  content: "\f829"; }

.fap-trash-restore::before {
  content: "\f829"; }

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

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

.fap-trash-can-arrow-up::before {
  content: "\f82a"; }

.fap-trash-restore-alt::before {
  content: "\f82a"; }

.fap-trash-can-check::before {
  content: "\e2a9"; }

.fap-trash-can-clock::before {
  content: "\e2aa"; }

.fap-trash-can-list::before {
  content: "\e2ab"; }

.fap-trash-can-plus::before {
  content: "\e2ac"; }

.fap-trash-can-slash::before {
  content: "\e2ad"; }

.fap-trash-alt-slash::before {
  content: "\e2ad"; }

.fap-trash-can-undo::before {
  content: "\f896"; }

.fap-trash-can-arrow-turn-left::before {
  content: "\f896"; }

.fap-trash-undo-alt::before {
  content: "\f896"; }

.fap-trash-can-xmark::before {
  content: "\e2ae"; }

.fap-trash-check::before {
  content: "\e2af"; }

.fap-trash-clock::before {
  content: "\e2b0"; }

.fap-trash-list::before {
  content: "\e2b1"; }

.fap-trash-plus::before {
  content: "\e2b2"; }

.fap-trash-slash::before {
  content: "\e2b3"; }

.fap-trash-undo::before {
  content: "\f895"; }

.fap-trash-arrow-turn-left::before {
  content: "\f895"; }

.fap-trash-xmark::before {
  content: "\e2b4"; }

.fap-treasure-chest::before {
  content: "\f723"; }

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

.fap-tree-christmas::before {
  content: "\f7db"; }

.fap-tree-city::before {
  content: "\e587"; }

.fap-tree-deciduous::before {
  content: "\f400"; }

.fap-tree-alt::before {
  content: "\f400"; }

.fap-tree-decorated::before {
  content: "\f7dc"; }

.fap-tree-large::before {
  content: "\f7dd"; }

.fap-tree-palm::before {
  content: "\f82b"; }

.fap-trees::before {
  content: "\f724"; }

.fap-triangle::before {
  content: "\f2ec"; }

.fap-triangle-exclamation::before {
  content: "\f071"; }

.fap-exclamation-triangle::before {
  content: "\f071"; }

.fap-warning::before {
  content: "\f071"; }

.fap-triangle-instrument::before {
  content: "\f8e2"; }

.fap-triangle-music::before {
  content: "\f8e2"; }

.fap-triangle-person-digging::before {
  content: "\f85d"; }

.fap-construction::before {
  content: "\f85d"; }

.fap-trillium::before {
  content: "\e588"; }

.fap-trophy::before {
  content: "\f091"; }

.fap-trophy-star::before {
  content: "\f2eb"; }

.fap-trophy-alt::before {
  content: "\f2eb"; }

.fap-trowel::before {
  content: "\e589"; }

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

.fap-truck::before {
  content: "\f0d1"; }

.fap-truck-arrow-right::before {
  content: "\e58b"; }

.fap-truck-bolt::before {
  content: "\e3d0"; }

.fap-truck-clock::before {
  content: "\f48c"; }

.fap-shipping-timed::before {
  content: "\f48c"; }

.fap-truck-container::before {
  content: "\f4dc"; }

.fap-truck-container-empty::before {
  content: "\e2b5"; }

.fap-truck-droplet::before {
  content: "\e58c"; }

.fap-truck-fast::before {
  content: "\f48b"; }

.fap-shipping-fast::before {
  content: "\f48b"; }

.fap-truck-field::before {
  content: "\e58d"; }

.fap-truck-field-un::before {
  content: "\e58e"; }

.fap-truck-flatbed::before {
  content: "\e2b6"; }

.fap-truck-front::before {
  content: "\e2b7"; }

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

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

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

.fap-truck-moving::before {
  content: "\f4df"; }

.fap-truck-pickup::before {
  content: "\f63c"; }

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

.fap-truck-plow::before {
  content: "\f7de"; }

.fap-truck-ramp::before {
  content: "\f4e0"; }

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

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

.fap-truck-ramp-couch::before {
  content: "\f4dd"; }

.fap-truck-couch::before {
  content: "\f4dd"; }

.fap-truck-tow::before {
  content: "\e2b8"; }

.fap-trumpet::before {
  content: "\f8e3"; }

.fap-tty::before {
  content: "\f1e4"; }

.fap-teletype::before {
  content: "\f1e4"; }

.fap-tty-answer::before {
  content: "\e2b9"; }

.fap-teletype-answer::before {
  content: "\e2b9"; }

.fap-tugrik-sign::before {
  content: "\e2ba"; }

.fap-turkey::before {
  content: "\f725"; }

.fap-turkish-lira-sign::before {
  content: "\e2bb"; }

.fap-try::before {
  content: "\e2bb"; }

.fap-turkish-lira::before {
  content: "\e2bb"; }

.fap-turn-down::before {
  content: "\f3be"; }

.fap-level-down-alt::before {
  content: "\f3be"; }

.fap-turn-down-left::before {
  content: "\e331"; }

.fap-turn-down-right::before {
  content: "\e455"; }

.fap-turn-up::before {
  content: "\f3bf"; }

.fap-level-up-alt::before {
  content: "\f3bf"; }

.fap-turntable::before {
  content: "\f8e4"; }

.fap-turtle::before {
  content: "\f726"; }

.fap-tv::before {
  content: "\f26c"; }

.fap-television::before {
  content: "\f26c"; }

.fap-tv-alt::before {
  content: "\f26c"; }

.fap-tv-music::before {
  content: "\f8e6"; }

.fap-tv-retro::before {
  content: "\f401"; }

.fap-typewriter::before {
  content: "\f8e7"; }

.fap-u::before {
  content: "\55"; }

.fap-ufo::before {
  content: "\e047"; }

.fap-ufo-beam::before {
  content: "\e048"; }

.fap-umbrella::before {
  content: "\f0e9"; }

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

.fap-umbrella-simple::before {
  content: "\e2bc"; }

.fap-umbrella-alt::before {
  content: "\e2bc"; }

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

.fap-unicorn::before {
  content: "\f727"; }

.fap-uniform-martial-arts::before {
  content: "\e3d1"; }

.fap-union::before {
  content: "\f6a2"; }

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

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

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

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

.fap-up::before {
  content: "\f357"; }

.fap-arrow-alt-up::before {
  content: "\f357"; }

.fap-up-down::before {
  content: "\f338"; }

.fap-arrows-alt-v::before {
  content: "\f338"; }

.fap-up-down-left-right::before {
  content: "\f0b2"; }

.fap-arrows-alt::before {
  content: "\f0b2"; }

.fap-up-from-bracket::before {
  content: "\e590"; }

.fap-up-from-dotted-line::before {
  content: "\e456"; }

.fap-up-from-line::before {
  content: "\f346"; }

.fap-arrow-alt-from-bottom::before {
  content: "\f346"; }

.fap-up-left::before {
  content: "\e2bd"; }

.fap-up-long::before {
  content: "\f30c"; }

.fap-long-arrow-alt-up::before {
  content: "\f30c"; }

.fap-up-right::before {
  content: "\e2be"; }

.fap-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fap-expand-alt::before {
  content: "\f424"; }

.fap-up-right-from-square::before {
  content: "\f35d"; }

.fap-external-link-alt::before {
  content: "\f35d"; }

.fap-up-to-dotted-line::before {
  content: "\e457"; }

.fap-up-to-line::before {
  content: "\f34d"; }

.fap-arrow-alt-to-top::before {
  content: "\f34d"; }

.fap-upload::before {
  content: "\f093"; }

.fap-usb-drive::before {
  content: "\f8e9"; }

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

.fap-user-alien::before {
  content: "\e04a"; }

.fap-user-astronaut::before {
  content: "\f4fb"; }

.fap-user-bounty-hunter::before {
  content: "\e2bf"; }

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

.fap-user-chef::before {
  content: "\e3d2"; }

.fap-user-clock::before {
  content: "\f4fd"; }

.fap-user-cowboy::before {
  content: "\f8ea"; }

.fap-user-crown::before {
  content: "\f6a4"; }

.fap-user-doctor::before {
  content: "\f0f0"; }

.fap-user-md::before {
  content: "\f0f0"; }

.fap-user-doctor-hair::before {
  content: "\e458"; }

.fap-user-doctor-hair-long::before {
  content: "\e459"; }

.fap-user-doctor-message::before {
  content: "\f82e"; }

.fap-user-md-chat::before {
  content: "\f82e"; }

.fap-user-gear::before {
  content: "\f4fe"; }

.fap-user-cog::before {
  content: "\f4fe"; }

.fap-user-graduate::before {
  content: "\f501"; }

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

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

.fap-user-group-crown::before {
  content: "\f6a5"; }

.fap-users-crown::before {
  content: "\f6a5"; }

.fap-user-hair::before {
  content: "\e45a"; }

.fap-user-hair-buns::before {
  content: "\e3d3"; }

.fap-user-hair-long::before {
  content: "\e45b"; }

.fap-user-hair-mullet::before {
  content: "\e45c"; }

.fap-business-front::before {
  content: "\e45c"; }

.fap-party-back::before {
  content: "\e45c"; }

.fap-trian-balbot::before {
  content: "\e45c"; }

.fap-user-headset::before {
  content: "\f82d"; }

.fap-user-helmet-safety::before {
  content: "\f82c"; }

.fap-user-construction::before {
  content: "\f82c"; }

.fap-user-hard-hat::before {
  content: "\f82c"; }

.fap-user-injured::before {
  content: "\f728"; }

.fap-user-large::before {
  content: "\f406"; }

.fap-user-alt::before {
  content: "\f406"; }

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

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

.fap-user-lock::before {
  content: "\f502"; }

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

.fap-user-music::before {
  content: "\f8eb"; }

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

.fap-user-nurse::before {
  content: "\f82f"; }

.fap-user-nurse-hair::before {
  content: "\e45d"; }

.fap-user-nurse-hair-long::before {
  content: "\e45e"; }

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

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

.fap-user-pilot::before {
  content: "\e2c0"; }

.fap-user-pilot-tie::before {
  content: "\e2c1"; }

.fap-user-plus::before {
  content: "\f234"; }

.fap-user-police::before {
  content: "\e333"; }

.fap-user-police-tie::before {
  content: "\e334"; }

.fap-user-robot::before {
  content: "\e04b"; }

.fap-user-robot-xmarks::before {
  content: "\e4a7"; }

.fap-user-secret::before {
  content: "\f21b"; }

.fap-user-shakespeare::before {
  content: "\e2c2"; }

.fap-user-shield::before {
  content: "\f505"; }

.fap-user-slash::before {
  content: "\f506"; }

.fap-user-tag::before {
  content: "\f507"; }

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

.fap-user-tie-hair::before {
  content: "\e45f"; }

.fap-user-tie-hair-long::before {
  content: "\e460"; }

.fap-user-unlock::before {
  content: "\e058"; }

.fap-user-visor::before {
  content: "\e04c"; }

.fap-user-vneck::before {
  content: "\e461"; }

.fap-user-vneck-hair::before {
  content: "\e462"; }

.fap-user-vneck-hair-long::before {
  content: "\e463"; }

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

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

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

.fap-users-between-lines::before {
  content: "\e591"; }

.fap-users-gear::before {
  content: "\f509"; }

.fap-users-cog::before {
  content: "\f509"; }

.fap-users-line::before {
  content: "\e592"; }

.fap-users-medical::before {
  content: "\f830"; }

.fap-users-rays::before {
  content: "\e593"; }

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

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

.fap-users-viewfinder::before {
  content: "\e595"; }

.fap-utensils::before {
  content: "\f2e7"; }

.fap-cutlery::before {
  content: "\f2e7"; }

.fap-utensils-slash::before {
  content: "\e464"; }

.fap-utility-pole::before {
  content: "\e2c3"; }

.fap-utility-pole-double::before {
  content: "\e2c4"; }

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

.fap-vacuum::before {
  content: "\e04d"; }

.fap-vacuum-robot::before {
  content: "\e04e"; }

.fap-value-absolute::before {
  content: "\f6a6"; }

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

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

.fap-vault::before {
  content: "\e2c5"; }

.fap-vector-circle::before {
  content: "\e2c6"; }

.fap-vector-polygon::before {
  content: "\e2c7"; }

.fap-vector-square::before {
  content: "\f5cb"; }

.fap-vent-damper::before {
  content: "\e465"; }

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

.fap-venus-double::before {
  content: "\f226"; }

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

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

.fap-vest-patches::before {
  content: "\e086"; }

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

.fap-vial-circle-check::before {
  content: "\e596"; }

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

.fap-vials::before {
  content: "\f493"; }

.fap-video::before {
  content: "\f03d"; }

.fap-video-camera::before {
  content: "\f03d"; }

.fap-video-arrow-down-left::before {
  content: "\e2c8"; }

.fap-video-arrow-up-right::before {
  content: "\e2c9"; }

.fap-video-plus::before {
  content: "\f4e1"; }

.fap-video-slash::before {
  content: "\f4e2"; }

.fap-vihara::before {
  content: "\f6a7"; }

.fap-violin::before {
  content: "\f8ed"; }

.fap-virus::before {
  content: "\e074"; }

.fap-virus-covid::before {
  content: "\e4a8"; }

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

.fap-virus-slash::before {
  content: "\e075"; }

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

.fap-voicemail::before {
  content: "\f897"; }

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

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

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

.fap-volume::before {
  content: "\f6a8"; }

.fap-volume-medium::before {
  content: "\f6a8"; }

.fap-volume-high::before {
  content: "\f028"; }

.fap-volume-up::before {
  content: "\f028"; }

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

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

.fap-volume-off::before {
  content: "\f026"; }

.fap-volume-slash::before {
  content: "\f2e2"; }

.fap-volume-xmark::before {
  content: "\f6a9"; }

.fap-volume-mute::before {
  content: "\f6a9"; }

.fap-volume-times::before {
  content: "\f6a9"; }

.fap-vr-cardboard::before {
  content: "\f729"; }

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

.fap-waffle::before {
  content: "\e466"; }

.fap-wagon-covered::before {
  content: "\f8ee"; }

.fap-walker::before {
  content: "\f831"; }

.fap-walkie-talkie::before {
  content: "\f8ef"; }

.fap-wallet::before {
  content: "\f555"; }

.fap-wand::before {
  content: "\f72a"; }

.fap-wand-magic::before {
  content: "\f0d0"; }

.fap-magic::before {
  content: "\f0d0"; }

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

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

.fap-wand-sparkles::before {
  content: "\f72b"; }

.fap-warehouse::before {
  content: "\f494"; }

.fap-warehouse-full::before {
  content: "\f495"; }

.fap-warehouse-alt::before {
  content: "\f495"; }

.fap-washing-machine::before {
  content: "\f898"; }

.fap-washer::before {
  content: "\f898"; }

.fap-watch::before {
  content: "\f2e1"; }

.fap-watch-apple::before {
  content: "\e2cb"; }

.fap-watch-calculator::before {
  content: "\f8f0"; }

.fap-watch-fitness::before {
  content: "\f63e"; }

.fap-watch-smart::before {
  content: "\e2cc"; }

.fap-water::before {
  content: "\f773"; }

.fap-water-arrow-down::before {
  content: "\f774"; }

.fap-water-lower::before {
  content: "\f774"; }

.fap-water-arrow-up::before {
  content: "\f775"; }

.fap-water-rise::before {
  content: "\f775"; }

.fap-water-ladder::before {
  content: "\f5c5"; }

.fap-ladder-water::before {
  content: "\f5c5"; }

.fap-swimming-pool::before {
  content: "\f5c5"; }

.fap-watermelon-slice::before {
  content: "\e337"; }

.fap-wave-pulse::before {
  content: "\f5f8"; }

.fap-heart-rate::before {
  content: "\f5f8"; }

.fap-wave-sine::before {
  content: "\f899"; }

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

.fap-wave-triangle::before {
  content: "\f89a"; }

.fap-waveform::before {
  content: "\f8f1"; }

.fap-waveform-lines::before {
  content: "\f8f2"; }

.fap-waveform-path::before {
  content: "\f8f2"; }

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

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

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

.fap-whale::before {
  content: "\f72c"; }

.fap-wheat::before {
  content: "\f72d"; }

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

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

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

.fap-wheat-awn-slash::before {
  content: "\e338"; }

.fap-wheat-slash::before {
  content: "\e339"; }

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

.fap-wheelchair-move::before {
  content: "\e2ce"; }

.fap-wheelchair-alt::before {
  content: "\e2ce"; }

.fap-whiskey-glass::before {
  content: "\f7a0"; }

.fap-glass-whiskey::before {
  content: "\f7a0"; }

.fap-whiskey-glass-ice::before {
  content: "\f7a1"; }

.fap-glass-whiskey-rocks::before {
  content: "\f7a1"; }

.fap-whistle::before {
  content: "\f460"; }

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

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

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

.fap-wifi-exclamation::before {
  content: "\e2cf"; }

.fap-wifi-fair::before {
  content: "\f6ab"; }

.fap-wifi-2::before {
  content: "\f6ab"; }

.fap-wifi-slash::before {
  content: "\f6ac"; }

.fap-wifi-weak::before {
  content: "\f6aa"; }

.fap-wifi-1::before {
  content: "\f6aa"; }

.fap-wind::before {
  content: "\f72e"; }

.fap-wind-turbine::before {
  content: "\f89b"; }

.fap-wind-warning::before {
  content: "\f776"; }

.fap-wind-circle-exclamation::before {
  content: "\f776"; }

.fap-window::before {
  content: "\f40e"; }

.fap-window-flip::before {
  content: "\f40f"; }

.fap-window-alt::before {
  content: "\f40f"; }

.fap-window-frame::before {
  content: "\e04f"; }

.fap-window-frame-open::before {
  content: "\e050"; }

.fap-window-maximize::before {
  content: "\f2d0"; }

.fap-window-minimize::before {
  content: "\f2d1"; }

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

.fap-windsock::before {
  content: "\f777"; }

.fap-wine-bottle::before {
  content: "\f72f"; }

.fap-wine-glass::before {
  content: "\f4e3"; }

.fap-wine-glass-crack::before {
  content: "\f4bb"; }

.fap-fragile::before {
  content: "\f4bb"; }

.fap-wine-glass-empty::before {
  content: "\f5ce"; }

.fap-wine-glass-alt::before {
  content: "\f5ce"; }

.fap-won-sign::before {
  content: "\f159"; }

.fap-krw::before {
  content: "\f159"; }

.fap-won::before {
  content: "\f159"; }

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

.fap-wreath::before {
  content: "\f7e2"; }

.fap-wrench::before {
  content: "\f0ad"; }

.fap-wrench-simple::before {
  content: "\e2d1"; }

.fap-x::before {
  content: "\58"; }

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

.fap-xmark::before {
  content: "\f00d"; }

.fap-close::before {
  content: "\f00d"; }

.fap-multiply::before {
  content: "\f00d"; }

.fap-remove::before {
  content: "\f00d"; }

.fap-times::before {
  content: "\f00d"; }

.fap-xmark-large::before {
  content: "\e59b"; }

.fap-xmark-to-slot::before {
  content: "\f771"; }

.fap-times-to-slot::before {
  content: "\f771"; }

.fap-vote-nay::before {
  content: "\f771"; }

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

.fap-y::before {
  content: "\59"; }

.fap-yen-sign::before {
  content: "\f157"; }

.fap-cny::before {
  content: "\f157"; }

.fap-jpy::before {
  content: "\f157"; }

.fap-rmb::before {
  content: "\f157"; }

.fap-yen::before {
  content: "\f157"; }

.fap-yin-yang::before {
  content: "\f6ad"; }

.fap-z::before {
  content: "\5a"; }

.sr-only,
.fap-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),
.fap-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; }
