/*!
 * Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-clock:before {
  content: "\f017";
}
.fa-search:before {
  content: "\f002";
}
.fa-camera:before {
  content: "\f030";
}
.fa-circle:before {
  content: "\f111";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-minus:before {
  content: "\f068";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-times:before {
  content: "\f00d";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sync:before {
  content: "\f021";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-video:before {
  content: "\f03d";
}
.fa-star:before {
  content: "\f005";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-home:before {
  content: "\f015";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-crown:before {
  content: "\f521";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-user:before {
  content: "\f007";
}
.fa-road:before {
  content: "\f018";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-check:before {
  content: "\f00c";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-heart:before {
  content: "\f004";
}
.fa-print:before {
  content: "\f02f";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-list:before {
  content: "\f03a";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-comment:before {
  content: "\f075";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fa-solid {
  font-family: "Font Awesome Custom";
  font-style: normal;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
