jekyll-lux-covid-theme 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/css-imports.html +3 -0
- data/_includes/google-analytics.html +12 -0
- data/_includes/head.html +1 -0
- data/_includes/scripts.html +9 -0
- data/_includes/social.html +16 -0
- data/_layouts/default.html +26 -0
- data/_layouts/external.html +37 -0
- data/_layouts/raw.html +5 -0
- data/assets/bg-overlay.svg +1 -0
- data/assets/favicon.png +0 -0
- data/assets/fontawesome/css/all.css +4329 -0
- data/assets/fontawesome/css/all.min.css +5 -0
- data/assets/fontawesome/css/brands.css +14 -0
- data/assets/fontawesome/css/brands.min.css +5 -0
- data/assets/fontawesome/css/fontawesome-all.css +4329 -0
- data/assets/fontawesome/css/fontawesome-all.min.css +5 -0
- data/assets/fontawesome/css/fontawesome.css +4296 -0
- data/assets/fontawesome/css/fontawesome.min.css +5 -0
- data/assets/fontawesome/css/regular.css +15 -0
- data/assets/fontawesome/css/regular.min.css +5 -0
- data/assets/fontawesome/css/solid.css +16 -0
- data/assets/fontawesome/css/solid.min.css +5 -0
- data/assets/fontawesome/css/svg-with-js.css +346 -0
- data/assets/fontawesome/css/svg-with-js.min.css +5 -0
- data/assets/fontawesome/css/v4-shims.css +2166 -0
- data/assets/fontawesome/css/v4-shims.min.css +5 -0
- data/assets/fontawesome/less/_animated.less +19 -0
- data/assets/fontawesome/less/_bordered-pulled.less +16 -0
- data/assets/fontawesome/less/_core.less +12 -0
- data/assets/fontawesome/less/_fixed-width.less +6 -0
- data/assets/fontawesome/less/_icons.less +1366 -0
- data/assets/fontawesome/less/_larger.less +27 -0
- data/assets/fontawesome/less/_list.less +18 -0
- data/assets/fontawesome/less/_mixins.less +56 -0
- data/assets/fontawesome/less/_rotated-flipped.less +24 -0
- data/assets/fontawesome/less/_screen-reader.less +5 -0
- data/assets/fontawesome/less/_shims.less +2062 -0
- data/assets/fontawesome/less/_stacked.less +22 -0
- data/assets/fontawesome/less/_variables.less +1376 -0
- data/assets/fontawesome/less/brands.less +22 -0
- data/assets/fontawesome/less/fontawesome.less +16 -0
- data/assets/fontawesome/less/regular.less +23 -0
- data/assets/fontawesome/less/solid.less +24 -0
- data/assets/fontawesome/less/v4-shims.less +6 -0
- data/assets/fontawesome/scss/_animated.scss +20 -0
- data/assets/fontawesome/scss/_bordered-pulled.scss +20 -0
- data/assets/fontawesome/scss/_core.scss +20 -0
- data/assets/fontawesome/scss/_fixed-width.scss +6 -0
- data/assets/fontawesome/scss/_icons.scss +1366 -0
- data/assets/fontawesome/scss/_larger.scss +23 -0
- data/assets/fontawesome/scss/_list.scss +18 -0
- data/assets/fontawesome/scss/_mixins.scss +56 -0
- data/assets/fontawesome/scss/_rotated-flipped.scss +24 -0
- data/assets/fontawesome/scss/_screen-reader.scss +5 -0
- data/assets/fontawesome/scss/_shims.scss +2062 -0
- data/assets/fontawesome/scss/_stacked.scss +31 -0
- data/assets/fontawesome/scss/_variables.scss +1381 -0
- data/assets/fontawesome/scss/brands.scss +22 -0
- data/assets/fontawesome/scss/fontawesome.scss +16 -0
- data/assets/fontawesome/scss/regular.scss +23 -0
- data/assets/fontawesome/scss/solid.scss +24 -0
- data/assets/fontawesome/scss/v4-shims.scss +6 -0
- data/assets/fontawesome/webfonts/fa-brands-400.eot +0 -0
- data/assets/fontawesome/webfonts/fa-brands-400.svg +3459 -0
- data/assets/fontawesome/webfonts/fa-brands-400.ttf +0 -0
- data/assets/fontawesome/webfonts/fa-brands-400.woff +0 -0
- data/assets/fontawesome/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/fontawesome/webfonts/fa-regular-400.eot +0 -0
- data/assets/fontawesome/webfonts/fa-regular-400.svg +803 -0
- data/assets/fontawesome/webfonts/fa-regular-400.ttf +0 -0
- data/assets/fontawesome/webfonts/fa-regular-400.woff +0 -0
- data/assets/fontawesome/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/fontawesome/webfonts/fa-solid-900.eot +0 -0
- data/assets/fontawesome/webfonts/fa-solid-900.svg +4527 -0
- data/assets/fontawesome/webfonts/fa-solid-900.ttf +0 -0
- data/assets/fontawesome/webfonts/fa-solid-900.woff +0 -0
- data/assets/fontawesome/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/minima-social-icons.svg +33 -0
- data/assets/pdf.svg +1 -0
- metadata +79 -1
@@ -0,0 +1,5 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.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-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.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-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.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}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face {
|
6
|
+
font-family: 'Font Awesome 5 Free';
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: 400;
|
9
|
+
font-display: auto;
|
10
|
+
src: url("../webfonts/fa-regular-400.eot");
|
11
|
+
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"); }
|
12
|
+
|
13
|
+
.far {
|
14
|
+
font-family: 'Font Awesome 5 Free';
|
15
|
+
font-weight: 400; }
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;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}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face {
|
6
|
+
font-family: 'Font Awesome 5 Free';
|
7
|
+
font-style: normal;
|
8
|
+
font-weight: 900;
|
9
|
+
font-display: auto;
|
10
|
+
src: url("../webfonts/fa-solid-900.eot");
|
11
|
+
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"); }
|
12
|
+
|
13
|
+
.fa,
|
14
|
+
.fas {
|
15
|
+
font-family: 'Font Awesome 5 Free';
|
16
|
+
font-weight: 900; }
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;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}
|
@@ -0,0 +1,346 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
svg:not(:root).svg-inline--fa {
|
6
|
+
overflow: visible; }
|
7
|
+
|
8
|
+
.svg-inline--fa {
|
9
|
+
display: inline-block;
|
10
|
+
font-size: inherit;
|
11
|
+
height: 1em;
|
12
|
+
overflow: visible;
|
13
|
+
vertical-align: -.125em; }
|
14
|
+
.svg-inline--fa.fa-lg {
|
15
|
+
vertical-align: -.225em; }
|
16
|
+
.svg-inline--fa.fa-w-1 {
|
17
|
+
width: 0.0625em; }
|
18
|
+
.svg-inline--fa.fa-w-2 {
|
19
|
+
width: 0.125em; }
|
20
|
+
.svg-inline--fa.fa-w-3 {
|
21
|
+
width: 0.1875em; }
|
22
|
+
.svg-inline--fa.fa-w-4 {
|
23
|
+
width: 0.25em; }
|
24
|
+
.svg-inline--fa.fa-w-5 {
|
25
|
+
width: 0.3125em; }
|
26
|
+
.svg-inline--fa.fa-w-6 {
|
27
|
+
width: 0.375em; }
|
28
|
+
.svg-inline--fa.fa-w-7 {
|
29
|
+
width: 0.4375em; }
|
30
|
+
.svg-inline--fa.fa-w-8 {
|
31
|
+
width: 0.5em; }
|
32
|
+
.svg-inline--fa.fa-w-9 {
|
33
|
+
width: 0.5625em; }
|
34
|
+
.svg-inline--fa.fa-w-10 {
|
35
|
+
width: 0.625em; }
|
36
|
+
.svg-inline--fa.fa-w-11 {
|
37
|
+
width: 0.6875em; }
|
38
|
+
.svg-inline--fa.fa-w-12 {
|
39
|
+
width: 0.75em; }
|
40
|
+
.svg-inline--fa.fa-w-13 {
|
41
|
+
width: 0.8125em; }
|
42
|
+
.svg-inline--fa.fa-w-14 {
|
43
|
+
width: 0.875em; }
|
44
|
+
.svg-inline--fa.fa-w-15 {
|
45
|
+
width: 0.9375em; }
|
46
|
+
.svg-inline--fa.fa-w-16 {
|
47
|
+
width: 1em; }
|
48
|
+
.svg-inline--fa.fa-w-17 {
|
49
|
+
width: 1.0625em; }
|
50
|
+
.svg-inline--fa.fa-w-18 {
|
51
|
+
width: 1.125em; }
|
52
|
+
.svg-inline--fa.fa-w-19 {
|
53
|
+
width: 1.1875em; }
|
54
|
+
.svg-inline--fa.fa-w-20 {
|
55
|
+
width: 1.25em; }
|
56
|
+
.svg-inline--fa.fa-pull-left {
|
57
|
+
margin-right: .3em;
|
58
|
+
width: auto; }
|
59
|
+
.svg-inline--fa.fa-pull-right {
|
60
|
+
margin-left: .3em;
|
61
|
+
width: auto; }
|
62
|
+
.svg-inline--fa.fa-border {
|
63
|
+
height: 1.5em; }
|
64
|
+
.svg-inline--fa.fa-li {
|
65
|
+
width: 2em; }
|
66
|
+
.svg-inline--fa.fa-fw {
|
67
|
+
width: 1.25em; }
|
68
|
+
|
69
|
+
.fa-layers svg.svg-inline--fa {
|
70
|
+
bottom: 0;
|
71
|
+
left: 0;
|
72
|
+
margin: auto;
|
73
|
+
position: absolute;
|
74
|
+
right: 0;
|
75
|
+
top: 0; }
|
76
|
+
|
77
|
+
.fa-layers {
|
78
|
+
display: inline-block;
|
79
|
+
height: 1em;
|
80
|
+
position: relative;
|
81
|
+
text-align: center;
|
82
|
+
vertical-align: -.125em;
|
83
|
+
width: 1em; }
|
84
|
+
.fa-layers svg.svg-inline--fa {
|
85
|
+
-webkit-transform-origin: center center;
|
86
|
+
transform-origin: center center; }
|
87
|
+
|
88
|
+
.fa-layers-text, .fa-layers-counter {
|
89
|
+
display: inline-block;
|
90
|
+
position: absolute;
|
91
|
+
text-align: center; }
|
92
|
+
|
93
|
+
.fa-layers-text {
|
94
|
+
left: 50%;
|
95
|
+
top: 50%;
|
96
|
+
-webkit-transform: translate(-50%, -50%);
|
97
|
+
transform: translate(-50%, -50%);
|
98
|
+
-webkit-transform-origin: center center;
|
99
|
+
transform-origin: center center; }
|
100
|
+
|
101
|
+
.fa-layers-counter {
|
102
|
+
background-color: #ff253a;
|
103
|
+
border-radius: 1em;
|
104
|
+
-webkit-box-sizing: border-box;
|
105
|
+
box-sizing: border-box;
|
106
|
+
color: #fff;
|
107
|
+
height: 1.5em;
|
108
|
+
line-height: 1;
|
109
|
+
max-width: 5em;
|
110
|
+
min-width: 1.5em;
|
111
|
+
overflow: hidden;
|
112
|
+
padding: .25em;
|
113
|
+
right: 0;
|
114
|
+
text-overflow: ellipsis;
|
115
|
+
top: 0;
|
116
|
+
-webkit-transform: scale(0.25);
|
117
|
+
transform: scale(0.25);
|
118
|
+
-webkit-transform-origin: top right;
|
119
|
+
transform-origin: top right; }
|
120
|
+
|
121
|
+
.fa-layers-bottom-right {
|
122
|
+
bottom: 0;
|
123
|
+
right: 0;
|
124
|
+
top: auto;
|
125
|
+
-webkit-transform: scale(0.25);
|
126
|
+
transform: scale(0.25);
|
127
|
+
-webkit-transform-origin: bottom right;
|
128
|
+
transform-origin: bottom right; }
|
129
|
+
|
130
|
+
.fa-layers-bottom-left {
|
131
|
+
bottom: 0;
|
132
|
+
left: 0;
|
133
|
+
right: auto;
|
134
|
+
top: auto;
|
135
|
+
-webkit-transform: scale(0.25);
|
136
|
+
transform: scale(0.25);
|
137
|
+
-webkit-transform-origin: bottom left;
|
138
|
+
transform-origin: bottom left; }
|
139
|
+
|
140
|
+
.fa-layers-top-right {
|
141
|
+
right: 0;
|
142
|
+
top: 0;
|
143
|
+
-webkit-transform: scale(0.25);
|
144
|
+
transform: scale(0.25);
|
145
|
+
-webkit-transform-origin: top right;
|
146
|
+
transform-origin: top right; }
|
147
|
+
|
148
|
+
.fa-layers-top-left {
|
149
|
+
left: 0;
|
150
|
+
right: auto;
|
151
|
+
top: 0;
|
152
|
+
-webkit-transform: scale(0.25);
|
153
|
+
transform: scale(0.25);
|
154
|
+
-webkit-transform-origin: top left;
|
155
|
+
transform-origin: top left; }
|
156
|
+
|
157
|
+
.fa-lg {
|
158
|
+
font-size: 1.33333em;
|
159
|
+
line-height: 0.75em;
|
160
|
+
vertical-align: -.0667em; }
|
161
|
+
|
162
|
+
.fa-xs {
|
163
|
+
font-size: .75em; }
|
164
|
+
|
165
|
+
.fa-sm {
|
166
|
+
font-size: .875em; }
|
167
|
+
|
168
|
+
.fa-1x {
|
169
|
+
font-size: 1em; }
|
170
|
+
|
171
|
+
.fa-2x {
|
172
|
+
font-size: 2em; }
|
173
|
+
|
174
|
+
.fa-3x {
|
175
|
+
font-size: 3em; }
|
176
|
+
|
177
|
+
.fa-4x {
|
178
|
+
font-size: 4em; }
|
179
|
+
|
180
|
+
.fa-5x {
|
181
|
+
font-size: 5em; }
|
182
|
+
|
183
|
+
.fa-6x {
|
184
|
+
font-size: 6em; }
|
185
|
+
|
186
|
+
.fa-7x {
|
187
|
+
font-size: 7em; }
|
188
|
+
|
189
|
+
.fa-8x {
|
190
|
+
font-size: 8em; }
|
191
|
+
|
192
|
+
.fa-9x {
|
193
|
+
font-size: 9em; }
|
194
|
+
|
195
|
+
.fa-10x {
|
196
|
+
font-size: 10em; }
|
197
|
+
|
198
|
+
.fa-fw {
|
199
|
+
text-align: center;
|
200
|
+
width: 1.25em; }
|
201
|
+
|
202
|
+
.fa-ul {
|
203
|
+
list-style-type: none;
|
204
|
+
margin-left: 2.5em;
|
205
|
+
padding-left: 0; }
|
206
|
+
.fa-ul > li {
|
207
|
+
position: relative; }
|
208
|
+
|
209
|
+
.fa-li {
|
210
|
+
left: -2em;
|
211
|
+
position: absolute;
|
212
|
+
text-align: center;
|
213
|
+
width: 2em;
|
214
|
+
line-height: inherit; }
|
215
|
+
|
216
|
+
.fa-border {
|
217
|
+
border: solid 0.08em #eee;
|
218
|
+
border-radius: .1em;
|
219
|
+
padding: .2em .25em .15em; }
|
220
|
+
|
221
|
+
.fa-pull-left {
|
222
|
+
float: left; }
|
223
|
+
|
224
|
+
.fa-pull-right {
|
225
|
+
float: right; }
|
226
|
+
|
227
|
+
.fa.fa-pull-left,
|
228
|
+
.fas.fa-pull-left,
|
229
|
+
.far.fa-pull-left,
|
230
|
+
.fal.fa-pull-left,
|
231
|
+
.fab.fa-pull-left {
|
232
|
+
margin-right: .3em; }
|
233
|
+
|
234
|
+
.fa.fa-pull-right,
|
235
|
+
.fas.fa-pull-right,
|
236
|
+
.far.fa-pull-right,
|
237
|
+
.fal.fa-pull-right,
|
238
|
+
.fab.fa-pull-right {
|
239
|
+
margin-left: .3em; }
|
240
|
+
|
241
|
+
.fa-spin {
|
242
|
+
-webkit-animation: fa-spin 2s infinite linear;
|
243
|
+
animation: fa-spin 2s infinite linear; }
|
244
|
+
|
245
|
+
.fa-pulse {
|
246
|
+
-webkit-animation: fa-spin 1s infinite steps(8);
|
247
|
+
animation: fa-spin 1s infinite steps(8); }
|
248
|
+
|
249
|
+
@-webkit-keyframes fa-spin {
|
250
|
+
0% {
|
251
|
+
-webkit-transform: rotate(0deg);
|
252
|
+
transform: rotate(0deg); }
|
253
|
+
100% {
|
254
|
+
-webkit-transform: rotate(360deg);
|
255
|
+
transform: rotate(360deg); } }
|
256
|
+
|
257
|
+
@keyframes fa-spin {
|
258
|
+
0% {
|
259
|
+
-webkit-transform: rotate(0deg);
|
260
|
+
transform: rotate(0deg); }
|
261
|
+
100% {
|
262
|
+
-webkit-transform: rotate(360deg);
|
263
|
+
transform: rotate(360deg); } }
|
264
|
+
|
265
|
+
.fa-rotate-90 {
|
266
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
|
267
|
+
-webkit-transform: rotate(90deg);
|
268
|
+
transform: rotate(90deg); }
|
269
|
+
|
270
|
+
.fa-rotate-180 {
|
271
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
|
272
|
+
-webkit-transform: rotate(180deg);
|
273
|
+
transform: rotate(180deg); }
|
274
|
+
|
275
|
+
.fa-rotate-270 {
|
276
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
|
277
|
+
-webkit-transform: rotate(270deg);
|
278
|
+
transform: rotate(270deg); }
|
279
|
+
|
280
|
+
.fa-flip-horizontal {
|
281
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
|
282
|
+
-webkit-transform: scale(-1, 1);
|
283
|
+
transform: scale(-1, 1); }
|
284
|
+
|
285
|
+
.fa-flip-vertical {
|
286
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
287
|
+
-webkit-transform: scale(1, -1);
|
288
|
+
transform: scale(1, -1); }
|
289
|
+
|
290
|
+
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
|
291
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
|
292
|
+
-webkit-transform: scale(-1, -1);
|
293
|
+
transform: scale(-1, -1); }
|
294
|
+
|
295
|
+
:root .fa-rotate-90,
|
296
|
+
:root .fa-rotate-180,
|
297
|
+
:root .fa-rotate-270,
|
298
|
+
:root .fa-flip-horizontal,
|
299
|
+
:root .fa-flip-vertical,
|
300
|
+
:root .fa-flip-both {
|
301
|
+
-webkit-filter: none;
|
302
|
+
filter: none; }
|
303
|
+
|
304
|
+
.fa-stack {
|
305
|
+
display: inline-block;
|
306
|
+
height: 2em;
|
307
|
+
position: relative;
|
308
|
+
width: 2.5em; }
|
309
|
+
|
310
|
+
.fa-stack-1x,
|
311
|
+
.fa-stack-2x {
|
312
|
+
bottom: 0;
|
313
|
+
left: 0;
|
314
|
+
margin: auto;
|
315
|
+
position: absolute;
|
316
|
+
right: 0;
|
317
|
+
top: 0; }
|
318
|
+
|
319
|
+
.svg-inline--fa.fa-stack-1x {
|
320
|
+
height: 1em;
|
321
|
+
width: 1.25em; }
|
322
|
+
|
323
|
+
.svg-inline--fa.fa-stack-2x {
|
324
|
+
height: 2em;
|
325
|
+
width: 2.5em; }
|
326
|
+
|
327
|
+
.fa-inverse {
|
328
|
+
color: #fff; }
|
329
|
+
|
330
|
+
.sr-only {
|
331
|
+
border: 0;
|
332
|
+
clip: rect(0, 0, 0, 0);
|
333
|
+
height: 1px;
|
334
|
+
margin: -1px;
|
335
|
+
overflow: hidden;
|
336
|
+
padding: 0;
|
337
|
+
position: absolute;
|
338
|
+
width: 1px; }
|
339
|
+
|
340
|
+
.sr-only-focusable:active, .sr-only-focusable:focus {
|
341
|
+
clip: auto;
|
342
|
+
height: auto;
|
343
|
+
margin: 0;
|
344
|
+
overflow: visible;
|
345
|
+
position: static;
|
346
|
+
width: auto; }
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:#fff}.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}
|
@@ -0,0 +1,2166 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
4
|
+
*/
|
5
|
+
.fa.fa-glass:before {
|
6
|
+
content: "\f000"; }
|
7
|
+
|
8
|
+
.fa.fa-meetup {
|
9
|
+
font-family: 'Font Awesome 5 Brands';
|
10
|
+
font-weight: 400; }
|
11
|
+
|
12
|
+
.fa.fa-star-o {
|
13
|
+
font-family: 'Font Awesome 5 Free';
|
14
|
+
font-weight: 400; }
|
15
|
+
|
16
|
+
.fa.fa-star-o:before {
|
17
|
+
content: "\f005"; }
|
18
|
+
|
19
|
+
.fa.fa-remove:before {
|
20
|
+
content: "\f00d"; }
|
21
|
+
|
22
|
+
.fa.fa-close:before {
|
23
|
+
content: "\f00d"; }
|
24
|
+
|
25
|
+
.fa.fa-gear:before {
|
26
|
+
content: "\f013"; }
|
27
|
+
|
28
|
+
.fa.fa-trash-o {
|
29
|
+
font-family: 'Font Awesome 5 Free';
|
30
|
+
font-weight: 400; }
|
31
|
+
|
32
|
+
.fa.fa-trash-o:before {
|
33
|
+
content: "\f2ed"; }
|
34
|
+
|
35
|
+
.fa.fa-file-o {
|
36
|
+
font-family: 'Font Awesome 5 Free';
|
37
|
+
font-weight: 400; }
|
38
|
+
|
39
|
+
.fa.fa-file-o:before {
|
40
|
+
content: "\f15b"; }
|
41
|
+
|
42
|
+
.fa.fa-clock-o {
|
43
|
+
font-family: 'Font Awesome 5 Free';
|
44
|
+
font-weight: 400; }
|
45
|
+
|
46
|
+
.fa.fa-clock-o:before {
|
47
|
+
content: "\f017"; }
|
48
|
+
|
49
|
+
.fa.fa-arrow-circle-o-down {
|
50
|
+
font-family: 'Font Awesome 5 Free';
|
51
|
+
font-weight: 400; }
|
52
|
+
|
53
|
+
.fa.fa-arrow-circle-o-down:before {
|
54
|
+
content: "\f358"; }
|
55
|
+
|
56
|
+
.fa.fa-arrow-circle-o-up {
|
57
|
+
font-family: 'Font Awesome 5 Free';
|
58
|
+
font-weight: 400; }
|
59
|
+
|
60
|
+
.fa.fa-arrow-circle-o-up:before {
|
61
|
+
content: "\f35b"; }
|
62
|
+
|
63
|
+
.fa.fa-play-circle-o {
|
64
|
+
font-family: 'Font Awesome 5 Free';
|
65
|
+
font-weight: 400; }
|
66
|
+
|
67
|
+
.fa.fa-play-circle-o:before {
|
68
|
+
content: "\f144"; }
|
69
|
+
|
70
|
+
.fa.fa-repeat:before {
|
71
|
+
content: "\f01e"; }
|
72
|
+
|
73
|
+
.fa.fa-rotate-right:before {
|
74
|
+
content: "\f01e"; }
|
75
|
+
|
76
|
+
.fa.fa-refresh:before {
|
77
|
+
content: "\f021"; }
|
78
|
+
|
79
|
+
.fa.fa-list-alt {
|
80
|
+
font-family: 'Font Awesome 5 Free';
|
81
|
+
font-weight: 400; }
|
82
|
+
|
83
|
+
.fa.fa-dedent:before {
|
84
|
+
content: "\f03b"; }
|
85
|
+
|
86
|
+
.fa.fa-video-camera:before {
|
87
|
+
content: "\f03d"; }
|
88
|
+
|
89
|
+
.fa.fa-picture-o {
|
90
|
+
font-family: 'Font Awesome 5 Free';
|
91
|
+
font-weight: 400; }
|
92
|
+
|
93
|
+
.fa.fa-picture-o:before {
|
94
|
+
content: "\f03e"; }
|
95
|
+
|
96
|
+
.fa.fa-photo {
|
97
|
+
font-family: 'Font Awesome 5 Free';
|
98
|
+
font-weight: 400; }
|
99
|
+
|
100
|
+
.fa.fa-photo:before {
|
101
|
+
content: "\f03e"; }
|
102
|
+
|
103
|
+
.fa.fa-image {
|
104
|
+
font-family: 'Font Awesome 5 Free';
|
105
|
+
font-weight: 400; }
|
106
|
+
|
107
|
+
.fa.fa-image:before {
|
108
|
+
content: "\f03e"; }
|
109
|
+
|
110
|
+
.fa.fa-pencil:before {
|
111
|
+
content: "\f303"; }
|
112
|
+
|
113
|
+
.fa.fa-map-marker:before {
|
114
|
+
content: "\f3c5"; }
|
115
|
+
|
116
|
+
.fa.fa-pencil-square-o {
|
117
|
+
font-family: 'Font Awesome 5 Free';
|
118
|
+
font-weight: 400; }
|
119
|
+
|
120
|
+
.fa.fa-pencil-square-o:before {
|
121
|
+
content: "\f044"; }
|
122
|
+
|
123
|
+
.fa.fa-share-square-o {
|
124
|
+
font-family: 'Font Awesome 5 Free';
|
125
|
+
font-weight: 400; }
|
126
|
+
|
127
|
+
.fa.fa-share-square-o:before {
|
128
|
+
content: "\f14d"; }
|
129
|
+
|
130
|
+
.fa.fa-check-square-o {
|
131
|
+
font-family: 'Font Awesome 5 Free';
|
132
|
+
font-weight: 400; }
|
133
|
+
|
134
|
+
.fa.fa-check-square-o:before {
|
135
|
+
content: "\f14a"; }
|
136
|
+
|
137
|
+
.fa.fa-arrows:before {
|
138
|
+
content: "\f0b2"; }
|
139
|
+
|
140
|
+
.fa.fa-times-circle-o {
|
141
|
+
font-family: 'Font Awesome 5 Free';
|
142
|
+
font-weight: 400; }
|
143
|
+
|
144
|
+
.fa.fa-times-circle-o:before {
|
145
|
+
content: "\f057"; }
|
146
|
+
|
147
|
+
.fa.fa-check-circle-o {
|
148
|
+
font-family: 'Font Awesome 5 Free';
|
149
|
+
font-weight: 400; }
|
150
|
+
|
151
|
+
.fa.fa-check-circle-o:before {
|
152
|
+
content: "\f058"; }
|
153
|
+
|
154
|
+
.fa.fa-mail-forward:before {
|
155
|
+
content: "\f064"; }
|
156
|
+
|
157
|
+
.fa.fa-eye {
|
158
|
+
font-family: 'Font Awesome 5 Free';
|
159
|
+
font-weight: 400; }
|
160
|
+
|
161
|
+
.fa.fa-eye-slash {
|
162
|
+
font-family: 'Font Awesome 5 Free';
|
163
|
+
font-weight: 400; }
|
164
|
+
|
165
|
+
.fa.fa-warning:before {
|
166
|
+
content: "\f071"; }
|
167
|
+
|
168
|
+
.fa.fa-calendar:before {
|
169
|
+
content: "\f073"; }
|
170
|
+
|
171
|
+
.fa.fa-arrows-v:before {
|
172
|
+
content: "\f338"; }
|
173
|
+
|
174
|
+
.fa.fa-arrows-h:before {
|
175
|
+
content: "\f337"; }
|
176
|
+
|
177
|
+
.fa.fa-bar-chart {
|
178
|
+
font-family: 'Font Awesome 5 Free';
|
179
|
+
font-weight: 400; }
|
180
|
+
|
181
|
+
.fa.fa-bar-chart:before {
|
182
|
+
content: "\f080"; }
|
183
|
+
|
184
|
+
.fa.fa-bar-chart-o {
|
185
|
+
font-family: 'Font Awesome 5 Free';
|
186
|
+
font-weight: 400; }
|
187
|
+
|
188
|
+
.fa.fa-bar-chart-o:before {
|
189
|
+
content: "\f080"; }
|
190
|
+
|
191
|
+
.fa.fa-twitter-square {
|
192
|
+
font-family: 'Font Awesome 5 Brands';
|
193
|
+
font-weight: 400; }
|
194
|
+
|
195
|
+
.fa.fa-facebook-square {
|
196
|
+
font-family: 'Font Awesome 5 Brands';
|
197
|
+
font-weight: 400; }
|
198
|
+
|
199
|
+
.fa.fa-gears:before {
|
200
|
+
content: "\f085"; }
|
201
|
+
|
202
|
+
.fa.fa-thumbs-o-up {
|
203
|
+
font-family: 'Font Awesome 5 Free';
|
204
|
+
font-weight: 400; }
|
205
|
+
|
206
|
+
.fa.fa-thumbs-o-up:before {
|
207
|
+
content: "\f164"; }
|
208
|
+
|
209
|
+
.fa.fa-thumbs-o-down {
|
210
|
+
font-family: 'Font Awesome 5 Free';
|
211
|
+
font-weight: 400; }
|
212
|
+
|
213
|
+
.fa.fa-thumbs-o-down:before {
|
214
|
+
content: "\f165"; }
|
215
|
+
|
216
|
+
.fa.fa-heart-o {
|
217
|
+
font-family: 'Font Awesome 5 Free';
|
218
|
+
font-weight: 400; }
|
219
|
+
|
220
|
+
.fa.fa-heart-o:before {
|
221
|
+
content: "\f004"; }
|
222
|
+
|
223
|
+
.fa.fa-sign-out:before {
|
224
|
+
content: "\f2f5"; }
|
225
|
+
|
226
|
+
.fa.fa-linkedin-square {
|
227
|
+
font-family: 'Font Awesome 5 Brands';
|
228
|
+
font-weight: 400; }
|
229
|
+
|
230
|
+
.fa.fa-linkedin-square:before {
|
231
|
+
content: "\f08c"; }
|
232
|
+
|
233
|
+
.fa.fa-thumb-tack:before {
|
234
|
+
content: "\f08d"; }
|
235
|
+
|
236
|
+
.fa.fa-external-link:before {
|
237
|
+
content: "\f35d"; }
|
238
|
+
|
239
|
+
.fa.fa-sign-in:before {
|
240
|
+
content: "\f2f6"; }
|
241
|
+
|
242
|
+
.fa.fa-github-square {
|
243
|
+
font-family: 'Font Awesome 5 Brands';
|
244
|
+
font-weight: 400; }
|
245
|
+
|
246
|
+
.fa.fa-lemon-o {
|
247
|
+
font-family: 'Font Awesome 5 Free';
|
248
|
+
font-weight: 400; }
|
249
|
+
|
250
|
+
.fa.fa-lemon-o:before {
|
251
|
+
content: "\f094"; }
|
252
|
+
|
253
|
+
.fa.fa-square-o {
|
254
|
+
font-family: 'Font Awesome 5 Free';
|
255
|
+
font-weight: 400; }
|
256
|
+
|
257
|
+
.fa.fa-square-o:before {
|
258
|
+
content: "\f0c8"; }
|
259
|
+
|
260
|
+
.fa.fa-bookmark-o {
|
261
|
+
font-family: 'Font Awesome 5 Free';
|
262
|
+
font-weight: 400; }
|
263
|
+
|
264
|
+
.fa.fa-bookmark-o:before {
|
265
|
+
content: "\f02e"; }
|
266
|
+
|
267
|
+
.fa.fa-twitter {
|
268
|
+
font-family: 'Font Awesome 5 Brands';
|
269
|
+
font-weight: 400; }
|
270
|
+
|
271
|
+
.fa.fa-facebook {
|
272
|
+
font-family: 'Font Awesome 5 Brands';
|
273
|
+
font-weight: 400; }
|
274
|
+
|
275
|
+
.fa.fa-facebook:before {
|
276
|
+
content: "\f39e"; }
|
277
|
+
|
278
|
+
.fa.fa-facebook-f {
|
279
|
+
font-family: 'Font Awesome 5 Brands';
|
280
|
+
font-weight: 400; }
|
281
|
+
|
282
|
+
.fa.fa-facebook-f:before {
|
283
|
+
content: "\f39e"; }
|
284
|
+
|
285
|
+
.fa.fa-github {
|
286
|
+
font-family: 'Font Awesome 5 Brands';
|
287
|
+
font-weight: 400; }
|
288
|
+
|
289
|
+
.fa.fa-credit-card {
|
290
|
+
font-family: 'Font Awesome 5 Free';
|
291
|
+
font-weight: 400; }
|
292
|
+
|
293
|
+
.fa.fa-feed:before {
|
294
|
+
content: "\f09e"; }
|
295
|
+
|
296
|
+
.fa.fa-hdd-o {
|
297
|
+
font-family: 'Font Awesome 5 Free';
|
298
|
+
font-weight: 400; }
|
299
|
+
|
300
|
+
.fa.fa-hdd-o:before {
|
301
|
+
content: "\f0a0"; }
|
302
|
+
|
303
|
+
.fa.fa-hand-o-right {
|
304
|
+
font-family: 'Font Awesome 5 Free';
|
305
|
+
font-weight: 400; }
|
306
|
+
|
307
|
+
.fa.fa-hand-o-right:before {
|
308
|
+
content: "\f0a4"; }
|
309
|
+
|
310
|
+
.fa.fa-hand-o-left {
|
311
|
+
font-family: 'Font Awesome 5 Free';
|
312
|
+
font-weight: 400; }
|
313
|
+
|
314
|
+
.fa.fa-hand-o-left:before {
|
315
|
+
content: "\f0a5"; }
|
316
|
+
|
317
|
+
.fa.fa-hand-o-up {
|
318
|
+
font-family: 'Font Awesome 5 Free';
|
319
|
+
font-weight: 400; }
|
320
|
+
|
321
|
+
.fa.fa-hand-o-up:before {
|
322
|
+
content: "\f0a6"; }
|
323
|
+
|
324
|
+
.fa.fa-hand-o-down {
|
325
|
+
font-family: 'Font Awesome 5 Free';
|
326
|
+
font-weight: 400; }
|
327
|
+
|
328
|
+
.fa.fa-hand-o-down:before {
|
329
|
+
content: "\f0a7"; }
|
330
|
+
|
331
|
+
.fa.fa-arrows-alt:before {
|
332
|
+
content: "\f31e"; }
|
333
|
+
|
334
|
+
.fa.fa-group:before {
|
335
|
+
content: "\f0c0"; }
|
336
|
+
|
337
|
+
.fa.fa-chain:before {
|
338
|
+
content: "\f0c1"; }
|
339
|
+
|
340
|
+
.fa.fa-scissors:before {
|
341
|
+
content: "\f0c4"; }
|
342
|
+
|
343
|
+
.fa.fa-files-o {
|
344
|
+
font-family: 'Font Awesome 5 Free';
|
345
|
+
font-weight: 400; }
|
346
|
+
|
347
|
+
.fa.fa-files-o:before {
|
348
|
+
content: "\f0c5"; }
|
349
|
+
|
350
|
+
.fa.fa-floppy-o {
|
351
|
+
font-family: 'Font Awesome 5 Free';
|
352
|
+
font-weight: 400; }
|
353
|
+
|
354
|
+
.fa.fa-floppy-o:before {
|
355
|
+
content: "\f0c7"; }
|
356
|
+
|
357
|
+
.fa.fa-navicon:before {
|
358
|
+
content: "\f0c9"; }
|
359
|
+
|
360
|
+
.fa.fa-reorder:before {
|
361
|
+
content: "\f0c9"; }
|
362
|
+
|
363
|
+
.fa.fa-pinterest {
|
364
|
+
font-family: 'Font Awesome 5 Brands';
|
365
|
+
font-weight: 400; }
|
366
|
+
|
367
|
+
.fa.fa-pinterest-square {
|
368
|
+
font-family: 'Font Awesome 5 Brands';
|
369
|
+
font-weight: 400; }
|
370
|
+
|
371
|
+
.fa.fa-google-plus-square {
|
372
|
+
font-family: 'Font Awesome 5 Brands';
|
373
|
+
font-weight: 400; }
|
374
|
+
|
375
|
+
.fa.fa-google-plus {
|
376
|
+
font-family: 'Font Awesome 5 Brands';
|
377
|
+
font-weight: 400; }
|
378
|
+
|
379
|
+
.fa.fa-google-plus:before {
|
380
|
+
content: "\f0d5"; }
|
381
|
+
|
382
|
+
.fa.fa-money {
|
383
|
+
font-family: 'Font Awesome 5 Free';
|
384
|
+
font-weight: 400; }
|
385
|
+
|
386
|
+
.fa.fa-money:before {
|
387
|
+
content: "\f3d1"; }
|
388
|
+
|
389
|
+
.fa.fa-unsorted:before {
|
390
|
+
content: "\f0dc"; }
|
391
|
+
|
392
|
+
.fa.fa-sort-desc:before {
|
393
|
+
content: "\f0dd"; }
|
394
|
+
|
395
|
+
.fa.fa-sort-asc:before {
|
396
|
+
content: "\f0de"; }
|
397
|
+
|
398
|
+
.fa.fa-linkedin {
|
399
|
+
font-family: 'Font Awesome 5 Brands';
|
400
|
+
font-weight: 400; }
|
401
|
+
|
402
|
+
.fa.fa-linkedin:before {
|
403
|
+
content: "\f0e1"; }
|
404
|
+
|
405
|
+
.fa.fa-rotate-left:before {
|
406
|
+
content: "\f0e2"; }
|
407
|
+
|
408
|
+
.fa.fa-legal:before {
|
409
|
+
content: "\f0e3"; }
|
410
|
+
|
411
|
+
.fa.fa-tachometer:before {
|
412
|
+
content: "\f3fd"; }
|
413
|
+
|
414
|
+
.fa.fa-dashboard:before {
|
415
|
+
content: "\f3fd"; }
|
416
|
+
|
417
|
+
.fa.fa-comment-o {
|
418
|
+
font-family: 'Font Awesome 5 Free';
|
419
|
+
font-weight: 400; }
|
420
|
+
|
421
|
+
.fa.fa-comment-o:before {
|
422
|
+
content: "\f075"; }
|
423
|
+
|
424
|
+
.fa.fa-comments-o {
|
425
|
+
font-family: 'Font Awesome 5 Free';
|
426
|
+
font-weight: 400; }
|
427
|
+
|
428
|
+
.fa.fa-comments-o:before {
|
429
|
+
content: "\f086"; }
|
430
|
+
|
431
|
+
.fa.fa-flash:before {
|
432
|
+
content: "\f0e7"; }
|
433
|
+
|
434
|
+
.fa.fa-clipboard {
|
435
|
+
font-family: 'Font Awesome 5 Free';
|
436
|
+
font-weight: 400; }
|
437
|
+
|
438
|
+
.fa.fa-paste {
|
439
|
+
font-family: 'Font Awesome 5 Free';
|
440
|
+
font-weight: 400; }
|
441
|
+
|
442
|
+
.fa.fa-paste:before {
|
443
|
+
content: "\f328"; }
|
444
|
+
|
445
|
+
.fa.fa-lightbulb-o {
|
446
|
+
font-family: 'Font Awesome 5 Free';
|
447
|
+
font-weight: 400; }
|
448
|
+
|
449
|
+
.fa.fa-lightbulb-o:before {
|
450
|
+
content: "\f0eb"; }
|
451
|
+
|
452
|
+
.fa.fa-exchange:before {
|
453
|
+
content: "\f362"; }
|
454
|
+
|
455
|
+
.fa.fa-cloud-download:before {
|
456
|
+
content: "\f381"; }
|
457
|
+
|
458
|
+
.fa.fa-cloud-upload:before {
|
459
|
+
content: "\f382"; }
|
460
|
+
|
461
|
+
.fa.fa-bell-o {
|
462
|
+
font-family: 'Font Awesome 5 Free';
|
463
|
+
font-weight: 400; }
|
464
|
+
|
465
|
+
.fa.fa-bell-o:before {
|
466
|
+
content: "\f0f3"; }
|
467
|
+
|
468
|
+
.fa.fa-cutlery:before {
|
469
|
+
content: "\f2e7"; }
|
470
|
+
|
471
|
+
.fa.fa-file-text-o {
|
472
|
+
font-family: 'Font Awesome 5 Free';
|
473
|
+
font-weight: 400; }
|
474
|
+
|
475
|
+
.fa.fa-file-text-o:before {
|
476
|
+
content: "\f15c"; }
|
477
|
+
|
478
|
+
.fa.fa-building-o {
|
479
|
+
font-family: 'Font Awesome 5 Free';
|
480
|
+
font-weight: 400; }
|
481
|
+
|
482
|
+
.fa.fa-building-o:before {
|
483
|
+
content: "\f1ad"; }
|
484
|
+
|
485
|
+
.fa.fa-hospital-o {
|
486
|
+
font-family: 'Font Awesome 5 Free';
|
487
|
+
font-weight: 400; }
|
488
|
+
|
489
|
+
.fa.fa-hospital-o:before {
|
490
|
+
content: "\f0f8"; }
|
491
|
+
|
492
|
+
.fa.fa-tablet:before {
|
493
|
+
content: "\f3fa"; }
|
494
|
+
|
495
|
+
.fa.fa-mobile:before {
|
496
|
+
content: "\f3cd"; }
|
497
|
+
|
498
|
+
.fa.fa-mobile-phone:before {
|
499
|
+
content: "\f3cd"; }
|
500
|
+
|
501
|
+
.fa.fa-circle-o {
|
502
|
+
font-family: 'Font Awesome 5 Free';
|
503
|
+
font-weight: 400; }
|
504
|
+
|
505
|
+
.fa.fa-circle-o:before {
|
506
|
+
content: "\f111"; }
|
507
|
+
|
508
|
+
.fa.fa-mail-reply:before {
|
509
|
+
content: "\f3e5"; }
|
510
|
+
|
511
|
+
.fa.fa-github-alt {
|
512
|
+
font-family: 'Font Awesome 5 Brands';
|
513
|
+
font-weight: 400; }
|
514
|
+
|
515
|
+
.fa.fa-folder-o {
|
516
|
+
font-family: 'Font Awesome 5 Free';
|
517
|
+
font-weight: 400; }
|
518
|
+
|
519
|
+
.fa.fa-folder-o:before {
|
520
|
+
content: "\f07b"; }
|
521
|
+
|
522
|
+
.fa.fa-folder-open-o {
|
523
|
+
font-family: 'Font Awesome 5 Free';
|
524
|
+
font-weight: 400; }
|
525
|
+
|
526
|
+
.fa.fa-folder-open-o:before {
|
527
|
+
content: "\f07c"; }
|
528
|
+
|
529
|
+
.fa.fa-smile-o {
|
530
|
+
font-family: 'Font Awesome 5 Free';
|
531
|
+
font-weight: 400; }
|
532
|
+
|
533
|
+
.fa.fa-smile-o:before {
|
534
|
+
content: "\f118"; }
|
535
|
+
|
536
|
+
.fa.fa-frown-o {
|
537
|
+
font-family: 'Font Awesome 5 Free';
|
538
|
+
font-weight: 400; }
|
539
|
+
|
540
|
+
.fa.fa-frown-o:before {
|
541
|
+
content: "\f119"; }
|
542
|
+
|
543
|
+
.fa.fa-meh-o {
|
544
|
+
font-family: 'Font Awesome 5 Free';
|
545
|
+
font-weight: 400; }
|
546
|
+
|
547
|
+
.fa.fa-meh-o:before {
|
548
|
+
content: "\f11a"; }
|
549
|
+
|
550
|
+
.fa.fa-keyboard-o {
|
551
|
+
font-family: 'Font Awesome 5 Free';
|
552
|
+
font-weight: 400; }
|
553
|
+
|
554
|
+
.fa.fa-keyboard-o:before {
|
555
|
+
content: "\f11c"; }
|
556
|
+
|
557
|
+
.fa.fa-flag-o {
|
558
|
+
font-family: 'Font Awesome 5 Free';
|
559
|
+
font-weight: 400; }
|
560
|
+
|
561
|
+
.fa.fa-flag-o:before {
|
562
|
+
content: "\f024"; }
|
563
|
+
|
564
|
+
.fa.fa-mail-reply-all:before {
|
565
|
+
content: "\f122"; }
|
566
|
+
|
567
|
+
.fa.fa-star-half-o {
|
568
|
+
font-family: 'Font Awesome 5 Free';
|
569
|
+
font-weight: 400; }
|
570
|
+
|
571
|
+
.fa.fa-star-half-o:before {
|
572
|
+
content: "\f089"; }
|
573
|
+
|
574
|
+
.fa.fa-star-half-empty {
|
575
|
+
font-family: 'Font Awesome 5 Free';
|
576
|
+
font-weight: 400; }
|
577
|
+
|
578
|
+
.fa.fa-star-half-empty:before {
|
579
|
+
content: "\f089"; }
|
580
|
+
|
581
|
+
.fa.fa-star-half-full {
|
582
|
+
font-family: 'Font Awesome 5 Free';
|
583
|
+
font-weight: 400; }
|
584
|
+
|
585
|
+
.fa.fa-star-half-full:before {
|
586
|
+
content: "\f089"; }
|
587
|
+
|
588
|
+
.fa.fa-code-fork:before {
|
589
|
+
content: "\f126"; }
|
590
|
+
|
591
|
+
.fa.fa-chain-broken:before {
|
592
|
+
content: "\f127"; }
|
593
|
+
|
594
|
+
.fa.fa-shield:before {
|
595
|
+
content: "\f3ed"; }
|
596
|
+
|
597
|
+
.fa.fa-calendar-o {
|
598
|
+
font-family: 'Font Awesome 5 Free';
|
599
|
+
font-weight: 400; }
|
600
|
+
|
601
|
+
.fa.fa-calendar-o:before {
|
602
|
+
content: "\f133"; }
|
603
|
+
|
604
|
+
.fa.fa-maxcdn {
|
605
|
+
font-family: 'Font Awesome 5 Brands';
|
606
|
+
font-weight: 400; }
|
607
|
+
|
608
|
+
.fa.fa-html5 {
|
609
|
+
font-family: 'Font Awesome 5 Brands';
|
610
|
+
font-weight: 400; }
|
611
|
+
|
612
|
+
.fa.fa-css3 {
|
613
|
+
font-family: 'Font Awesome 5 Brands';
|
614
|
+
font-weight: 400; }
|
615
|
+
|
616
|
+
.fa.fa-ticket:before {
|
617
|
+
content: "\f3ff"; }
|
618
|
+
|
619
|
+
.fa.fa-minus-square-o {
|
620
|
+
font-family: 'Font Awesome 5 Free';
|
621
|
+
font-weight: 400; }
|
622
|
+
|
623
|
+
.fa.fa-minus-square-o:before {
|
624
|
+
content: "\f146"; }
|
625
|
+
|
626
|
+
.fa.fa-level-up:before {
|
627
|
+
content: "\f3bf"; }
|
628
|
+
|
629
|
+
.fa.fa-level-down:before {
|
630
|
+
content: "\f3be"; }
|
631
|
+
|
632
|
+
.fa.fa-pencil-square:before {
|
633
|
+
content: "\f14b"; }
|
634
|
+
|
635
|
+
.fa.fa-external-link-square:before {
|
636
|
+
content: "\f360"; }
|
637
|
+
|
638
|
+
.fa.fa-compass {
|
639
|
+
font-family: 'Font Awesome 5 Free';
|
640
|
+
font-weight: 400; }
|
641
|
+
|
642
|
+
.fa.fa-caret-square-o-down {
|
643
|
+
font-family: 'Font Awesome 5 Free';
|
644
|
+
font-weight: 400; }
|
645
|
+
|
646
|
+
.fa.fa-caret-square-o-down:before {
|
647
|
+
content: "\f150"; }
|
648
|
+
|
649
|
+
.fa.fa-toggle-down {
|
650
|
+
font-family: 'Font Awesome 5 Free';
|
651
|
+
font-weight: 400; }
|
652
|
+
|
653
|
+
.fa.fa-toggle-down:before {
|
654
|
+
content: "\f150"; }
|
655
|
+
|
656
|
+
.fa.fa-caret-square-o-up {
|
657
|
+
font-family: 'Font Awesome 5 Free';
|
658
|
+
font-weight: 400; }
|
659
|
+
|
660
|
+
.fa.fa-caret-square-o-up:before {
|
661
|
+
content: "\f151"; }
|
662
|
+
|
663
|
+
.fa.fa-toggle-up {
|
664
|
+
font-family: 'Font Awesome 5 Free';
|
665
|
+
font-weight: 400; }
|
666
|
+
|
667
|
+
.fa.fa-toggle-up:before {
|
668
|
+
content: "\f151"; }
|
669
|
+
|
670
|
+
.fa.fa-caret-square-o-right {
|
671
|
+
font-family: 'Font Awesome 5 Free';
|
672
|
+
font-weight: 400; }
|
673
|
+
|
674
|
+
.fa.fa-caret-square-o-right:before {
|
675
|
+
content: "\f152"; }
|
676
|
+
|
677
|
+
.fa.fa-toggle-right {
|
678
|
+
font-family: 'Font Awesome 5 Free';
|
679
|
+
font-weight: 400; }
|
680
|
+
|
681
|
+
.fa.fa-toggle-right:before {
|
682
|
+
content: "\f152"; }
|
683
|
+
|
684
|
+
.fa.fa-eur:before {
|
685
|
+
content: "\f153"; }
|
686
|
+
|
687
|
+
.fa.fa-euro:before {
|
688
|
+
content: "\f153"; }
|
689
|
+
|
690
|
+
.fa.fa-gbp:before {
|
691
|
+
content: "\f154"; }
|
692
|
+
|
693
|
+
.fa.fa-usd:before {
|
694
|
+
content: "\f155"; }
|
695
|
+
|
696
|
+
.fa.fa-dollar:before {
|
697
|
+
content: "\f155"; }
|
698
|
+
|
699
|
+
.fa.fa-inr:before {
|
700
|
+
content: "\f156"; }
|
701
|
+
|
702
|
+
.fa.fa-rupee:before {
|
703
|
+
content: "\f156"; }
|
704
|
+
|
705
|
+
.fa.fa-jpy:before {
|
706
|
+
content: "\f157"; }
|
707
|
+
|
708
|
+
.fa.fa-cny:before {
|
709
|
+
content: "\f157"; }
|
710
|
+
|
711
|
+
.fa.fa-rmb:before {
|
712
|
+
content: "\f157"; }
|
713
|
+
|
714
|
+
.fa.fa-yen:before {
|
715
|
+
content: "\f157"; }
|
716
|
+
|
717
|
+
.fa.fa-rub:before {
|
718
|
+
content: "\f158"; }
|
719
|
+
|
720
|
+
.fa.fa-ruble:before {
|
721
|
+
content: "\f158"; }
|
722
|
+
|
723
|
+
.fa.fa-rouble:before {
|
724
|
+
content: "\f158"; }
|
725
|
+
|
726
|
+
.fa.fa-krw:before {
|
727
|
+
content: "\f159"; }
|
728
|
+
|
729
|
+
.fa.fa-won:before {
|
730
|
+
content: "\f159"; }
|
731
|
+
|
732
|
+
.fa.fa-btc {
|
733
|
+
font-family: 'Font Awesome 5 Brands';
|
734
|
+
font-weight: 400; }
|
735
|
+
|
736
|
+
.fa.fa-bitcoin {
|
737
|
+
font-family: 'Font Awesome 5 Brands';
|
738
|
+
font-weight: 400; }
|
739
|
+
|
740
|
+
.fa.fa-bitcoin:before {
|
741
|
+
content: "\f15a"; }
|
742
|
+
|
743
|
+
.fa.fa-file-text:before {
|
744
|
+
content: "\f15c"; }
|
745
|
+
|
746
|
+
.fa.fa-sort-alpha-asc:before {
|
747
|
+
content: "\f15d"; }
|
748
|
+
|
749
|
+
.fa.fa-sort-alpha-desc:before {
|
750
|
+
content: "\f15e"; }
|
751
|
+
|
752
|
+
.fa.fa-sort-amount-asc:before {
|
753
|
+
content: "\f160"; }
|
754
|
+
|
755
|
+
.fa.fa-sort-amount-desc:before {
|
756
|
+
content: "\f161"; }
|
757
|
+
|
758
|
+
.fa.fa-sort-numeric-asc:before {
|
759
|
+
content: "\f162"; }
|
760
|
+
|
761
|
+
.fa.fa-sort-numeric-desc:before {
|
762
|
+
content: "\f163"; }
|
763
|
+
|
764
|
+
.fa.fa-youtube-square {
|
765
|
+
font-family: 'Font Awesome 5 Brands';
|
766
|
+
font-weight: 400; }
|
767
|
+
|
768
|
+
.fa.fa-youtube {
|
769
|
+
font-family: 'Font Awesome 5 Brands';
|
770
|
+
font-weight: 400; }
|
771
|
+
|
772
|
+
.fa.fa-xing {
|
773
|
+
font-family: 'Font Awesome 5 Brands';
|
774
|
+
font-weight: 400; }
|
775
|
+
|
776
|
+
.fa.fa-xing-square {
|
777
|
+
font-family: 'Font Awesome 5 Brands';
|
778
|
+
font-weight: 400; }
|
779
|
+
|
780
|
+
.fa.fa-youtube-play {
|
781
|
+
font-family: 'Font Awesome 5 Brands';
|
782
|
+
font-weight: 400; }
|
783
|
+
|
784
|
+
.fa.fa-youtube-play:before {
|
785
|
+
content: "\f167"; }
|
786
|
+
|
787
|
+
.fa.fa-dropbox {
|
788
|
+
font-family: 'Font Awesome 5 Brands';
|
789
|
+
font-weight: 400; }
|
790
|
+
|
791
|
+
.fa.fa-stack-overflow {
|
792
|
+
font-family: 'Font Awesome 5 Brands';
|
793
|
+
font-weight: 400; }
|
794
|
+
|
795
|
+
.fa.fa-instagram {
|
796
|
+
font-family: 'Font Awesome 5 Brands';
|
797
|
+
font-weight: 400; }
|
798
|
+
|
799
|
+
.fa.fa-flickr {
|
800
|
+
font-family: 'Font Awesome 5 Brands';
|
801
|
+
font-weight: 400; }
|
802
|
+
|
803
|
+
.fa.fa-adn {
|
804
|
+
font-family: 'Font Awesome 5 Brands';
|
805
|
+
font-weight: 400; }
|
806
|
+
|
807
|
+
.fa.fa-bitbucket {
|
808
|
+
font-family: 'Font Awesome 5 Brands';
|
809
|
+
font-weight: 400; }
|
810
|
+
|
811
|
+
.fa.fa-bitbucket-square {
|
812
|
+
font-family: 'Font Awesome 5 Brands';
|
813
|
+
font-weight: 400; }
|
814
|
+
|
815
|
+
.fa.fa-bitbucket-square:before {
|
816
|
+
content: "\f171"; }
|
817
|
+
|
818
|
+
.fa.fa-tumblr {
|
819
|
+
font-family: 'Font Awesome 5 Brands';
|
820
|
+
font-weight: 400; }
|
821
|
+
|
822
|
+
.fa.fa-tumblr-square {
|
823
|
+
font-family: 'Font Awesome 5 Brands';
|
824
|
+
font-weight: 400; }
|
825
|
+
|
826
|
+
.fa.fa-long-arrow-down:before {
|
827
|
+
content: "\f309"; }
|
828
|
+
|
829
|
+
.fa.fa-long-arrow-up:before {
|
830
|
+
content: "\f30c"; }
|
831
|
+
|
832
|
+
.fa.fa-long-arrow-left:before {
|
833
|
+
content: "\f30a"; }
|
834
|
+
|
835
|
+
.fa.fa-long-arrow-right:before {
|
836
|
+
content: "\f30b"; }
|
837
|
+
|
838
|
+
.fa.fa-apple {
|
839
|
+
font-family: 'Font Awesome 5 Brands';
|
840
|
+
font-weight: 400; }
|
841
|
+
|
842
|
+
.fa.fa-windows {
|
843
|
+
font-family: 'Font Awesome 5 Brands';
|
844
|
+
font-weight: 400; }
|
845
|
+
|
846
|
+
.fa.fa-android {
|
847
|
+
font-family: 'Font Awesome 5 Brands';
|
848
|
+
font-weight: 400; }
|
849
|
+
|
850
|
+
.fa.fa-linux {
|
851
|
+
font-family: 'Font Awesome 5 Brands';
|
852
|
+
font-weight: 400; }
|
853
|
+
|
854
|
+
.fa.fa-dribbble {
|
855
|
+
font-family: 'Font Awesome 5 Brands';
|
856
|
+
font-weight: 400; }
|
857
|
+
|
858
|
+
.fa.fa-skype {
|
859
|
+
font-family: 'Font Awesome 5 Brands';
|
860
|
+
font-weight: 400; }
|
861
|
+
|
862
|
+
.fa.fa-foursquare {
|
863
|
+
font-family: 'Font Awesome 5 Brands';
|
864
|
+
font-weight: 400; }
|
865
|
+
|
866
|
+
.fa.fa-trello {
|
867
|
+
font-family: 'Font Awesome 5 Brands';
|
868
|
+
font-weight: 400; }
|
869
|
+
|
870
|
+
.fa.fa-gratipay {
|
871
|
+
font-family: 'Font Awesome 5 Brands';
|
872
|
+
font-weight: 400; }
|
873
|
+
|
874
|
+
.fa.fa-gittip {
|
875
|
+
font-family: 'Font Awesome 5 Brands';
|
876
|
+
font-weight: 400; }
|
877
|
+
|
878
|
+
.fa.fa-gittip:before {
|
879
|
+
content: "\f184"; }
|
880
|
+
|
881
|
+
.fa.fa-sun-o {
|
882
|
+
font-family: 'Font Awesome 5 Free';
|
883
|
+
font-weight: 400; }
|
884
|
+
|
885
|
+
.fa.fa-sun-o:before {
|
886
|
+
content: "\f185"; }
|
887
|
+
|
888
|
+
.fa.fa-moon-o {
|
889
|
+
font-family: 'Font Awesome 5 Free';
|
890
|
+
font-weight: 400; }
|
891
|
+
|
892
|
+
.fa.fa-moon-o:before {
|
893
|
+
content: "\f186"; }
|
894
|
+
|
895
|
+
.fa.fa-vk {
|
896
|
+
font-family: 'Font Awesome 5 Brands';
|
897
|
+
font-weight: 400; }
|
898
|
+
|
899
|
+
.fa.fa-weibo {
|
900
|
+
font-family: 'Font Awesome 5 Brands';
|
901
|
+
font-weight: 400; }
|
902
|
+
|
903
|
+
.fa.fa-renren {
|
904
|
+
font-family: 'Font Awesome 5 Brands';
|
905
|
+
font-weight: 400; }
|
906
|
+
|
907
|
+
.fa.fa-pagelines {
|
908
|
+
font-family: 'Font Awesome 5 Brands';
|
909
|
+
font-weight: 400; }
|
910
|
+
|
911
|
+
.fa.fa-stack-exchange {
|
912
|
+
font-family: 'Font Awesome 5 Brands';
|
913
|
+
font-weight: 400; }
|
914
|
+
|
915
|
+
.fa.fa-arrow-circle-o-right {
|
916
|
+
font-family: 'Font Awesome 5 Free';
|
917
|
+
font-weight: 400; }
|
918
|
+
|
919
|
+
.fa.fa-arrow-circle-o-right:before {
|
920
|
+
content: "\f35a"; }
|
921
|
+
|
922
|
+
.fa.fa-arrow-circle-o-left {
|
923
|
+
font-family: 'Font Awesome 5 Free';
|
924
|
+
font-weight: 400; }
|
925
|
+
|
926
|
+
.fa.fa-arrow-circle-o-left:before {
|
927
|
+
content: "\f359"; }
|
928
|
+
|
929
|
+
.fa.fa-caret-square-o-left {
|
930
|
+
font-family: 'Font Awesome 5 Free';
|
931
|
+
font-weight: 400; }
|
932
|
+
|
933
|
+
.fa.fa-caret-square-o-left:before {
|
934
|
+
content: "\f191"; }
|
935
|
+
|
936
|
+
.fa.fa-toggle-left {
|
937
|
+
font-family: 'Font Awesome 5 Free';
|
938
|
+
font-weight: 400; }
|
939
|
+
|
940
|
+
.fa.fa-toggle-left:before {
|
941
|
+
content: "\f191"; }
|
942
|
+
|
943
|
+
.fa.fa-dot-circle-o {
|
944
|
+
font-family: 'Font Awesome 5 Free';
|
945
|
+
font-weight: 400; }
|
946
|
+
|
947
|
+
.fa.fa-dot-circle-o:before {
|
948
|
+
content: "\f192"; }
|
949
|
+
|
950
|
+
.fa.fa-vimeo-square {
|
951
|
+
font-family: 'Font Awesome 5 Brands';
|
952
|
+
font-weight: 400; }
|
953
|
+
|
954
|
+
.fa.fa-try:before {
|
955
|
+
content: "\f195"; }
|
956
|
+
|
957
|
+
.fa.fa-turkish-lira:before {
|
958
|
+
content: "\f195"; }
|
959
|
+
|
960
|
+
.fa.fa-plus-square-o {
|
961
|
+
font-family: 'Font Awesome 5 Free';
|
962
|
+
font-weight: 400; }
|
963
|
+
|
964
|
+
.fa.fa-plus-square-o:before {
|
965
|
+
content: "\f0fe"; }
|
966
|
+
|
967
|
+
.fa.fa-slack {
|
968
|
+
font-family: 'Font Awesome 5 Brands';
|
969
|
+
font-weight: 400; }
|
970
|
+
|
971
|
+
.fa.fa-wordpress {
|
972
|
+
font-family: 'Font Awesome 5 Brands';
|
973
|
+
font-weight: 400; }
|
974
|
+
|
975
|
+
.fa.fa-openid {
|
976
|
+
font-family: 'Font Awesome 5 Brands';
|
977
|
+
font-weight: 400; }
|
978
|
+
|
979
|
+
.fa.fa-institution:before {
|
980
|
+
content: "\f19c"; }
|
981
|
+
|
982
|
+
.fa.fa-bank:before {
|
983
|
+
content: "\f19c"; }
|
984
|
+
|
985
|
+
.fa.fa-mortar-board:before {
|
986
|
+
content: "\f19d"; }
|
987
|
+
|
988
|
+
.fa.fa-yahoo {
|
989
|
+
font-family: 'Font Awesome 5 Brands';
|
990
|
+
font-weight: 400; }
|
991
|
+
|
992
|
+
.fa.fa-google {
|
993
|
+
font-family: 'Font Awesome 5 Brands';
|
994
|
+
font-weight: 400; }
|
995
|
+
|
996
|
+
.fa.fa-reddit {
|
997
|
+
font-family: 'Font Awesome 5 Brands';
|
998
|
+
font-weight: 400; }
|
999
|
+
|
1000
|
+
.fa.fa-reddit-square {
|
1001
|
+
font-family: 'Font Awesome 5 Brands';
|
1002
|
+
font-weight: 400; }
|
1003
|
+
|
1004
|
+
.fa.fa-stumbleupon-circle {
|
1005
|
+
font-family: 'Font Awesome 5 Brands';
|
1006
|
+
font-weight: 400; }
|
1007
|
+
|
1008
|
+
.fa.fa-stumbleupon {
|
1009
|
+
font-family: 'Font Awesome 5 Brands';
|
1010
|
+
font-weight: 400; }
|
1011
|
+
|
1012
|
+
.fa.fa-delicious {
|
1013
|
+
font-family: 'Font Awesome 5 Brands';
|
1014
|
+
font-weight: 400; }
|
1015
|
+
|
1016
|
+
.fa.fa-digg {
|
1017
|
+
font-family: 'Font Awesome 5 Brands';
|
1018
|
+
font-weight: 400; }
|
1019
|
+
|
1020
|
+
.fa.fa-pied-piper-pp {
|
1021
|
+
font-family: 'Font Awesome 5 Brands';
|
1022
|
+
font-weight: 400; }
|
1023
|
+
|
1024
|
+
.fa.fa-pied-piper-alt {
|
1025
|
+
font-family: 'Font Awesome 5 Brands';
|
1026
|
+
font-weight: 400; }
|
1027
|
+
|
1028
|
+
.fa.fa-drupal {
|
1029
|
+
font-family: 'Font Awesome 5 Brands';
|
1030
|
+
font-weight: 400; }
|
1031
|
+
|
1032
|
+
.fa.fa-joomla {
|
1033
|
+
font-family: 'Font Awesome 5 Brands';
|
1034
|
+
font-weight: 400; }
|
1035
|
+
|
1036
|
+
.fa.fa-spoon:before {
|
1037
|
+
content: "\f2e5"; }
|
1038
|
+
|
1039
|
+
.fa.fa-behance {
|
1040
|
+
font-family: 'Font Awesome 5 Brands';
|
1041
|
+
font-weight: 400; }
|
1042
|
+
|
1043
|
+
.fa.fa-behance-square {
|
1044
|
+
font-family: 'Font Awesome 5 Brands';
|
1045
|
+
font-weight: 400; }
|
1046
|
+
|
1047
|
+
.fa.fa-steam {
|
1048
|
+
font-family: 'Font Awesome 5 Brands';
|
1049
|
+
font-weight: 400; }
|
1050
|
+
|
1051
|
+
.fa.fa-steam-square {
|
1052
|
+
font-family: 'Font Awesome 5 Brands';
|
1053
|
+
font-weight: 400; }
|
1054
|
+
|
1055
|
+
.fa.fa-automobile:before {
|
1056
|
+
content: "\f1b9"; }
|
1057
|
+
|
1058
|
+
.fa.fa-cab:before {
|
1059
|
+
content: "\f1ba"; }
|
1060
|
+
|
1061
|
+
.fa.fa-envelope-o {
|
1062
|
+
font-family: 'Font Awesome 5 Free';
|
1063
|
+
font-weight: 400; }
|
1064
|
+
|
1065
|
+
.fa.fa-envelope-o:before {
|
1066
|
+
content: "\f0e0"; }
|
1067
|
+
|
1068
|
+
.fa.fa-deviantart {
|
1069
|
+
font-family: 'Font Awesome 5 Brands';
|
1070
|
+
font-weight: 400; }
|
1071
|
+
|
1072
|
+
.fa.fa-soundcloud {
|
1073
|
+
font-family: 'Font Awesome 5 Brands';
|
1074
|
+
font-weight: 400; }
|
1075
|
+
|
1076
|
+
.fa.fa-file-pdf-o {
|
1077
|
+
font-family: 'Font Awesome 5 Free';
|
1078
|
+
font-weight: 400; }
|
1079
|
+
|
1080
|
+
.fa.fa-file-pdf-o:before {
|
1081
|
+
content: "\f1c1"; }
|
1082
|
+
|
1083
|
+
.fa.fa-file-word-o {
|
1084
|
+
font-family: 'Font Awesome 5 Free';
|
1085
|
+
font-weight: 400; }
|
1086
|
+
|
1087
|
+
.fa.fa-file-word-o:before {
|
1088
|
+
content: "\f1c2"; }
|
1089
|
+
|
1090
|
+
.fa.fa-file-excel-o {
|
1091
|
+
font-family: 'Font Awesome 5 Free';
|
1092
|
+
font-weight: 400; }
|
1093
|
+
|
1094
|
+
.fa.fa-file-excel-o:before {
|
1095
|
+
content: "\f1c3"; }
|
1096
|
+
|
1097
|
+
.fa.fa-file-powerpoint-o {
|
1098
|
+
font-family: 'Font Awesome 5 Free';
|
1099
|
+
font-weight: 400; }
|
1100
|
+
|
1101
|
+
.fa.fa-file-powerpoint-o:before {
|
1102
|
+
content: "\f1c4"; }
|
1103
|
+
|
1104
|
+
.fa.fa-file-image-o {
|
1105
|
+
font-family: 'Font Awesome 5 Free';
|
1106
|
+
font-weight: 400; }
|
1107
|
+
|
1108
|
+
.fa.fa-file-image-o:before {
|
1109
|
+
content: "\f1c5"; }
|
1110
|
+
|
1111
|
+
.fa.fa-file-photo-o {
|
1112
|
+
font-family: 'Font Awesome 5 Free';
|
1113
|
+
font-weight: 400; }
|
1114
|
+
|
1115
|
+
.fa.fa-file-photo-o:before {
|
1116
|
+
content: "\f1c5"; }
|
1117
|
+
|
1118
|
+
.fa.fa-file-picture-o {
|
1119
|
+
font-family: 'Font Awesome 5 Free';
|
1120
|
+
font-weight: 400; }
|
1121
|
+
|
1122
|
+
.fa.fa-file-picture-o:before {
|
1123
|
+
content: "\f1c5"; }
|
1124
|
+
|
1125
|
+
.fa.fa-file-archive-o {
|
1126
|
+
font-family: 'Font Awesome 5 Free';
|
1127
|
+
font-weight: 400; }
|
1128
|
+
|
1129
|
+
.fa.fa-file-archive-o:before {
|
1130
|
+
content: "\f1c6"; }
|
1131
|
+
|
1132
|
+
.fa.fa-file-zip-o {
|
1133
|
+
font-family: 'Font Awesome 5 Free';
|
1134
|
+
font-weight: 400; }
|
1135
|
+
|
1136
|
+
.fa.fa-file-zip-o:before {
|
1137
|
+
content: "\f1c6"; }
|
1138
|
+
|
1139
|
+
.fa.fa-file-audio-o {
|
1140
|
+
font-family: 'Font Awesome 5 Free';
|
1141
|
+
font-weight: 400; }
|
1142
|
+
|
1143
|
+
.fa.fa-file-audio-o:before {
|
1144
|
+
content: "\f1c7"; }
|
1145
|
+
|
1146
|
+
.fa.fa-file-sound-o {
|
1147
|
+
font-family: 'Font Awesome 5 Free';
|
1148
|
+
font-weight: 400; }
|
1149
|
+
|
1150
|
+
.fa.fa-file-sound-o:before {
|
1151
|
+
content: "\f1c7"; }
|
1152
|
+
|
1153
|
+
.fa.fa-file-video-o {
|
1154
|
+
font-family: 'Font Awesome 5 Free';
|
1155
|
+
font-weight: 400; }
|
1156
|
+
|
1157
|
+
.fa.fa-file-video-o:before {
|
1158
|
+
content: "\f1c8"; }
|
1159
|
+
|
1160
|
+
.fa.fa-file-movie-o {
|
1161
|
+
font-family: 'Font Awesome 5 Free';
|
1162
|
+
font-weight: 400; }
|
1163
|
+
|
1164
|
+
.fa.fa-file-movie-o:before {
|
1165
|
+
content: "\f1c8"; }
|
1166
|
+
|
1167
|
+
.fa.fa-file-code-o {
|
1168
|
+
font-family: 'Font Awesome 5 Free';
|
1169
|
+
font-weight: 400; }
|
1170
|
+
|
1171
|
+
.fa.fa-file-code-o:before {
|
1172
|
+
content: "\f1c9"; }
|
1173
|
+
|
1174
|
+
.fa.fa-vine {
|
1175
|
+
font-family: 'Font Awesome 5 Brands';
|
1176
|
+
font-weight: 400; }
|
1177
|
+
|
1178
|
+
.fa.fa-codepen {
|
1179
|
+
font-family: 'Font Awesome 5 Brands';
|
1180
|
+
font-weight: 400; }
|
1181
|
+
|
1182
|
+
.fa.fa-jsfiddle {
|
1183
|
+
font-family: 'Font Awesome 5 Brands';
|
1184
|
+
font-weight: 400; }
|
1185
|
+
|
1186
|
+
.fa.fa-life-ring {
|
1187
|
+
font-family: 'Font Awesome 5 Free';
|
1188
|
+
font-weight: 400; }
|
1189
|
+
|
1190
|
+
.fa.fa-life-bouy {
|
1191
|
+
font-family: 'Font Awesome 5 Free';
|
1192
|
+
font-weight: 400; }
|
1193
|
+
|
1194
|
+
.fa.fa-life-bouy:before {
|
1195
|
+
content: "\f1cd"; }
|
1196
|
+
|
1197
|
+
.fa.fa-life-buoy {
|
1198
|
+
font-family: 'Font Awesome 5 Free';
|
1199
|
+
font-weight: 400; }
|
1200
|
+
|
1201
|
+
.fa.fa-life-buoy:before {
|
1202
|
+
content: "\f1cd"; }
|
1203
|
+
|
1204
|
+
.fa.fa-life-saver {
|
1205
|
+
font-family: 'Font Awesome 5 Free';
|
1206
|
+
font-weight: 400; }
|
1207
|
+
|
1208
|
+
.fa.fa-life-saver:before {
|
1209
|
+
content: "\f1cd"; }
|
1210
|
+
|
1211
|
+
.fa.fa-support {
|
1212
|
+
font-family: 'Font Awesome 5 Free';
|
1213
|
+
font-weight: 400; }
|
1214
|
+
|
1215
|
+
.fa.fa-support:before {
|
1216
|
+
content: "\f1cd"; }
|
1217
|
+
|
1218
|
+
.fa.fa-circle-o-notch:before {
|
1219
|
+
content: "\f1ce"; }
|
1220
|
+
|
1221
|
+
.fa.fa-rebel {
|
1222
|
+
font-family: 'Font Awesome 5 Brands';
|
1223
|
+
font-weight: 400; }
|
1224
|
+
|
1225
|
+
.fa.fa-ra {
|
1226
|
+
font-family: 'Font Awesome 5 Brands';
|
1227
|
+
font-weight: 400; }
|
1228
|
+
|
1229
|
+
.fa.fa-ra:before {
|
1230
|
+
content: "\f1d0"; }
|
1231
|
+
|
1232
|
+
.fa.fa-resistance {
|
1233
|
+
font-family: 'Font Awesome 5 Brands';
|
1234
|
+
font-weight: 400; }
|
1235
|
+
|
1236
|
+
.fa.fa-resistance:before {
|
1237
|
+
content: "\f1d0"; }
|
1238
|
+
|
1239
|
+
.fa.fa-empire {
|
1240
|
+
font-family: 'Font Awesome 5 Brands';
|
1241
|
+
font-weight: 400; }
|
1242
|
+
|
1243
|
+
.fa.fa-ge {
|
1244
|
+
font-family: 'Font Awesome 5 Brands';
|
1245
|
+
font-weight: 400; }
|
1246
|
+
|
1247
|
+
.fa.fa-ge:before {
|
1248
|
+
content: "\f1d1"; }
|
1249
|
+
|
1250
|
+
.fa.fa-git-square {
|
1251
|
+
font-family: 'Font Awesome 5 Brands';
|
1252
|
+
font-weight: 400; }
|
1253
|
+
|
1254
|
+
.fa.fa-git {
|
1255
|
+
font-family: 'Font Awesome 5 Brands';
|
1256
|
+
font-weight: 400; }
|
1257
|
+
|
1258
|
+
.fa.fa-hacker-news {
|
1259
|
+
font-family: 'Font Awesome 5 Brands';
|
1260
|
+
font-weight: 400; }
|
1261
|
+
|
1262
|
+
.fa.fa-y-combinator-square {
|
1263
|
+
font-family: 'Font Awesome 5 Brands';
|
1264
|
+
font-weight: 400; }
|
1265
|
+
|
1266
|
+
.fa.fa-y-combinator-square:before {
|
1267
|
+
content: "\f1d4"; }
|
1268
|
+
|
1269
|
+
.fa.fa-yc-square {
|
1270
|
+
font-family: 'Font Awesome 5 Brands';
|
1271
|
+
font-weight: 400; }
|
1272
|
+
|
1273
|
+
.fa.fa-yc-square:before {
|
1274
|
+
content: "\f1d4"; }
|
1275
|
+
|
1276
|
+
.fa.fa-tencent-weibo {
|
1277
|
+
font-family: 'Font Awesome 5 Brands';
|
1278
|
+
font-weight: 400; }
|
1279
|
+
|
1280
|
+
.fa.fa-qq {
|
1281
|
+
font-family: 'Font Awesome 5 Brands';
|
1282
|
+
font-weight: 400; }
|
1283
|
+
|
1284
|
+
.fa.fa-weixin {
|
1285
|
+
font-family: 'Font Awesome 5 Brands';
|
1286
|
+
font-weight: 400; }
|
1287
|
+
|
1288
|
+
.fa.fa-wechat {
|
1289
|
+
font-family: 'Font Awesome 5 Brands';
|
1290
|
+
font-weight: 400; }
|
1291
|
+
|
1292
|
+
.fa.fa-wechat:before {
|
1293
|
+
content: "\f1d7"; }
|
1294
|
+
|
1295
|
+
.fa.fa-send:before {
|
1296
|
+
content: "\f1d8"; }
|
1297
|
+
|
1298
|
+
.fa.fa-paper-plane-o {
|
1299
|
+
font-family: 'Font Awesome 5 Free';
|
1300
|
+
font-weight: 400; }
|
1301
|
+
|
1302
|
+
.fa.fa-paper-plane-o:before {
|
1303
|
+
content: "\f1d8"; }
|
1304
|
+
|
1305
|
+
.fa.fa-send-o {
|
1306
|
+
font-family: 'Font Awesome 5 Free';
|
1307
|
+
font-weight: 400; }
|
1308
|
+
|
1309
|
+
.fa.fa-send-o:before {
|
1310
|
+
content: "\f1d8"; }
|
1311
|
+
|
1312
|
+
.fa.fa-circle-thin {
|
1313
|
+
font-family: 'Font Awesome 5 Free';
|
1314
|
+
font-weight: 400; }
|
1315
|
+
|
1316
|
+
.fa.fa-circle-thin:before {
|
1317
|
+
content: "\f111"; }
|
1318
|
+
|
1319
|
+
.fa.fa-header:before {
|
1320
|
+
content: "\f1dc"; }
|
1321
|
+
|
1322
|
+
.fa.fa-sliders:before {
|
1323
|
+
content: "\f1de"; }
|
1324
|
+
|
1325
|
+
.fa.fa-futbol-o {
|
1326
|
+
font-family: 'Font Awesome 5 Free';
|
1327
|
+
font-weight: 400; }
|
1328
|
+
|
1329
|
+
.fa.fa-futbol-o:before {
|
1330
|
+
content: "\f1e3"; }
|
1331
|
+
|
1332
|
+
.fa.fa-soccer-ball-o {
|
1333
|
+
font-family: 'Font Awesome 5 Free';
|
1334
|
+
font-weight: 400; }
|
1335
|
+
|
1336
|
+
.fa.fa-soccer-ball-o:before {
|
1337
|
+
content: "\f1e3"; }
|
1338
|
+
|
1339
|
+
.fa.fa-slideshare {
|
1340
|
+
font-family: 'Font Awesome 5 Brands';
|
1341
|
+
font-weight: 400; }
|
1342
|
+
|
1343
|
+
.fa.fa-twitch {
|
1344
|
+
font-family: 'Font Awesome 5 Brands';
|
1345
|
+
font-weight: 400; }
|
1346
|
+
|
1347
|
+
.fa.fa-yelp {
|
1348
|
+
font-family: 'Font Awesome 5 Brands';
|
1349
|
+
font-weight: 400; }
|
1350
|
+
|
1351
|
+
.fa.fa-newspaper-o {
|
1352
|
+
font-family: 'Font Awesome 5 Free';
|
1353
|
+
font-weight: 400; }
|
1354
|
+
|
1355
|
+
.fa.fa-newspaper-o:before {
|
1356
|
+
content: "\f1ea"; }
|
1357
|
+
|
1358
|
+
.fa.fa-paypal {
|
1359
|
+
font-family: 'Font Awesome 5 Brands';
|
1360
|
+
font-weight: 400; }
|
1361
|
+
|
1362
|
+
.fa.fa-google-wallet {
|
1363
|
+
font-family: 'Font Awesome 5 Brands';
|
1364
|
+
font-weight: 400; }
|
1365
|
+
|
1366
|
+
.fa.fa-cc-visa {
|
1367
|
+
font-family: 'Font Awesome 5 Brands';
|
1368
|
+
font-weight: 400; }
|
1369
|
+
|
1370
|
+
.fa.fa-cc-mastercard {
|
1371
|
+
font-family: 'Font Awesome 5 Brands';
|
1372
|
+
font-weight: 400; }
|
1373
|
+
|
1374
|
+
.fa.fa-cc-discover {
|
1375
|
+
font-family: 'Font Awesome 5 Brands';
|
1376
|
+
font-weight: 400; }
|
1377
|
+
|
1378
|
+
.fa.fa-cc-amex {
|
1379
|
+
font-family: 'Font Awesome 5 Brands';
|
1380
|
+
font-weight: 400; }
|
1381
|
+
|
1382
|
+
.fa.fa-cc-paypal {
|
1383
|
+
font-family: 'Font Awesome 5 Brands';
|
1384
|
+
font-weight: 400; }
|
1385
|
+
|
1386
|
+
.fa.fa-cc-stripe {
|
1387
|
+
font-family: 'Font Awesome 5 Brands';
|
1388
|
+
font-weight: 400; }
|
1389
|
+
|
1390
|
+
.fa.fa-bell-slash-o {
|
1391
|
+
font-family: 'Font Awesome 5 Free';
|
1392
|
+
font-weight: 400; }
|
1393
|
+
|
1394
|
+
.fa.fa-bell-slash-o:before {
|
1395
|
+
content: "\f1f6"; }
|
1396
|
+
|
1397
|
+
.fa.fa-trash:before {
|
1398
|
+
content: "\f2ed"; }
|
1399
|
+
|
1400
|
+
.fa.fa-copyright {
|
1401
|
+
font-family: 'Font Awesome 5 Free';
|
1402
|
+
font-weight: 400; }
|
1403
|
+
|
1404
|
+
.fa.fa-eyedropper:before {
|
1405
|
+
content: "\f1fb"; }
|
1406
|
+
|
1407
|
+
.fa.fa-area-chart:before {
|
1408
|
+
content: "\f1fe"; }
|
1409
|
+
|
1410
|
+
.fa.fa-pie-chart:before {
|
1411
|
+
content: "\f200"; }
|
1412
|
+
|
1413
|
+
.fa.fa-line-chart:before {
|
1414
|
+
content: "\f201"; }
|
1415
|
+
|
1416
|
+
.fa.fa-lastfm {
|
1417
|
+
font-family: 'Font Awesome 5 Brands';
|
1418
|
+
font-weight: 400; }
|
1419
|
+
|
1420
|
+
.fa.fa-lastfm-square {
|
1421
|
+
font-family: 'Font Awesome 5 Brands';
|
1422
|
+
font-weight: 400; }
|
1423
|
+
|
1424
|
+
.fa.fa-ioxhost {
|
1425
|
+
font-family: 'Font Awesome 5 Brands';
|
1426
|
+
font-weight: 400; }
|
1427
|
+
|
1428
|
+
.fa.fa-angellist {
|
1429
|
+
font-family: 'Font Awesome 5 Brands';
|
1430
|
+
font-weight: 400; }
|
1431
|
+
|
1432
|
+
.fa.fa-cc {
|
1433
|
+
font-family: 'Font Awesome 5 Free';
|
1434
|
+
font-weight: 400; }
|
1435
|
+
|
1436
|
+
.fa.fa-cc:before {
|
1437
|
+
content: "\f20a"; }
|
1438
|
+
|
1439
|
+
.fa.fa-ils:before {
|
1440
|
+
content: "\f20b"; }
|
1441
|
+
|
1442
|
+
.fa.fa-shekel:before {
|
1443
|
+
content: "\f20b"; }
|
1444
|
+
|
1445
|
+
.fa.fa-sheqel:before {
|
1446
|
+
content: "\f20b"; }
|
1447
|
+
|
1448
|
+
.fa.fa-meanpath {
|
1449
|
+
font-family: 'Font Awesome 5 Brands';
|
1450
|
+
font-weight: 400; }
|
1451
|
+
|
1452
|
+
.fa.fa-meanpath:before {
|
1453
|
+
content: "\f2b4"; }
|
1454
|
+
|
1455
|
+
.fa.fa-buysellads {
|
1456
|
+
font-family: 'Font Awesome 5 Brands';
|
1457
|
+
font-weight: 400; }
|
1458
|
+
|
1459
|
+
.fa.fa-connectdevelop {
|
1460
|
+
font-family: 'Font Awesome 5 Brands';
|
1461
|
+
font-weight: 400; }
|
1462
|
+
|
1463
|
+
.fa.fa-dashcube {
|
1464
|
+
font-family: 'Font Awesome 5 Brands';
|
1465
|
+
font-weight: 400; }
|
1466
|
+
|
1467
|
+
.fa.fa-forumbee {
|
1468
|
+
font-family: 'Font Awesome 5 Brands';
|
1469
|
+
font-weight: 400; }
|
1470
|
+
|
1471
|
+
.fa.fa-leanpub {
|
1472
|
+
font-family: 'Font Awesome 5 Brands';
|
1473
|
+
font-weight: 400; }
|
1474
|
+
|
1475
|
+
.fa.fa-sellsy {
|
1476
|
+
font-family: 'Font Awesome 5 Brands';
|
1477
|
+
font-weight: 400; }
|
1478
|
+
|
1479
|
+
.fa.fa-shirtsinbulk {
|
1480
|
+
font-family: 'Font Awesome 5 Brands';
|
1481
|
+
font-weight: 400; }
|
1482
|
+
|
1483
|
+
.fa.fa-simplybuilt {
|
1484
|
+
font-family: 'Font Awesome 5 Brands';
|
1485
|
+
font-weight: 400; }
|
1486
|
+
|
1487
|
+
.fa.fa-skyatlas {
|
1488
|
+
font-family: 'Font Awesome 5 Brands';
|
1489
|
+
font-weight: 400; }
|
1490
|
+
|
1491
|
+
.fa.fa-diamond {
|
1492
|
+
font-family: 'Font Awesome 5 Free';
|
1493
|
+
font-weight: 400; }
|
1494
|
+
|
1495
|
+
.fa.fa-diamond:before {
|
1496
|
+
content: "\f3a5"; }
|
1497
|
+
|
1498
|
+
.fa.fa-intersex:before {
|
1499
|
+
content: "\f224"; }
|
1500
|
+
|
1501
|
+
.fa.fa-facebook-official {
|
1502
|
+
font-family: 'Font Awesome 5 Brands';
|
1503
|
+
font-weight: 400; }
|
1504
|
+
|
1505
|
+
.fa.fa-facebook-official:before {
|
1506
|
+
content: "\f09a"; }
|
1507
|
+
|
1508
|
+
.fa.fa-pinterest-p {
|
1509
|
+
font-family: 'Font Awesome 5 Brands';
|
1510
|
+
font-weight: 400; }
|
1511
|
+
|
1512
|
+
.fa.fa-whatsapp {
|
1513
|
+
font-family: 'Font Awesome 5 Brands';
|
1514
|
+
font-weight: 400; }
|
1515
|
+
|
1516
|
+
.fa.fa-hotel:before {
|
1517
|
+
content: "\f236"; }
|
1518
|
+
|
1519
|
+
.fa.fa-viacoin {
|
1520
|
+
font-family: 'Font Awesome 5 Brands';
|
1521
|
+
font-weight: 400; }
|
1522
|
+
|
1523
|
+
.fa.fa-medium {
|
1524
|
+
font-family: 'Font Awesome 5 Brands';
|
1525
|
+
font-weight: 400; }
|
1526
|
+
|
1527
|
+
.fa.fa-y-combinator {
|
1528
|
+
font-family: 'Font Awesome 5 Brands';
|
1529
|
+
font-weight: 400; }
|
1530
|
+
|
1531
|
+
.fa.fa-yc {
|
1532
|
+
font-family: 'Font Awesome 5 Brands';
|
1533
|
+
font-weight: 400; }
|
1534
|
+
|
1535
|
+
.fa.fa-yc:before {
|
1536
|
+
content: "\f23b"; }
|
1537
|
+
|
1538
|
+
.fa.fa-optin-monster {
|
1539
|
+
font-family: 'Font Awesome 5 Brands';
|
1540
|
+
font-weight: 400; }
|
1541
|
+
|
1542
|
+
.fa.fa-opencart {
|
1543
|
+
font-family: 'Font Awesome 5 Brands';
|
1544
|
+
font-weight: 400; }
|
1545
|
+
|
1546
|
+
.fa.fa-expeditedssl {
|
1547
|
+
font-family: 'Font Awesome 5 Brands';
|
1548
|
+
font-weight: 400; }
|
1549
|
+
|
1550
|
+
.fa.fa-battery-4:before {
|
1551
|
+
content: "\f240"; }
|
1552
|
+
|
1553
|
+
.fa.fa-battery:before {
|
1554
|
+
content: "\f240"; }
|
1555
|
+
|
1556
|
+
.fa.fa-battery-3:before {
|
1557
|
+
content: "\f241"; }
|
1558
|
+
|
1559
|
+
.fa.fa-battery-2:before {
|
1560
|
+
content: "\f242"; }
|
1561
|
+
|
1562
|
+
.fa.fa-battery-1:before {
|
1563
|
+
content: "\f243"; }
|
1564
|
+
|
1565
|
+
.fa.fa-battery-0:before {
|
1566
|
+
content: "\f244"; }
|
1567
|
+
|
1568
|
+
.fa.fa-object-group {
|
1569
|
+
font-family: 'Font Awesome 5 Free';
|
1570
|
+
font-weight: 400; }
|
1571
|
+
|
1572
|
+
.fa.fa-object-ungroup {
|
1573
|
+
font-family: 'Font Awesome 5 Free';
|
1574
|
+
font-weight: 400; }
|
1575
|
+
|
1576
|
+
.fa.fa-sticky-note-o {
|
1577
|
+
font-family: 'Font Awesome 5 Free';
|
1578
|
+
font-weight: 400; }
|
1579
|
+
|
1580
|
+
.fa.fa-sticky-note-o:before {
|
1581
|
+
content: "\f249"; }
|
1582
|
+
|
1583
|
+
.fa.fa-cc-jcb {
|
1584
|
+
font-family: 'Font Awesome 5 Brands';
|
1585
|
+
font-weight: 400; }
|
1586
|
+
|
1587
|
+
.fa.fa-cc-diners-club {
|
1588
|
+
font-family: 'Font Awesome 5 Brands';
|
1589
|
+
font-weight: 400; }
|
1590
|
+
|
1591
|
+
.fa.fa-clone {
|
1592
|
+
font-family: 'Font Awesome 5 Free';
|
1593
|
+
font-weight: 400; }
|
1594
|
+
|
1595
|
+
.fa.fa-hourglass-o {
|
1596
|
+
font-family: 'Font Awesome 5 Free';
|
1597
|
+
font-weight: 400; }
|
1598
|
+
|
1599
|
+
.fa.fa-hourglass-o:before {
|
1600
|
+
content: "\f254"; }
|
1601
|
+
|
1602
|
+
.fa.fa-hourglass-1:before {
|
1603
|
+
content: "\f251"; }
|
1604
|
+
|
1605
|
+
.fa.fa-hourglass-2:before {
|
1606
|
+
content: "\f252"; }
|
1607
|
+
|
1608
|
+
.fa.fa-hourglass-3:before {
|
1609
|
+
content: "\f253"; }
|
1610
|
+
|
1611
|
+
.fa.fa-hand-rock-o {
|
1612
|
+
font-family: 'Font Awesome 5 Free';
|
1613
|
+
font-weight: 400; }
|
1614
|
+
|
1615
|
+
.fa.fa-hand-rock-o:before {
|
1616
|
+
content: "\f255"; }
|
1617
|
+
|
1618
|
+
.fa.fa-hand-grab-o {
|
1619
|
+
font-family: 'Font Awesome 5 Free';
|
1620
|
+
font-weight: 400; }
|
1621
|
+
|
1622
|
+
.fa.fa-hand-grab-o:before {
|
1623
|
+
content: "\f255"; }
|
1624
|
+
|
1625
|
+
.fa.fa-hand-paper-o {
|
1626
|
+
font-family: 'Font Awesome 5 Free';
|
1627
|
+
font-weight: 400; }
|
1628
|
+
|
1629
|
+
.fa.fa-hand-paper-o:before {
|
1630
|
+
content: "\f256"; }
|
1631
|
+
|
1632
|
+
.fa.fa-hand-stop-o {
|
1633
|
+
font-family: 'Font Awesome 5 Free';
|
1634
|
+
font-weight: 400; }
|
1635
|
+
|
1636
|
+
.fa.fa-hand-stop-o:before {
|
1637
|
+
content: "\f256"; }
|
1638
|
+
|
1639
|
+
.fa.fa-hand-scissors-o {
|
1640
|
+
font-family: 'Font Awesome 5 Free';
|
1641
|
+
font-weight: 400; }
|
1642
|
+
|
1643
|
+
.fa.fa-hand-scissors-o:before {
|
1644
|
+
content: "\f257"; }
|
1645
|
+
|
1646
|
+
.fa.fa-hand-lizard-o {
|
1647
|
+
font-family: 'Font Awesome 5 Free';
|
1648
|
+
font-weight: 400; }
|
1649
|
+
|
1650
|
+
.fa.fa-hand-lizard-o:before {
|
1651
|
+
content: "\f258"; }
|
1652
|
+
|
1653
|
+
.fa.fa-hand-spock-o {
|
1654
|
+
font-family: 'Font Awesome 5 Free';
|
1655
|
+
font-weight: 400; }
|
1656
|
+
|
1657
|
+
.fa.fa-hand-spock-o:before {
|
1658
|
+
content: "\f259"; }
|
1659
|
+
|
1660
|
+
.fa.fa-hand-pointer-o {
|
1661
|
+
font-family: 'Font Awesome 5 Free';
|
1662
|
+
font-weight: 400; }
|
1663
|
+
|
1664
|
+
.fa.fa-hand-pointer-o:before {
|
1665
|
+
content: "\f25a"; }
|
1666
|
+
|
1667
|
+
.fa.fa-hand-peace-o {
|
1668
|
+
font-family: 'Font Awesome 5 Free';
|
1669
|
+
font-weight: 400; }
|
1670
|
+
|
1671
|
+
.fa.fa-hand-peace-o:before {
|
1672
|
+
content: "\f25b"; }
|
1673
|
+
|
1674
|
+
.fa.fa-registered {
|
1675
|
+
font-family: 'Font Awesome 5 Free';
|
1676
|
+
font-weight: 400; }
|
1677
|
+
|
1678
|
+
.fa.fa-creative-commons {
|
1679
|
+
font-family: 'Font Awesome 5 Brands';
|
1680
|
+
font-weight: 400; }
|
1681
|
+
|
1682
|
+
.fa.fa-gg {
|
1683
|
+
font-family: 'Font Awesome 5 Brands';
|
1684
|
+
font-weight: 400; }
|
1685
|
+
|
1686
|
+
.fa.fa-gg-circle {
|
1687
|
+
font-family: 'Font Awesome 5 Brands';
|
1688
|
+
font-weight: 400; }
|
1689
|
+
|
1690
|
+
.fa.fa-tripadvisor {
|
1691
|
+
font-family: 'Font Awesome 5 Brands';
|
1692
|
+
font-weight: 400; }
|
1693
|
+
|
1694
|
+
.fa.fa-odnoklassniki {
|
1695
|
+
font-family: 'Font Awesome 5 Brands';
|
1696
|
+
font-weight: 400; }
|
1697
|
+
|
1698
|
+
.fa.fa-odnoklassniki-square {
|
1699
|
+
font-family: 'Font Awesome 5 Brands';
|
1700
|
+
font-weight: 400; }
|
1701
|
+
|
1702
|
+
.fa.fa-get-pocket {
|
1703
|
+
font-family: 'Font Awesome 5 Brands';
|
1704
|
+
font-weight: 400; }
|
1705
|
+
|
1706
|
+
.fa.fa-wikipedia-w {
|
1707
|
+
font-family: 'Font Awesome 5 Brands';
|
1708
|
+
font-weight: 400; }
|
1709
|
+
|
1710
|
+
.fa.fa-safari {
|
1711
|
+
font-family: 'Font Awesome 5 Brands';
|
1712
|
+
font-weight: 400; }
|
1713
|
+
|
1714
|
+
.fa.fa-chrome {
|
1715
|
+
font-family: 'Font Awesome 5 Brands';
|
1716
|
+
font-weight: 400; }
|
1717
|
+
|
1718
|
+
.fa.fa-firefox {
|
1719
|
+
font-family: 'Font Awesome 5 Brands';
|
1720
|
+
font-weight: 400; }
|
1721
|
+
|
1722
|
+
.fa.fa-opera {
|
1723
|
+
font-family: 'Font Awesome 5 Brands';
|
1724
|
+
font-weight: 400; }
|
1725
|
+
|
1726
|
+
.fa.fa-internet-explorer {
|
1727
|
+
font-family: 'Font Awesome 5 Brands';
|
1728
|
+
font-weight: 400; }
|
1729
|
+
|
1730
|
+
.fa.fa-television:before {
|
1731
|
+
content: "\f26c"; }
|
1732
|
+
|
1733
|
+
.fa.fa-contao {
|
1734
|
+
font-family: 'Font Awesome 5 Brands';
|
1735
|
+
font-weight: 400; }
|
1736
|
+
|
1737
|
+
.fa.fa-500px {
|
1738
|
+
font-family: 'Font Awesome 5 Brands';
|
1739
|
+
font-weight: 400; }
|
1740
|
+
|
1741
|
+
.fa.fa-amazon {
|
1742
|
+
font-family: 'Font Awesome 5 Brands';
|
1743
|
+
font-weight: 400; }
|
1744
|
+
|
1745
|
+
.fa.fa-calendar-plus-o {
|
1746
|
+
font-family: 'Font Awesome 5 Free';
|
1747
|
+
font-weight: 400; }
|
1748
|
+
|
1749
|
+
.fa.fa-calendar-plus-o:before {
|
1750
|
+
content: "\f271"; }
|
1751
|
+
|
1752
|
+
.fa.fa-calendar-minus-o {
|
1753
|
+
font-family: 'Font Awesome 5 Free';
|
1754
|
+
font-weight: 400; }
|
1755
|
+
|
1756
|
+
.fa.fa-calendar-minus-o:before {
|
1757
|
+
content: "\f272"; }
|
1758
|
+
|
1759
|
+
.fa.fa-calendar-times-o {
|
1760
|
+
font-family: 'Font Awesome 5 Free';
|
1761
|
+
font-weight: 400; }
|
1762
|
+
|
1763
|
+
.fa.fa-calendar-times-o:before {
|
1764
|
+
content: "\f273"; }
|
1765
|
+
|
1766
|
+
.fa.fa-calendar-check-o {
|
1767
|
+
font-family: 'Font Awesome 5 Free';
|
1768
|
+
font-weight: 400; }
|
1769
|
+
|
1770
|
+
.fa.fa-calendar-check-o:before {
|
1771
|
+
content: "\f274"; }
|
1772
|
+
|
1773
|
+
.fa.fa-map-o {
|
1774
|
+
font-family: 'Font Awesome 5 Free';
|
1775
|
+
font-weight: 400; }
|
1776
|
+
|
1777
|
+
.fa.fa-map-o:before {
|
1778
|
+
content: "\f279"; }
|
1779
|
+
|
1780
|
+
.fa.fa-commenting:before {
|
1781
|
+
content: "\f4ad"; }
|
1782
|
+
|
1783
|
+
.fa.fa-commenting-o {
|
1784
|
+
font-family: 'Font Awesome 5 Free';
|
1785
|
+
font-weight: 400; }
|
1786
|
+
|
1787
|
+
.fa.fa-commenting-o:before {
|
1788
|
+
content: "\f4ad"; }
|
1789
|
+
|
1790
|
+
.fa.fa-houzz {
|
1791
|
+
font-family: 'Font Awesome 5 Brands';
|
1792
|
+
font-weight: 400; }
|
1793
|
+
|
1794
|
+
.fa.fa-vimeo {
|
1795
|
+
font-family: 'Font Awesome 5 Brands';
|
1796
|
+
font-weight: 400; }
|
1797
|
+
|
1798
|
+
.fa.fa-vimeo:before {
|
1799
|
+
content: "\f27d"; }
|
1800
|
+
|
1801
|
+
.fa.fa-black-tie {
|
1802
|
+
font-family: 'Font Awesome 5 Brands';
|
1803
|
+
font-weight: 400; }
|
1804
|
+
|
1805
|
+
.fa.fa-fonticons {
|
1806
|
+
font-family: 'Font Awesome 5 Brands';
|
1807
|
+
font-weight: 400; }
|
1808
|
+
|
1809
|
+
.fa.fa-reddit-alien {
|
1810
|
+
font-family: 'Font Awesome 5 Brands';
|
1811
|
+
font-weight: 400; }
|
1812
|
+
|
1813
|
+
.fa.fa-edge {
|
1814
|
+
font-family: 'Font Awesome 5 Brands';
|
1815
|
+
font-weight: 400; }
|
1816
|
+
|
1817
|
+
.fa.fa-credit-card-alt:before {
|
1818
|
+
content: "\f09d"; }
|
1819
|
+
|
1820
|
+
.fa.fa-codiepie {
|
1821
|
+
font-family: 'Font Awesome 5 Brands';
|
1822
|
+
font-weight: 400; }
|
1823
|
+
|
1824
|
+
.fa.fa-modx {
|
1825
|
+
font-family: 'Font Awesome 5 Brands';
|
1826
|
+
font-weight: 400; }
|
1827
|
+
|
1828
|
+
.fa.fa-fort-awesome {
|
1829
|
+
font-family: 'Font Awesome 5 Brands';
|
1830
|
+
font-weight: 400; }
|
1831
|
+
|
1832
|
+
.fa.fa-usb {
|
1833
|
+
font-family: 'Font Awesome 5 Brands';
|
1834
|
+
font-weight: 400; }
|
1835
|
+
|
1836
|
+
.fa.fa-product-hunt {
|
1837
|
+
font-family: 'Font Awesome 5 Brands';
|
1838
|
+
font-weight: 400; }
|
1839
|
+
|
1840
|
+
.fa.fa-mixcloud {
|
1841
|
+
font-family: 'Font Awesome 5 Brands';
|
1842
|
+
font-weight: 400; }
|
1843
|
+
|
1844
|
+
.fa.fa-scribd {
|
1845
|
+
font-family: 'Font Awesome 5 Brands';
|
1846
|
+
font-weight: 400; }
|
1847
|
+
|
1848
|
+
.fa.fa-pause-circle-o {
|
1849
|
+
font-family: 'Font Awesome 5 Free';
|
1850
|
+
font-weight: 400; }
|
1851
|
+
|
1852
|
+
.fa.fa-pause-circle-o:before {
|
1853
|
+
content: "\f28b"; }
|
1854
|
+
|
1855
|
+
.fa.fa-stop-circle-o {
|
1856
|
+
font-family: 'Font Awesome 5 Free';
|
1857
|
+
font-weight: 400; }
|
1858
|
+
|
1859
|
+
.fa.fa-stop-circle-o:before {
|
1860
|
+
content: "\f28d"; }
|
1861
|
+
|
1862
|
+
.fa.fa-bluetooth {
|
1863
|
+
font-family: 'Font Awesome 5 Brands';
|
1864
|
+
font-weight: 400; }
|
1865
|
+
|
1866
|
+
.fa.fa-bluetooth-b {
|
1867
|
+
font-family: 'Font Awesome 5 Brands';
|
1868
|
+
font-weight: 400; }
|
1869
|
+
|
1870
|
+
.fa.fa-gitlab {
|
1871
|
+
font-family: 'Font Awesome 5 Brands';
|
1872
|
+
font-weight: 400; }
|
1873
|
+
|
1874
|
+
.fa.fa-wpbeginner {
|
1875
|
+
font-family: 'Font Awesome 5 Brands';
|
1876
|
+
font-weight: 400; }
|
1877
|
+
|
1878
|
+
.fa.fa-wpforms {
|
1879
|
+
font-family: 'Font Awesome 5 Brands';
|
1880
|
+
font-weight: 400; }
|
1881
|
+
|
1882
|
+
.fa.fa-envira {
|
1883
|
+
font-family: 'Font Awesome 5 Brands';
|
1884
|
+
font-weight: 400; }
|
1885
|
+
|
1886
|
+
.fa.fa-wheelchair-alt {
|
1887
|
+
font-family: 'Font Awesome 5 Brands';
|
1888
|
+
font-weight: 400; }
|
1889
|
+
|
1890
|
+
.fa.fa-wheelchair-alt:before {
|
1891
|
+
content: "\f368"; }
|
1892
|
+
|
1893
|
+
.fa.fa-question-circle-o {
|
1894
|
+
font-family: 'Font Awesome 5 Free';
|
1895
|
+
font-weight: 400; }
|
1896
|
+
|
1897
|
+
.fa.fa-question-circle-o:before {
|
1898
|
+
content: "\f059"; }
|
1899
|
+
|
1900
|
+
.fa.fa-volume-control-phone:before {
|
1901
|
+
content: "\f2a0"; }
|
1902
|
+
|
1903
|
+
.fa.fa-asl-interpreting:before {
|
1904
|
+
content: "\f2a3"; }
|
1905
|
+
|
1906
|
+
.fa.fa-deafness:before {
|
1907
|
+
content: "\f2a4"; }
|
1908
|
+
|
1909
|
+
.fa.fa-hard-of-hearing:before {
|
1910
|
+
content: "\f2a4"; }
|
1911
|
+
|
1912
|
+
.fa.fa-glide {
|
1913
|
+
font-family: 'Font Awesome 5 Brands';
|
1914
|
+
font-weight: 400; }
|
1915
|
+
|
1916
|
+
.fa.fa-glide-g {
|
1917
|
+
font-family: 'Font Awesome 5 Brands';
|
1918
|
+
font-weight: 400; }
|
1919
|
+
|
1920
|
+
.fa.fa-signing:before {
|
1921
|
+
content: "\f2a7"; }
|
1922
|
+
|
1923
|
+
.fa.fa-viadeo {
|
1924
|
+
font-family: 'Font Awesome 5 Brands';
|
1925
|
+
font-weight: 400; }
|
1926
|
+
|
1927
|
+
.fa.fa-viadeo-square {
|
1928
|
+
font-family: 'Font Awesome 5 Brands';
|
1929
|
+
font-weight: 400; }
|
1930
|
+
|
1931
|
+
.fa.fa-snapchat {
|
1932
|
+
font-family: 'Font Awesome 5 Brands';
|
1933
|
+
font-weight: 400; }
|
1934
|
+
|
1935
|
+
.fa.fa-snapchat-ghost {
|
1936
|
+
font-family: 'Font Awesome 5 Brands';
|
1937
|
+
font-weight: 400; }
|
1938
|
+
|
1939
|
+
.fa.fa-snapchat-square {
|
1940
|
+
font-family: 'Font Awesome 5 Brands';
|
1941
|
+
font-weight: 400; }
|
1942
|
+
|
1943
|
+
.fa.fa-pied-piper {
|
1944
|
+
font-family: 'Font Awesome 5 Brands';
|
1945
|
+
font-weight: 400; }
|
1946
|
+
|
1947
|
+
.fa.fa-first-order {
|
1948
|
+
font-family: 'Font Awesome 5 Brands';
|
1949
|
+
font-weight: 400; }
|
1950
|
+
|
1951
|
+
.fa.fa-yoast {
|
1952
|
+
font-family: 'Font Awesome 5 Brands';
|
1953
|
+
font-weight: 400; }
|
1954
|
+
|
1955
|
+
.fa.fa-themeisle {
|
1956
|
+
font-family: 'Font Awesome 5 Brands';
|
1957
|
+
font-weight: 400; }
|
1958
|
+
|
1959
|
+
.fa.fa-google-plus-official {
|
1960
|
+
font-family: 'Font Awesome 5 Brands';
|
1961
|
+
font-weight: 400; }
|
1962
|
+
|
1963
|
+
.fa.fa-google-plus-official:before {
|
1964
|
+
content: "\f2b3"; }
|
1965
|
+
|
1966
|
+
.fa.fa-google-plus-circle {
|
1967
|
+
font-family: 'Font Awesome 5 Brands';
|
1968
|
+
font-weight: 400; }
|
1969
|
+
|
1970
|
+
.fa.fa-google-plus-circle:before {
|
1971
|
+
content: "\f2b3"; }
|
1972
|
+
|
1973
|
+
.fa.fa-font-awesome {
|
1974
|
+
font-family: 'Font Awesome 5 Brands';
|
1975
|
+
font-weight: 400; }
|
1976
|
+
|
1977
|
+
.fa.fa-fa {
|
1978
|
+
font-family: 'Font Awesome 5 Brands';
|
1979
|
+
font-weight: 400; }
|
1980
|
+
|
1981
|
+
.fa.fa-fa:before {
|
1982
|
+
content: "\f2b4"; }
|
1983
|
+
|
1984
|
+
.fa.fa-handshake-o {
|
1985
|
+
font-family: 'Font Awesome 5 Free';
|
1986
|
+
font-weight: 400; }
|
1987
|
+
|
1988
|
+
.fa.fa-handshake-o:before {
|
1989
|
+
content: "\f2b5"; }
|
1990
|
+
|
1991
|
+
.fa.fa-envelope-open-o {
|
1992
|
+
font-family: 'Font Awesome 5 Free';
|
1993
|
+
font-weight: 400; }
|
1994
|
+
|
1995
|
+
.fa.fa-envelope-open-o:before {
|
1996
|
+
content: "\f2b6"; }
|
1997
|
+
|
1998
|
+
.fa.fa-linode {
|
1999
|
+
font-family: 'Font Awesome 5 Brands';
|
2000
|
+
font-weight: 400; }
|
2001
|
+
|
2002
|
+
.fa.fa-address-book-o {
|
2003
|
+
font-family: 'Font Awesome 5 Free';
|
2004
|
+
font-weight: 400; }
|
2005
|
+
|
2006
|
+
.fa.fa-address-book-o:before {
|
2007
|
+
content: "\f2b9"; }
|
2008
|
+
|
2009
|
+
.fa.fa-vcard:before {
|
2010
|
+
content: "\f2bb"; }
|
2011
|
+
|
2012
|
+
.fa.fa-address-card-o {
|
2013
|
+
font-family: 'Font Awesome 5 Free';
|
2014
|
+
font-weight: 400; }
|
2015
|
+
|
2016
|
+
.fa.fa-address-card-o:before {
|
2017
|
+
content: "\f2bb"; }
|
2018
|
+
|
2019
|
+
.fa.fa-vcard-o {
|
2020
|
+
font-family: 'Font Awesome 5 Free';
|
2021
|
+
font-weight: 400; }
|
2022
|
+
|
2023
|
+
.fa.fa-vcard-o:before {
|
2024
|
+
content: "\f2bb"; }
|
2025
|
+
|
2026
|
+
.fa.fa-user-circle-o {
|
2027
|
+
font-family: 'Font Awesome 5 Free';
|
2028
|
+
font-weight: 400; }
|
2029
|
+
|
2030
|
+
.fa.fa-user-circle-o:before {
|
2031
|
+
content: "\f2bd"; }
|
2032
|
+
|
2033
|
+
.fa.fa-user-o {
|
2034
|
+
font-family: 'Font Awesome 5 Free';
|
2035
|
+
font-weight: 400; }
|
2036
|
+
|
2037
|
+
.fa.fa-user-o:before {
|
2038
|
+
content: "\f007"; }
|
2039
|
+
|
2040
|
+
.fa.fa-id-badge {
|
2041
|
+
font-family: 'Font Awesome 5 Free';
|
2042
|
+
font-weight: 400; }
|
2043
|
+
|
2044
|
+
.fa.fa-drivers-license:before {
|
2045
|
+
content: "\f2c2"; }
|
2046
|
+
|
2047
|
+
.fa.fa-id-card-o {
|
2048
|
+
font-family: 'Font Awesome 5 Free';
|
2049
|
+
font-weight: 400; }
|
2050
|
+
|
2051
|
+
.fa.fa-id-card-o:before {
|
2052
|
+
content: "\f2c2"; }
|
2053
|
+
|
2054
|
+
.fa.fa-drivers-license-o {
|
2055
|
+
font-family: 'Font Awesome 5 Free';
|
2056
|
+
font-weight: 400; }
|
2057
|
+
|
2058
|
+
.fa.fa-drivers-license-o:before {
|
2059
|
+
content: "\f2c2"; }
|
2060
|
+
|
2061
|
+
.fa.fa-quora {
|
2062
|
+
font-family: 'Font Awesome 5 Brands';
|
2063
|
+
font-weight: 400; }
|
2064
|
+
|
2065
|
+
.fa.fa-free-code-camp {
|
2066
|
+
font-family: 'Font Awesome 5 Brands';
|
2067
|
+
font-weight: 400; }
|
2068
|
+
|
2069
|
+
.fa.fa-telegram {
|
2070
|
+
font-family: 'Font Awesome 5 Brands';
|
2071
|
+
font-weight: 400; }
|
2072
|
+
|
2073
|
+
.fa.fa-thermometer-4:before {
|
2074
|
+
content: "\f2c7"; }
|
2075
|
+
|
2076
|
+
.fa.fa-thermometer:before {
|
2077
|
+
content: "\f2c7"; }
|
2078
|
+
|
2079
|
+
.fa.fa-thermometer-3:before {
|
2080
|
+
content: "\f2c8"; }
|
2081
|
+
|
2082
|
+
.fa.fa-thermometer-2:before {
|
2083
|
+
content: "\f2c9"; }
|
2084
|
+
|
2085
|
+
.fa.fa-thermometer-1:before {
|
2086
|
+
content: "\f2ca"; }
|
2087
|
+
|
2088
|
+
.fa.fa-thermometer-0:before {
|
2089
|
+
content: "\f2cb"; }
|
2090
|
+
|
2091
|
+
.fa.fa-bathtub:before {
|
2092
|
+
content: "\f2cd"; }
|
2093
|
+
|
2094
|
+
.fa.fa-s15:before {
|
2095
|
+
content: "\f2cd"; }
|
2096
|
+
|
2097
|
+
.fa.fa-window-maximize {
|
2098
|
+
font-family: 'Font Awesome 5 Free';
|
2099
|
+
font-weight: 400; }
|
2100
|
+
|
2101
|
+
.fa.fa-window-restore {
|
2102
|
+
font-family: 'Font Awesome 5 Free';
|
2103
|
+
font-weight: 400; }
|
2104
|
+
|
2105
|
+
.fa.fa-times-rectangle:before {
|
2106
|
+
content: "\f410"; }
|
2107
|
+
|
2108
|
+
.fa.fa-window-close-o {
|
2109
|
+
font-family: 'Font Awesome 5 Free';
|
2110
|
+
font-weight: 400; }
|
2111
|
+
|
2112
|
+
.fa.fa-window-close-o:before {
|
2113
|
+
content: "\f410"; }
|
2114
|
+
|
2115
|
+
.fa.fa-times-rectangle-o {
|
2116
|
+
font-family: 'Font Awesome 5 Free';
|
2117
|
+
font-weight: 400; }
|
2118
|
+
|
2119
|
+
.fa.fa-times-rectangle-o:before {
|
2120
|
+
content: "\f410"; }
|
2121
|
+
|
2122
|
+
.fa.fa-bandcamp {
|
2123
|
+
font-family: 'Font Awesome 5 Brands';
|
2124
|
+
font-weight: 400; }
|
2125
|
+
|
2126
|
+
.fa.fa-grav {
|
2127
|
+
font-family: 'Font Awesome 5 Brands';
|
2128
|
+
font-weight: 400; }
|
2129
|
+
|
2130
|
+
.fa.fa-etsy {
|
2131
|
+
font-family: 'Font Awesome 5 Brands';
|
2132
|
+
font-weight: 400; }
|
2133
|
+
|
2134
|
+
.fa.fa-imdb {
|
2135
|
+
font-family: 'Font Awesome 5 Brands';
|
2136
|
+
font-weight: 400; }
|
2137
|
+
|
2138
|
+
.fa.fa-ravelry {
|
2139
|
+
font-family: 'Font Awesome 5 Brands';
|
2140
|
+
font-weight: 400; }
|
2141
|
+
|
2142
|
+
.fa.fa-eercast {
|
2143
|
+
font-family: 'Font Awesome 5 Brands';
|
2144
|
+
font-weight: 400; }
|
2145
|
+
|
2146
|
+
.fa.fa-eercast:before {
|
2147
|
+
content: "\f2da"; }
|
2148
|
+
|
2149
|
+
.fa.fa-snowflake-o {
|
2150
|
+
font-family: 'Font Awesome 5 Free';
|
2151
|
+
font-weight: 400; }
|
2152
|
+
|
2153
|
+
.fa.fa-snowflake-o:before {
|
2154
|
+
content: "\f2dc"; }
|
2155
|
+
|
2156
|
+
.fa.fa-superpowers {
|
2157
|
+
font-family: 'Font Awesome 5 Brands';
|
2158
|
+
font-weight: 400; }
|
2159
|
+
|
2160
|
+
.fa.fa-wpexplorer {
|
2161
|
+
font-family: 'Font Awesome 5 Brands';
|
2162
|
+
font-weight: 400; }
|
2163
|
+
|
2164
|
+
.fa.fa-spotify {
|
2165
|
+
font-family: 'Font Awesome 5 Brands';
|
2166
|
+
font-weight: 400; }
|