/*!
 * Font Awesome Free 5.14.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: .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 .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
}

.fa-500px:before {
    content: "\f26e"
}

.fa-random:before {
    content: "\f074"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-edit:before {
    content: "\f044"
}

.fa-search:before {
    content: "\f002"
}

.fa-times:before {
    content: "\f00d"
}

.fa-pen:before {
    content: "\f304"
}

.fa-cog:before {
    content: "\f013"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-box:before {
    content: "\f466"
}

.fa-image:before {
    content: "\f03e"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-envelope-circle-check::before {
    content: "\e4e8"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-minus:before {
    content: "\f068"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-music:before {
    content: "\f001"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-heart:before {
    content: "\f004"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-home:before {
    content: "\f015"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info:before {
    content: "\f129"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-cog:before {
    content: "\f013"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-history:before {
    content: "\f1da"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-clock:before {
    content: "\f017"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-pen:before {
    content: "\f304"
}

.fa-comments:before {
    content: "\f086"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-comments:before {
    content: "\f086"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-download:before {
    content: "\f019"
}

.fa-robot:before {
    content: "\f544"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-lock:before {
    content: "\f023"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-file-download:before {
    content: "\f56d"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.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: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    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 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    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 Free';
    font-weight: 900
}