
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial 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: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .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: .1em;
  padding: .2em .25em .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: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

.fa-rotate-90 {
  -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; }

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

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

.fad.fa-building:after {
  content: "\10f1ad"; }

.fa-ad:before {
  content: "\f641"; }

.fad.fa-ad:after {
  content: "\10f641"; }

.fa-at:after {
  content: "\f1fa"; }

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

.fa-handshake-alt:before {
  content: "\f4c6"; }

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

.fa-handshake-slash:before {
  content: "\e060"; }

.fad.fa-handshake:after {
  content: "\10f2b5"; }

.fad.fa-handshake-alt:after {
  content: "\10f4c6"; }

.fad.fa-handshake-alt-slash:after {
  content: "\10e05f"; }

.fad.fa-handshake-slash:after {
  content: "\10e060"; }

.fa-tools:before {
  content: "\f7d9"; }

.fad.fa-tools:after {
  content: "\10f7d9"; }

.fa-print:before {
  content: "\f02f"; }

.fad.fa-print:after {
  content: "\10f02f"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fad.fa-chart-pie:after {
  content: "\10f200"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fad.fa-hammer:after {
  content: "\10f6e3"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fad.fa-sliders-v:after {
  content: "\10f3f1"; }

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

.fad.fa-users:after {
  content: "\10f0c0"; }

.fa-trash:before {
  content: "\f1f8"; }

.fad.fa-trash:after {
  content: "\10f1f8"; }

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

.fad.fa-plus-square:after {
  content: "\10f0fe"; }

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

.fad.fa-sign-in:after {
  content: "\10f090"; }

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

.fad.fa-edit:after {
  content: "\10f044"; }

.fa-save:before {
  content: "\f0c7"; }

.fad.fa-save:after {
  content: "\10f0c7"; }

.fa-th-list:before {
  content: "\f00b"; }

.fad.fa-th-list:after {
  content: "\10f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fad.fa-check:after {
  content: "\10f00c"; }

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

.fad.fa-binoculars:after {
  content: "\10f1e5"; }

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

.fad.fa-file-import:after {
  content: "\10f56f"; }

.fa-magic:before {
  content: "\f0d0"; }

.fad.fa-magic:after {
  content: "\10f0d0"; }

.fa-code-merge:before {
  content: "\f387"; }

.fad.fa-code-merge:after {
  content: "\10f387"; }

.fa-analytics:before {
  content: "\f643"; }

.fad.fa-analytics:after {
  content: "\10f643"; }

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

.fad.fa-info:after {
  content: "\10f129"; }

.fa-database:before {
  content: "\f1c0"; }

.fad.fa-database:after {
  content: "\10f1c0"; }

.fa-th-list:before {
  content: "\f00b"; }

.fad.fa-th-list:after {
  content: "\10f00b"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fad.fa-photo-video:after {
  content: "\10f87c"; }

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

.fad.fa-ballot-check:after {
  content: "\10f733"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fad.fa-newspaper:after {
  content: "\10f1ea"; }

.fa-trophy:before {
  content: "\f091"; }

.fad.fa-trophy:after {
  content: "\10f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-globe-europe:before {
content: "\f7a2"; }

.fad.fa-globe-europe:after {
  content: "\10f7a2"; }

.fa-user-tag:before {
  content: "\f507"; }

.fad.fa-user-tag:after {
  content: "\10f507"; }

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

.fad.fa-balance-scale-right:after {
  content: "\10f516"; }

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

.fad.fa-clipboard-list:after {
  content: "\10f46d"; }

.fa-cogs:before {
  content: "\f085"; }

.fad.fa-cogs:after {
  content: "\10f085"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fad.fa-sliders-v:after {
  content: "\10f3f1"; }

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

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

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

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fad.fa-user-secret:after {
  content: "\10f21b"; }

.fa-tshirt:before {
  content: "\f553"; }

.fad.fa-tshirt:after {
  content: "\10f553"; }

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

.fad.fa-screwdriver:after {
  content: "\10f54a"; }

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

.fad.fa-calendar-alt:after {
  content: "\10f073"; }

.fa-sms:before {
  content: "\f7cd"; }

.fad.fa-sms:after {
  content: "\10f7cd"; }

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

.fad.fa-user:after {
  content: "\10f007"; }

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

.fad.fa-vial:after {
  content: "\10f492"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }
  
.fad.fa-paper-plane:after {
  content: "\10f1d8"; }

.fa-hashtag:before {
  content: "\f292"; }

.fad.fa-hashtag:after {
  content: "\10f292"; }

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

.fad.fa-smile-beam:after {
  content: "\10f5b8"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fad.fa-sad-cry:after {
  content: "\10f5b3"; }

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

.fad.fa-user-friends:after {
  content: "\10f500"; }

.fa-garage:before {
  content: "\e009"; }

.fad.fa-garage:after {
  content: "\10e009"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fad.fa-file-invoice:after {
  content: "\10f570"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fad.fa-map-marker-check:after {
  content: "\10f606"; }

.fa-map-pin:before {
  content: "\f276"; }

.fad.fa-map-pin:after {
  content: "\10f276"; }

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

.fad.fa-ban:after {
  content: "\10f05e"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fad.fa-copyright:after {
  content: "\10f1f9"; }

.fa-swords-laser:before {
  content: "\e03d"; }

.fad.fa-swords-laser:after {
  content: "\10e03d"; }

.fa-clock:before {
  content: "\f017"; }

.fad.fa-clock:after {
  content: "\10f017"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fad.fa-hands-helping:after {
  content: "\10f4c4"; }

.fa-text:before {
  content: "\f893"; }

.fad.fa-text:after {
  content: "\10f893"; }

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

.fad.fa-retweet-alt:after {
  content: "\10f361"; }

.fa-search:before {
  content: "\f002"; }

.fad.fa-search:after {
  content: "\10f002"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fad.fa-times:after {
  content: "\10f00d"; }

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

.fad.fa-caret-down:after {
  content: "\10f0d7"; }

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

.fad.fa-bolt:after {
  content: "\10f0e7"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fad.fa-users-crown:after {
  content: "\10f6a5"; }

.fa-expand:before {
  content: "\f065"; }

.fad.fa-expand:after {
  content: "\10f065"; }

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

.fad.fa-compress:after {
  content: "\10f066"; }

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

.fad.fa-mail-bulk:after {
  content: "\10f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fad.fa-mailbox:after {
  content: "\10f813"; }

.fa-times:before {
  content: "\f00d"; }

.fad.fa-times:after {
  content: "\10f00d"; }

.fa-eye:before {
  content: "\f06e"; }

.fad.fa-eye:after {
  content: "\10f06e"; }

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

.fad.fa-bars:after {
  content: "\10f0c9"; }

.fa-warehouse:before {
  content: "\f494"; }

.fad.fa-warehouse:after {
  content: "\10f494"; }

.fa-rss:before {
  content: "\f09e"; }

.fad.fa-rss:after {
  content: "\10f09e"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fad.fa-cloud-upload-alt:after {
  content: "\10f382"; }

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

.fad.fa-file-alt:after {
  content: "\10f15c"; }

.fa-images:before {
  content: "\f302"; }

.fad.fa-images:after {
  content: "\10f302"; }

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

.fa-list-alt:before {
 content: "\f022"; }

.fa-list-music:before {
 content: "\f8c9"; }

.fa-list-ol:before {
 content: "\f0cb"; }

.fa-list-ul:before {
 content: "\f0ca"; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
}

.pull-right {
    float: right;
}