/*	Replace the left-side values with hexadecimal colors, throughout the file below. */
:root{
    --brand-primary: #00447C;
    --brand-primary-dark: #001F4E;
    --brand-secondary: white;
    --brand-accent: #0067B1;
    --brand-offset: #FE7311;
    --brand-orange: #D44500;
    --brand-gray: #455263;
}

/* gutters and body gradient override */
body
{
    /*background-color:white;*/
    background: 
    url(https://uwplatt-test.terradotta.com/accounts/9F67DEBEAC78D60DDD48FC7754F498E4/themes/stockassets/Fade.jpg)
    no-repeat fixed center;
}

/* typography */
a {color: var(--brand-primary)}
.text-primary {color:var(--brand-primary)}
a.text-primary:hover,a.text-primary:focus {color:var(--brand-orange)}
.bg-primary {background-color:var(--brand-primary)}
a.bg-primary:hover,a.bg-primary:focus {background-color:var(--brand-orange)}

.heading{
    background: var(--brand-primary);
    color: var(--brand-secondary);
    padding: 8px 0;
}

/* tables */
.table .table{background-color:var(--brand-primary)}

/* buttons */
.btn-primary{background-color:var(--brand-primary);border-color:var(--brand-primary)}
.btn-primary:focus,.btn-primary.focus{background-color:var(--brand-primary)}
.btn-primary:hover{background-color:var(--brand-orange);border-color:var(--brand-primary)}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-color:var(--brand-orange);border-color:var(--brand-primary)}
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{background-color:var(--brand-primary)}
.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:var(--brand-primary);border-color:var(--brand-primary)}
.btn-primary .badge{color:var(--brand-primary)}
.btn-link{color:var(--brand-primary)}
.btn-link:hover,.btn-link:focus{color:var(--brand-orange)}

/* paginations */
.pagination>li>a,.pagination>li>span {color:var(--brand-primary)}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {color:var(--brand-orange)}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {background-color:var(--brand-primary);border-color:var(--brand-primary)}

/* labels */
.label-primary {background-color:var(--brand-primary)}
.label-primary[href]:hover,.label-primary[href]:focus {background-color:var(--brand-orange)}

/* thumbnails */
.img-thumbnail {background-color:var(--brand-primary)}
.thumbnail {background-color:var(--brand-primary)}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:var(--brand-primary)}

/* progress bars */
.progress-bar {background-color:var(--brand-primary)}

/* list groups */
.list-group-item.active>.badge,.nav-pills>.active>a>.badge {color:var(--brand-primary)}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {background-color:var(--brand-primary);border-color:var(--brand-primary)}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:var(--brand-primary)}

/* panels */
.panel{box-shadow:0px 0px 10px rgba(0,0,0,0.2)}
.panel-primary {border-color:var(--brand-primary)}
.panel-primary>.panel-heading {background-color:var(--brand-primary);border-color:var(--brand-primary);background-image:linear-gradient(to bottom,rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 100%)}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {border-top-color:var(--brand-primary)}
.panel-primary>.panel-heading .badge {color: var(--brand-primary)}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {border-bottom-color:var(--brand-primary)}

