From 13bcf9fb5a04373de0afdbaf91be8629e3e13e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Wed, 26 Sep 2018 17:52:54 +0200 Subject: [PATCH] Downgrade font-awesome to 4.7 (#1504) --- lemonldap-ng-portal/bower.json | 2 +- .../bwr/font-awesome/css/font-awesome.css | 2337 ++++++++++ .../bwr/font-awesome/css/font-awesome.css.map | 7 + .../bwr/font-awesome/css/font-awesome.min.css | 4 + .../bwr/font-awesome/dist/css/brands.css | 13 - .../bwr/font-awesome/dist/css/brands.min.css | 5 - .../font-awesome/dist/css/fontawesome-all.css | 3809 ----------------- .../dist/css/fontawesome-all.min.css | 5 - .../bwr/font-awesome/dist/css/fontawesome.css | 3779 ---------------- .../font-awesome/dist/css/fontawesome.min.css | 5 - .../bwr/font-awesome/dist/css/regular.css | 14 - .../bwr/font-awesome/dist/css/regular.min.css | 5 - .../bwr/font-awesome/dist/css/solid.css | 15 - .../bwr/font-awesome/dist/css/solid.min.css | 5 - .../bwr/font-awesome/dist/css/v4-shims.css | 2170 ---------- .../font-awesome/dist/css/v4-shims.min.css | 5 - .../dist/webfonts/fa-brands-400.eot | Bin 118560 -> 0 bytes .../dist/webfonts/fa-brands-400.svg | 1158 ----- .../dist/webfonts/fa-brands-400.ttf | Bin 118324 -> 0 bytes .../dist/webfonts/fa-brands-400.woff | Bin 76344 -> 0 bytes .../dist/webfonts/fa-brands-400.woff2 | Bin 65316 -> 0 bytes .../dist/webfonts/fa-regular-400.eot | Bin 40576 -> 0 bytes .../dist/webfonts/fa-regular-400.svg | 471 -- .../dist/webfonts/fa-regular-400.ttf | Bin 40348 -> 0 bytes .../dist/webfonts/fa-regular-400.woff | Bin 18168 -> 0 bytes .../dist/webfonts/fa-regular-400.woff2 | Bin 14880 -> 0 bytes .../dist/webfonts/fa-solid-900.eot | Bin 180720 -> 0 bytes .../dist/webfonts/fa-solid-900.svg | 2448 ----------- .../dist/webfonts/fa-solid-900.ttf | Bin 180500 -> 0 bytes .../dist/webfonts/fa-solid-900.woff | Bin 86876 -> 0 bytes .../dist/webfonts/fa-solid-900.woff2 | Bin 67420 -> 0 bytes .../bwr/font-awesome/fonts/FontAwesome.otf | Bin 0 -> 134808 bytes .../fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes .../fonts/fontawesome-webfont.svg | 2671 ++++++++++++ .../fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes .../fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes .../fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes 37 files changed, 5020 insertions(+), 13908 deletions(-) create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css.map create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.min.css delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.eot delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.svg delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.ttf delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.woff delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.woff2 delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-regular-400.eot delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-regular-400.svg delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-regular-400.ttf delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-regular-400.woff delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-regular-400.woff2 delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-solid-900.eot delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-solid-900.svg delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-solid-900.ttf delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-solid-900.woff delete mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-solid-900.woff2 create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/fonts/FontAwesome.otf create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.eot create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.svg create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.ttf create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.woff create mode 100644 lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/lemonldap-ng-portal/bower.json b/lemonldap-ng-portal/bower.json index 514623c98..ed4d73b86 100644 --- a/lemonldap-ng-portal/bower.json +++ b/lemonldap-ng-portal/bower.json @@ -9,7 +9,7 @@ "bootstrap": "4.x", "crypto-js": "x", "fingerprintjs2": "x", - "font-awesome": "x", + "font-awesome": "4.x", "jquery": "2.x", "jquery-ui": "x", "jquery.cookie": "x", diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css new file mode 100644 index 000000000..ee906a819 --- /dev/null +++ b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css @@ -0,0 +1,2337 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eeeeee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #ffffff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css.map b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css.map new file mode 100644 index 000000000..60763a864 --- /dev/null +++ b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.css.map @@ -0,0 +1,7 @@ +{ +"version": 3, +"mappings": "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", +"sources": ["../scss/_path.scss","../scss/_core.scss","../scss/_larger.scss","../scss/_fixed-width.scss","../scss/_list.scss","../scss/_variables.scss","../scss/_bordered-pulled.scss","../scss/_animated.scss","../scss/_rotated-flipped.scss","../scss/_mixins.scss","../scss/_stacked.scss","../scss/_icons.scss"], +"names": [], +"file": "font-awesome.css" +} diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.min.css new file mode 100644 index 000000000..540440ce8 --- /dev/null +++ b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.css deleted file mode 100644 index 8e2f36f93..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.css +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face { - font-family: 'Font Awesome 5 Brands'; - font-style: normal; - font-weight: normal; - src: url("../webfonts/fa-brands-400.eot"); - src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } - -.fab { - font-family: 'Font Awesome 5 Brands'; } diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.min.css deleted file mode 100644 index 8a828a73c..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/brands.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"} \ No newline at end of file diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.css deleted file mode 100644 index 4207a4c3b..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.css +++ /dev/null @@ -1,3809 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa, -.fas, -.far, -.fal, -.fab { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - line-height: 1; } - -.fa-lg { - font-size: 1.33333em; - line-height: 0.75em; - vertical-align: -.0667em; } - -.fa-xs { - font-size: .75em; } - -.fa-sm { - font-size: .875em; } - -.fa-1x { - font-size: 1em; } - -.fa-2x { - font-size: 2em; } - -.fa-3x { - font-size: 3em; } - -.fa-4x { - font-size: 4em; } - -.fa-5x { - font-size: 5em; } - -.fa-6x { - font-size: 6em; } - -.fa-7x { - font-size: 7em; } - -.fa-8x { - font-size: 8em; } - -.fa-9x { - font-size: 9em; } - -.fa-10x { - font-size: 10em; } - -.fa-fw { - text-align: center; - width: 1.25em; } - -.fa-ul { - list-style-type: none; - margin-left: 2.5em; - padding-left: 0; } - .fa-ul > li { - position: relative; } - -.fa-li { - left: -2em; - position: absolute; - text-align: center; - width: 2em; - line-height: inherit; } - -.fa-border { - border: solid 0.08em #eee; - border-radius: .1em; - padding: .2em .25em .15em; } - -.fa-pull-left { - float: left; } - -.fa-pull-right { - float: right; } - -.fa.fa-pull-left, -.fas.fa-pull-left, -.far.fa-pull-left, -.fal.fa-pull-left, -.fab.fa-pull-left { - margin-right: .3em; } - -.fa.fa-pull-right, -.fas.fa-pull-right, -.far.fa-pull-right, -.fal.fa-pull-right, -.fab.fa-pull-right { - margin-left: .3em; } - -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; } - -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } - -.fa-flip-horizontal.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } - -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - -webkit-filter: none; - filter: none; } - -.fa-stack { - display: inline-block; - height: 2em; - line-height: 2em; - position: relative; - vertical-align: middle; - width: 2em; } - -.fa-stack-1x, -.fa-stack-2x { - left: 0; - position: absolute; - text-align: center; - width: 100%; } - -.fa-stack-1x { - line-height: inherit; } - -.fa-stack-2x { - font-size: 2em; } - -.fa-inverse { - color: #fff; } - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen -readers do not read off random characters that represent icons */ -.fa-500px:before { - content: "\f26e"; } - -.fa-accessible-icon:before { - content: "\f368"; } - -.fa-accusoft:before { - content: "\f369"; } - -.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-adversal:before { - content: "\f36a"; } - -.fa-affiliatetheme:before { - content: "\f36b"; } - -.fa-air-freshener:before { - content: "\f5d0"; } - -.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-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-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-backspace:before { - content: "\f55a"; } - -.fa-backward:before { - content: "\f04a"; } - -.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-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-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-blind:before { - content: "\f29d"; } - -.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-open:before { - content: "\f518"; } - -.fa-book-reader:before { - content: "\f5da"; } - -.fa-bookmark:before { - content: "\f02e"; } - -.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-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-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-minus:before { - content: "\f272"; } - -.fa-calendar-plus:before { - content: "\f271"; } - -.fa-calendar-times:before { - content: "\f273"; } - -.fa-camera:before { - content: "\f030"; } - -.fa-camera-retro:before { - content: "\f083"; } - -.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-cart-arrow-down:before { - content: "\f218"; } - -.fa-cart-plus:before { - content: "\f217"; } - -.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-certificate:before { - content: "\f0a3"; } - -.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-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-church:before { - content: "\f51d"; } - -.fa-circle:before { - content: "\f111"; } - -.fa-circle-notch:before { - content: "\f1ce"; } - -.fa-city:before { - content: "\f64f"; } - -.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-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-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-concierge-bell:before { - content: "\f562"; } - -.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-credit-card:before { - content: "\f09d"; } - -.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-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-dashcube:before { - content: "\f210"; } - -.fa-database:before { - content: "\f1c0"; } - -.fa-deaf:before { - content: "\f2a4"; } - -.fa-delicious:before { - content: "\f1a5"; } - -.fa-deploydog:before { - content: "\f38e"; } - -.fa-deskpro:before { - content: "\f38f"; } - -.fa-desktop:before { - content: "\f108"; } - -.fa-deviantart:before { - content: "\f1bd"; } - -.fa-dharmachakra:before { - content: "\f655"; } - -.fa-diagnoses:before { - content: "\f470"; } - -.fa-dice:before { - content: "\f522"; } - -.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-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-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-drupal:before { - content: "\f1a9"; } - -.fa-dumbbell:before { - content: "\f44b"; } - -.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-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-etsy:before { - content: "\f2d7"; } - -.fa-euro-sign:before { - content: "\f153"; } - -.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-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-female:before { - content: "\f182"; } - -.fa-fighter-jet:before { - content: "\f0fb"; } - -.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-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-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-flag:before { - content: "\f024"; } - -.fa-flag-checkered:before { - content: "\f11e"; } - -.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-gift:before { - content: "\f06b"; } - -.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-martini:before { - content: "\f000"; } - -.fa-glass-martini-alt:before { - content: "\f57b"; } - -.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-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-vertical:before { - content: "\f58e"; } - -.fa-gripfire:before { - content: "\f3ac"; } - -.fa-grunt:before { - content: "\f3ad"; } - -.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-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-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-hashtag:before { - content: "\f292"; } - -.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-heartbeat:before { - content: "\f21e"; } - -.fa-helicopter:before { - content: "\f533"; } - -.fa-highlighter:before { - content: "\f591"; } - -.fa-hips:before { - content: "\f452"; } - -.fa-hire-a-helper:before { - content: "\f3b0"; } - -.fa-history:before { - content: "\f1da"; } - -.fa-hockey-puck:before { - content: "\f453"; } - -.fa-home:before { - content: "\f015"; } - -.fa-hooli:before { - content: "\f427"; } - -.fa-hornbill:before { - content: "\f592"; } - -.fa-hospital:before { - content: "\f0f8"; } - -.fa-hospital-alt:before { - content: "\f47d"; } - -.fa-hospital-symbol:before { - content: "\f47e"; } - -.fa-hot-tub:before { - content: "\f593"; } - -.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-houzz:before { - content: "\f27c"; } - -.fa-html5:before { - content: "\f13b"; } - -.fa-hubspot:before { - content: "\f3b2"; } - -.fa-i-cursor:before { - content: "\f246"; } - -.fa-id-badge:before { - content: "\f2c1"; } - -.fa-id-card:before { - content: "\f2c2"; } - -.fa-id-card-alt:before { - content: "\f47f"; } - -.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-internet-explorer:before { - content: "\f26b"; } - -.fa-ioxhost:before { - content: "\f208"; } - -.fa-italic:before { - content: "\f033"; } - -.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-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-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-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-menorah:before { - content: "\f676"; } - -.fa-mercury:before { - content: "\f223"; } - -.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-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-mouse-pointer:before { - content: "\f245"; } - -.fa-music:before { - content: "\f001"; } - -.fa-napster:before { - content: "\f3d2"; } - -.fa-neos:before { - content: "\f612"; } - -.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-outdent:before { - content: "\f03b"; } - -.fa-page4:before { - content: "\f3d7"; } - -.fa-pagelines:before { - content: "\f18c"; } - -.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-people-carry:before { - content: "\f4ce"; } - -.fa-percent:before { - content: "\f295"; } - -.fa-percentage:before { - content: "\f541"; } - -.fa-periscope:before { - content: "\f3da"; } - -.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-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-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-random:before { - content: "\f074"; } - -.fa-ravelry:before { - content: "\f2d9"; } - -.fa-react:before { - content: "\f41b"; } - -.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-redo:before { - content: "\f01e"; } - -.fa-redo-alt:before { - content: "\f2f9"; } - -.fa-registered:before { - content: "\f25d"; } - -.fa-rendact:before { - content: "\f3e4"; } - -.fa-renren:before { - content: "\f18b"; } - -.fa-reply:before { - content: "\f3e5"; } - -.fa-reply-all:before { - content: "\f122"; } - -.fa-replyd:before { - content: "\f3e6"; } - -.fa-researchgate:before { - content: "\f4f8"; } - -.fa-resolving:before { - content: "\f3e7"; } - -.fa-retweet:before { - content: "\f079"; } - -.fa-rev:before { - content: "\f5b2"; } - -.fa-ribbon:before { - content: "\f4d6"; } - -.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-rupee-sign:before { - content: "\f156"; } - -.fa-sad-cry:before { - content: "\f5b3"; } - -.fa-sad-tear:before { - content: "\f5b4"; } - -.fa-safari:before { - content: "\f267"; } - -.fa-sass:before { - content: "\f41e"; } - -.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-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-simplybuilt:before { - content: "\f215"; } - -.fa-sistrix:before { - content: "\f3ee"; } - -.fa-sitemap:before { - content: "\f0e8"; } - -.fa-sith:before { - content: "\f512"; } - -.fa-skull:before { - content: "\f54c"; } - -.fa-skyatlas:before { - content: "\f216"; } - -.fa-skype:before { - content: "\f17e"; } - -.fa-slack:before { - content: "\f198"; } - -.fa-slack-hash:before { - content: "\f3ef"; } - -.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-smoking:before { - content: "\f48d"; } - -.fa-smoking-ban:before { - content: "\f54d"; } - -.fa-snapchat:before { - content: "\f2ab"; } - -.fa-snapchat-ghost:before { - content: "\f2ac"; } - -.fa-snapchat-square:before { - content: "\f2ad"; } - -.fa-snowflake:before { - content: "\f2dc"; } - -.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-spa:before { - content: "\f5bb"; } - -.fa-space-shuttle:before { - content: "\f197"; } - -.fa-speakap:before { - content: "\f3f3"; } - -.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-swatchbook:before { - content: "\f5c3"; } - -.fa-swimmer:before { - content: "\f5c4"; } - -.fa-swimming-pool:before { - content: "\f5c5"; } - -.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-tencent-weibo:before { - content: "\f1d5"; } - -.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-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-toolbox:before { - content: "\f552"; } - -.fa-tooth:before { - content: "\f5c9"; } - -.fa-torah:before { - content: "\f6a0"; } - -.fa-torii-gate:before { - content: "\f6a1"; } - -.fa-trade-federation:before { - content: "\f513"; } - -.fa-trademark:before { - content: "\f25c"; } - -.fa-traffic-light:before { - content: "\f637"; } - -.fa-train:before { - content: "\f238"; } - -.fa-transgender:before { - content: "\f224"; } - -.fa-transgender-alt:before { - content: "\f225"; } - -.fa-trash:before { - content: "\f1f8"; } - -.fa-trash-alt:before { - content: "\f2ed"; } - -.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-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-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-lock:before { - content: "\f502"; } - -.fa-user-md:before { - content: "\f0f0"; } - -.fa-user-minus:before { - content: "\f503"; } - -.fa-user-ninja:before { - content: "\f504"; } - -.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-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-off:before { - content: "\f026"; } - -.fa-volume-up:before { - content: "\f028"; } - -.fa-vuejs:before { - content: "\f41f"; } - -.fa-walking:before { - content: "\f554"; } - -.fa-wallet:before { - content: "\f555"; } - -.fa-warehouse:before { - content: "\f494"; } - -.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-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-glass:before { - content: "\f4e3"; } - -.fa-wine-glass-alt:before { - content: "\f5ce"; } - -.fa-wix:before { - content: "\f5cf"; } - -.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-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-yandex:before { - content: "\f413"; } - -.fa-yandex-international:before { - content: "\f414"; } - -.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; } -@font-face { - font-family: 'Font Awesome 5 Brands'; - font-style: normal; - font-weight: normal; - src: url("../webfonts/fa-brands-400.eot"); - src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } - -.fab { - font-family: 'Font Awesome 5 Brands'; } -@font-face { - font-family: 'Font Awesome 5 Free'; - font-style: normal; - font-weight: 400; - src: url("../webfonts/fa-regular-400.eot"); - src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } - -.far { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } -@font-face { - font-family: 'Font Awesome 5 Free'; - font-style: normal; - font-weight: 900; - 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; } diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.min.css deleted file mode 100644 index 03c0a79f4..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome-all.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa,.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-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.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-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-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.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-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-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-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.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-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-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-blind:before{content:"\f29d"}.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-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.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-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-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-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.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-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.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-certificate:before{content:"\f0a3"}.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-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-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.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-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-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-concierge-bell:before{content:"\f562"}.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-credit-card:before{content:"\f09d"}.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-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-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.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-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-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-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.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-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-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.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-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-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.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-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-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-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.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-gift:before{content:"\f06b"}.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-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.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-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-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.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-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-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-hashtag:before{content:"\f292"}.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-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.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-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.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-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.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-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-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-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-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.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-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-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.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-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.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-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.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-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-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-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.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-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.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-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.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-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-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.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-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.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-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.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-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.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-tencent-weibo:before{content:"\f1d5"}.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-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-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.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-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-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-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.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-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-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.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-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-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.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-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-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.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}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;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-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;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,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.css deleted file mode 100644 index 2aea84e72..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.css +++ /dev/null @@ -1,3779 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa, -.fas, -.far, -.fal, -.fab { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - line-height: 1; } - -.fa-lg { - font-size: 1.33333em; - line-height: 0.75em; - vertical-align: -.0667em; } - -.fa-xs { - font-size: .75em; } - -.fa-sm { - font-size: .875em; } - -.fa-1x { - font-size: 1em; } - -.fa-2x { - font-size: 2em; } - -.fa-3x { - font-size: 3em; } - -.fa-4x { - font-size: 4em; } - -.fa-5x { - font-size: 5em; } - -.fa-6x { - font-size: 6em; } - -.fa-7x { - font-size: 7em; } - -.fa-8x { - font-size: 8em; } - -.fa-9x { - font-size: 9em; } - -.fa-10x { - font-size: 10em; } - -.fa-fw { - text-align: center; - width: 1.25em; } - -.fa-ul { - list-style-type: none; - margin-left: 2.5em; - padding-left: 0; } - .fa-ul > li { - position: relative; } - -.fa-li { - left: -2em; - position: absolute; - text-align: center; - width: 2em; - line-height: inherit; } - -.fa-border { - border: solid 0.08em #eee; - border-radius: .1em; - padding: .2em .25em .15em; } - -.fa-pull-left { - float: left; } - -.fa-pull-right { - float: right; } - -.fa.fa-pull-left, -.fas.fa-pull-left, -.far.fa-pull-left, -.fal.fa-pull-left, -.fab.fa-pull-left { - margin-right: .3em; } - -.fa.fa-pull-right, -.fas.fa-pull-right, -.far.fa-pull-right, -.fal.fa-pull-right, -.fab.fa-pull-right { - margin-left: .3em; } - -.fa-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; } - -.fa-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -.fa-rotate-90 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } - -.fa-flip-horizontal.fa-flip-vertical { - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } - -:root .fa-rotate-90, -:root .fa-rotate-180, -:root .fa-rotate-270, -:root .fa-flip-horizontal, -:root .fa-flip-vertical { - -webkit-filter: none; - filter: none; } - -.fa-stack { - display: inline-block; - height: 2em; - line-height: 2em; - position: relative; - vertical-align: middle; - width: 2em; } - -.fa-stack-1x, -.fa-stack-2x { - left: 0; - position: absolute; - text-align: center; - width: 100%; } - -.fa-stack-1x { - line-height: inherit; } - -.fa-stack-2x { - font-size: 2em; } - -.fa-inverse { - color: #fff; } - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen -readers do not read off random characters that represent icons */ -.fa-500px:before { - content: "\f26e"; } - -.fa-accessible-icon:before { - content: "\f368"; } - -.fa-accusoft:before { - content: "\f369"; } - -.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-adversal:before { - content: "\f36a"; } - -.fa-affiliatetheme:before { - content: "\f36b"; } - -.fa-air-freshener:before { - content: "\f5d0"; } - -.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-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-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-backspace:before { - content: "\f55a"; } - -.fa-backward:before { - content: "\f04a"; } - -.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-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-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-blind:before { - content: "\f29d"; } - -.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-open:before { - content: "\f518"; } - -.fa-book-reader:before { - content: "\f5da"; } - -.fa-bookmark:before { - content: "\f02e"; } - -.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-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-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-minus:before { - content: "\f272"; } - -.fa-calendar-plus:before { - content: "\f271"; } - -.fa-calendar-times:before { - content: "\f273"; } - -.fa-camera:before { - content: "\f030"; } - -.fa-camera-retro:before { - content: "\f083"; } - -.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-cart-arrow-down:before { - content: "\f218"; } - -.fa-cart-plus:before { - content: "\f217"; } - -.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-certificate:before { - content: "\f0a3"; } - -.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-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-church:before { - content: "\f51d"; } - -.fa-circle:before { - content: "\f111"; } - -.fa-circle-notch:before { - content: "\f1ce"; } - -.fa-city:before { - content: "\f64f"; } - -.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-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-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-concierge-bell:before { - content: "\f562"; } - -.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-credit-card:before { - content: "\f09d"; } - -.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-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-dashcube:before { - content: "\f210"; } - -.fa-database:before { - content: "\f1c0"; } - -.fa-deaf:before { - content: "\f2a4"; } - -.fa-delicious:before { - content: "\f1a5"; } - -.fa-deploydog:before { - content: "\f38e"; } - -.fa-deskpro:before { - content: "\f38f"; } - -.fa-desktop:before { - content: "\f108"; } - -.fa-deviantart:before { - content: "\f1bd"; } - -.fa-dharmachakra:before { - content: "\f655"; } - -.fa-diagnoses:before { - content: "\f470"; } - -.fa-dice:before { - content: "\f522"; } - -.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-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-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-drupal:before { - content: "\f1a9"; } - -.fa-dumbbell:before { - content: "\f44b"; } - -.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-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-etsy:before { - content: "\f2d7"; } - -.fa-euro-sign:before { - content: "\f153"; } - -.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-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-female:before { - content: "\f182"; } - -.fa-fighter-jet:before { - content: "\f0fb"; } - -.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-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-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-flag:before { - content: "\f024"; } - -.fa-flag-checkered:before { - content: "\f11e"; } - -.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-gift:before { - content: "\f06b"; } - -.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-martini:before { - content: "\f000"; } - -.fa-glass-martini-alt:before { - content: "\f57b"; } - -.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-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-vertical:before { - content: "\f58e"; } - -.fa-gripfire:before { - content: "\f3ac"; } - -.fa-grunt:before { - content: "\f3ad"; } - -.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-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-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-hashtag:before { - content: "\f292"; } - -.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-heartbeat:before { - content: "\f21e"; } - -.fa-helicopter:before { - content: "\f533"; } - -.fa-highlighter:before { - content: "\f591"; } - -.fa-hips:before { - content: "\f452"; } - -.fa-hire-a-helper:before { - content: "\f3b0"; } - -.fa-history:before { - content: "\f1da"; } - -.fa-hockey-puck:before { - content: "\f453"; } - -.fa-home:before { - content: "\f015"; } - -.fa-hooli:before { - content: "\f427"; } - -.fa-hornbill:before { - content: "\f592"; } - -.fa-hospital:before { - content: "\f0f8"; } - -.fa-hospital-alt:before { - content: "\f47d"; } - -.fa-hospital-symbol:before { - content: "\f47e"; } - -.fa-hot-tub:before { - content: "\f593"; } - -.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-houzz:before { - content: "\f27c"; } - -.fa-html5:before { - content: "\f13b"; } - -.fa-hubspot:before { - content: "\f3b2"; } - -.fa-i-cursor:before { - content: "\f246"; } - -.fa-id-badge:before { - content: "\f2c1"; } - -.fa-id-card:before { - content: "\f2c2"; } - -.fa-id-card-alt:before { - content: "\f47f"; } - -.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-internet-explorer:before { - content: "\f26b"; } - -.fa-ioxhost:before { - content: "\f208"; } - -.fa-italic:before { - content: "\f033"; } - -.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-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-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-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-menorah:before { - content: "\f676"; } - -.fa-mercury:before { - content: "\f223"; } - -.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-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-mouse-pointer:before { - content: "\f245"; } - -.fa-music:before { - content: "\f001"; } - -.fa-napster:before { - content: "\f3d2"; } - -.fa-neos:before { - content: "\f612"; } - -.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-outdent:before { - content: "\f03b"; } - -.fa-page4:before { - content: "\f3d7"; } - -.fa-pagelines:before { - content: "\f18c"; } - -.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-people-carry:before { - content: "\f4ce"; } - -.fa-percent:before { - content: "\f295"; } - -.fa-percentage:before { - content: "\f541"; } - -.fa-periscope:before { - content: "\f3da"; } - -.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-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-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-random:before { - content: "\f074"; } - -.fa-ravelry:before { - content: "\f2d9"; } - -.fa-react:before { - content: "\f41b"; } - -.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-redo:before { - content: "\f01e"; } - -.fa-redo-alt:before { - content: "\f2f9"; } - -.fa-registered:before { - content: "\f25d"; } - -.fa-rendact:before { - content: "\f3e4"; } - -.fa-renren:before { - content: "\f18b"; } - -.fa-reply:before { - content: "\f3e5"; } - -.fa-reply-all:before { - content: "\f122"; } - -.fa-replyd:before { - content: "\f3e6"; } - -.fa-researchgate:before { - content: "\f4f8"; } - -.fa-resolving:before { - content: "\f3e7"; } - -.fa-retweet:before { - content: "\f079"; } - -.fa-rev:before { - content: "\f5b2"; } - -.fa-ribbon:before { - content: "\f4d6"; } - -.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-rupee-sign:before { - content: "\f156"; } - -.fa-sad-cry:before { - content: "\f5b3"; } - -.fa-sad-tear:before { - content: "\f5b4"; } - -.fa-safari:before { - content: "\f267"; } - -.fa-sass:before { - content: "\f41e"; } - -.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-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-simplybuilt:before { - content: "\f215"; } - -.fa-sistrix:before { - content: "\f3ee"; } - -.fa-sitemap:before { - content: "\f0e8"; } - -.fa-sith:before { - content: "\f512"; } - -.fa-skull:before { - content: "\f54c"; } - -.fa-skyatlas:before { - content: "\f216"; } - -.fa-skype:before { - content: "\f17e"; } - -.fa-slack:before { - content: "\f198"; } - -.fa-slack-hash:before { - content: "\f3ef"; } - -.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-smoking:before { - content: "\f48d"; } - -.fa-smoking-ban:before { - content: "\f54d"; } - -.fa-snapchat:before { - content: "\f2ab"; } - -.fa-snapchat-ghost:before { - content: "\f2ac"; } - -.fa-snapchat-square:before { - content: "\f2ad"; } - -.fa-snowflake:before { - content: "\f2dc"; } - -.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-spa:before { - content: "\f5bb"; } - -.fa-space-shuttle:before { - content: "\f197"; } - -.fa-speakap:before { - content: "\f3f3"; } - -.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-swatchbook:before { - content: "\f5c3"; } - -.fa-swimmer:before { - content: "\f5c4"; } - -.fa-swimming-pool:before { - content: "\f5c5"; } - -.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-tencent-weibo:before { - content: "\f1d5"; } - -.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-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-toolbox:before { - content: "\f552"; } - -.fa-tooth:before { - content: "\f5c9"; } - -.fa-torah:before { - content: "\f6a0"; } - -.fa-torii-gate:before { - content: "\f6a1"; } - -.fa-trade-federation:before { - content: "\f513"; } - -.fa-trademark:before { - content: "\f25c"; } - -.fa-traffic-light:before { - content: "\f637"; } - -.fa-train:before { - content: "\f238"; } - -.fa-transgender:before { - content: "\f224"; } - -.fa-transgender-alt:before { - content: "\f225"; } - -.fa-trash:before { - content: "\f1f8"; } - -.fa-trash-alt:before { - content: "\f2ed"; } - -.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-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-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-lock:before { - content: "\f502"; } - -.fa-user-md:before { - content: "\f0f0"; } - -.fa-user-minus:before { - content: "\f503"; } - -.fa-user-ninja:before { - content: "\f504"; } - -.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-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-off:before { - content: "\f026"; } - -.fa-volume-up:before { - content: "\f028"; } - -.fa-vuejs:before { - content: "\f41f"; } - -.fa-walking:before { - content: "\f554"; } - -.fa-wallet:before { - content: "\f555"; } - -.fa-warehouse:before { - content: "\f494"; } - -.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-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-glass:before { - content: "\f4e3"; } - -.fa-wine-glass-alt:before { - content: "\f5ce"; } - -.fa-wix:before { - content: "\f5cf"; } - -.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-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-yandex:before { - content: "\f413"; } - -.fa-yandex-international:before { - content: "\f414"; } - -.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; } diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.min.css deleted file mode 100644 index 343943cfb..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/fontawesome.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa,.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-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.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-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-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.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-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-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-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.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-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-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-blind:before{content:"\f29d"}.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-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.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-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-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-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.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-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.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-certificate:before{content:"\f0a3"}.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-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-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.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-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-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-concierge-bell:before{content:"\f562"}.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-credit-card:before{content:"\f09d"}.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-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-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.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-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-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-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.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-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-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.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-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-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.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-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-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-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.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-gift:before{content:"\f06b"}.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-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.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-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-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.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-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-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-hashtag:before{content:"\f292"}.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-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.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-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.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-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.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-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-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-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-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.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-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-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.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-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.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-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.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-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-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-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.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-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.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-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.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-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-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.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-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.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-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.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-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.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-tencent-weibo:before{content:"\f1d5"}.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-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-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.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-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-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-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.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-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-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.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-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-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.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-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-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.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} \ No newline at end of file diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.css deleted file mode 100644 index 29406fbf3..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.css +++ /dev/null @@ -1,14 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face { - font-family: 'Font Awesome 5 Free'; - font-style: normal; - font-weight: 400; - 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; } diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.min.css deleted file mode 100644 index a08c55724..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/regular.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;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} \ No newline at end of file diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.css deleted file mode 100644 index 5ab392d39..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.css +++ /dev/null @@ -1,15 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face { - font-family: 'Font Awesome 5 Free'; - font-style: normal; - font-weight: 900; - 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; } diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.min.css deleted file mode 100644 index a389da771..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/solid.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;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} \ No newline at end of file diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.css deleted file mode 100644 index 6b237cd76..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.css +++ /dev/null @@ -1,2170 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa.fa-glass:before { - content: "\f000"; } - -.fa.fa-meetup { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-star-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-star-o:before { - content: "\f005"; } - -.fa.fa-remove:before { - content: "\f00d"; } - -.fa.fa-close:before { - content: "\f00d"; } - -.fa.fa-gear:before { - content: "\f013"; } - -.fa.fa-trash-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-trash-o:before { - content: "\f2ed"; } - -.fa.fa-file-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-o:before { - content: "\f15b"; } - -.fa.fa-clock-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-clock-o:before { - content: "\f017"; } - -.fa.fa-arrow-circle-o-down { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-down:before { - content: "\f358"; } - -.fa.fa-arrow-circle-o-up { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-up:before { - content: "\f35b"; } - -.fa.fa-play-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-play-circle-o:before { - content: "\f144"; } - -.fa.fa-repeat:before { - content: "\f01e"; } - -.fa.fa-rotate-right:before { - content: "\f01e"; } - -.fa.fa-refresh:before { - content: "\f021"; } - -.fa.fa-list-alt { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-dedent:before { - content: "\f03b"; } - -.fa.fa-video-camera:before { - content: "\f03d"; } - -.fa.fa-picture-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-picture-o:before { - content: "\f03e"; } - -.fa.fa-photo { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-photo:before { - content: "\f03e"; } - -.fa.fa-image { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-image:before { - content: "\f03e"; } - -.fa.fa-pencil:before { - content: "\f303"; } - -.fa.fa-map-marker:before { - content: "\f3c5"; } - -.fa.fa-pencil-square-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-pencil-square-o:before { - content: "\f044"; } - -.fa.fa-share-square-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-share-square-o:before { - content: "\f14d"; } - -.fa.fa-check-square-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-check-square-o:before { - content: "\f14a"; } - -.fa.fa-arrows:before { - content: "\f0b2"; } - -.fa.fa-times-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-times-circle-o:before { - content: "\f057"; } - -.fa.fa-check-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-check-circle-o:before { - content: "\f058"; } - -.fa.fa-mail-forward:before { - content: "\f064"; } - -.fa.fa-eye { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-eye-slash { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-warning:before { - content: "\f071"; } - -.fa.fa-calendar:before { - content: "\f073"; } - -.fa.fa-arrows-v:before { - content: "\f338"; } - -.fa.fa-arrows-h:before { - content: "\f337"; } - -.fa.fa-bar-chart { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-bar-chart:before { - content: "\f080"; } - -.fa.fa-bar-chart-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-bar-chart-o:before { - content: "\f080"; } - -.fa.fa-twitter-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-facebook-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gears:before { - content: "\f085"; } - -.fa.fa-thumbs-o-up { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-thumbs-o-up:before { - content: "\f164"; } - -.fa.fa-thumbs-o-down { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-thumbs-o-down:before { - content: "\f165"; } - -.fa.fa-heart-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-heart-o:before { - content: "\f004"; } - -.fa.fa-sign-out:before { - content: "\f2f5"; } - -.fa.fa-linkedin-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-linkedin-square:before { - content: "\f08c"; } - -.fa.fa-thumb-tack:before { - content: "\f08d"; } - -.fa.fa-external-link:before { - content: "\f35d"; } - -.fa.fa-sign-in:before { - content: "\f2f6"; } - -.fa.fa-github-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-lemon-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-lemon-o:before { - content: "\f094"; } - -.fa.fa-square-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-square-o:before { - content: "\f0c8"; } - -.fa.fa-bookmark-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-bookmark-o:before { - content: "\f02e"; } - -.fa.fa-twitter { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-facebook { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-facebook:before { - content: "\f39e"; } - -.fa.fa-facebook-f { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-facebook-f:before { - content: "\f39e"; } - -.fa.fa-github { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-credit-card { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-feed:before { - content: "\f09e"; } - -.fa.fa-hdd-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hdd-o:before { - content: "\f0a0"; } - -.fa.fa-hand-o-right { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-o-right:before { - content: "\f0a4"; } - -.fa.fa-hand-o-left { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-o-left:before { - content: "\f0a5"; } - -.fa.fa-hand-o-up { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-o-up:before { - content: "\f0a6"; } - -.fa.fa-hand-o-down { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-o-down:before { - content: "\f0a7"; } - -.fa.fa-arrows-alt:before { - content: "\f31e"; } - -.fa.fa-group:before { - content: "\f0c0"; } - -.fa.fa-chain:before { - content: "\f0c1"; } - -.fa.fa-scissors:before { - content: "\f0c4"; } - -.fa.fa-files-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-files-o:before { - content: "\f0c5"; } - -.fa.fa-floppy-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-floppy-o:before { - content: "\f0c7"; } - -.fa.fa-navicon:before { - content: "\f0c9"; } - -.fa.fa-reorder:before { - content: "\f0c9"; } - -.fa.fa-pinterest { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-pinterest-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-plus { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-plus:before { - content: "\f0d5"; } - -.fa.fa-money { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-money:before { - content: "\f3d1"; } - -.fa.fa-unsorted:before { - content: "\f0dc"; } - -.fa.fa-sort-desc:before { - content: "\f0dd"; } - -.fa.fa-sort-asc:before { - content: "\f0de"; } - -.fa.fa-linkedin { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-linkedin:before { - content: "\f0e1"; } - -.fa.fa-rotate-left:before { - content: "\f0e2"; } - -.fa.fa-legal:before { - content: "\f0e3"; } - -.fa.fa-tachometer:before { - content: "\f3fd"; } - -.fa.fa-dashboard:before { - content: "\f3fd"; } - -.fa.fa-comment-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-comment-o:before { - content: "\f075"; } - -.fa.fa-comments-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-comments-o:before { - content: "\f086"; } - -.fa.fa-flash:before { - content: "\f0e7"; } - -.fa.fa-clipboard { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-paste { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-paste:before { - content: "\f328"; } - -.fa.fa-lightbulb-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-lightbulb-o:before { - content: "\f0eb"; } - -.fa.fa-exchange:before { - content: "\f362"; } - -.fa.fa-cloud-download:before { - content: "\f381"; } - -.fa.fa-cloud-upload:before { - content: "\f382"; } - -.fa.fa-bell-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-bell-o:before { - content: "\f0f3"; } - -.fa.fa-cutlery:before { - content: "\f2e7"; } - -.fa.fa-file-text-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-text-o:before { - content: "\f15c"; } - -.fa.fa-building-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-building-o:before { - content: "\f1ad"; } - -.fa.fa-hospital-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hospital-o:before { - content: "\f0f8"; } - -.fa.fa-tablet:before { - content: "\f3fa"; } - -.fa.fa-mobile:before { - content: "\f3cd"; } - -.fa.fa-mobile-phone:before { - content: "\f3cd"; } - -.fa.fa-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-circle-o:before { - content: "\f111"; } - -.fa.fa-mail-reply:before { - content: "\f3e5"; } - -.fa.fa-github-alt { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-folder-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-folder-o:before { - content: "\f07b"; } - -.fa.fa-folder-open-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-folder-open-o:before { - content: "\f07c"; } - -.fa.fa-smile-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-smile-o:before { - content: "\f118"; } - -.fa.fa-frown-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-frown-o:before { - content: "\f119"; } - -.fa.fa-meh-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-meh-o:before { - content: "\f11a"; } - -.fa.fa-keyboard-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-keyboard-o:before { - content: "\f11c"; } - -.fa.fa-flag-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-flag-o:before { - content: "\f024"; } - -.fa.fa-mail-reply-all:before { - content: "\f122"; } - -.fa.fa-star-half-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-star-half-o:before { - content: "\f089"; } - -.fa.fa-star-half-empty { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-star-half-empty:before { - content: "\f089"; } - -.fa.fa-star-half-full { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-star-half-full:before { - content: "\f089"; } - -.fa.fa-code-fork:before { - content: "\f126"; } - -.fa.fa-chain-broken:before { - content: "\f127"; } - -.fa.fa-shield:before { - content: "\f3ed"; } - -.fa.fa-calendar-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-calendar-o:before { - content: "\f133"; } - -.fa.fa-maxcdn { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-html5 { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-css3 { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ticket:before { - content: "\f3ff"; } - -.fa.fa-minus-square-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-minus-square-o:before { - content: "\f146"; } - -.fa.fa-level-up:before { - content: "\f3bf"; } - -.fa.fa-level-down:before { - content: "\f3be"; } - -.fa.fa-pencil-square:before { - content: "\f14b"; } - -.fa.fa-external-link-square:before { - content: "\f360"; } - -.fa.fa-compass { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-down { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-down:before { - content: "\f150"; } - -.fa.fa-toggle-down { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-toggle-down:before { - content: "\f150"; } - -.fa.fa-caret-square-o-up { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-up:before { - content: "\f151"; } - -.fa.fa-toggle-up { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-toggle-up:before { - content: "\f151"; } - -.fa.fa-caret-square-o-right { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-right:before { - content: "\f152"; } - -.fa.fa-toggle-right { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-toggle-right:before { - content: "\f152"; } - -.fa.fa-eur:before { - content: "\f153"; } - -.fa.fa-euro:before { - content: "\f153"; } - -.fa.fa-gbp:before { - content: "\f154"; } - -.fa.fa-usd:before { - content: "\f155"; } - -.fa.fa-dollar:before { - content: "\f155"; } - -.fa.fa-inr:before { - content: "\f156"; } - -.fa.fa-rupee:before { - content: "\f156"; } - -.fa.fa-jpy:before { - content: "\f157"; } - -.fa.fa-cny:before { - content: "\f157"; } - -.fa.fa-rmb:before { - content: "\f157"; } - -.fa.fa-yen:before { - content: "\f157"; } - -.fa.fa-rub:before { - content: "\f158"; } - -.fa.fa-ruble:before { - content: "\f158"; } - -.fa.fa-rouble:before { - content: "\f158"; } - -.fa.fa-krw:before { - content: "\f159"; } - -.fa.fa-won:before { - content: "\f159"; } - -.fa.fa-btc { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bitcoin { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bitcoin:before { - content: "\f15a"; } - -.fa.fa-file-text:before { - content: "\f15c"; } - -.fa.fa-sort-alpha-asc:before { - content: "\f15d"; } - -.fa.fa-sort-alpha-desc:before { - content: "\f15e"; } - -.fa.fa-sort-amount-asc:before { - content: "\f160"; } - -.fa.fa-sort-amount-desc:before { - content: "\f161"; } - -.fa.fa-sort-numeric-asc:before { - content: "\f162"; } - -.fa.fa-sort-numeric-desc:before { - content: "\f163"; } - -.fa.fa-youtube-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-youtube { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-xing { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-xing-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-youtube-play { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-youtube-play:before { - content: "\f167"; } - -.fa.fa-dropbox { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-stack-overflow { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-instagram { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-flickr { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-adn { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bitbucket { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bitbucket-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bitbucket-square:before { - content: "\f171"; } - -.fa.fa-tumblr { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-tumblr-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-long-arrow-down:before { - content: "\f309"; } - -.fa.fa-long-arrow-up:before { - content: "\f30c"; } - -.fa.fa-long-arrow-left:before { - content: "\f30a"; } - -.fa.fa-long-arrow-right:before { - content: "\f30b"; } - -.fa.fa-apple { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-windows { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-android { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-linux { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-dribbble { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-skype { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-foursquare { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-trello { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gratipay { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gittip { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gittip:before { - content: "\f184"; } - -.fa.fa-sun-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-sun-o:before { - content: "\f185"; } - -.fa.fa-moon-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-moon-o:before { - content: "\f186"; } - -.fa.fa-vk { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-weibo { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-renren { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-pagelines { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-stack-exchange { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-right { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-right:before { - content: "\f35a"; } - -.fa.fa-arrow-circle-o-left { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-left:before { - content: "\f359"; } - -.fa.fa-caret-square-o-left { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-left:before { - content: "\f191"; } - -.fa.fa-toggle-left { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-toggle-left:before { - content: "\f191"; } - -.fa.fa-dot-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-dot-circle-o:before { - content: "\f192"; } - -.fa.fa-vimeo-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-try:before { - content: "\f195"; } - -.fa.fa-turkish-lira:before { - content: "\f195"; } - -.fa.fa-plus-square-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-plus-square-o:before { - content: "\f0fe"; } - -.fa.fa-slack { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wordpress { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-openid { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-institution:before { - content: "\f19c"; } - -.fa.fa-bank:before { - content: "\f19c"; } - -.fa.fa-mortar-board:before { - content: "\f19d"; } - -.fa.fa-yahoo { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-reddit { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-reddit-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-stumbleupon-circle { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-stumbleupon { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-delicious { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-digg { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-pied-piper-pp { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-pied-piper-alt { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-drupal { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-joomla { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-spoon:before { - content: "\f2e5"; } - -.fa.fa-behance { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-behance-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-steam { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-steam-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-automobile:before { - content: "\f1b9"; } - -.fa.fa-cab:before { - content: "\f1ba"; } - -.fa.fa-envelope-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-envelope-o:before { - content: "\f0e0"; } - -.fa.fa-deviantart { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-soundcloud { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-file-pdf-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-pdf-o:before { - content: "\f1c1"; } - -.fa.fa-file-word-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-word-o:before { - content: "\f1c2"; } - -.fa.fa-file-excel-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-excel-o:before { - content: "\f1c3"; } - -.fa.fa-file-powerpoint-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-powerpoint-o:before { - content: "\f1c4"; } - -.fa.fa-file-image-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-image-o:before { - content: "\f1c5"; } - -.fa.fa-file-photo-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-photo-o:before { - content: "\f1c5"; } - -.fa.fa-file-picture-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-picture-o:before { - content: "\f1c5"; } - -.fa.fa-file-archive-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-archive-o:before { - content: "\f1c6"; } - -.fa.fa-file-zip-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-zip-o:before { - content: "\f1c6"; } - -.fa.fa-file-audio-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-audio-o:before { - content: "\f1c7"; } - -.fa.fa-file-sound-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-sound-o:before { - content: "\f1c7"; } - -.fa.fa-file-video-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-video-o:before { - content: "\f1c8"; } - -.fa.fa-file-movie-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-movie-o:before { - content: "\f1c8"; } - -.fa.fa-file-code-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-file-code-o:before { - content: "\f1c9"; } - -.fa.fa-vine { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-codepen { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-jsfiddle { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-life-ring { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-life-bouy { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-life-bouy:before { - content: "\f1cd"; } - -.fa.fa-life-buoy { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-life-buoy:before { - content: "\f1cd"; } - -.fa.fa-life-saver { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-life-saver:before { - content: "\f1cd"; } - -.fa.fa-support { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-support:before { - content: "\f1cd"; } - -.fa.fa-circle-o-notch:before { - content: "\f1ce"; } - -.fa.fa-rebel { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ra { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ra:before { - content: "\f1d0"; } - -.fa.fa-resistance { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-resistance:before { - content: "\f1d0"; } - -.fa.fa-empire { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ge { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ge:before { - content: "\f1d1"; } - -.fa.fa-git-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-git { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-hacker-news { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-y-combinator-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-y-combinator-square:before { - content: "\f1d4"; } - -.fa.fa-yc-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-yc-square:before { - content: "\f1d4"; } - -.fa.fa-tencent-weibo { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-qq { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-weixin { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wechat { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wechat:before { - content: "\f1d7"; } - -.fa.fa-send:before { - content: "\f1d8"; } - -.fa.fa-paper-plane-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-paper-plane-o:before { - content: "\f1d8"; } - -.fa.fa-send-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-send-o:before { - content: "\f1d8"; } - -.fa.fa-circle-thin { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-circle-thin:before { - content: "\f111"; } - -.fa.fa-header:before { - content: "\f1dc"; } - -.fa.fa-sliders:before { - content: "\f1de"; } - -.fa.fa-futbol-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-futbol-o:before { - content: "\f1e3"; } - -.fa.fa-soccer-ball-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-soccer-ball-o:before { - content: "\f1e3"; } - -.fa.fa-slideshare { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-twitch { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-yelp { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-newspaper-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-newspaper-o:before { - content: "\f1ea"; } - -.fa.fa-paypal { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-wallet { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-visa { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-mastercard { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-discover { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-amex { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-paypal { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-stripe { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bell-slash-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-bell-slash-o:before { - content: "\f1f6"; } - -.fa.fa-trash:before { - content: "\f2ed"; } - -.fa.fa-copyright { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-eyedropper:before { - content: "\f1fb"; } - -.fa.fa-area-chart:before { - content: "\f1fe"; } - -.fa.fa-pie-chart:before { - content: "\f200"; } - -.fa.fa-line-chart:before { - content: "\f201"; } - -.fa.fa-lastfm { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-lastfm-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ioxhost { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-angellist { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-cc:before { - content: "\f20a"; } - -.fa.fa-ils:before { - content: "\f20b"; } - -.fa.fa-shekel:before { - content: "\f20b"; } - -.fa.fa-sheqel:before { - content: "\f20b"; } - -.fa.fa-meanpath { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-meanpath:before { - content: "\f2b4"; } - -.fa.fa-buysellads { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-connectdevelop { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-dashcube { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-forumbee { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-leanpub { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-sellsy { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-shirtsinbulk { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-simplybuilt { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-skyatlas { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-diamond { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-diamond:before { - content: "\f3a5"; } - -.fa.fa-intersex:before { - content: "\f224"; } - -.fa.fa-facebook-official { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-facebook-official:before { - content: "\f09a"; } - -.fa.fa-pinterest-p { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-whatsapp { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-hotel:before { - content: "\f236"; } - -.fa.fa-viacoin { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-medium { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-y-combinator { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-yc { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-yc:before { - content: "\f23b"; } - -.fa.fa-optin-monster { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-opencart { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-expeditedssl { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-battery-4:before { - content: "\f240"; } - -.fa.fa-battery:before { - content: "\f240"; } - -.fa.fa-battery-3:before { - content: "\f241"; } - -.fa.fa-battery-2:before { - content: "\f242"; } - -.fa.fa-battery-1:before { - content: "\f243"; } - -.fa.fa-battery-0:before { - content: "\f244"; } - -.fa.fa-object-group { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-object-ungroup { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-sticky-note-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-sticky-note-o:before { - content: "\f249"; } - -.fa.fa-cc-jcb { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-cc-diners-club { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-clone { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hourglass-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hourglass-o:before { - content: "\f254"; } - -.fa.fa-hourglass-1:before { - content: "\f251"; } - -.fa.fa-hourglass-2:before { - content: "\f252"; } - -.fa.fa-hourglass-3:before { - content: "\f253"; } - -.fa.fa-hand-rock-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-rock-o:before { - content: "\f255"; } - -.fa.fa-hand-grab-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-grab-o:before { - content: "\f255"; } - -.fa.fa-hand-paper-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-paper-o:before { - content: "\f256"; } - -.fa.fa-hand-stop-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-stop-o:before { - content: "\f256"; } - -.fa.fa-hand-scissors-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-scissors-o:before { - content: "\f257"; } - -.fa.fa-hand-lizard-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-lizard-o:before { - content: "\f258"; } - -.fa.fa-hand-spock-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-spock-o:before { - content: "\f259"; } - -.fa.fa-hand-pointer-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-pointer-o:before { - content: "\f25a"; } - -.fa.fa-hand-peace-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-hand-peace-o:before { - content: "\f25b"; } - -.fa.fa-registered { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-creative-commons { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gg { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gg-circle { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-tripadvisor { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-odnoklassniki { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-odnoklassniki-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-get-pocket { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wikipedia-w { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-safari { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-chrome { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-firefox { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-opera { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-internet-explorer { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-television:before { - content: "\f26c"; } - -.fa.fa-contao { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-500px { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-amazon { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-calendar-plus-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-calendar-plus-o:before { - content: "\f271"; } - -.fa.fa-calendar-minus-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-calendar-minus-o:before { - content: "\f272"; } - -.fa.fa-calendar-times-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-calendar-times-o:before { - content: "\f273"; } - -.fa.fa-calendar-check-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-calendar-check-o:before { - content: "\f274"; } - -.fa.fa-map-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-map-o:before { - content: "\f279"; } - -.fa.fa-commenting { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-commenting:before { - content: "\f4ad"; } - -.fa.fa-commenting-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-commenting-o:before { - content: "\f4ad"; } - -.fa.fa-houzz { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-vimeo { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-vimeo:before { - content: "\f27d"; } - -.fa.fa-black-tie { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-fonticons { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-reddit-alien { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-edge { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-credit-card-alt:before { - content: "\f09d"; } - -.fa.fa-codiepie { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-modx { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-fort-awesome { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-usb { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-product-hunt { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-mixcloud { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-scribd { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-pause-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-pause-circle-o:before { - content: "\f28b"; } - -.fa.fa-stop-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-stop-circle-o:before { - content: "\f28d"; } - -.fa.fa-bluetooth { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-bluetooth-b { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-gitlab { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wpbeginner { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wpforms { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-envira { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wheelchair-alt { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wheelchair-alt:before { - content: "\f368"; } - -.fa.fa-question-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-question-circle-o:before { - content: "\f059"; } - -.fa.fa-volume-control-phone:before { - content: "\f2a0"; } - -.fa.fa-asl-interpreting:before { - content: "\f2a3"; } - -.fa.fa-deafness:before { - content: "\f2a4"; } - -.fa.fa-hard-of-hearing:before { - content: "\f2a4"; } - -.fa.fa-glide { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-glide-g { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-signing:before { - content: "\f2a7"; } - -.fa.fa-viadeo { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-viadeo-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-snapchat { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-snapchat-ghost { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-snapchat-square { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-pied-piper { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-first-order { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-yoast { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-themeisle { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-official { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-official:before { - content: "\f2b3"; } - -.fa.fa-google-plus-circle { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-circle:before { - content: "\f2b3"; } - -.fa.fa-font-awesome { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-fa { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-fa:before { - content: "\f2b4"; } - -.fa.fa-handshake-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-handshake-o:before { - content: "\f2b5"; } - -.fa.fa-envelope-open-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-envelope-open-o:before { - content: "\f2b6"; } - -.fa.fa-linode { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-address-book-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-address-book-o:before { - content: "\f2b9"; } - -.fa.fa-vcard:before { - content: "\f2bb"; } - -.fa.fa-address-card-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-address-card-o:before { - content: "\f2bb"; } - -.fa.fa-vcard-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-vcard-o:before { - content: "\f2bb"; } - -.fa.fa-user-circle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-user-circle-o:before { - content: "\f2bd"; } - -.fa.fa-user-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-user-o:before { - content: "\f007"; } - -.fa.fa-id-badge { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-drivers-license:before { - content: "\f2c2"; } - -.fa.fa-id-card-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-id-card-o:before { - content: "\f2c2"; } - -.fa.fa-drivers-license-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-drivers-license-o:before { - content: "\f2c2"; } - -.fa.fa-quora { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-free-code-camp { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-telegram { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-thermometer-4:before { - content: "\f2c7"; } - -.fa.fa-thermometer:before { - content: "\f2c7"; } - -.fa.fa-thermometer-3:before { - content: "\f2c8"; } - -.fa.fa-thermometer-2:before { - content: "\f2c9"; } - -.fa.fa-thermometer-1:before { - content: "\f2ca"; } - -.fa.fa-thermometer-0:before { - content: "\f2cb"; } - -.fa.fa-bathtub:before { - content: "\f2cd"; } - -.fa.fa-s15:before { - content: "\f2cd"; } - -.fa.fa-window-maximize { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-window-restore { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-times-rectangle:before { - content: "\f410"; } - -.fa.fa-window-close-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-window-close-o:before { - content: "\f410"; } - -.fa.fa-times-rectangle-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-times-rectangle-o:before { - content: "\f410"; } - -.fa.fa-bandcamp { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-grav { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-etsy { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-imdb { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-ravelry { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-eercast { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-eercast:before { - content: "\f2da"; } - -.fa.fa-snowflake-o { - font-family: 'Font Awesome 5 Free'; - font-weight: 400; } - -.fa.fa-snowflake-o:before { - content: "\f2dc"; } - -.fa.fa-superpowers { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-wpexplorer { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } - -.fa.fa-spotify { - font-family: 'Font Awesome 5 Brands'; - font-weight: 400; } diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.min.css b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.min.css deleted file mode 100644 index 5a2cd78d2..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/css/v4-shims.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - */ -.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400} \ No newline at end of file diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.eot b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.eot deleted file mode 100644 index f8738c5f1bd01395c55380ec0bb9755da8fb0631..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118560 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 diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.svg b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.svg deleted file mode 100644 index 989031358..000000000 --- a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.svg +++ /dev/null @@ -1,1158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.ttf b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.ttf deleted file mode 100644 index 36a0f864bf7864e00ef54d5b94187edc55d21ff6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 118324 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 diff --git a/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.woff b/lemonldap-ng-portal/site/htdocs/static/bwr/font-awesome/dist/webfonts/fa-brands-400.woff deleted file mode 100644 index 4120c1bee6bab852ce88741cc592d967336ac5da..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 76344 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