@charset "UTF-8";
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 5, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 15, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}

/* line 21, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-xs {
  font-size: 0.75em;
}

/* line 25, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sm {
  font-size: 0.875em;
}

/* line 29, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-1x {
  font-size: 1em;
}

/* line 33, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-2x {
  font-size: 2em;
}

/* line 37, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-3x {
  font-size: 3em;
}

/* line 41, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-4x {
  font-size: 4em;
}

/* line 45, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-5x {
  font-size: 5em;
}

/* line 49, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-6x {
  font-size: 6em;
}

/* line 53, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-7x {
  font-size: 7em;
}

/* line 57, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-8x {
  font-size: 8em;
}

/* line 61, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-9x {
  font-size: 9em;
}

/* line 65, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-10x {
  font-size: 10em;
}

/* line 69, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 74, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 80, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ul > li {
  position: relative;
}

/* line 84, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 92, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 98, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pull-left {
  float: left;
}

/* line 102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pull-right {
  float: right;
}

/* line 106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

/* line 110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

/* line 114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

/* line 119, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* line 146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 151, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 156, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 171, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

/* line 176, ../../../sass/plugins/fontawesome5prostatic.scss */
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

/* line 181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-inverse {
  color: #fff;
}

/* line 209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-500px:before {
  content: "";
}

/* line 213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-abacus:before {
  content: "";
}

/* line 217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-accessible-icon:before {
  content: "";
}

/* line 221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-accusoft:before {
  content: "";
}

/* line 225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-acorn:before {
  content: "";
}

/* line 229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-acquisitions-incorporated:before {
  content: "";
}

/* line 233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ad:before {
  content: "";
}

/* line 237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-address-book:before {
  content: "";
}

/* line 241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-address-card:before {
  content: "";
}

/* line 245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-adjust:before {
  content: "";
}

/* line 249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-adn:before {
  content: "";
}

/* line 253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-adobe:before {
  content: "";
}

/* line 257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-adversal:before {
  content: "";
}

/* line 261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-affiliatetheme:before {
  content: "";
}

/* line 265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-air-freshener:before {
  content: "";
}

/* line 269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-airbnb:before {
  content: "";
}

/* line 273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-alarm-clock:before {
  content: "";
}

/* line 277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-alarm-exclamation:before {
  content: "";
}

/* line 281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-alarm-plus:before {
  content: "";
}

/* line 285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-alarm-snooze:before {
  content: "";
}

/* line 289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-album:before {
  content: "";
}

/* line 293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-album-collection:before {
  content: "";
}

/* line 297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-algolia:before {
  content: "";
}

/* line 301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-alicorn:before {
  content: "";
}

/* line 305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-align-center:before {
  content: "";
}

/* line 309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-align-justify:before {
  content: "";
}

/* line 313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-align-left:before {
  content: "";
}

/* line 317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-align-right:before {
  content: "";
}

/* line 321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-align-slash:before {
  content: "";
}

/* line 325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-alipay:before {
  content: "";
}

/* line 329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-allergies:before {
  content: "";
}

/* line 333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-amazon:before {
  content: "";
}

/* line 337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-amazon-pay:before {
  content: "";
}

/* line 341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ambulance:before {
  content: "";
}

/* line 345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-amilia:before {
  content: "";
}

/* line 353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-amp-guitar:before {
  content: "";
}

/* line 357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-analytics:before {
  content: "";
}

/* line 361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-anchor:before {
  content: "";
}

/* line 365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-android:before {
  content: "";
}

/* line 369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angel:before {
  content: "";
}

/* line 373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angellist:before {
  content: "";
}

/* line 377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-down:before {
  content: "";
}

/* line 397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-left:before {
  content: "";
}

/* line 401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-right:before {
  content: "";
}

/* line 405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angle-up:before {
  content: "";
}

/* line 409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angry:before {
  content: "";
}

/* line 413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angrycreative:before {
  content: "";
}

/* line 417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-angular:before {
  content: "";
}

/* line 421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ankh:before {
  content: "";
}

/* line 425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-app-store:before {
  content: "";
}

/* line 429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-app-store-ios:before {
  content: "";
}

/* line 433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-apper:before {
  content: "";
}

/* line 437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-apple:before {
  content: "";
}

/* line 441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-apple-alt:before {
  content: "";
}

/* line 445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-apple-crate:before {
  content: "";
}

/* line 449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-apple-pay:before {
  content: "";
}

/* line 453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-archive:before {
  content: "";
}

/* line 457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-archway:before {
  content: "";
}

/* line 461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-circle-down:before {
  content: "";
}

/* line 465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-circle-left:before {
  content: "";
}

/* line 469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-circle-right:before {
  content: "";
}

/* line 473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-circle-up:before {
  content: "";
}

/* line 477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-down:before {
  content: "";
}

/* line 481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-from-bottom:before {
  content: "";
}

/* line 485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-from-left:before {
  content: "";
}

/* line 489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-from-right:before {
  content: "";
}

/* line 493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-from-top:before {
  content: "";
}

/* line 497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-left:before {
  content: "";
}

/* line 501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-right:before {
  content: "";
}

/* line 505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-square-down:before {
  content: "";
}

/* line 509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-square-left:before {
  content: "";
}

/* line 513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-square-right:before {
  content: "";
}

/* line 517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-square-up:before {
  content: "";
}

/* line 521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-to-bottom:before {
  content: "";
}

/* line 525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-to-left:before {
  content: "";
}

/* line 529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-to-right:before {
  content: "";
}

/* line 533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-to-top:before {
  content: "";
}

/* line 537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-alt-up:before {
  content: "";
}

/* line 541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-from-bottom:before {
  content: "";
}

/* line 565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-from-left:before {
  content: "";
}

/* line 569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-from-right:before {
  content: "";
}

/* line 573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-from-top:before {
  content: "";
}

/* line 577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-square-down:before {
  content: "";
}

/* line 589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-square-left:before {
  content: "";
}

/* line 593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-square-right:before {
  content: "";
}

/* line 597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-square-up:before {
  content: "";
}

/* line 601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-to-bottom:before {
  content: "";
}

/* line 605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-to-left:before {
  content: "";
}

/* line 609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-to-right:before {
  content: "";
}

/* line 613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-to-top:before {
  content: "";
}

/* line 617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrows:before {
  content: "";
}

/* line 625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrows-alt-h:before {
  content: "";
}

/* line 633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrows-alt-v:before {
  content: "";
}

/* line 637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-artstation:before {
  content: "";
}

/* line 649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-asterisk:before {
  content: "";
}

/* line 657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-asymmetrik:before {
  content: "";
}

/* line 661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-at:before {
  content: "";
}

/* line 665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-atlas:before {
  content: "";
}

/* line 669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-atlassian:before {
  content: "";
}

/* line 673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-atom:before {
  content: "";
}

/* line 677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-atom-alt:before {
  content: "";
}

/* line 681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-audible:before {
  content: "";
}

/* line 685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-audio-description:before {
  content: "";
}

/* line 689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-autoprefixer:before {
  content: "";
}

/* line 693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-avianex:before {
  content: "";
}

/* line 697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-aviato:before {
  content: "";
}

/* line 701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-award:before {
  content: "";
}

/* line 705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-aws:before {
  content: "";
}

/* line 709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-axe:before {
  content: "";
}

/* line 713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-axe-battle:before {
  content: "";
}

/* line 717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-baby:before {
  content: "";
}

/* line 721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-baby-carriage:before {
  content: "";
}

/* line 725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-backpack:before {
  content: "";
}

/* line 729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-backspace:before {
  content: "";
}

/* line 733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-backward:before {
  content: "";
}

/* line 737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bacon:before {
  content: "";
}

/* line 741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-badge:before {
  content: "";
}

/* line 745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-badge-check:before {
  content: "";
}

/* line 749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-badge-dollar:before {
  content: "";
}

/* line 753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-badge-percent:before {
  content: "";
}

/* line 757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-badge-sheriff:before {
  content: "";
}

/* line 761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-badger-honey:before {
  content: "";
}

/* line 765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bags-shopping:before {
  content: "";
}

/* line 769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-balance-scale-left:before {
  content: "";
}

/* line 777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-balance-scale-right:before {
  content: "";
}

/* line 781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ball-pile:before {
  content: "";
}

/* line 785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ballot:before {
  content: "";
}

/* line 789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ballot-check:before {
  content: "";
}

/* line 793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ban:before {
  content: "";
}

/* line 797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-band-aid:before {
  content: "";
}

/* line 801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-banjo:before {
  content: "";
}

/* line 809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-barcode:before {
  content: "";
}

/* line 813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-barcode-alt:before {
  content: "";
}

/* line 817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-barcode-read:before {
  content: "";
}

/* line 821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-barcode-scan:before {
  content: "";
}

/* line 825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bars:before {
  content: "";
}

/* line 829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-baseball:before {
  content: "";
}

/* line 833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-baseball-ball:before {
  content: "";
}

/* line 837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-basketball-ball:before {
  content: "";
}

/* line 841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-basketball-hoop:before {
  content: "";
}

/* line 845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bat:before {
  content: "";
}

/* line 849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bath:before {
  content: "";
}

/* line 853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-bolt:before {
  content: "";
}

/* line 857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-empty:before {
  content: "";
}

/* line 861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-full:before {
  content: "";
}

/* line 865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-half:before {
  content: "";
}

/* line 869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-quarter:before {
  content: "";
}

/* line 873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-slash:before {
  content: "";
}

/* line 877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battery-three-quarters:before {
  content: "";
}

/* line 881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-battle-net:before {
  content: "";
}

/* line 885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bed:before {
  content: "";
}

/* line 889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-beer:before {
  content: "";
}

/* line 893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-behance:before {
  content: "";
}

/* line 897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-behance-square:before {
  content: "";
}

/* line 901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bell:before {
  content: "";
}

/* line 905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bell-exclamation:before {
  content: "";
}

/* line 909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bell-plus:before {
  content: "";
}

/* line 913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bell-school:before {
  content: "";
}

/* line 917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bell-school-slash:before {
  content: "";
}

/* line 921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bells:before {
  content: "";
}

/* line 929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-betamax:before {
  content: "";
}

/* line 933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bezier-curve:before {
  content: "";
}

/* line 937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bible:before {
  content: "";
}

/* line 941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bicycle:before {
  content: "";
}

/* line 945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-biking:before {
  content: "";
}

/* line 949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-biking-mountain:before {
  content: "";
}

/* line 953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bimobject:before {
  content: "";
}

/* line 957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-binoculars:before {
  content: "";
}

/* line 961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-biohazard:before {
  content: "";
}

/* line 965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bitcoin:before {
  content: "";
}

/* line 977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bity:before {
  content: "";
}

/* line 981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-black-tie:before {
  content: "";
}

/* line 985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blackberry:before {
  content: "";
}

/* line 989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blanket:before {
  content: "";
}

/* line 993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blender:before {
  content: "";
}

/* line 997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blender-phone:before {
  content: "";
}

/* line 1001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blind:before {
  content: "";
}

/* line 1005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blog:before {
  content: "";
}

/* line 1009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blogger:before {
  content: "";
}

/* line 1013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-blogger-b:before {
  content: "";
}

/* line 1017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 1021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 1025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bold:before {
  content: "";
}

/* line 1029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bolt:before {
  content: "";
}

/* line 1033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bomb:before {
  content: "";
}

/* line 1037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bone:before {
  content: "";
}

/* line 1041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bone-break:before {
  content: "";
}

/* line 1045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bong:before {
  content: "";
}

/* line 1049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book:before {
  content: "";
}

/* line 1053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-alt:before {
  content: "";
}

/* line 1057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-dead:before {
  content: "";
}

/* line 1061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-heart:before {
  content: "";
}

/* line 1065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-medical:before {
  content: "";
}

/* line 1069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-open:before {
  content: "";
}

/* line 1073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-reader:before {
  content: "";
}

/* line 1077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-spells:before {
  content: "";
}

/* line 1081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-book-user:before {
  content: "";
}

/* line 1085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bookmark:before {
  content: "";
}

/* line 1089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-books:before {
  content: "";
}

/* line 1093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-books-medical:before {
  content: "";
}

/* line 1097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-boombox:before {
  content: "";
}

/* line 1101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-boot:before {
  content: "";
}

/* line 1105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-booth-curtain:before {
  content: "";
}

/* line 1109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bootstrap:before {
  content: "";
}

/* line 1113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-all:before {
  content: "";
}

/* line 1117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-bottom:before {
  content: "";
}

/* line 1121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-center-h:before {
  content: "";
}

/* line 1125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-center-v:before {
  content: "";
}

/* line 1129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-inner:before {
  content: "";
}

/* line 1133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-left:before {
  content: "";
}

/* line 1137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-none:before {
  content: "";
}

/* line 1141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-outer:before {
  content: "";
}

/* line 1145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-right:before {
  content: "";
}

/* line 1149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-style:before {
  content: "";
}

/* line 1153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-style-alt:before {
  content: "";
}

/* line 1157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-border-top:before {
  content: "";
}

/* line 1161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bow-arrow:before {
  content: "";
}

/* line 1165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bowling-ball:before {
  content: "";
}

/* line 1169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bowling-pins:before {
  content: "";
}

/* line 1173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box:before {
  content: "";
}

/* line 1177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-alt:before {
  content: "";
}

/* line 1181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-ballot:before {
  content: "";
}

/* line 1185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-check:before {
  content: "";
}

/* line 1189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-fragile:before {
  content: "";
}

/* line 1193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-full:before {
  content: "";
}

/* line 1197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-heart:before {
  content: "";
}

/* line 1201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-open:before {
  content: "";
}

/* line 1205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-up:before {
  content: "";
}

/* line 1209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-box-usd:before {
  content: "";
}

/* line 1213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-boxes:before {
  content: "";
}

/* line 1217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-boxes-alt:before {
  content: "";
}

/* line 1221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-boxing-glove:before {
  content: "";
}

/* line 1225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-brackets:before {
  content: "";
}

/* line 1229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-brackets-curly:before {
  content: "";
}

/* line 1233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-braille:before {
  content: "";
}

/* line 1237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-brain:before {
  content: "";
}

/* line 1241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bread-loaf:before {
  content: "";
}

/* line 1245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bread-slice:before {
  content: "";
}

/* line 1249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-briefcase:before {
  content: "";
}

/* line 1253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-briefcase-medical:before {
  content: "";
}

/* line 1257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bring-forward:before {
  content: "";
}

/* line 1261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bring-front:before {
  content: "";
}

/* line 1265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-broadcast-tower:before {
  content: "";
}

/* line 1269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-broom:before {
  content: "";
}

/* line 1273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-browser:before {
  content: "";
}

/* line 1277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-brush:before {
  content: "";
}

/* line 1281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-btc:before {
  content: "";
}

/* line 1285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-buffer:before {
  content: "";
}

/* line 1289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bug:before {
  content: "";
}

/* line 1293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-building:before {
  content: "";
}

/* line 1297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 1301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bullseye:before {
  content: "";
}

/* line 1305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bullseye-arrow:before {
  content: "";
}

/* line 1309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bullseye-pointer:before {
  content: "";
}

/* line 1313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-burger-soda:before {
  content: "";
}

/* line 1317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-burn:before {
  content: "";
}

/* line 1321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-buromobelexperte:before {
  content: "";
}

/* line 1325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-burrito:before {
  content: "";
}

/* line 1329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bus:before {
  content: "";
}

/* line 1333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bus-alt:before {
  content: "";
}

/* line 1337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-bus-school:before {
  content: "";
}

/* line 1341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-business-time:before {
  content: "";
}

/* line 1345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-buy-n-large:before {
  content: "";
}

/* line 1349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-buysellads:before {
  content: "";
}

/* line 1353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cabinet-filing:before {
  content: "";
}

/* line 1357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cactus:before {
  content: "";
}

/* line 1361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calculator:before {
  content: "";
}

/* line 1365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calculator-alt:before {
  content: "";
}

/* line 1369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar:before {
  content: "";
}

/* line 1373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-alt:before {
  content: "";
}

/* line 1377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-check:before {
  content: "";
}

/* line 1381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-day:before {
  content: "";
}

/* line 1385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-edit:before {
  content: "";
}

/* line 1389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-exclamation:before {
  content: "";
}

/* line 1393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-minus:before {
  content: "";
}

/* line 1397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-plus:before {
  content: "";
}

/* line 1401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-star:before {
  content: "";
}

/* line 1405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-times:before {
  content: "";
}

/* line 1409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-calendar-week:before {
  content: "";
}

/* line 1413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-camcorder:before {
  content: "";
}

/* line 1417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-camera:before {
  content: "";
}

/* line 1421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-camera-alt:before {
  content: "";
}

/* line 1425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-camera-movie:before {
  content: "";
}

/* line 1429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-camera-polaroid:before {
  content: "";
}

/* line 1433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 1437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-campfire:before {
  content: "";
}

/* line 1441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-campground:before {
  content: "";
}

/* line 1445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-canadian-maple-leaf:before {
  content: "";
}

/* line 1449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-candle-holder:before {
  content: "";
}

/* line 1453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-candy-cane:before {
  content: "";
}

/* line 1457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-candy-corn:before {
  content: "";
}

/* line 1461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cannabis:before {
  content: "";
}

/* line 1465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-capsules:before {
  content: "";
}

/* line 1469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car:before {
  content: "";
}

/* line 1473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-alt:before {
  content: "";
}

/* line 1477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-battery:before {
  content: "";
}

/* line 1481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-building:before {
  content: "";
}

/* line 1485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-bump:before {
  content: "";
}

/* line 1489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-bus:before {
  content: "";
}

/* line 1493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-crash:before {
  content: "";
}

/* line 1497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-garage:before {
  content: "";
}

/* line 1501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-mechanic:before {
  content: "";
}

/* line 1505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-side:before {
  content: "";
}

/* line 1509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-tilt:before {
  content: "";
}

/* line 1513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-car-wash:before {
  content: "";
}

/* line 1517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-circle-down:before {
  content: "";
}

/* line 1521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-circle-left:before {
  content: "";
}

/* line 1525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-circle-right:before {
  content: "";
}

/* line 1529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-circle-up:before {
  content: "";
}

/* line 1533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-down:before {
  content: "";
}

/* line 1537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-left:before {
  content: "";
}

/* line 1541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-right:before {
  content: "";
}

/* line 1545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-square-down:before {
  content: "";
}

/* line 1549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-square-left:before {
  content: "";
}

/* line 1553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-square-right:before {
  content: "";
}

/* line 1557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-square-up:before {
  content: "";
}

/* line 1561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-caret-up:before {
  content: "";
}

/* line 1565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-carrot:before {
  content: "";
}

/* line 1569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cars:before {
  content: "";
}

/* line 1573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 1577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 1581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cash-register:before {
  content: "";
}

/* line 1585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cassette-tape:before {
  content: "";
}

/* line 1589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cat:before {
  content: "";
}

/* line 1593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cauldron:before {
  content: "";
}

/* line 1597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-amazon-pay:before {
  content: "";
}

/* line 1601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 1605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-apple-pay:before {
  content: "";
}

/* line 1609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 1613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 1617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 1621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 1625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 1629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 1633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 1637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cctv:before {
  content: "";
}

/* line 1641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-centercode:before {
  content: "";
}

/* line 1645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-centos:before {
  content: "";
}

/* line 1649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-certificate:before {
  content: "";
}

/* line 1653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chair:before {
  content: "";
}

/* line 1657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chair-office:before {
  content: "";
}

/* line 1661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chalkboard:before {
  content: "";
}

/* line 1665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chalkboard-teacher:before {
  content: "";
}

/* line 1669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-charging-station:before {
  content: "";
}

/* line 1673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-area:before {
  content: "";
}

/* line 1677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-bar:before {
  content: "";
}

/* line 1681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-line:before {
  content: "";
}

/* line 1685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-line-down:before {
  content: "";
}

/* line 1689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-network:before {
  content: "";
}

/* line 1693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-pie:before {
  content: "";
}

/* line 1697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-pie-alt:before {
  content: "";
}

/* line 1701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chart-scatter:before {
  content: "";
}

/* line 1705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-check:before {
  content: "";
}

/* line 1709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-check-circle:before {
  content: "";
}

/* line 1713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-check-double:before {
  content: "";
}

/* line 1717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-check-square:before {
  content: "";
}

/* line 1721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cheese:before {
  content: "";
}

/* line 1725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cheese-swiss:before {
  content: "";
}

/* line 1729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cheeseburger:before {
  content: "";
}

/* line 1733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess:before {
  content: "";
}

/* line 1737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-bishop:before {
  content: "";
}

/* line 1741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-bishop-alt:before {
  content: "";
}

/* line 1745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-board:before {
  content: "";
}

/* line 1749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-clock:before {
  content: "";
}

/* line 1753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-clock-alt:before {
  content: "";
}

/* line 1757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-king:before {
  content: "";
}

/* line 1761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-king-alt:before {
  content: "";
}

/* line 1765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-knight:before {
  content: "";
}

/* line 1769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-knight-alt:before {
  content: "";
}

/* line 1773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-pawn:before {
  content: "";
}

/* line 1777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-pawn-alt:before {
  content: "";
}

/* line 1781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-queen:before {
  content: "";
}

/* line 1785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-queen-alt:before {
  content: "";
}

/* line 1789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-rook:before {
  content: "";
}

/* line 1793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chess-rook-alt:before {
  content: "";
}

/* line 1797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 1801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 1805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 1809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 1813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-double-down:before {
  content: "";
}

/* line 1817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-double-left:before {
  content: "";
}

/* line 1821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-double-right:before {
  content: "";
}

/* line 1825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-double-up:before {
  content: "";
}

/* line 1829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 1833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 1837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 1841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-square-down:before {
  content: "";
}

/* line 1845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-square-left:before {
  content: "";
}

/* line 1849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-square-right:before {
  content: "";
}

/* line 1853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-square-up:before {
  content: "";
}

/* line 1857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 1861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-child:before {
  content: "";
}

/* line 1865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chimney:before {
  content: "";
}

/* line 1869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chrome:before {
  content: "";
}

/* line 1873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-chromecast:before {
  content: "";
}

/* line 1877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-church:before {
  content: "";
}

/* line 1881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-circle:before {
  content: "";
}

/* line 1885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-circle-notch:before {
  content: "";
}

/* line 1889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-city:before {
  content: "";
}

/* line 1893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clarinet:before {
  content: "";
}

/* line 1897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-claw-marks:before {
  content: "";
}

/* line 1901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clinic-medical:before {
  content: "";
}

/* line 1905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clipboard:before {
  content: "";
}

/* line 1909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clipboard-check:before {
  content: "";
}

/* line 1913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clipboard-list:before {
  content: "";
}

/* line 1917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clipboard-list-check:before {
  content: "";
}

/* line 1921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clipboard-prescription:before {
  content: "";
}

/* line 1925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clipboard-user:before {
  content: "";
}

/* line 1929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clock:before {
  content: "";
}

/* line 1933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clone:before {
  content: "";
}

/* line 1937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-closed-captioning:before {
  content: "";
}

/* line 1941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud:before {
  content: "";
}

/* line 1945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 1949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-download-alt:before {
  content: "";
}

/* line 1953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-drizzle:before {
  content: "";
}

/* line 1957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-hail:before {
  content: "";
}

/* line 1961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-hail-mixed:before {
  content: "";
}

/* line 1965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-meatball:before {
  content: "";
}

/* line 1969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-moon:before {
  content: "";
}

/* line 1973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-moon-rain:before {
  content: "";
}

/* line 1977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-music:before {
  content: "";
}

/* line 1981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-rain:before {
  content: "";
}

/* line 1985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-rainbow:before {
  content: "";
}

/* line 1989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-showers:before {
  content: "";
}

/* line 1993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-showers-heavy:before {
  content: "";
}

/* line 1997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-sleet:before {
  content: "";
}

/* line 2001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-snow:before {
  content: "";
}

/* line 2005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-sun:before {
  content: "";
}

/* line 2009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-sun-rain:before {
  content: "";
}

/* line 2013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 2017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloud-upload-alt:before {
  content: "";
}

/* line 2021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clouds:before {
  content: "";
}

/* line 2025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clouds-moon:before {
  content: "";
}

/* line 2029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-clouds-sun:before {
  content: "";
}

/* line 2033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloudscale:before {
  content: "";
}

/* line 2037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloudsmith:before {
  content: "";
}

/* line 2041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cloudversify:before {
  content: "";
}

/* line 2045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-club:before {
  content: "";
}

/* line 2049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cocktail:before {
  content: "";
}

/* line 2053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-code:before {
  content: "";
}

/* line 2057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-code-branch:before {
  content: "";
}

/* line 2061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-code-commit:before {
  content: "";
}

/* line 2065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-code-merge:before {
  content: "";
}

/* line 2069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-codepen:before {
  content: "";
}

/* line 2073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-codiepie:before {
  content: "";
}

/* line 2077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-coffee:before {
  content: "";
}

/* line 2081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-coffee-togo:before {
  content: "";
}

/* line 2085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-coffin:before {
  content: "";
}

/* line 2089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cog:before {
  content: "";
}

/* line 2093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cogs:before {
  content: "";
}

/* line 2097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-coin:before {
  content: "";
}

/* line 2101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-coins:before {
  content: "";
}

/* line 2105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-columns:before {
  content: "";
}

/* line 2109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment:before {
  content: "";
}

/* line 2113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt:before {
  content: "";
}

/* line 2117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-check:before {
  content: "";
}

/* line 2121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-dollar:before {
  content: "";
}

/* line 2125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-dots:before {
  content: "";
}

/* line 2129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-edit:before {
  content: "";
}

/* line 2133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-exclamation:before {
  content: "";
}

/* line 2137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-lines:before {
  content: "";
}

/* line 2141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-medical:before {
  content: "";
}

/* line 2145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-minus:before {
  content: "";
}

/* line 2149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-music:before {
  content: "";
}

/* line 2153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-plus:before {
  content: "";
}

/* line 2157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-slash:before {
  content: "";
}

/* line 2161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-smile:before {
  content: "";
}

/* line 2165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-alt-times:before {
  content: "";
}

/* line 2169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-check:before {
  content: "";
}

/* line 2173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-dollar:before {
  content: "";
}

/* line 2177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-dots:before {
  content: "";
}

/* line 2181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-edit:before {
  content: "";
}

/* line 2185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-exclamation:before {
  content: "";
}

/* line 2189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-lines:before {
  content: "";
}

/* line 2193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-medical:before {
  content: "";
}

/* line 2197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-minus:before {
  content: "";
}

/* line 2201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-music:before {
  content: "";
}

/* line 2205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-plus:before {
  content: "";
}

/* line 2209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-slash:before {
  content: "";
}

/* line 2213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-smile:before {
  content: "";
}

/* line 2217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comment-times:before {
  content: "";
}

/* line 2221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comments:before {
  content: "";
}

/* line 2225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comments-alt:before {
  content: "";
}

/* line 2229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comments-alt-dollar:before {
  content: "";
}

/* line 2233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-comments-dollar:before {
  content: "";
}

/* line 2237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compact-disc:before {
  content: "";
}

/* line 2241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compass:before {
  content: "";
}

/* line 2245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compass-slash:before {
  content: "";
}

/* line 2249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compress:before {
  content: "";
}

/* line 2253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compress-alt:before {
  content: "";
}

/* line 2257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compress-arrows-alt:before {
  content: "";
}

/* line 2261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-compress-wide:before {
  content: "";
}

/* line 2265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-computer-classic:before {
  content: "";
}

/* line 2269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-computer-speaker:before {
  content: "";
}

/* line 2273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-concierge-bell:before {
  content: "";
}

/* line 2277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-confluence:before {
  content: "";
}

/* line 2281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 2285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-construction:before {
  content: "";
}

/* line 2289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-container-storage:before {
  content: "";
}

/* line 2293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-contao:before {
  content: "";
}

/* line 2297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-conveyor-belt:before {
  content: "";
}

/* line 2301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-conveyor-belt-alt:before {
  content: "";
}

/* line 2305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cookie:before {
  content: "";
}

/* line 2309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cookie-bite:before {
  content: "";
}

/* line 2313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-copy:before {
  content: "";
}

/* line 2317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-copyright:before {
  content: "";
}

/* line 2321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-corn:before {
  content: "";
}

/* line 2325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cotton-bureau:before {
  content: "";
}

/* line 2329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-couch:before {
  content: "";
}

/* line 2333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cow:before {
  content: "";
}

/* line 2337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cowbell:before {
  content: "";
}

/* line 2341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cowbell-more:before {
  content: "";
}

/* line 2345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cpanel:before {
  content: "";
}

/* line 2349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 2353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-by:before {
  content: "";
}

/* line 2357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-nc:before {
  content: "";
}

/* line 2361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-nc-eu:before {
  content: "";
}

/* line 2365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-nc-jp:before {
  content: "";
}

/* line 2369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-nd:before {
  content: "";
}

/* line 2373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-pd:before {
  content: "";
}

/* line 2377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-pd-alt:before {
  content: "";
}

/* line 2381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-remix:before {
  content: "";
}

/* line 2385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-sa:before {
  content: "";
}

/* line 2389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-sampling:before {
  content: "";
}

/* line 2393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-sampling-plus:before {
  content: "";
}

/* line 2397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-share:before {
  content: "";
}

/* line 2401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-creative-commons-zero:before {
  content: "";
}

/* line 2405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-credit-card:before {
  content: "";
}

/* line 2409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-credit-card-blank:before {
  content: "";
}

/* line 2413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-credit-card-front:before {
  content: "";
}

/* line 2417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cricket:before {
  content: "";
}

/* line 2421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-critical-role:before {
  content: "";
}

/* line 2425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-croissant:before {
  content: "";
}

/* line 2429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crop:before {
  content: "";
}

/* line 2433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crop-alt:before {
  content: "";
}

/* line 2437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cross:before {
  content: "";
}

/* line 2441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 2445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crow:before {
  content: "";
}

/* line 2449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crown:before {
  content: "";
}

/* line 2453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crutch:before {
  content: "";
}

/* line 2457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-crutches:before {
  content: "";
}

/* line 2461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-css3:before {
  content: "";
}

/* line 2465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-css3-alt:before {
  content: "";
}

/* line 2469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cube:before {
  content: "";
}

/* line 2473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cubes:before {
  content: "";
}

/* line 2477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-curling:before {
  content: "";
}

/* line 2481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cut:before {
  content: "";
}

/* line 2485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-cuttlefish:before {
  content: "";
}

/* line 2489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-d-and-d:before {
  content: "";
}

/* line 2493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-d-and-d-beyond:before {
  content: "";
}

/* line 2497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dagger:before {
  content: "";
}

/* line 2501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dashcube:before {
  content: "";
}

/* line 2505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-database:before {
  content: "";
}

/* line 2509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-deaf:before {
  content: "";
}

/* line 2513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-debug:before {
  content: "";
}

/* line 2517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-deer:before {
  content: "";
}

/* line 2521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-deer-rudolph:before {
  content: "";
}

/* line 2525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-delicious:before {
  content: "";
}

/* line 2529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-democrat:before {
  content: "";
}

/* line 2533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-deploydog:before {
  content: "";
}

/* line 2537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-deskpro:before {
  content: "";
}

/* line 2541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-desktop:before {
  content: "";
}

/* line 2545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-desktop-alt:before {
  content: "";
}

/* line 2549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dev:before {
  content: "";
}

/* line 2553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-deviantart:before {
  content: "";
}

/* line 2557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dewpoint:before {
  content: "";
}

/* line 2561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dharmachakra:before {
  content: "";
}

/* line 2565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dhl:before {
  content: "";
}

/* line 2569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-diagnoses:before {
  content: "";
}

/* line 2573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-diamond:before {
  content: "";
}

/* line 2577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-diaspora:before {
  content: "";
}

/* line 2581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice:before {
  content: "";
}

/* line 2585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-d10:before {
  content: "";
}

/* line 2589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-d12:before {
  content: "";
}

/* line 2593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-d20:before {
  content: "";
}

/* line 2597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-d4:before {
  content: "";
}

/* line 2601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-d6:before {
  content: "";
}

/* line 2605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-d8:before {
  content: "";
}

/* line 2609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-five:before {
  content: "";
}

/* line 2613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-four:before {
  content: "";
}

/* line 2617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-one:before {
  content: "";
}

/* line 2621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-six:before {
  content: "";
}

/* line 2625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-three:before {
  content: "";
}

/* line 2629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dice-two:before {
  content: "";
}

/* line 2633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-digg:before {
  content: "";
}

/* line 2637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-digging:before {
  content: "";
}

/* line 2641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-digital-ocean:before {
  content: "";
}

/* line 2645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-digital-tachograph:before {
  content: "";
}

/* line 2649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-diploma:before {
  content: "";
}

/* line 2653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-directions:before {
  content: "";
}

/* line 2657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-disc-drive:before {
  content: "";
}

/* line 2661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-discord:before {
  content: "";
}

/* line 2665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-discourse:before {
  content: "";
}

/* line 2669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-disease:before {
  content: "";
}

/* line 2673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-divide:before {
  content: "";
}

/* line 2677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dizzy:before {
  content: "";
}

/* line 2681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dna:before {
  content: "";
}

/* line 2685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-do-not-enter:before {
  content: "";
}

/* line 2689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dochub:before {
  content: "";
}

/* line 2693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-docker:before {
  content: "";
}

/* line 2697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dog:before {
  content: "";
}

/* line 2701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dog-leashed:before {
  content: "";
}

/* line 2705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dollar-sign:before {
  content: "";
}

/* line 2709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dolly:before {
  content: "";
}

/* line 2713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dolly-empty:before {
  content: "";
}

/* line 2717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dolly-flatbed:before {
  content: "";
}

/* line 2721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dolly-flatbed-alt:before {
  content: "";
}

/* line 2725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dolly-flatbed-empty:before {
  content: "";
}

/* line 2729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-donate:before {
  content: "";
}

/* line 2733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-door-closed:before {
  content: "";
}

/* line 2737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-door-open:before {
  content: "";
}

/* line 2741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dot-circle:before {
  content: "";
}

/* line 2745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dove:before {
  content: "";
}

/* line 2749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-download:before {
  content: "";
}

/* line 2753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-draft2digital:before {
  content: "";
}

/* line 2757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drafting-compass:before {
  content: "";
}

/* line 2761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dragon:before {
  content: "";
}

/* line 2765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-draw-circle:before {
  content: "";
}

/* line 2769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-draw-polygon:before {
  content: "";
}

/* line 2773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-draw-square:before {
  content: "";
}

/* line 2777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dreidel:before {
  content: "";
}

/* line 2781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dribbble:before {
  content: "";
}

/* line 2785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dribbble-square:before {
  content: "";
}

/* line 2789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drone:before {
  content: "";
}

/* line 2793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drone-alt:before {
  content: "";
}

/* line 2797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dropbox:before {
  content: "";
}

/* line 2801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drum:before {
  content: "";
}

/* line 2805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drum-steelpan:before {
  content: "";
}

/* line 2809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drumstick:before {
  content: "";
}

/* line 2813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drumstick-bite:before {
  content: "";
}

/* line 2817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-drupal:before {
  content: "";
}

/* line 2821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dryer:before {
  content: "";
}

/* line 2825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dryer-alt:before {
  content: "";
}

/* line 2829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-duck:before {
  content: "";
}

/* line 2833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dumbbell:before {
  content: "";
}

/* line 2837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dumpster:before {
  content: "";
}

/* line 2841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dumpster-fire:before {
  content: "";
}

/* line 2845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dungeon:before {
  content: "";
}

/* line 2849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-dyalog:before {
  content: "";
}

/* line 2853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ear:before {
  content: "";
}

/* line 2857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ear-muffs:before {
  content: "";
}

/* line 2861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-earlybirds:before {
  content: "";
}

/* line 2865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ebay:before {
  content: "";
}

/* line 2869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eclipse:before {
  content: "";
}

/* line 2873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eclipse-alt:before {
  content: "";
}

/* line 2877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-edge:before {
  content: "";
}

/* line 2881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-edit:before {
  content: "";
}

/* line 2885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-egg:before {
  content: "";
}

/* line 2889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-egg-fried:before {
  content: "";
}

/* line 2893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eject:before {
  content: "";
}

/* line 2897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-elementor:before {
  content: "";
}

/* line 2901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-elephant:before {
  content: "";
}

/* line 2905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 2909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ellipsis-h-alt:before {
  content: "";
}

/* line 2913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 2917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ellipsis-v-alt:before {
  content: "";
}

/* line 2921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ello:before {
  content: "";
}

/* line 2925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ember:before {
  content: "";
}

/* line 2929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-empire:before {
  content: "";
}

/* line 2933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-empty-set:before {
  content: "";
}

/* line 2937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-engine-warning:before {
  content: "";
}

/* line 2941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-envelope:before {
  content: "";
}

/* line 2945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 2949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-envelope-open-dollar:before {
  content: "";
}

/* line 2953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-envelope-open-text:before {
  content: "";
}

/* line 2957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 2961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-envira:before {
  content: "";
}

/* line 2965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-equals:before {
  content: "";
}

/* line 2969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eraser:before {
  content: "";
}

/* line 2973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-erlang:before {
  content: "";
}

/* line 2977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ethereum:before {
  content: "";
}

/* line 2981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ethernet:before {
  content: "";
}

/* line 2985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-etsy:before {
  content: "";
}

/* line 2989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-euro-sign:before {
  content: "";
}

/* line 2993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-evernote:before {
  content: "";
}

/* line 2997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-exchange:before {
  content: "";
}

/* line 3001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-exchange-alt:before {
  content: "";
}

/* line 3005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-exclamation:before {
  content: "";
}

/* line 3009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 3013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-exclamation-square:before {
  content: "";
}

/* line 3017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-exclamation-triangle:before {
  content: "";
}

/* line 3021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-expand:before {
  content: "";
}

/* line 3025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-expand-alt:before {
  content: "";
}

/* line 3029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-expand-arrows:before {
  content: "";
}

/* line 3033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-expand-arrows-alt:before {
  content: "";
}

/* line 3037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-expand-wide:before {
  content: "";
}

/* line 3041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 3045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-external-link:before {
  content: "";
}

/* line 3049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-external-link-alt:before {
  content: "";
}

/* line 3053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 3057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-external-link-square-alt:before {
  content: "";
}

/* line 3061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eye:before {
  content: "";
}

/* line 3065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eye-dropper:before {
  content: "";
}

/* line 3069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eye-evil:before {
  content: "";
}

/* line 3073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 3077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-facebook:before {
  content: "";
}

/* line 3081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-facebook-f:before {
  content: "";
}

/* line 3085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-facebook-messenger:before {
  content: "";
}

/* line 3089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 3093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fan:before {
  content: "";
}

/* line 3097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fantasy-flight-games:before {
  content: "";
}

/* line 3101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-farm:before {
  content: "";
}

/* line 3105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 3109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 3113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fax:before {
  content: "";
}

/* line 3117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-feather:before {
  content: "";
}

/* line 3121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-feather-alt:before {
  content: "";
}

/* line 3125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fedex:before {
  content: "";
}

/* line 3129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fedora:before {
  content: "";
}

/* line 3133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-female:before {
  content: "";
}

/* line 3137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-field-hockey:before {
  content: "";
}

/* line 3141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 3145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-figma:before {
  content: "";
}

/* line 3149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file:before {
  content: "";
}

/* line 3153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-alt:before {
  content: "";
}

/* line 3157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-archive:before {
  content: "";
}

/* line 3161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-audio:before {
  content: "";
}

/* line 3165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-certificate:before {
  content: "";
}

/* line 3169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-chart-line:before {
  content: "";
}

/* line 3173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-chart-pie:before {
  content: "";
}

/* line 3177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-check:before {
  content: "";
}

/* line 3181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-code:before {
  content: "";
}

/* line 3185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-contract:before {
  content: "";
}

/* line 3189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-csv:before {
  content: "";
}

/* line 3193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-download:before {
  content: "";
}

/* line 3197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-edit:before {
  content: "";
}

/* line 3201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-excel:before {
  content: "";
}

/* line 3205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-exclamation:before {
  content: "";
}

/* line 3209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-export:before {
  content: "";
}

/* line 3213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-image:before {
  content: "";
}

/* line 3217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-import:before {
  content: "";
}

/* line 3221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-invoice:before {
  content: "";
}

/* line 3225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-invoice-dollar:before {
  content: "";
}

/* line 3229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-medical:before {
  content: "";
}

/* line 3233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-medical-alt:before {
  content: "";
}

/* line 3237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-minus:before {
  content: "";
}

/* line 3241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-music:before {
  content: "";
}

/* line 3245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-pdf:before {
  content: "";
}

/* line 3249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-plus:before {
  content: "";
}

/* line 3253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-powerpoint:before {
  content: "";
}

/* line 3257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-prescription:before {
  content: "";
}

/* line 3261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-search:before {
  content: "";
}

/* line 3265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-signature:before {
  content: "";
}

/* line 3269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-spreadsheet:before {
  content: "";
}

/* line 3273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-times:before {
  content: "";
}

/* line 3277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-upload:before {
  content: "";
}

/* line 3281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-user:before {
  content: "";
}

/* line 3285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-video:before {
  content: "";
}

/* line 3289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-file-word:before {
  content: "";
}

/* line 3293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-files-medical:before {
  content: "";
}

/* line 3297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fill:before {
  content: "";
}

/* line 3301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fill-drip:before {
  content: "";
}

/* line 3305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-film:before {
  content: "";
}

/* line 3309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-film-alt:before {
  content: "";
}

/* line 3313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-film-canister:before {
  content: "";
}

/* line 3317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-filter:before {
  content: "";
}

/* line 3321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fingerprint:before {
  content: "";
}

/* line 3325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fire:before {
  content: "";
}

/* line 3329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fire-alt:before {
  content: "";
}

/* line 3333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 3337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fire-smoke:before {
  content: "";
}

/* line 3341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-firefox:before {
  content: "";
}

/* line 3345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fireplace:before {
  content: "";
}

/* line 3349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-first-aid:before {
  content: "";
}

/* line 3353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-first-order:before {
  content: "";
}

/* line 3357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-first-order-alt:before {
  content: "";
}

/* line 3361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-firstdraft:before {
  content: "";
}

/* line 3365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fish:before {
  content: "";
}

/* line 3369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fish-cooked:before {
  content: "";
}

/* line 3373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fist-raised:before {
  content: "";
}

/* line 3377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flag:before {
  content: "";
}

/* line 3381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flag-alt:before {
  content: "";
}

/* line 3385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 3389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flag-usa:before {
  content: "";
}

/* line 3393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flame:before {
  content: "";
}

/* line 3397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flashlight:before {
  content: "";
}

/* line 3401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flask:before {
  content: "";
}

/* line 3405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flask-poison:before {
  content: "";
}

/* line 3409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flask-potion:before {
  content: "";
}

/* line 3413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flickr:before {
  content: "";
}

/* line 3417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flipboard:before {
  content: "";
}

/* line 3421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flower:before {
  content: "";
}

/* line 3425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flower-daffodil:before {
  content: "";
}

/* line 3429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flower-tulip:before {
  content: "";
}

/* line 3433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flushed:before {
  content: "";
}

/* line 3437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flute:before {
  content: "";
}

/* line 3441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-flux-capacitor:before {
  content: "";
}

/* line 3445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fly:before {
  content: "";
}

/* line 3449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fog:before {
  content: "";
}

/* line 3453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folder:before {
  content: "";
}

/* line 3457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folder-minus:before {
  content: "";
}

/* line 3461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folder-open:before {
  content: "";
}

/* line 3465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folder-plus:before {
  content: "";
}

/* line 3469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folder-times:before {
  content: "";
}

/* line 3473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folder-tree:before {
  content: "";
}

/* line 3477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-folders:before {
  content: "";
}

/* line 3481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-font:before {
  content: "";
}

/* line 3485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-font-awesome:before {
  content: "";
}

/* line 3489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-font-awesome-alt:before {
  content: "";
}

/* line 3493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-font-awesome-flag:before {
  content: "";
}

/* line 3497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-font-awesome-logo-full:before {
  content: "";
}

/* line 3501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-font-case:before {
  content: "";
}

/* line 3505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fonticons:before {
  content: "";
}

/* line 3509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fonticons-fi:before {
  content: "";
}

/* line 3513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-football-ball:before {
  content: "";
}

/* line 3517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-football-helmet:before {
  content: "";
}

/* line 3521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-forklift:before {
  content: "";
}

/* line 3525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 3529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fort-awesome-alt:before {
  content: "";
}

/* line 3533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-forumbee:before {
  content: "";
}

/* line 3537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-forward:before {
  content: "";
}

/* line 3541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-foursquare:before {
  content: "";
}

/* line 3545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fragile:before {
  content: "";
}

/* line 3549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 3553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-freebsd:before {
  content: "";
}

/* line 3557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-french-fries:before {
  content: "";
}

/* line 3561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-frog:before {
  content: "";
}

/* line 3565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-frosty-head:before {
  content: "";
}

/* line 3569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-frown:before {
  content: "";
}

/* line 3573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-frown-open:before {
  content: "";
}

/* line 3577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-fulcrum:before {
  content: "";
}

/* line 3581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-function:before {
  content: "";
}

/* line 3585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-funnel-dollar:before {
  content: "";
}

/* line 3589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-futbol:before {
  content: "";
}

/* line 3593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-galactic-republic:before {
  content: "";
}

/* line 3597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-galactic-senate:before {
  content: "";
}

/* line 3601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-game-board:before {
  content: "";
}

/* line 3605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-game-board-alt:before {
  content: "";
}

/* line 3609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-game-console-handheld:before {
  content: "";
}

/* line 3613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gamepad:before {
  content: "";
}

/* line 3617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gamepad-alt:before {
  content: "";
}

/* line 3621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gas-pump:before {
  content: "";
}

/* line 3625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gas-pump-slash:before {
  content: "";
}

/* line 3629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gavel:before {
  content: "";
}

/* line 3633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gem:before {
  content: "";
}

/* line 3637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-genderless:before {
  content: "";
}

/* line 3641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 3645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gg:before {
  content: "";
}

/* line 3649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 3653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ghost:before {
  content: "";
}

/* line 3657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gift:before {
  content: "";
}

/* line 3661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gift-card:before {
  content: "";
}

/* line 3665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gifts:before {
  content: "";
}

/* line 3669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gingerbread-man:before {
  content: "";
}

/* line 3673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-git:before {
  content: "";
}

/* line 3677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-git-alt:before {
  content: "";
}

/* line 3681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-git-square:before {
  content: "";
}

/* line 3685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-github:before {
  content: "";
}

/* line 3689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-github-alt:before {
  content: "";
}

/* line 3693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-github-square:before {
  content: "";
}

/* line 3697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gitkraken:before {
  content: "";
}

/* line 3701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gitlab:before {
  content: "";
}

/* line 3705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gitter:before {
  content: "";
}

/* line 3709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass:before {
  content: "";
}

/* line 3713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-champagne:before {
  content: "";
}

/* line 3717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-cheers:before {
  content: "";
}

/* line 3721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-citrus:before {
  content: "";
}

/* line 3725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-martini:before {
  content: "";
}

/* line 3729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-martini-alt:before {
  content: "";
}

/* line 3733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-whiskey:before {
  content: "";
}

/* line 3737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glass-whiskey-rocks:before {
  content: "";
}

/* line 3741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glasses:before {
  content: "";
}

/* line 3745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glasses-alt:before {
  content: "";
}

/* line 3749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glide:before {
  content: "";
}

/* line 3753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-glide-g:before {
  content: "";
}

/* line 3757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe:before {
  content: "";
}

/* line 3761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe-africa:before {
  content: "";
}

/* line 3765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe-americas:before {
  content: "";
}

/* line 3769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe-asia:before {
  content: "";
}

/* line 3773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe-europe:before {
  content: "";
}

/* line 3777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe-snow:before {
  content: "";
}

/* line 3781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-globe-stand:before {
  content: "";
}

/* line 3785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gofore:before {
  content: "";
}

/* line 3789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-golf-ball:before {
  content: "";
}

/* line 3793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-golf-club:before {
  content: "";
}

/* line 3797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-goodreads:before {
  content: "";
}

/* line 3801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-goodreads-g:before {
  content: "";
}

/* line 3805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google:before {
  content: "";
}

/* line 3809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google-drive:before {
  content: "";
}

/* line 3813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google-play:before {
  content: "";
}

/* line 3817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google-plus:before {
  content: "";
}

/* line 3821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google-plus-g:before {
  content: "";
}

/* line 3825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 3829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 3833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gopuram:before {
  content: "";
}

/* line 3837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-graduation-cap:before {
  content: "";
}

/* line 3841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gramophone:before {
  content: "";
}

/* line 3845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gratipay:before {
  content: "";
}

/* line 3849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grav:before {
  content: "";
}

/* line 3853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-greater-than:before {
  content: "";
}

/* line 3857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-greater-than-equal:before {
  content: "";
}

/* line 3861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grimace:before {
  content: "";
}

/* line 3865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin:before {
  content: "";
}

/* line 3869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-alt:before {
  content: "";
}

/* line 3873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-beam:before {
  content: "";
}

/* line 3877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-beam-sweat:before {
  content: "";
}

/* line 3881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-hearts:before {
  content: "";
}

/* line 3885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-squint:before {
  content: "";
}

/* line 3889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-squint-tears:before {
  content: "";
}

/* line 3893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-stars:before {
  content: "";
}

/* line 3897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-tears:before {
  content: "";
}

/* line 3901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-tongue:before {
  content: "";
}

/* line 3905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-tongue-squint:before {
  content: "";
}

/* line 3909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-tongue-wink:before {
  content: "";
}

/* line 3913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grin-wink:before {
  content: "";
}

/* line 3917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grip-horizontal:before {
  content: "";
}

/* line 3921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grip-lines:before {
  content: "";
}

/* line 3925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grip-lines-vertical:before {
  content: "";
}

/* line 3929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grip-vertical:before {
  content: "";
}

/* line 3933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gripfire:before {
  content: "";
}

/* line 3937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-grunt:before {
  content: "";
}

/* line 3941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-guitar:before {
  content: "";
}

/* line 3945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-guitar-electric:before {
  content: "";
}

/* line 3949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-guitars:before {
  content: "";
}

/* line 3953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-gulp:before {
  content: "";
}

/* line 3957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-h-square:before {
  content: "";
}

/* line 3961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-h1:before {
  content: "";
}

/* line 3965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-h2:before {
  content: "";
}

/* line 3969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-h3:before {
  content: "";
}

/* line 3973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-h4:before {
  content: "";
}

/* line 3977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 3981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hacker-news-square:before {
  content: "";
}

/* line 3985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hackerrank:before {
  content: "";
}

/* line 3989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hamburger:before {
  content: "";
}

/* line 3993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hammer:before {
  content: "";
}

/* line 3997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hammer-war:before {
  content: "";
}

/* line 4001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hamsa:before {
  content: "";
}

/* line 4005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-heart:before {
  content: "";
}

/* line 4009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding:before {
  content: "";
}

/* line 4013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding-box:before {
  content: "";
}

/* line 4017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding-heart:before {
  content: "";
}

/* line 4021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding-magic:before {
  content: "";
}

/* line 4025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding-seedling:before {
  content: "";
}

/* line 4029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding-usd:before {
  content: "";
}

/* line 4033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-holding-water:before {
  content: "";
}

/* line 4037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-lizard:before {
  content: "";
}

/* line 4041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-middle-finger:before {
  content: "";
}

/* line 4045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-paper:before {
  content: "";
}

/* line 4049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-peace:before {
  content: "";
}

/* line 4053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-point-down:before {
  content: "";
}

/* line 4057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-point-left:before {
  content: "";
}

/* line 4061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-point-right:before {
  content: "";
}

/* line 4065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-point-up:before {
  content: "";
}

/* line 4069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-pointer:before {
  content: "";
}

/* line 4073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-receiving:before {
  content: "";
}

/* line 4077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-rock:before {
  content: "";
}

/* line 4081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-scissors:before {
  content: "";
}

/* line 4085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hand-spock:before {
  content: "";
}

/* line 4089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hands:before {
  content: "";
}

/* line 4093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hands-heart:before {
  content: "";
}

/* line 4097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hands-helping:before {
  content: "";
}

/* line 4101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hands-usd:before {
  content: "";
}

/* line 4105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-handshake:before {
  content: "";
}

/* line 4109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-handshake-alt:before {
  content: "";
}

/* line 4113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hanukiah:before {
  content: "";
}

/* line 4117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hard-hat:before {
  content: "";
}

/* line 4121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hashtag:before {
  content: "";
}

/* line 4125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-chef:before {
  content: "";
}

/* line 4129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-cowboy:before {
  content: "";
}

/* line 4133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-cowboy-side:before {
  content: "";
}

/* line 4137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-santa:before {
  content: "";
}

/* line 4141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-winter:before {
  content: "";
}

/* line 4145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-witch:before {
  content: "";
}

/* line 4149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hat-wizard:before {
  content: "";
}

/* line 4153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-haykal:before {
  content: "";
}

/* line 4157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hdd:before {
  content: "";
}

/* line 4161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-head-side:before {
  content: "";
}

/* line 4165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-head-side-brain:before {
  content: "";
}

/* line 4169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-head-side-headphones:before {
  content: "";
}

/* line 4173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-head-side-medical:before {
  content: "";
}

/* line 4177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-head-vr:before {
  content: "";
}

/* line 4181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heading:before {
  content: "";
}

/* line 4185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-headphones:before {
  content: "";
}

/* line 4189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-headphones-alt:before {
  content: "";
}

/* line 4193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-headset:before {
  content: "";
}

/* line 4197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heart:before {
  content: "";
}

/* line 4201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heart-broken:before {
  content: "";
}

/* line 4205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heart-circle:before {
  content: "";
}

/* line 4209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heart-rate:before {
  content: "";
}

/* line 4213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heart-square:before {
  content: "";
}

/* line 4217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 4221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-helicopter:before {
  content: "";
}

/* line 4225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-helmet-battle:before {
  content: "";
}

/* line 4229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hexagon:before {
  content: "";
}

/* line 4233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-highlighter:before {
  content: "";
}

/* line 4237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hiking:before {
  content: "";
}

/* line 4241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hippo:before {
  content: "";
}

/* line 4245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hips:before {
  content: "";
}

/* line 4249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hire-a-helper:before {
  content: "";
}

/* line 4253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-history:before {
  content: "";
}

/* line 4257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hockey-mask:before {
  content: "";
}

/* line 4261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hockey-puck:before {
  content: "";
}

/* line 4265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hockey-sticks:before {
  content: "";
}

/* line 4269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-holly-berry:before {
  content: "";
}

/* line 4273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-home:before {
  content: "";
}

/* line 4277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-home-alt:before {
  content: "";
}

/* line 4281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-home-heart:before {
  content: "";
}

/* line 4285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-home-lg:before {
  content: "";
}

/* line 4289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-home-lg-alt:before {
  content: "";
}

/* line 4293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hood-cloak:before {
  content: "";
}

/* line 4297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hooli:before {
  content: "";
}

/* line 4301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-horizontal-rule:before {
  content: "";
}

/* line 4305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hornbill:before {
  content: "";
}

/* line 4309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-horse:before {
  content: "";
}

/* line 4313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-horse-head:before {
  content: "";
}

/* line 4317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-horse-saddle:before {
  content: "";
}

/* line 4321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hospital:before {
  content: "";
}

/* line 4325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hospital-alt:before {
  content: "";
}

/* line 4329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hospital-symbol:before {
  content: "";
}

/* line 4333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hospital-user:before {
  content: "";
}

/* line 4337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hospitals:before {
  content: "";
}

/* line 4341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hot-tub:before {
  content: "";
}

/* line 4345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hotdog:before {
  content: "";
}

/* line 4349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hotel:before {
  content: "";
}

/* line 4353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hotjar:before {
  content: "";
}

/* line 4357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hourglass:before {
  content: "";
}

/* line 4361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hourglass-end:before {
  content: "";
}

/* line 4365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hourglass-half:before {
  content: "";
}

/* line 4369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hourglass-start:before {
  content: "";
}

/* line 4373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-house-damage:before {
  content: "";
}

/* line 4377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-house-flood:before {
  content: "";
}

/* line 4381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-houzz:before {
  content: "";
}

/* line 4385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hryvnia:before {
  content: "";
}

/* line 4389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-html5:before {
  content: "";
}

/* line 4393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hubspot:before {
  content: "";
}

/* line 4397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-humidity:before {
  content: "";
}

/* line 4401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-hurricane:before {
  content: "";
}

/* line 4405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 4409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ice-cream:before {
  content: "";
}

/* line 4413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ice-skate:before {
  content: "";
}

/* line 4417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-icicles:before {
  content: "";
}

/* line 4421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-icons:before {
  content: "";
}

/* line 4425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-icons-alt:before {
  content: "";
}

/* line 4429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-id-badge:before {
  content: "";
}

/* line 4433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-id-card:before {
  content: "";
}

/* line 4437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-id-card-alt:before {
  content: "";
}

/* line 4441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-igloo:before {
  content: "";
}

/* line 4445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-image:before {
  content: "";
}

/* line 4449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-image-polaroid:before {
  content: "";
}

/* line 4453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-images:before {
  content: "";
}

/* line 4457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-imdb:before {
  content: "";
}

/* line 4461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-inbox:before {
  content: "";
}

/* line 4465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-inbox-in:before {
  content: "";
}

/* line 4469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-inbox-out:before {
  content: "";
}

/* line 4473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-indent:before {
  content: "";
}

/* line 4477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-industry:before {
  content: "";
}

/* line 4481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-industry-alt:before {
  content: "";
}

/* line 4485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-infinity:before {
  content: "";
}

/* line 4489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-info:before {
  content: "";
}

/* line 4493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-info-circle:before {
  content: "";
}

/* line 4497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-info-square:before {
  content: "";
}

/* line 4501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-inhaler:before {
  content: "";
}

/* line 4505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-instagram:before {
  content: "";
}

/* line 4509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-integral:before {
  content: "";
}

/* line 4513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-intercom:before {
  content: "";
}

/* line 4517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 4521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-intersection:before {
  content: "";
}

/* line 4525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-inventory:before {
  content: "";
}

/* line 4529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-invision:before {
  content: "";
}

/* line 4533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 4537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-island-tropical:before {
  content: "";
}

/* line 4541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-italic:before {
  content: "";
}

/* line 4545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-itch-io:before {
  content: "";
}

/* line 4549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-itunes:before {
  content: "";
}

/* line 4553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-itunes-note:before {
  content: "";
}

/* line 4557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jack-o-lantern:before {
  content: "";
}

/* line 4561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-java:before {
  content: "";
}

/* line 4565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jedi:before {
  content: "";
}

/* line 4569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jedi-order:before {
  content: "";
}

/* line 4573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jenkins:before {
  content: "";
}

/* line 4577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jira:before {
  content: "";
}

/* line 4581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-joget:before {
  content: "";
}

/* line 4585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-joint:before {
  content: "";
}

/* line 4589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-joomla:before {
  content: "";
}

/* line 4593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-journal-whills:before {
  content: "";
}

/* line 4597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-joystick:before {
  content: "";
}

/* line 4601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-js:before {
  content: "";
}

/* line 4605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-js-square:before {
  content: "";
}

/* line 4609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 4613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-jug:before {
  content: "";
}

/* line 4617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kaaba:before {
  content: "";
}

/* line 4621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kaggle:before {
  content: "";
}

/* line 4625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kazoo:before {
  content: "";
}

/* line 4629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kerning:before {
  content: "";
}

/* line 4633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-key:before {
  content: "";
}

/* line 4637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-key-skeleton:before {
  content: "";
}

/* line 4641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-keybase:before {
  content: "";
}

/* line 4645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-keyboard:before {
  content: "";
}

/* line 4649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-keycdn:before {
  content: "";
}

/* line 4653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-keynote:before {
  content: "";
}

/* line 4657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-khanda:before {
  content: "";
}

/* line 4661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kickstarter:before {
  content: "";
}

/* line 4665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kickstarter-k:before {
  content: "";
}

/* line 4669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kidneys:before {
  content: "";
}

/* line 4673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kiss:before {
  content: "";
}

/* line 4677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kiss-beam:before {
  content: "";
}

/* line 4681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kiss-wink-heart:before {
  content: "";
}

/* line 4685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kite:before {
  content: "";
}

/* line 4689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-kiwi-bird:before {
  content: "";
}

/* line 4693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-knife-kitchen:before {
  content: "";
}

/* line 4697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-korvue:before {
  content: "";
}

/* line 4701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lambda:before {
  content: "";
}

/* line 4705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lamp:before {
  content: "";
}

/* line 4709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-landmark:before {
  content: "";
}

/* line 4713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-landmark-alt:before {
  content: "";
}

/* line 4717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-language:before {
  content: "";
}

/* line 4721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laptop:before {
  content: "";
}

/* line 4725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laptop-code:before {
  content: "";
}

/* line 4729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laptop-medical:before {
  content: "";
}

/* line 4733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laravel:before {
  content: "";
}

/* line 4737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lasso:before {
  content: "";
}

/* line 4741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lastfm:before {
  content: "";
}

/* line 4745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 4749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laugh:before {
  content: "";
}

/* line 4753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laugh-beam:before {
  content: "";
}

/* line 4757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laugh-squint:before {
  content: "";
}

/* line 4761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-laugh-wink:before {
  content: "";
}

/* line 4765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-layer-group:before {
  content: "";
}

/* line 4769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-layer-minus:before {
  content: "";
}

/* line 4773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-layer-plus:before {
  content: "";
}

/* line 4777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-leaf:before {
  content: "";
}

/* line 4781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-leaf-heart:before {
  content: "";
}

/* line 4785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-leaf-maple:before {
  content: "";
}

/* line 4789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-leaf-oak:before {
  content: "";
}

/* line 4793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-leanpub:before {
  content: "";
}

/* line 4797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lemon:before {
  content: "";
}

/* line 4801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-less:before {
  content: "";
}

/* line 4805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-less-than:before {
  content: "";
}

/* line 4809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-less-than-equal:before {
  content: "";
}

/* line 4813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-level-down:before {
  content: "";
}

/* line 4817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-level-down-alt:before {
  content: "";
}

/* line 4821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-level-up:before {
  content: "";
}

/* line 4825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-level-up-alt:before {
  content: "";
}

/* line 4829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-life-ring:before {
  content: "";
}

/* line 4833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lightbulb:before {
  content: "";
}

/* line 4837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lightbulb-dollar:before {
  content: "";
}

/* line 4841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lightbulb-exclamation:before {
  content: "";
}

/* line 4845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lightbulb-on:before {
  content: "";
}

/* line 4849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lightbulb-slash:before {
  content: "";
}

/* line 4853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lights-holiday:before {
  content: "";
}

/* line 4857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-line:before {
  content: "";
}

/* line 4861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-line-columns:before {
  content: "";
}

/* line 4865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-line-height:before {
  content: "";
}

/* line 4869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-link:before {
  content: "";
}

/* line 4873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-linkedin:before {
  content: "";
}

/* line 4877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-linkedin-in:before {
  content: "";
}

/* line 4881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-linode:before {
  content: "";
}

/* line 4885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-linux:before {
  content: "";
}

/* line 4889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lips:before {
  content: "";
}

/* line 4893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lira-sign:before {
  content: "";
}

/* line 4897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-list:before {
  content: "";
}

/* line 4901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-list-alt:before {
  content: "";
}

/* line 4905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-list-music:before {
  content: "";
}

/* line 4909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-list-ol:before {
  content: "";
}

/* line 4913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-list-ul:before {
  content: "";
}

/* line 4917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-location:before {
  content: "";
}

/* line 4921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 4925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-location-circle:before {
  content: "";
}

/* line 4929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-location-slash:before {
  content: "";
}

/* line 4933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lock:before {
  content: "";
}

/* line 4937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lock-alt:before {
  content: "";
}

/* line 4941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lock-open:before {
  content: "";
}

/* line 4945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lock-open-alt:before {
  content: "";
}

/* line 4949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-alt-down:before {
  content: "";
}

/* line 4953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-alt-left:before {
  content: "";
}

/* line 4957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-alt-right:before {
  content: "";
}

/* line 4961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-alt-up:before {
  content: "";
}

/* line 4965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 4969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 4973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 4977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 4981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-loveseat:before {
  content: "";
}

/* line 4985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-low-vision:before {
  content: "";
}

/* line 4989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-luchador:before {
  content: "";
}

/* line 4993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-luggage-cart:before {
  content: "";
}

/* line 4997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lungs:before {
  content: "";
}

/* line 5001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-lyft:before {
  content: "";
}

/* line 5005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mace:before {
  content: "";
}

/* line 5009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-magento:before {
  content: "";
}

/* line 5013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-magic:before {
  content: "";
}

/* line 5017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-magnet:before {
  content: "";
}

/* line 5021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mail-bulk:before {
  content: "";
}

/* line 5025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mailbox:before {
  content: "";
}

/* line 5029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mailchimp:before {
  content: "";
}

/* line 5033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-male:before {
  content: "";
}

/* line 5037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mandalorian:before {
  content: "";
}

/* line 5041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mandolin:before {
  content: "";
}

/* line 5045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map:before {
  content: "";
}

/* line 5049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marked:before {
  content: "";
}

/* line 5053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marked-alt:before {
  content: "";
}

/* line 5057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker:before {
  content: "";
}

/* line 5061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-alt:before {
  content: "";
}

/* line 5065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-alt-slash:before {
  content: "";
}

/* line 5069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-check:before {
  content: "";
}

/* line 5073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-edit:before {
  content: "";
}

/* line 5077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-exclamation:before {
  content: "";
}

/* line 5081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-minus:before {
  content: "";
}

/* line 5085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-plus:before {
  content: "";
}

/* line 5089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-question:before {
  content: "";
}

/* line 5093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-slash:before {
  content: "";
}

/* line 5097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-smile:before {
  content: "";
}

/* line 5101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-marker-times:before {
  content: "";
}

/* line 5105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-pin:before {
  content: "";
}

/* line 5109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-map-signs:before {
  content: "";
}

/* line 5113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-markdown:before {
  content: "";
}

/* line 5117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-marker:before {
  content: "";
}

/* line 5121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mars:before {
  content: "";
}

/* line 5125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mars-double:before {
  content: "";
}

/* line 5129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 5133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 5137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 5141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mask:before {
  content: "";
}

/* line 5145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mastodon:before {
  content: "";
}

/* line 5149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 5153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mdb:before {
  content: "";
}

/* line 5157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-meat:before {
  content: "";
}

/* line 5161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-medal:before {
  content: "";
}

/* line 5165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-medapps:before {
  content: "";
}

/* line 5169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-medium:before {
  content: "";
}

/* line 5173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-medium-m:before {
  content: "";
}

/* line 5177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-medkit:before {
  content: "";
}

/* line 5181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-medrt:before {
  content: "";
}

/* line 5185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-meetup:before {
  content: "";
}

/* line 5189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-megaphone:before {
  content: "";
}

/* line 5193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-megaport:before {
  content: "";
}

/* line 5197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-meh:before {
  content: "";
}

/* line 5201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-meh-blank:before {
  content: "";
}

/* line 5205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-meh-rolling-eyes:before {
  content: "";
}

/* line 5209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-memory:before {
  content: "";
}

/* line 5213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mendeley:before {
  content: "";
}

/* line 5217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-menorah:before {
  content: "";
}

/* line 5221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mercury:before {
  content: "";
}

/* line 5225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-meteor:before {
  content: "";
}

/* line 5229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microchip:before {
  content: "";
}

/* line 5233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microphone:before {
  content: "";
}

/* line 5237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microphone-alt:before {
  content: "";
}

/* line 5241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microphone-alt-slash:before {
  content: "";
}

/* line 5245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 5249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microphone-stand:before {
  content: "";
}

/* line 5253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microscope:before {
  content: "";
}

/* line 5257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-microsoft:before {
  content: "";
}

/* line 5261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mind-share:before {
  content: "";
}

/* line 5265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-minus:before {
  content: "";
}

/* line 5269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 5273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-minus-hexagon:before {
  content: "";
}

/* line 5277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-minus-octagon:before {
  content: "";
}

/* line 5281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-minus-square:before {
  content: "";
}

/* line 5285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mistletoe:before {
  content: "";
}

/* line 5289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mitten:before {
  content: "";
}

/* line 5293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mix:before {
  content: "";
}

/* line 5297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 5301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mizuni:before {
  content: "";
}

/* line 5305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mobile:before {
  content: "";
}

/* line 5309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mobile-alt:before {
  content: "";
}

/* line 5313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mobile-android:before {
  content: "";
}

/* line 5317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mobile-android-alt:before {
  content: "";
}

/* line 5321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-modx:before {
  content: "";
}

/* line 5325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-monero:before {
  content: "";
}

/* line 5329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-bill:before {
  content: "";
}

/* line 5333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-bill-alt:before {
  content: "";
}

/* line 5337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-bill-wave:before {
  content: "";
}

/* line 5341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-bill-wave-alt:before {
  content: "";
}

/* line 5345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-check:before {
  content: "";
}

/* line 5349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-check-alt:before {
  content: "";
}

/* line 5353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-check-edit:before {
  content: "";
}

/* line 5357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-money-check-edit-alt:before {
  content: "";
}

/* line 5361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-monitor-heart-rate:before {
  content: "";
}

/* line 5365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-monkey:before {
  content: "";
}

/* line 5369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-monument:before {
  content: "";
}

/* line 5373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-moon:before {
  content: "";
}

/* line 5377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-moon-cloud:before {
  content: "";
}

/* line 5381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-moon-stars:before {
  content: "";
}

/* line 5385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mortar-pestle:before {
  content: "";
}

/* line 5389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mosque:before {
  content: "";
}

/* line 5393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 5397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mountain:before {
  content: "";
}

/* line 5401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mountains:before {
  content: "";
}

/* line 5405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mouse:before {
  content: "";
}

/* line 5409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mouse-alt:before {
  content: "";
}

/* line 5413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 5417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mp3-player:before {
  content: "";
}

/* line 5421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mug:before {
  content: "";
}

/* line 5425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mug-hot:before {
  content: "";
}

/* line 5429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mug-marshmallows:before {
  content: "";
}

/* line 5433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-mug-tea:before {
  content: "";
}

/* line 5437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-music:before {
  content: "";
}

/* line 5441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-music-alt:before {
  content: "";
}

/* line 5445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-music-alt-slash:before {
  content: "";
}

/* line 5449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-music-slash:before {
  content: "";
}

/* line 5453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-napster:before {
  content: "";
}

/* line 5457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-narwhal:before {
  content: "";
}

/* line 5461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-neos:before {
  content: "";
}

/* line 5465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-network-wired:before {
  content: "";
}

/* line 5469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-neuter:before {
  content: "";
}

/* line 5473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-newspaper:before {
  content: "";
}

/* line 5477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-nimblr:before {
  content: "";
}

/* line 5481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-node:before {
  content: "";
}

/* line 5485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-node-js:before {
  content: "";
}

/* line 5489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-not-equal:before {
  content: "";
}

/* line 5493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-notes-medical:before {
  content: "";
}

/* line 5497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-npm:before {
  content: "";
}

/* line 5501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ns8:before {
  content: "";
}

/* line 5505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-nutritionix:before {
  content: "";
}

/* line 5509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-object-group:before {
  content: "";
}

/* line 5513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 5517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-octagon:before {
  content: "";
}

/* line 5521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 5525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 5529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-oil-can:before {
  content: "";
}

/* line 5533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-oil-temp:before {
  content: "";
}

/* line 5537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-old-republic:before {
  content: "";
}

/* line 5541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-om:before {
  content: "";
}

/* line 5545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-omega:before {
  content: "";
}

/* line 5549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-opencart:before {
  content: "";
}

/* line 5553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-openid:before {
  content: "";
}

/* line 5557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-opera:before {
  content: "";
}

/* line 5561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 5565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-orcid:before {
  content: "";
}

/* line 5569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ornament:before {
  content: "";
}

/* line 5573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-osi:before {
  content: "";
}

/* line 5577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-otter:before {
  content: "";
}

/* line 5581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-outdent:before {
  content: "";
}

/* line 5585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-overline:before {
  content: "";
}

/* line 5589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-page-break:before {
  content: "";
}

/* line 5593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-page4:before {
  content: "";
}

/* line 5597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pagelines:before {
  content: "";
}

/* line 5601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pager:before {
  content: "";
}

/* line 5605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 5609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paint-brush-alt:before {
  content: "";
}

/* line 5613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paint-roller:before {
  content: "";
}

/* line 5617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-palette:before {
  content: "";
}

/* line 5621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-palfed:before {
  content: "";
}

/* line 5625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pallet:before {
  content: "";
}

/* line 5629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pallet-alt:before {
  content: "";
}

/* line 5633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paper-plane:before {
  content: "";
}

/* line 5637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paperclip:before {
  content: "";
}

/* line 5641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-parachute-box:before {
  content: "";
}

/* line 5645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paragraph:before {
  content: "";
}

/* line 5649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paragraph-rtl:before {
  content: "";
}

/* line 5653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-parking:before {
  content: "";
}

/* line 5657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-parking-circle:before {
  content: "";
}

/* line 5661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-parking-circle-slash:before {
  content: "";
}

/* line 5665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-parking-slash:before {
  content: "";
}

/* line 5669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-passport:before {
  content: "";
}

/* line 5673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pastafarianism:before {
  content: "";
}

/* line 5677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paste:before {
  content: "";
}

/* line 5681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-patreon:before {
  content: "";
}

/* line 5685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pause:before {
  content: "";
}

/* line 5689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 5693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paw:before {
  content: "";
}

/* line 5697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paw-alt:before {
  content: "";
}

/* line 5701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paw-claws:before {
  content: "";
}

/* line 5705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-paypal:before {
  content: "";
}

/* line 5709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-peace:before {
  content: "";
}

/* line 5713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pegasus:before {
  content: "";
}

/* line 5717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pen:before {
  content: "";
}

/* line 5721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pen-alt:before {
  content: "";
}

/* line 5725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pen-fancy:before {
  content: "";
}

/* line 5729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pen-nib:before {
  content: "";
}

/* line 5733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pen-square:before {
  content: "";
}

/* line 5737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pencil:before {
  content: "";
}

/* line 5741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pencil-alt:before {
  content: "";
}

/* line 5745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pencil-paintbrush:before {
  content: "";
}

/* line 5749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pencil-ruler:before {
  content: "";
}

/* line 5753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pennant:before {
  content: "";
}

/* line 5757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-penny-arcade:before {
  content: "";
}

/* line 5761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-people-carry:before {
  content: "";
}

/* line 5765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pepper-hot:before {
  content: "";
}

/* line 5769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-percent:before {
  content: "";
}

/* line 5773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-percentage:before {
  content: "";
}

/* line 5777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-periscope:before {
  content: "";
}

/* line 5781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-person-booth:before {
  content: "";
}

/* line 5785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-person-carry:before {
  content: "";
}

/* line 5789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-person-dolly:before {
  content: "";
}

/* line 5793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-person-dolly-empty:before {
  content: "";
}

/* line 5797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-person-sign:before {
  content: "";
}

/* line 5801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phabricator:before {
  content: "";
}

/* line 5805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phoenix-framework:before {
  content: "";
}

/* line 5809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phoenix-squadron:before {
  content: "";
}

/* line 5813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone:before {
  content: "";
}

/* line 5817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-alt:before {
  content: "";
}

/* line 5821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-laptop:before {
  content: "";
}

/* line 5825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-office:before {
  content: "";
}

/* line 5829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-plus:before {
  content: "";
}

/* line 5833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-rotary:before {
  content: "";
}

/* line 5837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-slash:before {
  content: "";
}

/* line 5841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-square:before {
  content: "";
}

/* line 5845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-square-alt:before {
  content: "";
}

/* line 5849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-phone-volume:before {
  content: "";
}

/* line 5853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-photo-video:before {
  content: "";
}

/* line 5857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-php:before {
  content: "";
}

/* line 5861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pi:before {
  content: "";
}

/* line 5865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-piano:before {
  content: "";
}

/* line 5869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-piano-keyboard:before {
  content: "";
}

/* line 5873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pie:before {
  content: "";
}

/* line 5877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 5881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 5885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pied-piper-hat:before {
  content: "";
}

/* line 5889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 5893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pig:before {
  content: "";
}

/* line 5897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-piggy-bank:before {
  content: "";
}

/* line 5901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pills:before {
  content: "";
}

/* line 5905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pinterest:before {
  content: "";
}

/* line 5909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 5913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 5917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pizza:before {
  content: "";
}

/* line 5921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pizza-slice:before {
  content: "";
}

/* line 5925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-place-of-worship:before {
  content: "";
}

/* line 5929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plane:before {
  content: "";
}

/* line 5933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plane-alt:before {
  content: "";
}

/* line 5937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plane-arrival:before {
  content: "";
}

/* line 5941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plane-departure:before {
  content: "";
}

/* line 5945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-play:before {
  content: "";
}

/* line 5949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-play-circle:before {
  content: "";
}

/* line 5953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-playstation:before {
  content: "";
}

/* line 5957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plug:before {
  content: "";
}

/* line 5961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plus:before {
  content: "";
}

/* line 5965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 5969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plus-hexagon:before {
  content: "";
}

/* line 5973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plus-octagon:before {
  content: "";
}

/* line 5977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-plus-square:before {
  content: "";
}

/* line 5981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-podcast:before {
  content: "";
}

/* line 5985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-podium:before {
  content: "";
}

/* line 5989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-podium-star:before {
  content: "";
}

/* line 5993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-poll:before {
  content: "";
}

/* line 5997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-poll-h:before {
  content: "";
}

/* line 6001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-poll-people:before {
  content: "";
}

/* line 6005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-poo:before {
  content: "";
}

/* line 6009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-poo-storm:before {
  content: "";
}

/* line 6013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-poop:before {
  content: "";
}

/* line 6017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-popcorn:before {
  content: "";
}

/* line 6021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-portrait:before {
  content: "";
}

/* line 6025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pound-sign:before {
  content: "";
}

/* line 6029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-power-off:before {
  content: "";
}

/* line 6033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pray:before {
  content: "";
}

/* line 6037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-praying-hands:before {
  content: "";
}

/* line 6041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-prescription:before {
  content: "";
}

/* line 6045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-prescription-bottle:before {
  content: "";
}

/* line 6049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-prescription-bottle-alt:before {
  content: "";
}

/* line 6053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-presentation:before {
  content: "";
}

/* line 6057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-print:before {
  content: "";
}

/* line 6061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-print-search:before {
  content: "";
}

/* line 6065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-print-slash:before {
  content: "";
}

/* line 6069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-procedures:before {
  content: "";
}

/* line 6073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 6077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-project-diagram:before {
  content: "";
}

/* line 6081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-projector:before {
  content: "";
}

/* line 6085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pumpkin:before {
  content: "";
}

/* line 6089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-pushed:before {
  content: "";
}

/* line 6093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 6097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-python:before {
  content: "";
}

/* line 6101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-qq:before {
  content: "";
}

/* line 6105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-qrcode:before {
  content: "";
}

/* line 6109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-question:before {
  content: "";
}

/* line 6113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-question-circle:before {
  content: "";
}

/* line 6117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-question-square:before {
  content: "";
}

/* line 6121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-quidditch:before {
  content: "";
}

/* line 6125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-quinscape:before {
  content: "";
}

/* line 6129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-quora:before {
  content: "";
}

/* line 6133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-quote-left:before {
  content: "";
}

/* line 6137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-quote-right:before {
  content: "";
}

/* line 6141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-quran:before {
  content: "";
}

/* line 6145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-r-project:before {
  content: "";
}

/* line 6149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rabbit:before {
  content: "";
}

/* line 6153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rabbit-fast:before {
  content: "";
}

/* line 6157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-racquet:before {
  content: "";
}

/* line 6161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-radiation:before {
  content: "";
}

/* line 6165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-radiation-alt:before {
  content: "";
}

/* line 6169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-radio:before {
  content: "";
}

/* line 6173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-radio-alt:before {
  content: "";
}

/* line 6177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rainbow:before {
  content: "";
}

/* line 6181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-raindrops:before {
  content: "";
}

/* line 6185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ram:before {
  content: "";
}

/* line 6189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ramp-loading:before {
  content: "";
}

/* line 6193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-random:before {
  content: "";
}

/* line 6197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-raspberry-pi:before {
  content: "";
}

/* line 6201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ravelry:before {
  content: "";
}

/* line 6205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-react:before {
  content: "";
}

/* line 6209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-reacteurope:before {
  content: "";
}

/* line 6213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-readme:before {
  content: "";
}

/* line 6217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rebel:before {
  content: "";
}

/* line 6221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-receipt:before {
  content: "";
}

/* line 6225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-record-vinyl:before {
  content: "";
}

/* line 6229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rectangle-landscape:before {
  content: "";
}

/* line 6233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rectangle-portrait:before {
  content: "";
}

/* line 6237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rectangle-wide:before {
  content: "";
}

/* line 6241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-recycle:before {
  content: "";
}

/* line 6245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-red-river:before {
  content: "";
}

/* line 6249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-reddit:before {
  content: "";
}

/* line 6253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 6257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 6261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-redhat:before {
  content: "";
}

/* line 6265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-redo:before {
  content: "";
}

/* line 6269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-redo-alt:before {
  content: "";
}

/* line 6273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-registered:before {
  content: "";
}

/* line 6277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-remove-format:before {
  content: "";
}

/* line 6281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-renren:before {
  content: "";
}

/* line 6285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-repeat:before {
  content: "";
}

/* line 6289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-repeat-1:before {
  content: "";
}

/* line 6293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-repeat-1-alt:before {
  content: "";
}

/* line 6297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-repeat-alt:before {
  content: "";
}

/* line 6301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-reply:before {
  content: "";
}

/* line 6305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-reply-all:before {
  content: "";
}

/* line 6309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-replyd:before {
  content: "";
}

/* line 6313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-republican:before {
  content: "";
}

/* line 6317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-researchgate:before {
  content: "";
}

/* line 6321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-resolving:before {
  content: "";
}

/* line 6325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-restroom:before {
  content: "";
}

/* line 6329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-retweet:before {
  content: "";
}

/* line 6333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-retweet-alt:before {
  content: "";
}

/* line 6337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rev:before {
  content: "";
}

/* line 6341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ribbon:before {
  content: "";
}

/* line 6345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ring:before {
  content: "";
}

/* line 6349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rings-wedding:before {
  content: "";
}

/* line 6353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-road:before {
  content: "";
}

/* line 6357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-robot:before {
  content: "";
}

/* line 6361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rocket:before {
  content: "";
}

/* line 6365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rocketchat:before {
  content: "";
}

/* line 6369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rockrms:before {
  content: "";
}

/* line 6373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-route:before {
  content: "";
}

/* line 6377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-route-highway:before {
  content: "";
}

/* line 6381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-route-interstate:before {
  content: "";
}

/* line 6385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-router:before {
  content: "";
}

/* line 6389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rss:before {
  content: "";
}

/* line 6393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rss-square:before {
  content: "";
}

/* line 6397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ruble-sign:before {
  content: "";
}

/* line 6401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ruler:before {
  content: "";
}

/* line 6405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ruler-combined:before {
  content: "";
}

/* line 6409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ruler-horizontal:before {
  content: "";
}

/* line 6413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ruler-triangle:before {
  content: "";
}

/* line 6417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ruler-vertical:before {
  content: "";
}

/* line 6421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-running:before {
  content: "";
}

/* line 6425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rupee-sign:before {
  content: "";
}

/* line 6429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-rv:before {
  content: "";
}

/* line 6433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sack:before {
  content: "";
}

/* line 6437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sack-dollar:before {
  content: "";
}

/* line 6441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sad-cry:before {
  content: "";
}

/* line 6445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sad-tear:before {
  content: "";
}

/* line 6449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-safari:before {
  content: "";
}

/* line 6453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-salad:before {
  content: "";
}

/* line 6457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-salesforce:before {
  content: "";
}

/* line 6461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sandwich:before {
  content: "";
}

/* line 6465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sass:before {
  content: "";
}

/* line 6469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-satellite:before {
  content: "";
}

/* line 6473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-satellite-dish:before {
  content: "";
}

/* line 6477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sausage:before {
  content: "";
}

/* line 6481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-save:before {
  content: "";
}

/* line 6485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sax-hot:before {
  content: "";
}

/* line 6489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-saxophone:before {
  content: "";
}

/* line 6493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scalpel:before {
  content: "";
}

/* line 6497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scalpel-path:before {
  content: "";
}

/* line 6501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scanner:before {
  content: "";
}

/* line 6505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scanner-image:before {
  content: "";
}

/* line 6509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scanner-keyboard:before {
  content: "";
}

/* line 6513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scanner-touchscreen:before {
  content: "";
}

/* line 6517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scarecrow:before {
  content: "";
}

/* line 6521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scarf:before {
  content: "";
}

/* line 6525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-schlix:before {
  content: "";
}

/* line 6529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-school:before {
  content: "";
}

/* line 6533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-screwdriver:before {
  content: "";
}

/* line 6537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scribd:before {
  content: "";
}

/* line 6541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scroll:before {
  content: "";
}

/* line 6545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scroll-old:before {
  content: "";
}

/* line 6549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scrubber:before {
  content: "";
}

/* line 6553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-scythe:before {
  content: "";
}

/* line 6557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sd-card:before {
  content: "";
}

/* line 6561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-search:before {
  content: "";
}

/* line 6565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-search-dollar:before {
  content: "";
}

/* line 6569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-search-location:before {
  content: "";
}

/* line 6573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-search-minus:before {
  content: "";
}

/* line 6577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-search-plus:before {
  content: "";
}

/* line 6581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-searchengin:before {
  content: "";
}

/* line 6585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-seedling:before {
  content: "";
}

/* line 6589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sellcast:before {
  content: "";
}

/* line 6593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sellsy:before {
  content: "";
}

/* line 6597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-send-back:before {
  content: "";
}

/* line 6601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-send-backward:before {
  content: "";
}

/* line 6605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-server:before {
  content: "";
}

/* line 6609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-servicestack:before {
  content: "";
}

/* line 6613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shapes:before {
  content: "";
}

/* line 6617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-share:before {
  content: "";
}

/* line 6621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-share-all:before {
  content: "";
}

/* line 6625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-share-alt:before {
  content: "";
}

/* line 6629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 6633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-share-square:before {
  content: "";
}

/* line 6637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sheep:before {
  content: "";
}

/* line 6641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shekel-sign:before {
  content: "";
}

/* line 6645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shield:before {
  content: "";
}

/* line 6649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shield-alt:before {
  content: "";
}

/* line 6653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shield-check:before {
  content: "";
}

/* line 6657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shield-cross:before {
  content: "";
}

/* line 6661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ship:before {
  content: "";
}

/* line 6665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shipping-fast:before {
  content: "";
}

/* line 6669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shipping-timed:before {
  content: "";
}

/* line 6673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 6677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shish-kebab:before {
  content: "";
}

/* line 6681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shoe-prints:before {
  content: "";
}

/* line 6685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 6689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 6693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 6697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shopware:before {
  content: "";
}

/* line 6701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shovel:before {
  content: "";
}

/* line 6705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shovel-snow:before {
  content: "";
}

/* line 6709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shower:before {
  content: "";
}

/* line 6713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shredder:before {
  content: "";
}

/* line 6717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shuttle-van:before {
  content: "";
}

/* line 6721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-shuttlecock:before {
  content: "";
}

/* line 6725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sickle:before {
  content: "";
}

/* line 6729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sigma:before {
  content: "";
}

/* line 6733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sign:before {
  content: "";
}

/* line 6737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sign-in:before {
  content: "";
}

/* line 6741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sign-in-alt:before {
  content: "";
}

/* line 6745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sign-language:before {
  content: "";
}

/* line 6749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sign-out:before {
  content: "";
}

/* line 6753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sign-out-alt:before {
  content: "";
}

/* line 6757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal:before {
  content: "";
}

/* line 6761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-1:before {
  content: "";
}

/* line 6765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-2:before {
  content: "";
}

/* line 6769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-3:before {
  content: "";
}

/* line 6773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-4:before {
  content: "";
}

/* line 6777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-alt:before {
  content: "";
}

/* line 6781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-alt-1:before {
  content: "";
}

/* line 6785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-alt-2:before {
  content: "";
}

/* line 6789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-alt-3:before {
  content: "";
}

/* line 6793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-alt-slash:before {
  content: "";
}

/* line 6797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-slash:before {
  content: "";
}

/* line 6801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signal-stream:before {
  content: "";
}

/* line 6805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-signature:before {
  content: "";
}

/* line 6809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sim-card:before {
  content: "";
}

/* line 6813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 6817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sistrix:before {
  content: "";
}

/* line 6821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sitemap:before {
  content: "";
}

/* line 6825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sith:before {
  content: "";
}

/* line 6829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skating:before {
  content: "";
}

/* line 6833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skeleton:before {
  content: "";
}

/* line 6837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sketch:before {
  content: "";
}

/* line 6841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ski-jump:before {
  content: "";
}

/* line 6845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ski-lift:before {
  content: "";
}

/* line 6849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skiing:before {
  content: "";
}

/* line 6853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skiing-nordic:before {
  content: "";
}

/* line 6857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skull:before {
  content: "";
}

/* line 6861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skull-cow:before {
  content: "";
}

/* line 6865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skull-crossbones:before {
  content: "";
}

/* line 6869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 6873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-skype:before {
  content: "";
}

/* line 6877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-slack:before {
  content: "";
}

/* line 6881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-slack-hash:before {
  content: "";
}

/* line 6885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-slash:before {
  content: "";
}

/* line 6889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sledding:before {
  content: "";
}

/* line 6893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sleigh:before {
  content: "";
}

/* line 6897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sliders-h:before {
  content: "";
}

/* line 6901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sliders-h-square:before {
  content: "";
}

/* line 6905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sliders-v:before {
  content: "";
}

/* line 6909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sliders-v-square:before {
  content: "";
}

/* line 6913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-slideshare:before {
  content: "";
}

/* line 6917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smile:before {
  content: "";
}

/* line 6921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smile-beam:before {
  content: "";
}

/* line 6925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smile-plus:before {
  content: "";
}

/* line 6929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smile-wink:before {
  content: "";
}

/* line 6933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smog:before {
  content: "";
}

/* line 6937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smoke:before {
  content: "";
}

/* line 6941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smoking:before {
  content: "";
}

/* line 6945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-smoking-ban:before {
  content: "";
}

/* line 6949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sms:before {
  content: "";
}

/* line 6953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snake:before {
  content: "";
}

/* line 6957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snapchat:before {
  content: "";
}

/* line 6961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 6965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 6969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snooze:before {
  content: "";
}

/* line 6973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snow-blowing:before {
  content: "";
}

/* line 6977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snowboarding:before {
  content: "";
}

/* line 6981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snowflake:before {
  content: "";
}

/* line 6985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snowflakes:before {
  content: "";
}

/* line 6989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snowman:before {
  content: "";
}

/* line 6993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snowmobile:before {
  content: "";
}

/* line 6997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-snowplow:before {
  content: "";
}

/* line 7001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-socks:before {
  content: "";
}

/* line 7005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-solar-panel:before {
  content: "";
}

/* line 7009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort:before {
  content: "";
}

/* line 7013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-alpha-down:before {
  content: "";
}

/* line 7017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-alpha-down-alt:before {
  content: "";
}

/* line 7021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-alpha-up:before {
  content: "";
}

/* line 7025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-alpha-up-alt:before {
  content: "";
}

/* line 7029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-alt:before {
  content: "";
}

/* line 7033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-amount-down:before {
  content: "";
}

/* line 7037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-amount-down-alt:before {
  content: "";
}

/* line 7041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-amount-up:before {
  content: "";
}

/* line 7045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-amount-up-alt:before {
  content: "";
}

/* line 7049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-down:before {
  content: "";
}

/* line 7053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-numeric-down:before {
  content: "";
}

/* line 7057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-numeric-down-alt:before {
  content: "";
}

/* line 7061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-numeric-up:before {
  content: "";
}

/* line 7065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-numeric-up-alt:before {
  content: "";
}

/* line 7069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-shapes-down:before {
  content: "";
}

/* line 7073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-shapes-down-alt:before {
  content: "";
}

/* line 7077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-shapes-up:before {
  content: "";
}

/* line 7081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-shapes-up-alt:before {
  content: "";
}

/* line 7085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-size-down:before {
  content: "";
}

/* line 7089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-size-down-alt:before {
  content: "";
}

/* line 7093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-size-up:before {
  content: "";
}

/* line 7097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-size-up-alt:before {
  content: "";
}

/* line 7101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sort-up:before {
  content: "";
}

/* line 7105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 7109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-soup:before {
  content: "";
}

/* line 7113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sourcetree:before {
  content: "";
}

/* line 7117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spa:before {
  content: "";
}

/* line 7121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 7125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spade:before {
  content: "";
}

/* line 7129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sparkles:before {
  content: "";
}

/* line 7133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-speakap:before {
  content: "";
}

/* line 7137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-speaker:before {
  content: "";
}

/* line 7141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-speaker-deck:before {
  content: "";
}

/* line 7145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-speakers:before {
  content: "";
}

/* line 7149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spell-check:before {
  content: "";
}

/* line 7153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spider:before {
  content: "";
}

/* line 7157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spider-black-widow:before {
  content: "";
}

/* line 7161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spider-web:before {
  content: "";
}

/* line 7165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spinner:before {
  content: "";
}

/* line 7169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spinner-third:before {
  content: "";
}

/* line 7173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-splotch:before {
  content: "";
}

/* line 7177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spotify:before {
  content: "";
}

/* line 7181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-spray-can:before {
  content: "";
}

/* line 7185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-square:before {
  content: "";
}

/* line 7189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-square-full:before {
  content: "";
}

/* line 7193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-square-root:before {
  content: "";
}

/* line 7197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-square-root-alt:before {
  content: "";
}

/* line 7201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-squarespace:before {
  content: "";
}

/* line 7205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-squirrel:before {
  content: "";
}

/* line 7209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 7213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 7217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stackpath:before {
  content: "";
}

/* line 7221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-staff:before {
  content: "";
}

/* line 7225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stamp:before {
  content: "";
}

/* line 7229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star:before {
  content: "";
}

/* line 7233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-and-crescent:before {
  content: "";
}

/* line 7237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-christmas:before {
  content: "";
}

/* line 7241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-exclamation:before {
  content: "";
}

/* line 7245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-half:before {
  content: "";
}

/* line 7249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-half-alt:before {
  content: "";
}

/* line 7253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-of-david:before {
  content: "";
}

/* line 7257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-star-of-life:before {
  content: "";
}

/* line 7261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stars:before {
  content: "";
}

/* line 7265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-staylinked:before {
  content: "";
}

/* line 7269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-steak:before {
  content: "";
}

/* line 7273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-steam:before {
  content: "";
}

/* line 7277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-steam-square:before {
  content: "";
}

/* line 7281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-steam-symbol:before {
  content: "";
}

/* line 7285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-steering-wheel:before {
  content: "";
}

/* line 7289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-step-backward:before {
  content: "";
}

/* line 7293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-step-forward:before {
  content: "";
}

/* line 7297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 7301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sticker-mule:before {
  content: "";
}

/* line 7305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 7309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stocking:before {
  content: "";
}

/* line 7313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stomach:before {
  content: "";
}

/* line 7317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stop:before {
  content: "";
}

/* line 7321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 7325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stopwatch:before {
  content: "";
}

/* line 7329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-store:before {
  content: "";
}

/* line 7333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-store-alt:before {
  content: "";
}

/* line 7337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-strava:before {
  content: "";
}

/* line 7341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stream:before {
  content: "";
}

/* line 7345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-street-view:before {
  content: "";
}

/* line 7349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stretcher:before {
  content: "";
}

/* line 7353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 7357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stripe:before {
  content: "";
}

/* line 7361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stripe-s:before {
  content: "";
}

/* line 7365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stroopwafel:before {
  content: "";
}

/* line 7369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-studiovinari:before {
  content: "";
}

/* line 7373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 7377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 7381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-subscript:before {
  content: "";
}

/* line 7385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-subway:before {
  content: "";
}

/* line 7389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-suitcase:before {
  content: "";
}

/* line 7393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-suitcase-rolling:before {
  content: "";
}

/* line 7397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sun:before {
  content: "";
}

/* line 7401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sun-cloud:before {
  content: "";
}

/* line 7405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sun-dust:before {
  content: "";
}

/* line 7409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sun-haze:before {
  content: "";
}

/* line 7413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sunglasses:before {
  content: "";
}

/* line 7417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sunrise:before {
  content: "";
}

/* line 7421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sunset:before {
  content: "";
}

/* line 7425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-superpowers:before {
  content: "";
}

/* line 7429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-superscript:before {
  content: "";
}

/* line 7433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-supple:before {
  content: "";
}

/* line 7437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-surprise:before {
  content: "";
}

/* line 7441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-suse:before {
  content: "";
}

/* line 7445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swatchbook:before {
  content: "";
}

/* line 7449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swift:before {
  content: "";
}

/* line 7453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swimmer:before {
  content: "";
}

/* line 7457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swimming-pool:before {
  content: "";
}

/* line 7461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sword:before {
  content: "";
}

/* line 7465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swords:before {
  content: "";
}

/* line 7469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-symfony:before {
  content: "";
}

/* line 7473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-synagogue:before {
  content: "";
}

/* line 7477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sync:before {
  content: "";
}

/* line 7481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-sync-alt:before {
  content: "";
}

/* line 7485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-syringe:before {
  content: "";
}

/* line 7489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-table:before {
  content: "";
}

/* line 7493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-table-tennis:before {
  content: "";
}

/* line 7497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tablet:before {
  content: "";
}

/* line 7501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tablet-alt:before {
  content: "";
}

/* line 7505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tablet-android:before {
  content: "";
}

/* line 7509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tablet-android-alt:before {
  content: "";
}

/* line 7513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tablet-rugged:before {
  content: "";
}

/* line 7517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tablets:before {
  content: "";
}

/* line 7521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer:before {
  content: "";
}

/* line 7525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-alt:before {
  content: "";
}

/* line 7529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-alt-average:before {
  content: "";
}

/* line 7533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-alt-fast:before {
  content: "";
}

/* line 7537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-alt-fastest:before {
  content: "";
}

/* line 7541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-alt-slow:before {
  content: "";
}

/* line 7545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-alt-slowest:before {
  content: "";
}

/* line 7549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-average:before {
  content: "";
}

/* line 7553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-fast:before {
  content: "";
}

/* line 7557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-fastest:before {
  content: "";
}

/* line 7561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-slow:before {
  content: "";
}

/* line 7565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tachometer-slowest:before {
  content: "";
}

/* line 7569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-taco:before {
  content: "";
}

/* line 7573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tag:before {
  content: "";
}

/* line 7577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tags:before {
  content: "";
}

/* line 7581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tally:before {
  content: "";
}

/* line 7585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tanakh:before {
  content: "";
}

/* line 7589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tape:before {
  content: "";
}

/* line 7593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tasks:before {
  content: "";
}

/* line 7597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tasks-alt:before {
  content: "";
}

/* line 7601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-taxi:before {
  content: "";
}

/* line 7605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-teamspeak:before {
  content: "";
}

/* line 7609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-teeth:before {
  content: "";
}

/* line 7613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-teeth-open:before {
  content: "";
}

/* line 7617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-telegram:before {
  content: "";
}

/* line 7621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-telegram-plane:before {
  content: "";
}

/* line 7625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-temperature-frigid:before {
  content: "";
}

/* line 7629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-temperature-high:before {
  content: "";
}

/* line 7633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-temperature-hot:before {
  content: "";
}

/* line 7637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-temperature-low:before {
  content: "";
}

/* line 7641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 7645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tenge:before {
  content: "";
}

/* line 7649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tennis-ball:before {
  content: "";
}

/* line 7653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-terminal:before {
  content: "";
}

/* line 7657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-text:before {
  content: "";
}

/* line 7661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-text-height:before {
  content: "";
}

/* line 7665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-text-size:before {
  content: "";
}

/* line 7669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-text-width:before {
  content: "";
}

/* line 7673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-th:before {
  content: "";
}

/* line 7677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-th-large:before {
  content: "";
}

/* line 7681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-th-list:before {
  content: "";
}

/* line 7685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-the-red-yeti:before {
  content: "";
}

/* line 7689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-theater-masks:before {
  content: "";
}

/* line 7693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-themeco:before {
  content: "";
}

/* line 7697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-themeisle:before {
  content: "";
}

/* line 7701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thermometer:before {
  content: "";
}

/* line 7705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thermometer-empty:before {
  content: "";
}

/* line 7709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thermometer-full:before {
  content: "";
}

/* line 7713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thermometer-half:before {
  content: "";
}

/* line 7717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thermometer-quarter:before {
  content: "";
}

/* line 7721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 7725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-theta:before {
  content: "";
}

/* line 7729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-think-peaks:before {
  content: "";
}

/* line 7733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 7737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 7741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thumbtack:before {
  content: "";
}

/* line 7745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thunderstorm:before {
  content: "";
}

/* line 7749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thunderstorm-moon:before {
  content: "";
}

/* line 7753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-thunderstorm-sun:before {
  content: "";
}

/* line 7757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ticket:before {
  content: "";
}

/* line 7761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ticket-alt:before {
  content: "";
}

/* line 7765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tilde:before {
  content: "";
}

/* line 7769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-times:before {
  content: "";
}

/* line 7773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-times-circle:before {
  content: "";
}

/* line 7777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-times-hexagon:before {
  content: "";
}

/* line 7781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-times-octagon:before {
  content: "";
}

/* line 7785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-times-square:before {
  content: "";
}

/* line 7789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tint:before {
  content: "";
}

/* line 7793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tint-slash:before {
  content: "";
}

/* line 7797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tire:before {
  content: "";
}

/* line 7801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tire-flat:before {
  content: "";
}

/* line 7805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tire-pressure-warning:before {
  content: "";
}

/* line 7809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tire-rugged:before {
  content: "";
}

/* line 7813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tired:before {
  content: "";
}

/* line 7817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 7821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 7825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toilet:before {
  content: "";
}

/* line 7829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toilet-paper:before {
  content: "";
}

/* line 7833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toilet-paper-alt:before {
  content: "";
}

/* line 7837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tombstone:before {
  content: "";
}

/* line 7841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tombstone-alt:before {
  content: "";
}

/* line 7845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toolbox:before {
  content: "";
}

/* line 7849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tools:before {
  content: "";
}

/* line 7853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tooth:before {
  content: "";
}

/* line 7857, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-toothbrush:before {
  content: "";
}

/* line 7861, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-torah:before {
  content: "";
}

/* line 7865, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-torii-gate:before {
  content: "";
}

/* line 7869, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tornado:before {
  content: "";
}

/* line 7873, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tractor:before {
  content: "";
}

/* line 7877, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trade-federation:before {
  content: "";
}

/* line 7881, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trademark:before {
  content: "";
}

/* line 7885, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-traffic-cone:before {
  content: "";
}

/* line 7889, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-traffic-light:before {
  content: "";
}

/* line 7893, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-traffic-light-go:before {
  content: "";
}

/* line 7897, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-traffic-light-slow:before {
  content: "";
}

/* line 7901, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-traffic-light-stop:before {
  content: "";
}

/* line 7905, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-train:before {
  content: "";
}

/* line 7909, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tram:before {
  content: "";
}

/* line 7913, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-transgender:before {
  content: "";
}

/* line 7917, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 7921, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trash:before {
  content: "";
}

/* line 7925, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trash-alt:before {
  content: "";
}

/* line 7929, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trash-restore:before {
  content: "";
}

/* line 7933, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trash-restore-alt:before {
  content: "";
}

/* line 7937, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trash-undo:before {
  content: "";
}

/* line 7941, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trash-undo-alt:before {
  content: "";
}

/* line 7945, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-treasure-chest:before {
  content: "";
}

/* line 7949, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tree:before {
  content: "";
}

/* line 7953, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tree-alt:before {
  content: "";
}

/* line 7957, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tree-christmas:before {
  content: "";
}

/* line 7961, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tree-decorated:before {
  content: "";
}

/* line 7965, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tree-large:before {
  content: "";
}

/* line 7969, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tree-palm:before {
  content: "";
}

/* line 7973, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trees:before {
  content: "";
}

/* line 7977, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trello:before {
  content: "";
}

/* line 7981, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-triangle:before {
  content: "";
}

/* line 7985, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-triangle-music:before {
  content: "";
}

/* line 7989, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 7993, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trophy:before {
  content: "";
}

/* line 7997, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trophy-alt:before {
  content: "";
}

/* line 8001, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck:before {
  content: "";
}

/* line 8005, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-container:before {
  content: "";
}

/* line 8009, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-couch:before {
  content: "";
}

/* line 8013, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-loading:before {
  content: "";
}

/* line 8017, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-monster:before {
  content: "";
}

/* line 8021, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-moving:before {
  content: "";
}

/* line 8025, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-pickup:before {
  content: "";
}

/* line 8029, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-plow:before {
  content: "";
}

/* line 8033, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-truck-ramp:before {
  content: "";
}

/* line 8037, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-trumpet:before {
  content: "";
}

/* line 8041, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tshirt:before {
  content: "";
}

/* line 8045, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tty:before {
  content: "";
}

/* line 8049, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tumblr:before {
  content: "";
}

/* line 8053, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 8057, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-turkey:before {
  content: "";
}

/* line 8061, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-turntable:before {
  content: "";
}

/* line 8065, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-turtle:before {
  content: "";
}

/* line 8069, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tv:before {
  content: "";
}

/* line 8073, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tv-alt:before {
  content: "";
}

/* line 8077, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tv-music:before {
  content: "";
}

/* line 8081, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-tv-retro:before {
  content: "";
}

/* line 8085, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-twitch:before {
  content: "";
}

/* line 8089, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-twitter:before {
  content: "";
}

/* line 8093, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 8097, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-typewriter:before {
  content: "";
}

/* line 8101, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-typo3:before {
  content: "";
}

/* line 8105, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-uber:before {
  content: "";
}

/* line 8109, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ubuntu:before {
  content: "";
}

/* line 8113, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-uikit:before {
  content: "";
}

/* line 8117, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-umbraco:before {
  content: "";
}

/* line 8121, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-umbrella:before {
  content: "";
}

/* line 8125, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-umbrella-beach:before {
  content: "";
}

/* line 8129, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-underline:before {
  content: "";
}

/* line 8133, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-undo:before {
  content: "";
}

/* line 8137, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-undo-alt:before {
  content: "";
}

/* line 8141, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-unicorn:before {
  content: "";
}

/* line 8145, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-union:before {
  content: "";
}

/* line 8149, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-uniregistry:before {
  content: "";
}

/* line 8153, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-universal-access:before {
  content: "";
}

/* line 8157, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-university:before {
  content: "";
}

/* line 8161, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-unlink:before {
  content: "";
}

/* line 8165, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-unlock:before {
  content: "";
}

/* line 8169, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 8173, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-untappd:before {
  content: "";
}

/* line 8177, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-upload:before {
  content: "";
}

/* line 8181, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ups:before {
  content: "";
}

/* line 8185, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-usb:before {
  content: "";
}

/* line 8189, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-usb-drive:before {
  content: "";
}

/* line 8193, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-usd-circle:before {
  content: "";
}

/* line 8197, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-usd-square:before {
  content: "";
}

/* line 8201, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user:before {
  content: "";
}

/* line 8205, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-alt:before {
  content: "";
}

/* line 8209, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-alt-slash:before {
  content: "";
}

/* line 8213, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-astronaut:before {
  content: "";
}

/* line 8217, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-chart:before {
  content: "";
}

/* line 8221, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-check:before {
  content: "";
}

/* line 8225, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-circle:before {
  content: "";
}

/* line 8229, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-clock:before {
  content: "";
}

/* line 8233, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-cog:before {
  content: "";
}

/* line 8237, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-cowboy:before {
  content: "";
}

/* line 8241, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-crown:before {
  content: "";
}

/* line 8245, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-edit:before {
  content: "";
}

/* line 8249, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-friends:before {
  content: "";
}

/* line 8253, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-graduate:before {
  content: "";
}

/* line 8257, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-hard-hat:before {
  content: "";
}

/* line 8261, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-headset:before {
  content: "";
}

/* line 8265, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-injured:before {
  content: "";
}

/* line 8269, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-lock:before {
  content: "";
}

/* line 8273, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-md:before {
  content: "";
}

/* line 8277, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-md-chat:before {
  content: "";
}

/* line 8281, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-minus:before {
  content: "";
}

/* line 8285, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-music:before {
  content: "";
}

/* line 8289, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-ninja:before {
  content: "";
}

/* line 8293, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-nurse:before {
  content: "";
}

/* line 8297, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-plus:before {
  content: "";
}

/* line 8301, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-secret:before {
  content: "";
}

/* line 8305, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-shield:before {
  content: "";
}

/* line 8309, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-slash:before {
  content: "";
}

/* line 8313, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-tag:before {
  content: "";
}

/* line 8317, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-tie:before {
  content: "";
}

/* line 8321, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-user-times:before {
  content: "";
}

/* line 8325, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-users:before {
  content: "";
}

/* line 8329, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-users-class:before {
  content: "";
}

/* line 8333, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-users-cog:before {
  content: "";
}

/* line 8337, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-users-crown:before {
  content: "";
}

/* line 8341, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-users-medical:before {
  content: "";
}

/* line 8345, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-usps:before {
  content: "";
}

/* line 8349, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-ussunnah:before {
  content: "";
}

/* line 8353, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-utensil-fork:before {
  content: "";
}

/* line 8357, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-utensil-knife:before {
  content: "";
}

/* line 8361, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-utensil-spoon:before {
  content: "";
}

/* line 8365, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-utensils:before {
  content: "";
}

/* line 8369, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-utensils-alt:before {
  content: "";
}

/* line 8373, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vaadin:before {
  content: "";
}

/* line 8377, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-value-absolute:before {
  content: "";
}

/* line 8381, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vector-square:before {
  content: "";
}

/* line 8385, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-venus:before {
  content: "";
}

/* line 8389, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-venus-double:before {
  content: "";
}

/* line 8393, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 8397, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vhs:before {
  content: "";
}

/* line 8401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-viacoin:before {
  content: "";
}

/* line 8405, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-viadeo:before {
  content: "";
}

/* line 8409, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 8413, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vial:before {
  content: "";
}

/* line 8417, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vials:before {
  content: "";
}

/* line 8421, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-viber:before {
  content: "";
}

/* line 8425, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-video:before {
  content: "";
}

/* line 8429, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-video-plus:before {
  content: "";
}

/* line 8433, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-video-slash:before {
  content: "";
}

/* line 8437, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vihara:before {
  content: "";
}

/* line 8441, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vimeo:before {
  content: "";
}

/* line 8445, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 8449, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vimeo-v:before {
  content: "";
}

/* line 8453, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vine:before {
  content: "";
}

/* line 8457, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-violin:before {
  content: "";
}

/* line 8461, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vk:before {
  content: "";
}

/* line 8465, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vnv:before {
  content: "";
}

/* line 8469, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-voicemail:before {
  content: "";
}

/* line 8473, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volcano:before {
  content: "";
}

/* line 8477, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volleyball-ball:before {
  content: "";
}

/* line 8481, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volume:before {
  content: "";
}

/* line 8485, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volume-down:before {
  content: "";
}

/* line 8489, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volume-mute:before {
  content: "";
}

/* line 8493, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volume-off:before {
  content: "";
}

/* line 8497, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volume-slash:before {
  content: "";
}

/* line 8501, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-volume-up:before {
  content: "";
}

/* line 8505, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vote-nay:before {
  content: "";
}

/* line 8509, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vote-yea:before {
  content: "";
}

/* line 8513, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vr-cardboard:before {
  content: "";
}

/* line 8517, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-vuejs:before {
  content: "";
}

/* line 8521, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wagon-covered:before {
  content: "";
}

/* line 8525, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-walker:before {
  content: "";
}

/* line 8529, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-walkie-talkie:before {
  content: "";
}

/* line 8533, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-walking:before {
  content: "";
}

/* line 8537, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wallet:before {
  content: "";
}

/* line 8541, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wand:before {
  content: "";
}

/* line 8545, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wand-magic:before {
  content: "";
}

/* line 8549, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-warehouse:before {
  content: "";
}

/* line 8553, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-warehouse-alt:before {
  content: "";
}

/* line 8557, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-washer:before {
  content: "";
}

/* line 8561, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-watch:before {
  content: "";
}

/* line 8565, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-watch-calculator:before {
  content: "";
}

/* line 8569, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-watch-fitness:before {
  content: "";
}

/* line 8573, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-water:before {
  content: "";
}

/* line 8577, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-water-lower:before {
  content: "";
}

/* line 8581, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-water-rise:before {
  content: "";
}

/* line 8585, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wave-sine:before {
  content: "";
}

/* line 8589, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wave-square:before {
  content: "";
}

/* line 8593, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wave-triangle:before {
  content: "";
}

/* line 8597, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-waveform:before {
  content: "";
}

/* line 8601, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-waveform-path:before {
  content: "";
}

/* line 8605, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-waze:before {
  content: "";
}

/* line 8609, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-webcam:before {
  content: "";
}

/* line 8613, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-webcam-slash:before {
  content: "";
}

/* line 8617, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-weebly:before {
  content: "";
}

/* line 8621, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-weibo:before {
  content: "";
}

/* line 8625, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-weight:before {
  content: "";
}

/* line 8629, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-weight-hanging:before {
  content: "";
}

/* line 8633, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-weixin:before {
  content: "";
}

/* line 8637, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-whale:before {
  content: "";
}

/* line 8641, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 8645, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-whatsapp-square:before {
  content: "";
}

/* line 8649, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wheat:before {
  content: "";
}

/* line 8653, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 8657, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-whistle:before {
  content: "";
}

/* line 8661, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-whmcs:before {
  content: "";
}

/* line 8665, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wifi:before {
  content: "";
}

/* line 8669, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wifi-1:before {
  content: "";
}

/* line 8673, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wifi-2:before {
  content: "";
}

/* line 8677, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wifi-slash:before {
  content: "";
}

/* line 8681, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 8685, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wind:before {
  content: "";
}

/* line 8689, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wind-turbine:before {
  content: "";
}

/* line 8693, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wind-warning:before {
  content: "";
}

/* line 8697, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-window:before {
  content: "";
}

/* line 8701, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-window-alt:before {
  content: "";
}

/* line 8705, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-window-close:before {
  content: "";
}

/* line 8709, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 8713, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 8717, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-window-restore:before {
  content: "";
}

/* line 8721, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-windows:before {
  content: "";
}

/* line 8725, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-windsock:before {
  content: "";
}

/* line 8729, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wine-bottle:before {
  content: "";
}

/* line 8733, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wine-glass:before {
  content: "";
}

/* line 8737, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wine-glass-alt:before {
  content: "";
}

/* line 8741, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wix:before {
  content: "";
}

/* line 8745, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wizards-of-the-coast:before {
  content: "";
}

/* line 8749, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wolf-pack-battalion:before {
  content: "";
}

/* line 8753, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-won-sign:before {
  content: "";
}

/* line 8757, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wordpress:before {
  content: "";
}

/* line 8761, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wordpress-simple:before {
  content: "";
}

/* line 8765, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 8769, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 8773, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wpforms:before {
  content: "";
}

/* line 8777, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wpressr:before {
  content: "";
}

/* line 8781, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wreath:before {
  content: "";
}

/* line 8785, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-wrench:before {
  content: "";
}

/* line 8789, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-x-ray:before {
  content: "";
}

/* line 8793, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-xbox:before {
  content: "";
}

/* line 8797, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-xing:before {
  content: "";
}

/* line 8801, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-xing-square:before {
  content: "";
}

/* line 8805, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-y-combinator:before {
  content: "";
}

/* line 8809, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yahoo:before {
  content: "";
}

/* line 8813, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yammer:before {
  content: "";
}

/* line 8817, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yandex:before {
  content: "";
}

/* line 8821, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yandex-international:before {
  content: "";
}

/* line 8825, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yarn:before {
  content: "";
}

/* line 8829, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yelp:before {
  content: "";
}

/* line 8833, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yen-sign:before {
  content: "";
}

/* line 8837, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yin-yang:before {
  content: "";
}

/* line 8841, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-yoast:before {
  content: "";
}

/* line 8845, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-youtube:before {
  content: "";
}

/* line 8849, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 8853, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-zhihu:before {
  content: "";
}

/* line 8857, ../../../sass/plugins/fontawesome5prostatic.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 8868, ../../../sass/plugins/fontawesome5prostatic.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f081, U+f08c, U+f092, U+f099, U+f09b, U+f0d2-f0d5, U+f113, U+f136, U+f13b-f13c, U+f15a, U+f167-f169, U+f16c-f16e, U+f170, U+f173-f174, U+f17a-f17e, U+f180, U+f184, U+f189-f18c, U+f194, U+f19a-f19b, U+f1a0-f1a4, U+f1a6-f1a7, U+f1a9-f1aa, U+f1b4, U+f1b6-f1b7, U+f1bc-f1be, U+f1ca-f1cc, U+f1d0-f1d1, U+f1d4-f1d6, U+f1e7-f1e8, U+f1ed-f1ee, U+f1f0-f1f2, U+f1f4-f1f5, U+f202, U+f208-f209, U+f20d-f20e, U+f211-f213, U+f215, U+f231-f232, U+f237, U+f23a-f23b, U+f23d-f23e, U+f24b-f24c, U+f260-f268, U+f26a-f26b, U+f26d-f26e, U+f270, U+f27d-f27e, U+f280-f282, U+f284-f285, U+f287-f28a, U+f293-f294, U+f297-f299, U+f2a5-f2a6, U+f2a9, U+f2ab-f2ad, U+f2b0, U+f2b2-f2b4, U+f2b8, U+f2c4-f2c6, U+f2d5-f2da, U+f2dd-f2de, U+f2e0, U+f35c, U+f368-f374, U+f378-f37d, U+f37f-f380, U+f383-f385, U+f388, U+f38b-f38f, U+f392, U+f394-f397, U+f399-f39a, U+f3a1-f3a4, U+f3a6-f3b2, U+f3b4-f3b8, U+f3ba-f3bc, U+f3c0, U+f3c3-f3c4, U+f3c6-f3c8, U+f3ca, U+f3cc, U+f3d0, U+f3d2, U+f3d4-f3d7, U+f3da-f3db, U+f3df, U+f3e1-f3e3, U+f3e6-f3e7, U+f3e9-f3ec, U+f3ee-f3ef, U+f3f5-f3f6, U+f3f8-f3f9, U+f3fe, U+f402-f405, U+f407-f408, U+f40a-f40d, U+f411-f417, U+f419, U+f41b-f41d, U+f41f, U+f421, U+f426;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f16b, U+f269, U+f425;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.svg#fontawesome) format("svg");
  unicode-range: U+f42d-f42f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f18d, U+f19e, U+f1b5, U+f1d7, U+f210, U+f216, U+f286, U+f2b1, U+f393, U+f3b9, U+f3cb, U+f3d3, U+f3d8-f3d9, U+f3dc, U+f409, U+f423, U+f429, U+f430-f431;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f452, U+f457;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f44d;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f2ae, U+f4d5, U+f4e5;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f203, U+f4e6-f4f2, U+f4f8;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.svg#fontawesome) format("svg");
  unicode-range: U+f4f7, U+f50a, U+f50c-f50d, U+f510, U+f512-f513;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f25e, U+f375, U+f5a3, U+f5be, U+f5cc, U+f5cf;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f5f1, U+f63f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f642;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f4f3, U+f6ca, U+f6cc, U+f6dc, U+f704, U+f730;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.svg#fontawesome) format("svg");
  unicode-range: U+f3e4;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f181, U+f77b, U+f78d, U+f790, U+f797, U+f7af-f7b1, U+f7b3, U+f7bb, U+f7df, U+f7e3;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f198, U+f1a5, U+f1a8, U+f1f3, U+f214, U+f23c, U+f296, U+f2aa, U+f391, U+f39d, U+f3f7, U+f427, U+f4f4, U+f50e, U+f60f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f171, U+f179, U+f1e9, U+f27c, U+f3e8, U+f3f3, U+f41a, U+f41e, U+f420, U+f428, U+f42a-f42c, U+f459, U+f4e4, U+f4f6, U+f4f9, U+f50b, U+f50f, U+f511, U+f514, U+f592, U+f5a8, U+f5b2, U+f5b5, U+f5c6, U+f5f7, U+f5fa, U+f612, U+f69d, U+f6af, U+f6c9, U+f731, U+f75d, U+f778, U+f77a, U+f785, U+f789, U+f791, U+f798-f799, U+f7c6, U+f7d3, U+f7d6, U+f7e0-f7e1, U+f834-f83d, U+f83f-f840;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.svg#fontawesome) format("svg");
  unicode-range: U+f0e1;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f082, U+f09a, U+f1d2-f1d3, U+f39e, U+f59e, U+f7bc, U+f841-f842;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f39f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.svg#fontawesome) format("svg");
  unicode-range: U+f89e;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f4f5, U+f8a6, U+f8ca, U+f8d2, U+f8e1, U+f8e8;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f3bd;
}
/* line 9107, ../../../sass/plugins/fontawesome5prostatic.scss */
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+f422, U+f424, U+10f002, U+10f008-10f009, U+10f00b-10f00c, U+10f00e, U+10f011, U+10f013, U+10f017, U+10f019, U+10f01c, U+10f022-10f025, U+10f02a-10f02b, U+10f02d, U+10f030, U+10f040-10f041, U+10f044, U+10f047, U+10f049-10f04a, U+10f04e, U+10f050, U+10f052-10f055, U+10f057-10f05b, U+10f05e, U+10f060-10f066, U+10f068-10f06a, U+10f074, U+10f077-10f07a, U+10f07c-10f07e, U+10f085, U+10f089, U+10f08b, U+10f090, U+10f093-10f094, U+10f098, U+10f09c-10f09e, U+10f0a4-10f0ab, U+10f0b2, U+10f0c1, U+10f0c3, U+10f0c6, U+10f0c9, U+10f0ce, U+10f0d7-10f0db, U+10f0e2-10f0e3, U+10f0e9-10f0ea, U+10f0ec, U+10f0f4, U+10f0f8, U+10f0fa-10f0fe, U+10f100-10f103, U+10f106-10f108, U+10f10a-10f10b, U+10f11c, U+10f120-10f122, U+10f124, U+10f126-10f128, U+10f12e, U+10f134, U+10f137-10f13a, U+10f13e, U+10f141-10f143, U+10f146, U+10f14a-10f14d, U+10f150-10f154, U+10f156-10f159, U+10f175-10f178, U+10f182-10f183, U+10f188, U+10f191-10f192, U+10f195, U+10f199, U+10f1ad-10f1ae, U+10f1b0, U+10f1b2-10f1b3, U+10f1b8, U+10f1bb, U+10f1c0, U+10f1cd, U+10f1d8, U+10f1da, U+10f1e0-10f1e2, U+10f1e6, U+10f1ea, U+10f1fa, U+10f1fd-10f1fe, U+10f204-10f206, U+10f20b, U+10f217-10f218, U+10f21c, U+10f222, U+10f224, U+10f226-10f229, U+10f233, U+10f238-10f239, U+10f240-10f244, U+10f246, U+10f255-10f25c, U+10f28b, U+10f28d, U+10f290-10f292, U+10f295, U+10f2a1-10f2a4, U+10f2a8, U+10f2c7-10f2ce, U+10f2d0, U+10f2d2-10f2d3, U+10f2db, U+10f2e6-10f2e7, U+10f2ea, U+10f2f0-10f2f1, U+10f2f5-10f2f7, U+10f2f9, U+10f2fd, U+10f301, U+10f303, U+10f308-10f30f, U+10f31d, U+10f320-10f322, U+10f325-10f326, U+10f328-10f32e, U+10f330-10f332, U+10f336-10f337, U+10f339-10f33c, U+10f33e, U+10f340-10f34c, U+10f350-10f353, U+10f355, U+10f358-10f35b, U+10f360-10f367, U+10f376, U+10f37e, U+10f387, U+10f389-10f38a, U+10f390, U+10f39b-10f39c, U+10f3a0, U+10f3b3, U+10f3be-10f3bf, U+10f3c2, U+10f3c5, U+10f3cd-10f3cf, U+10f3de, U+10f3e5, U+10f3ed, U+10f3f0, U+10f3f2, U+10f3fa-10f3fc, U+10f400-10f401, U+10f40e-10f410, U+10f422, U+10f424;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1, U+10f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.3.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.3.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.3.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.3.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0, U+10f245, U+10f2b9, U+10f2bb, U+10f2c1, U+10f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.5.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.5.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.5.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.5.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d, U+10f1e3, U+10f432, U+10f437-10f438, U+10f449-10f44c, U+10f44f-10f451, U+10f453, U+10f455, U+10f458, U+10f45a-10f45b, U+10f45d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.7.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.7.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.7.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.7.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496, U+10f0d1, U+10f0f1, U+10f0f9, U+10f21e, U+10f461, U+10f463-10f46f, U+10f472-10f475, U+10f479-10f47a, U+10f47d-10f47e, U+10f481-10f487, U+10f489, U+10f48b-10f496;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.9.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.9.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.9.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.9.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2, U+10f03d, U+10f06c, U+10f086, U+10f0f2, U+10f10d-10f10e, U+10f187, U+10f2b5, U+10f2e9, U+10f2fe, U+10f3dd, U+10f47b-10f47c, U+10f498, U+10f49a-10f49b, U+10f49d, U+10f49f-10f4b9, U+10f4bb-10f4bf, U+10f4c1-10f4c6, U+10f4c8, U+10f4cb-10f4d2, U+10f4d4, U+10f4d6, U+10f4d8-10f4d9, U+10f4db-10f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.10.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.10.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.10.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.10.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca, U+10f471, U+10f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.11.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.11.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.11.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.11.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509, U+10f007, U+10f0c0, U+10f0c2, U+10f0ed-10f0ee, U+10f0f0, U+10f1de, U+10f21b, U+10f234-10f235, U+10f381-10f382, U+10f3f1, U+10f406, U+10f4e6, U+10f4fa-10f501, U+10f503-10f509;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.13.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.13.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.13.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.13.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555, U+10f010, U+10f067, U+10f072, U+10f0ad, U+10f0d6, U+10f0e8, U+10f130-10f131, U+10f24e, U+10f3c9, U+10f3d1, U+10f515-10f517, U+10f519-10f51e, U+10f520-10f52c, U+10f52e, U+10f530-10f533, U+10f535-10f54b, U+10f54d, U+10f54f-10f552, U+10f554-10f555;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd, U+10f043, U+10f0c4, U+10f0d0, U+10f125, U+10f1ba, U+10f1fb-10f1fc, U+10f207, U+10f236, U+10f279, U+10f304-10f305, U+10f52d, U+10f557-10f558, U+10f55a-10f55f, U+10f562-10f566, U+10f568, U+10f56a-10f56b, U+10f575-10f577, U+10f57b, U+10f586, U+10f588, U+10f58d-10f590, U+10f593-10f595, U+10f59d, U+10f59f-10f5a2, U+10f5a6-10f5a7, U+10f5a9-10f5af, U+10f5b1, U+10f5b6, U+10f5b9-10f5bd, U+10f5c4-10f5c5, U+10f5c7, U+10f5c9-10f5cb, U+10f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386, U+10f386;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.2.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.2.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.2.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.2.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d, U+10f018, U+10f0e4, U+10f109, U+10f1b9, U+10f1e5, U+10f1f6, U+10f21d, U+10f276-10f277, U+10f3fd, U+10f4d7, U+10f518, U+10f5d0-10f5da, U+10f5dd, U+10f5df-10f5e5, U+10f5e8-10f5ea, U+10f5ed-10f5f0, U+10f5f2, U+10f5f4-10f5f5, U+10f5f8-10f5f9, U+10f5fb-10f600, U+10f603-10f60e, U+10f610, U+10f614, U+10f617-10f619, U+10f61c-10f621, U+10f623-10f62f, U+10f633, U+10f635-10f63d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.3.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.3.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.3.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.3.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac, U+10f027-10f028, U+10f080, U+10f0a1, U+10f0b1, U+10f0eb, U+10f200-10f201, U+10f2e2, U+10f61a, U+10f640, U+10f643-10f647, U+10f64a-10f64b, U+10f64d-10f653, U+10f655-10f656, U+10f65d, U+10f65f-10f663, U+10f665-10f669, U+10f66b-10f675, U+10f678-10f67b, U+10f67d-10f680, U+10f683-10f689, U+10f68b, U+10f694-10f695, U+10f697-10f699, U+10f69b-10f69c, U+10f69e-10f69f, U+10f6a1-10f6a9, U+10f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f, U+10f499, U+10f676, U+10f6ae, U+10f6b0-10f6b3, U+10f6b5-10f6bc, U+10f6bf, U+10f6c2, U+10f6c5-10f6c8, U+10f6cb, U+10f6cd-10f6d5, U+10f6d8-10f6d9, U+10f6db, U+10f6de, U+10f6e2-10f6e3, U+10f6e5-10f6e7, U+10f6e9-10f6ec, U+10f6ee, U+10f6f1-10f6f3, U+10f6f5-10f6f8, U+10f6fc-10f6fd, U+10f6ff-10f703, U+10f707, U+10f70a-10f70b, U+10f711-10f713, U+10f715-10f71d, U+10f720-10f724, U+10f726-10f729, U+10f72b, U+10f72d, U+10f72f;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a, U+10f72a;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.5.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.5.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.5.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.5.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776, U+10f0e7, U+10f185, U+10f2dc, U+10f6c3-10f6c4, U+10f72e, U+10f732-10f735, U+10f737-10f750, U+10f752-10f758, U+10f75a, U+10f75c, U+10f75e-10f76e, U+10f771-10f776;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2, U+10f06b, U+10f5b7, U+10f77d, U+10f77f, U+10f781-10f782, U+10f788, U+10f78a-10f78c, U+10f78e-10f78f, U+10f792-10f796, U+10f79a-10f7a1, U+10f7a3-10f7a4, U+10f7a7-10f7a8, U+10f7aa, U+10f7ac-10f7ae, U+10f7b4-10f7b6, U+10f7b8, U+10f7bd-10f7be, U+10f7c0-10f7c3, U+10f7c5, U+10f7c7-10f7d2, U+10f7d4, U+10f7d7-10f7d8, U+10f7da-10f7dc, U+10f7de, U+10f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071, U+10f071;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.3.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.3.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.3.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.3.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4, U+10f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833, U+10f00a, U+10f015, U+10f06e, U+10f070, U+10f135, U+10f1e4, U+10f2a0, U+10f377, U+10f470, U+10f49c, U+10f49e, U+10f4c9, U+10f6d6-10f6d7, U+10f705, U+10f725, U+10f77e, U+10f780, U+10f7e5-10f7e7, U+10f7e9-10f7f0, U+10f7f2-10f7fc, U+10f7fe, U+10f800-10f802, U+10f804-10f805, U+10f807-10f80f, U+10f811-10f812, U+10f814-10f818, U+10f81b, U+10f81e-10f823, U+10f825-10f827, U+10f82c-10f833;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1, U+10f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e, U+10f01e, U+10f021, U+10f026, U+10f076, U+10f12d, U+10f31e, U+10f356, U+10f45f, U+10f5b0, U+10f83e;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.2.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.2.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560, U+10f560;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.9.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.9.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.9.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.9.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b, U+10f036-10f03c, U+10f0ae, U+10f0ca-10f0cd, U+10f15d-10f15e, U+10f160-10f163, U+10f1dd, U+10f313-10f315, U+10f34e, U+10f439-10f448, U+10f502, U+10f677, U+10f843-10f855, U+10f858-10f85e, U+10f860-10f862, U+10f864, U+10f866-10f878, U+10f87a, U+10f87c-10f87d, U+10f880-10f892, U+10f897-10f89b;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d, U+10f000, U+10f012, U+10f029, U+10f03e, U+10f06d, U+10f075, U+10f07b, U+10f083-10f084, U+10f0a0, U+10f11e, U+10f140, U+10f19d, U+10f20a, U+10f247-10f248, U+10f251-10f254, U+10f25d, U+10f275, U+10f27a, U+10f2c2, U+10f2d1, U+10f302, U+10f310-10f311, U+10f34d, U+10f3a5, U+10f435, U+10f454, U+10f456, U+10f476, U+10f47f-10f480, U+10f52f, U+10f534, U+10f561, U+10f578, U+10f591, U+10f5db, U+10f5e7, U+10f5f6, U+10f611, U+10f613, U+10f654, U+10f657-10f658, U+10f681-10f682, U+10f68c-10f693, U+10f6be, U+10f6da, U+10f6e4, U+10f6ed, U+10f6ef-10f6f0, U+10f6f4, U+10f6fa-10f6fb, U+10f6fe, U+10f72c, U+10f751, U+10f759, U+10f75b, U+10f779, U+10f77c, U+10f786-10f787, U+10f7ab, U+10f7b2, U+10f7b7, U+10f7bf, U+10f7e8, U+10f813, U+10f85f, U+10f863, U+10f87b, U+10f89c-10f89d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.2.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.2.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896, U+10f004-10f005, U+10f02c, U+10f02e, U+10f031-10f035, U+10f04b-10f04d, U+10f056, U+10f073, U+10f08d, U+10f095, U+10f0a3, U+10f0c5, U+10f0c7-10f0c8, U+10f0dc-10f0de, U+10f0e0, U+10f110-10f111, U+10f129-10f12c, U+10f132-10f133, U+10f144-10f145, U+10f15b-10f15c, U+10f164-10f165, U+10f193, U+10f197, U+10f1ab, U+10f1c1-10f1c9, U+10f1ce, U+10f1dc, U+10f1f8-10f1f9, U+10f219, U+10f249, U+10f271-10f274, U+10f29a, U+10f29e, U+10f2a7, U+10f2b6, U+10f2e1, U+10f2e3-10f2e5, U+10f2ec-10f2ed, U+10f2f2, U+10f2f4, U+10f2fa-10f2fc, U+10f306, U+10f312, U+10f316-10f31a, U+10f31c, U+10f327, U+10f333-10f335, U+10f3f4, U+10f3ff, U+10f45c, U+10f460, U+10f462, U+10f477-10f478, U+10f497, U+10f4ba, U+10f4d3, U+10f54c, U+10f553, U+10f559, U+10f56c-10f574, U+10f5bf, U+10f5c1, U+10f5f3, U+10f630-10f632, U+10f634, U+10f63e, U+10f641, U+10f659-10f65c, U+10f696, U+10f6a0, U+10f6b4, U+10f6bd, U+10f6dd, U+10f706, U+10f708-10f709, U+10f70d-10f710, U+10f714, U+10f71e-10f71f, U+10f736, U+10f76f-10f770, U+10f777, U+10f783-10f784, U+10f7a9, U+10f7c4, U+10f7d5, U+10f7d9, U+10f7dd, U+10f7fd, U+10f81c-10f81d, U+10f824, U+10f828-10f82a, U+10f856-10f857, U+10f865, U+10f879, U+10f87e, U+10f893-10f896;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.0.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.0.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2, U+10f001, U+10f02f, U+10f042, U+10f08e, U+10f091, U+10f0f3, U+10f104-10f105, U+10f11b, U+10f13d, U+10f149, U+10f1ac, U+10f1ec, U+10f223, U+10f225, U+10f22a-10f22c, U+10f24d, U+10f26c, U+10f29d, U+10f2eb, U+10f2ee, U+10f2f3, U+10f300, U+10f307, U+10f323-10f324, U+10f338, U+10f33d, U+10f35d, U+10f48a, U+10f4c0, U+10f569, U+10f5dc, U+10f5eb, U+10f601, U+10f61b, U+10f64c, U+10f65e, U+10f664, U+10f66a, U+10f68a, U+10f6c0-10f6c1, U+10f6df-10f6e1, U+10f6e8, U+10f6f9, U+10f70c, U+10f7a6, U+10f81a, U+10f89f-10f8a5, U+10f8a7-10f8b6, U+10f8b8-10f8c9, U+10f8cb-10f8d1, U+10f8d3-10f8dd, U+10f8df-10f8e0, U+10f8e2-10f8e7, U+10f8e9-10f8ed, U+10f8ef-10f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.1.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.1.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee, U+10f00d, U+10f048, U+10f051, U+10f0ac, U+10f0b0, U+10f118-10f11a, U+10f148, U+10f14e, U+10f155, U+10f186, U+10f19c, U+10f1eb, U+10f21a, U+10f221, U+10f22d, U+10f2bd, U+10f2e8, U+10f2f8, U+10f354, U+10f357, U+10f433-10f434, U+10f436, U+10f44e, U+10f45e, U+10f4c7, U+10f4da, U+10f4e3, U+10f51f, U+10f54e, U+10f556, U+10f567, U+10f579-10f57a, U+10f57c-10f585, U+10f587, U+10f589-10f58c, U+10f596-10f59c, U+10f5a4-10f5a5, U+10f5b3-10f5b4, U+10f5b8, U+10f5c0, U+10f5c2-10f5c3, U+10f5c8, U+10f5ce, U+10f5de, U+10f5e6, U+10f5ec, U+10f602, U+10f615-10f616, U+10f622, U+10f648-10f649, U+10f67c, U+10f69a, U+10f6aa-10f6ab, U+10f6ad, U+10f7a2, U+10f7a5, U+10f7b9-10f7ba, U+10f7ff, U+10f803, U+10f806, U+10f810, U+10f819, U+10f82b, U+10f87f, U+10f8de, U+10f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.2.eot);
  src: url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.2.woff) format("woff"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-duotone-900-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3, U+10f488, U+10f8b7, U+10f8f3;
}
/* line 9401, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

/* line 9407, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 9414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad:after {
  color: var(--fa-secondary-color, inherit);
}

/* line 9418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swap-opacity .fad:before, .fad.fa-swap-opacity:before, .fad:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 9423, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa-swap-opacity .fad:after, .fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 9428, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-inverse {
  color: #fff;
}

/* line 9432, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}

/* line 9436, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fw:before, .fad.fa-stack-1x:before, .fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 9442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-abacus:after {
  content: "􏙀";
}

/* line 9446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-acorn:after {
  content: "􏚮";
}

/* line 9450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ad:after {
  content: "􏙁";
}

/* line 9454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-address-book:after {
  content: "􏊹";
}

/* line 9458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-address-card:after {
  content: "􏊻";
}

/* line 9462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-adjust:after {
  content: "􏁂";
}

/* line 9466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-air-freshener:after {
  content: "􏗐";
}

/* line 9470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-alarm-clock:after {
  content: "􏍎";
}

/* line 9474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-alarm-exclamation:after {
  content: "􏡃";
}

/* line 9478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-alarm-plus:after {
  content: "􏡄";
}

/* line 9482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-alarm-snooze:after {
  content: "􏡅";
}

/* line 9486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-album:after {
  content: "􏢟";
}

/* line 9490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-album-collection:after {
  content: "􏢠";
}

/* line 9494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-alicorn:after {
  content: "􏚰";
}

/* line 9498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-align-center:after {
  content: "􏀷";
}

/* line 9502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-align-justify:after {
  content: "􏀹";
}

/* line 9506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-align-left:after {
  content: "􏀶";
}

/* line 9510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-align-right:after {
  content: "􏀸";
}

/* line 9514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-align-slash:after {
  content: "􏡆";
}

/* line 9518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-allergies:after {
  content: "􏑡";
}

/* line 9522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ambulance:after {
  content: "􏃹";
}

/* line 9526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣";
}

/* line 9530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-amp-guitar:after {
  content: "􏢡";
}

/* line 9534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-analytics:after {
  content: "􏙃";
}

/* line 9538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-anchor:after {
  content: "􏄽";
}

/* line 9542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angel:after {
  content: "􏝹";
}

/* line 9546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-double-down:after {
  content: "􏄃";
}

/* line 9550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-double-left:after {
  content: "􏄀";
}

/* line 9554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-double-right:after {
  content: "􏄁";
}

/* line 9558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-double-up:after {
  content: "􏄂";
}

/* line 9562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-down:after {
  content: "􏄇";
}

/* line 9566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-left:after {
  content: "􏄄";
}

/* line 9570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-right:after {
  content: "􏄅";
}

/* line 9574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angle-up:after {
  content: "􏄆";
}

/* line 9578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-angry:after {
  content: "􏕖";
}

/* line 9582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ankh:after {
  content: "􏙄";
}

/* line 9586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-apple-alt:after {
  content: "􏗑";
}

/* line 9590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-apple-crate:after {
  content: "􏚱";
}

/* line 9594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-archive:after {
  content: "􏆇";
}

/* line 9598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-archway:after {
  content: "􏕗";
}

/* line 9602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘";
}

/* line 9606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙";
}

/* line 9610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚";
}

/* line 9614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛";
}

/* line 9618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-down:after {
  content: "􏍔";
}

/* line 9622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆";
}

/* line 9626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-from-left:after {
  content: "􏍇";
}

/* line 9630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-from-right:after {
  content: "􏍈";
}

/* line 9634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-from-top:after {
  content: "􏍉";
}

/* line 9638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-left:after {
  content: "􏍕";
}

/* line 9642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-right:after {
  content: "􏍖";
}

/* line 9646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-square-down:after {
  content: "􏍐";
}

/* line 9650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-square-left:after {
  content: "􏍑";
}

/* line 9654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-square-right:after {
  content: "􏍒";
}

/* line 9658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-square-up:after {
  content: "􏍓";
}

/* line 9662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊";
}

/* line 9666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-to-left:after {
  content: "􏍋";
}

/* line 9670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-to-right:after {
  content: "􏍌";
}

/* line 9674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-to-top:after {
  content: "􏍍";
}

/* line 9678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-alt-up:after {
  content: "􏍗";
}

/* line 9682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-circle-down:after {
  content: "􏂫";
}

/* line 9686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-circle-left:after {
  content: "􏂨";
}

/* line 9690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-circle-right:after {
  content: "􏂩";
}

/* line 9694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-circle-up:after {
  content: "􏂪";
}

/* line 9698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-down:after {
  content: "􏁣";
}

/* line 9702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-from-bottom:after {
  content: "􏍂";
}

/* line 9706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-from-left:after {
  content: "􏍃";
}

/* line 9710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-from-right:after {
  content: "􏍄";
}

/* line 9714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-from-top:after {
  content: "􏍅";
}

/* line 9718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-left:after {
  content: "􏁠";
}

/* line 9722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-right:after {
  content: "􏁡";
}

/* line 9726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-square-down:after {
  content: "􏌹";
}

/* line 9730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-square-left:after {
  content: "􏌺";
}

/* line 9734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-square-right:after {
  content: "􏌻";
}

/* line 9738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-square-up:after {
  content: "􏌼";
}

/* line 9742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-to-bottom:after {
  content: "􏌽";
}

/* line 9746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-to-left:after {
  content: "􏌾";
}

/* line 9750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-to-right:after {
  content: "􏍀";
}

/* line 9754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-to-top:after {
  content: "􏍁";
}

/* line 9758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrow-up:after {
  content: "􏁢";
}

/* line 9762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrows:after {
  content: "􏁇";
}

/* line 9766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrows-alt:after {
  content: "􏂲";
}

/* line 9770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrows-alt-h:after {
  content: "􏌷";
}

/* line 9774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrows-alt-v:after {
  content: "􏌸";
}

/* line 9778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrows-h:after {
  content: "􏁾";
}

/* line 9782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-arrows-v:after {
  content: "􏁽";
}

/* line 9786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-assistive-listening-systems:after {
  content: "􏊢";
}

/* line 9790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-asterisk:after {
  content: "􏁩";
}

/* line 9794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-at:after {
  content: "􏇺";
}

/* line 9798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-atlas:after {
  content: "􏕘";
}

/* line 9802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-atom:after {
  content: "􏗒";
}

/* line 9806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-atom-alt:after {
  content: "􏗓";
}

/* line 9810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-audio-description:after {
  content: "􏊞";
}

/* line 9814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-award:after {
  content: "􏕙";
}

/* line 9818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-axe:after {
  content: "􏚲";
}

/* line 9822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-axe-battle:after {
  content: "􏚳";
}

/* line 9826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-baby:after {
  content: "􏝼";
}

/* line 9830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-baby-carriage:after {
  content: "􏝽";
}

/* line 9834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-backpack:after {
  content: "􏗔";
}

/* line 9838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-backspace:after {
  content: "􏕚";
}

/* line 9842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-backward:after {
  content: "􏁊";
}

/* line 9846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bacon:after {
  content: "􏟥";
}

/* line 9850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-badge:after {
  content: "􏌵";
}

/* line 9854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-badge-check:after {
  content: "􏌶";
}

/* line 9858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-badge-dollar:after {
  content: "􏙅";
}

/* line 9862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-badge-percent:after {
  content: "􏙆";
}

/* line 9866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-badge-sheriff:after {
  content: "􏢢";
}

/* line 9870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-badger-honey:after {
  content: "􏚴";
}

/* line 9874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bags-shopping:after {
  content: "􏡇";
}

/* line 9878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-balance-scale:after {
  content: "􏉎";
}

/* line 9882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-balance-scale-left:after {
  content: "􏔕";
}

/* line 9886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-balance-scale-right:after {
  content: "􏔖";
}

/* line 9890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ball-pile:after {
  content: "􏝾";
}

/* line 9894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ballot:after {
  content: "􏜲";
}

/* line 9898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ballot-check:after {
  content: "􏜳";
}

/* line 9902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ban:after {
  content: "􏁞";
}

/* line 9906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-band-aid:after {
  content: "􏑢";
}

/* line 9910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-banjo:after {
  content: "􏢣";
}

/* line 9914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-barcode:after {
  content: "􏀪";
}

/* line 9918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-barcode-alt:after {
  content: "􏑣";
}

/* line 9922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-barcode-read:after {
  content: "􏑤";
}

/* line 9926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-barcode-scan:after {
  content: "􏑥";
}

/* line 9930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bars:after {
  content: "􏃉";
}

/* line 9934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-baseball:after {
  content: "􏐲";
}

/* line 9938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-baseball-ball:after {
  content: "􏐳";
}

/* line 9942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-basketball-ball:after {
  content: "􏐴";
}

/* line 9946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-basketball-hoop:after {
  content: "􏐵";
}

/* line 9950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bat:after {
  content: "􏚵";
}

/* line 9954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bath:after {
  content: "􏋍";
}

/* line 9958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-bolt:after {
  content: "􏍶";
}

/* line 9962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-empty:after {
  content: "􏉄";
}

/* line 9966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-full:after {
  content: "􏉀";
}

/* line 9970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-half:after {
  content: "􏉂";
}

/* line 9974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-quarter:after {
  content: "􏉃";
}

/* line 9978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-slash:after {
  content: "􏍷";
}

/* line 9982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-battery-three-quarters:after {
  content: "􏉁";
}

/* line 9986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bed:after {
  content: "􏈶";
}

/* line 9990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-beer:after {
  content: "􏃼";
}

/* line 9994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bell:after {
  content: "􏃳";
}

/* line 9998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bell-exclamation:after {
  content: "􏡈";
}

/* line 10002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bell-plus:after {
  content: "􏡉";
}

/* line 10006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bell-school:after {
  content: "􏗕";
}

/* line 10010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bell-school-slash:after {
  content: "􏗖";
}

/* line 10014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bell-slash:after {
  content: "􏇶";
}

/* line 10018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bells:after {
  content: "􏝿";
}

/* line 10022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-betamax:after {
  content: "􏢤";
}

/* line 10026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bezier-curve:after {
  content: "􏕛";
}

/* line 10030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bible:after {
  content: "􏙇";
}

/* line 10034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bicycle:after {
  content: "􏈆";
}

/* line 10038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-biking:after {
  content: "􏡊";
}

/* line 10042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-biking-mountain:after {
  content: "􏡋";
}

/* line 10046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-binoculars:after {
  content: "􏇥";
}

/* line 10050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-biohazard:after {
  content: "􏞀";
}

/* line 10054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-birthday-cake:after {
  content: "􏇽";
}

/* line 10058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-blanket:after {
  content: "􏒘";
}

/* line 10062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-blender:after {
  content: "􏔗";
}

/* line 10066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-blender-phone:after {
  content: "􏚶";
}

/* line 10070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-blind:after {
  content: "􏊝";
}

/* line 10074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-blog:after {
  content: "􏞁";
}

/* line 10078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bold:after {
  content: "􏀲";
}

/* line 10082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bolt:after {
  content: "􏃧";
}

/* line 10086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bomb:after {
  content: "􏇢";
}

/* line 10090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bone:after {
  content: "􏗗";
}

/* line 10094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bone-break:after {
  content: "􏗘";
}

/* line 10098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bong:after {
  content: "􏕜";
}

/* line 10102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book:after {
  content: "􏀭";
}

/* line 10106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-alt:after {
  content: "􏗙";
}

/* line 10110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-dead:after {
  content: "􏚷";
}

/* line 10114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-heart:after {
  content: "􏒙";
}

/* line 10118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-medical:after {
  content: "􏟦";
}

/* line 10122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-open:after {
  content: "􏔘";
}

/* line 10126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-reader:after {
  content: "􏗚";
}

/* line 10130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-spells:after {
  content: "􏚸";
}

/* line 10134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-book-user:after {
  content: "􏟧";
}

/* line 10138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bookmark:after {
  content: "􏀮";
}

/* line 10142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-books:after {
  content: "􏗛";
}

/* line 10146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-books-medical:after {
  content: "􏟨";
}

/* line 10150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-boombox:after {
  content: "􏢥";
}

/* line 10154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-boot:after {
  content: "􏞂";
}

/* line 10158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-booth-curtain:after {
  content: "􏜴";
}

/* line 10162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-all:after {
  content: "􏡌";
}

/* line 10166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-bottom:after {
  content: "􏡍";
}

/* line 10170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-center-h:after {
  content: "􏢜";
}

/* line 10174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-center-v:after {
  content: "􏢝";
}

/* line 10178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-inner:after {
  content: "􏡎";
}

/* line 10182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-left:after {
  content: "􏡏";
}

/* line 10186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-none:after {
  content: "􏡐";
}

/* line 10190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-outer:after {
  content: "􏡑";
}

/* line 10194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-right:after {
  content: "􏡒";
}

/* line 10198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-style:after {
  content: "􏡓";
}

/* line 10202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-style-alt:after {
  content: "􏡔";
}

/* line 10206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-border-top:after {
  content: "􏡕";
}

/* line 10210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bow-arrow:after {
  content: "􏚹";
}

/* line 10214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bowling-ball:after {
  content: "􏐶";
}

/* line 10218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bowling-pins:after {
  content: "􏐷";
}

/* line 10222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box:after {
  content: "􏑦";
}

/* line 10226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-alt:after {
  content: "􏒚";
}

/* line 10230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-ballot:after {
  content: "􏜵";
}

/* line 10234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-check:after {
  content: "􏑧";
}

/* line 10238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-fragile:after {
  content: "􏒛";
}

/* line 10242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-full:after {
  content: "􏒜";
}

/* line 10246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-heart:after {
  content: "􏒝";
}

/* line 10250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-open:after {
  content: "􏒞";
}

/* line 10254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-up:after {
  content: "􏒟";
}

/* line 10258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-box-usd:after {
  content: "􏒠";
}

/* line 10262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-boxes:after {
  content: "􏑨";
}

/* line 10266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-boxes-alt:after {
  content: "􏒡";
}

/* line 10270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-boxing-glove:after {
  content: "􏐸";
}

/* line 10274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-brackets:after {
  content: "􏟩";
}

/* line 10278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-brackets-curly:after {
  content: "􏟪";
}

/* line 10282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-braille:after {
  content: "􏊡";
}

/* line 10286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-brain:after {
  content: "􏗜";
}

/* line 10290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bread-loaf:after {
  content: "􏟫";
}

/* line 10294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bread-slice:after {
  content: "􏟬";
}

/* line 10298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-briefcase:after {
  content: "􏂱";
}

/* line 10302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-briefcase-medical:after {
  content: "􏑩";
}

/* line 10306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bring-forward:after {
  content: "􏡖";
}

/* line 10310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bring-front:after {
  content: "􏡗";
}

/* line 10314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-broadcast-tower:after {
  content: "􏔙";
}

/* line 10318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-broom:after {
  content: "􏔚";
}

/* line 10322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-browser:after {
  content: "􏍾";
}

/* line 10326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-brush:after {
  content: "􏕝";
}

/* line 10330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bug:after {
  content: "􏆈";
}

/* line 10334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-building:after {
  content: "􏆭";
}

/* line 10338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bullhorn:after {
  content: "􏂡";
}

/* line 10342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bullseye:after {
  content: "􏅀";
}

/* line 10346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bullseye-arrow:after {
  content: "􏙈";
}

/* line 10350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bullseye-pointer:after {
  content: "􏙉";
}

/* line 10354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-burger-soda:after {
  content: "􏡘";
}

/* line 10358, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-burn:after {
  content: "􏑪";
}

/* line 10362, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-burrito:after {
  content: "􏟭";
}

/* line 10366, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bus:after {
  content: "􏈇";
}

/* line 10370, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bus-alt:after {
  content: "􏕞";
}

/* line 10374, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-bus-school:after {
  content: "􏗝";
}

/* line 10378, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-business-time:after {
  content: "􏙊";
}

/* line 10382, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cabinet-filing:after {
  content: "􏙋";
}

/* line 10386, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cactus:after {
  content: "􏢧";
}

/* line 10390, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calculator:after {
  content: "􏇬";
}

/* line 10394, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calculator-alt:after {
  content: "􏙌";
}

/* line 10398, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar:after {
  content: "􏄳";
}

/* line 10402, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-alt:after {
  content: "􏁳";
}

/* line 10406, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-check:after {
  content: "􏉴";
}

/* line 10410, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-day:after {
  content: "􏞃";
}

/* line 10414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-edit:after {
  content: "􏌳";
}

/* line 10418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-exclamation:after {
  content: "􏌴";
}

/* line 10422, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-minus:after {
  content: "􏉲";
}

/* line 10426, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-plus:after {
  content: "􏉱";
}

/* line 10430, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-star:after {
  content: "􏜶";
}

/* line 10434, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-times:after {
  content: "􏉳";
}

/* line 10438, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-calendar-week:after {
  content: "􏞄";
}

/* line 10442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-camcorder:after {
  content: "􏢨";
}

/* line 10446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-camera:after {
  content: "􏀰";
}

/* line 10450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-camera-alt:after {
  content: "􏌲";
}

/* line 10454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-camera-movie:after {
  content: "􏢩";
}

/* line 10458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-camera-polaroid:after {
  content: "􏢪";
}

/* line 10462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-camera-retro:after {
  content: "􏂃";
}

/* line 10466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-campfire:after {
  content: "􏚺";
}

/* line 10470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-campground:after {
  content: "􏚻";
}

/* line 10474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-candle-holder:after {
  content: "􏚼";
}

/* line 10478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-candy-cane:after {
  content: "􏞆";
}

/* line 10482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-candy-corn:after {
  content: "􏚽";
}

/* line 10486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cannabis:after {
  content: "􏕟";
}

/* line 10490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-capsules:after {
  content: "􏑫";
}

/* line 10494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car:after {
  content: "􏆹";
}

/* line 10498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-alt:after {
  content: "􏗞";
}

/* line 10502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-battery:after {
  content: "􏗟";
}

/* line 10506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-building:after {
  content: "􏡙";
}

/* line 10510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-bump:after {
  content: "􏗠";
}

/* line 10514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-bus:after {
  content: "􏡚";
}

/* line 10518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-crash:after {
  content: "􏗡";
}

/* line 10522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-garage:after {
  content: "􏗢";
}

/* line 10526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-mechanic:after {
  content: "􏗣";
}

/* line 10530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-side:after {
  content: "􏗤";
}

/* line 10534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-tilt:after {
  content: "􏗥";
}

/* line 10538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-car-wash:after {
  content: "􏗦";
}

/* line 10542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-circle-down:after {
  content: "􏌭";
}

/* line 10546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-circle-left:after {
  content: "􏌮";
}

/* line 10550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-circle-right:after {
  content: "􏌰";
}

/* line 10554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-circle-up:after {
  content: "􏌱";
}

/* line 10558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-down:after {
  content: "􏃗";
}

/* line 10562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-left:after {
  content: "􏃙";
}

/* line 10566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-right:after {
  content: "􏃚";
}

/* line 10570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-square-down:after {
  content: "􏅐";
}

/* line 10574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-square-left:after {
  content: "􏆑";
}

/* line 10578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-square-right:after {
  content: "􏅒";
}

/* line 10582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-square-up:after {
  content: "􏅑";
}

/* line 10586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-caret-up:after {
  content: "􏃘";
}

/* line 10590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-carrot:after {
  content: "􏞇";
}

/* line 10594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cars:after {
  content: "􏡛";
}

/* line 10598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cart-arrow-down:after {
  content: "􏈘";
}

/* line 10602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cart-plus:after {
  content: "􏈗";
}

/* line 10606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cash-register:after {
  content: "􏞈";
}

/* line 10610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cassette-tape:after {
  content: "􏢫";
}

/* line 10614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cat:after {
  content: "􏚾";
}

/* line 10618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cauldron:after {
  content: "􏚿";
}

/* line 10622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cctv:after {
  content: "􏢬";
}

/* line 10626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-certificate:after {
  content: "􏂣";
}

/* line 10630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chair:after {
  content: "􏛀";
}

/* line 10634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chair-office:after {
  content: "􏛁";
}

/* line 10638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chalkboard:after {
  content: "􏔛";
}

/* line 10642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chalkboard-teacher:after {
  content: "􏔜";
}

/* line 10646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-charging-station:after {
  content: "􏗧";
}

/* line 10650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-area:after {
  content: "􏇾";
}

/* line 10654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-bar:after {
  content: "􏂀";
}

/* line 10658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-line:after {
  content: "􏈁";
}

/* line 10662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-line-down:after {
  content: "􏙍";
}

/* line 10666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-network:after {
  content: "􏞊";
}

/* line 10670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-pie:after {
  content: "􏈀";
}

/* line 10674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-pie-alt:after {
  content: "􏙎";
}

/* line 10678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chart-scatter:after {
  content: "􏟮";
}

/* line 10682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-check:after {
  content: "􏀌";
}

/* line 10686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-check-circle:after {
  content: "􏁘";
}

/* line 10690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-check-double:after {
  content: "􏕠";
}

/* line 10694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-check-square:after {
  content: "􏅊";
}

/* line 10698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cheese:after {
  content: "􏟯";
}

/* line 10702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cheese-swiss:after {
  content: "􏟰";
}

/* line 10706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cheeseburger:after {
  content: "􏟱";
}

/* line 10710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess:after {
  content: "􏐹";
}

/* line 10714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-bishop:after {
  content: "􏐺";
}

/* line 10718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-bishop-alt:after {
  content: "􏐻";
}

/* line 10722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-board:after {
  content: "􏐼";
}

/* line 10726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-clock:after {
  content: "􏐽";
}

/* line 10730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-clock-alt:after {
  content: "􏐾";
}

/* line 10734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-king:after {
  content: "􏐿";
}

/* line 10738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-king-alt:after {
  content: "􏑀";
}

/* line 10742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-knight:after {
  content: "􏑁";
}

/* line 10746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-knight-alt:after {
  content: "􏑂";
}

/* line 10750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-pawn:after {
  content: "􏑃";
}

/* line 10754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-pawn-alt:after {
  content: "􏑄";
}

/* line 10758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-queen:after {
  content: "􏑅";
}

/* line 10762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-queen-alt:after {
  content: "􏑆";
}

/* line 10766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-rook:after {
  content: "􏑇";
}

/* line 10770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chess-rook-alt:after {
  content: "􏑈";
}

/* line 10774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-circle-down:after {
  content: "􏄺";
}

/* line 10778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-circle-left:after {
  content: "􏄷";
}

/* line 10782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-circle-right:after {
  content: "􏄸";
}

/* line 10786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-circle-up:after {
  content: "􏄹";
}

/* line 10790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-double-down:after {
  content: "􏌢";
}

/* line 10794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-double-left:after {
  content: "􏌣";
}

/* line 10798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-double-right:after {
  content: "􏌤";
}

/* line 10802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-double-up:after {
  content: "􏌥";
}

/* line 10806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-down:after {
  content: "􏁸";
}

/* line 10810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-left:after {
  content: "􏁓";
}

/* line 10814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-right:after {
  content: "􏁔";
}

/* line 10818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-square-down:after {
  content: "􏌩";
}

/* line 10822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-square-left:after {
  content: "􏌪";
}

/* line 10826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-square-right:after {
  content: "􏌫";
}

/* line 10830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-square-up:after {
  content: "􏌬";
}

/* line 10834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chevron-up:after {
  content: "􏁷";
}

/* line 10838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-child:after {
  content: "􏆮";
}

/* line 10842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-chimney:after {
  content: "􏞋";
}

/* line 10846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-church:after {
  content: "􏔝";
}

/* line 10850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-circle:after {
  content: "􏄑";
}

/* line 10854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-circle-notch:after {
  content: "􏇎";
}

/* line 10858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-city:after {
  content: "􏙏";
}

/* line 10862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clarinet:after {
  content: "􏢭";
}

/* line 10866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-claw-marks:after {
  content: "􏛂";
}

/* line 10870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clinic-medical:after {
  content: "􏟲";
}

/* line 10874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clipboard:after {
  content: "􏌨";
}

/* line 10878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clipboard-check:after {
  content: "􏑬";
}

/* line 10882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clipboard-list:after {
  content: "􏑭";
}

/* line 10886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clipboard-list-check:after {
  content: "􏜷";
}

/* line 10890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clipboard-prescription:after {
  content: "􏗨";
}

/* line 10894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clipboard-user:after {
  content: "􏟳";
}

/* line 10898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clock:after {
  content: "􏀗";
}

/* line 10902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clone:after {
  content: "􏉍";
}

/* line 10906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-closed-captioning:after {
  content: "􏈊";
}

/* line 10910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud:after {
  content: "􏃂";
}

/* line 10914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-download:after {
  content: "􏃭";
}

/* line 10918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-download-alt:after {
  content: "􏎁";
}

/* line 10922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-drizzle:after {
  content: "􏜸";
}

/* line 10926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-hail:after {
  content: "􏜹";
}

/* line 10930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-hail-mixed:after {
  content: "􏜺";
}

/* line 10934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-meatball:after {
  content: "􏜻";
}

/* line 10938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-moon:after {
  content: "􏛃";
}

/* line 10942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-moon-rain:after {
  content: "􏜼";
}

/* line 10946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-music:after {
  content: "􏢮";
}

/* line 10950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-rain:after {
  content: "􏜽";
}

/* line 10954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-rainbow:after {
  content: "􏜾";
}

/* line 10958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-showers:after {
  content: "􏜿";
}

/* line 10962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-showers-heavy:after {
  content: "􏝀";
}

/* line 10966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-sleet:after {
  content: "􏝁";
}

/* line 10970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-snow:after {
  content: "􏝂";
}

/* line 10974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-sun:after {
  content: "􏛄";
}

/* line 10978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-sun-rain:after {
  content: "􏝃";
}

/* line 10982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-upload:after {
  content: "􏃮";
}

/* line 10986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cloud-upload-alt:after {
  content: "􏎂";
}

/* line 10990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clouds:after {
  content: "􏝄";
}

/* line 10994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clouds-moon:after {
  content: "􏝅";
}

/* line 10998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-clouds-sun:after {
  content: "􏝆";
}

/* line 11002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-club:after {
  content: "􏌧";
}

/* line 11006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cocktail:after {
  content: "􏕡";
}

/* line 11010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-code:after {
  content: "􏄡";
}

/* line 11014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-code-branch:after {
  content: "􏄦";
}

/* line 11018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-code-commit:after {
  content: "􏎆";
}

/* line 11022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-code-merge:after {
  content: "􏎇";
}

/* line 11026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-coffee:after {
  content: "􏃴";
}

/* line 11030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-coffee-togo:after {
  content: "􏛅";
}

/* line 11034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-coffin:after {
  content: "􏛆";
}

/* line 11038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cog:after {
  content: "􏀓";
}

/* line 11042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cogs:after {
  content: "􏂅";
}

/* line 11046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-coin:after {
  content: "􏡜";
}

/* line 11050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-coins:after {
  content: "􏔞";
}

/* line 11054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-columns:after {
  content: "􏃛";
}

/* line 11058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment:after {
  content: "􏁵";
}

/* line 11062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt:after {
  content: "􏉺";
}

/* line 11066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-check:after {
  content: "􏒢";
}

/* line 11070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-dollar:after {
  content: "􏙐";
}

/* line 11074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-dots:after {
  content: "􏒣";
}

/* line 11078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-edit:after {
  content: "􏒤";
}

/* line 11082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-exclamation:after {
  content: "􏒥";
}

/* line 11086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-lines:after {
  content: "􏒦";
}

/* line 11090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-medical:after {
  content: "􏟴";
}

/* line 11094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-minus:after {
  content: "􏒧";
}

/* line 11098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-music:after {
  content: "􏢯";
}

/* line 11102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-plus:after {
  content: "􏒨";
}

/* line 11106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-slash:after {
  content: "􏒩";
}

/* line 11110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-smile:after {
  content: "􏒪";
}

/* line 11114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-alt-times:after {
  content: "􏒫";
}

/* line 11118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-check:after {
  content: "􏒬";
}

/* line 11122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-dollar:after {
  content: "􏙑";
}

/* line 11126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-dots:after {
  content: "􏒭";
}

/* line 11130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-edit:after {
  content: "􏒮";
}

/* line 11134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-exclamation:after {
  content: "􏒯";
}

/* line 11138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-lines:after {
  content: "􏒰";
}

/* line 11142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-medical:after {
  content: "􏟵";
}

/* line 11146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-minus:after {
  content: "􏒱";
}

/* line 11150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-music:after {
  content: "􏢰";
}

/* line 11154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-plus:after {
  content: "􏒲";
}

/* line 11158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-slash:after {
  content: "􏒳";
}

/* line 11162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-smile:after {
  content: "􏒴";
}

/* line 11166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comment-times:after {
  content: "􏒵";
}

/* line 11170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comments:after {
  content: "􏂆";
}

/* line 11174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comments-alt:after {
  content: "􏒶";
}

/* line 11178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comments-alt-dollar:after {
  content: "􏙒";
}

/* line 11182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-comments-dollar:after {
  content: "􏙓";
}

/* line 11186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compact-disc:after {
  content: "􏔟";
}

/* line 11190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compass:after {
  content: "􏅎";
}

/* line 11194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compass-slash:after {
  content: "􏗩";
}

/* line 11198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compress:after {
  content: "􏁦";
}

/* line 11202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compress-alt:after {
  content: "􏐢";
}

/* line 11206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compress-arrows-alt:after {
  content: "􏞌";
}

/* line 11210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-compress-wide:after {
  content: "􏌦";
}

/* line 11214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-computer-classic:after {
  content: "􏢱";
}

/* line 11218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-computer-speaker:after {
  content: "􏢲";
}

/* line 11222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-concierge-bell:after {
  content: "􏕢";
}

/* line 11226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-construction:after {
  content: "􏡝";
}

/* line 11230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-container-storage:after {
  content: "􏒷";
}

/* line 11234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-conveyor-belt:after {
  content: "􏑮";
}

/* line 11238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-conveyor-belt-alt:after {
  content: "􏑯";
}

/* line 11242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cookie:after {
  content: "􏕣";
}

/* line 11246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cookie-bite:after {
  content: "􏕤";
}

/* line 11250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-copy:after {
  content: "􏃅";
}

/* line 11254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-copyright:after {
  content: "􏇹";
}

/* line 11258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-corn:after {
  content: "􏛇";
}

/* line 11262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-couch:after {
  content: "􏒸";
}

/* line 11266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cow:after {
  content: "􏛈";
}

/* line 11270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cowbell:after {
  content: "􏢳";
}

/* line 11274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cowbell-more:after {
  content: "􏢴";
}

/* line 11278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-credit-card:after {
  content: "􏂝";
}

/* line 11282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-credit-card-blank:after {
  content: "􏎉";
}

/* line 11286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-credit-card-front:after {
  content: "􏎊";
}

/* line 11290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cricket:after {
  content: "􏑉";
}

/* line 11294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-croissant:after {
  content: "􏟶";
}

/* line 11298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crop:after {
  content: "􏄥";
}

/* line 11302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crop-alt:after {
  content: "􏕥";
}

/* line 11306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cross:after {
  content: "􏙔";
}

/* line 11310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crosshairs:after {
  content: "􏁛";
}

/* line 11314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crow:after {
  content: "􏔠";
}

/* line 11318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crown:after {
  content: "􏔡";
}

/* line 11322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crutch:after {
  content: "􏟷";
}

/* line 11326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-crutches:after {
  content: "􏟸";
}

/* line 11330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cube:after {
  content: "􏆲";
}

/* line 11334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cubes:after {
  content: "􏆳";
}

/* line 11338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-curling:after {
  content: "􏑊";
}

/* line 11342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-cut:after {
  content: "􏃄";
}

/* line 11346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dagger:after {
  content: "􏛋";
}

/* line 11350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-database:after {
  content: "􏇀";
}

/* line 11354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-deaf:after {
  content: "􏊤";
}

/* line 11358, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-debug:after {
  content: "􏟹";
}

/* line 11362, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-deer:after {
  content: "􏞎";
}

/* line 11366, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-deer-rudolph:after {
  content: "􏞏";
}

/* line 11370, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-democrat:after {
  content: "􏝇";
}

/* line 11374, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-desktop:after {
  content: "􏄈";
}

/* line 11378, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-desktop-alt:after {
  content: "􏎐";
}

/* line 11382, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dewpoint:after {
  content: "􏝈";
}

/* line 11386, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dharmachakra:after {
  content: "􏙕";
}

/* line 11390, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-diagnoses:after {
  content: "􏑰";
}

/* line 11394, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-diamond:after {
  content: "􏈙";
}

/* line 11398, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice:after {
  content: "􏔢";
}

/* line 11402, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-d10:after {
  content: "􏛍";
}

/* line 11406, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-d12:after {
  content: "􏛎";
}

/* line 11410, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-d20:after {
  content: "􏛏";
}

/* line 11414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-d4:after {
  content: "􏛐";
}

/* line 11418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-d6:after {
  content: "􏛑";
}

/* line 11422, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-d8:after {
  content: "􏛒";
}

/* line 11426, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-five:after {
  content: "􏔣";
}

/* line 11430, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-four:after {
  content: "􏔤";
}

/* line 11434, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-one:after {
  content: "􏔥";
}

/* line 11438, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-six:after {
  content: "􏔦";
}

/* line 11442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-three:after {
  content: "􏔧";
}

/* line 11446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dice-two:after {
  content: "􏔨";
}

/* line 11450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-digging:after {
  content: "􏡞";
}

/* line 11454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-digital-tachograph:after {
  content: "􏕦";
}

/* line 11458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-diploma:after {
  content: "􏗪";
}

/* line 11462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-directions:after {
  content: "􏗫";
}

/* line 11466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-disc-drive:after {
  content: "􏢵";
}

/* line 11470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-disease:after {
  content: "􏟺";
}

/* line 11474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-divide:after {
  content: "􏔩";
}

/* line 11478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dizzy:after {
  content: "􏕧";
}

/* line 11482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dna:after {
  content: "􏑱";
}

/* line 11486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-do-not-enter:after {
  content: "􏗬";
}

/* line 11490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dog:after {
  content: "􏛓";
}

/* line 11494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dog-leashed:after {
  content: "􏛔";
}

/* line 11498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dollar-sign:after {
  content: "􏅕";
}

/* line 11502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dolly:after {
  content: "􏑲";
}

/* line 11506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dolly-empty:after {
  content: "􏑳";
}

/* line 11510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dolly-flatbed:after {
  content: "􏑴";
}

/* line 11514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵";
}

/* line 11518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶";
}

/* line 11522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-donate:after {
  content: "􏒹";
}

/* line 11526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-door-closed:after {
  content: "􏔪";
}

/* line 11530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-door-open:after {
  content: "􏔫";
}

/* line 11534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dot-circle:after {
  content: "􏆒";
}

/* line 11538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dove:after {
  content: "􏒺";
}

/* line 11542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-download:after {
  content: "􏀙";
}

/* line 11546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drafting-compass:after {
  content: "􏕨";
}

/* line 11550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dragon:after {
  content: "􏛕";
}

/* line 11554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-draw-circle:after {
  content: "􏗭";
}

/* line 11558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-draw-polygon:after {
  content: "􏗮";
}

/* line 11562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-draw-square:after {
  content: "􏗯";
}

/* line 11566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dreidel:after {
  content: "􏞒";
}

/* line 11570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drone:after {
  content: "􏡟";
}

/* line 11574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drone-alt:after {
  content: "􏡠";
}

/* line 11578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drum:after {
  content: "􏕩";
}

/* line 11582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drum-steelpan:after {
  content: "􏕪";
}

/* line 11586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drumstick:after {
  content: "􏛖";
}

/* line 11590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-drumstick-bite:after {
  content: "􏛗";
}

/* line 11594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dryer:after {
  content: "􏡡";
}

/* line 11598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dryer-alt:after {
  content: "􏡢";
}

/* line 11602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-duck:after {
  content: "􏛘";
}

/* line 11606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dumbbell:after {
  content: "􏑋";
}

/* line 11610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dumpster:after {
  content: "􏞓";
}

/* line 11614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dumpster-fire:after {
  content: "􏞔";
}

/* line 11618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-dungeon:after {
  content: "􏛙";
}

/* line 11622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ear:after {
  content: "􏗰";
}

/* line 11626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ear-muffs:after {
  content: "􏞕";
}

/* line 11630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eclipse:after {
  content: "􏝉";
}

/* line 11634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eclipse-alt:after {
  content: "􏝊";
}

/* line 11638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-edit:after {
  content: "􏁄";
}

/* line 11642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-egg:after {
  content: "􏟻";
}

/* line 11646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-egg-fried:after {
  content: "􏟼";
}

/* line 11650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eject:after {
  content: "􏁒";
}

/* line 11654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-elephant:after {
  content: "􏛚";
}

/* line 11658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ellipsis-h:after {
  content: "􏅁";
}

/* line 11662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ellipsis-h-alt:after {
  content: "􏎛";
}

/* line 11666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ellipsis-v:after {
  content: "􏅂";
}

/* line 11670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ellipsis-v-alt:after {
  content: "􏎜";
}

/* line 11674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-empty-set:after {
  content: "􏙖";
}

/* line 11678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-engine-warning:after {
  content: "􏗲";
}

/* line 11682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-envelope:after {
  content: "􏃠";
}

/* line 11686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-envelope-open:after {
  content: "􏊶";
}

/* line 11690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-envelope-open-dollar:after {
  content: "􏙗";
}

/* line 11694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-envelope-open-text:after {
  content: "􏙘";
}

/* line 11698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-envelope-square:after {
  content: "􏆙";
}

/* line 11702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-equals:after {
  content: "􏔬";
}

/* line 11706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eraser:after {
  content: "􏄭";
}

/* line 11710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ethernet:after {
  content: "􏞖";
}

/* line 11714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-euro-sign:after {
  content: "􏅓";
}

/* line 11718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-exchange:after {
  content: "􏃬";
}

/* line 11722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-exchange-alt:after {
  content: "􏍢";
}

/* line 11726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-exclamation:after {
  content: "􏄪";
}

/* line 11730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-exclamation-circle:after {
  content: "􏁪";
}

/* line 11734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-exclamation-square:after {
  content: "􏌡";
}

/* line 11738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-exclamation-triangle:after {
  content: "􏁱";
}

/* line 11742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-expand:after {
  content: "􏁥";
}

/* line 11746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-expand-alt:after {
  content: "􏐤";
}

/* line 11750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-expand-arrows:after {
  content: "􏌝";
}

/* line 11754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-expand-arrows-alt:after {
  content: "􏌞";
}

/* line 11758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-expand-wide:after {
  content: "􏌠";
}

/* line 11762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-external-link:after {
  content: "􏂎";
}

/* line 11766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-external-link-alt:after {
  content: "􏍝";
}

/* line 11770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-external-link-square:after {
  content: "􏅌";
}

/* line 11774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-external-link-square-alt:after {
  content: "􏍠";
}

/* line 11778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eye:after {
  content: "􏁮";
}

/* line 11782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eye-dropper:after {
  content: "􏇻";
}

/* line 11786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eye-evil:after {
  content: "􏛛";
}

/* line 11790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-eye-slash:after {
  content: "􏁰";
}

/* line 11794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fan:after {
  content: "􏡣";
}

/* line 11798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-farm:after {
  content: "􏡤";
}

/* line 11802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fast-backward:after {
  content: "􏁉";
}

/* line 11806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fast-forward:after {
  content: "􏁐";
}

/* line 11810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fax:after {
  content: "􏆬";
}

/* line 11814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-feather:after {
  content: "􏔭";
}

/* line 11818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-feather-alt:after {
  content: "􏕫";
}

/* line 11822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-female:after {
  content: "􏆂";
}

/* line 11826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-field-hockey:after {
  content: "􏑌";
}

/* line 11830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fighter-jet:after {
  content: "􏃻";
}

/* line 11834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file:after {
  content: "􏅛";
}

/* line 11838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-alt:after {
  content: "􏅜";
}

/* line 11842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-archive:after {
  content: "􏇆";
}

/* line 11846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-audio:after {
  content: "􏇇";
}

/* line 11850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-certificate:after {
  content: "􏗳";
}

/* line 11854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-chart-line:after {
  content: "􏙙";
}

/* line 11858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-chart-pie:after {
  content: "􏙚";
}

/* line 11862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-check:after {
  content: "􏌖";
}

/* line 11866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-code:after {
  content: "􏇉";
}

/* line 11870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-contract:after {
  content: "􏕬";
}

/* line 11874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-csv:after {
  content: "􏛝";
}

/* line 11878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-download:after {
  content: "􏕭";
}

/* line 11882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-edit:after {
  content: "􏌜";
}

/* line 11886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-excel:after {
  content: "􏇃";
}

/* line 11890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-exclamation:after {
  content: "􏌚";
}

/* line 11894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-export:after {
  content: "􏕮";
}

/* line 11898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-image:after {
  content: "􏇅";
}

/* line 11902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-import:after {
  content: "􏕯";
}

/* line 11906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-invoice:after {
  content: "􏕰";
}

/* line 11910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-invoice-dollar:after {
  content: "􏕱";
}

/* line 11914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-medical:after {
  content: "􏑷";
}

/* line 11918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-medical-alt:after {
  content: "􏑸";
}

/* line 11922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-minus:after {
  content: "􏌘";
}

/* line 11926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-music:after {
  content: "􏢶";
}

/* line 11930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-pdf:after {
  content: "􏇁";
}

/* line 11934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-plus:after {
  content: "􏌙";
}

/* line 11938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-powerpoint:after {
  content: "􏇄";
}

/* line 11942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-prescription:after {
  content: "􏕲";
}

/* line 11946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-search:after {
  content: "􏡥";
}

/* line 11950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-signature:after {
  content: "􏕳";
}

/* line 11954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-spreadsheet:after {
  content: "􏙛";
}

/* line 11958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-times:after {
  content: "􏌗";
}

/* line 11962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-upload:after {
  content: "􏕴";
}

/* line 11966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-user:after {
  content: "􏙜";
}

/* line 11970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-video:after {
  content: "􏇈";
}

/* line 11974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-file-word:after {
  content: "􏇂";
}

/* line 11978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-files-medical:after {
  content: "􏟽";
}

/* line 11982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fill:after {
  content: "􏕵";
}

/* line 11986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fill-drip:after {
  content: "􏕶";
}

/* line 11990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-film:after {
  content: "􏀈";
}

/* line 11994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-film-alt:after {
  content: "􏎠";
}

/* line 11998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-film-canister:after {
  content: "􏢷";
}

/* line 12002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-filter:after {
  content: "􏂰";
}

/* line 12006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fingerprint:after {
  content: "􏕷";
}

/* line 12010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fire:after {
  content: "􏁭";
}

/* line 12014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fire-alt:after {
  content: "􏟤";
}

/* line 12018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fire-extinguisher:after {
  content: "􏄴";
}

/* line 12022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fire-smoke:after {
  content: "􏝋";
}

/* line 12026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fireplace:after {
  content: "􏞚";
}

/* line 12030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-first-aid:after {
  content: "􏑹";
}

/* line 12034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fish:after {
  content: "􏕸";
}

/* line 12038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fish-cooked:after {
  content: "􏟾";
}

/* line 12042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fist-raised:after {
  content: "􏛞";
}

/* line 12046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flag:after {
  content: "􏀤";
}

/* line 12050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flag-alt:after {
  content: "􏝌";
}

/* line 12054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flag-checkered:after {
  content: "􏄞";
}

/* line 12058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flag-usa:after {
  content: "􏝍";
}

/* line 12062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flame:after {
  content: "􏛟";
}

/* line 12066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flashlight:after {
  content: "􏢸";
}

/* line 12070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flask:after {
  content: "􏃃";
}

/* line 12074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flask-poison:after {
  content: "􏛠";
}

/* line 12078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flask-potion:after {
  content: "􏛡";
}

/* line 12082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flower:after {
  content: "􏟿";
}

/* line 12086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flower-daffodil:after {
  content: "􏠀";
}

/* line 12090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flower-tulip:after {
  content: "􏠁";
}

/* line 12094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flushed:after {
  content: "􏕹";
}

/* line 12098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flute:after {
  content: "􏢹";
}

/* line 12102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-flux-capacitor:after {
  content: "􏢺";
}

/* line 12106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fog:after {
  content: "􏝎";
}

/* line 12110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folder:after {
  content: "􏁻";
}

/* line 12114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folder-minus:after {
  content: "􏙝";
}

/* line 12118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folder-open:after {
  content: "􏁼";
}

/* line 12122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folder-plus:after {
  content: "􏙞";
}

/* line 12126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folder-times:after {
  content: "􏙟";
}

/* line 12130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folder-tree:after {
  content: "􏠂";
}

/* line 12134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-folders:after {
  content: "􏙠";
}

/* line 12138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-font:after {
  content: "􏀱";
}

/* line 12142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-font-awesome-logo-full:after {
  content: "􏓦";
}

/* line 12146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-font-case:after {
  content: "􏡦";
}

/* line 12150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-football-ball:after {
  content: "􏑎";
}

/* line 12154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-football-helmet:after {
  content: "􏑏";
}

/* line 12158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-forklift:after {
  content: "􏑺";
}

/* line 12162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-forward:after {
  content: "􏁎";
}

/* line 12166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-fragile:after {
  content: "􏒻";
}

/* line 12170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-french-fries:after {
  content: "􏠃";
}

/* line 12174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-frog:after {
  content: "􏔮";
}

/* line 12178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-frosty-head:after {
  content: "􏞛";
}

/* line 12182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-frown:after {
  content: "􏄙";
}

/* line 12186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-frown-open:after {
  content: "􏕺";
}

/* line 12190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-function:after {
  content: "􏙡";
}

/* line 12194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-funnel-dollar:after {
  content: "􏙢";
}

/* line 12198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-futbol:after {
  content: "􏇣";
}

/* line 12202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-game-board:after {
  content: "􏡧";
}

/* line 12206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-game-board-alt:after {
  content: "􏡨";
}

/* line 12210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-game-console-handheld:after {
  content: "􏢻";
}

/* line 12214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gamepad:after {
  content: "􏄛";
}

/* line 12218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gamepad-alt:after {
  content: "􏢼";
}

/* line 12222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gas-pump:after {
  content: "􏔯";
}

/* line 12226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gas-pump-slash:after {
  content: "􏗴";
}

/* line 12230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gavel:after {
  content: "􏃣";
}

/* line 12234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gem:after {
  content: "􏎥";
}

/* line 12238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-genderless:after {
  content: "􏈭";
}

/* line 12242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ghost:after {
  content: "􏛢";
}

/* line 12246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gift:after {
  content: "􏁫";
}

/* line 12250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gift-card:after {
  content: "􏙣";
}

/* line 12254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gifts:after {
  content: "􏞜";
}

/* line 12258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gingerbread-man:after {
  content: "􏞝";
}

/* line 12262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass:after {
  content: "􏠄";
}

/* line 12266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-champagne:after {
  content: "􏞞";
}

/* line 12270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-cheers:after {
  content: "􏞟";
}

/* line 12274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-citrus:after {
  content: "􏡩";
}

/* line 12278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-martini:after {
  content: "􏀀";
}

/* line 12282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-martini-alt:after {
  content: "􏕻";
}

/* line 12286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-whiskey:after {
  content: "􏞠";
}

/* line 12290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡";
}

/* line 12294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glasses:after {
  content: "􏔰";
}

/* line 12298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-glasses-alt:after {
  content: "􏗵";
}

/* line 12302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe:after {
  content: "􏂬";
}

/* line 12306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe-africa:after {
  content: "􏕼";
}

/* line 12310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe-americas:after {
  content: "􏕽";
}

/* line 12314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe-asia:after {
  content: "􏕾";
}

/* line 12318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe-europe:after {
  content: "􏞢";
}

/* line 12322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe-snow:after {
  content: "􏞣";
}

/* line 12326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-globe-stand:after {
  content: "􏗶";
}

/* line 12330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-golf-ball:after {
  content: "􏑐";
}

/* line 12334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-golf-club:after {
  content: "􏑑";
}

/* line 12338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gopuram:after {
  content: "􏙤";
}

/* line 12342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-graduation-cap:after {
  content: "􏆝";
}

/* line 12346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-gramophone:after {
  content: "􏢽";
}

/* line 12350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-greater-than:after {
  content: "􏔱";
}

/* line 12354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-greater-than-equal:after {
  content: "􏔲";
}

/* line 12358, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grimace:after {
  content: "􏕿";
}

/* line 12362, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin:after {
  content: "􏖀";
}

/* line 12366, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-alt:after {
  content: "􏖁";
}

/* line 12370, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-beam:after {
  content: "􏖂";
}

/* line 12374, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-beam-sweat:after {
  content: "􏖃";
}

/* line 12378, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-hearts:after {
  content: "􏖄";
}

/* line 12382, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-squint:after {
  content: "􏖅";
}

/* line 12386, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-squint-tears:after {
  content: "􏖆";
}

/* line 12390, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-stars:after {
  content: "􏖇";
}

/* line 12394, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-tears:after {
  content: "􏖈";
}

/* line 12398, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-tongue:after {
  content: "􏖉";
}

/* line 12402, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-tongue-squint:after {
  content: "􏖊";
}

/* line 12406, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-tongue-wink:after {
  content: "􏖋";
}

/* line 12410, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grin-wink:after {
  content: "􏖌";
}

/* line 12414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grip-horizontal:after {
  content: "􏖍";
}

/* line 12418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grip-lines:after {
  content: "􏞤";
}

/* line 12422, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grip-lines-vertical:after {
  content: "􏞥";
}

/* line 12426, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-grip-vertical:after {
  content: "􏖎";
}

/* line 12430, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-guitar:after {
  content: "􏞦";
}

/* line 12434, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-guitar-electric:after {
  content: "􏢾";
}

/* line 12438, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-guitars:after {
  content: "􏢿";
}

/* line 12442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-h-square:after {
  content: "􏃽";
}

/* line 12446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-h1:after {
  content: "􏌓";
}

/* line 12450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-h2:after {
  content: "􏌔";
}

/* line 12454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-h3:after {
  content: "􏌕";
}

/* line 12458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-h4:after {
  content: "􏡪";
}

/* line 12462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hamburger:after {
  content: "􏠅";
}

/* line 12466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hammer:after {
  content: "􏛣";
}

/* line 12470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hammer-war:after {
  content: "􏛤";
}

/* line 12474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hamsa:after {
  content: "􏙥";
}

/* line 12478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-heart:after {
  content: "􏒼";
}

/* line 12482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding:after {
  content: "􏒽";
}

/* line 12486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding-box:after {
  content: "􏑻";
}

/* line 12490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding-heart:after {
  content: "􏒾";
}

/* line 12494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding-magic:after {
  content: "􏛥";
}

/* line 12498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding-seedling:after {
  content: "􏒿";
}

/* line 12502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding-usd:after {
  content: "􏓀";
}

/* line 12506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-holding-water:after {
  content: "􏓁";
}

/* line 12510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-lizard:after {
  content: "􏉘";
}

/* line 12514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-middle-finger:after {
  content: "􏠆";
}

/* line 12518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-paper:after {
  content: "􏉖";
}

/* line 12522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-peace:after {
  content: "􏉛";
}

/* line 12526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-point-down:after {
  content: "􏂧";
}

/* line 12530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-point-left:after {
  content: "􏂥";
}

/* line 12534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-point-right:after {
  content: "􏂤";
}

/* line 12538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-point-up:after {
  content: "􏂦";
}

/* line 12542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-pointer:after {
  content: "􏉚";
}

/* line 12546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-receiving:after {
  content: "􏑼";
}

/* line 12550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-rock:after {
  content: "􏉕";
}

/* line 12554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-scissors:after {
  content: "􏉗";
}

/* line 12558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hand-spock:after {
  content: "􏉙";
}

/* line 12562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hands:after {
  content: "􏓂";
}

/* line 12566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hands-heart:after {
  content: "􏓃";
}

/* line 12570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hands-helping:after {
  content: "􏓄";
}

/* line 12574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hands-usd:after {
  content: "􏓅";
}

/* line 12578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-handshake:after {
  content: "􏊵";
}

/* line 12582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-handshake-alt:after {
  content: "􏓆";
}

/* line 12586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hanukiah:after {
  content: "􏛦";
}

/* line 12590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hard-hat:after {
  content: "􏠇";
}

/* line 12594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hashtag:after {
  content: "􏊒";
}

/* line 12598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-chef:after {
  content: "􏡫";
}

/* line 12602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-cowboy:after {
  content: "􏣀";
}

/* line 12606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-cowboy-side:after {
  content: "􏣁";
}

/* line 12610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-santa:after {
  content: "􏞧";
}

/* line 12614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-winter:after {
  content: "􏞨";
}

/* line 12618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-witch:after {
  content: "􏛧";
}

/* line 12622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hat-wizard:after {
  content: "􏛨";
}

/* line 12626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-haykal:after {
  content: "􏙦";
}

/* line 12630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hdd:after {
  content: "􏂠";
}

/* line 12634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-head-side:after {
  content: "􏛩";
}

/* line 12638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-head-side-brain:after {
  content: "􏠈";
}

/* line 12642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-head-side-headphones:after {
  content: "􏣂";
}

/* line 12646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-head-side-medical:after {
  content: "􏠉";
}

/* line 12650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-head-vr:after {
  content: "􏛪";
}

/* line 12654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heading:after {
  content: "􏇜";
}

/* line 12658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-headphones:after {
  content: "􏀥";
}

/* line 12662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-headphones-alt:after {
  content: "􏖏";
}

/* line 12666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-headset:after {
  content: "􏖐";
}

/* line 12670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heart:after {
  content: "􏀄";
}

/* line 12674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heart-broken:after {
  content: "􏞩";
}

/* line 12678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heart-circle:after {
  content: "􏓇";
}

/* line 12682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heart-rate:after {
  content: "􏗸";
}

/* line 12686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heart-square:after {
  content: "􏓈";
}

/* line 12690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-heartbeat:after {
  content: "􏈞";
}

/* line 12694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-helicopter:after {
  content: "􏔳";
}

/* line 12698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-helmet-battle:after {
  content: "􏛫";
}

/* line 12702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hexagon:after {
  content: "􏌒";
}

/* line 12706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-highlighter:after {
  content: "􏖑";
}

/* line 12710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hiking:after {
  content: "􏛬";
}

/* line 12714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hippo:after {
  content: "􏛭";
}

/* line 12718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-history:after {
  content: "􏇚";
}

/* line 12722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hockey-mask:after {
  content: "􏛮";
}

/* line 12726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hockey-puck:after {
  content: "􏑓";
}

/* line 12730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hockey-sticks:after {
  content: "􏑔";
}

/* line 12734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-holly-berry:after {
  content: "􏞪";
}

/* line 12738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-home:after {
  content: "􏀕";
}

/* line 12742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-home-alt:after {
  content: "􏠊";
}

/* line 12746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-home-heart:after {
  content: "􏓉";
}

/* line 12750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-home-lg:after {
  content: "􏠋";
}

/* line 12754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-home-lg-alt:after {
  content: "􏠌";
}

/* line 12758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hood-cloak:after {
  content: "􏛯";
}

/* line 12762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-horizontal-rule:after {
  content: "􏡬";
}

/* line 12766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-horse:after {
  content: "􏛰";
}

/* line 12770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-horse-head:after {
  content: "􏞫";
}

/* line 12774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-horse-saddle:after {
  content: "􏣃";
}

/* line 12778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hospital:after {
  content: "􏃸";
}

/* line 12782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hospital-alt:after {
  content: "􏑽";
}

/* line 12786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hospital-symbol:after {
  content: "􏑾";
}

/* line 12790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hospital-user:after {
  content: "􏠍";
}

/* line 12794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hospitals:after {
  content: "􏠎";
}

/* line 12798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hot-tub:after {
  content: "􏖓";
}

/* line 12802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hotdog:after {
  content: "􏠏";
}

/* line 12806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hotel:after {
  content: "􏖔";
}

/* line 12810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hourglass:after {
  content: "􏉔";
}

/* line 12814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hourglass-end:after {
  content: "􏉓";
}

/* line 12818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hourglass-half:after {
  content: "􏉒";
}

/* line 12822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hourglass-start:after {
  content: "􏉑";
}

/* line 12826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-house-damage:after {
  content: "􏛱";
}

/* line 12830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-house-flood:after {
  content: "􏝏";
}

/* line 12834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hryvnia:after {
  content: "􏛲";
}

/* line 12838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-humidity:after {
  content: "􏝐";
}

/* line 12842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-hurricane:after {
  content: "􏝑";
}

/* line 12846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-i-cursor:after {
  content: "􏉆";
}

/* line 12850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ice-cream:after {
  content: "􏠐";
}

/* line 12854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ice-skate:after {
  content: "􏞬";
}

/* line 12858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-icicles:after {
  content: "􏞭";
}

/* line 12862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-icons:after {
  content: "􏡭";
}

/* line 12866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-icons-alt:after {
  content: "􏡮";
}

/* line 12870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-id-badge:after {
  content: "􏋁";
}

/* line 12874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-id-card:after {
  content: "􏋂";
}

/* line 12878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-id-card-alt:after {
  content: "􏑿";
}

/* line 12882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-igloo:after {
  content: "􏞮";
}

/* line 12886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-image:after {
  content: "􏀾";
}

/* line 12890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-image-polaroid:after {
  content: "􏣄";
}

/* line 12894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-images:after {
  content: "􏌂";
}

/* line 12898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-inbox:after {
  content: "􏀜";
}

/* line 12902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-inbox-in:after {
  content: "􏌐";
}

/* line 12906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-inbox-out:after {
  content: "􏌑";
}

/* line 12910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-indent:after {
  content: "􏀼";
}

/* line 12914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-industry:after {
  content: "􏉵";
}

/* line 12918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-industry-alt:after {
  content: "􏎳";
}

/* line 12922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-infinity:after {
  content: "􏔴";
}

/* line 12926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-info:after {
  content: "􏄩";
}

/* line 12930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-info-circle:after {
  content: "􏁚";
}

/* line 12934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-info-square:after {
  content: "􏌏";
}

/* line 12938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-inhaler:after {
  content: "􏗹";
}

/* line 12942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-integral:after {
  content: "􏙧";
}

/* line 12946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-intersection:after {
  content: "􏙨";
}

/* line 12950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-inventory:after {
  content: "􏒀";
}

/* line 12954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-island-tropical:after {
  content: "􏠑";
}

/* line 12958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-italic:after {
  content: "􏀳";
}

/* line 12962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-jack-o-lantern:after {
  content: "􏌎";
}

/* line 12966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-jedi:after {
  content: "􏙩";
}

/* line 12970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-joint:after {
  content: "􏖕";
}

/* line 12974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-journal-whills:after {
  content: "􏙪";
}

/* line 12978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-joystick:after {
  content: "􏣅";
}

/* line 12982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-jug:after {
  content: "􏣆";
}

/* line 12986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kaaba:after {
  content: "􏙫";
}

/* line 12990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kazoo:after {
  content: "􏣇";
}

/* line 12994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kerning:after {
  content: "􏡯";
}

/* line 12998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-key:after {
  content: "􏂄";
}

/* line 13002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-key-skeleton:after {
  content: "􏛳";
}

/* line 13006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-keyboard:after {
  content: "􏄜";
}

/* line 13010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-keynote:after {
  content: "􏙬";
}

/* line 13014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-khanda:after {
  content: "􏙭";
}

/* line 13018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kidneys:after {
  content: "􏗻";
}

/* line 13022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kiss:after {
  content: "􏖖";
}

/* line 13026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kiss-beam:after {
  content: "􏖗";
}

/* line 13030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kiss-wink-heart:after {
  content: "􏖘";
}

/* line 13034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kite:after {
  content: "􏛴";
}

/* line 13038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-kiwi-bird:after {
  content: "􏔵";
}

/* line 13042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-knife-kitchen:after {
  content: "􏛵";
}

/* line 13046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lambda:after {
  content: "􏙮";
}

/* line 13050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lamp:after {
  content: "􏓊";
}

/* line 13054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-landmark:after {
  content: "􏙯";
}

/* line 13058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-landmark-alt:after {
  content: "􏝒";
}

/* line 13062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-language:after {
  content: "􏆫";
}

/* line 13066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laptop:after {
  content: "􏄉";
}

/* line 13070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laptop-code:after {
  content: "􏗼";
}

/* line 13074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laptop-medical:after {
  content: "􏠒";
}

/* line 13078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lasso:after {
  content: "􏣈";
}

/* line 13082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laugh:after {
  content: "􏖙";
}

/* line 13086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laugh-beam:after {
  content: "􏖚";
}

/* line 13090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laugh-squint:after {
  content: "􏖛";
}

/* line 13094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-laugh-wink:after {
  content: "􏖜";
}

/* line 13098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-layer-group:after {
  content: "􏗽";
}

/* line 13102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-layer-minus:after {
  content: "􏗾";
}

/* line 13106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-layer-plus:after {
  content: "􏗿";
}

/* line 13110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-leaf:after {
  content: "􏁬";
}

/* line 13114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-leaf-heart:after {
  content: "􏓋";
}

/* line 13118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-leaf-maple:after {
  content: "􏛶";
}

/* line 13122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-leaf-oak:after {
  content: "􏛷";
}

/* line 13126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lemon:after {
  content: "􏂔";
}

/* line 13130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-less-than:after {
  content: "􏔶";
}

/* line 13134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-less-than-equal:after {
  content: "􏔷";
}

/* line 13138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-level-down:after {
  content: "􏅉";
}

/* line 13142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-level-down-alt:after {
  content: "􏎾";
}

/* line 13146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-level-up:after {
  content: "􏅈";
}

/* line 13150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-level-up-alt:after {
  content: "􏎿";
}

/* line 13154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-life-ring:after {
  content: "􏇍";
}

/* line 13158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lightbulb:after {
  content: "􏃫";
}

/* line 13162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lightbulb-dollar:after {
  content: "􏙰";
}

/* line 13166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lightbulb-exclamation:after {
  content: "􏙱";
}

/* line 13170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lightbulb-on:after {
  content: "􏙲";
}

/* line 13174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lightbulb-slash:after {
  content: "􏙳";
}

/* line 13178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lights-holiday:after {
  content: "􏞲";
}

/* line 13182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-line-columns:after {
  content: "􏡰";
}

/* line 13186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-line-height:after {
  content: "􏡱";
}

/* line 13190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-link:after {
  content: "􏃁";
}

/* line 13194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lips:after {
  content: "􏘀";
}

/* line 13198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lira-sign:after {
  content: "􏆕";
}

/* line 13202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-list:after {
  content: "􏀺";
}

/* line 13206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-list-alt:after {
  content: "􏀢";
}

/* line 13210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-list-music:after {
  content: "􏣉";
}

/* line 13214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-list-ol:after {
  content: "􏃋";
}

/* line 13218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-list-ul:after {
  content: "􏃊";
}

/* line 13222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-location:after {
  content: "􏘁";
}

/* line 13226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-location-arrow:after {
  content: "􏄤";
}

/* line 13230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-location-circle:after {
  content: "􏘂";
}

/* line 13234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-location-slash:after {
  content: "􏘃";
}

/* line 13238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lock:after {
  content: "􏀣";
}

/* line 13242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lock-alt:after {
  content: "􏌍";
}

/* line 13246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lock-open:after {
  content: "􏏁";
}

/* line 13250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lock-open-alt:after {
  content: "􏏂";
}

/* line 13254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-alt-down:after {
  content: "􏌉";
}

/* line 13258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-alt-left:after {
  content: "􏌊";
}

/* line 13262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-alt-right:after {
  content: "􏌋";
}

/* line 13266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-alt-up:after {
  content: "􏌌";
}

/* line 13270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-down:after {
  content: "􏅵";
}

/* line 13274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-left:after {
  content: "􏅷";
}

/* line 13278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-right:after {
  content: "􏅸";
}

/* line 13282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-long-arrow-up:after {
  content: "􏅶";
}

/* line 13286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-loveseat:after {
  content: "􏓌";
}

/* line 13290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-low-vision:after {
  content: "􏊨";
}

/* line 13294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-luchador:after {
  content: "􏑕";
}

/* line 13298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-luggage-cart:after {
  content: "􏖝";
}

/* line 13302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-lungs:after {
  content: "􏘄";
}

/* line 13306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mace:after {
  content: "􏛸";
}

/* line 13310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-magic:after {
  content: "􏃐";
}

/* line 13314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-magnet:after {
  content: "􏁶";
}

/* line 13318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mail-bulk:after {
  content: "􏙴";
}

/* line 13322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mailbox:after {
  content: "􏠓";
}

/* line 13326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-male:after {
  content: "􏆃";
}

/* line 13330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mandolin:after {
  content: "􏛹";
}

/* line 13334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map:after {
  content: "􏉹";
}

/* line 13338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marked:after {
  content: "􏖟";
}

/* line 13342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marked-alt:after {
  content: "􏖠";
}

/* line 13346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker:after {
  content: "􏁁";
}

/* line 13350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-alt:after {
  content: "􏏅";
}

/* line 13354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-alt-slash:after {
  content: "􏘅";
}

/* line 13358, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-check:after {
  content: "􏘆";
}

/* line 13362, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-edit:after {
  content: "􏘇";
}

/* line 13366, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-exclamation:after {
  content: "􏘈";
}

/* line 13370, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-minus:after {
  content: "􏘉";
}

/* line 13374, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-plus:after {
  content: "􏘊";
}

/* line 13378, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-question:after {
  content: "􏘋";
}

/* line 13382, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-slash:after {
  content: "􏘌";
}

/* line 13386, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-smile:after {
  content: "􏘍";
}

/* line 13390, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-marker-times:after {
  content: "􏘎";
}

/* line 13394, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-pin:after {
  content: "􏉶";
}

/* line 13398, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-map-signs:after {
  content: "􏉷";
}

/* line 13402, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-marker:after {
  content: "􏖡";
}

/* line 13406, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mars:after {
  content: "􏈢";
}

/* line 13410, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mars-double:after {
  content: "􏈧";
}

/* line 13414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mars-stroke:after {
  content: "􏈩";
}

/* line 13418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mars-stroke-h:after {
  content: "􏈫";
}

/* line 13422, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mars-stroke-v:after {
  content: "􏈪";
}

/* line 13426, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mask:after {
  content: "􏛺";
}

/* line 13430, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-meat:after {
  content: "􏠔";
}

/* line 13434, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-medal:after {
  content: "􏖢";
}

/* line 13438, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-medkit:after {
  content: "􏃺";
}

/* line 13442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-megaphone:after {
  content: "􏙵";
}

/* line 13446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-meh:after {
  content: "􏄚";
}

/* line 13450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-meh-blank:after {
  content: "􏖤";
}

/* line 13454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-meh-rolling-eyes:after {
  content: "􏖥";
}

/* line 13458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-memory:after {
  content: "􏔸";
}

/* line 13462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-menorah:after {
  content: "􏙶";
}

/* line 13466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mercury:after {
  content: "􏈣";
}

/* line 13470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-meteor:after {
  content: "􏝓";
}

/* line 13474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microchip:after {
  content: "􏋛";
}

/* line 13478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microphone:after {
  content: "􏄰";
}

/* line 13482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microphone-alt:after {
  content: "􏏉";
}

/* line 13486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microphone-alt-slash:after {
  content: "􏔹";
}

/* line 13490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microphone-slash:after {
  content: "􏄱";
}

/* line 13494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microphone-stand:after {
  content: "􏣋";
}

/* line 13498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-microscope:after {
  content: "􏘐";
}

/* line 13502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mind-share:after {
  content: "􏙷";
}

/* line 13506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-minus:after {
  content: "􏁨";
}

/* line 13510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-minus-circle:after {
  content: "􏁖";
}

/* line 13514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-minus-hexagon:after {
  content: "􏌇";
}

/* line 13518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-minus-octagon:after {
  content: "􏌈";
}

/* line 13522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-minus-square:after {
  content: "􏅆";
}

/* line 13526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mistletoe:after {
  content: "􏞴";
}

/* line 13530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mitten:after {
  content: "􏞵";
}

/* line 13534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mobile:after {
  content: "􏄋";
}

/* line 13538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mobile-alt:after {
  content: "􏏍";
}

/* line 13542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mobile-android:after {
  content: "􏏎";
}

/* line 13546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mobile-android-alt:after {
  content: "􏏏";
}

/* line 13550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-bill:after {
  content: "􏃖";
}

/* line 13554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-bill-alt:after {
  content: "􏏑";
}

/* line 13558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-bill-wave:after {
  content: "􏔺";
}

/* line 13562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-bill-wave-alt:after {
  content: "􏔻";
}

/* line 13566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-check:after {
  content: "􏔼";
}

/* line 13570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-check-alt:after {
  content: "􏔽";
}

/* line 13574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-check-edit:after {
  content: "􏡲";
}

/* line 13578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-money-check-edit-alt:after {
  content: "􏡳";
}

/* line 13582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-monitor-heart-rate:after {
  content: "􏘑";
}

/* line 13586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-monkey:after {
  content: "􏛻";
}

/* line 13590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-monument:after {
  content: "􏖦";
}

/* line 13594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-moon:after {
  content: "􏆆";
}

/* line 13598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-moon-cloud:after {
  content: "􏝔";
}

/* line 13602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-moon-stars:after {
  content: "􏝕";
}

/* line 13606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mortar-pestle:after {
  content: "􏖧";
}

/* line 13610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mosque:after {
  content: "􏙸";
}

/* line 13614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-motorcycle:after {
  content: "􏈜";
}

/* line 13618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mountain:after {
  content: "􏛼";
}

/* line 13622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mountains:after {
  content: "􏛽";
}

/* line 13626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mouse:after {
  content: "􏣌";
}

/* line 13630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mouse-alt:after {
  content: "􏣍";
}

/* line 13634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mouse-pointer:after {
  content: "􏉅";
}

/* line 13638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mp3-player:after {
  content: "􏣎";
}

/* line 13642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mug:after {
  content: "􏡴";
}

/* line 13646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mug-hot:after {
  content: "􏞶";
}

/* line 13650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mug-marshmallows:after {
  content: "􏞷";
}

/* line 13654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-mug-tea:after {
  content: "􏡵";
}

/* line 13658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-music:after {
  content: "􏀁";
}

/* line 13662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-music-alt:after {
  content: "􏣏";
}

/* line 13666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-music-alt-slash:after {
  content: "􏣐";
}

/* line 13670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-music-slash:after {
  content: "􏣑";
}

/* line 13674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-narwhal:after {
  content: "􏛾";
}

/* line 13678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-network-wired:after {
  content: "􏛿";
}

/* line 13682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-neuter:after {
  content: "􏈬";
}

/* line 13686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-newspaper:after {
  content: "􏇪";
}

/* line 13690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-not-equal:after {
  content: "􏔾";
}

/* line 13694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-notes-medical:after {
  content: "􏒁";
}

/* line 13698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-object-group:after {
  content: "􏉇";
}

/* line 13702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-object-ungroup:after {
  content: "􏉈";
}

/* line 13706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-octagon:after {
  content: "􏌆";
}

/* line 13710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-oil-can:after {
  content: "􏘓";
}

/* line 13714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-oil-temp:after {
  content: "􏘔";
}

/* line 13718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-om:after {
  content: "􏙹";
}

/* line 13722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-omega:after {
  content: "􏙺";
}

/* line 13726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ornament:after {
  content: "􏞸";
}

/* line 13730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-otter:after {
  content: "􏜀";
}

/* line 13734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-outdent:after {
  content: "􏀻";
}

/* line 13738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-overline:after {
  content: "􏡶";
}

/* line 13742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-page-break:after {
  content: "􏡷";
}

/* line 13746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pager:after {
  content: "􏠕";
}

/* line 13750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paint-brush:after {
  content: "􏇼";
}

/* line 13754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paint-brush-alt:after {
  content: "􏖩";
}

/* line 13758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paint-roller:after {
  content: "􏖪";
}

/* line 13762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-palette:after {
  content: "􏔿";
}

/* line 13766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pallet:after {
  content: "􏒂";
}

/* line 13770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pallet-alt:after {
  content: "􏒃";
}

/* line 13774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paper-plane:after {
  content: "􏇘";
}

/* line 13778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paperclip:after {
  content: "􏃆";
}

/* line 13782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-parachute-box:after {
  content: "􏓍";
}

/* line 13786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paragraph:after {
  content: "􏇝";
}

/* line 13790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paragraph-rtl:after {
  content: "􏡸";
}

/* line 13794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-parking:after {
  content: "􏕀";
}

/* line 13798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-parking-circle:after {
  content: "􏘕";
}

/* line 13802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-parking-circle-slash:after {
  content: "􏘖";
}

/* line 13806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-parking-slash:after {
  content: "􏘗";
}

/* line 13810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-passport:after {
  content: "􏖫";
}

/* line 13814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pastafarianism:after {
  content: "􏙻";
}

/* line 13818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paste:after {
  content: "􏃪";
}

/* line 13822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pause:after {
  content: "􏁌";
}

/* line 13826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pause-circle:after {
  content: "􏊋";
}

/* line 13830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paw:after {
  content: "􏆰";
}

/* line 13834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paw-alt:after {
  content: "􏜁";
}

/* line 13838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-paw-claws:after {
  content: "􏜂";
}

/* line 13842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-peace:after {
  content: "􏙼";
}

/* line 13846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pegasus:after {
  content: "􏜃";
}

/* line 13850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pen:after {
  content: "􏌄";
}

/* line 13854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pen-alt:after {
  content: "􏌅";
}

/* line 13858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pen-fancy:after {
  content: "􏖬";
}

/* line 13862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pen-nib:after {
  content: "􏖭";
}

/* line 13866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pen-square:after {
  content: "􏅋";
}

/* line 13870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pencil:after {
  content: "􏁀";
}

/* line 13874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pencil-alt:after {
  content: "􏌃";
}

/* line 13878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pencil-paintbrush:after {
  content: "􏘘";
}

/* line 13882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pencil-ruler:after {
  content: "􏖮";
}

/* line 13886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pennant:after {
  content: "􏑖";
}

/* line 13890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-people-carry:after {
  content: "􏓎";
}

/* line 13894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pepper-hot:after {
  content: "􏠖";
}

/* line 13898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-percent:after {
  content: "􏊕";
}

/* line 13902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-percentage:after {
  content: "􏕁";
}

/* line 13906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-person-booth:after {
  content: "􏝖";
}

/* line 13910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-person-carry:after {
  content: "􏓏";
}

/* line 13914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-person-dolly:after {
  content: "􏓐";
}

/* line 13918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-person-dolly-empty:after {
  content: "􏓑";
}

/* line 13922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-person-sign:after {
  content: "􏝗";
}

/* line 13926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone:after {
  content: "􏂕";
}

/* line 13930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-alt:after {
  content: "􏡹";
}

/* line 13934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-laptop:after {
  content: "􏡺";
}

/* line 13938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-office:after {
  content: "􏙽";
}

/* line 13942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-plus:after {
  content: "􏓒";
}

/* line 13946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-rotary:after {
  content: "􏣓";
}

/* line 13950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-slash:after {
  content: "􏏝";
}

/* line 13954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-square:after {
  content: "􏂘";
}

/* line 13958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-square-alt:after {
  content: "􏡻";
}

/* line 13962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-phone-volume:after {
  content: "􏊠";
}

/* line 13966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-photo-video:after {
  content: "􏡼";
}

/* line 13970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pi:after {
  content: "􏙾";
}

/* line 13974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-piano:after {
  content: "􏣔";
}

/* line 13978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-piano-keyboard:after {
  content: "􏣕";
}

/* line 13982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pie:after {
  content: "􏜅";
}

/* line 13986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pig:after {
  content: "􏜆";
}

/* line 13990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-piggy-bank:after {
  content: "􏓓";
}

/* line 13994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pills:after {
  content: "􏒄";
}

/* line 13998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pizza:after {
  content: "􏠗";
}

/* line 14002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pizza-slice:after {
  content: "􏠘";
}

/* line 14006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-place-of-worship:after {
  content: "􏙿";
}

/* line 14010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plane:after {
  content: "􏁲";
}

/* line 14014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plane-alt:after {
  content: "􏏞";
}

/* line 14018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plane-arrival:after {
  content: "􏖯";
}

/* line 14022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plane-departure:after {
  content: "􏖰";
}

/* line 14026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-play:after {
  content: "􏁋";
}

/* line 14030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-play-circle:after {
  content: "􏅄";
}

/* line 14034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plug:after {
  content: "􏇦";
}

/* line 14038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plus:after {
  content: "􏁧";
}

/* line 14042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plus-circle:after {
  content: "􏁕";
}

/* line 14046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plus-hexagon:after {
  content: "􏌀";
}

/* line 14050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plus-octagon:after {
  content: "􏌁";
}

/* line 14054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-plus-square:after {
  content: "􏃾";
}

/* line 14058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-podcast:after {
  content: "􏋎";
}

/* line 14062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-podium:after {
  content: "􏚀";
}

/* line 14066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-podium-star:after {
  content: "􏝘";
}

/* line 14070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-poll:after {
  content: "􏚁";
}

/* line 14074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-poll-h:after {
  content: "􏚂";
}

/* line 14078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-poll-people:after {
  content: "􏝙";
}

/* line 14082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-poo:after {
  content: "􏋾";
}

/* line 14086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-poo-storm:after {
  content: "􏝚";
}

/* line 14090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-poop:after {
  content: "􏘙";
}

/* line 14094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-popcorn:after {
  content: "􏠙";
}

/* line 14098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-portrait:after {
  content: "􏏠";
}

/* line 14102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pound-sign:after {
  content: "􏅔";
}

/* line 14106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-power-off:after {
  content: "􏀑";
}

/* line 14110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pray:after {
  content: "􏚃";
}

/* line 14114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-praying-hands:after {
  content: "􏚄";
}

/* line 14118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-prescription:after {
  content: "􏖱";
}

/* line 14122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-prescription-bottle:after {
  content: "􏒅";
}

/* line 14126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-prescription-bottle-alt:after {
  content: "􏒆";
}

/* line 14130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-presentation:after {
  content: "􏚅";
}

/* line 14134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-print:after {
  content: "􏀯";
}

/* line 14138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-print-search:after {
  content: "􏠚";
}

/* line 14142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-print-slash:after {
  content: "􏚆";
}

/* line 14146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-procedures:after {
  content: "􏒇";
}

/* line 14150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-project-diagram:after {
  content: "􏕂";
}

/* line 14154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-projector:after {
  content: "􏣖";
}

/* line 14158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-pumpkin:after {
  content: "􏜇";
}

/* line 14162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-puzzle-piece:after {
  content: "􏄮";
}

/* line 14166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-qrcode:after {
  content: "􏀩";
}

/* line 14170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-question:after {
  content: "􏄨";
}

/* line 14174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-question-circle:after {
  content: "􏁙";
}

/* line 14178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-question-square:after {
  content: "􏋽";
}

/* line 14182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-quidditch:after {
  content: "􏑘";
}

/* line 14186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-quote-left:after {
  content: "􏄍";
}

/* line 14190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-quote-right:after {
  content: "􏄎";
}

/* line 14194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-quran:after {
  content: "􏚇";
}

/* line 14198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rabbit:after {
  content: "􏜈";
}

/* line 14202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rabbit-fast:after {
  content: "􏜉";
}

/* line 14206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-racquet:after {
  content: "􏑚";
}

/* line 14210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-radiation:after {
  content: "􏞹";
}

/* line 14214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-radiation-alt:after {
  content: "􏞺";
}

/* line 14218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-radio:after {
  content: "􏣗";
}

/* line 14222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-radio-alt:after {
  content: "􏣘";
}

/* line 14226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rainbow:after {
  content: "􏝛";
}

/* line 14230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-raindrops:after {
  content: "􏝜";
}

/* line 14234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ram:after {
  content: "􏜊";
}

/* line 14238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ramp-loading:after {
  content: "􏓔";
}

/* line 14242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-random:after {
  content: "􏁴";
}

/* line 14246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-receipt:after {
  content: "􏕃";
}

/* line 14250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-record-vinyl:after {
  content: "􏣙";
}

/* line 14254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rectangle-landscape:after {
  content: "􏋺";
}

/* line 14258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rectangle-portrait:after {
  content: "􏋻";
}

/* line 14262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rectangle-wide:after {
  content: "􏋼";
}

/* line 14266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-recycle:after {
  content: "􏆸";
}

/* line 14270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-redo:after {
  content: "􏀞";
}

/* line 14274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-redo-alt:after {
  content: "􏋹";
}

/* line 14278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-registered:after {
  content: "􏉝";
}

/* line 14282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-remove-format:after {
  content: "􏡽";
}

/* line 14286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-repeat:after {
  content: "􏍣";
}

/* line 14290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-repeat-1:after {
  content: "􏍥";
}

/* line 14294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-repeat-1-alt:after {
  content: "􏍦";
}

/* line 14298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-repeat-alt:after {
  content: "􏍤";
}

/* line 14302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-reply:after {
  content: "􏏥";
}

/* line 14306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-reply-all:after {
  content: "􏄢";
}

/* line 14310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-republican:after {
  content: "􏝞";
}

/* line 14314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-restroom:after {
  content: "􏞽";
}

/* line 14318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-retweet:after {
  content: "􏁹";
}

/* line 14322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-retweet-alt:after {
  content: "􏍡";
}

/* line 14326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ribbon:after {
  content: "􏓖";
}

/* line 14330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ring:after {
  content: "􏜋";
}

/* line 14334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rings-wedding:after {
  content: "􏠛";
}

/* line 14338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-road:after {
  content: "􏀘";
}

/* line 14342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-robot:after {
  content: "􏕄";
}

/* line 14346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rocket:after {
  content: "􏄵";
}

/* line 14350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-route:after {
  content: "􏓗";
}

/* line 14354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-route-highway:after {
  content: "􏘚";
}

/* line 14358, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-route-interstate:after {
  content: "􏘛";
}

/* line 14362, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-router:after {
  content: "􏣚";
}

/* line 14366, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rss:after {
  content: "􏂞";
}

/* line 14370, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rss-square:after {
  content: "􏅃";
}

/* line 14374, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ruble-sign:after {
  content: "􏅘";
}

/* line 14378, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ruler:after {
  content: "􏕅";
}

/* line 14382, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ruler-combined:after {
  content: "􏕆";
}

/* line 14386, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ruler-horizontal:after {
  content: "􏕇";
}

/* line 14390, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ruler-triangle:after {
  content: "􏘜";
}

/* line 14394, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ruler-vertical:after {
  content: "􏕈";
}

/* line 14398, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-running:after {
  content: "􏜌";
}

/* line 14402, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rupee-sign:after {
  content: "􏅖";
}

/* line 14406, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-rv:after {
  content: "􏞾";
}

/* line 14410, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sack:after {
  content: "􏠜";
}

/* line 14414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sack-dollar:after {
  content: "􏠝";
}

/* line 14418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sad-cry:after {
  content: "􏖳";
}

/* line 14422, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sad-tear:after {
  content: "􏖴";
}

/* line 14426, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-salad:after {
  content: "􏠞";
}

/* line 14430, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sandwich:after {
  content: "􏠟";
}

/* line 14434, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-satellite:after {
  content: "􏞿";
}

/* line 14438, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-satellite-dish:after {
  content: "􏟀";
}

/* line 14442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sausage:after {
  content: "􏠠";
}

/* line 14446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-save:after {
  content: "􏃇";
}

/* line 14450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sax-hot:after {
  content: "􏣛";
}

/* line 14454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-saxophone:after {
  content: "􏣜";
}

/* line 14458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scalpel:after {
  content: "􏘝";
}

/* line 14462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scalpel-path:after {
  content: "􏘞";
}

/* line 14466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scanner:after {
  content: "􏒈";
}

/* line 14470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scanner-image:after {
  content: "􏣳";
}

/* line 14474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scanner-keyboard:after {
  content: "􏒉";
}

/* line 14478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scanner-touchscreen:after {
  content: "􏒊";
}

/* line 14482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scarecrow:after {
  content: "􏜍";
}

/* line 14486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scarf:after {
  content: "􏟁";
}

/* line 14490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-school:after {
  content: "􏕉";
}

/* line 14494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-screwdriver:after {
  content: "􏕊";
}

/* line 14498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scroll:after {
  content: "􏜎";
}

/* line 14502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scroll-old:after {
  content: "􏜏";
}

/* line 14506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scrubber:after {
  content: "􏋸";
}

/* line 14510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-scythe:after {
  content: "􏜐";
}

/* line 14514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sd-card:after {
  content: "􏟂";
}

/* line 14518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-search:after {
  content: "􏀂";
}

/* line 14522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-search-dollar:after {
  content: "􏚈";
}

/* line 14526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-search-location:after {
  content: "􏚉";
}

/* line 14530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-search-minus:after {
  content: "􏀐";
}

/* line 14534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-search-plus:after {
  content: "􏀎";
}

/* line 14538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-seedling:after {
  content: "􏓘";
}

/* line 14542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-send-back:after {
  content: "􏡾";
}

/* line 14546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-send-backward:after {
  content: "􏡿";
}

/* line 14550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-server:after {
  content: "􏈳";
}

/* line 14554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shapes:after {
  content: "􏘟";
}

/* line 14558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-share:after {
  content: "􏁤";
}

/* line 14562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-share-all:after {
  content: "􏍧";
}

/* line 14566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-share-alt:after {
  content: "􏇠";
}

/* line 14570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-share-alt-square:after {
  content: "􏇡";
}

/* line 14574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-share-square:after {
  content: "􏅍";
}

/* line 14578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sheep:after {
  content: "􏜑";
}

/* line 14582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shekel-sign:after {
  content: "􏈋";
}

/* line 14586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shield:after {
  content: "􏄲";
}

/* line 14590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shield-alt:after {
  content: "􏏭";
}

/* line 14594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shield-check:after {
  content: "􏋷";
}

/* line 14598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shield-cross:after {
  content: "􏜒";
}

/* line 14602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ship:after {
  content: "􏈚";
}

/* line 14606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shipping-fast:after {
  content: "􏒋";
}

/* line 14610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shipping-timed:after {
  content: "􏒌";
}

/* line 14614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shish-kebab:after {
  content: "􏠡";
}

/* line 14618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shoe-prints:after {
  content: "􏕋";
}

/* line 14622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shopping-bag:after {
  content: "􏊐";
}

/* line 14626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shopping-basket:after {
  content: "􏊑";
}

/* line 14630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shopping-cart:after {
  content: "􏁺";
}

/* line 14634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shovel:after {
  content: "􏜓";
}

/* line 14638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shovel-snow:after {
  content: "􏟃";
}

/* line 14642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shower:after {
  content: "􏋌";
}

/* line 14646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shredder:after {
  content: "􏚊";
}

/* line 14650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shuttle-van:after {
  content: "􏖶";
}

/* line 14654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-shuttlecock:after {
  content: "􏑛";
}

/* line 14658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sickle:after {
  content: "􏠢";
}

/* line 14662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sigma:after {
  content: "􏚋";
}

/* line 14666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sign:after {
  content: "􏓙";
}

/* line 14670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sign-in:after {
  content: "􏂐";
}

/* line 14674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sign-in-alt:after {
  content: "􏋶";
}

/* line 14678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sign-language:after {
  content: "􏊧";
}

/* line 14682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sign-out:after {
  content: "􏂋";
}

/* line 14686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sign-out-alt:after {
  content: "􏋵";
}

/* line 14690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal:after {
  content: "􏀒";
}

/* line 14694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-1:after {
  content: "􏚌";
}

/* line 14698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-2:after {
  content: "􏚍";
}

/* line 14702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-3:after {
  content: "􏚎";
}

/* line 14706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-4:after {
  content: "􏚏";
}

/* line 14710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-alt:after {
  content: "􏚐";
}

/* line 14714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-alt-1:after {
  content: "􏚑";
}

/* line 14718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-alt-2:after {
  content: "􏚒";
}

/* line 14722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-alt-3:after {
  content: "􏚓";
}

/* line 14726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-alt-slash:after {
  content: "􏚔";
}

/* line 14730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-slash:after {
  content: "􏚕";
}

/* line 14734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signal-stream:after {
  content: "􏣝";
}

/* line 14738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-signature:after {
  content: "􏖷";
}

/* line 14742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sim-card:after {
  content: "􏟄";
}

/* line 14746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sitemap:after {
  content: "􏃨";
}

/* line 14750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skating:after {
  content: "􏟅";
}

/* line 14754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skeleton:after {
  content: "􏘠";
}

/* line 14758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ski-jump:after {
  content: "􏟇";
}

/* line 14762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ski-lift:after {
  content: "􏟈";
}

/* line 14766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skiing:after {
  content: "􏟉";
}

/* line 14770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skiing-nordic:after {
  content: "􏟊";
}

/* line 14774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skull:after {
  content: "􏕌";
}

/* line 14778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skull-cow:after {
  content: "􏣞";
}

/* line 14782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-skull-crossbones:after {
  content: "􏜔";
}

/* line 14786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-slash:after {
  content: "􏜕";
}

/* line 14790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sledding:after {
  content: "􏟋";
}

/* line 14794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sleigh:after {
  content: "􏟌";
}

/* line 14798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sliders-h:after {
  content: "􏇞";
}

/* line 14802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sliders-h-square:after {
  content: "􏏰";
}

/* line 14806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sliders-v:after {
  content: "􏏱";
}

/* line 14810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sliders-v-square:after {
  content: "􏏲";
}

/* line 14814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smile:after {
  content: "􏄘";
}

/* line 14818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smile-beam:after {
  content: "􏖸";
}

/* line 14822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smile-plus:after {
  content: "􏖹";
}

/* line 14826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smile-wink:after {
  content: "􏓚";
}

/* line 14830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smog:after {
  content: "􏝟";
}

/* line 14834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smoke:after {
  content: "􏝠";
}

/* line 14838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smoking:after {
  content: "􏒍";
}

/* line 14842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-smoking-ban:after {
  content: "􏕍";
}

/* line 14846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sms:after {
  content: "􏟍";
}

/* line 14850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snake:after {
  content: "􏜖";
}

/* line 14854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snooze:after {
  content: "􏢀";
}

/* line 14858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snow-blowing:after {
  content: "􏝡";
}

/* line 14862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snowboarding:after {
  content: "􏟎";
}

/* line 14866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snowflake:after {
  content: "􏋜";
}

/* line 14870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snowflakes:after {
  content: "􏟏";
}

/* line 14874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snowman:after {
  content: "􏟐";
}

/* line 14878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snowmobile:after {
  content: "􏟑";
}

/* line 14882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-snowplow:after {
  content: "􏟒";
}

/* line 14886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-socks:after {
  content: "􏚖";
}

/* line 14890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-solar-panel:after {
  content: "􏖺";
}

/* line 14894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort:after {
  content: "􏃜";
}

/* line 14898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-alpha-down:after {
  content: "􏅝";
}

/* line 14902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁";
}

/* line 14906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-alpha-up:after {
  content: "􏅞";
}

/* line 14910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂";
}

/* line 14914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-alt:after {
  content: "􏢃";
}

/* line 14918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-amount-down:after {
  content: "􏅠";
}

/* line 14922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-amount-down-alt:after {
  content: "􏢄";
}

/* line 14926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-amount-up:after {
  content: "􏅡";
}

/* line 14930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-amount-up-alt:after {
  content: "􏢅";
}

/* line 14934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-down:after {
  content: "􏃝";
}

/* line 14938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-numeric-down:after {
  content: "􏅢";
}

/* line 14942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆";
}

/* line 14946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-numeric-up:after {
  content: "􏅣";
}

/* line 14950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇";
}

/* line 14954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-shapes-down:after {
  content: "􏢈";
}

/* line 14958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉";
}

/* line 14962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-shapes-up:after {
  content: "􏢊";
}

/* line 14966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋";
}

/* line 14970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-size-down:after {
  content: "􏢌";
}

/* line 14974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-size-down-alt:after {
  content: "􏢍";
}

/* line 14978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-size-up:after {
  content: "􏢎";
}

/* line 14982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-size-up-alt:after {
  content: "􏢏";
}

/* line 14986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sort-up:after {
  content: "􏃞";
}

/* line 14990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-soup:after {
  content: "􏠣";
}

/* line 14994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spa:after {
  content: "􏖻";
}

/* line 14998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-space-shuttle:after {
  content: "􏆗";
}

/* line 15002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spade:after {
  content: "􏋴";
}

/* line 15006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sparkles:after {
  content: "􏢐";
}

/* line 15010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-speaker:after {
  content: "􏣟";
}

/* line 15014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-speakers:after {
  content: "􏣠";
}

/* line 15018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spell-check:after {
  content: "􏢑";
}

/* line 15022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spider:after {
  content: "􏜗";
}

/* line 15026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spider-black-widow:after {
  content: "􏜘";
}

/* line 15030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spider-web:after {
  content: "􏜙";
}

/* line 15034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spinner:after {
  content: "􏄐";
}

/* line 15038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spinner-third:after {
  content: "􏏴";
}

/* line 15042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-splotch:after {
  content: "􏖼";
}

/* line 15046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-spray-can:after {
  content: "􏖽";
}

/* line 15050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-square:after {
  content: "􏃈";
}

/* line 15054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-square-full:after {
  content: "􏑜";
}

/* line 15058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-square-root:after {
  content: "􏚗";
}

/* line 15062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-square-root-alt:after {
  content: "􏚘";
}

/* line 15066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-squirrel:after {
  content: "􏜚";
}

/* line 15070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-staff:after {
  content: "􏜛";
}

/* line 15074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stamp:after {
  content: "􏖿";
}

/* line 15078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star:after {
  content: "􏀅";
}

/* line 15082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-and-crescent:after {
  content: "􏚙";
}

/* line 15086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-christmas:after {
  content: "􏟔";
}

/* line 15090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-exclamation:after {
  content: "􏋳";
}

/* line 15094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-half:after {
  content: "􏂉";
}

/* line 15098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-half-alt:after {
  content: "􏗀";
}

/* line 15102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-of-david:after {
  content: "􏚚";
}

/* line 15106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-star-of-life:after {
  content: "􏘡";
}

/* line 15110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stars:after {
  content: "􏝢";
}

/* line 15114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-steak:after {
  content: "􏠤";
}

/* line 15118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-steering-wheel:after {
  content: "􏘢";
}

/* line 15122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-step-backward:after {
  content: "􏁈";
}

/* line 15126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-step-forward:after {
  content: "􏁑";
}

/* line 15130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stethoscope:after {
  content: "􏃱";
}

/* line 15134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sticky-note:after {
  content: "􏉉";
}

/* line 15138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stocking:after {
  content: "􏟕";
}

/* line 15142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stomach:after {
  content: "􏘣";
}

/* line 15146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stop:after {
  content: "􏁍";
}

/* line 15150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stop-circle:after {
  content: "􏊍";
}

/* line 15154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stopwatch:after {
  content: "􏋲";
}

/* line 15158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-store:after {
  content: "􏕎";
}

/* line 15162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-store-alt:after {
  content: "􏕏";
}

/* line 15166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stream:after {
  content: "􏕐";
}

/* line 15170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-street-view:after {
  content: "􏈝";
}

/* line 15174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stretcher:after {
  content: "􏠥";
}

/* line 15178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-strikethrough:after {
  content: "􏃌";
}

/* line 15182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-stroopwafel:after {
  content: "􏕑";
}

/* line 15186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-subscript:after {
  content: "􏄬";
}

/* line 15190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-subway:after {
  content: "􏈹";
}

/* line 15194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-suitcase:after {
  content: "􏃲";
}

/* line 15198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-suitcase-rolling:after {
  content: "􏗁";
}

/* line 15202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sun:after {
  content: "􏆅";
}

/* line 15206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sun-cloud:after {
  content: "􏝣";
}

/* line 15210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sun-dust:after {
  content: "􏝤";
}

/* line 15214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sun-haze:after {
  content: "􏝥";
}

/* line 15218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sunglasses:after {
  content: "􏢒";
}

/* line 15222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sunrise:after {
  content: "􏝦";
}

/* line 15226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sunset:after {
  content: "􏝧";
}

/* line 15230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-superscript:after {
  content: "􏄫";
}

/* line 15234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-surprise:after {
  content: "􏗂";
}

/* line 15238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-swatchbook:after {
  content: "􏗃";
}

/* line 15242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-swimmer:after {
  content: "􏗄";
}

/* line 15246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-swimming-pool:after {
  content: "􏗅";
}

/* line 15250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sword:after {
  content: "􏜜";
}

/* line 15254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-swords:after {
  content: "􏜝";
}

/* line 15258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-synagogue:after {
  content: "􏚛";
}

/* line 15262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sync:after {
  content: "􏀡";
}

/* line 15266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-sync-alt:after {
  content: "􏋱";
}

/* line 15270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-syringe:after {
  content: "􏒎";
}

/* line 15274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-table:after {
  content: "􏃎";
}

/* line 15278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-table-tennis:after {
  content: "􏑝";
}

/* line 15282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tablet:after {
  content: "􏄊";
}

/* line 15286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tablet-alt:after {
  content: "􏏺";
}

/* line 15290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tablet-android:after {
  content: "􏏻";
}

/* line 15294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tablet-android-alt:after {
  content: "􏏼";
}

/* line 15298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tablet-rugged:after {
  content: "􏒏";
}

/* line 15302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tablets:after {
  content: "􏒐";
}

/* line 15306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer:after {
  content: "􏃤";
}

/* line 15310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-alt:after {
  content: "􏏽";
}

/* line 15314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-alt-average:after {
  content: "􏘤";
}

/* line 15318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-alt-fast:after {
  content: "􏘥";
}

/* line 15322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦";
}

/* line 15326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-alt-slow:after {
  content: "􏘧";
}

/* line 15330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨";
}

/* line 15334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-average:after {
  content: "􏘩";
}

/* line 15338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-fast:after {
  content: "􏘪";
}

/* line 15342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-fastest:after {
  content: "􏘫";
}

/* line 15346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-slow:after {
  content: "􏘬";
}

/* line 15350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tachometer-slowest:after {
  content: "􏘭";
}

/* line 15354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-taco:after {
  content: "􏠦";
}

/* line 15358, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tag:after {
  content: "􏀫";
}

/* line 15362, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tags:after {
  content: "􏀬";
}

/* line 15366, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tally:after {
  content: "􏚜";
}

/* line 15370, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tanakh:after {
  content: "􏠧";
}

/* line 15374, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tape:after {
  content: "􏓛";
}

/* line 15378, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tasks:after {
  content: "􏂮";
}

/* line 15382, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tasks-alt:after {
  content: "􏠨";
}

/* line 15386, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-taxi:after {
  content: "􏆺";
}

/* line 15390, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-teeth:after {
  content: "􏘮";
}

/* line 15394, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-teeth-open:after {
  content: "􏘯";
}

/* line 15398, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-temperature-frigid:after {
  content: "􏝨";
}

/* line 15402, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-temperature-high:after {
  content: "􏝩";
}

/* line 15406, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-temperature-hot:after {
  content: "􏝪";
}

/* line 15410, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-temperature-low:after {
  content: "􏝫";
}

/* line 15414, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tenge:after {
  content: "􏟗";
}

/* line 15418, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tennis-ball:after {
  content: "􏑞";
}

/* line 15422, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-terminal:after {
  content: "􏄠";
}

/* line 15426, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-text:after {
  content: "􏢓";
}

/* line 15430, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-text-height:after {
  content: "􏀴";
}

/* line 15434, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-text-size:after {
  content: "􏢔";
}

/* line 15438, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-text-width:after {
  content: "􏀵";
}

/* line 15442, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-th:after {
  content: "􏀊";
}

/* line 15446, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-th-large:after {
  content: "􏀉";
}

/* line 15450, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-th-list:after {
  content: "􏀋";
}

/* line 15454, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-theater-masks:after {
  content: "􏘰";
}

/* line 15458, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thermometer:after {
  content: "􏒑";
}

/* line 15462, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thermometer-empty:after {
  content: "􏋋";
}

/* line 15466, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thermometer-full:after {
  content: "􏋇";
}

/* line 15470, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thermometer-half:after {
  content: "􏋉";
}

/* line 15474, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thermometer-quarter:after {
  content: "􏋊";
}

/* line 15478, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thermometer-three-quarters:after {
  content: "􏋈";
}

/* line 15482, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-theta:after {
  content: "􏚞";
}

/* line 15486, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thumbs-down:after {
  content: "􏅥";
}

/* line 15490, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thumbs-up:after {
  content: "􏅤";
}

/* line 15494, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thumbtack:after {
  content: "􏂍";
}

/* line 15498, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thunderstorm:after {
  content: "􏝬";
}

/* line 15502, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thunderstorm-moon:after {
  content: "􏝭";
}

/* line 15506, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-thunderstorm-sun:after {
  content: "􏝮";
}

/* line 15510, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ticket:after {
  content: "􏅅";
}

/* line 15514, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-ticket-alt:after {
  content: "􏏿";
}

/* line 15518, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tilde:after {
  content: "􏚟";
}

/* line 15522, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-times:after {
  content: "􏀍";
}

/* line 15526, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-times-circle:after {
  content: "􏁗";
}

/* line 15530, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-times-hexagon:after {
  content: "􏋮";
}

/* line 15534, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-times-octagon:after {
  content: "􏋰";
}

/* line 15538, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-times-square:after {
  content: "􏋓";
}

/* line 15542, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tint:after {
  content: "􏁃";
}

/* line 15546, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tint-slash:after {
  content: "􏗇";
}

/* line 15550, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tire:after {
  content: "􏘱";
}

/* line 15554, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tire-flat:after {
  content: "􏘲";
}

/* line 15558, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tire-pressure-warning:after {
  content: "􏘳";
}

/* line 15562, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tire-rugged:after {
  content: "􏘴";
}

/* line 15566, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tired:after {
  content: "􏗈";
}

/* line 15570, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toggle-off:after {
  content: "􏈄";
}

/* line 15574, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toggle-on:after {
  content: "􏈅";
}

/* line 15578, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toilet:after {
  content: "􏟘";
}

/* line 15582, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toilet-paper:after {
  content: "􏜞";
}

/* line 15586, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toilet-paper-alt:after {
  content: "􏜟";
}

/* line 15590, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tombstone:after {
  content: "􏜠";
}

/* line 15594, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tombstone-alt:after {
  content: "􏜡";
}

/* line 15598, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toolbox:after {
  content: "􏕒";
}

/* line 15602, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tools:after {
  content: "􏟙";
}

/* line 15606, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tooth:after {
  content: "􏗉";
}

/* line 15610, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-toothbrush:after {
  content: "􏘵";
}

/* line 15614, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-torah:after {
  content: "􏚠";
}

/* line 15618, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-torii-gate:after {
  content: "􏚡";
}

/* line 15622, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tornado:after {
  content: "􏝯";
}

/* line 15626, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tractor:after {
  content: "􏜢";
}

/* line 15630, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trademark:after {
  content: "􏉜";
}

/* line 15634, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-traffic-cone:after {
  content: "􏘶";
}

/* line 15638, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-traffic-light:after {
  content: "􏘷";
}

/* line 15642, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-traffic-light-go:after {
  content: "􏘸";
}

/* line 15646, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-traffic-light-slow:after {
  content: "􏘹";
}

/* line 15650, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-traffic-light-stop:after {
  content: "􏘺";
}

/* line 15654, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-train:after {
  content: "􏈸";
}

/* line 15658, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tram:after {
  content: "􏟚";
}

/* line 15662, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-transgender:after {
  content: "􏈤";
}

/* line 15666, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-transgender-alt:after {
  content: "􏈥";
}

/* line 15670, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trash:after {
  content: "􏇸";
}

/* line 15674, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trash-alt:after {
  content: "􏋭";
}

/* line 15678, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trash-restore:after {
  content: "􏠩";
}

/* line 15682, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trash-restore-alt:after {
  content: "􏠪";
}

/* line 15686, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trash-undo:after {
  content: "􏢕";
}

/* line 15690, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trash-undo-alt:after {
  content: "􏢖";
}

/* line 15694, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-treasure-chest:after {
  content: "􏜣";
}

/* line 15698, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tree:after {
  content: "􏆻";
}

/* line 15702, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tree-alt:after {
  content: "􏐀";
}

/* line 15706, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tree-christmas:after {
  content: "􏟛";
}

/* line 15710, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tree-decorated:after {
  content: "􏟜";
}

/* line 15714, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tree-large:after {
  content: "􏟝";
}

/* line 15718, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tree-palm:after {
  content: "􏠫";
}

/* line 15722, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trees:after {
  content: "􏜤";
}

/* line 15726, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-triangle:after {
  content: "􏋬";
}

/* line 15730, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-triangle-music:after {
  content: "􏣢";
}

/* line 15734, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trophy:after {
  content: "􏂑";
}

/* line 15738, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trophy-alt:after {
  content: "􏋫";
}

/* line 15742, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck:after {
  content: "􏃑";
}

/* line 15746, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-container:after {
  content: "􏓜";
}

/* line 15750, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-couch:after {
  content: "􏓝";
}

/* line 15754, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-loading:after {
  content: "􏓞";
}

/* line 15758, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-monster:after {
  content: "􏘻";
}

/* line 15762, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-moving:after {
  content: "􏓟";
}

/* line 15766, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-pickup:after {
  content: "􏘼";
}

/* line 15770, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-plow:after {
  content: "􏟞";
}

/* line 15774, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-truck-ramp:after {
  content: "􏓠";
}

/* line 15778, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-trumpet:after {
  content: "􏣣";
}

/* line 15782, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tshirt:after {
  content: "􏕓";
}

/* line 15786, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tty:after {
  content: "􏇤";
}

/* line 15790, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-turkey:after {
  content: "􏜥";
}

/* line 15794, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-turntable:after {
  content: "􏣤";
}

/* line 15798, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-turtle:after {
  content: "􏜦";
}

/* line 15802, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tv:after {
  content: "􏉬";
}

/* line 15806, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tv-alt:after {
  content: "􏣥";
}

/* line 15810, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tv-music:after {
  content: "􏣦";
}

/* line 15814, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-tv-retro:after {
  content: "􏐁";
}

/* line 15818, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-typewriter:after {
  content: "􏣧";
}

/* line 15822, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-umbrella:after {
  content: "􏃩";
}

/* line 15826, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-umbrella-beach:after {
  content: "􏗊";
}

/* line 15830, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-underline:after {
  content: "􏃍";
}

/* line 15834, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-undo:after {
  content: "􏃢";
}

/* line 15838, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-undo-alt:after {
  content: "􏋪";
}

/* line 15842, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-unicorn:after {
  content: "􏜧";
}

/* line 15846, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-union:after {
  content: "􏚢";
}

/* line 15850, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-universal-access:after {
  content: "􏊚";
}

/* line 15854, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-university:after {
  content: "􏆜";
}

/* line 15858, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-unlink:after {
  content: "􏄧";
}

/* line 15862, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-unlock:after {
  content: "􏂜";
}

/* line 15866, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-unlock-alt:after {
  content: "􏄾";
}

/* line 15870, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-upload:after {
  content: "􏂓";
}

/* line 15874, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-usb-drive:after {
  content: "􏣩";
}

/* line 15878, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-usd-circle:after {
  content: "􏋨";
}

/* line 15882, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-usd-square:after {
  content: "􏋩";
}

/* line 15886, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user:after {
  content: "􏀇";
}

/* line 15890, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-alt:after {
  content: "􏐆";
}

/* line 15894, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-alt-slash:after {
  content: "􏓺";
}

/* line 15898, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-astronaut:after {
  content: "􏓻";
}

/* line 15902, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-chart:after {
  content: "􏚣";
}

/* line 15906, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-check:after {
  content: "􏓼";
}

/* line 15910, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-circle:after {
  content: "􏊽";
}

/* line 15914, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-clock:after {
  content: "􏓽";
}

/* line 15918, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-cog:after {
  content: "􏓾";
}

/* line 15922, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-cowboy:after {
  content: "􏣪";
}

/* line 15926, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-crown:after {
  content: "􏚤";
}

/* line 15930, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-edit:after {
  content: "􏓿";
}

/* line 15934, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-friends:after {
  content: "􏔀";
}

/* line 15938, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-graduate:after {
  content: "􏔁";
}

/* line 15942, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-hard-hat:after {
  content: "􏠬";
}

/* line 15946, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-headset:after {
  content: "􏠭";
}

/* line 15950, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-injured:after {
  content: "􏜨";
}

/* line 15954, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-lock:after {
  content: "􏔂";
}

/* line 15958, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-md:after {
  content: "􏃰";
}

/* line 15962, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-md-chat:after {
  content: "􏠮";
}

/* line 15966, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-minus:after {
  content: "􏔃";
}

/* line 15970, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-music:after {
  content: "􏣫";
}

/* line 15974, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-ninja:after {
  content: "􏔄";
}

/* line 15978, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-nurse:after {
  content: "􏠯";
}

/* line 15982, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-plus:after {
  content: "􏈴";
}

/* line 15986, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-secret:after {
  content: "􏈛";
}

/* line 15990, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-shield:after {
  content: "􏔅";
}

/* line 15994, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-slash:after {
  content: "􏔆";
}

/* line 15998, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-tag:after {
  content: "􏔇";
}

/* line 16002, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-tie:after {
  content: "􏔈";
}

/* line 16006, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-user-times:after {
  content: "􏈵";
}

/* line 16010, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-users:after {
  content: "􏃀";
}

/* line 16014, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-users-class:after {
  content: "􏘽";
}

/* line 16018, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-users-cog:after {
  content: "􏔉";
}

/* line 16022, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-users-crown:after {
  content: "􏚥";
}

/* line 16026, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-users-medical:after {
  content: "􏠰";
}

/* line 16030, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-utensil-fork:after {
  content: "􏋣";
}

/* line 16034, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-utensil-knife:after {
  content: "􏋤";
}

/* line 16038, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-utensil-spoon:after {
  content: "􏋥";
}

/* line 16042, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-utensils:after {
  content: "􏋧";
}

/* line 16046, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-utensils-alt:after {
  content: "􏋦";
}

/* line 16050, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-value-absolute:after {
  content: "􏚦";
}

/* line 16054, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vector-square:after {
  content: "􏗋";
}

/* line 16058, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-venus:after {
  content: "􏈡";
}

/* line 16062, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-venus-double:after {
  content: "􏈦";
}

/* line 16066, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-venus-mars:after {
  content: "􏈨";
}

/* line 16070, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vhs:after {
  content: "􏣬";
}

/* line 16074, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vial:after {
  content: "􏒒";
}

/* line 16078, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vials:after {
  content: "􏒓";
}

/* line 16082, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-video:after {
  content: "􏀽";
}

/* line 16086, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-video-plus:after {
  content: "􏓡";
}

/* line 16090, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-video-slash:after {
  content: "􏓢";
}

/* line 16094, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vihara:after {
  content: "􏚧";
}

/* line 16098, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-violin:after {
  content: "􏣭";
}

/* line 16102, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-voicemail:after {
  content: "􏢗";
}

/* line 16106, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volcano:after {
  content: "􏝰";
}

/* line 16110, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volleyball-ball:after {
  content: "􏑟";
}

/* line 16114, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volume:after {
  content: "􏚨";
}

/* line 16118, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volume-down:after {
  content: "􏀧";
}

/* line 16122, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volume-mute:after {
  content: "􏚩";
}

/* line 16126, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volume-off:after {
  content: "􏀦";
}

/* line 16130, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volume-slash:after {
  content: "􏋢";
}

/* line 16134, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-volume-up:after {
  content: "􏀨";
}

/* line 16138, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vote-nay:after {
  content: "􏝱";
}

/* line 16142, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vote-yea:after {
  content: "􏝲";
}

/* line 16146, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-vr-cardboard:after {
  content: "􏜩";
}

/* line 16150, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wagon-covered:after {
  content: "􏣮";
}

/* line 16154, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-walker:after {
  content: "􏠱";
}

/* line 16158, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-walkie-talkie:after {
  content: "􏣯";
}

/* line 16162, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-walking:after {
  content: "􏕔";
}

/* line 16166, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wallet:after {
  content: "􏕕";
}

/* line 16170, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wand:after {
  content: "􏜪";
}

/* line 16174, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wand-magic:after {
  content: "􏜫";
}

/* line 16178, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-warehouse:after {
  content: "􏒔";
}

/* line 16182, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-warehouse-alt:after {
  content: "􏒕";
}

/* line 16186, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-washer:after {
  content: "􏢘";
}

/* line 16190, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-watch:after {
  content: "􏋡";
}

/* line 16194, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-watch-calculator:after {
  content: "􏣰";
}

/* line 16198, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-watch-fitness:after {
  content: "􏘾";
}

/* line 16202, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-water:after {
  content: "􏝳";
}

/* line 16206, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-water-lower:after {
  content: "􏝴";
}

/* line 16210, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-water-rise:after {
  content: "􏝵";
}

/* line 16214, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wave-sine:after {
  content: "􏢙";
}

/* line 16218, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wave-square:after {
  content: "􏠾";
}

/* line 16222, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wave-triangle:after {
  content: "􏢚";
}

/* line 16226, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-waveform:after {
  content: "􏣱";
}

/* line 16230, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-waveform-path:after {
  content: "􏣲";
}

/* line 16234, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-webcam:after {
  content: "􏠲";
}

/* line 16238, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-webcam-slash:after {
  content: "􏠳";
}

/* line 16242, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-weight:after {
  content: "􏒖";
}

/* line 16246, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-weight-hanging:after {
  content: "􏗍";
}

/* line 16250, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-whale:after {
  content: "􏜬";
}

/* line 16254, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wheat:after {
  content: "􏜭";
}

/* line 16258, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wheelchair:after {
  content: "􏆓";
}

/* line 16262, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-whistle:after {
  content: "􏑠";
}

/* line 16266, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wifi:after {
  content: "􏇫";
}

/* line 16270, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wifi-1:after {
  content: "􏚪";
}

/* line 16274, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wifi-2:after {
  content: "􏚫";
}

/* line 16278, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wifi-slash:after {
  content: "􏚬";
}

/* line 16282, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wind:after {
  content: "􏜮";
}

/* line 16286, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wind-turbine:after {
  content: "􏢛";
}

/* line 16290, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wind-warning:after {
  content: "􏝶";
}

/* line 16294, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-window:after {
  content: "􏐎";
}

/* line 16298, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-window-alt:after {
  content: "􏐏";
}

/* line 16302, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-window-close:after {
  content: "􏐐";
}

/* line 16306, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-window-maximize:after {
  content: "􏋐";
}

/* line 16310, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-window-minimize:after {
  content: "􏋑";
}

/* line 16314, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-window-restore:after {
  content: "􏋒";
}

/* line 16318, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-windsock:after {
  content: "􏝷";
}

/* line 16322, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wine-bottle:after {
  content: "􏜯";
}

/* line 16326, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wine-glass:after {
  content: "􏓣";
}

/* line 16330, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wine-glass-alt:after {
  content: "􏗎";
}

/* line 16334, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-won-sign:after {
  content: "􏅙";
}

/* line 16338, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wreath:after {
  content: "􏟢";
}

/* line 16342, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-wrench:after {
  content: "􏂭";
}

/* line 16346, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-x-ray:after {
  content: "􏒗";
}

/* line 16350, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-yen-sign:after {
  content: "􏅗";
}

/* line 16354, ../../../sass/plugins/fontawesome5prostatic.scss */
.fad.fa-yin-yang:after {
  content: "􏚭";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.3.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.3.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.3.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.3.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.5.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.5.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.5.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.5.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.7.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.7.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.7.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.7.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.9.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.9.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.9.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.9.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.10.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.10.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.10.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.10.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.11.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.11.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.11.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.11.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.13.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.13.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.13.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.13.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.1.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.1.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.2.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.2.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.2.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.2.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.3.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.3.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.3.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.3.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.4.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.4.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.5.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.5.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.5.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.5.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.6.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.6.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.6.3.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.3.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.3.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.3.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.7.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.7.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.8.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.8.2.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.2.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.9.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.9.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.9.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.9.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.10.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.10.2.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.2.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.11.0.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.0.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.11.1.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.1.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.11.2.eot);
  src: url(/static/fonts/webfonts/fa-light-300-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.2.woff) format("woff"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-light-300-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 16648, ../../../sass/plugins/fontawesome5prostatic.scss */
.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f017, U+f022, U+f024, U+f044, U+f057-f059, U+f07c, U+f089, U+f094, U+f09d, U+f0a4-f0a7, U+f0f8, U+f0fe, U+f11c, U+f146, U+f14a, U+f14d, U+f150-f152, U+f191-f192, U+f1ad, U+f1cd, U+f1d8, U+f1ea, U+f255-f25b, U+f28b, U+f28d, U+f2d0, U+f2d2, U+f328, U+f358-f35b, U+f410;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f023, U+f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f05a-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07d-f07e, U+f085, U+f08b, U+f090, U+f093, U+f098, U+f09c, U+f09e, U+f0a8-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0fa-f0fd, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f14b-f14c, U+f153-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f195, U+f199, U+f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f25c, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f40f, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f2b9, U+f2bb, U+f2c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.3.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.3.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.3.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.3.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.5.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.5.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.5.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.5.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.7.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.7.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.7.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.7.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f086, U+f2b5, U+f4ad;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.9.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.9.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.9.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.9.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f0f2, U+f10d-f10e, U+f187, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.10.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.10.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.10.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.10.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f4e6;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.11.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.11.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.11.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.11.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f3d1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.13.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.13.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.13.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.13.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f279, U+f586, U+f588;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.1.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.1.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f1f6;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.2.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.2.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.2.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.2.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f080, U+f0eb;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.3.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.3.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.3.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.3.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f0a1, U+f0b1, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.4.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.4.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f185, U+f2dc;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.5.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.5.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.5.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.5.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.6.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.6.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.6.3.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.3.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.3.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.3.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f06e, U+f070;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.7.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.7.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.8.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.8.2.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.2.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.9.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.9.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.9.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.9.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f03e, U+f075, U+f07b, U+f0a0, U+f20a, U+f247-f248, U+f254, U+f25d, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.10.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f06d, U+f083-f084, U+f11e, U+f140, U+f19d, U+f251-f253, U+f275, U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02e, U+f073, U+f0c5, U+f0c7-f0c8, U+f0e0, U+f111, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f1c1-f1c9, U+f1f9, U+f249, U+f271-f274, U+f2b6, U+f2ed;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.10.2.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.2.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f02c, U+f031-f035, U+f04b-f04d, U+f056, U+f08d, U+f095, U+f0a3, U+f0dc-f0de, U+f110, U+f129-f12c, U+f132, U+f145, U+f193, U+f197, U+f1ab, U+f1ce, U+f1dc, U+f1f8, U+f219, U+f29a, U+f29e, U+f2a7, U+f2e1, U+f2e3-f2e5, U+f2ec, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f0f3, U+f24d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.11.0.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.0.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f118-f11a, U+f14e, U+f186, U+f2bd, U+f4da, U+f556, U+f567, U+f579-f57a, U+f57f-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c2, U+f5c8;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.11.1.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.1.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f148, U+f155, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4e3, U+f51f, U+f54e, U+f57c-f57e, U+f5c0, U+f5c3, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.11.2.eot);
  src: url(/static/fonts/webfonts/fa-regular-400-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.2.woff) format("woff"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-regular-400-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 17092, ../../../sass/plugins/fontawesome5prostatic.scss */
.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

/* line 17096, ../../../sass/plugins/fontawesome5prostatic.scss */
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f041, U+f044, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c, U+f085, U+f089, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14b, U+f14d, U+f150-f154, U+f156-f159, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2, U+f2db, U+f2e7, U+f2ea, U+f2f1, U+f2f5-f2f6, U+f2f9, U+f303, U+f309-f30c, U+f328, U+f337, U+f358-f35b, U+f360, U+f362, U+f3be-f3bf, U+f3c5, U+f3cd, U+f3e5, U+f3ed, U+f3fa, U+f410;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f040, U+f047, U+f07d-f07e, U+f08b, U+f090, U+f0ec, U+f14c, U+f175-f178, U+f2d3, U+f2e6, U+f2f0, U+f2f7, U+f2fd, U+f301, U+f308, U+f30d-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f361, U+f363-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3c2, U+f3ce-f3cf, U+f3de, U+f3f0, U+f3f2, U+f3fb-f3fc, U+f400-f401, U+f40e-f40f, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f44b, U+f450, U+f453, U+f458, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.5.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.5.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.5.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.5.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44a, U+f44c, U+f44f, U+f451, U+f455, U+f45a-f45b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f466, U+f468-f46d, U+f472, U+f474, U+f479, U+f47d-f47e, U+f481-f482, U+f484-f487, U+f48b, U+f48d-f48e, U+f490-f494, U+f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.7.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.7.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.7.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.7.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f463-f465, U+f467, U+f46e-f46f, U+f473, U+f475, U+f47a, U+f483, U+f489, U+f48c, U+f48f, U+f495;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2fe, U+f3dd, U+f4ad, U+f4b3, U+f4b8-f4b9, U+f4bd-f4be, U+f4c2, U+f4c4, U+f4cd-f4ce, U+f4d6, U+f4d8-f4d9, U+f4db, U+f4de-f4df, U+f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.9.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.9.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.9.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.9.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f2e9, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b2, U+f4b4-f4b7, U+f4bb-f4bc, U+f4bf, U+f4c1, U+f4c3, U+f4c5-f4c6, U+f4c8, U+f4cb-f4cc, U+f4cf-f4d2, U+f4d4, U+f4dc-f4dd, U+f4e0-f4e1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.10.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.10.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.10.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.10.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.11.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.11.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.11.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.11.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f0ed-f0ee, U+f3f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5aa-f5af, U+f5b1, U+f5b6, U+f5ba-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.1.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f5a9, U+f5b9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.1.1.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.1.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d2, U+f5d7, U+f5da, U+f5df, U+f5e1, U+f5e4, U+f5ee, U+f5fc-f5fd, U+f610, U+f619, U+f61f, U+f621, U+f62e-f62f, U+f637, U+f63b-f63c;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.2.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.2.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.2.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.2.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e4, U+f5d3-f5d6, U+f5d8-f5d9, U+f5dd, U+f5e0, U+f5e2-f5e3, U+f5e5, U+f5e8-f5ea, U+f5ed, U+f5ef-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb, U+f5fe-f600, U+f603-f60e, U+f614, U+f617-f618, U+f61c-f61e, U+f620, U+f623-f62d, U+f633, U+f635-f636, U+f638-f63a, U+f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f644, U+f647, U+f64a, U+f64f, U+f651, U+f653, U+f655, U+f65d, U+f662, U+f665-f666, U+f669, U+f66b, U+f66d, U+f66f, U+f674, U+f678-f679, U+f67b, U+f67f, U+f683-f684, U+f687-f689, U+f698-f699, U+f69b, U+f6a1, U+f6a7, U+f6a9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.3.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.3.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.3.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.3.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f2e2, U+f61a, U+f640, U+f643, U+f645-f646, U+f64b, U+f64d-f64e, U+f650, U+f652, U+f656, U+f65f-f661, U+f663, U+f667-f668, U+f66c, U+f66e, U+f670-f673, U+f675, U+f67a, U+f67d-f67e, U+f680, U+f685-f686, U+f68b, U+f694-f695, U+f697, U+f69c, U+f69e-f69f, U+f6a2-f6a6, U+f6a8, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f676, U+f6b6-f6b7, U+f6bb, U+f6cf, U+f6d1, U+f6d3, U+f6d5, U+f6d9, U+f6de, U+f6e2-f6e3, U+f6e6, U+f6ec, U+f6f1-f6f2, U+f6fc, U+f6ff-f700, U+f70b, U+f715, U+f717, U+f722, U+f728-f729, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.4.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f6ae, U+f6b0-f6b3, U+f6b5, U+f6b8-f6ba, U+f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6ce, U+f6d0, U+f6d2, U+f6d4, U+f6d8, U+f6db, U+f6e5, U+f6e7, U+f6e9-f6eb, U+f6ee, U+f6f3, U+f6f5-f6f8, U+f6fd, U+f701-f703, U+f707, U+f70a, U+f711-f713, U+f716, U+f718-f71d, U+f720-f721, U+f723-f724, U+f726-f727, U+f72b, U+f72d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.4.1.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.1.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f73b-f73d, U+f740, U+f743, U+f747, U+f74d, U+f753, U+f756, U+f75a, U+f75e-f75f, U+f769, U+f76b, U+f772-f773;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.5.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.5.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.5.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.5.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f732-f735, U+f737-f73a, U+f73e-f73f, U+f741-f742, U+f744-f746, U+f748-f74c, U+f74e-f750, U+f752, U+f754-f755, U+f757-f758, U+f75c, U+f760-f768, U+f76a, U+f76c-f76e, U+f771, U+f774-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f781, U+f788, U+f78c, U+f793-f794, U+f796, U+f79c, U+f79f-f7a0, U+f7a4, U+f7aa, U+f7ad-f7ae, U+f7b5-f7b6, U+f7bd, U+f7c0, U+f7c2, U+f7c5, U+f7c9-f7ca, U+f7cc-f7ce, U+f7d0, U+f7d2, U+f7d7-f7d8, U+f7da;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.6.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.6.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.6.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.6.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f77f, U+f782, U+f78a-f78b, U+f78e-f78f, U+f792, U+f795, U+f79a-f79b, U+f79d-f79e, U+f7a1, U+f7a3, U+f7a7-f7a8, U+f7ac, U+f7b4, U+f7b8, U+f7be, U+f7c1, U+f7c3, U+f7c7-f7c8, U+f7cb, U+f7cf, U+f7d1, U+f7d4, U+f7db-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f470, U+f49e, U+f6d7, U+f780, U+f7e5-f7e6, U+f7ec, U+f7ef, U+f7f2, U+f7f5, U+f7f7, U+f7fb, U+f805, U+f807, U+f80f, U+f812, U+f815-f816, U+f818, U+f82f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.7.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f377, U+f49c, U+f4c9, U+f6d6, U+f705, U+f725, U+f77e, U+f7e7, U+f7e9-f7eb, U+f7ed-f7ee, U+f7f0, U+f7f3-f7f4, U+f7f6, U+f7f8-f7fa, U+f7fc, U+f7fe, U+f800-f802, U+f804, U+f808-f80e, U+f811, U+f814, U+f817, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.7.1.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.1.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.8.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.8.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.8.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.8.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f356;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f439-f43a, U+f43c, U+f43f, U+f441, U+f443, U+f445, U+f447, U+f502, U+f84a, U+f84c, U+f850, U+f853, U+f86d, U+f87c-f87d, U+f881-f882, U+f884-f887, U+f891, U+f897;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.9.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.9.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.9.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.9.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f313-f315, U+f34e, U+f43b, U+f43d-f43e, U+f440, U+f442, U+f444, U+f446, U+f448, U+f677, U+f843-f849, U+f84b, U+f84d-f84f, U+f851-f852, U+f854-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f86c, U+f86e-f878, U+f87a, U+f880, U+f883, U+f888-f890, U+f892, U+f898-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5, U+f47f, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5e7, U+f613, U+f654, U+f658, U+f681-f682, U+f6be, U+f6ed, U+f6f0, U+f6fa, U+f75b, U+f77c, U+f786-f787, U+f7ab, U+f7bf, U+f863, U+f87b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.10.1.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.1.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f480, U+f5db, U+f5f6, U+f611, U+f657, U+f68c-f693, U+f6da, U+f6e4, U+f6ef, U+f6f4, U+f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f779, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e5, U+f2ed, U+f2f2, U+f3ff, U+f45c, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f630, U+f641, U+f696, U+f6a0, U+f6dd, U+f70e, U+f714, U+f71e, U+f783-f784, U+f7a9, U+f7c4, U+f7d9, U+f829-f82a, U+f879;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.10.2.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.2.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f132, U+f145, U+f219, U+f2e1, U+f2e3-f2e4, U+f2ec, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f460, U+f5f3, U+f631-f632, U+f634, U+f63e, U+f659-f65c, U+f6b4, U+f6bd, U+f706, U+f708-f709, U+f70d, U+f70f-f710, U+f71f, U+f736, U+f76f-f770, U+f777, U+f7d5, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828, U+f856-f857, U+f865, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f338, U+f35d, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f65e, U+f664, U+f66a, U+f6c0, U+f6e8, U+f70c, U+f7a6, U+f8c0-f8c1, U+f8cc, U+f8d9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.11.0.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.0.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.0.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.0.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f08e, U+f149, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f33d, U+f48a, U+f601, U+f61b, U+f64c, U+f68a, U+f6c1, U+f6df-f6e1, U+f6f9, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8bf, U+f8c2-f8c9, U+f8cb, U+f8cd-f8d1, U+f8d3-f8d8, U+f8da-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f433-f434, U+f436, U+f44e, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f67c, U+f69a, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f806, U+f810;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.11.1.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.1.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.1.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.1.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f148, U+f2e8, U+f2f8, U+f354, U+f357, U+f45e, U+f4c7, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f6aa-f6ab, U+f7ff, U+f803, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.11.2.eot);
  src: url(/static/fonts/webfonts/fa-solid-900-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.2.woff2) format("woff2"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.2.woff) format("woff"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.2.ttf) format("truetype"), url(/static/fonts/webfonts/fa-solid-900-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 17580, ../../../sass/plugins/fontawesome5prostatic.scss */
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