/* header / footer */
header{background-image:linear-gradient(to bottom,#ffffff 20%,#d9d9d9 100%);box-shadow:0px 0px 5px rgba(0,0,0,0.8)}
/*footer{background-image:linear-gradient(to top,#ffffff 20%,#d9d9d9 100%);border-top:1px solid #999999}
*/

/* breakpoints */
@media(min-width:768px){.container{width:750px}}
@media(min-width:992px){.container{width:970px}}
@media(min-width:1200px){.container{width:1170px}}

/* font preferences for site */
html
{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

/*Header Custom CSS*/
.header
{
    background-color: #00447C;
    color: white;
    text-decoration: none;
}

#hTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    color: white;
}

#headImg
{
    height: bottom;
    width: 26em;
    margin: 2em;
}


/* Footer Custom CSS*/
footer
{
    background-color: #00447C;
}

.social
{
    font-size: 2rem;
}

#EAfoot
{
    font-size: 1.15em;
    font-family:  Arial, Helvetica, sans-serif;
}

#EAfoot a
{
    font-weight: bold;
}
#EAfoot a:hover, #bottomPage a:hover {
    color: var(--brand-orange) !important;
}

footer a
{
    color:white;
    text-decoration: underline;
}

#footer a:hover,
#footer a:active,
#footer a:visited,
a span.fa7:hover
{
    color: var(--brand-orange) !important;
}

.footer
{
    color: white;
    padding:0.5em;
}

#bottomPage
{
    text-align: center;
    color: white;
}

#EAfoot
{
    text-align: center;
}

#Logo
{
    width: 7em;
}

/*Navigation Styling*/
.navbar-inverse {
    background-color: var(--brand-primary-dark);
    border-color: var(--brand-primary-dark);
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav li p.navbar-text, a.btn-primary, a.btn-primary:active, a.btn-primary:visited {
    color: var(--brand-secondary);
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #262626;
    text-decoration: none;
    outline: 0;
    font-weight: bold;
    background-color: transparent !important;
}

/*Shading images and boxes in Home*/
.btn-primary.active
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*SlideShow Styling*/
#slideContainer
{
    margin: auto;
    width: 100%;
    vertical-align: middle;
    min-height: 250px;
}
.mySlides{display: none;}
.slideImages
{
   max-width: inherit;
   width: 100%;
   max-height: inherit;
}

.slideContent
{
    position: absolute;
    Top: inherit;
    font-size: 1.25em;
    padding: 0.7em;
}

.slideContent a, .slideContent a:hover, .slideContent a:visited
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

.slideBackground
{
    position: absolute;
    Top: inherit;
    background-color: rgba(254,115,17,0.87);
    text-align: center;
    width: 35%;
}

/*Slide Show Selectors*/
a.slideSelector, a.slideSelector:hover {text-decoration: none; color:white;}
.slideSelector
{
    position: relative;
    background-color: var(--brand-offset);
    color: white;
    font-size: 3em;
    padding: 1px 16px;
    border-radius: 50%;
    bottom: 2em;
}
/*CSS Animations*/

/*Announcements style*/
#announcements-frame .announcements-top {
    background: var(--brand-accent) !important;
}

/*Keep Icons on Pages*/
.fa7
{
    font-family: FontAwesome !important;
}

/*!
 * Font Awesome Free 7.2.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)
 * Copyright 2026 Fonticons, Inc.
 */
.fa7,.fa7-brands7,.fa7-classic7,.fa7-regular7,.fa7-solid7,.fab7,.far7,.fas7{--_fa7-family:var(--fa7-family,var(--fa7-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:var(--fa7-display,inline-block);font-family:var(--_fa-family);font-feature-settings:normal;font-style:normal;font-synthesis:none;font-variant:normal;font-weight:var(--fa7-style,900);line-height:1;text-align:center;text-rendering:auto;width:var(--fa7-width,1.25em)}:is(.fas7,.far7,.fab7,.fa7-solid7,.fa7-regular7,.fa7-brands7,.fa7-classic7,.fa7):before{content:var(--fa7)/""}@supports not (content:""/""){:is(.fas7,.far7,.fab7,.fa7-solid7,.fa7-regular7,.fa7-brands7,.fa7-classic7,.fa7):before{content:var(--fa7)}}.fa7-1x{font-size:1em}.fa7-2x{font-size:2em}.fa7-3x{font-size:3em}.fa7-4x{font-size:4em}.fa7-5x{font-size:5em}.fa7-6x{font-size:6em}.fa7-7x{font-size:7em}.fa7-8x{font-size:8em}.fa7-9x{font-size:9em}.fa7-10x{font-size:10em}.fa7-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa7-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa7-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa7-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa7-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa7-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa7-width-auto{--fa7-width:auto}.fa7-fw,.fa7-width-fixed{--fa7-width:1.25em}.fa7-ul{list-style-type:none;margin-inline-start:var(--fa7-li-margin,2.5em);padding-inline-start:0}.fa7-ul>li{position:relative}.fa7-li{inset-inline-start:calc(var(--fa7-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa7-li-width,2em);line-height:inherit}.fa7-border{border-radius:var(--fa7-border-radius,.1em);border:var(--fa7-border-width,.0625em) var(--fa7-border-style,solid) var(--fa7-border-color,#eee);box-sizing:var(--fa7-border-box-sizing,content-box);padding:var(--fa7-border-padding,.1875em .25em)}.fa7-pull-left,.fa7-pull-start{float:inline-start;margin-inline-end:var(--fa7-pull-margin,.3em)}.fa7-pull-end,.fa7-pull-right{float:inline-end;margin-inline-start:var(--fa7-pull-margin,.3em)}.fa7-beat{animation-name:fa-beat;animation-delay:var(--fa7-animation-delay,0s);animation-direction:var(--fa7-animation-direction,normal);animation-duration:var(--fa7-animation-duration,1s);animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,ease-in-out)}.fa7-bounce{animation-name:fa-bounce;animation-delay:var(--fa7-animation-delay,0s);animation-direction:var(--fa7-animation-direction,normal);animation-duration:var(--fa7-animation-duration,1s);animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa7-fade{animation-name:fa-fade;animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,cubic-bezier(.4,0,.6,1))}.fa7-beat-fade,.fa7-fade{animation-delay:var(--fa7-animation-delay,0s);animation-direction:var(--fa7-animation-direction,normal);animation-duration:var(--fa7-animation-duration,1s)}.fa7-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,cubic-bezier(.4,0,.6,1))}.fa7-flip{animation-name:fa-flip;animation-delay:var(--fa7-animation-delay,0s);animation-direction:var(--fa7-animation-direction,normal);animation-duration:var(--fa7-animation-duration,1s);animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,ease-in-out)}.fa7-shake{animation-name:fa-shake;animation-duration:var(--fa7-animation-duration,1s);animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,linear)}.fa7-shake,.fa7-spin{animation-delay:var(--fa7-animation-delay,0s);animation-direction:var(--fa7-animation-direction,normal)}.fa7-spin{animation-name:fa-spin;animation-duration:var(--fa7-animation-duration,2s);animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,linear)}.fa7-spin-reverse{--fa7-animation-direction:reverse}.fa7-pulse,.fa7-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa7-animation-direction,normal);animation-duration:var(--fa7-animation-duration,1s);animation-iteration-count:var(--fa7-animation-iteration-count,infinite);animation-timing-function:var(--fa7-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa7-beat,.fa7-beat-fade,.fa7-bounce,.fa7-fade,.fa7-flip,.fa7-pulse,.fa7-shake,.fa7-spin,.fa7-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa7-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa7-bounce-start-scale-x,1.1),var(--fa7-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa7-bounce-jump-scale-x,.9),var(--fa7-bounce-jump-scale-y,1.1)) translateY(var(--fa7-bounce-height,-.5em))}50%{transform:scale(var(--fa7-bounce-land-scale-x,1.05),var(--fa7-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa7-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa7-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa7-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa7-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa7-flip-x,0),var(--fa7-flip-y,1),var(--fa7-flip-z,0),var(--fa7-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa7-rotate-90{transform:rotate(90deg)}.fa7-rotate-180{transform:rotate(180deg)}.fa7-rotate-270{transform:rotate(270deg)}.fa7-flip-horizontal{transform:scaleX(-1)}.fa7-flip-vertical{transform:scaleY(-1)}.fa7-flip-both,.fa7-flip-horizontal.fa7-flip-vertical{transform:scale(-1)}.fa7-rotate-by{transform:rotate(var(--fa7-rotate-angle,0))}.fa7-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa7-stack-1x,.fa7-stack-2x{--fa7-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa7-width);z-index:var(--fa7-stack-z-index,auto)}.fa7-stack-1x{line-height:inherit}.fa7-stack-2x{font-size:2em}.fa7-inverse{color:var(--fa7-inverse,#fff)}

.fa7-0{--fa7:"\30 "}.fa7-1{--fa7:"\31 "}.fa7-2{--fa7:"\32 "}.fa7-3{--fa7:"\33 "}.fa7-4{--fa7:"\34 "}.fa7-5{--fa7:"\35 "}.fa7-6{--fa7:"\36 "}.fa7-7{--fa7:"\37 "}.fa7-8{--fa7:"\38 "}.fa7-9{--fa7:"\39 "}.fa7-exclamation{--fa7:"\!"}.fa7-hashtag{--fa7:"\#"}.fa7-dollar,.fa7-dollar-sign,.fa7-usd{--fa7:"\$"}.fa7-percent,.fa7-percentage{--fa7:"\%"}.fa7-asterisk{--fa7:"\*"}.fa7-add,.fa7-plus{--fa7:"\+"}.fa7-less-than{--fa7:"\<"}.fa7-equals{--fa7:"\="}.fa7-greater-than{--fa7:"\>"}.fa7-question{--fa7:"\?"}.fa7-at{--fa7:"\@"}.fa7-a{--fa7:"A"}.fa7-b{--fa7:"B"}.fa7-c{--fa7:"C"}.fa7-d{--fa7:"D"}.fa7-e{--fa7:"E"}.fa7-f{--fa7:"F"}.fa7-g{--fa7:"G"}.fa7-h{--fa7:"H"}.fa7-i{--fa7:"I"}.fa7-j{--fa7:"J"}.fa7-k{--fa7:"K"}.fa7-l{--fa7:"L"}.fa7-m{--fa7:"M"}.fa7-n{--fa7:"N"}.fa7-o{--fa7:"O"}.fa7-p{--fa7:"P"}.fa7-q{--fa7:"Q"}.fa7-r{--fa7:"R"}.fa7-s{--fa7:"S"}.fa7-t{--fa7:"T"}.fa7-u{--fa7:"U"}.fa7-v{--fa7:"V"}.fa7-w{--fa7:"W"}.fa7-x{--fa7:"X"}.fa7-y{--fa7:"Y"}.fa7-z{--fa7:"Z"}.fa7-faucet{--fa7:"\e005"}.fa7-faucet-drip{--fa7:"\e006"}.fa7-house-chimney-window{--fa7:"\e00d"}.fa7-house-signal{--fa7:"\e012"}.fa7-temperature-arrow-down,.fa7-temperature-down{--fa7:"\e03f"}.fa7-temperature-arrow-up,.fa7-temperature-up{--fa7:"\e040"}.fa7-trailer{--fa7:"\e041"}.fa7-bacteria{--fa7:"\e059"}.fa7-bacterium{--fa7:"\e05a"}.fa7-box-tissue{--fa7:"\e05b"}.fa7-hand-holding-medical{--fa7:"\e05c"}.fa7-hand-sparkles{--fa7:"\e05d"}.fa7-hands-bubbles,.fa7-hands-wash{--fa7:"\e05e"}.fa7-handshake-alt-slash,.fa7-handshake-simple-slash,.fa7-handshake-slash{--fa7:"\e060"}.fa7-head-side-cough{--fa7:"\e061"}.fa7-head-side-cough-slash{--fa7:"\e062"}.fa7-head-side-mask{--fa7:"\e063"}.fa7-head-side-virus{--fa7:"\e064"}.fa7-house-chimney-user{--fa7:"\e065"}.fa7-house-laptop,.fa7-laptop-house{--fa7:"\e066"}.fa7-lungs-virus{--fa7:"\e067"}.fa7-people-arrows,.fa7-people-arrows-left-right{--fa7:"\e068"}.fa7-plane-slash{--fa7:"\e069"}.fa7-pump-medical{--fa7:"\e06a"}.fa7-pump-soap{--fa7:"\e06b"}.fa7-shield-virus{--fa7:"\e06c"}.fa7-sink{--fa7:"\e06d"}.fa7-soap{--fa7:"\e06e"}.fa7-stopwatch-20{--fa7:"\e06f"}.fa7-shop-slash,.fa7-store-alt-slash{--fa7:"\e070"}.fa7-store-slash{--fa7:"\e071"}.fa7-toilet-paper-slash{--fa7:"\e072"}.fa7-users-slash{--fa7:"\e073"}.fa7-virus{--fa7:"\e074"}.fa7-virus-slash{--fa7:"\e075"}.fa7-viruses{--fa7:"\e076"}.fa7-vest{--fa7:"\e085"}.fa7-vest-patches{--fa7:"\e086"}.fa7-arrow-trend-down{--fa7:"\e097"}.fa7-arrow-trend-up{--fa7:"\e098"}.fa7-arrow-up-from-bracket{--fa7:"\e09a"}.fa7-austral-sign{--fa7:"\e0a9"}.fa7-baht-sign{--fa7:"\e0ac"}.fa7-bitcoin-sign{--fa7:"\e0b4"}.fa7-bolt-lightning{--fa7:"\e0b7"}.fa7-book-bookmark{--fa7:"\e0bb"}.fa7-camera-rotate{--fa7:"\e0d8"}.fa7-cedi-sign{--fa7:"\e0df"}.fa7-chart-column{--fa7:"\e0e3"}.fa7-chart-gantt{--fa7:"\e0e4"}.fa7-clapperboard{--fa7:"\e131"}.fa7-closed-captioning-slash{--fa7:"\e135"}.fa7-clover{--fa7:"\e139"}.fa7-code-compare{--fa7:"\e13a"}.fa7-code-fork{--fa7:"\e13b"}.fa7-code-pull-request{--fa7:"\e13c"}.fa7-colon-sign{--fa7:"\e140"}.fa7-cruzeiro-sign{--fa7:"\e152"}.fa7-display{--fa7:"\e163"}.fa7-dong-sign{--fa7:"\e169"}.fa7-elevator{--fa7:"\e16d"}.fa7-filter-circle-xmark{--fa7:"\e17b"}.fa7-florin-sign{--fa7:"\e184"}.fa7-folder-closed{--fa7:"\e185"}.fa7-franc-sign{--fa7:"\e18f"}.fa7-guarani-sign{--fa7:"\e19a"}.fa7-gun{--fa7:"\e19b"}.fa7-hands-clapping{--fa7:"\e1a8"}.fa7-home-user,.fa7-house-user{--fa7:"\e1b0"}.fa7-indian-rupee,.fa7-indian-rupee-sign,.fa7-inr{--fa7:"\e1bc"}.fa7-kip-sign{--fa7:"\e1c4"}.fa7-lari-sign{--fa7:"\e1c8"}.fa7-litecoin-sign{--fa7:"\e1d3"}.fa7-manat-sign{--fa7:"\e1d5"}.fa7-mask-face{--fa7:"\e1d7"}.fa7-mill-sign{--fa7:"\e1ed"}.fa7-money-bills{--fa7:"\e1f3"}.fa7-naira-sign{--fa7:"\e1f6"}.fa7-notdef{--fa7:"\e1fe"}.fa7-panorama{--fa7:"\e209"}.fa7-peseta-sign{--fa7:"\e221"}.fa7-peso-sign{--fa7:"\e222"}.fa7-plane-up{--fa7:"\e22d"}.fa7-rupiah-sign{--fa7:"\e23d"}.fa7-stairs{--fa7:"\e289"}.fa7-timeline{--fa7:"\e29c"}.fa7-truck-front{--fa7:"\e2b7"}.fa7-try,.fa7-turkish-lira,.fa7-turkish-lira-sign{--fa7:"\e2bb"}.fa7-vault{--fa7:"\e2c5"}.fa7-magic-wand-sparkles,.fa7-wand-magic-sparkles{--fa7:"\e2ca"}.fa7-wheat-alt,.fa7-wheat-awn{--fa7:"\e2cd"}.fa7-wheelchair-alt,.fa7-wheelchair-move{--fa7:"\e2ce"}.fa7-bangladeshi-taka-sign{--fa7:"\e2e6"}.fa7-bowl-rice{--fa7:"\e2eb"}.fa7-person-pregnant{--fa7:"\e31e"}.fa7-home-lg,.fa7-house-chimney{--fa7:"\e3af"}.fa7-house-crack{--fa7:"\e3b1"}.fa7-house-medical{--fa7:"\e3b2"}.fa7-cent-sign{--fa7:"\e3f5"}.fa7-plus-minus{--fa7:"\e43c"}.fa7-sailboat{--fa7:"\e445"}.fa7-section{--fa7:"\e447"}.fa7-shrimp{--fa7:"\e448"}.fa7-brazilian-real-sign{--fa7:"\e46c"}.fa7-chart-simple{--fa7:"\e473"}.fa7-diagram-next{--fa7:"\e476"}.fa7-diagram-predecessor{--fa7:"\e477"}.fa7-diagram-successor{--fa7:"\e47a"}.fa7-earth-oceania,.fa7-globe-oceania{--fa7:"\e47b"}.fa7-bug-slash{--fa7:"\e490"}.fa7-file-circle-plus{--fa7:"\e494"}.fa7-shop-lock{--fa7:"\e4a5"}.fa7-virus-covid{--fa7:"\e4a8"}.fa7-virus-covid-slash{--fa7:"\e4a9"}.fa7-anchor-circle-check{--fa7:"\e4aa"}.fa7-anchor-circle-exclamation{--fa7:"\e4ab"}.fa7-anchor-circle-xmark{--fa7:"\e4ac"}.fa7-anchor-lock{--fa7:"\e4ad"}.fa7-arrow-down-up-across-line{--fa7:"\e4af"}.fa7-arrow-down-up-lock{--fa7:"\e4b0"}.fa7-arrow-right-to-city{--fa7:"\e4b3"}.fa7-arrow-up-from-ground-water{--fa7:"\e4b5"}.fa7-arrow-up-from-water-pump{--fa7:"\e4b6"}.fa7-arrow-up-right-dots{--fa7:"\e4b7"}.fa7-arrows-down-to-line{--fa7:"\e4b8"}.fa7-arrows-down-to-people{--fa7:"\e4b9"}.fa7-arrows-left-right-to-line{--fa7:"\e4ba"}.fa7-arrows-spin{--fa7:"\e4bb"}.fa7-arrows-split-up-and-left{--fa7:"\e4bc"}.fa7-arrows-to-circle{--fa7:"\e4bd"}.fa7-arrows-to-dot{--fa7:"\e4be"}.fa7-arrows-to-eye{--fa7:"\e4bf"}.fa7-arrows-turn-right{--fa7:"\e4c0"}.fa7-arrows-turn-to-dots{--fa7:"\e4c1"}.fa7-arrows-up-to-line{--fa7:"\e4c2"}.fa7-bore-hole{--fa7:"\e4c3"}.fa7-bottle-droplet{--fa7:"\e4c4"}.fa7-bottle-water{--fa7:"\e4c5"}.fa7-bowl-food{--fa7:"\e4c6"}.fa7-boxes-packing{--fa7:"\e4c7"}.fa7-bridge{--fa7:"\e4c8"}.fa7-bridge-circle-check{--fa7:"\e4c9"}.fa7-bridge-circle-exclamation{--fa7:"\e4ca"}.fa7-bridge-circle-xmark{--fa7:"\e4cb"}.fa7-bridge-lock{--fa7:"\e4cc"}.fa7-bridge-water{--fa7:"\e4ce"}.fa7-bucket{--fa7:"\e4cf"}.fa7-bugs{--fa7:"\e4d0"}.fa7-building-circle-arrow-right{--fa7:"\e4d1"}.fa7-building-circle-check{--fa7:"\e4d2"}.fa7-building-circle-exclamation{--fa7:"\e4d3"}.fa7-building-circle-xmark{--fa7:"\e4d4"}.fa7-building-flag{--fa7:"\e4d5"}.fa7-building-lock{--fa7:"\e4d6"}.fa7-building-ngo{--fa7:"\e4d7"}.fa7-building-shield{--fa7:"\e4d8"}.fa7-building-un{--fa7:"\e4d9"}.fa7-building-user{--fa7:"\e4da"}.fa7-building-wheat{--fa7:"\e4db"}.fa7-burst{--fa7:"\e4dc"}.fa7-car-on{--fa7:"\e4dd"}.fa7-car-tunnel{--fa7:"\e4de"}.fa7-child-combatant,.fa7-child-rifle{--fa7:"\e4e0"}.fa7-children{--fa7:"\e4e1"}.fa7-circle-nodes{--fa7:"\e4e2"}.fa7-clipboard-question{--fa7:"\e4e3"}.fa7-cloud-showers-water{--fa7:"\e4e4"}.fa7-computer{--fa7:"\e4e5"}.fa7-cubes-stacked{--fa7:"\e4e6"}.fa7-envelope-circle-check{--fa7:"\e4e8"}.fa7-explosion{--fa7:"\e4e9"}.fa7-ferry{--fa7:"\e4ea"}.fa7-file-circle-exclamation{--fa7:"\e4eb"}.fa7-file-circle-minus{--fa7:"\e4ed"}.fa7-file-circle-question{--fa7:"\e4ef"}.fa7-file-shield{--fa7:"\e4f0"}.fa7-fire-burner{--fa7:"\e4f1"}.fa7-fish-fins{--fa7:"\e4f2"}.fa7-flask-vial{--fa7:"\e4f3"}.fa7-glass-water{--fa7:"\e4f4"}.fa7-glass-water-droplet{--fa7:"\e4f5"}.fa7-group-arrows-rotate{--fa7:"\e4f6"}.fa7-hand-holding-hand{--fa7:"\e4f7"}.fa7-handcuffs{--fa7:"\e4f8"}.fa7-hands-bound{--fa7:"\e4f9"}.fa7-hands-holding-child{--fa7:"\e4fa"}.fa7-hands-holding-circle{--fa7:"\e4fb"}.fa7-heart-circle-bolt{--fa7:"\e4fc"}.fa7-heart-circle-check{--fa7:"\e4fd"}.fa7-heart-circle-exclamation{--fa7:"\e4fe"}.fa7-heart-circle-minus{--fa7:"\e4ff"}.fa7-heart-circle-plus{--fa7:"\e500"}.fa7-heart-circle-xmark{--fa7:"\e501"}.fa7-helicopter-symbol{--fa7:"\e502"}.fa7-helmet-un{--fa7:"\e503"}.fa7-hill-avalanche{--fa7:"\e507"}.fa7-hill-rockslide{--fa7:"\e508"}.fa7-house-circle-check{--fa7:"\e509"}.fa7-house-circle-exclamation{--fa7:"\e50a"}.fa7-house-circle-xmark{--fa7:"\e50b"}.fa7-house-fire{--fa7:"\e50c"}.fa7-house-flag{--fa7:"\e50d"}.fa7-house-flood-water{--fa7:"\e50e"}.fa7-house-flood-water-circle-arrow-right{--fa7:"\e50f"}.fa7-house-lock{--fa7:"\e510"}.fa7-house-medical-circle-check{--fa7:"\e511"}.fa7-house-medical-circle-exclamation{--fa7:"\e512"}.fa7-house-medical-circle-xmark{--fa7:"\e513"}.fa7-house-medical-flag{--fa7:"\e514"}.fa7-house-tsunami{--fa7:"\e515"}.fa7-jar{--fa7:"\e516"}.fa7-jar-wheat{--fa7:"\e517"}.fa7-jet-fighter-up{--fa7:"\e518"}.fa7-jug-detergent{--fa7:"\e519"}.fa7-kitchen-set{--fa7:"\e51a"}.fa7-land-mine-on{--fa7:"\e51b"}.fa7-landmark-flag{--fa7:"\e51c"}.fa7-laptop-file{--fa7:"\e51d"}.fa7-lines-leaning{--fa7:"\e51e"}.fa7-location-pin-lock{--fa7:"\e51f"}.fa7-locust{--fa7:"\e520"}.fa7-magnifying-glass-arrow-right{--fa7:"\e521"}.fa7-magnifying-glass-chart{--fa7:"\e522"}.fa7-mars-and-venus-burst{--fa7:"\e523"}.fa7-mask-ventilator{--fa7:"\e524"}.fa7-mattress-pillow{--fa7:"\e525"}.fa7-mobile-retro{--fa7:"\e527"}.fa7-money-bill-transfer{--fa7:"\e528"}.fa7-money-bill-trend-up{--fa7:"\e529"}.fa7-money-bill-wheat{--fa7:"\e52a"}.fa7-mosquito{--fa7:"\e52b"}.fa7-mosquito-net{--fa7:"\e52c"}.fa7-mound{--fa7:"\e52d"}.fa7-mountain-city{--fa7:"\e52e"}.fa7-mountain-sun{--fa7:"\e52f"}.fa7-oil-well{--fa7:"\e532"}.fa7-people-group{--fa7:"\e533"}.fa7-people-line{--fa7:"\e534"}.fa7-people-pulling{--fa7:"\e535"}.fa7-people-robbery{--fa7:"\e536"}.fa7-people-roof{--fa7:"\e537"}.fa7-person-arrow-down-to-line{--fa7:"\e538"}.fa7-person-arrow-up-from-line{--fa7:"\e539"}.fa7-person-breastfeeding{--fa7:"\e53a"}.fa7-person-burst{--fa7:"\e53b"}.fa7-person-cane{--fa7:"\e53c"}.fa7-person-chalkboard{--fa7:"\e53d"}.fa7-person-circle-check{--fa7:"\e53e"}.fa7-person-circle-exclamation{--fa7:"\e53f"}.fa7-person-circle-minus{--fa7:"\e540"}.fa7-person-circle-plus{--fa7:"\e541"}.fa7-person-circle-question{--fa7:"\e542"}.fa7-person-circle-xmark{--fa7:"\e543"}.fa7-person-dress-burst{--fa7:"\e544"}.fa7-person-drowning{--fa7:"\e545"}.fa7-person-falling{--fa7:"\e546"}.fa7-person-falling-burst{--fa7:"\e547"}.fa7-person-half-dress{--fa7:"\e548"}.fa7-person-harassing{--fa7:"\e549"}.fa7-person-military-pointing{--fa7:"\e54a"}.fa7-person-military-rifle{--fa7:"\e54b"}.fa7-person-military-to-person{--fa7:"\e54c"}.fa7-person-rays{--fa7:"\e54d"}.fa7-person-rifle{--fa7:"\e54e"}.fa7-person-shelter{--fa7:"\e54f"}.fa7-person-walking-arrow-loop-left{--fa7:"\e551"}.fa7-person-walking-arrow-right{--fa7:"\e552"}.fa7-person-walking-dashed-line-arrow-right{--fa7:"\e553"}.fa7-person-walking-luggage{--fa7:"\e554"}.fa7-plane-circle-check{--fa7:"\e555"}.fa7-plane-circle-exclamation{--fa7:"\e556"}.fa7-plane-circle-xmark{--fa7:"\e557"}.fa7-plane-lock{--fa7:"\e558"}.fa7-plate-wheat{--fa7:"\e55a"}.fa7-plug-circle-bolt{--fa7:"\e55b"}.fa7-plug-circle-check{--fa7:"\e55c"}.fa7-plug-circle-exclamation{--fa7:"\e55d"}.fa7-plug-circle-minus{--fa7:"\e55e"}.fa7-plug-circle-plus{--fa7:"\e55f"}.fa7-plug-circle-xmark{--fa7:"\e560"}.fa7-ranking-star{--fa7:"\e561"}.fa7-road-barrier{--fa7:"\e562"}.fa7-road-bridge{--fa7:"\e563"}.fa7-road-circle-check{--fa7:"\e564"}.fa7-road-circle-exclamation{--fa7:"\e565"}.fa7-road-circle-xmark{--fa7:"\e566"}.fa7-road-lock{--fa7:"\e567"}.fa7-road-spikes{--fa7:"\e568"}.fa7-rug{--fa7:"\e569"}.fa7-sack-xmark{--fa7:"\e56a"}.fa7-school-circle-check{--fa7:"\e56b"}.fa7-school-circle-exclamation{--fa7:"\e56c"}.fa7-school-circle-xmark{--fa7:"\e56d"}.fa7-school-flag{--fa7:"\e56e"}.fa7-school-lock{--fa7:"\e56f"}.fa7-sheet-plastic{--fa7:"\e571"}.fa7-shield-cat{--fa7:"\e572"}.fa7-shield-dog{--fa7:"\e573"}.fa7-shield-heart{--fa7:"\e574"}.fa7-square-nfi{--fa7:"\e576"}.fa7-square-person-confined{--fa7:"\e577"}.fa7-square-virus{--fa7:"\e578"}.fa7-rod-asclepius,.fa7-rod-snake,.fa7-staff-aesculapius,.fa7-staff-snake{--fa7:"\e579"}.fa7-sun-plant-wilt{--fa7:"\e57a"}.fa7-tarp{--fa7:"\e57b"}.fa7-tarp-droplet{--fa7:"\e57c"}.fa7-tent{--fa7:"\e57d"}.fa7-tent-arrow-down-to-line{--fa7:"\e57e"}.fa7-tent-arrow-left-right{--fa7:"\e57f"}.fa7-tent-arrow-turn-left{--fa7:"\e580"}.fa7-tent-arrows-down{--fa7:"\e581"}.fa7-tents{--fa7:"\e582"}.fa7-toilet-portable{--fa7:"\e583"}.fa7-toilets-portable{--fa7:"\e584"}.fa7-tower-cell{--fa7:"\e585"}.fa7-tower-observation{--fa7:"\e586"}.fa7-tree-city{--fa7:"\e587"}.fa7-trowel{--fa7:"\e589"}.fa7-trowel-bricks{--fa7:"\e58a"}.fa7-truck-arrow-right{--fa7:"\e58b"}.fa7-truck-droplet{--fa7:"\e58c"}.fa7-truck-field{--fa7:"\e58d"}.fa7-truck-field-un{--fa7:"\e58e"}.fa7-truck-plane{--fa7:"\e58f"}.fa7-users-between-lines{--fa7:"\e591"}.fa7-users-line{--fa7:"\e592"}.fa7-users-rays{--fa7:"\e593"}.fa7-users-rectangle{--fa7:"\e594"}.fa7-users-viewfinder{--fa7:"\e595"}.fa7-vial-circle-check{--fa7:"\e596"}.fa7-vial-virus{--fa7:"\e597"}.fa7-wheat-awn-circle-exclamation{--fa7:"\e598"}.fa7-worm{--fa7:"\e599"}.fa7-xmarks-lines{--fa7:"\e59a"}.fa7-child-dress{--fa7:"\e59c"}.fa7-child-reaching{--fa7:"\e59d"}.fa7-file-circle-check{--fa7:"\e5a0"}.fa7-file-circle-xmark{--fa7:"\e5a1"}.fa7-person-through-window{--fa7:"\e5a9"}.fa7-plant-wilt{--fa7:"\e5aa"}.fa7-stapler{--fa7:"\e5af"}.fa7-train-tram{--fa7:"\e5b4"}.fa7-table-cells-column-lock{--fa7:"\e678"}.fa7-table-cells-row-lock{--fa7:"\e67a"}.fa7-thumb-tack-slash,.fa7-thumbtack-slash{--fa7:"\e68f"}.fa7-table-cells-row-unlock{--fa7:"\e691"}.fa7-chart-diagram{--fa7:"\e695"}.fa7-comment-nodes{--fa7:"\e696"}.fa7-file-fragment{--fa7:"\e697"}.fa7-file-half-dashed{--fa7:"\e698"}.fa7-hexagon-nodes{--fa7:"\e699"}.fa7-hexagon-nodes-bolt{--fa7:"\e69a"}.fa7-square-binary{--fa7:"\e69b"}.fa7-pentagon{--fa7:"\e790"}.fa7-non-binary{--fa7:"\e807"}.fa7-spiral{--fa7:"\e80a"}.fa7-picture-in-picture{--fa7:"\e80b"}.fa7-mobile-vibrate{--fa7:"\e816"}.fa7-single-quote-left{--fa7:"\e81b"}.fa7-single-quote-right{--fa7:"\e81c"}.fa7-bus-side{--fa7:"\e81d"}.fa7-heptagon,.fa7-septagon{--fa7:"\e820"}.fa7-aquarius{--fa7:"\e845"}.fa7-aries{--fa7:"\e846"}.fa7-cancer{--fa7:"\e847"}.fa7-capricorn{--fa7:"\e848"}.fa7-gemini{--fa7:"\e849"}.fa7-leo{--fa7:"\e84a"}.fa7-libra{--fa7:"\e84b"}.fa7-pisces{--fa7:"\e84c"}.fa7-sagittarius{--fa7:"\e84d"}.fa7-scorpio{--fa7:"\e84e"}.fa7-taurus{--fa7:"\e84f"}.fa7-virgo{--fa7:"\e850"}.fa7-glass-martini,.fa7-martini-glass-empty{--fa7:"\f000"}.fa7-music{--fa7:"\f001"}.fa7-magnifying-glass,.fa7-search{--fa7:"\f002"}.fa7-heart{--fa7:"\f004"}.fa7-star{--fa7:"\f005"}.fa7-user,.fa7-user-alt,.fa7-user-large{--fa7:"\f007"}.fa7-film,.fa7-film-alt,.fa7-film-simple{--fa7:"\f008"}.fa7-table-cells-large,.fa7-th-large{--fa7:"\f009"}.fa7-table-cells,.fa7-th{--fa7:"\f00a"}.fa7-table-list,.fa7-th-list{--fa7:"\f00b"}.fa7-check{--fa7:"\f00c"}.fa7-close,.fa7-multiply,.fa7-remove,.fa7-times,.fa7-xmark{--fa7:"\f00d"}.fa7-magnifying-glass-plus,.fa7-search-plus{--fa7:"\f00e"}.fa7-magnifying-glass-minus,.fa7-search-minus{--fa7:"\f010"}.fa7-power-off{--fa7:"\f011"}.fa7-signal,.fa7-signal-5,.fa7-signal-perfect{--fa7:"\f012"}.fa7-cog,.fa7-gear{--fa7:"\f013"}.fa7-home,.fa7-home-alt,.fa7-home-lg-alt,.fa7-house{--fa7:"\f015"}.fa7-clock,.fa7-clock-four{--fa7:"\f017"}.fa7-road{--fa7:"\f018"}.fa7-download{--fa7:"\f019"}.fa7-inbox{--fa7:"\f01c"}.fa7-arrow-right-rotate,.fa7-arrow-rotate-forward,.fa7-arrow-rotate-right,.fa7-redo{--fa7:"\f01e"}.fa7-arrows-rotate,.fa7-refresh,.fa7-sync{--fa7:"\f021"}.fa7-list-alt,.fa7-rectangle-list{--fa7:"\f022"}.fa7-lock{--fa7:"\f023"}.fa7-flag{--fa7:"\f024"}.fa7-headphones,.fa7-headphones-alt,.fa7-headphones-simple{--fa7:"\f025"}.fa7-volume-off{--fa7:"\f026"}.fa7-volume-down,.fa7-volume-low{--fa7:"\f027"}.fa7-volume-high,.fa7-volume-up{--fa7:"\f028"}.fa7-qrcode{--fa7:"\f029"}.fa7-barcode{--fa7:"\f02a"}.fa7-tag{--fa7:"\f02b"}.fa7-tags{--fa7:"\f02c"}.fa7-book{--fa7:"\f02d"}.fa7-bookmark{--fa7:"\f02e"}.fa7-print{--fa7:"\f02f"}.fa7-camera,.fa7-camera-alt{--fa7:"\f030"}.fa7-font{--fa7:"\f031"}.fa7-bold{--fa7:"\f032"}.fa7-italic{--fa7:"\f033"}.fa7-text-height{--fa7:"\f034"}.fa7-text-width{--fa7:"\f035"}.fa7-align-left{--fa7:"\f036"}.fa7-align-center{--fa7:"\f037"}.fa7-align-right{--fa7:"\f038"}.fa7-align-justify{--fa7:"\f039"}.fa7-list,.fa7-list-squares{--fa7:"\f03a"}.fa7-dedent,.fa7-outdent{--fa7:"\f03b"}.fa7-indent{--fa7:"\f03c"}.fa7-video,.fa7-video-camera{--fa7:"\f03d"}.fa7-image{--fa7:"\f03e"}.fa7-location-pin,.fa7-map-marker{--fa7:"\f041"}.fa7-adjust,.fa7-circle-half-stroke{--fa7:"\f042"}.fa7-droplet,.fa7-tint{--fa7:"\f043"}.fa7-edit,.fa7-pen-to-square{--fa7:"\f044"}.fa7-arrows,.fa7-arrows-up-down-left-right{--fa7:"\f047"}.fa7-backward-step,.fa7-step-backward{--fa7:"\f048"}.fa7-backward-fast,.fa7-fast-backward{--fa7:"\f049"}.fa7-backward{--fa7:"\f04a"}.fa7-play{--fa7:"\f04b"}.fa7-pause{--fa7:"\f04c"}.fa7-stop{--fa7:"\f04d"}.fa7-forward{--fa7:"\f04e"}.fa7-fast-forward,.fa7-forward-fast{--fa7:"\f050"}.fa7-forward-step,.fa7-step-forward{--fa7:"\f051"}.fa7-eject{--fa7:"\f052"}.fa7-chevron-left{--fa7:"\f053"}.fa7-chevron-right{--fa7:"\f054"}.fa7-circle-plus,.fa7-plus-circle{--fa7:"\f055"}.fa7-circle-minus,.fa7-minus-circle{--fa7:"\f056"}.fa7-circle-xmark,.fa7-times-circle,.fa7-xmark-circle{--fa7:"\f057"}.fa7-check-circle,.fa7-circle-check{--fa7:"\f058"}.fa7-circle-question,.fa7-question-circle{--fa7:"\f059"}.fa7-circle-info,.fa7-info-circle{--fa7:"\f05a"}.fa7-crosshairs{--fa7:"\f05b"}.fa7-ban,.fa7-cancel{--fa7:"\f05e"}.fa7-arrow-left{--fa7:"\f060"}.fa7-arrow-right{--fa7:"\f061"}.fa7-arrow-up{--fa7:"\f062"}.fa7-arrow-down{--fa7:"\f063"}.fa7-mail-forward,.fa7-share{--fa7:"\f064"}.fa7-expand{--fa7:"\f065"}.fa7-compress{--fa7:"\f066"}.fa7-minus,.fa7-subtract{--fa7:"\f068"}.fa7-circle-exclamation,.fa7-exclamation-circle{--fa7:"\f06a"}.fa7-gift{--fa7:"\f06b"}.fa7-leaf{--fa7:"\f06c"}.fa7-fire{--fa7:"\f06d"}.fa7-eye{--fa7:"\f06e"}.fa7-eye-slash{--fa7:"\f070"}.fa7-exclamation-triangle,.fa7-triangle-exclamation,.fa7-warning{--fa7:"\f071"}.fa7-plane{--fa7:"\f072"}.fa7-calendar-alt,.fa7-calendar-days{--fa7:"\f073"}.fa7-random,.fa7-shuffle{--fa7:"\f074"}.fa7-comment{--fa7:"\f075"}.fa7-magnet{--fa7:"\f076"}.fa7-chevron-up{--fa7:"\f077"}.fa7-chevron-down{--fa7:"\f078"}.fa7-retweet{--fa7:"\f079"}.fa7-cart-shopping,.fa7-shopping-cart{--fa7:"\f07a"}.fa7-folder,.fa7-folder-blank{--fa7:"\f07b"}.fa7-folder-open{--fa7:"\f07c"}.fa7-arrows-up-down,.fa7-arrows-v{--fa7:"\f07d"}.fa7-arrows-h,.fa7-arrows-left-right{--fa7:"\f07e"}.fa7-bar-chart,.fa7-chart-bar{--fa7:"\f080"}.fa7-camera-retro{--fa7:"\f083"}.fa7-key{--fa7:"\f084"}.fa7-cogs,.fa7-gears{--fa7:"\f085"}.fa7-comments{--fa7:"\f086"}.fa7-star-half{--fa7:"\f089"}.fa7-arrow-right-from-bracket,.fa7-sign-out{--fa7:"\f08b"}.fa7-thumb-tack,.fa7-thumbtack{--fa7:"\f08d"}.fa7-arrow-up-right-from-square,.fa7-external-link{--fa7:"\f08e"}.fa7-arrow-right-to-bracket,.fa7-sign-in{--fa7:"\f090"}.fa7-trophy{--fa7:"\f091"}.fa7-upload{--fa7:"\f093"}.fa7-lemon{--fa7:"\f094"}.fa7-phone{--fa7:"\f095"}.fa7-phone-square,.fa7-square-phone{--fa7:"\f098"}.fa7-unlock{--fa7:"\f09c"}.fa7-credit-card,.fa7-credit-card-alt{--fa7:"\f09d"}.fa7-feed,.fa7-rss{--fa7:"\f09e"}.fa7-hard-drive,.fa7-hdd{--fa7:"\f0a0"}.fa7-bullhorn{--fa7:"\f0a1"}.fa7-certificate{--fa7:"\f0a3"}.fa7-hand-point-right{--fa7:"\f0a4"}.fa7-hand-point-left{--fa7:"\f0a5"}.fa7-hand-point-up{--fa7:"\f0a6"}.fa7-hand-point-down{--fa7:"\f0a7"}.fa7-arrow-circle-left,.fa7-circle-arrow-left{--fa7:"\f0a8"}.fa7-arrow-circle-right,.fa7-circle-arrow-right{--fa7:"\f0a9"}.fa7-arrow-circle-up,.fa7-circle-arrow-up{--fa7:"\f0aa"}.fa7-arrow-circle-down,.fa7-circle-arrow-down{--fa7:"\f0ab"}.fa7-globe{--fa7:"\f0ac"}.fa7-wrench{--fa7:"\f0ad"}.fa7-list-check,.fa7-tasks{--fa7:"\f0ae"}.fa7-filter{--fa7:"\f0b0"}.fa7-briefcase{--fa7:"\f0b1"}.fa7-arrows-alt,.fa7-up-down-left-right{--fa7:"\f0b2"}.fa7-users{--fa7:"\f0c0"}.fa7-chain,.fa7-link{--fa7:"\f0c1"}.fa7-cloud{--fa7:"\f0c2"}.fa7-flask{--fa7:"\f0c3"}.fa7-cut,.fa7-scissors{--fa7:"\f0c4"}.fa7-copy{--fa7:"\f0c5"}.fa7-paperclip{--fa7:"\f0c6"}.fa7-floppy-disk,.fa7-save{--fa7:"\f0c7"}.fa7-square{--fa7:"\f0c8"}.fa7-bars,.fa7-navicon{--fa7:"\f0c9"}.fa7-list-dots,.fa7-list-ul{--fa7:"\f0ca"}.fa7-list-1-2,.fa7-list-numeric,.fa7-list-ol{--fa7:"\f0cb"}.fa7-strikethrough{--fa7:"\f0cc"}.fa7-underline{--fa7:"\f0cd"}.fa7-table{--fa7:"\f0ce"}.fa7-magic,.fa7-wand-magic{--fa7:"\f0d0"}.fa7-truck{--fa7:"\f0d1"}.fa7-money-bill{--fa7:"\f0d6"}.fa7-caret-down{--fa7:"\f0d7"}.fa7-caret-up{--fa7:"\f0d8"}.fa7-caret-left{--fa7:"\f0d9"}.fa7-caret-right{--fa7:"\f0da"}.fa7-columns,.fa7-table-columns{--fa7:"\f0db"}.fa7-sort,.fa7-unsorted{--fa7:"\f0dc"}.fa7-sort-desc,.fa7-sort-down{--fa7:"\f0dd"}.fa7-sort-asc,.fa7-sort-up{--fa7:"\f0de"}.fa7-envelope{--fa7:"\f0e0"}.fa7-arrow-left-rotate,.fa7-arrow-rotate-back,.fa7-arrow-rotate-backward,.fa7-arrow-rotate-left,.fa7-undo{--fa7:"\f0e2"}.fa7-gavel,.fa7-legal{--fa7:"\f0e3"}.fa7-bolt,.fa7-zap{--fa7:"\f0e7"}.fa7-sitemap{--fa7:"\f0e8"}.fa7-umbrella{--fa7:"\f0e9"}.fa7-file-clipboard,.fa7-paste{--fa7:"\f0ea"}.fa7-lightbulb{--fa7:"\f0eb"}.fa7-arrow-right-arrow-left,.fa7-exchange{--fa7:"\f0ec"}.fa7-cloud-arrow-down,.fa7-cloud-download,.fa7-cloud-download-alt{--fa7:"\f0ed"}.fa7-cloud-arrow-up,.fa7-cloud-upload,.fa7-cloud-upload-alt{--fa7:"\f0ee"}.fa7-user-doctor,.fa7-user-md{--fa7:"\f0f0"}.fa7-stethoscope{--fa7:"\f0f1"}.fa7-suitcase{--fa7:"\f0f2"}.fa7-bell{--fa7:"\f0f3"}.fa7-coffee,.fa7-mug-saucer{--fa7:"\f0f4"}.fa7-hospital,.fa7-hospital-alt,.fa7-hospital-wide{--fa7:"\f0f8"}.fa7-ambulance,.fa7-truck-medical{--fa7:"\f0f9"}.fa7-medkit,.fa7-suitcase-medical{--fa7:"\f0fa"}.fa7-fighter-jet,.fa7-jet-fighter{--fa7:"\f0fb"}.fa7-beer,.fa7-beer-mug-empty{--fa7:"\f0fc"}.fa7-h-square,.fa7-square-h{--fa7:"\f0fd"}.fa7-plus-square,.fa7-square-plus{--fa7:"\f0fe"}.fa7-angle-double-left,.fa7-angles-left{--fa7:"\f100"}.fa7-angle-double-right,.fa7-angles-right{--fa7:"\f101"}.fa7-angle-double-up,.fa7-angles-up{--fa7:"\f102"}.fa7-angle-double-down,.fa7-angles-down{--fa7:"\f103"}.fa7-angle-left{--fa7:"\f104"}.fa7-angle-right{--fa7:"\f105"}.fa7-angle-up{--fa7:"\f106"}.fa7-angle-down{--fa7:"\f107"}.fa7-laptop{--fa7:"\f109"}.fa7-tablet-button{--fa7:"\f10a"}.fa7-mobile-button{--fa7:"\f10b"}.fa7-quote-left,.fa7-quote-left-alt{--fa7:"\f10d"}.fa7-quote-right,.fa7-quote-right-alt{--fa7:"\f10e"}.fa7-spinner{--fa7:"\f110"}.fa7-circle{--fa7:"\f111"}.fa7-face-smile,.fa7-smile{--fa7:"\f118"}.fa7-face-frown,.fa7-frown{--fa7:"\f119"}.fa7-face-meh,.fa7-meh{--fa7:"\f11a"}.fa7-gamepad{--fa7:"\f11b"}.fa7-keyboard{--fa7:"\f11c"}.fa7-flag-checkered{--fa7:"\f11e"}.fa7-terminal{--fa7:"\f120"}.fa7-code{--fa7:"\f121"}.fa7-mail-reply-all,.fa7-reply-all{--fa7:"\f122"}.fa7-location-arrow{--fa7:"\f124"}.fa7-crop{--fa7:"\f125"}.fa7-code-branch{--fa7:"\f126"}.fa7-chain-broken,.fa7-chain-slash,.fa7-link-slash,.fa7-unlink{--fa7:"\f127"}.fa7-info{--fa7:"\f129"}.fa7-superscript{--fa7:"\f12b"}.fa7-subscript{--fa7:"\f12c"}.fa7-eraser{--fa7:"\f12d"}.fa7-puzzle-piece{--fa7:"\f12e"}.fa7-microphone{--fa7:"\f130"}.fa7-microphone-slash{--fa7:"\f131"}.fa7-shield,.fa7-shield-blank{--fa7:"\f132"}.fa7-calendar{--fa7:"\f133"}.fa7-fire-extinguisher{--fa7:"\f134"}.fa7-rocket{--fa7:"\f135"}.fa7-chevron-circle-left,.fa7-circle-chevron-left{--fa7:"\f137"}.fa7-chevron-circle-right,.fa7-circle-chevron-right{--fa7:"\f138"}.fa7-chevron-circle-up,.fa7-circle-chevron-up{--fa7:"\f139"}.fa7-chevron-circle-down,.fa7-circle-chevron-down{--fa7:"\f13a"}.fa7-anchor{--fa7:"\f13d"}.fa7-unlock-alt,.fa7-unlock-keyhole{--fa7:"\f13e"}.fa7-bullseye{--fa7:"\f140"}.fa7-ellipsis,.fa7-ellipsis-h{--fa7:"\f141"}.fa7-ellipsis-v,.fa7-ellipsis-vertical{--fa7:"\f142"}.fa7-rss-square,.fa7-square-rss{--fa7:"\f143"}.fa7-circle-play,.fa7-play-circle{--fa7:"\f144"}.fa7-ticket{--fa7:"\f145"}.fa7-minus-square,.fa7-square-minus{--fa7:"\f146"}.fa7-arrow-turn-up,.fa7-level-up{--fa7:"\f148"}.fa7-arrow-turn-down,.fa7-level-down{--fa7:"\f149"}.fa7-check-square,.fa7-square-check{--fa7:"\f14a"}.fa7-pen-square,.fa7-pencil-square,.fa7-square-pen{--fa7:"\f14b"}.fa7-external-link-square,.fa7-square-arrow-up-right{--fa7:"\f14c"}.fa7-share-from-square,.fa7-share-square{--fa7:"\f14d"}.fa7-compass{--fa7:"\f14e"}.fa7-caret-square-down,.fa7-square-caret-down{--fa7:"\f150"}.fa7-caret-square-up,.fa7-square-caret-up{--fa7:"\f151"}.fa7-caret-square-right,.fa7-square-caret-right{--fa7:"\f152"}.fa7-eur,.fa7-euro,.fa7-euro-sign{--fa7:"\f153"}.fa7-gbp,.fa7-pound-sign,.fa7-sterling-sign{--fa7:"\f154"}.fa7-rupee,.fa7-rupee-sign{--fa7:"\f156"}.fa7-cny,.fa7-jpy,.fa7-rmb,.fa7-yen,.fa7-yen-sign{--fa7:"\f157"}.fa7-rouble,.fa7-rub,.fa7-ruble,.fa7-ruble-sign{--fa7:"\f158"}.fa7-krw,.fa7-won,.fa7-won-sign{--fa7:"\f159"}.fa7-file{--fa7:"\f15b"}.fa7-file-alt,.fa7-file-lines,.fa7-file-text{--fa7:"\f15c"}.fa7-arrow-down-a-z,.fa7-sort-alpha-asc,.fa7-sort-alpha-down{--fa7:"\f15d"}.fa7-arrow-up-a-z,.fa7-sort-alpha-up{--fa7:"\f15e"}.fa7-arrow-down-wide-short,.fa7-sort-amount-asc,.fa7-sort-amount-down{--fa7:"\f160"}.fa7-arrow-up-wide-short,.fa7-sort-amount-up{--fa7:"\f161"}.fa7-arrow-down-1-9,.fa7-sort-numeric-asc,.fa7-sort-numeric-down{--fa7:"\f162"}.fa7-arrow-up-1-9,.fa7-sort-numeric-up{--fa7:"\f163"}.fa7-thumbs-up{--fa7:"\f164"}.fa7-thumbs-down{--fa7:"\f165"}.fa7-arrow-down-long,.fa7-long-arrow-down{--fa7:"\f175"}.fa7-arrow-up-long,.fa7-long-arrow-up{--fa7:"\f176"}.fa7-arrow-left-long,.fa7-long-arrow-left{--fa7:"\f177"}.fa7-arrow-right-long,.fa7-long-arrow-right{--fa7:"\f178"}.fa7-female,.fa7-person-dress{--fa7:"\f182"}.fa7-male,.fa7-person{--fa7:"\f183"}.fa7-sun{--fa7:"\f185"}.fa7-moon{--fa7:"\f186"}.fa7-archive,.fa7-box-archive{--fa7:"\f187"}.fa7-bug{--fa7:"\f188"}.fa7-caret-square-left,.fa7-square-caret-left{--fa7:"\f191"}.fa7-circle-dot,.fa7-dot-circle{--fa7:"\f192"}.fa7-wheelchair{--fa7:"\f193"}.fa7-lira-sign{--fa7:"\f195"}.fa7-shuttle-space,.fa7-space-shuttle{--fa7:"\f197"}.fa7-envelope-square,.fa7-square-envelope{--fa7:"\f199"}.fa7-bank,.fa7-building-columns,.fa7-institution,.fa7-museum,.fa7-university{--fa7:"\f19c"}.fa7-graduation-cap,.fa7-mortar-board{--fa7:"\f19d"}.fa7-language{--fa7:"\f1ab"}.fa7-fax{--fa7:"\f1ac"}.fa7-building{--fa7:"\f1ad"}.fa7-child{--fa7:"\f1ae"}.fa7-paw{--fa7:"\f1b0"}.fa7-cube{--fa7:"\f1b2"}.fa7-cubes{--fa7:"\f1b3"}.fa7-recycle{--fa7:"\f1b8"}.fa7-automobile,.fa7-car{--fa7:"\f1b9"}.fa7-cab,.fa7-taxi{--fa7:"\f1ba"}.fa7-tree{--fa7:"\f1bb"}.fa7-database{--fa7:"\f1c0"}.fa7-file-pdf{--fa7:"\f1c1"}.fa7-file-word{--fa7:"\f1c2"}.fa7-file-excel{--fa7:"\f1c3"}.fa7-file-powerpoint{--fa7:"\f1c4"}.fa7-file-image{--fa7:"\f1c5"}.fa7-file-archive,.fa7-file-zipper{--fa7:"\f1c6"}.fa7-file-audio{--fa7:"\f1c7"}.fa7-file-video{--fa7:"\f1c8"}.fa7-file-code{--fa7:"\f1c9"}.fa7-life-ring{--fa7:"\f1cd"}.fa7-circle-notch{--fa7:"\f1ce"}.fa7-paper-plane{--fa7:"\f1d8"}.fa7-clock-rotate-left,.fa7-history{--fa7:"\f1da"}.fa7-header,.fa7-heading{--fa7:"\f1dc"}.fa7-paragraph{--fa7:"\f1dd"}.fa7-sliders,.fa7-sliders-h{--fa7:"\f1de"}.fa7-share-alt,.fa7-share-nodes{--fa7:"\f1e0"}.fa7-share-alt-square,.fa7-square-share-nodes{--fa7:"\f1e1"}.fa7-bomb{--fa7:"\f1e2"}.fa7-futbol,.fa7-futbol-ball,.fa7-soccer-ball{--fa7:"\f1e3"}.fa7-teletype,.fa7-tty{--fa7:"\f1e4"}.fa7-binoculars{--fa7:"\f1e5"}.fa7-plug{--fa7:"\f1e6"}.fa7-newspaper{--fa7:"\f1ea"}.fa7-wifi,.fa7-wifi-3,.fa7-wifi-strong{--fa7:"\f1eb"}.fa7-calculator{--fa7:"\f1ec"}.fa7-bell-slash{--fa7:"\f1f6"}.fa7-trash{--fa7:"\f1f8"}.fa7-copyright{--fa7:"\f1f9"}.fa7-eye-dropper,.fa7-eye-dropper-empty,.fa7-eyedropper{--fa7:"\f1fb"}.fa7-paint-brush,.fa7-paintbrush{--fa7:"\f1fc"}.fa7-birthday-cake,.fa7-cake,.fa7-cake-candles{--fa7:"\f1fd"}.fa7-area-chart,.fa7-chart-area{--fa7:"\f1fe"}.fa7-chart-pie,.fa7-pie-chart{--fa7:"\f200"}.fa7-chart-line,.fa7-line-chart{--fa7:"\f201"}.fa7-toggle-off{--fa7:"\f204"}.fa7-toggle-on{--fa7:"\f205"}.fa7-bicycle{--fa7:"\f206"}.fa7-bus{--fa7:"\f207"}.fa7-closed-captioning{--fa7:"\f20a"}.fa7-ils,.fa7-shekel,.fa7-shekel-sign,.fa7-sheqel,.fa7-sheqel-sign{--fa7:"\f20b"}.fa7-cart-plus{--fa7:"\f217"}.fa7-cart-arrow-down{--fa7:"\f218"}.fa7-diamond{--fa7:"\f219"}.fa7-ship{--fa7:"\f21a"}.fa7-user-secret{--fa7:"\f21b"}.fa7-motorcycle{--fa7:"\f21c"}.fa7-street-view{--fa7:"\f21d"}.fa7-heart-pulse,.fa7-heartbeat{--fa7:"\f21e"}.fa7-venus{--fa7:"\f221"}.fa7-mars{--fa7:"\f222"}.fa7-mercury{--fa7:"\f223"}.fa7-mars-and-venus{--fa7:"\f224"}.fa7-transgender,.fa7-transgender-alt{--fa7:"\f225"}.fa7-venus-double{--fa7:"\f226"}.fa7-mars-double{--fa7:"\f227"}.fa7-venus-mars{--fa7:"\f228"}.fa7-mars-stroke{--fa7:"\f229"}.fa7-mars-stroke-up,.fa7-mars-stroke-v{--fa7:"\f22a"}.fa7-mars-stroke-h,.fa7-mars-stroke-right{--fa7:"\f22b"}.fa7-neuter{--fa7:"\f22c"}.fa7-genderless{--fa7:"\f22d"}.fa7-server{--fa7:"\f233"}.fa7-user-plus{--fa7:"\f234"}.fa7-user-times,.fa7-user-xmark{--fa7:"\f235"}.fa7-bed{--fa7:"\f236"}.fa7-train{--fa7:"\f238"}.fa7-subway,.fa7-train-subway{--fa7:"\f239"}.fa7-battery,.fa7-battery-5,.fa7-battery-full{--fa7:"\f240"}.fa7-battery-4,.fa7-battery-three-quarters{--fa7:"\f241"}.fa7-battery-3,.fa7-battery-half{--fa7:"\f242"}.fa7-battery-2,.fa7-battery-quarter{--fa7:"\f243"}.fa7-battery-0,.fa7-battery-empty{--fa7:"\f244"}.fa7-arrow-pointer,.fa7-mouse-pointer{--fa7:"\f245"}.fa7-i-cursor{--fa7:"\f246"}.fa7-object-group{--fa7:"\f247"}.fa7-object-ungroup{--fa7:"\f248"}.fa7-note-sticky,.fa7-sticky-note{--fa7:"\f249"}.fa7-clone{--fa7:"\f24d"}.fa7-balance-scale,.fa7-scale-balanced{--fa7:"\f24e"}.fa7-hourglass-1,.fa7-hourglass-start{--fa7:"\f251"}.fa7-hourglass-2,.fa7-hourglass-half{--fa7:"\f252"}.fa7-hourglass-3,.fa7-hourglass-end{--fa7:"\f253"}.fa7-hourglass,.fa7-hourglass-empty{--fa7:"\f254"}.fa7-hand-back-fist,.fa7-hand-rock{--fa7:"\f255"}.fa7-hand,.fa7-hand-paper{--fa7:"\f256"}.fa7-hand-scissors{--fa7:"\f257"}.fa7-hand-lizard{--fa7:"\f258"}.fa7-hand-spock{--fa7:"\f259"}.fa7-hand-pointer{--fa7:"\f25a"}.fa7-hand-peace{--fa7:"\f25b"}.fa7-trademark{--fa7:"\f25c"}.fa7-registered{--fa7:"\f25d"}.fa7-television,.fa7-tv,.fa7-tv-alt{--fa7:"\f26c"}.fa7-calendar-plus{--fa7:"\f271"}.fa7-calendar-minus{--fa7:"\f272"}.fa7-calendar-times,.fa7-calendar-xmark{--fa7:"\f273"}.fa7-calendar-check{--fa7:"\f274"}.fa7-industry{--fa7:"\f275"}.fa7-map-pin{--fa7:"\f276"}.fa7-map-signs,.fa7-signs-post{--fa7:"\f277"}.fa7-map{--fa7:"\f279"}.fa7-comment-alt,.fa7-message{--fa7:"\f27a"}.fa7-circle-pause,.fa7-pause-circle{--fa7:"\f28b"}.fa7-circle-stop,.fa7-stop-circle{--fa7:"\f28d"}.fa7-bag-shopping,.fa7-shopping-bag{--fa7:"\f290"}.fa7-basket-shopping,.fa7-shopping-basket{--fa7:"\f291"}.fa7-universal-access{--fa7:"\f29a"}.fa7-blind,.fa7-person-walking-with-cane{--fa7:"\f29d"}.fa7-audio-description{--fa7:"\f29e"}.fa7-phone-volume,.fa7-volume-control-phone{--fa7:"\f2a0"}.fa7-braille{--fa7:"\f2a1"}.fa7-assistive-listening-systems,.fa7-ear-listen{--fa7:"\f2a2"}.fa7-american-sign-language-interpreting,.fa7-asl-interpreting,.fa7-hands-american-sign-language-interpreting,.fa7-hands-asl-interpreting{--fa7:"\f2a3"}.fa7-deaf,.fa7-deafness,.fa7-ear-deaf,.fa7-hard-of-hearing{--fa7:"\f2a4"}.fa7-hands,.fa7-sign-language,.fa7-signing{--fa7:"\f2a7"}.fa7-eye-low-vision,.fa7-low-vision{--fa7:"\f2a8"}.fa7-handshake,.fa7-handshake-alt,.fa7-handshake-simple{--fa7:"\f2b5"}.fa7-envelope-open{--fa7:"\f2b6"}.fa7-address-book,.fa7-contact-book{--fa7:"\f2b9"}.fa7-address-card,.fa7-contact-card,.fa7-vcard{--fa7:"\f2bb"}.fa7-circle-user,.fa7-user-circle{--fa7:"\f2bd"}.fa7-id-badge{--fa7:"\f2c1"}.fa7-drivers-license,.fa7-id-card{--fa7:"\f2c2"}.fa7-temperature-4,.fa7-temperature-full,.fa7-thermometer-4,.fa7-thermometer-full{--fa7:"\f2c7"}.fa7-temperature-3,.fa7-temperature-three-quarters,.fa7-thermometer-3,.fa7-thermometer-three-quarters{--fa7:"\f2c8"}.fa7-temperature-2,.fa7-temperature-half,.fa7-thermometer-2,.fa7-thermometer-half{--fa7:"\f2c9"}.fa7-temperature-1,.fa7-temperature-quarter,.fa7-thermometer-1,.fa7-thermometer-quarter{--fa7:"\f2ca"}.fa7-temperature-0,.fa7-temperature-empty,.fa7-thermometer-0,.fa7-thermometer-empty{--fa7:"\f2cb"}.fa7-shower{--fa7:"\f2cc"}.fa7-bath,.fa7-bathtub{--fa7:"\f2cd"}.fa7-podcast{--fa7:"\f2ce"}.fa7-window-maximize{--fa7:"\f2d0"}.fa7-window-minimize{--fa7:"\f2d1"}.fa7-window-restore{--fa7:"\f2d2"}.fa7-square-xmark,.fa7-times-square,.fa7-xmark-square{--fa7:"\f2d3"}.fa7-microchip{--fa7:"\f2db"}.fa7-snowflake{--fa7:"\f2dc"}.fa7-spoon,.fa7-utensil-spoon{--fa7:"\f2e5"}.fa7-cutlery,.fa7-utensils{--fa7:"\f2e7"}.fa7-rotate-back,.fa7-rotate-backward,.fa7-rotate-left,.fa7-undo-alt{--fa7:"\f2ea"}.fa7-trash-alt,.fa7-trash-can{--fa7:"\f2ed"}.fa7-rotate,.fa7-sync-alt{--fa7:"\f2f1"}.fa7-stopwatch{--fa7:"\f2f2"}.fa7-right-from-bracket,.fa7-sign-out-alt{--fa7:"\f2f5"}.fa7-right-to-bracket,.fa7-sign-in-alt{--fa7:"\f2f6"}.fa7-redo-alt,.fa7-rotate-forward,.fa7-rotate-right{--fa7:"\f2f9"}.fa7-poo{--fa7:"\f2fe"}.fa7-images{--fa7:"\f302"}.fa7-pencil,.fa7-pencil-alt{--fa7:"\f303"}.fa7-pen{--fa7:"\f304"}.fa7-pen-alt,.fa7-pen-clip{--fa7:"\f305"}.fa7-octagon{--fa7:"\f306"}.fa7-down-long,.fa7-long-arrow-alt-down{--fa7:"\f309"}.fa7-left-long,.fa7-long-arrow-alt-left{--fa7:"\f30a"}.fa7-long-arrow-alt-right,.fa7-right-long{--fa7:"\f30b"}.fa7-long-arrow-alt-up,.fa7-up-long{--fa7:"\f30c"}.fa7-hexagon{--fa7:"\f312"}.fa7-file-edit,.fa7-file-pen{--fa7:"\f31c"}.fa7-expand-arrows-alt,.fa7-maximize{--fa7:"\f31e"}.fa7-clipboard{--fa7:"\f328"}.fa7-arrows-alt-h,.fa7-left-right{--fa7:"\f337"}.fa7-arrows-alt-v,.fa7-up-down{--fa7:"\f338"}.fa7-alarm-clock{--fa7:"\f34e"}.fa7-arrow-alt-circle-down,.fa7-circle-down{--fa7:"\f358"}.fa7-arrow-alt-circle-left,.fa7-circle-left{--fa7:"\f359"}.fa7-arrow-alt-circle-right,.fa7-circle-right{--fa7:"\f35a"}.fa7-arrow-alt-circle-up,.fa7-circle-up{--fa7:"\f35b"}.fa7-external-link-alt,.fa7-up-right-from-square{--fa7:"\f35d"}.fa7-external-link-square-alt,.fa7-square-up-right{--fa7:"\f360"}.fa7-exchange-alt,.fa7-right-left{--fa7:"\f362"}.fa7-repeat{--fa7:"\f363"}.fa7-code-commit{--fa7:"\f386"}.fa7-code-merge{--fa7:"\f387"}.fa7-desktop,.fa7-desktop-alt{--fa7:"\f390"}.fa7-gem{--fa7:"\f3a5"}.fa7-level-down-alt,.fa7-turn-down{--fa7:"\f3be"}.fa7-level-up-alt,.fa7-turn-up{--fa7:"\f3bf"}.fa7-lock-open{--fa7:"\f3c1"}.fa7-location-dot,.fa7-map-marker-alt{--fa7:"\f3c5"}.fa7-microphone-alt,.fa7-microphone-lines{--fa7:"\f3c9"}.fa7-mobile-alt,.fa7-mobile-screen-button{--fa7:"\f3cd"}.fa7-mobile,.fa7-mobile-android,.fa7-mobile-phone{--fa7:"\f3ce"}.fa7-mobile-android-alt,.fa7-mobile-screen{--fa7:"\f3cf"}.fa7-money-bill-1,.fa7-money-bill-alt{--fa7:"\f3d1"}.fa7-phone-slash{--fa7:"\f3dd"}.fa7-image-portrait,.fa7-portrait{--fa7:"\f3e0"}.fa7-mail-reply,.fa7-reply{--fa7:"\f3e5"}.fa7-shield-alt,.fa7-shield-halved{--fa7:"\f3ed"}.fa7-tablet-alt,.fa7-tablet-screen-button{--fa7:"\f3fa"}.fa7-tablet,.fa7-tablet-android{--fa7:"\f3fb"}.fa7-ticket-alt,.fa7-ticket-simple{--fa7:"\f3ff"}.fa7-rectangle-times,.fa7-rectangle-xmark,.fa7-times-rectangle,.fa7-window-close{--fa7:"\f410"}.fa7-compress-alt,.fa7-down-left-and-up-right-to-center{--fa7:"\f422"}.fa7-expand-alt,.fa7-up-right-and-down-left-from-center{--fa7:"\f424"}.fa7-baseball-bat-ball{--fa7:"\f432"}.fa7-baseball,.fa7-baseball-ball{--fa7:"\f433"}.fa7-basketball,.fa7-basketball-ball{--fa7:"\f434"}.fa7-bowling-ball{--fa7:"\f436"}.fa7-chess{--fa7:"\f439"}.fa7-chess-bishop{--fa7:"\f43a"}.fa7-chess-board{--fa7:"\f43c"}.fa7-chess-king{--fa7:"\f43f"}.fa7-chess-knight{--fa7:"\f441"}.fa7-chess-pawn{--fa7:"\f443"}.fa7-chess-queen{--fa7:"\f445"}.fa7-chess-rook{--fa7:"\f447"}.fa7-dumbbell{--fa7:"\f44b"}.fa7-football,.fa7-football-ball{--fa7:"\f44e"}.fa7-golf-ball,.fa7-golf-ball-tee{--fa7:"\f450"}.fa7-hockey-puck{--fa7:"\f453"}.fa7-broom-ball,.fa7-quidditch,.fa7-quidditch-broom-ball{--fa7:"\f458"}.fa7-square-full{--fa7:"\f45c"}.fa7-ping-pong-paddle-ball,.fa7-table-tennis,.fa7-table-tennis-paddle-ball{--fa7:"\f45d"}.fa7-volleyball,.fa7-volleyball-ball{--fa7:"\f45f"}.fa7-allergies,.fa7-hand-dots{--fa7:"\f461"}.fa7-band-aid,.fa7-bandage{--fa7:"\f462"}.fa7-box{--fa7:"\f466"}.fa7-boxes,.fa7-boxes-alt,.fa7-boxes-stacked{--fa7:"\f468"}.fa7-briefcase-medical{--fa7:"\f469"}.fa7-burn,.fa7-fire-flame-simple{--fa7:"\f46a"}.fa7-capsules{--fa7:"\f46b"}.fa7-clipboard-check{--fa7:"\f46c"}.fa7-clipboard-list{--fa7:"\f46d"}.fa7-diagnoses,.fa7-person-dots-from-line{--fa7:"\f470"}.fa7-dna{--fa7:"\f471"}.fa7-dolly,.fa7-dolly-box{--fa7:"\f472"}.fa7-cart-flatbed,.fa7-dolly-flatbed{--fa7:"\f474"}.fa7-file-medical{--fa7:"\f477"}.fa7-file-medical-alt,.fa7-file-waveform{--fa7:"\f478"}.fa7-first-aid,.fa7-kit-medical{--fa7:"\f479"}.fa7-circle-h,.fa7-hospital-symbol{--fa7:"\f47e"}.fa7-id-card-alt,.fa7-id-card-clip{--fa7:"\f47f"}.fa7-notes-medical{--fa7:"\f481"}.fa7-pallet{--fa7:"\f482"}.fa7-pills{--fa7:"\f484"}.fa7-prescription-bottle{--fa7:"\f485"}.fa7-prescription-bottle-alt,.fa7-prescription-bottle-medical{--fa7:"\f486"}.fa7-bed-pulse,.fa7-procedures{--fa7:"\f487"}.fa7-shipping-fast,.fa7-truck-fast{--fa7:"\f48b"}.fa7-smoking{--fa7:"\f48d"}.fa7-syringe{--fa7:"\f48e"}.fa7-tablets{--fa7:"\f490"}.fa7-thermometer{--fa7:"\f491"}.fa7-vial{--fa7:"\f492"}.fa7-vials{--fa7:"\f493"}.fa7-warehouse{--fa7:"\f494"}.fa7-weight,.fa7-weight-scale{--fa7:"\f496"}.fa7-x-ray{--fa7:"\f497"}.fa7-box-open{--fa7:"\f49e"}.fa7-comment-dots,.fa7-commenting{--fa7:"\f4ad"}.fa7-comment-slash{--fa7:"\f4b3"}.fa7-couch{--fa7:"\f4b8"}.fa7-circle-dollar-to-slot,.fa7-donate{--fa7:"\f4b9"}.fa7-dove{--fa7:"\f4ba"}.fa7-hand-holding{--fa7:"\f4bd"}.fa7-hand-holding-heart{--fa7:"\f4be"}.fa7-hand-holding-dollar,.fa7-hand-holding-usd{--fa7:"\f4c0"}.fa7-hand-holding-droplet,.fa7-hand-holding-water{--fa7:"\f4c1"}.fa7-hands-holding{--fa7:"\f4c2"}.fa7-hands-helping,.fa7-handshake-angle{--fa7:"\f4c4"}.fa7-parachute-box{--fa7:"\f4cd"}.fa7-people-carry,.fa7-people-carry-box{--fa7:"\f4ce"}.fa7-piggy-bank{--fa7:"\f4d3"}.fa7-ribbon{--fa7:"\f4d6"}.fa7-route{--fa7:"\f4d7"}.fa7-seedling,.fa7-sprout{--fa7:"\f4d8"}.fa7-sign,.fa7-sign-hanging{--fa7:"\f4d9"}.fa7-face-smile-wink,.fa7-smile-wink{--fa7:"\f4da"}.fa7-tape{--fa7:"\f4db"}.fa7-truck-loading,.fa7-truck-ramp-box{--fa7:"\f4de"}.fa7-truck-moving{--fa7:"\f4df"}.fa7-video-slash{--fa7:"\f4e2"}.fa7-wine-glass{--fa7:"\f4e3"}.fa7-user-astronaut{--fa7:"\f4fb"}.fa7-user-check{--fa7:"\f4fc"}.fa7-user-clock{--fa7:"\f4fd"}.fa7-user-cog,.fa7-user-gear{--fa7:"\f4fe"}.fa7-user-edit,.fa7-user-pen{--fa7:"\f4ff"}.fa7-user-friends,.fa7-user-group{--fa7:"\f500"}.fa7-user-graduate{--fa7:"\f501"}.fa7-user-lock{--fa7:"\f502"}.fa7-user-minus{--fa7:"\f503"}.fa7-user-ninja{--fa7:"\f504"}.fa7-user-shield{--fa7:"\f505"}.fa7-user-alt-slash,.fa7-user-large-slash,.fa7-user-slash{--fa7:"\f506"}.fa7-user-tag{--fa7:"\f507"}.fa7-user-tie{--fa7:"\f508"}.fa7-users-cog,.fa7-users-gear{--fa7:"\f509"}.fa7-balance-scale-left,.fa7-scale-unbalanced{--fa7:"\f515"}.fa7-balance-scale-right,.fa7-scale-unbalanced-flip{--fa7:"\f516"}.fa7-blender{--fa7:"\f517"}.fa7-book-open{--fa7:"\f518"}.fa7-broadcast-tower,.fa7-tower-broadcast{--fa7:"\f519"}.fa7-broom{--fa7:"\f51a"}.fa7-blackboard,.fa7-chalkboard{--fa7:"\f51b"}.fa7-chalkboard-teacher,.fa7-chalkboard-user{--fa7:"\f51c"}.fa7-church{--fa7:"\f51d"}.fa7-coins{--fa7:"\f51e"}.fa7-compact-disc{--fa7:"\f51f"}.fa7-crow{--fa7:"\f520"}.fa7-crown{--fa7:"\f521"}.fa7-dice{--fa7:"\f522"}.fa7-dice-five{--fa7:"\f523"}.fa7-dice-four{--fa7:"\f524"}.fa7-dice-one{--fa7:"\f525"}.fa7-dice-six{--fa7:"\f526"}.fa7-dice-three{--fa7:"\f527"}.fa7-dice-two{--fa7:"\f528"}.fa7-divide{--fa7:"\f529"}.fa7-door-closed{--fa7:"\f52a"}.fa7-door-open{--fa7:"\f52b"}.fa7-feather{--fa7:"\f52d"}.fa7-frog{--fa7:"\f52e"}.fa7-gas-pump{--fa7:"\f52f"}.fa7-glasses{--fa7:"\f530"}.fa7-greater-than-equal{--fa7:"\f532"}.fa7-helicopter{--fa7:"\f533"}.fa7-infinity{--fa7:"\f534"}.fa7-kiwi-bird{--fa7:"\f535"}.fa7-less-than-equal{--fa7:"\f537"}.fa7-memory{--fa7:"\f538"}.fa7-microphone-alt-slash,.fa7-microphone-lines-slash{--fa7:"\f539"}.fa7-money-bill-wave{--fa7:"\f53a"}.fa7-money-bill-1-wave,.fa7-money-bill-wave-alt{--fa7:"\f53b"}.fa7-money-check{--fa7:"\f53c"}.fa7-money-check-alt,.fa7-money-check-dollar{--fa7:"\f53d"}.fa7-not-equal{--fa7:"\f53e"}.fa7-palette{--fa7:"\f53f"}.fa7-parking,.fa7-square-parking{--fa7:"\f540"}.fa7-diagram-project,.fa7-project-diagram{--fa7:"\f542"}.fa7-receipt{--fa7:"\f543"}.fa7-robot{--fa7:"\f544"}.fa7-ruler{--fa7:"\f545"}.fa7-ruler-combined{--fa7:"\f546"}.fa7-ruler-horizontal{--fa7:"\f547"}.fa7-ruler-vertical{--fa7:"\f548"}.fa7-school{--fa7:"\f549"}.fa7-screwdriver{--fa7:"\f54a"}.fa7-shoe-prints{--fa7:"\f54b"}.fa7-skull{--fa7:"\f54c"}.fa7-ban-smoking,.fa7-smoking-ban{--fa7:"\f54d"}.fa7-store{--fa7:"\f54e"}.fa7-shop,.fa7-store-alt{--fa7:"\f54f"}.fa7-bars-staggered,.fa7-reorder,.fa7-stream{--fa7:"\f550"}.fa7-stroopwafel{--fa7:"\f551"}.fa7-toolbox{--fa7:"\f552"}.fa7-shirt,.fa7-t-shirt,.fa7-tshirt{--fa7:"\f553"}.fa7-person-walking,.fa7-walking{--fa7:"\f554"}.fa7-wallet{--fa7:"\f555"}.fa7-angry,.fa7-face-angry{--fa7:"\f556"}.fa7-archway{--fa7:"\f557"}.fa7-atlas,.fa7-book-atlas{--fa7:"\f558"}.fa7-award{--fa7:"\f559"}.fa7-backspace,.fa7-delete-left{--fa7:"\f55a"}.fa7-bezier-curve{--fa7:"\f55b"}.fa7-bong{--fa7:"\f55c"}.fa7-brush{--fa7:"\f55d"}.fa7-bus-alt,.fa7-bus-simple{--fa7:"\f55e"}.fa7-cannabis{--fa7:"\f55f"}.fa7-check-double{--fa7:"\f560"}.fa7-cocktail,.fa7-martini-glass-citrus{--fa7:"\f561"}.fa7-bell-concierge,.fa7-concierge-bell{--fa7:"\f562"}.fa7-cookie{--fa7:"\f563"}.fa7-cookie-bite{--fa7:"\f564"}.fa7-crop-alt,.fa7-crop-simple{--fa7:"\f565"}.fa7-digital-tachograph,.fa7-tachograph-digital{--fa7:"\f566"}.fa7-dizzy,.fa7-face-dizzy{--fa7:"\f567"}.fa7-compass-drafting,.fa7-drafting-compass{--fa7:"\f568"}.fa7-drum{--fa7:"\f569"}.fa7-drum-steelpan{--fa7:"\f56a"}.fa7-feather-alt,.fa7-feather-pointed{--fa7:"\f56b"}.fa7-file-contract{--fa7:"\f56c"}.fa7-file-arrow-down,.fa7-file-download{--fa7:"\f56d"}.fa7-arrow-right-from-file,.fa7-file-export{--fa7:"\f56e"}.fa7-arrow-right-to-file,.fa7-file-import{--fa7:"\f56f"}.fa7-file-invoice{--fa7:"\f570"}.fa7-file-invoice-dollar{--fa7:"\f571"}.fa7-file-prescription{--fa7:"\f572"}.fa7-file-signature{--fa7:"\f573"}.fa7-file-arrow-up,.fa7-file-upload{--fa7:"\f574"}.fa7-fill{--fa7:"\f575"}.fa7-fill-drip{--fa7:"\f576"}.fa7-fingerprint{--fa7:"\f577"}.fa7-fish{--fa7:"\f578"}.fa7-face-flushed,.fa7-flushed{--fa7:"\f579"}.fa7-face-frown-open,.fa7-frown-open{--fa7:"\f57a"}.fa7-glass-martini-alt,.fa7-martini-glass{--fa7:"\f57b"}.fa7-earth-africa,.fa7-globe-africa{--fa7:"\f57c"}.fa7-earth,.fa7-earth-america,.fa7-earth-americas,.fa7-globe-americas{--fa7:"\f57d"}.fa7-earth-asia,.fa7-globe-asia{--fa7:"\f57e"}.fa7-face-grimace,.fa7-grimace{--fa7:"\f57f"}.fa7-face-grin,.fa7-grin{--fa7:"\f580"}.fa7-face-grin-wide,.fa7-grin-alt{--fa7:"\f581"}.fa7-face-grin-beam,.fa7-grin-beam{--fa7:"\f582"}.fa7-face-grin-beam-sweat,.fa7-grin-beam-sweat{--fa7:"\f583"}.fa7-face-grin-hearts,.fa7-grin-hearts{--fa7:"\f584"}.fa7-face-grin-squint,.fa7-grin-squint{--fa7:"\f585"}.fa7-face-grin-squint-tears,.fa7-grin-squint-tears{--fa7:"\f586"}.fa7-face-grin-stars,.fa7-grin-stars{--fa7:"\f587"}.fa7-face-grin-tears,.fa7-grin-tears{--fa7:"\f588"}.fa7-face-grin-tongue,.fa7-grin-tongue{--fa7:"\f589"}.fa7-face-grin-tongue-squint,.fa7-grin-tongue-squint{--fa7:"\f58a"}.fa7-face-grin-tongue-wink,.fa7-grin-tongue-wink{--fa7:"\f58b"}.fa7-face-grin-wink,.fa7-grin-wink{--fa7:"\f58c"}.fa7-grid-horizontal,.fa7-grip,.fa7-grip-horizontal{--fa7:"\f58d"}.fa7-grid-vertical,.fa7-grip-vertical{--fa7:"\f58e"}.fa7-headset{--fa7:"\f590"}.fa7-highlighter{--fa7:"\f591"}.fa7-hot-tub,.fa7-hot-tub-person{--fa7:"\f593"}.fa7-hotel{--fa7:"\f594"}.fa7-joint{--fa7:"\f595"}.fa7-face-kiss,.fa7-kiss{--fa7:"\f596"}.fa7-face-kiss-beam,.fa7-kiss-beam{--fa7:"\f597"}.fa7-face-kiss-wink-heart,.fa7-kiss-wink-heart{--fa7:"\f598"}.fa7-face-laugh,.fa7-laugh{--fa7:"\f599"}.fa7-face-laugh-beam,.fa7-laugh-beam{--fa7:"\f59a"}.fa7-face-laugh-squint,.fa7-laugh-squint{--fa7:"\f59b"}.fa7-face-laugh-wink,.fa7-laugh-wink{--fa7:"\f59c"}.fa7-cart-flatbed-suitcase,.fa7-luggage-cart{--fa7:"\f59d"}.fa7-map-location,.fa7-map-marked{--fa7:"\f59f"}.fa7-map-location-dot,.fa7-map-marked-alt{--fa7:"\f5a0"}.fa7-marker{--fa7:"\f5a1"}.fa7-medal{--fa7:"\f5a2"}.fa7-face-meh-blank,.fa7-meh-blank{--fa7:"\f5a4"}.fa7-face-rolling-eyes,.fa7-meh-rolling-eyes{--fa7:"\f5a5"}.fa7-monument{--fa7:"\f5a6"}.fa7-mortar-pestle{--fa7:"\f5a7"}.fa7-paint-roller{--fa7:"\f5aa"}.fa7-passport{--fa7:"\f5ab"}.fa7-pen-fancy{--fa7:"\f5ac"}.fa7-pen-nib{--fa7:"\f5ad"}.fa7-pen-ruler,.fa7-pencil-ruler{--fa7:"\f5ae"}.fa7-plane-arrival{--fa7:"\f5af"}.fa7-plane-departure{--fa7:"\f5b0"}.fa7-prescription{--fa7:"\f5b1"}.fa7-face-sad-cry,.fa7-sad-cry{--fa7:"\f5b3"}.fa7-face-sad-tear,.fa7-sad-tear{--fa7:"\f5b4"}.fa7-shuttle-van,.fa7-van-shuttle{--fa7:"\f5b6"}.fa7-signature{--fa7:"\f5b7"}.fa7-face-smile-beam,.fa7-smile-beam{--fa7:"\f5b8"}.fa7-solar-panel{--fa7:"\f5ba"}.fa7-spa{--fa7:"\f5bb"}.fa7-splotch{--fa7:"\f5bc"}.fa7-spray-can{--fa7:"\f5bd"}.fa7-stamp{--fa7:"\f5bf"}.fa7-star-half-alt,.fa7-star-half-stroke{--fa7:"\f5c0"}.fa7-suitcase-rolling{--fa7:"\f5c1"}.fa7-face-surprise,.fa7-surprise{--fa7:"\f5c2"}.fa7-swatchbook{--fa7:"\f5c3"}.fa7-person-swimming,.fa7-swimmer{--fa7:"\f5c4"}.fa7-ladder-water,.fa7-swimming-pool,.fa7-water-ladder{--fa7:"\f5c5"}.fa7-droplet-slash,.fa7-tint-slash{--fa7:"\f5c7"}.fa7-face-tired,.fa7-tired{--fa7:"\f5c8"}.fa7-tooth{--fa7:"\f5c9"}.fa7-umbrella-beach{--fa7:"\f5ca"}.fa7-weight-hanging{--fa7:"\f5cd"}.fa7-wine-glass-alt,.fa7-wine-glass-empty{--fa7:"\f5ce"}.fa7-air-freshener,.fa7-spray-can-sparkles{--fa7:"\f5d0"}.fa7-apple-alt,.fa7-apple-whole{--fa7:"\f5d1"}.fa7-atom{--fa7:"\f5d2"}.fa7-bone{--fa7:"\f5d7"}.fa7-book-open-reader,.fa7-book-reader{--fa7:"\f5da"}.fa7-brain{--fa7:"\f5dc"}.fa7-car-alt,.fa7-car-rear{--fa7:"\f5de"}.fa7-battery-car,.fa7-car-battery{--fa7:"\f5df"}.fa7-car-burst,.fa7-car-crash{--fa7:"\f5e1"}.fa7-car-side{--fa7:"\f5e4"}.fa7-charging-station{--fa7:"\f5e7"}.fa7-diamond-turn-right,.fa7-directions{--fa7:"\f5eb"}.fa7-draw-polygon,.fa7-vector-polygon{--fa7:"\f5ee"}.fa7-laptop-code{--fa7:"\f5fc"}.fa7-layer-group{--fa7:"\f5fd"}.fa7-location,.fa7-location-crosshairs{--fa7:"\f601"}.fa7-lungs{--fa7:"\f604"}.fa7-microscope{--fa7:"\f610"}.fa7-oil-can{--fa7:"\f613"}.fa7-poop{--fa7:"\f619"}.fa7-shapes,.fa7-triangle-circle-square{--fa7:"\f61f"}.fa7-star-of-life{--fa7:"\f621"}.fa7-dashboard,.fa7-gauge,.fa7-gauge-med,.fa7-tachometer-alt-average{--fa7:"\f624"}.fa7-gauge-high,.fa7-tachometer-alt,.fa7-tachometer-alt-fast{--fa7:"\f625"}.fa7-gauge-simple,.fa7-gauge-simple-med,.fa7-tachometer-average{--fa7:"\f629"}.fa7-gauge-simple-high,.fa7-tachometer,.fa7-tachometer-fast{--fa7:"\f62a"}.fa7-teeth{--fa7:"\f62e"}.fa7-teeth-open{--fa7:"\f62f"}.fa7-masks-theater,.fa7-theater-masks{--fa7:"\f630"}.fa7-traffic-light{--fa7:"\f637"}.fa7-truck-monster{--fa7:"\f63b"}.fa7-truck-pickup{--fa7:"\f63c"}.fa7-ad,.fa7-rectangle-ad{--fa7:"\f641"}.fa7-ankh{--fa7:"\f644"}.fa7-bible,.fa7-book-bible{--fa7:"\f647"}.fa7-briefcase-clock,.fa7-business-time{--fa7:"\f64a"}.fa7-city{--fa7:"\f64f"}.fa7-comment-dollar{--fa7:"\f651"}.fa7-comments-dollar{--fa7:"\f653"}.fa7-cross{--fa7:"\f654"}.fa7-dharmachakra{--fa7:"\f655"}.fa7-envelope-open-text{--fa7:"\f658"}.fa7-folder-minus{--fa7:"\f65d"}.fa7-folder-plus{--fa7:"\f65e"}.fa7-filter-circle-dollar,.fa7-funnel-dollar{--fa7:"\f662"}.fa7-gopuram{--fa7:"\f664"}.fa7-hamsa{--fa7:"\f665"}.fa7-bahai,.fa7-haykal{--fa7:"\f666"}.fa7-jedi{--fa7:"\f669"}.fa7-book-journal-whills,.fa7-journal-whills{--fa7:"\f66a"}.fa7-kaaba{--fa7:"\f66b"}.fa7-khanda{--fa7:"\f66d"}.fa7-landmark{--fa7:"\f66f"}.fa7-envelopes-bulk,.fa7-mail-bulk{--fa7:"\f674"}.fa7-menorah{--fa7:"\f676"}.fa7-mosque{--fa7:"\f678"}.fa7-om{--fa7:"\f679"}.fa7-pastafarianism,.fa7-spaghetti-monster-flying{--fa7:"\f67b"}.fa7-peace{--fa7:"\f67c"}.fa7-place-of-worship{--fa7:"\f67f"}.fa7-poll,.fa7-square-poll-vertical{--fa7:"\f681"}.fa7-poll-h,.fa7-square-poll-horizontal{--fa7:"\f682"}.fa7-person-praying,.fa7-pray{--fa7:"\f683"}.fa7-hands-praying,.fa7-praying-hands{--fa7:"\f684"}.fa7-book-quran,.fa7-quran{--fa7:"\f687"}.fa7-magnifying-glass-dollar,.fa7-search-dollar{--fa7:"\f688"}.fa7-magnifying-glass-location,.fa7-search-location{--fa7:"\f689"}.fa7-socks{--fa7:"\f696"}.fa7-square-root-alt,.fa7-square-root-variable{--fa7:"\f698"}.fa7-star-and-crescent{--fa7:"\f699"}.fa7-star-of-david{--fa7:"\f69a"}.fa7-synagogue{--fa7:"\f69b"}.fa7-scroll-torah,.fa7-torah{--fa7:"\f6a0"}.fa7-torii-gate{--fa7:"\f6a1"}.fa7-vihara{--fa7:"\f6a7"}.fa7-volume,.fa7-volume-medium{--fa7:"\f6a8"}.fa7-volume-mute,.fa7-volume-times,.fa7-volume-xmark{--fa7:"\f6a9"}.fa7-yin-yang{--fa7:"\f6ad"}.fa7-blender-phone{--fa7:"\f6b6"}.fa7-book-dead,.fa7-book-skull{--fa7:"\f6b7"}.fa7-campground{--fa7:"\f6bb"}.fa7-cat{--fa7:"\f6be"}.fa7-chair{--fa7:"\f6c0"}.fa7-cloud-moon{--fa7:"\f6c3"}.fa7-cloud-sun{--fa7:"\f6c4"}.fa7-cow{--fa7:"\f6c8"}.fa7-dice-d20{--fa7:"\f6cf"}.fa7-dice-d6{--fa7:"\f6d1"}.fa7-dog{--fa7:"\f6d3"}.fa7-dragon{--fa7:"\f6d5"}.fa7-drumstick-bite{--fa7:"\f6d7"}.fa7-dungeon{--fa7:"\f6d9"}.fa7-file-csv{--fa7:"\f6dd"}.fa7-fist-raised,.fa7-hand-fist{--fa7:"\f6de"}.fa7-ghost{--fa7:"\f6e2"}.fa7-hammer{--fa7:"\f6e3"}.fa7-hanukiah{--fa7:"\f6e6"}.fa7-hat-wizard{--fa7:"\f6e8"}.fa7-hiking,.fa7-person-hiking{--fa7:"\f6ec"}.fa7-hippo{--fa7:"\f6ed"}.fa7-horse{--fa7:"\f6f0"}.fa7-house-chimney-crack,.fa7-house-damage{--fa7:"\f6f1"}.fa7-hryvnia,.fa7-hryvnia-sign{--fa7:"\f6f2"}.fa7-mask{--fa7:"\f6fa"}.fa7-mountain{--fa7:"\f6fc"}.fa7-network-wired{--fa7:"\f6ff"}.fa7-otter{--fa7:"\f700"}.fa7-ring{--fa7:"\f70b"}.fa7-person-running,.fa7-running{--fa7:"\f70c"}.fa7-scroll{--fa7:"\f70e"}.fa7-skull-crossbones{--fa7:"\f714"}.fa7-slash{--fa7:"\f715"}.fa7-spider{--fa7:"\f717"}.fa7-toilet-paper,.fa7-toilet-paper-alt,.fa7-toilet-paper-blank{--fa7:"\f71e"}.fa7-tractor{--fa7:"\f722"}.fa7-user-injured{--fa7:"\f728"}.fa7-vr-cardboard{--fa7:"\f729"}.fa7-wand-sparkles{--fa7:"\f72b"}.fa7-wind{--fa7:"\f72e"}.fa7-wine-bottle{--fa7:"\f72f"}.fa7-cloud-meatball{--fa7:"\f73b"}.fa7-cloud-moon-rain{--fa7:"\f73c"}.fa7-cloud-rain{--fa7:"\f73d"}.fa7-cloud-showers-heavy{--fa7:"\f740"}.fa7-cloud-sun-rain{--fa7:"\f743"}.fa7-democrat{--fa7:"\f747"}.fa7-flag-usa{--fa7:"\f74d"}.fa7-hurricane{--fa7:"\f751"}.fa7-landmark-alt,.fa7-landmark-dome{--fa7:"\f752"}.fa7-meteor{--fa7:"\f753"}.fa7-person-booth{--fa7:"\f756"}.fa7-poo-bolt,.fa7-poo-storm{--fa7:"\f75a"}.fa7-rainbow{--fa7:"\f75b"}.fa7-republican{--fa7:"\f75e"}.fa7-smog{--fa7:"\f75f"}.fa7-temperature-high{--fa7:"\f769"}.fa7-temperature-low{--fa7:"\f76b"}.fa7-cloud-bolt,.fa7-thunderstorm{--fa7:"\f76c"}.fa7-tornado{--fa7:"\f76f"}.fa7-volcano{--fa7:"\f770"}.fa7-check-to-slot,.fa7-vote-yea{--fa7:"\f772"}.fa7-water{--fa7:"\f773"}.fa7-baby{--fa7:"\f77c"}.fa7-baby-carriage,.fa7-carriage-baby{--fa7:"\f77d"}.fa7-biohazard{--fa7:"\f780"}.fa7-blog{--fa7:"\f781"}.fa7-calendar-day{--fa7:"\f783"}.fa7-calendar-week{--fa7:"\f784"}.fa7-candy-cane{--fa7:"\f786"}.fa7-carrot{--fa7:"\f787"}.fa7-cash-register{--fa7:"\f788"}.fa7-compress-arrows-alt,.fa7-minimize{--fa7:"\f78c"}.fa7-dumpster{--fa7:"\f793"}.fa7-dumpster-fire{--fa7:"\f794"}.fa7-ethernet{--fa7:"\f796"}.fa7-gifts{--fa7:"\f79c"}.fa7-champagne-glasses,.fa7-glass-cheers{--fa7:"\f79f"}.fa7-glass-whiskey,.fa7-whiskey-glass{--fa7:"\f7a0"}.fa7-earth-europe,.fa7-globe-europe{--fa7:"\f7a2"}.fa7-grip-lines{--fa7:"\f7a4"}.fa7-grip-lines-vertical{--fa7:"\f7a5"}.fa7-guitar{--fa7:"\f7a6"}.fa7-heart-broken,.fa7-heart-crack{--fa7:"\f7a9"}.fa7-holly-berry{--fa7:"\f7aa"}.fa7-horse-head{--fa7:"\f7ab"}.fa7-icicles{--fa7:"\f7ad"}.fa7-igloo{--fa7:"\f7ae"}.fa7-mitten{--fa7:"\f7b5"}.fa7-mug-hot{--fa7:"\f7b6"}.fa7-radiation{--fa7:"\f7b9"}.fa7-circle-radiation,.fa7-radiation-alt{--fa7:"\f7ba"}.fa7-restroom{--fa7:"\f7bd"}.fa7-satellite{--fa7:"\f7bf"}.fa7-satellite-dish{--fa7:"\f7c0"}.fa7-sd-card{--fa7:"\f7c2"}.fa7-sim-card{--fa7:"\f7c4"}.fa7-person-skating,.fa7-skating{--fa7:"\f7c5"}.fa7-person-skiing,.fa7-skiing{--fa7:"\f7c9"}.fa7-person-skiing-nordic,.fa7-skiing-nordic{--fa7:"\f7ca"}.fa7-sleigh{--fa7:"\f7cc"}.fa7-comment-sms,.fa7-sms{--fa7:"\f7cd"}.fa7-person-snowboarding,.fa7-snowboarding{--fa7:"\f7ce"}.fa7-snowman{--fa7:"\f7d0"}.fa7-snowplow{--fa7:"\f7d2"}.fa7-tenge,.fa7-tenge-sign{--fa7:"\f7d7"}.fa7-toilet{--fa7:"\f7d8"}.fa7-screwdriver-wrench,.fa7-tools{--fa7:"\f7d9"}.fa7-cable-car,.fa7-tram{--fa7:"\f7da"}.fa7-fire-alt,.fa7-fire-flame-curved{--fa7:"\f7e4"}.fa7-bacon{--fa7:"\f7e5"}.fa7-book-medical{--fa7:"\f7e6"}.fa7-bread-slice{--fa7:"\f7ec"}.fa7-cheese{--fa7:"\f7ef"}.fa7-clinic-medical,.fa7-house-chimney-medical{--fa7:"\f7f2"}.fa7-clipboard-user{--fa7:"\f7f3"}.fa7-comment-medical{--fa7:"\f7f5"}.fa7-crutch{--fa7:"\f7f7"}.fa7-disease{--fa7:"\f7fa"}.fa7-egg{--fa7:"\f7fb"}.fa7-folder-tree{--fa7:"\f802"}.fa7-burger,.fa7-hamburger{--fa7:"\f805"}.fa7-hand-middle-finger{--fa7:"\f806"}.fa7-hard-hat,.fa7-hat-hard,.fa7-helmet-safety{--fa7:"\f807"}.fa7-hospital-user{--fa7:"\f80d"}.fa7-hotdog{--fa7:"\f80f"}.fa7-ice-cream{--fa7:"\f810"}.fa7-laptop-medical{--fa7:"\f812"}.fa7-pager{--fa7:"\f815"}.fa7-pepper-hot{--fa7:"\f816"}.fa7-pizza-slice{--fa7:"\f818"}.fa7-sack-dollar{--fa7:"\f81d"}.fa7-book-tanakh,.fa7-tanakh{--fa7:"\f827"}.fa7-bars-progress,.fa7-tasks-alt{--fa7:"\f828"}.fa7-trash-arrow-up,.fa7-trash-restore{--fa7:"\f829"}.fa7-trash-can-arrow-up,.fa7-trash-restore-alt{--fa7:"\f82a"}.fa7-user-nurse{--fa7:"\f82f"}.fa7-wave-square{--fa7:"\f83e"}.fa7-biking,.fa7-person-biking{--fa7:"\f84a"}.fa7-border-all{--fa7:"\f84c"}.fa7-border-none{--fa7:"\f850"}.fa7-border-style,.fa7-border-top-left{--fa7:"\f853"}.fa7-digging,.fa7-person-digging{--fa7:"\f85e"}.fa7-fan{--fa7:"\f863"}.fa7-heart-music-camera-bolt,.fa7-icons{--fa7:"\f86d"}.fa7-phone-alt,.fa7-phone-flip{--fa7:"\f879"}.fa7-phone-square-alt,.fa7-square-phone-flip{--fa7:"\f87b"}.fa7-photo-film,.fa7-photo-video{--fa7:"\f87c"}.fa7-remove-format,.fa7-text-slash{--fa7:"\f87d"}.fa7-arrow-down-z-a,.fa7-sort-alpha-desc,.fa7-sort-alpha-down-alt{--fa7:"\f881"}.fa7-arrow-up-z-a,.fa7-sort-alpha-up-alt{--fa7:"\f882"}.fa7-arrow-down-short-wide,.fa7-sort-amount-desc,.fa7-sort-amount-down-alt{--fa7:"\f884"}.fa7-arrow-up-short-wide,.fa7-sort-amount-up-alt{--fa7:"\f885"}.fa7-arrow-down-9-1,.fa7-sort-numeric-desc,.fa7-sort-numeric-down-alt{--fa7:"\f886"}.fa7-arrow-up-9-1,.fa7-sort-numeric-up-alt{--fa7:"\f887"}.fa7-spell-check{--fa7:"\f891"}.fa7-voicemail{--fa7:"\f897"}.fa7-hat-cowboy{--fa7:"\f8c0"}.fa7-hat-cowboy-side{--fa7:"\f8c1"}.fa7-computer-mouse,.fa7-mouse{--fa7:"\f8cc"}.fa7-radio{--fa7:"\f8d7"}.fa7-record-vinyl{--fa7:"\f8d9"}.fa7-walkie-talkie{--fa7:"\f8ef"}.fa7-caravan{--fa7:"\f8ff"}
:host,:root{--fa7-family-brands:"Font Awesome 7 Brands";--fa7-font-brands:normal 400 1em/1 var(--fa7-family-brands)}@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-brands-400.woff2)}.fa7-brands,.fa7-classic.fa7-brands,.fab{--fa7-family:var(--fa7-family-brands);--fa7-style:400}.fa7-firefox-browser{--fa7:"\e007"}.fa7-ideal{--fa7:"\e013"}.fa7-microblog{--fa7:"\e01a"}.fa7-pied-piper-square,.fa7-square-pied-piper{--fa7:"\e01e"}.fa7-unity{--fa7:"\e049"}.fa7-dailymotion{--fa7:"\e052"}.fa7-instagram-square,.fa7-square-instagram{--fa7:"\e055"}.fa7-mixer{--fa7:"\e056"}.fa7-shopify{--fa7:"\e057"}.fa7-deezer{--fa7:"\e077"}.fa7-edge-legacy{--fa7:"\e078"}.fa7-google-pay{--fa7:"\e079"}.fa7-rust{--fa7:"\e07a"}.fa7-tiktok{--fa7:"\e07b"}.fa7-unsplash{--fa7:"\e07c"}.fa7-cloudflare{--fa7:"\e07d"}.fa7-guilded{--fa7:"\e07e"}.fa7-hive{--fa7:"\e07f"}.fa7-42-group,.fa7-innosoft{--fa7:"\e080"}.fa7-instalod{--fa7:"\e081"}.fa7-octopus-deploy{--fa7:"\e082"}.fa7-perbyte{--fa7:"\e083"}.fa7-uncharted{--fa7:"\e084"}.fa7-watchman-monitoring{--fa7:"\e087"}.fa7-wodu{--fa7:"\e088"}.fa7-wirsindhandwerk,.fa7-wsh{--fa7:"\e2d0"}.fa7-bots{--fa7:"\e340"}.fa7-cmplid{--fa7:"\e360"}.fa7-bilibili{--fa7:"\e3d9"}.fa7-golang{--fa7:"\e40f"}.fa7-pix{--fa7:"\e43a"}.fa7-sitrox{--fa7:"\e44a"}.fa7-hashnode{--fa7:"\e499"}.fa7-meta{--fa7:"\e49b"}.fa7-padlet{--fa7:"\e4a0"}.fa7-nfc-directional{--fa7:"\e530"}.fa7-nfc-symbol{--fa7:"\e531"}.fa7-screenpal{--fa7:"\e570"}.fa7-space-awesome{--fa7:"\e5ac"}.fa7-square-font-awesome{--fa7:"\e5ad"}.fa7-gitlab-square,.fa7-square-gitlab{--fa7:"\e5ae"}.fa7-odysee{--fa7:"\e5c6"}.fa7-stubber{--fa7:"\e5c7"}.fa7-debian{--fa7:"\e60b"}.fa7-shoelace{--fa7:"\e60c"}.fa7-threads{--fa7:"\e618"}.fa7-square-threads{--fa7:"\e619"}.fa7-square-x-twitter{--fa7:"\e61a"}.fa7-x-twitter{--fa7:"\e61b"}.fa7-opensuse{--fa7:"\e62b"}.fa7-letterboxd{--fa7:"\e62d"}.fa7-square-letterboxd{--fa7:"\e62e"}.fa7-mintbit{--fa7:"\e62f"}.fa7-google-scholar{--fa7:"\e63b"}.fa7-brave{--fa7:"\e63c"}.fa7-brave-reverse{--fa7:"\e63d"}.fa7-pixiv{--fa7:"\e640"}.fa7-upwork{--fa7:"\e641"}.fa7-webflow{--fa7:"\e65c"}.fa7-signal-messenger{--fa7:"\e663"}.fa7-bluesky{--fa7:"\e671"}.fa7-jxl{--fa7:"\e67b"}.fa7-square-upwork{--fa7:"\e67c"}.fa7-web-awesome{--fa7:"\e682"}.fa7-square-web-awesome{--fa7:"\e683"}.fa7-square-web-awesome-stroke{--fa7:"\e684"}.fa7-dart-lang{--fa7:"\e693"}.fa7-flutter{--fa7:"\e694"}.fa7-files-pinwheel{--fa7:"\e69f"}.fa7-css{--fa7:"\e6a2"}.fa7-square-bluesky{--fa7:"\e6a3"}.fa7-openai{--fa7:"\e7cf"}.fa7-square-linkedin{--fa7:"\e7d0"}.fa7-cash-app{--fa7:"\e7d4"}.fa7-disqus{--fa7:"\e7d5"}.fa7-11ty,.fa7-eleventy{--fa7:"\e7d6"}.fa7-kakao-talk{--fa7:"\e7d7"}.fa7-linktree{--fa7:"\e7d8"}.fa7-notion{--fa7:"\e7d9"}.fa7-pandora{--fa7:"\e7da"}.fa7-pixelfed{--fa7:"\e7db"}.fa7-tidal{--fa7:"\e7dc"}.fa7-vsco{--fa7:"\e7dd"}.fa7-w3c{--fa7:"\e7de"}.fa7-lumon{--fa7:"\e7e2"}.fa7-lumon-drop{--fa7:"\e7e3"}.fa7-square-figma{--fa7:"\e7e4"}.fa7-tex{--fa7:"\e7ff"}.fa7-duolingo{--fa7:"\e812"}.fa7-supportnow{--fa7:"\e833"}.fa7-tor-browser{--fa7:"\e838"}.fa7-typescript{--fa7:"\e840"}.fa7-square-deskpro{--fa7:"\e844"}.fa7-circle-zulip{--fa7:"\e851"}.fa7-julia{--fa7:"\e852"}.fa7-zulip{--fa7:"\e853"}.fa7-unison{--fa7:"\e854"}.fa7-bgg,.fa7-board-game-geek{--fa7:"\e855"}.fa7-ko-fi{--fa7:"\e856"}.fa7-kubernetes{--fa7:"\e857"}.fa7-postgresql{--fa7:"\e858"}.fa7-scaleway{--fa7:"\e859"}.fa7-venmo{--fa7:"\e85a"}.fa7-venmo-v{--fa7:"\e85b"}.fa7-unreal-engine{--fa7:"\e85c"}.fa7-globaleaks{--fa7:"\e85d"}.fa7-solana{--fa7:"\e85e"}.fa7-threema{--fa7:"\e85f"}.fa7-forgejo{--fa7:"\e860"}.fa7-claude{--fa7:"\e861"}.fa7-gitee{--fa7:"\e863"}.fa7-xmpp{--fa7:"\e864"}.fa7-fediverse{--fa7:"\e865"}.fa7-tailwind-css{--fa7:"\e866"}.fa7-arch-linux{--fa7:"\e867"}.fa7-svelte{--fa7:"\e868"}.fa7-hugging-face{--fa7:"\e869"}.fa7-leetcode{--fa7:"\e86a"}.fa7-openstreetmap{--fa7:"\e86b"}.fa7-ultralytics{--fa7:"\e86d"}.fa7-ultralytics-hub{--fa7:"\e86e"}.fa7-ultralytics-yolo{--fa7:"\e86f"}.fa7-obsidian{--fa7:"\e879"}.fa7-zoom{--fa7:"\e87b"}.fa7-vim{--fa7:"\e88a"}.fa7-symfonycasts{--fa7:"\e8ab"}.fa7-square-twitter,.fa7-twitter-square{--fa7:"\f081"}.fa7-facebook-square,.fa7-square-facebook{--fa7:"\f082"}.fa7-linkedin{--fa7:"\f08c"}.fa7-github-square,.fa7-square-github{--fa7:"\f092"}.fa7-twitter{--fa7:"\f099"}.fa7-facebook{--fa7:"\f09a"}.fa7-github{--fa7:"\f09b"}.fa7-pinterest{--fa7:"\f0d2"}.fa7-pinterest-square,.fa7-square-pinterest{--fa7:"\f0d3"}.fa7-google-plus-square,.fa7-square-google-plus{--fa7:"\f0d4"}.fa7-google-plus-g{--fa7:"\f0d5"}.fa7-linkedin-in{--fa7:"\f0e1"}.fa7-github-alt{--fa7:"\f113"}.fa7-maxcdn{--fa7:"\f136"}.fa7-html5{--fa7:"\f13b"}.fa7-css3{--fa7:"\f13c"}.fa7-btc{--fa7:"\f15a"}.fa7-youtube{--fa7:"\f167"}.fa7-xing{--fa7:"\f168"}.fa7-square-xing,.fa7-xing-square{--fa7:"\f169"}.fa7-dropbox{--fa7:"\f16b"}.fa7-stack-overflow{--fa7:"\f16c"}.fa7-instagram{--fa7:"\f16d"}.fa7-flickr{--fa7:"\f16e"}.fa7-adn{--fa7:"\f170"}.fa7-bitbucket{--fa7:"\f171"}.fa7-tumblr{--fa7:"\f173"}.fa7-square-tumblr,.fa7-tumblr-square{--fa7:"\f174"}.fa7-apple{--fa7:"\f179"}.fa7-windows{--fa7:"\f17a"}.fa7-android{--fa7:"\f17b"}.fa7-linux{--fa7:"\f17c"}.fa7-dribbble{--fa7:"\f17d"}.fa7-skype{--fa7:"\f17e"}.fa7-foursquare{--fa7:"\f180"}.fa7-trello{--fa7:"\f181"}.fa7-gratipay{--fa7:"\f184"}.fa7-vk{--fa7:"\f189"}.fa7-weibo{--fa7:"\f18a"}.fa7-renren{--fa7:"\f18b"}.fa7-pagelines{--fa7:"\f18c"}.fa7-stack-exchange{--fa7:"\f18d"}.fa7-square-vimeo,.fa7-vimeo-square{--fa7:"\f194"}.fa7-slack,.fa7-slack-hash{--fa7:"\f198"}.fa7-wordpress{--fa7:"\f19a"}.fa7-openid{--fa7:"\f19b"}.fa7-yahoo{--fa7:"\f19e"}.fa7-google{--fa7:"\f1a0"}.fa7-reddit{--fa7:"\f1a1"}.fa7-reddit-square,.fa7-square-reddit{--fa7:"\f1a2"}.fa7-stumbleupon-circle{--fa7:"\f1a3"}.fa7-stumbleupon{--fa7:"\f1a4"}.fa7-delicious{--fa7:"\f1a5"}.fa7-digg{--fa7:"\f1a6"}.fa7-pied-piper-pp{--fa7:"\f1a7"}.fa7-pied-piper-alt{--fa7:"\f1a8"}.fa7-drupal{--fa7:"\f1a9"}.fa7-joomla{--fa7:"\f1aa"}.fa7-behance{--fa7:"\f1b4"}.fa7-behance-square,.fa7-square-behance{--fa7:"\f1b5"}.fa7-steam{--fa7:"\f1b6"}.fa7-square-steam,.fa7-steam-square{--fa7:"\f1b7"}.fa7-spotify{--fa7:"\f1bc"}.fa7-deviantart{--fa7:"\f1bd"}.fa7-soundcloud{--fa7:"\f1be"}.fa7-vine{--fa7:"\f1ca"}.fa7-codepen{--fa7:"\f1cb"}.fa7-jsfiddle{--fa7:"\f1cc"}.fa7-rebel{--fa7:"\f1d0"}.fa7-empire{--fa7:"\f1d1"}.fa7-git-square,.fa7-square-git{--fa7:"\f1d2"}.fa7-git{--fa7:"\f1d3"}.fa7-hacker-news{--fa7:"\f1d4"}.fa7-tencent-weibo{--fa7:"\f1d5"}.fa7-qq{--fa7:"\f1d6"}.fa7-weixin{--fa7:"\f1d7"}.fa7-slideshare{--fa7:"\f1e7"}.fa7-twitch{--fa7:"\f1e8"}.fa7-yelp{--fa7:"\f1e9"}.fa7-paypal{--fa7:"\f1ed"}.fa7-google-wallet{--fa7:"\f1ee"}.fa7-cc-visa{--fa7:"\f1f0"}.fa7-cc-mastercard{--fa7:"\f1f1"}.fa7-cc-discover{--fa7:"\f1f2"}.fa7-cc-amex{--fa7:"\f1f3"}.fa7-cc-paypal{--fa7:"\f1f4"}.fa7-cc-stripe{--fa7:"\f1f5"}.fa7-lastfm{--fa7:"\f202"}.fa7-lastfm-square,.fa7-square-lastfm{--fa7:"\f203"}.fa7-ioxhost{--fa7:"\f208"}.fa7-angellist{--fa7:"\f209"}.fa7-buysellads{--fa7:"\f20d"}.fa7-connectdevelop{--fa7:"\f20e"}.fa7-dashcube{--fa7:"\f210"}.fa7-forumbee{--fa7:"\f211"}.fa7-leanpub{--fa7:"\f212"}.fa7-sellsy{--fa7:"\f213"}.fa7-shirtsinbulk{--fa7:"\f214"}.fa7-simplybuilt{--fa7:"\f215"}.fa7-skyatlas{--fa7:"\f216"}.fa7-pinterest-p{--fa7:"\f231"}.fa7-whatsapp{--fa7:"\f232"}.fa7-viacoin{--fa7:"\f237"}.fa7-medium,.fa7-medium-m{--fa7:"\f23a"}.fa7-y-combinator{--fa7:"\f23b"}.fa7-optin-monster{--fa7:"\f23c"}.fa7-opencart{--fa7:"\f23d"}.fa7-expeditedssl{--fa7:"\f23e"}.fa7-cc-jcb{--fa7:"\f24b"}.fa7-cc-diners-club{--fa7:"\f24c"}.fa7-creative-commons{--fa7:"\f25e"}.fa7-gg{--fa7:"\f260"}.fa7-gg-circle{--fa7:"\f261"}.fa7-odnoklassniki{--fa7:"\f263"}.fa7-odnoklassniki-square,.fa7-square-odnoklassniki{--fa7:"\f264"}.fa7-get-pocket{--fa7:"\f265"}.fa7-wikipedia-w{--fa7:"\f266"}.fa7-safari{--fa7:"\f267"}.fa7-chrome{--fa7:"\f268"}.fa7-firefox{--fa7:"\f269"}.fa7-opera{--fa7:"\f26a"}.fa7-internet-explorer{--fa7:"\f26b"}.fa7-contao{--fa7:"\f26d"}.fa7-500px{--fa7:"\f26e"}.fa7-amazon{--fa7:"\f270"}.fa7-houzz{--fa7:"\f27c"}.fa7-vimeo-v{--fa7:"\f27d"}.fa7-black-tie{--fa7:"\f27e"}.fa7-fonticons{--fa7:"\f280"}.fa7-reddit-alien{--fa7:"\f281"}.fa7-edge{--fa7:"\f282"}.fa7-codiepie{--fa7:"\f284"}.fa7-modx{--fa7:"\f285"}.fa7-fort-awesome{--fa7:"\f286"}.fa7-usb{--fa7:"\f287"}.fa7-product-hunt{--fa7:"\f288"}.fa7-mixcloud{--fa7:"\f289"}.fa7-scribd{--fa7:"\f28a"}.fa7-bluetooth{--fa7:"\f293"}.fa7-bluetooth-b{--fa7:"\f294"}.fa7-gitlab{--fa7:"\f296"}.fa7-wpbeginner{--fa7:"\f297"}.fa7-wpforms{--fa7:"\f298"}.fa7-envira{--fa7:"\f299"}.fa7-glide{--fa7:"\f2a5"}.fa7-glide-g{--fa7:"\f2a6"}.fa7-viadeo{--fa7:"\f2a9"}.fa7-square-viadeo,.fa7-viadeo-square{--fa7:"\f2aa"}.fa7-snapchat,.fa7-snapchat-ghost{--fa7:"\f2ab"}.fa7-snapchat-square,.fa7-square-snapchat{--fa7:"\f2ad"}.fa7-pied-piper{--fa7:"\f2ae"}.fa7-first-order{--fa7:"\f2b0"}.fa7-yoast{--fa7:"\f2b1"}.fa7-themeisle{--fa7:"\f2b2"}.fa7-google-plus{--fa7:"\f2b3"}.fa7-font-awesome,.fa7-font-awesome-flag,.fa7-font-awesome-logo-full{--fa7:"\f2b4"}.fa7-linode{--fa7:"\f2b8"}.fa7-quora{--fa7:"\f2c4"}.fa7-free-code-camp{--fa7:"\f2c5"}.fa7-telegram,.fa7-telegram-plane{--fa7:"\f2c6"}.fa7-bandcamp{--fa7:"\f2d5"}.fa7-grav{--fa7:"\f2d6"}.fa7-etsy{--fa7:"\f2d7"}.fa7-imdb{--fa7:"\f2d8"}.fa7-ravelry{--fa7:"\f2d9"}.fa7-sellcast{--fa7:"\f2da"}.fa7-superpowers{--fa7:"\f2dd"}.fa7-wpexplorer{--fa7:"\f2de"}.fa7-meetup{--fa7:"\f2e0"}.fa7-font-awesome-alt,.fa7-square-font-awesome-stroke{--fa7:"\f35c"}.fa7-accessible-icon{--fa7:"\f368"}.fa7-accusoft{--fa7:"\f369"}.fa7-adversal{--fa7:"\f36a"}.fa7-affiliatetheme{--fa7:"\f36b"}.fa7-algolia{--fa7:"\f36c"}.fa7-amilia{--fa7:"\f36d"}.fa7-angrycreative{--fa7:"\f36e"}.fa7-app-store{--fa7:"\f36f"}.fa7-app-store-ios{--fa7:"\f370"}.fa7-apper{--fa7:"\f371"}.fa7-asymmetrik{--fa7:"\f372"}.fa7-audible{--fa7:"\f373"}.fa7-avianex{--fa7:"\f374"}.fa7-aws{--fa7:"\f375"}.fa7-bimobject{--fa7:"\f378"}.fa7-bitcoin{--fa7:"\f379"}.fa7-bity{--fa7:"\f37a"}.fa7-blackberry{--fa7:"\f37b"}.fa7-blogger{--fa7:"\f37c"}.fa7-blogger-b{--fa7:"\f37d"}.fa7-buromobelexperte{--fa7:"\f37f"}.fa7-centercode{--fa7:"\f380"}.fa7-cloudscale{--fa7:"\f383"}.fa7-cloudsmith{--fa7:"\f384"}.fa7-cloudversify{--fa7:"\f385"}.fa7-cpanel{--fa7:"\f388"}.fa7-css3-alt{--fa7:"\f38b"}.fa7-cuttlefish{--fa7:"\f38c"}.fa7-d-and-d{--fa7:"\f38d"}.fa7-deploydog{--fa7:"\f38e"}.fa7-deskpro{--fa7:"\f38f"}.fa7-digital-ocean{--fa7:"\f391"}.fa7-discord{--fa7:"\f392"}.fa7-discourse{--fa7:"\f393"}.fa7-dochub{--fa7:"\f394"}.fa7-docker{--fa7:"\f395"}.fa7-draft2digital{--fa7:"\f396"}.fa7-dribbble-square,.fa7-square-dribbble{--fa7:"\f397"}.fa7-dyalog{--fa7:"\f399"}.fa7-earlybirds{--fa7:"\f39a"}.fa7-erlang{--fa7:"\f39d"}.fa7-facebook-f{--fa7:"\f39e"}.fa7-facebook-messenger{--fa7:"\f39f"}.fa7-firstdraft{--fa7:"\f3a1"}.fa7-fonticons-fi{--fa7:"\f3a2"}.fa7-fort-awesome-alt{--fa7:"\f3a3"}.fa7-freebsd{--fa7:"\f3a4"}.fa7-gitkraken{--fa7:"\f3a6"}.fa7-gofore{--fa7:"\f3a7"}.fa7-goodreads{--fa7:"\f3a8"}.fa7-goodreads-g{--fa7:"\f3a9"}.fa7-google-drive{--fa7:"\f3aa"}.fa7-google-play{--fa7:"\f3ab"}.fa7-gripfire{--fa7:"\f3ac"}.fa7-grunt{--fa7:"\f3ad"}.fa7-gulp{--fa7:"\f3ae"}.fa7-hacker-news-square,.fa7-square-hacker-news{--fa7:"\f3af"}.fa7-hire-a-helper{--fa7:"\f3b0"}.fa7-hotjar{--fa7:"\f3b1"}.fa7-hubspot{--fa7:"\f3b2"}.fa7-itunes{--fa7:"\f3b4"}.fa7-itunes-note{--fa7:"\f3b5"}.fa7-jenkins{--fa7:"\f3b6"}.fa7-joget{--fa7:"\f3b7"}.fa7-js{--fa7:"\f3b8"}.fa7-js-square,.fa7-square-js{--fa7:"\f3b9"}.fa7-keycdn{--fa7:"\f3ba"}.fa7-kickstarter,.fa7-square-kickstarter{--fa7:"\f3bb"}.fa7-kickstarter-k{--fa7:"\f3bc"}.fa7-laravel{--fa7:"\f3bd"}.fa7-line{--fa7:"\f3c0"}.fa7-lyft{--fa7:"\f3c3"}.fa7-magento{--fa7:"\f3c4"}.fa7-medapps{--fa7:"\f3c6"}.fa7-medrt{--fa7:"\f3c8"}.fa7-microsoft{--fa7:"\f3ca"}.fa7-mix{--fa7:"\f3cb"}.fa7-mizuni{--fa7:"\f3cc"}.fa7-monero{--fa7:"\f3d0"}.fa7-napster{--fa7:"\f3d2"}.fa7-node-js{--fa7:"\f3d3"}.fa7-npm{--fa7:"\f3d4"}.fa7-ns8{--fa7:"\f3d5"}.fa7-nutritionix{--fa7:"\f3d6"}.fa7-page4{--fa7:"\f3d7"}.fa7-palfed{--fa7:"\f3d8"}.fa7-patreon{--fa7:"\f3d9"}.fa7-periscope{--fa7:"\f3da"}.fa7-phabricator{--fa7:"\f3db"}.fa7-phoenix-framework{--fa7:"\f3dc"}.fa7-playstation{--fa7:"\f3df"}.fa7-pushed{--fa7:"\f3e1"}.fa7-python{--fa7:"\f3e2"}.fa7-red-river{--fa7:"\f3e3"}.fa7-rendact,.fa7-wpressr{--fa7:"\f3e4"}.fa7-replyd{--fa7:"\f3e6"}.fa7-resolving{--fa7:"\f3e7"}.fa7-rocketchat{--fa7:"\f3e8"}.fa7-rockrms{--fa7:"\f3e9"}.fa7-schlix{--fa7:"\f3ea"}.fa7-searchengin{--fa7:"\f3eb"}.fa7-servicestack{--fa7:"\f3ec"}.fa7-sistrix{--fa7:"\f3ee"}.fa7-speakap{--fa7:"\f3f3"}.fa7-staylinked{--fa7:"\f3f5"}.fa7-steam-symbol{--fa7:"\f3f6"}.fa7-sticker-mule{--fa7:"\f3f7"}.fa7-studiovinari{--fa7:"\f3f8"}.fa7-supple{--fa7:"\f3f9"}.fa7-uber{--fa7:"\f402"}.fa7-uikit{--fa7:"\f403"}.fa7-uniregistry{--fa7:"\f404"}.fa7-untappd{--fa7:"\f405"}.fa7-ussunnah{--fa7:"\f407"}.fa7-vaadin{--fa7:"\f408"}.fa7-viber{--fa7:"\f409"}.fa7-vimeo{--fa7:"\f40a"}.fa7-vnv{--fa7:"\f40b"}.fa7-square-whatsapp,.fa7-whatsapp-square{--fa7:"\f40c"}.fa7-whmcs{--fa7:"\f40d"}.fa7-wordpress-simple{--fa7:"\f411"}.fa7-xbox{--fa7:"\f412"}.fa7-yandex{--fa7:"\f413"}.fa7-yandex-international{--fa7:"\f414"}.fa7-apple-pay{--fa7:"\f415"}.fa7-cc-apple-pay{--fa7:"\f416"}.fa7-fly{--fa7:"\f417"}.fa7-node{--fa7:"\f419"}.fa7-osi{--fa7:"\f41a"}.fa7-react{--fa7:"\f41b"}.fa7-autoprefixer{--fa7:"\f41c"}.fa7-less{--fa7:"\f41d"}.fa7-sass{--fa7:"\f41e"}.fa7-vuejs{--fa7:"\f41f"}.fa7-angular{--fa7:"\f420"}.fa7-aviato{--fa7:"\f421"}.fa7-ember{--fa7:"\f423"}.fa7-gitter{--fa7:"\f426"}.fa7-hooli{--fa7:"\f427"}.fa7-strava{--fa7:"\f428"}.fa7-stripe{--fa7:"\f429"}.fa7-stripe-s{--fa7:"\f42a"}.fa7-typo3{--fa7:"\f42b"}.fa7-amazon-pay{--fa7:"\f42c"}.fa7-cc-amazon-pay{--fa7:"\f42d"}.fa7-ethereum{--fa7:"\f42e"}.fa7-korvue{--fa7:"\f42f"}.fa7-elementor{--fa7:"\f430"}.fa7-square-youtube,.fa7-youtube-square{--fa7:"\f431"}.fa7-flipboard{--fa7:"\f44d"}.fa7-hips{--fa7:"\f452"}.fa7-php{--fa7:"\f457"}.fa7-quinscape{--fa7:"\f459"}.fa7-readme{--fa7:"\f4d5"}.fa7-java{--fa7:"\f4e4"}.fa7-pied-piper-hat{--fa7:"\f4e5"}.fa7-creative-commons-by{--fa7:"\f4e7"}.fa7-creative-commons-nc{--fa7:"\f4e8"}.fa7-creative-commons-nc-eu{--fa7:"\f4e9"}.fa7-creative-commons-nc-jp{--fa7:"\f4ea"}.fa7-creative-commons-nd{--fa7:"\f4eb"}.fa7-creative-commons-pd{--fa7:"\f4ec"}.fa7-creative-commons-pd-alt{--fa7:"\f4ed"}.fa7-creative-commons-remix{--fa7:"\f4ee"}.fa7-creative-commons-sa{--fa7:"\f4ef"}.fa7-creative-commons-sampling{--fa7:"\f4f0"}.fa7-creative-commons-sampling-plus{--fa7:"\f4f1"}.fa7-creative-commons-share{--fa7:"\f4f2"}.fa7-creative-commons-zero{--fa7:"\f4f3"}.fa7-ebay{--fa7:"\f4f4"}.fa7-keybase{--fa7:"\f4f5"}.fa7-mastodon{--fa7:"\f4f6"}.fa7-r-project{--fa7:"\f4f7"}.fa7-researchgate{--fa7:"\f4f8"}.fa7-teamspeak{--fa7:"\f4f9"}.fa7-first-order-alt{--fa7:"\f50a"}.fa7-fulcrum{--fa7:"\f50b"}.fa7-galactic-republic{--fa7:"\f50c"}.fa7-galactic-senate{--fa7:"\f50d"}.fa7-jedi-order{--fa7:"\f50e"}.fa7-mandalorian{--fa7:"\f50f"}.fa7-old-republic{--fa7:"\f510"}.fa7-phoenix-squadron{--fa7:"\f511"}.fa7-sith{--fa7:"\f512"}.fa7-trade-federation{--fa7:"\f513"}.fa7-wolf-pack-battalion{--fa7:"\f514"}.fa7-hornbill{--fa7:"\f592"}.fa7-mailchimp{--fa7:"\f59e"}.fa7-megaport{--fa7:"\f5a3"}.fa7-nimblr{--fa7:"\f5a8"}.fa7-rev{--fa7:"\f5b2"}.fa7-shopware{--fa7:"\f5b5"}.fa7-squarespace{--fa7:"\f5be"}.fa7-themeco{--fa7:"\f5c6"}.fa7-weebly{--fa7:"\f5cc"}.fa7-wix{--fa7:"\f5cf"}.fa7-ello{--fa7:"\f5f1"}.fa7-hackerrank{--fa7:"\f5f7"}.fa7-kaggle{--fa7:"\f5fa"}.fa7-markdown{--fa7:"\f60f"}.fa7-neos{--fa7:"\f612"}.fa7-zhihu{--fa7:"\f63f"}.fa7-alipay{--fa7:"\f642"}.fa7-the-red-yeti{--fa7:"\f69d"}.fa7-critical-role{--fa7:"\f6c9"}.fa7-d-and-d-beyond{--fa7:"\f6ca"}.fa7-dev{--fa7:"\f6cc"}.fa7-fantasy-flight-games{--fa7:"\f6dc"}.fa7-wizards-of-the-coast{--fa7:"\f730"}.fa7-think-peaks{--fa7:"\f731"}.fa7-reacteurope{--fa7:"\f75d"}.fa7-artstation{--fa7:"\f77a"}.fa7-atlassian{--fa7:"\f77b"}.fa7-canadian-maple-leaf{--fa7:"\f785"}.fa7-centos{--fa7:"\f789"}.fa7-confluence{--fa7:"\f78d"}.fa7-dhl{--fa7:"\f790"}.fa7-diaspora{--fa7:"\f791"}.fa7-fedex{--fa7:"\f797"}.fa7-fedora{--fa7:"\f798"}.fa7-figma{--fa7:"\f799"}.fa7-intercom{--fa7:"\f7af"}.fa7-invision{--fa7:"\f7b0"}.fa7-jira{--fa7:"\f7b1"}.fa7-mendeley{--fa7:"\f7b3"}.fa7-raspberry-pi{--fa7:"\f7bb"}.fa7-redhat{--fa7:"\f7bc"}.fa7-sketch{--fa7:"\f7c6"}.fa7-sourcetree{--fa7:"\f7d3"}.fa7-suse{--fa7:"\f7d6"}.fa7-ubuntu{--fa7:"\f7df"}.fa7-ups{--fa7:"\f7e0"}.fa7-usps{--fa7:"\f7e1"}.fa7-yarn{--fa7:"\f7e3"}.fa7-airbnb{--fa7:"\f834"}.fa7-battle-net{--fa7:"\f835"}.fa7-bootstrap{--fa7:"\f836"}.fa7-buffer{--fa7:"\f837"}.fa7-chromecast{--fa7:"\f838"}.fa7-evernote{--fa7:"\f839"}.fa7-itch-io{--fa7:"\f83a"}.fa7-salesforce{--fa7:"\f83b"}.fa7-speaker-deck{--fa7:"\f83c"}.fa7-symfony{--fa7:"\f83d"}.fa7-waze{--fa7:"\f83f"}.fa7-yammer{--fa7:"\f840"}.fa7-git-alt{--fa7:"\f841"}.fa7-stackpath{--fa7:"\f842"}.fa7-cotton-bureau{--fa7:"\f89e"}.fa7-buy-n-large{--fa7:"\f8a6"}.fa7-mdb{--fa7:"\f8ca"}.fa7-orcid{--fa7:"\f8d2"}.fa7-swift{--fa7:"\f8e1"}.fa7-umbraco{--fa7:"\f8e8"}:host,:root{--fa7-font-regular:normal 400 1em/1 var(--fa7-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:400;font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-regular-400.woff2)}.far{--fa7-family:var(--fa7-family-classic)}.fa7-regular,.far{--fa7-style:400}:host,:root{--fa7-family-classic:"Font Awesome 7 Free";--fa7-font-solid:normal 900 1em/1 var(--fa7-family-classic);--fa7-style-family-classic:var(--fa7-family-classic)}@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-solid-900.woff2)}.fas{--fa7-style:900}.fa7-classic,.fas{--fa7-family:var(--fa7-family-classic)}.fa7-solid{--fa7-style:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-regular-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-solid-900.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-brands-400.woff2) format("woff2")}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-regular-400.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(https://use.fontawesome.com/releases/v7.2.0/webfonts/fa-v4compatibility.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}