/*!
 * Font Awesome Free 5.15.3 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, .lock-icon-danger, span.app-group-plus, span.app-group-minus, span.topnav-icon-Active, span.topnav-icon-, div.links-icon-globe, span.links-icon-contact, span.links-icon-help, span.links-icon-logout, a.favorite-book-black,
.fas,
.favorites-star-delete,
.favorite-star-delete,
.far,
span.span-password-eye,
.favorite-star-list-full,
.favorite-star-add,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

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

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x, span.span-password-eye {
  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, span.topnav-icon-Active, span.topnav-icon- {
  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, .fa-pull-left.lock-icon-danger, span.fa-pull-left.app-group-plus, span.fa-pull-left.app-group-minus, span.fa-pull-left.topnav-icon-Active, span.fa-pull-left.topnav-icon-, div.fa-pull-left.links-icon-globe, span.fa-pull-left.links-icon-contact, span.fa-pull-left.links-icon-help, span.fa-pull-left.links-icon-logout, a.fa-pull-left.favorite-book-black,
.fas.fa-pull-left,
.fa-pull-left.favorites-star-delete,
.fa-pull-left.favorite-star-delete,
.far.fa-pull-left,
span.fa-pull-left.span-password-eye,
.fa-pull-left.favorite-star-list-full,
.fa-pull-left.favorite-star-add,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.lock-icon-danger, span.fa-pull-right.app-group-plus, span.fa-pull-right.app-group-minus, span.fa-pull-right.topnav-icon-Active, span.fa-pull-right.topnav-icon-, div.fa-pull-right.links-icon-globe, span.fa-pull-right.links-icon-contact, span.fa-pull-right.links-icon-help, span.fa-pull-right.links-icon-logout, a.fa-pull-right.favorite-book-black,
.fas.fa-pull-right,
.fa-pull-right.favorites-star-delete,
.fa-pull-right.favorite-star-delete,
.far.fa-pull-right,
span.fa-pull-right.span-password-eye,
.fa-pull-right.favorite-star-list-full,
.fa-pull-right.favorite-star-add,
.fal.fa-pull-right,
.fab.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); }
  100% {
    transform: rotate(360deg); } }

.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: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

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

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

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

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

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

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

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

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before, a.favorite-book-black:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

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

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

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

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

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

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

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

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

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

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

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

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

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

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

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

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

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

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

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

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

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

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

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

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before, span.links-icon-contact:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

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

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

.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, span.span-password-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-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

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

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

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

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

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

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

.fa-file-medical:before {
  content: "\f477"; }

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

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before, div.links-icon-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

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

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

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

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

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

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

.fa-hands-wash:before {
  content: "\e05e"; }

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

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

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

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

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

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

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

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before, .lock-icon-danger: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-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

.fa-magnet:before {
  content: "\f076"; }

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

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

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

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.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, span.app-group-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-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-octopus-deploy:before {
  content: "\e082"; }

.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-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

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

.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-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

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

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before, span.app-group-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.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, span.links-icon-help:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

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

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

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

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

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

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

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

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

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

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

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

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.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-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

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

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before, .favorites-star-delete:before, .favorite-star-delete:before, .favorite-star-list-full:before, .favorite-star-add: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-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

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

.fa-th-large:before {
  content: "\f009"; }

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

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

.fa-tiktok:before {
  content: "\e07b"; }

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

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

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

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

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

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

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

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

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

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

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

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

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

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.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-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.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-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

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

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.15.3 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;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far, span.span-password-eye, .favorite-star-list-full, .favorite-star-add {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.15.3 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;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .lock-icon-danger, span.app-group-plus, span.app-group-minus, span.topnav-icon-Active, span.topnav-icon-, div.links-icon-globe, span.links-icon-contact, span.links-icon-help, span.links-icon-logout, a.favorite-book-black,
.fas,
.favorites-star-delete,
.favorite-star-delete {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.15.3 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, .fa-glass.lock-icon-danger:before, span.fa-glass.app-group-plus:before, span.fa-glass.app-group-minus:before, span.fa-glass.topnav-icon-Active:before, span.fa-glass.topnav-icon-:before, div.fa-glass.links-icon-globe:before, span.fa-glass.links-icon-contact:before, span.fa-glass.links-icon-help:before, span.fa-glass.links-icon-logout:before, a.fa-glass.favorite-book-black:before {
  content: "\f000"; }

.fa.fa-meetup, .fa-meetup.lock-icon-danger, span.fa-meetup.app-group-plus, span.fa-meetup.app-group-minus, span.fa-meetup.topnav-icon-Active, span.fa-meetup.topnav-icon-, div.fa-meetup.links-icon-globe, span.fa-meetup.links-icon-contact, span.fa-meetup.links-icon-help, span.fa-meetup.links-icon-logout, a.fa-meetup.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o, .fa-star-o.lock-icon-danger, span.fa-star-o.app-group-plus, span.fa-star-o.app-group-minus, span.fa-star-o.topnav-icon-Active, span.fa-star-o.topnav-icon-, div.fa-star-o.links-icon-globe, span.fa-star-o.links-icon-contact, span.fa-star-o.links-icon-help, span.fa-star-o.links-icon-logout, a.fa-star-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-o:before, .fa-star-o.lock-icon-danger:before, span.fa-star-o.app-group-plus:before, span.fa-star-o.app-group-minus:before, span.fa-star-o.topnav-icon-Active:before, span.fa-star-o.topnav-icon-:before, div.fa-star-o.links-icon-globe:before, span.fa-star-o.links-icon-contact:before, span.fa-star-o.links-icon-help:before, span.fa-star-o.links-icon-logout:before, a.fa-star-o.favorite-book-black:before {
  content: "\f005"; }

.fa.fa-remove:before, .fa-remove.lock-icon-danger:before, span.fa-remove.app-group-plus:before, span.fa-remove.app-group-minus:before, span.fa-remove.topnav-icon-Active:before, span.fa-remove.topnav-icon-:before, div.fa-remove.links-icon-globe:before, span.fa-remove.links-icon-contact:before, span.fa-remove.links-icon-help:before, span.fa-remove.links-icon-logout:before, a.fa-remove.favorite-book-black:before {
  content: "\f00d"; }

.fa.fa-close:before, .fa-close.lock-icon-danger:before, span.fa-close.app-group-plus:before, span.fa-close.app-group-minus:before, span.fa-close.topnav-icon-Active:before, span.fa-close.topnav-icon-:before, div.fa-close.links-icon-globe:before, span.fa-close.links-icon-contact:before, span.fa-close.links-icon-help:before, span.fa-close.links-icon-logout:before, a.fa-close.favorite-book-black:before {
  content: "\f00d"; }

.fa.fa-gear:before, .fa-gear.lock-icon-danger:before, span.fa-gear.app-group-plus:before, span.fa-gear.app-group-minus:before, span.fa-gear.topnav-icon-Active:before, span.fa-gear.topnav-icon-:before, div.fa-gear.links-icon-globe:before, span.fa-gear.links-icon-contact:before, span.fa-gear.links-icon-help:before, span.fa-gear.links-icon-logout:before, a.fa-gear.favorite-book-black:before {
  content: "\f013"; }

.fa.fa-trash-o, .fa-trash-o.lock-icon-danger, span.fa-trash-o.app-group-plus, span.fa-trash-o.app-group-minus, span.fa-trash-o.topnav-icon-Active, span.fa-trash-o.topnav-icon-, div.fa-trash-o.links-icon-globe, span.fa-trash-o.links-icon-contact, span.fa-trash-o.links-icon-help, span.fa-trash-o.links-icon-logout, a.fa-trash-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o:before, .fa-trash-o.lock-icon-danger:before, span.fa-trash-o.app-group-plus:before, span.fa-trash-o.app-group-minus:before, span.fa-trash-o.topnav-icon-Active:before, span.fa-trash-o.topnav-icon-:before, div.fa-trash-o.links-icon-globe:before, span.fa-trash-o.links-icon-contact:before, span.fa-trash-o.links-icon-help:before, span.fa-trash-o.links-icon-logout:before, a.fa-trash-o.favorite-book-black:before {
  content: "\f2ed"; }

.fa.fa-file-o, .fa-file-o.lock-icon-danger, span.fa-file-o.app-group-plus, span.fa-file-o.app-group-minus, span.fa-file-o.topnav-icon-Active, span.fa-file-o.topnav-icon-, div.fa-file-o.links-icon-globe, span.fa-file-o.links-icon-contact, span.fa-file-o.links-icon-help, span.fa-file-o.links-icon-logout, a.fa-file-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o:before, .fa-file-o.lock-icon-danger:before, span.fa-file-o.app-group-plus:before, span.fa-file-o.app-group-minus:before, span.fa-file-o.topnav-icon-Active:before, span.fa-file-o.topnav-icon-:before, div.fa-file-o.links-icon-globe:before, span.fa-file-o.links-icon-contact:before, span.fa-file-o.links-icon-help:before, span.fa-file-o.links-icon-logout:before, a.fa-file-o.favorite-book-black:before {
  content: "\f15b"; }

.fa.fa-clock-o, .fa-clock-o.lock-icon-danger, span.fa-clock-o.app-group-plus, span.fa-clock-o.app-group-minus, span.fa-clock-o.topnav-icon-Active, span.fa-clock-o.topnav-icon-, div.fa-clock-o.links-icon-globe, span.fa-clock-o.links-icon-contact, span.fa-clock-o.links-icon-help, span.fa-clock-o.links-icon-logout, a.fa-clock-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o:before, .fa-clock-o.lock-icon-danger:before, span.fa-clock-o.app-group-plus:before, span.fa-clock-o.app-group-minus:before, span.fa-clock-o.topnav-icon-Active:before, span.fa-clock-o.topnav-icon-:before, div.fa-clock-o.links-icon-globe:before, span.fa-clock-o.links-icon-contact:before, span.fa-clock-o.links-icon-help:before, span.fa-clock-o.links-icon-logout:before, a.fa-clock-o.favorite-book-black:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down, .fa-arrow-circle-o-down.lock-icon-danger, span.fa-arrow-circle-o-down.app-group-plus, span.fa-arrow-circle-o-down.app-group-minus, span.fa-arrow-circle-o-down.topnav-icon-Active, span.fa-arrow-circle-o-down.topnav-icon-, div.fa-arrow-circle-o-down.links-icon-globe, span.fa-arrow-circle-o-down.links-icon-contact, span.fa-arrow-circle-o-down.links-icon-help, span.fa-arrow-circle-o-down.links-icon-logout, a.fa-arrow-circle-o-down.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before, .fa-arrow-circle-o-down.lock-icon-danger:before, span.fa-arrow-circle-o-down.app-group-plus:before, span.fa-arrow-circle-o-down.app-group-minus:before, span.fa-arrow-circle-o-down.topnav-icon-Active:before, span.fa-arrow-circle-o-down.topnav-icon-:before, div.fa-arrow-circle-o-down.links-icon-globe:before, span.fa-arrow-circle-o-down.links-icon-contact:before, span.fa-arrow-circle-o-down.links-icon-help:before, span.fa-arrow-circle-o-down.links-icon-logout:before, a.fa-arrow-circle-o-down.favorite-book-black:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up, .fa-arrow-circle-o-up.lock-icon-danger, span.fa-arrow-circle-o-up.app-group-plus, span.fa-arrow-circle-o-up.app-group-minus, span.fa-arrow-circle-o-up.topnav-icon-Active, span.fa-arrow-circle-o-up.topnav-icon-, div.fa-arrow-circle-o-up.links-icon-globe, span.fa-arrow-circle-o-up.links-icon-contact, span.fa-arrow-circle-o-up.links-icon-help, span.fa-arrow-circle-o-up.links-icon-logout, a.fa-arrow-circle-o-up.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before, .fa-arrow-circle-o-up.lock-icon-danger:before, span.fa-arrow-circle-o-up.app-group-plus:before, span.fa-arrow-circle-o-up.app-group-minus:before, span.fa-arrow-circle-o-up.topnav-icon-Active:before, span.fa-arrow-circle-o-up.topnav-icon-:before, div.fa-arrow-circle-o-up.links-icon-globe:before, span.fa-arrow-circle-o-up.links-icon-contact:before, span.fa-arrow-circle-o-up.links-icon-help:before, span.fa-arrow-circle-o-up.links-icon-logout:before, a.fa-arrow-circle-o-up.favorite-book-black:before {
  content: "\f35b"; }

.fa.fa-play-circle-o, .fa-play-circle-o.lock-icon-danger, span.fa-play-circle-o.app-group-plus, span.fa-play-circle-o.app-group-minus, span.fa-play-circle-o.topnav-icon-Active, span.fa-play-circle-o.topnav-icon-, div.fa-play-circle-o.links-icon-globe, span.fa-play-circle-o.links-icon-contact, span.fa-play-circle-o.links-icon-help, span.fa-play-circle-o.links-icon-logout, a.fa-play-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before, .fa-play-circle-o.lock-icon-danger:before, span.fa-play-circle-o.app-group-plus:before, span.fa-play-circle-o.app-group-minus:before, span.fa-play-circle-o.topnav-icon-Active:before, span.fa-play-circle-o.topnav-icon-:before, div.fa-play-circle-o.links-icon-globe:before, span.fa-play-circle-o.links-icon-contact:before, span.fa-play-circle-o.links-icon-help:before, span.fa-play-circle-o.links-icon-logout:before, a.fa-play-circle-o.favorite-book-black:before {
  content: "\f144"; }

.fa.fa-repeat:before, .fa-repeat.lock-icon-danger:before, span.fa-repeat.app-group-plus:before, span.fa-repeat.app-group-minus:before, span.fa-repeat.topnav-icon-Active:before, span.fa-repeat.topnav-icon-:before, div.fa-repeat.links-icon-globe:before, span.fa-repeat.links-icon-contact:before, span.fa-repeat.links-icon-help:before, span.fa-repeat.links-icon-logout:before, a.fa-repeat.favorite-book-black:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before, .fa-rotate-right.lock-icon-danger:before, span.fa-rotate-right.app-group-plus:before, span.fa-rotate-right.app-group-minus:before, span.fa-rotate-right.topnav-icon-Active:before, span.fa-rotate-right.topnav-icon-:before, div.fa-rotate-right.links-icon-globe:before, span.fa-rotate-right.links-icon-contact:before, span.fa-rotate-right.links-icon-help:before, span.fa-rotate-right.links-icon-logout:before, a.fa-rotate-right.favorite-book-black:before {
  content: "\f01e"; }

.fa.fa-refresh:before, .fa-refresh.lock-icon-danger:before, span.fa-refresh.app-group-plus:before, span.fa-refresh.app-group-minus:before, span.fa-refresh.topnav-icon-Active:before, span.fa-refresh.topnav-icon-:before, div.fa-refresh.links-icon-globe:before, span.fa-refresh.links-icon-contact:before, span.fa-refresh.links-icon-help:before, span.fa-refresh.links-icon-logout:before, a.fa-refresh.favorite-book-black:before {
  content: "\f021"; }

.fa.fa-list-alt, .fa-list-alt.lock-icon-danger, span.fa-list-alt.app-group-plus, span.fa-list-alt.app-group-minus, span.fa-list-alt.topnav-icon-Active, span.fa-list-alt.topnav-icon-, div.fa-list-alt.links-icon-globe, span.fa-list-alt.links-icon-contact, span.fa-list-alt.links-icon-help, span.fa-list-alt.links-icon-logout, a.fa-list-alt.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dedent:before, .fa-dedent.lock-icon-danger:before, span.fa-dedent.app-group-plus:before, span.fa-dedent.app-group-minus:before, span.fa-dedent.topnav-icon-Active:before, span.fa-dedent.topnav-icon-:before, div.fa-dedent.links-icon-globe:before, span.fa-dedent.links-icon-contact:before, span.fa-dedent.links-icon-help:before, span.fa-dedent.links-icon-logout:before, a.fa-dedent.favorite-book-black:before {
  content: "\f03b"; }

.fa.fa-video-camera:before, .fa-video-camera.lock-icon-danger:before, span.fa-video-camera.app-group-plus:before, span.fa-video-camera.app-group-minus:before, span.fa-video-camera.topnav-icon-Active:before, span.fa-video-camera.topnav-icon-:before, div.fa-video-camera.links-icon-globe:before, span.fa-video-camera.links-icon-contact:before, span.fa-video-camera.links-icon-help:before, span.fa-video-camera.links-icon-logout:before, a.fa-video-camera.favorite-book-black:before {
  content: "\f03d"; }

.fa.fa-picture-o, .fa-picture-o.lock-icon-danger, span.fa-picture-o.app-group-plus, span.fa-picture-o.app-group-minus, span.fa-picture-o.topnav-icon-Active, span.fa-picture-o.topnav-icon-, div.fa-picture-o.links-icon-globe, span.fa-picture-o.links-icon-contact, span.fa-picture-o.links-icon-help, span.fa-picture-o.links-icon-logout, a.fa-picture-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before, .fa-picture-o.lock-icon-danger:before, span.fa-picture-o.app-group-plus:before, span.fa-picture-o.app-group-minus:before, span.fa-picture-o.topnav-icon-Active:before, span.fa-picture-o.topnav-icon-:before, div.fa-picture-o.links-icon-globe:before, span.fa-picture-o.links-icon-contact:before, span.fa-picture-o.links-icon-help:before, span.fa-picture-o.links-icon-logout:before, a.fa-picture-o.favorite-book-black:before {
  content: "\f03e"; }

.fa.fa-photo, .fa-photo.lock-icon-danger, span.fa-photo.app-group-plus, span.fa-photo.app-group-minus, span.fa-photo.topnav-icon-Active, span.fa-photo.topnav-icon-, div.fa-photo.links-icon-globe, span.fa-photo.links-icon-contact, span.fa-photo.links-icon-help, span.fa-photo.links-icon-logout, a.fa-photo.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before, .fa-photo.lock-icon-danger:before, span.fa-photo.app-group-plus:before, span.fa-photo.app-group-minus:before, span.fa-photo.topnav-icon-Active:before, span.fa-photo.topnav-icon-:before, div.fa-photo.links-icon-globe:before, span.fa-photo.links-icon-contact:before, span.fa-photo.links-icon-help:before, span.fa-photo.links-icon-logout:before, a.fa-photo.favorite-book-black:before {
  content: "\f03e"; }

.fa.fa-image, .fa-image.lock-icon-danger, span.fa-image.app-group-plus, span.fa-image.app-group-minus, span.fa-image.topnav-icon-Active, span.fa-image.topnav-icon-, div.fa-image.links-icon-globe, span.fa-image.links-icon-contact, span.fa-image.links-icon-help, span.fa-image.links-icon-logout, a.fa-image.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before, .fa-image.lock-icon-danger:before, span.fa-image.app-group-plus:before, span.fa-image.app-group-minus:before, span.fa-image.topnav-icon-Active:before, span.fa-image.topnav-icon-:before, div.fa-image.links-icon-globe:before, span.fa-image.links-icon-contact:before, span.fa-image.links-icon-help:before, span.fa-image.links-icon-logout:before, a.fa-image.favorite-book-black:before {
  content: "\f03e"; }

.fa.fa-pencil:before, .fa-pencil.lock-icon-danger:before, span.fa-pencil.app-group-plus:before, span.fa-pencil.app-group-minus:before, span.fa-pencil.topnav-icon-Active:before, span.fa-pencil.topnav-icon-:before, div.fa-pencil.links-icon-globe:before, span.fa-pencil.links-icon-contact:before, span.fa-pencil.links-icon-help:before, span.fa-pencil.links-icon-logout:before, a.fa-pencil.favorite-book-black:before {
  content: "\f303"; }

.fa.fa-map-marker:before, .fa-map-marker.lock-icon-danger:before, span.fa-map-marker.app-group-plus:before, span.fa-map-marker.app-group-minus:before, span.fa-map-marker.topnav-icon-Active:before, span.fa-map-marker.topnav-icon-:before, div.fa-map-marker.links-icon-globe:before, span.fa-map-marker.links-icon-contact:before, span.fa-map-marker.links-icon-help:before, span.fa-map-marker.links-icon-logout:before, a.fa-map-marker.favorite-book-black:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o, .fa-pencil-square-o.lock-icon-danger, span.fa-pencil-square-o.app-group-plus, span.fa-pencil-square-o.app-group-minus, span.fa-pencil-square-o.topnav-icon-Active, span.fa-pencil-square-o.topnav-icon-, div.fa-pencil-square-o.links-icon-globe, span.fa-pencil-square-o.links-icon-contact, span.fa-pencil-square-o.links-icon-help, span.fa-pencil-square-o.links-icon-logout, a.fa-pencil-square-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before, .fa-pencil-square-o.lock-icon-danger:before, span.fa-pencil-square-o.app-group-plus:before, span.fa-pencil-square-o.app-group-minus:before, span.fa-pencil-square-o.topnav-icon-Active:before, span.fa-pencil-square-o.topnav-icon-:before, div.fa-pencil-square-o.links-icon-globe:before, span.fa-pencil-square-o.links-icon-contact:before, span.fa-pencil-square-o.links-icon-help:before, span.fa-pencil-square-o.links-icon-logout:before, a.fa-pencil-square-o.favorite-book-black:before {
  content: "\f044"; }

.fa.fa-share-square-o, .fa-share-square-o.lock-icon-danger, span.fa-share-square-o.app-group-plus, span.fa-share-square-o.app-group-minus, span.fa-share-square-o.topnav-icon-Active, span.fa-share-square-o.topnav-icon-, div.fa-share-square-o.links-icon-globe, span.fa-share-square-o.links-icon-contact, span.fa-share-square-o.links-icon-help, span.fa-share-square-o.links-icon-logout, a.fa-share-square-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before, .fa-share-square-o.lock-icon-danger:before, span.fa-share-square-o.app-group-plus:before, span.fa-share-square-o.app-group-minus:before, span.fa-share-square-o.topnav-icon-Active:before, span.fa-share-square-o.topnav-icon-:before, div.fa-share-square-o.links-icon-globe:before, span.fa-share-square-o.links-icon-contact:before, span.fa-share-square-o.links-icon-help:before, span.fa-share-square-o.links-icon-logout:before, a.fa-share-square-o.favorite-book-black:before {
  content: "\f14d"; }

.fa.fa-check-square-o, .fa-check-square-o.lock-icon-danger, span.fa-check-square-o.app-group-plus, span.fa-check-square-o.app-group-minus, span.fa-check-square-o.topnav-icon-Active, span.fa-check-square-o.topnav-icon-, div.fa-check-square-o.links-icon-globe, span.fa-check-square-o.links-icon-contact, span.fa-check-square-o.links-icon-help, span.fa-check-square-o.links-icon-logout, a.fa-check-square-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before, .fa-check-square-o.lock-icon-danger:before, span.fa-check-square-o.app-group-plus:before, span.fa-check-square-o.app-group-minus:before, span.fa-check-square-o.topnav-icon-Active:before, span.fa-check-square-o.topnav-icon-:before, div.fa-check-square-o.links-icon-globe:before, span.fa-check-square-o.links-icon-contact:before, span.fa-check-square-o.links-icon-help:before, span.fa-check-square-o.links-icon-logout:before, a.fa-check-square-o.favorite-book-black:before {
  content: "\f14a"; }

.fa.fa-arrows:before, .fa-arrows.lock-icon-danger:before, span.fa-arrows.app-group-plus:before, span.fa-arrows.app-group-minus:before, span.fa-arrows.topnav-icon-Active:before, span.fa-arrows.topnav-icon-:before, div.fa-arrows.links-icon-globe:before, span.fa-arrows.links-icon-contact:before, span.fa-arrows.links-icon-help:before, span.fa-arrows.links-icon-logout:before, a.fa-arrows.favorite-book-black:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o, .fa-times-circle-o.lock-icon-danger, span.fa-times-circle-o.app-group-plus, span.fa-times-circle-o.app-group-minus, span.fa-times-circle-o.topnav-icon-Active, span.fa-times-circle-o.topnav-icon-, div.fa-times-circle-o.links-icon-globe, span.fa-times-circle-o.links-icon-contact, span.fa-times-circle-o.links-icon-help, span.fa-times-circle-o.links-icon-logout, a.fa-times-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before, .fa-times-circle-o.lock-icon-danger:before, span.fa-times-circle-o.app-group-plus:before, span.fa-times-circle-o.app-group-minus:before, span.fa-times-circle-o.topnav-icon-Active:before, span.fa-times-circle-o.topnav-icon-:before, div.fa-times-circle-o.links-icon-globe:before, span.fa-times-circle-o.links-icon-contact:before, span.fa-times-circle-o.links-icon-help:before, span.fa-times-circle-o.links-icon-logout:before, a.fa-times-circle-o.favorite-book-black:before {
  content: "\f057"; }

.fa.fa-check-circle-o, .fa-check-circle-o.lock-icon-danger, span.fa-check-circle-o.app-group-plus, span.fa-check-circle-o.app-group-minus, span.fa-check-circle-o.topnav-icon-Active, span.fa-check-circle-o.topnav-icon-, div.fa-check-circle-o.links-icon-globe, span.fa-check-circle-o.links-icon-contact, span.fa-check-circle-o.links-icon-help, span.fa-check-circle-o.links-icon-logout, a.fa-check-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before, .fa-check-circle-o.lock-icon-danger:before, span.fa-check-circle-o.app-group-plus:before, span.fa-check-circle-o.app-group-minus:before, span.fa-check-circle-o.topnav-icon-Active:before, span.fa-check-circle-o.topnav-icon-:before, div.fa-check-circle-o.links-icon-globe:before, span.fa-check-circle-o.links-icon-contact:before, span.fa-check-circle-o.links-icon-help:before, span.fa-check-circle-o.links-icon-logout:before, a.fa-check-circle-o.favorite-book-black:before {
  content: "\f058"; }

.fa.fa-mail-forward:before, .fa-mail-forward.lock-icon-danger:before, span.fa-mail-forward.app-group-plus:before, span.fa-mail-forward.app-group-minus:before, span.fa-mail-forward.topnav-icon-Active:before, span.fa-mail-forward.topnav-icon-:before, div.fa-mail-forward.links-icon-globe:before, span.fa-mail-forward.links-icon-contact:before, span.fa-mail-forward.links-icon-help:before, span.fa-mail-forward.links-icon-logout:before, a.fa-mail-forward.favorite-book-black:before {
  content: "\f064"; }

.fa.fa-expand:before, .fa-expand.lock-icon-danger:before, span.fa-expand.app-group-plus:before, span.fa-expand.app-group-minus:before, span.fa-expand.topnav-icon-Active:before, span.fa-expand.topnav-icon-:before, div.fa-expand.links-icon-globe:before, span.fa-expand.links-icon-contact:before, span.fa-expand.links-icon-help:before, span.fa-expand.links-icon-logout:before, a.fa-expand.favorite-book-black:before {
  content: "\f424"; }

.fa.fa-compress:before, .fa-compress.lock-icon-danger:before, span.fa-compress.app-group-plus:before, span.fa-compress.app-group-minus:before, span.fa-compress.topnav-icon-Active:before, span.fa-compress.topnav-icon-:before, div.fa-compress.links-icon-globe:before, span.fa-compress.links-icon-contact:before, span.fa-compress.links-icon-help:before, span.fa-compress.links-icon-logout:before, a.fa-compress.favorite-book-black:before {
  content: "\f422"; }

.fa.fa-eye, .fa-eye.lock-icon-danger, span.fa-eye.app-group-plus, span.fa-eye.app-group-minus, span.fa-eye.topnav-icon-Active, span.fa-eye.topnav-icon-, div.fa-eye.links-icon-globe, span.fa-eye.links-icon-contact, span.fa-eye.links-icon-help, span.fa-eye.links-icon-logout, span.fa.span-password-eye, span.span-password-eye.lock-icon-danger, span.span-password-eye.app-group-plus, span.span-password-eye.app-group-minus, span.span-password-eye.topnav-icon-Active, span.span-password-eye.topnav-icon-, span.span-password-eye.links-icon-contact, span.span-password-eye.links-icon-help, span.span-password-eye.links-icon-logout, a.fa-eye.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash, .fa-eye-slash.lock-icon-danger, span.fa-eye-slash.app-group-plus, span.fa-eye-slash.app-group-minus, span.fa-eye-slash.topnav-icon-Active, span.fa-eye-slash.topnav-icon-, div.fa-eye-slash.links-icon-globe, span.fa-eye-slash.links-icon-contact, span.fa-eye-slash.links-icon-help, span.fa-eye-slash.links-icon-logout, a.fa-eye-slash.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before, .fa-warning.lock-icon-danger:before, span.fa-warning.app-group-plus:before, span.fa-warning.app-group-minus:before, span.fa-warning.topnav-icon-Active:before, span.fa-warning.topnav-icon-:before, div.fa-warning.links-icon-globe:before, span.fa-warning.links-icon-contact:before, span.fa-warning.links-icon-help:before, span.fa-warning.links-icon-logout:before, a.fa-warning.favorite-book-black:before {
  content: "\f071"; }

.fa.fa-calendar:before, .fa-calendar.lock-icon-danger:before, span.fa-calendar.app-group-plus:before, span.fa-calendar.app-group-minus:before, span.fa-calendar.topnav-icon-Active:before, span.fa-calendar.topnav-icon-:before, div.fa-calendar.links-icon-globe:before, span.fa-calendar.links-icon-contact:before, span.fa-calendar.links-icon-help:before, span.fa-calendar.links-icon-logout:before, a.fa-calendar.favorite-book-black:before {
  content: "\f073"; }

.fa.fa-arrows-v:before, .fa-arrows-v.lock-icon-danger:before, span.fa-arrows-v.app-group-plus:before, span.fa-arrows-v.app-group-minus:before, span.fa-arrows-v.topnav-icon-Active:before, span.fa-arrows-v.topnav-icon-:before, div.fa-arrows-v.links-icon-globe:before, span.fa-arrows-v.links-icon-contact:before, span.fa-arrows-v.links-icon-help:before, span.fa-arrows-v.links-icon-logout:before, a.fa-arrows-v.favorite-book-black:before {
  content: "\f338"; }

.fa.fa-arrows-h:before, .fa-arrows-h.lock-icon-danger:before, span.fa-arrows-h.app-group-plus:before, span.fa-arrows-h.app-group-minus:before, span.fa-arrows-h.topnav-icon-Active:before, span.fa-arrows-h.topnav-icon-:before, div.fa-arrows-h.links-icon-globe:before, span.fa-arrows-h.links-icon-contact:before, span.fa-arrows-h.links-icon-help:before, span.fa-arrows-h.links-icon-logout:before, a.fa-arrows-h.favorite-book-black:before {
  content: "\f337"; }

.fa.fa-bar-chart, .fa-bar-chart.lock-icon-danger, span.fa-bar-chart.app-group-plus, span.fa-bar-chart.app-group-minus, span.fa-bar-chart.topnav-icon-Active, span.fa-bar-chart.topnav-icon-, div.fa-bar-chart.links-icon-globe, span.fa-bar-chart.links-icon-contact, span.fa-bar-chart.links-icon-help, span.fa-bar-chart.links-icon-logout, a.fa-bar-chart.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before, .fa-bar-chart.lock-icon-danger:before, span.fa-bar-chart.app-group-plus:before, span.fa-bar-chart.app-group-minus:before, span.fa-bar-chart.topnav-icon-Active:before, span.fa-bar-chart.topnav-icon-:before, div.fa-bar-chart.links-icon-globe:before, span.fa-bar-chart.links-icon-contact:before, span.fa-bar-chart.links-icon-help:before, span.fa-bar-chart.links-icon-logout:before, a.fa-bar-chart.favorite-book-black:before {
  content: "\f080"; }

.fa.fa-bar-chart-o, .fa-bar-chart-o.lock-icon-danger, span.fa-bar-chart-o.app-group-plus, span.fa-bar-chart-o.app-group-minus, span.fa-bar-chart-o.topnav-icon-Active, span.fa-bar-chart-o.topnav-icon-, div.fa-bar-chart-o.links-icon-globe, span.fa-bar-chart-o.links-icon-contact, span.fa-bar-chart-o.links-icon-help, span.fa-bar-chart-o.links-icon-logout, a.fa-bar-chart-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before, .fa-bar-chart-o.lock-icon-danger:before, span.fa-bar-chart-o.app-group-plus:before, span.fa-bar-chart-o.app-group-minus:before, span.fa-bar-chart-o.topnav-icon-Active:before, span.fa-bar-chart-o.topnav-icon-:before, div.fa-bar-chart-o.links-icon-globe:before, span.fa-bar-chart-o.links-icon-contact:before, span.fa-bar-chart-o.links-icon-help:before, span.fa-bar-chart-o.links-icon-logout:before, a.fa-bar-chart-o.favorite-book-black:before {
  content: "\f080"; }

.fa.fa-twitter-square, .fa-twitter-square.lock-icon-danger, span.fa-twitter-square.app-group-plus, span.fa-twitter-square.app-group-minus, span.fa-twitter-square.topnav-icon-Active, span.fa-twitter-square.topnav-icon-, div.fa-twitter-square.links-icon-globe, span.fa-twitter-square.links-icon-contact, span.fa-twitter-square.links-icon-help, span.fa-twitter-square.links-icon-logout, a.fa-twitter-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square, .fa-facebook-square.lock-icon-danger, span.fa-facebook-square.app-group-plus, span.fa-facebook-square.app-group-minus, span.fa-facebook-square.topnav-icon-Active, span.fa-facebook-square.topnav-icon-, div.fa-facebook-square.links-icon-globe, span.fa-facebook-square.links-icon-contact, span.fa-facebook-square.links-icon-help, span.fa-facebook-square.links-icon-logout, a.fa-facebook-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before, .fa-gears.lock-icon-danger:before, span.fa-gears.app-group-plus:before, span.fa-gears.app-group-minus:before, span.fa-gears.topnav-icon-Active:before, span.fa-gears.topnav-icon-:before, div.fa-gears.links-icon-globe:before, span.fa-gears.links-icon-contact:before, span.fa-gears.links-icon-help:before, span.fa-gears.links-icon-logout:before, a.fa-gears.favorite-book-black:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up, .fa-thumbs-o-up.lock-icon-danger, span.fa-thumbs-o-up.app-group-plus, span.fa-thumbs-o-up.app-group-minus, span.fa-thumbs-o-up.topnav-icon-Active, span.fa-thumbs-o-up.topnav-icon-, div.fa-thumbs-o-up.links-icon-globe, span.fa-thumbs-o-up.links-icon-contact, span.fa-thumbs-o-up.links-icon-help, span.fa-thumbs-o-up.links-icon-logout, a.fa-thumbs-o-up.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before, .fa-thumbs-o-up.lock-icon-danger:before, span.fa-thumbs-o-up.app-group-plus:before, span.fa-thumbs-o-up.app-group-minus:before, span.fa-thumbs-o-up.topnav-icon-Active:before, span.fa-thumbs-o-up.topnav-icon-:before, div.fa-thumbs-o-up.links-icon-globe:before, span.fa-thumbs-o-up.links-icon-contact:before, span.fa-thumbs-o-up.links-icon-help:before, span.fa-thumbs-o-up.links-icon-logout:before, a.fa-thumbs-o-up.favorite-book-black:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down, .fa-thumbs-o-down.lock-icon-danger, span.fa-thumbs-o-down.app-group-plus, span.fa-thumbs-o-down.app-group-minus, span.fa-thumbs-o-down.topnav-icon-Active, span.fa-thumbs-o-down.topnav-icon-, div.fa-thumbs-o-down.links-icon-globe, span.fa-thumbs-o-down.links-icon-contact, span.fa-thumbs-o-down.links-icon-help, span.fa-thumbs-o-down.links-icon-logout, a.fa-thumbs-o-down.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before, .fa-thumbs-o-down.lock-icon-danger:before, span.fa-thumbs-o-down.app-group-plus:before, span.fa-thumbs-o-down.app-group-minus:before, span.fa-thumbs-o-down.topnav-icon-Active:before, span.fa-thumbs-o-down.topnav-icon-:before, div.fa-thumbs-o-down.links-icon-globe:before, span.fa-thumbs-o-down.links-icon-contact:before, span.fa-thumbs-o-down.links-icon-help:before, span.fa-thumbs-o-down.links-icon-logout:before, a.fa-thumbs-o-down.favorite-book-black:before {
  content: "\f165"; }

.fa.fa-heart-o, .fa-heart-o.lock-icon-danger, span.fa-heart-o.app-group-plus, span.fa-heart-o.app-group-minus, span.fa-heart-o.topnav-icon-Active, span.fa-heart-o.topnav-icon-, div.fa-heart-o.links-icon-globe, span.fa-heart-o.links-icon-contact, span.fa-heart-o.links-icon-help, span.fa-heart-o.links-icon-logout, a.fa-heart-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before, .fa-heart-o.lock-icon-danger:before, span.fa-heart-o.app-group-plus:before, span.fa-heart-o.app-group-minus:before, span.fa-heart-o.topnav-icon-Active:before, span.fa-heart-o.topnav-icon-:before, div.fa-heart-o.links-icon-globe:before, span.fa-heart-o.links-icon-contact:before, span.fa-heart-o.links-icon-help:before, span.fa-heart-o.links-icon-logout:before, a.fa-heart-o.favorite-book-black:before {
  content: "\f004"; }

.fa.fa-sign-out:before, .fa-sign-out.lock-icon-danger:before, span.fa-sign-out.app-group-plus:before, span.fa-sign-out.app-group-minus:before, span.fa-sign-out.topnav-icon-Active:before, span.fa-sign-out.topnav-icon-:before, div.fa-sign-out.links-icon-globe:before, span.fa-sign-out.links-icon-contact:before, span.fa-sign-out.links-icon-help:before, span.links-icon-logout:before, a.fa-sign-out.favorite-book-black:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square, .fa-linkedin-square.lock-icon-danger, span.fa-linkedin-square.app-group-plus, span.fa-linkedin-square.app-group-minus, span.fa-linkedin-square.topnav-icon-Active, span.fa-linkedin-square.topnav-icon-, div.fa-linkedin-square.links-icon-globe, span.fa-linkedin-square.links-icon-contact, span.fa-linkedin-square.links-icon-help, span.fa-linkedin-square.links-icon-logout, a.fa-linkedin-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before, .fa-linkedin-square.lock-icon-danger:before, span.fa-linkedin-square.app-group-plus:before, span.fa-linkedin-square.app-group-minus:before, span.fa-linkedin-square.topnav-icon-Active:before, span.fa-linkedin-square.topnav-icon-:before, div.fa-linkedin-square.links-icon-globe:before, span.fa-linkedin-square.links-icon-contact:before, span.fa-linkedin-square.links-icon-help:before, span.fa-linkedin-square.links-icon-logout:before, a.fa-linkedin-square.favorite-book-black:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before, .fa-thumb-tack.lock-icon-danger:before, span.fa-thumb-tack.app-group-plus:before, span.fa-thumb-tack.app-group-minus:before, span.fa-thumb-tack.topnav-icon-Active:before, span.fa-thumb-tack.topnav-icon-:before, div.fa-thumb-tack.links-icon-globe:before, span.fa-thumb-tack.links-icon-contact:before, span.fa-thumb-tack.links-icon-help:before, span.fa-thumb-tack.links-icon-logout:before, a.fa-thumb-tack.favorite-book-black:before {
  content: "\f08d"; }

.fa.fa-external-link:before, .fa-external-link.lock-icon-danger:before, span.fa-external-link.app-group-plus:before, span.fa-external-link.app-group-minus:before, span.fa-external-link.topnav-icon-Active:before, span.fa-external-link.topnav-icon-:before, div.fa-external-link.links-icon-globe:before, span.fa-external-link.links-icon-contact:before, span.fa-external-link.links-icon-help:before, span.fa-external-link.links-icon-logout:before, a.fa-external-link.favorite-book-black:before {
  content: "\f35d"; }

.fa.fa-sign-in:before, .fa-sign-in.lock-icon-danger:before, span.fa-sign-in.app-group-plus:before, span.fa-sign-in.app-group-minus:before, span.fa-sign-in.topnav-icon-Active:before, span.fa-sign-in.topnav-icon-:before, div.fa-sign-in.links-icon-globe:before, span.fa-sign-in.links-icon-contact:before, span.fa-sign-in.links-icon-help:before, span.fa-sign-in.links-icon-logout:before, a.fa-sign-in.favorite-book-black:before {
  content: "\f2f6"; }

.fa.fa-github-square, .fa-github-square.lock-icon-danger, span.fa-github-square.app-group-plus, span.fa-github-square.app-group-minus, span.fa-github-square.topnav-icon-Active, span.fa-github-square.topnav-icon-, div.fa-github-square.links-icon-globe, span.fa-github-square.links-icon-contact, span.fa-github-square.links-icon-help, span.fa-github-square.links-icon-logout, a.fa-github-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o, .fa-lemon-o.lock-icon-danger, span.fa-lemon-o.app-group-plus, span.fa-lemon-o.app-group-minus, span.fa-lemon-o.topnav-icon-Active, span.fa-lemon-o.topnav-icon-, div.fa-lemon-o.links-icon-globe, span.fa-lemon-o.links-icon-contact, span.fa-lemon-o.links-icon-help, span.fa-lemon-o.links-icon-logout, a.fa-lemon-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before, .fa-lemon-o.lock-icon-danger:before, span.fa-lemon-o.app-group-plus:before, span.fa-lemon-o.app-group-minus:before, span.fa-lemon-o.topnav-icon-Active:before, span.fa-lemon-o.topnav-icon-:before, div.fa-lemon-o.links-icon-globe:before, span.fa-lemon-o.links-icon-contact:before, span.fa-lemon-o.links-icon-help:before, span.fa-lemon-o.links-icon-logout:before, a.fa-lemon-o.favorite-book-black:before {
  content: "\f094"; }

.fa.fa-square-o, .fa-square-o.lock-icon-danger, span.fa-square-o.app-group-plus, span.fa-square-o.app-group-minus, span.fa-square-o.topnav-icon-Active, span.fa-square-o.topnav-icon-, div.fa-square-o.links-icon-globe, span.fa-square-o.links-icon-contact, span.fa-square-o.links-icon-help, span.fa-square-o.links-icon-logout, a.fa-square-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before, .fa-square-o.lock-icon-danger:before, span.fa-square-o.app-group-plus:before, span.fa-square-o.app-group-minus:before, span.fa-square-o.topnav-icon-Active:before, span.fa-square-o.topnav-icon-:before, div.fa-square-o.links-icon-globe:before, span.fa-square-o.links-icon-contact:before, span.fa-square-o.links-icon-help:before, span.fa-square-o.links-icon-logout:before, a.fa-square-o.favorite-book-black:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o, .fa-bookmark-o.lock-icon-danger, span.fa-bookmark-o.app-group-plus, span.fa-bookmark-o.app-group-minus, span.fa-bookmark-o.topnav-icon-Active, span.fa-bookmark-o.topnav-icon-, div.fa-bookmark-o.links-icon-globe, span.fa-bookmark-o.links-icon-contact, span.fa-bookmark-o.links-icon-help, span.fa-bookmark-o.links-icon-logout, a.fa-bookmark-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before, .fa-bookmark-o.lock-icon-danger:before, span.fa-bookmark-o.app-group-plus:before, span.fa-bookmark-o.app-group-minus:before, span.fa-bookmark-o.topnav-icon-Active:before, span.fa-bookmark-o.topnav-icon-:before, div.fa-bookmark-o.links-icon-globe:before, span.fa-bookmark-o.links-icon-contact:before, span.fa-bookmark-o.links-icon-help:before, span.fa-bookmark-o.links-icon-logout:before, a.fa-bookmark-o.favorite-book-black:before {
  content: "\f02e"; }

.fa.fa-twitter, .fa-twitter.lock-icon-danger, span.fa-twitter.app-group-plus, span.fa-twitter.app-group-minus, span.fa-twitter.topnav-icon-Active, span.fa-twitter.topnav-icon-, div.fa-twitter.links-icon-globe, span.fa-twitter.links-icon-contact, span.fa-twitter.links-icon-help, span.fa-twitter.links-icon-logout, a.fa-twitter.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook, .fa-facebook.lock-icon-danger, span.fa-facebook.app-group-plus, span.fa-facebook.app-group-minus, span.fa-facebook.topnav-icon-Active, span.fa-facebook.topnav-icon-, div.fa-facebook.links-icon-globe, span.fa-facebook.links-icon-contact, span.fa-facebook.links-icon-help, span.fa-facebook.links-icon-logout, a.fa-facebook.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before, .fa-facebook.lock-icon-danger:before, span.fa-facebook.app-group-plus:before, span.fa-facebook.app-group-minus:before, span.fa-facebook.topnav-icon-Active:before, span.fa-facebook.topnav-icon-:before, div.fa-facebook.links-icon-globe:before, span.fa-facebook.links-icon-contact:before, span.fa-facebook.links-icon-help:before, span.fa-facebook.links-icon-logout:before, a.fa-facebook.favorite-book-black:before {
  content: "\f39e"; }

.fa.fa-facebook-f, .fa-facebook-f.lock-icon-danger, span.fa-facebook-f.app-group-plus, span.fa-facebook-f.app-group-minus, span.fa-facebook-f.topnav-icon-Active, span.fa-facebook-f.topnav-icon-, div.fa-facebook-f.links-icon-globe, span.fa-facebook-f.links-icon-contact, span.fa-facebook-f.links-icon-help, span.fa-facebook-f.links-icon-logout, a.fa-facebook-f.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before, .fa-facebook-f.lock-icon-danger:before, span.fa-facebook-f.app-group-plus:before, span.fa-facebook-f.app-group-minus:before, span.fa-facebook-f.topnav-icon-Active:before, span.fa-facebook-f.topnav-icon-:before, div.fa-facebook-f.links-icon-globe:before, span.fa-facebook-f.links-icon-contact:before, span.fa-facebook-f.links-icon-help:before, span.fa-facebook-f.links-icon-logout:before, a.fa-facebook-f.favorite-book-black:before {
  content: "\f39e"; }

.fa.fa-github, .fa-github.lock-icon-danger, span.fa-github.app-group-plus, span.fa-github.app-group-minus, span.fa-github.topnav-icon-Active, span.fa-github.topnav-icon-, div.fa-github.links-icon-globe, span.fa-github.links-icon-contact, span.fa-github.links-icon-help, span.fa-github.links-icon-logout, a.fa-github.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card, .fa-credit-card.lock-icon-danger, span.fa-credit-card.app-group-plus, span.fa-credit-card.app-group-minus, span.fa-credit-card.topnav-icon-Active, span.fa-credit-card.topnav-icon-, div.fa-credit-card.links-icon-globe, span.fa-credit-card.links-icon-contact, span.fa-credit-card.links-icon-help, span.fa-credit-card.links-icon-logout, a.fa-credit-card.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-feed:before, .fa-feed.lock-icon-danger:before, span.fa-feed.app-group-plus:before, span.fa-feed.app-group-minus:before, span.fa-feed.topnav-icon-Active:before, span.fa-feed.topnav-icon-:before, div.fa-feed.links-icon-globe:before, span.fa-feed.links-icon-contact:before, span.fa-feed.links-icon-help:before, span.fa-feed.links-icon-logout:before, a.fa-feed.favorite-book-black:before {
  content: "\f09e"; }

.fa.fa-hdd-o, .fa-hdd-o.lock-icon-danger, span.fa-hdd-o.app-group-plus, span.fa-hdd-o.app-group-minus, span.fa-hdd-o.topnav-icon-Active, span.fa-hdd-o.topnav-icon-, div.fa-hdd-o.links-icon-globe, span.fa-hdd-o.links-icon-contact, span.fa-hdd-o.links-icon-help, span.fa-hdd-o.links-icon-logout, a.fa-hdd-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before, .fa-hdd-o.lock-icon-danger:before, span.fa-hdd-o.app-group-plus:before, span.fa-hdd-o.app-group-minus:before, span.fa-hdd-o.topnav-icon-Active:before, span.fa-hdd-o.topnav-icon-:before, div.fa-hdd-o.links-icon-globe:before, span.fa-hdd-o.links-icon-contact:before, span.fa-hdd-o.links-icon-help:before, span.fa-hdd-o.links-icon-logout:before, a.fa-hdd-o.favorite-book-black:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right, .fa-hand-o-right.lock-icon-danger, span.fa-hand-o-right.app-group-plus, span.fa-hand-o-right.app-group-minus, span.fa-hand-o-right.topnav-icon-Active, span.fa-hand-o-right.topnav-icon-, div.fa-hand-o-right.links-icon-globe, span.fa-hand-o-right.links-icon-contact, span.fa-hand-o-right.links-icon-help, span.fa-hand-o-right.links-icon-logout, a.fa-hand-o-right.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before, .fa-hand-o-right.lock-icon-danger:before, span.fa-hand-o-right.app-group-plus:before, span.fa-hand-o-right.app-group-minus:before, span.fa-hand-o-right.topnav-icon-Active:before, span.fa-hand-o-right.topnav-icon-:before, div.fa-hand-o-right.links-icon-globe:before, span.fa-hand-o-right.links-icon-contact:before, span.fa-hand-o-right.links-icon-help:before, span.fa-hand-o-right.links-icon-logout:before, a.fa-hand-o-right.favorite-book-black:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left, .fa-hand-o-left.lock-icon-danger, span.fa-hand-o-left.app-group-plus, span.fa-hand-o-left.app-group-minus, span.fa-hand-o-left.topnav-icon-Active, span.fa-hand-o-left.topnav-icon-, div.fa-hand-o-left.links-icon-globe, span.fa-hand-o-left.links-icon-contact, span.fa-hand-o-left.links-icon-help, span.fa-hand-o-left.links-icon-logout, a.fa-hand-o-left.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before, .fa-hand-o-left.lock-icon-danger:before, span.fa-hand-o-left.app-group-plus:before, span.fa-hand-o-left.app-group-minus:before, span.fa-hand-o-left.topnav-icon-Active:before, span.fa-hand-o-left.topnav-icon-:before, div.fa-hand-o-left.links-icon-globe:before, span.fa-hand-o-left.links-icon-contact:before, span.fa-hand-o-left.links-icon-help:before, span.fa-hand-o-left.links-icon-logout:before, a.fa-hand-o-left.favorite-book-black:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up, .fa-hand-o-up.lock-icon-danger, span.fa-hand-o-up.app-group-plus, span.fa-hand-o-up.app-group-minus, span.fa-hand-o-up.topnav-icon-Active, span.fa-hand-o-up.topnav-icon-, div.fa-hand-o-up.links-icon-globe, span.fa-hand-o-up.links-icon-contact, span.fa-hand-o-up.links-icon-help, span.fa-hand-o-up.links-icon-logout, a.fa-hand-o-up.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before, .fa-hand-o-up.lock-icon-danger:before, span.fa-hand-o-up.app-group-plus:before, span.fa-hand-o-up.app-group-minus:before, span.fa-hand-o-up.topnav-icon-Active:before, span.fa-hand-o-up.topnav-icon-:before, div.fa-hand-o-up.links-icon-globe:before, span.fa-hand-o-up.links-icon-contact:before, span.fa-hand-o-up.links-icon-help:before, span.fa-hand-o-up.links-icon-logout:before, a.fa-hand-o-up.favorite-book-black:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down, .fa-hand-o-down.lock-icon-danger, span.fa-hand-o-down.app-group-plus, span.fa-hand-o-down.app-group-minus, span.fa-hand-o-down.topnav-icon-Active, span.fa-hand-o-down.topnav-icon-, div.fa-hand-o-down.links-icon-globe, span.fa-hand-o-down.links-icon-contact, span.fa-hand-o-down.links-icon-help, span.fa-hand-o-down.links-icon-logout, a.fa-hand-o-down.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before, .fa-hand-o-down.lock-icon-danger:before, span.fa-hand-o-down.app-group-plus:before, span.fa-hand-o-down.app-group-minus:before, span.fa-hand-o-down.topnav-icon-Active:before, span.fa-hand-o-down.topnav-icon-:before, div.fa-hand-o-down.links-icon-globe:before, span.fa-hand-o-down.links-icon-contact:before, span.fa-hand-o-down.links-icon-help:before, span.fa-hand-o-down.links-icon-logout:before, a.fa-hand-o-down.favorite-book-black:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before, .fa-arrows-alt.lock-icon-danger:before, span.fa-arrows-alt.app-group-plus:before, span.fa-arrows-alt.app-group-minus:before, span.fa-arrows-alt.topnav-icon-Active:before, span.fa-arrows-alt.topnav-icon-:before, div.fa-arrows-alt.links-icon-globe:before, span.fa-arrows-alt.links-icon-contact:before, span.fa-arrows-alt.links-icon-help:before, span.fa-arrows-alt.links-icon-logout:before, a.fa-arrows-alt.favorite-book-black:before {
  content: "\f31e"; }

.fa.fa-group:before, .fa-group.lock-icon-danger:before, span.fa-group.app-group-plus:before, span.fa-group.app-group-minus:before, span.fa-group.topnav-icon-Active:before, span.fa-group.topnav-icon-:before, div.fa-group.links-icon-globe:before, span.fa-group.links-icon-contact:before, span.fa-group.links-icon-help:before, span.fa-group.links-icon-logout:before, a.fa-group.favorite-book-black:before {
  content: "\f0c0"; }

.fa.fa-chain:before, .fa-chain.lock-icon-danger:before, span.fa-chain.app-group-plus:before, span.fa-chain.app-group-minus:before, span.fa-chain.topnav-icon-Active:before, span.fa-chain.topnav-icon-:before, div.fa-chain.links-icon-globe:before, span.fa-chain.links-icon-contact:before, span.fa-chain.links-icon-help:before, span.fa-chain.links-icon-logout:before, a.fa-chain.favorite-book-black:before {
  content: "\f0c1"; }

.fa.fa-scissors:before, .fa-scissors.lock-icon-danger:before, span.fa-scissors.app-group-plus:before, span.fa-scissors.app-group-minus:before, span.fa-scissors.topnav-icon-Active:before, span.fa-scissors.topnav-icon-:before, div.fa-scissors.links-icon-globe:before, span.fa-scissors.links-icon-contact:before, span.fa-scissors.links-icon-help:before, span.fa-scissors.links-icon-logout:before, a.fa-scissors.favorite-book-black:before {
  content: "\f0c4"; }

.fa.fa-files-o, .fa-files-o.lock-icon-danger, span.fa-files-o.app-group-plus, span.fa-files-o.app-group-minus, span.fa-files-o.topnav-icon-Active, span.fa-files-o.topnav-icon-, div.fa-files-o.links-icon-globe, span.fa-files-o.links-icon-contact, span.fa-files-o.links-icon-help, span.fa-files-o.links-icon-logout, a.fa-files-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before, .fa-files-o.lock-icon-danger:before, span.fa-files-o.app-group-plus:before, span.fa-files-o.app-group-minus:before, span.fa-files-o.topnav-icon-Active:before, span.fa-files-o.topnav-icon-:before, div.fa-files-o.links-icon-globe:before, span.fa-files-o.links-icon-contact:before, span.fa-files-o.links-icon-help:before, span.fa-files-o.links-icon-logout:before, a.fa-files-o.favorite-book-black:before {
  content: "\f0c5"; }

.fa.fa-floppy-o, .fa-floppy-o.lock-icon-danger, span.fa-floppy-o.app-group-plus, span.fa-floppy-o.app-group-minus, span.fa-floppy-o.topnav-icon-Active, span.fa-floppy-o.topnav-icon-, div.fa-floppy-o.links-icon-globe, span.fa-floppy-o.links-icon-contact, span.fa-floppy-o.links-icon-help, span.fa-floppy-o.links-icon-logout, a.fa-floppy-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before, .fa-floppy-o.lock-icon-danger:before, span.fa-floppy-o.app-group-plus:before, span.fa-floppy-o.app-group-minus:before, span.fa-floppy-o.topnav-icon-Active:before, span.fa-floppy-o.topnav-icon-:before, div.fa-floppy-o.links-icon-globe:before, span.fa-floppy-o.links-icon-contact:before, span.fa-floppy-o.links-icon-help:before, span.fa-floppy-o.links-icon-logout:before, a.fa-floppy-o.favorite-book-black:before {
  content: "\f0c7"; }

.fa.fa-navicon:before, .fa-navicon.lock-icon-danger:before, span.fa-navicon.app-group-plus:before, span.fa-navicon.app-group-minus:before, span.fa-navicon.topnav-icon-Active:before, span.fa-navicon.topnav-icon-:before, div.fa-navicon.links-icon-globe:before, span.fa-navicon.links-icon-contact:before, span.fa-navicon.links-icon-help:before, span.fa-navicon.links-icon-logout:before, a.fa-navicon.favorite-book-black:before {
  content: "\f0c9"; }

.fa.fa-reorder:before, .fa-reorder.lock-icon-danger:before, span.fa-reorder.app-group-plus:before, span.fa-reorder.app-group-minus:before, span.fa-reorder.topnav-icon-Active:before, span.fa-reorder.topnav-icon-:before, div.fa-reorder.links-icon-globe:before, span.fa-reorder.links-icon-contact:before, span.fa-reorder.links-icon-help:before, span.fa-reorder.links-icon-logout:before, a.fa-reorder.favorite-book-black:before {
  content: "\f0c9"; }

.fa.fa-pinterest, .fa-pinterest.lock-icon-danger, span.fa-pinterest.app-group-plus, span.fa-pinterest.app-group-minus, span.fa-pinterest.topnav-icon-Active, span.fa-pinterest.topnav-icon-, div.fa-pinterest.links-icon-globe, span.fa-pinterest.links-icon-contact, span.fa-pinterest.links-icon-help, span.fa-pinterest.links-icon-logout, a.fa-pinterest.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square, .fa-pinterest-square.lock-icon-danger, span.fa-pinterest-square.app-group-plus, span.fa-pinterest-square.app-group-minus, span.fa-pinterest-square.topnav-icon-Active, span.fa-pinterest-square.topnav-icon-, div.fa-pinterest-square.links-icon-globe, span.fa-pinterest-square.links-icon-contact, span.fa-pinterest-square.links-icon-help, span.fa-pinterest-square.links-icon-logout, a.fa-pinterest-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square, .fa-google-plus-square.lock-icon-danger, span.fa-google-plus-square.app-group-plus, span.fa-google-plus-square.app-group-minus, span.fa-google-plus-square.topnav-icon-Active, span.fa-google-plus-square.topnav-icon-, div.fa-google-plus-square.links-icon-globe, span.fa-google-plus-square.links-icon-contact, span.fa-google-plus-square.links-icon-help, span.fa-google-plus-square.links-icon-logout, a.fa-google-plus-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus, .fa-google-plus.lock-icon-danger, span.fa-google-plus.app-group-plus, span.fa-google-plus.app-group-minus, span.fa-google-plus.topnav-icon-Active, span.fa-google-plus.topnav-icon-, div.fa-google-plus.links-icon-globe, span.fa-google-plus.links-icon-contact, span.fa-google-plus.links-icon-help, span.fa-google-plus.links-icon-logout, a.fa-google-plus.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before, .fa-google-plus.lock-icon-danger:before, span.fa-google-plus.app-group-plus:before, span.fa-google-plus.app-group-minus:before, span.fa-google-plus.topnav-icon-Active:before, span.fa-google-plus.topnav-icon-:before, div.fa-google-plus.links-icon-globe:before, span.fa-google-plus.links-icon-contact:before, span.fa-google-plus.links-icon-help:before, span.fa-google-plus.links-icon-logout:before, a.fa-google-plus.favorite-book-black:before {
  content: "\f0d5"; }

.fa.fa-money, .fa-money.lock-icon-danger, span.fa-money.app-group-plus, span.fa-money.app-group-minus, span.fa-money.topnav-icon-Active, span.fa-money.topnav-icon-, div.fa-money.links-icon-globe, span.fa-money.links-icon-contact, span.fa-money.links-icon-help, span.fa-money.links-icon-logout, a.fa-money.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before, .fa-money.lock-icon-danger:before, span.fa-money.app-group-plus:before, span.fa-money.app-group-minus:before, span.fa-money.topnav-icon-Active:before, span.fa-money.topnav-icon-:before, div.fa-money.links-icon-globe:before, span.fa-money.links-icon-contact:before, span.fa-money.links-icon-help:before, span.fa-money.links-icon-logout:before, a.fa-money.favorite-book-black:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before, .fa-unsorted.lock-icon-danger:before, span.fa-unsorted.app-group-plus:before, span.fa-unsorted.app-group-minus:before, span.fa-unsorted.topnav-icon-Active:before, span.fa-unsorted.topnav-icon-:before, div.fa-unsorted.links-icon-globe:before, span.fa-unsorted.links-icon-contact:before, span.fa-unsorted.links-icon-help:before, span.fa-unsorted.links-icon-logout:before, a.fa-unsorted.favorite-book-black:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before, .fa-sort-desc.lock-icon-danger:before, span.fa-sort-desc.app-group-plus:before, span.fa-sort-desc.app-group-minus:before, span.fa-sort-desc.topnav-icon-Active:before, span.fa-sort-desc.topnav-icon-:before, div.fa-sort-desc.links-icon-globe:before, span.fa-sort-desc.links-icon-contact:before, span.fa-sort-desc.links-icon-help:before, span.fa-sort-desc.links-icon-logout:before, a.fa-sort-desc.favorite-book-black:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before, .fa-sort-asc.lock-icon-danger:before, span.fa-sort-asc.app-group-plus:before, span.fa-sort-asc.app-group-minus:before, span.fa-sort-asc.topnav-icon-Active:before, span.fa-sort-asc.topnav-icon-:before, div.fa-sort-asc.links-icon-globe:before, span.fa-sort-asc.links-icon-contact:before, span.fa-sort-asc.links-icon-help:before, span.fa-sort-asc.links-icon-logout:before, a.fa-sort-asc.favorite-book-black:before {
  content: "\f0de"; }

.fa.fa-linkedin, .fa-linkedin.lock-icon-danger, span.fa-linkedin.app-group-plus, span.fa-linkedin.app-group-minus, span.fa-linkedin.topnav-icon-Active, span.fa-linkedin.topnav-icon-, div.fa-linkedin.links-icon-globe, span.fa-linkedin.links-icon-contact, span.fa-linkedin.links-icon-help, span.fa-linkedin.links-icon-logout, a.fa-linkedin.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before, .fa-linkedin.lock-icon-danger:before, span.fa-linkedin.app-group-plus:before, span.fa-linkedin.app-group-minus:before, span.fa-linkedin.topnav-icon-Active:before, span.fa-linkedin.topnav-icon-:before, div.fa-linkedin.links-icon-globe:before, span.fa-linkedin.links-icon-contact:before, span.fa-linkedin.links-icon-help:before, span.fa-linkedin.links-icon-logout:before, a.fa-linkedin.favorite-book-black:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before, .fa-rotate-left.lock-icon-danger:before, span.fa-rotate-left.app-group-plus:before, span.fa-rotate-left.app-group-minus:before, span.fa-rotate-left.topnav-icon-Active:before, span.fa-rotate-left.topnav-icon-:before, div.fa-rotate-left.links-icon-globe:before, span.fa-rotate-left.links-icon-contact:before, span.fa-rotate-left.links-icon-help:before, span.fa-rotate-left.links-icon-logout:before, a.fa-rotate-left.favorite-book-black:before {
  content: "\f0e2"; }

.fa.fa-legal:before, .fa-legal.lock-icon-danger:before, span.fa-legal.app-group-plus:before, span.fa-legal.app-group-minus:before, span.fa-legal.topnav-icon-Active:before, span.fa-legal.topnav-icon-:before, div.fa-legal.links-icon-globe:before, span.fa-legal.links-icon-contact:before, span.fa-legal.links-icon-help:before, span.fa-legal.links-icon-logout:before, a.fa-legal.favorite-book-black:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before, .fa-tachometer.lock-icon-danger:before, span.fa-tachometer.app-group-plus:before, span.fa-tachometer.app-group-minus:before, span.fa-tachometer.topnav-icon-Active:before, span.fa-tachometer.topnav-icon-:before, div.fa-tachometer.links-icon-globe:before, span.fa-tachometer.links-icon-contact:before, span.fa-tachometer.links-icon-help:before, span.fa-tachometer.links-icon-logout:before, a.fa-tachometer.favorite-book-black:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before, .fa-dashboard.lock-icon-danger:before, span.fa-dashboard.app-group-plus:before, span.fa-dashboard.app-group-minus:before, span.fa-dashboard.topnav-icon-Active:before, span.fa-dashboard.topnav-icon-:before, div.fa-dashboard.links-icon-globe:before, span.fa-dashboard.links-icon-contact:before, span.fa-dashboard.links-icon-help:before, span.fa-dashboard.links-icon-logout:before, a.fa-dashboard.favorite-book-black:before {
  content: "\f3fd"; }

.fa.fa-comment-o, .fa-comment-o.lock-icon-danger, span.fa-comment-o.app-group-plus, span.fa-comment-o.app-group-minus, span.fa-comment-o.topnav-icon-Active, span.fa-comment-o.topnav-icon-, div.fa-comment-o.links-icon-globe, span.fa-comment-o.links-icon-contact, span.fa-comment-o.links-icon-help, span.fa-comment-o.links-icon-logout, a.fa-comment-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comment-o:before, .fa-comment-o.lock-icon-danger:before, span.fa-comment-o.app-group-plus:before, span.fa-comment-o.app-group-minus:before, span.fa-comment-o.topnav-icon-Active:before, span.fa-comment-o.topnav-icon-:before, div.fa-comment-o.links-icon-globe:before, span.fa-comment-o.links-icon-contact:before, span.fa-comment-o.links-icon-help:before, span.fa-comment-o.links-icon-logout:before, a.fa-comment-o.favorite-book-black:before {
  content: "\f075"; }

.fa.fa-comments-o, .fa-comments-o.lock-icon-danger, span.fa-comments-o.app-group-plus, span.fa-comments-o.app-group-minus, span.fa-comments-o.topnav-icon-Active, span.fa-comments-o.topnav-icon-, div.fa-comments-o.links-icon-globe, span.fa-comments-o.links-icon-contact, span.fa-comments-o.links-icon-help, span.fa-comments-o.links-icon-logout, a.fa-comments-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before, .fa-comments-o.lock-icon-danger:before, span.fa-comments-o.app-group-plus:before, span.fa-comments-o.app-group-minus:before, span.fa-comments-o.topnav-icon-Active:before, span.fa-comments-o.topnav-icon-:before, div.fa-comments-o.links-icon-globe:before, span.fa-comments-o.links-icon-contact:before, span.fa-comments-o.links-icon-help:before, span.fa-comments-o.links-icon-logout:before, a.fa-comments-o.favorite-book-black:before {
  content: "\f086"; }

.fa.fa-flash:before, .fa-flash.lock-icon-danger:before, span.fa-flash.app-group-plus:before, span.fa-flash.app-group-minus:before, span.fa-flash.topnav-icon-Active:before, span.fa-flash.topnav-icon-:before, div.fa-flash.links-icon-globe:before, span.fa-flash.links-icon-contact:before, span.fa-flash.links-icon-help:before, span.fa-flash.links-icon-logout:before, a.fa-flash.favorite-book-black:before {
  content: "\f0e7"; }

.fa.fa-clipboard, .fa-clipboard.lock-icon-danger, span.fa-clipboard.app-group-plus, span.fa-clipboard.app-group-minus, span.fa-clipboard.topnav-icon-Active, span.fa-clipboard.topnav-icon-, div.fa-clipboard.links-icon-globe, span.fa-clipboard.links-icon-contact, span.fa-clipboard.links-icon-help, span.fa-clipboard.links-icon-logout, a.fa-clipboard.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste, .fa-paste.lock-icon-danger, span.fa-paste.app-group-plus, span.fa-paste.app-group-minus, span.fa-paste.topnav-icon-Active, span.fa-paste.topnav-icon-, div.fa-paste.links-icon-globe, span.fa-paste.links-icon-contact, span.fa-paste.links-icon-help, span.fa-paste.links-icon-logout, a.fa-paste.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before, .fa-paste.lock-icon-danger:before, span.fa-paste.app-group-plus:before, span.fa-paste.app-group-minus:before, span.fa-paste.topnav-icon-Active:before, span.fa-paste.topnav-icon-:before, div.fa-paste.links-icon-globe:before, span.fa-paste.links-icon-contact:before, span.fa-paste.links-icon-help:before, span.fa-paste.links-icon-logout:before, a.fa-paste.favorite-book-black:before {
  content: "\f328"; }

.fa.fa-lightbulb-o, .fa-lightbulb-o.lock-icon-danger, span.fa-lightbulb-o.app-group-plus, span.fa-lightbulb-o.app-group-minus, span.fa-lightbulb-o.topnav-icon-Active, span.fa-lightbulb-o.topnav-icon-, div.fa-lightbulb-o.links-icon-globe, span.fa-lightbulb-o.links-icon-contact, span.fa-lightbulb-o.links-icon-help, span.fa-lightbulb-o.links-icon-logout, a.fa-lightbulb-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before, .fa-lightbulb-o.lock-icon-danger:before, span.fa-lightbulb-o.app-group-plus:before, span.fa-lightbulb-o.app-group-minus:before, span.fa-lightbulb-o.topnav-icon-Active:before, span.fa-lightbulb-o.topnav-icon-:before, div.fa-lightbulb-o.links-icon-globe:before, span.fa-lightbulb-o.links-icon-contact:before, span.fa-lightbulb-o.links-icon-help:before, span.fa-lightbulb-o.links-icon-logout:before, a.fa-lightbulb-o.favorite-book-black:before {
  content: "\f0eb"; }

.fa.fa-exchange:before, .fa-exchange.lock-icon-danger:before, span.fa-exchange.app-group-plus:before, span.fa-exchange.app-group-minus:before, span.fa-exchange.topnav-icon-Active:before, span.fa-exchange.topnav-icon-:before, div.fa-exchange.links-icon-globe:before, span.fa-exchange.links-icon-contact:before, span.fa-exchange.links-icon-help:before, span.fa-exchange.links-icon-logout:before, a.fa-exchange.favorite-book-black:before {
  content: "\f362"; }

.fa.fa-cloud-download:before, .fa-cloud-download.lock-icon-danger:before, span.fa-cloud-download.app-group-plus:before, span.fa-cloud-download.app-group-minus:before, span.fa-cloud-download.topnav-icon-Active:before, span.fa-cloud-download.topnav-icon-:before, div.fa-cloud-download.links-icon-globe:before, span.fa-cloud-download.links-icon-contact:before, span.fa-cloud-download.links-icon-help:before, span.fa-cloud-download.links-icon-logout:before, a.fa-cloud-download.favorite-book-black:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before, .fa-cloud-upload.lock-icon-danger:before, span.fa-cloud-upload.app-group-plus:before, span.fa-cloud-upload.app-group-minus:before, span.fa-cloud-upload.topnav-icon-Active:before, span.fa-cloud-upload.topnav-icon-:before, div.fa-cloud-upload.links-icon-globe:before, span.fa-cloud-upload.links-icon-contact:before, span.fa-cloud-upload.links-icon-help:before, span.fa-cloud-upload.links-icon-logout:before, a.fa-cloud-upload.favorite-book-black:before {
  content: "\f382"; }

.fa.fa-bell-o, .fa-bell-o.lock-icon-danger, span.fa-bell-o.app-group-plus, span.fa-bell-o.app-group-minus, span.fa-bell-o.topnav-icon-Active, span.fa-bell-o.topnav-icon-, div.fa-bell-o.links-icon-globe, span.fa-bell-o.links-icon-contact, span.fa-bell-o.links-icon-help, span.fa-bell-o.links-icon-logout, a.fa-bell-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o:before, .fa-bell-o.lock-icon-danger:before, span.fa-bell-o.app-group-plus:before, span.fa-bell-o.app-group-minus:before, span.fa-bell-o.topnav-icon-Active:before, span.fa-bell-o.topnav-icon-:before, div.fa-bell-o.links-icon-globe:before, span.fa-bell-o.links-icon-contact:before, span.fa-bell-o.links-icon-help:before, span.fa-bell-o.links-icon-logout:before, a.fa-bell-o.favorite-book-black:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before, .fa-cutlery.lock-icon-danger:before, span.fa-cutlery.app-group-plus:before, span.fa-cutlery.app-group-minus:before, span.fa-cutlery.topnav-icon-Active:before, span.fa-cutlery.topnav-icon-:before, div.fa-cutlery.links-icon-globe:before, span.fa-cutlery.links-icon-contact:before, span.fa-cutlery.links-icon-help:before, span.fa-cutlery.links-icon-logout:before, a.fa-cutlery.favorite-book-black:before {
  content: "\f2e7"; }

.fa.fa-file-text-o, .fa-file-text-o.lock-icon-danger, span.fa-file-text-o.app-group-plus, span.fa-file-text-o.app-group-minus, span.fa-file-text-o.topnav-icon-Active, span.fa-file-text-o.topnav-icon-, div.fa-file-text-o.links-icon-globe, span.fa-file-text-o.links-icon-contact, span.fa-file-text-o.links-icon-help, span.fa-file-text-o.links-icon-logout, a.fa-file-text-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before, .fa-file-text-o.lock-icon-danger:before, span.fa-file-text-o.app-group-plus:before, span.fa-file-text-o.app-group-minus:before, span.fa-file-text-o.topnav-icon-Active:before, span.fa-file-text-o.topnav-icon-:before, div.fa-file-text-o.links-icon-globe:before, span.fa-file-text-o.links-icon-contact:before, span.fa-file-text-o.links-icon-help:before, span.fa-file-text-o.links-icon-logout:before, a.fa-file-text-o.favorite-book-black:before {
  content: "\f15c"; }

.fa.fa-building-o, .fa-building-o.lock-icon-danger, span.fa-building-o.app-group-plus, span.fa-building-o.app-group-minus, span.fa-building-o.topnav-icon-Active, span.fa-building-o.topnav-icon-, div.fa-building-o.links-icon-globe, span.fa-building-o.links-icon-contact, span.fa-building-o.links-icon-help, span.fa-building-o.links-icon-logout, a.fa-building-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before, .fa-building-o.lock-icon-danger:before, span.fa-building-o.app-group-plus:before, span.fa-building-o.app-group-minus:before, span.fa-building-o.topnav-icon-Active:before, span.fa-building-o.topnav-icon-:before, div.fa-building-o.links-icon-globe:before, span.fa-building-o.links-icon-contact:before, span.fa-building-o.links-icon-help:before, span.fa-building-o.links-icon-logout:before, a.fa-building-o.favorite-book-black:before {
  content: "\f1ad"; }

.fa.fa-hospital-o, .fa-hospital-o.lock-icon-danger, span.fa-hospital-o.app-group-plus, span.fa-hospital-o.app-group-minus, span.fa-hospital-o.topnav-icon-Active, span.fa-hospital-o.topnav-icon-, div.fa-hospital-o.links-icon-globe, span.fa-hospital-o.links-icon-contact, span.fa-hospital-o.links-icon-help, span.fa-hospital-o.links-icon-logout, a.fa-hospital-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before, .fa-hospital-o.lock-icon-danger:before, span.fa-hospital-o.app-group-plus:before, span.fa-hospital-o.app-group-minus:before, span.fa-hospital-o.topnav-icon-Active:before, span.fa-hospital-o.topnav-icon-:before, div.fa-hospital-o.links-icon-globe:before, span.fa-hospital-o.links-icon-contact:before, span.fa-hospital-o.links-icon-help:before, span.fa-hospital-o.links-icon-logout:before, a.fa-hospital-o.favorite-book-black:before {
  content: "\f0f8"; }

.fa.fa-tablet:before, .fa-tablet.lock-icon-danger:before, span.fa-tablet.app-group-plus:before, span.fa-tablet.app-group-minus:before, span.fa-tablet.topnav-icon-Active:before, span.fa-tablet.topnav-icon-:before, div.fa-tablet.links-icon-globe:before, span.fa-tablet.links-icon-contact:before, span.fa-tablet.links-icon-help:before, span.fa-tablet.links-icon-logout:before, a.fa-tablet.favorite-book-black:before {
  content: "\f3fa"; }

.fa.fa-mobile:before, .fa-mobile.lock-icon-danger:before, span.fa-mobile.app-group-plus:before, span.fa-mobile.app-group-minus:before, span.fa-mobile.topnav-icon-Active:before, span.fa-mobile.topnav-icon-:before, div.fa-mobile.links-icon-globe:before, span.fa-mobile.links-icon-contact:before, span.fa-mobile.links-icon-help:before, span.fa-mobile.links-icon-logout:before, a.fa-mobile.favorite-book-black:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before, .fa-mobile-phone.lock-icon-danger:before, span.fa-mobile-phone.app-group-plus:before, span.fa-mobile-phone.app-group-minus:before, span.fa-mobile-phone.topnav-icon-Active:before, span.fa-mobile-phone.topnav-icon-:before, div.fa-mobile-phone.links-icon-globe:before, span.fa-mobile-phone.links-icon-contact:before, span.fa-mobile-phone.links-icon-help:before, span.fa-mobile-phone.links-icon-logout:before, a.fa-mobile-phone.favorite-book-black:before {
  content: "\f3cd"; }

.fa.fa-circle-o, .fa-circle-o.lock-icon-danger, span.fa-circle-o.app-group-plus, span.fa-circle-o.app-group-minus, span.fa-circle-o.topnav-icon-Active, span.fa-circle-o.topnav-icon-, div.fa-circle-o.links-icon-globe, span.fa-circle-o.links-icon-contact, span.fa-circle-o.links-icon-help, span.fa-circle-o.links-icon-logout, a.fa-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before, .fa-circle-o.lock-icon-danger:before, span.fa-circle-o.app-group-plus:before, span.fa-circle-o.app-group-minus:before, span.fa-circle-o.topnav-icon-Active:before, span.fa-circle-o.topnav-icon-:before, div.fa-circle-o.links-icon-globe:before, span.fa-circle-o.links-icon-contact:before, span.fa-circle-o.links-icon-help:before, span.fa-circle-o.links-icon-logout:before, a.fa-circle-o.favorite-book-black:before {
  content: "\f111"; }

.fa.fa-mail-reply:before, .fa-mail-reply.lock-icon-danger:before, span.fa-mail-reply.app-group-plus:before, span.fa-mail-reply.app-group-minus:before, span.fa-mail-reply.topnav-icon-Active:before, span.fa-mail-reply.topnav-icon-:before, div.fa-mail-reply.links-icon-globe:before, span.fa-mail-reply.links-icon-contact:before, span.fa-mail-reply.links-icon-help:before, span.fa-mail-reply.links-icon-logout:before, a.fa-mail-reply.favorite-book-black:before {
  content: "\f3e5"; }

.fa.fa-github-alt, .fa-github-alt.lock-icon-danger, span.fa-github-alt.app-group-plus, span.fa-github-alt.app-group-minus, span.fa-github-alt.topnav-icon-Active, span.fa-github-alt.topnav-icon-, div.fa-github-alt.links-icon-globe, span.fa-github-alt.links-icon-contact, span.fa-github-alt.links-icon-help, span.fa-github-alt.links-icon-logout, a.fa-github-alt.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o, .fa-folder-o.lock-icon-danger, span.fa-folder-o.app-group-plus, span.fa-folder-o.app-group-minus, span.fa-folder-o.topnav-icon-Active, span.fa-folder-o.topnav-icon-, div.fa-folder-o.links-icon-globe, span.fa-folder-o.links-icon-contact, span.fa-folder-o.links-icon-help, span.fa-folder-o.links-icon-logout, a.fa-folder-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before, .fa-folder-o.lock-icon-danger:before, span.fa-folder-o.app-group-plus:before, span.fa-folder-o.app-group-minus:before, span.fa-folder-o.topnav-icon-Active:before, span.fa-folder-o.topnav-icon-:before, div.fa-folder-o.links-icon-globe:before, span.fa-folder-o.links-icon-contact:before, span.fa-folder-o.links-icon-help:before, span.fa-folder-o.links-icon-logout:before, a.fa-folder-o.favorite-book-black:before {
  content: "\f07b"; }

.fa.fa-folder-open-o, .fa-folder-open-o.lock-icon-danger, span.fa-folder-open-o.app-group-plus, span.fa-folder-open-o.app-group-minus, span.fa-folder-open-o.topnav-icon-Active, span.fa-folder-open-o.topnav-icon-, div.fa-folder-open-o.links-icon-globe, span.fa-folder-open-o.links-icon-contact, span.fa-folder-open-o.links-icon-help, span.fa-folder-open-o.links-icon-logout, a.fa-folder-open-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before, .fa-folder-open-o.lock-icon-danger:before, span.fa-folder-open-o.app-group-plus:before, span.fa-folder-open-o.app-group-minus:before, span.fa-folder-open-o.topnav-icon-Active:before, span.fa-folder-open-o.topnav-icon-:before, div.fa-folder-open-o.links-icon-globe:before, span.fa-folder-open-o.links-icon-contact:before, span.fa-folder-open-o.links-icon-help:before, span.fa-folder-open-o.links-icon-logout:before, a.fa-folder-open-o.favorite-book-black:before {
  content: "\f07c"; }

.fa.fa-smile-o, .fa-smile-o.lock-icon-danger, span.fa-smile-o.app-group-plus, span.fa-smile-o.app-group-minus, span.fa-smile-o.topnav-icon-Active, span.fa-smile-o.topnav-icon-, div.fa-smile-o.links-icon-globe, span.fa-smile-o.links-icon-contact, span.fa-smile-o.links-icon-help, span.fa-smile-o.links-icon-logout, a.fa-smile-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before, .fa-smile-o.lock-icon-danger:before, span.fa-smile-o.app-group-plus:before, span.fa-smile-o.app-group-minus:before, span.fa-smile-o.topnav-icon-Active:before, span.fa-smile-o.topnav-icon-:before, div.fa-smile-o.links-icon-globe:before, span.fa-smile-o.links-icon-contact:before, span.fa-smile-o.links-icon-help:before, span.fa-smile-o.links-icon-logout:before, a.fa-smile-o.favorite-book-black:before {
  content: "\f118"; }

.fa.fa-frown-o, .fa-frown-o.lock-icon-danger, span.fa-frown-o.app-group-plus, span.fa-frown-o.app-group-minus, span.fa-frown-o.topnav-icon-Active, span.fa-frown-o.topnav-icon-, div.fa-frown-o.links-icon-globe, span.fa-frown-o.links-icon-contact, span.fa-frown-o.links-icon-help, span.fa-frown-o.links-icon-logout, a.fa-frown-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before, .fa-frown-o.lock-icon-danger:before, span.fa-frown-o.app-group-plus:before, span.fa-frown-o.app-group-minus:before, span.fa-frown-o.topnav-icon-Active:before, span.fa-frown-o.topnav-icon-:before, div.fa-frown-o.links-icon-globe:before, span.fa-frown-o.links-icon-contact:before, span.fa-frown-o.links-icon-help:before, span.fa-frown-o.links-icon-logout:before, a.fa-frown-o.favorite-book-black:before {
  content: "\f119"; }

.fa.fa-meh-o, .fa-meh-o.lock-icon-danger, span.fa-meh-o.app-group-plus, span.fa-meh-o.app-group-minus, span.fa-meh-o.topnav-icon-Active, span.fa-meh-o.topnav-icon-, div.fa-meh-o.links-icon-globe, span.fa-meh-o.links-icon-contact, span.fa-meh-o.links-icon-help, span.fa-meh-o.links-icon-logout, a.fa-meh-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before, .fa-meh-o.lock-icon-danger:before, span.fa-meh-o.app-group-plus:before, span.fa-meh-o.app-group-minus:before, span.fa-meh-o.topnav-icon-Active:before, span.fa-meh-o.topnav-icon-:before, div.fa-meh-o.links-icon-globe:before, span.fa-meh-o.links-icon-contact:before, span.fa-meh-o.links-icon-help:before, span.fa-meh-o.links-icon-logout:before, a.fa-meh-o.favorite-book-black:before {
  content: "\f11a"; }

.fa.fa-keyboard-o, .fa-keyboard-o.lock-icon-danger, span.fa-keyboard-o.app-group-plus, span.fa-keyboard-o.app-group-minus, span.fa-keyboard-o.topnav-icon-Active, span.fa-keyboard-o.topnav-icon-, div.fa-keyboard-o.links-icon-globe, span.fa-keyboard-o.links-icon-contact, span.fa-keyboard-o.links-icon-help, span.fa-keyboard-o.links-icon-logout, a.fa-keyboard-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before, .fa-keyboard-o.lock-icon-danger:before, span.fa-keyboard-o.app-group-plus:before, span.fa-keyboard-o.app-group-minus:before, span.fa-keyboard-o.topnav-icon-Active:before, span.fa-keyboard-o.topnav-icon-:before, div.fa-keyboard-o.links-icon-globe:before, span.fa-keyboard-o.links-icon-contact:before, span.fa-keyboard-o.links-icon-help:before, span.fa-keyboard-o.links-icon-logout:before, a.fa-keyboard-o.favorite-book-black:before {
  content: "\f11c"; }

.fa.fa-flag-o, .fa-flag-o.lock-icon-danger, span.fa-flag-o.app-group-plus, span.fa-flag-o.app-group-minus, span.fa-flag-o.topnav-icon-Active, span.fa-flag-o.topnav-icon-, div.fa-flag-o.links-icon-globe, span.fa-flag-o.links-icon-contact, span.fa-flag-o.links-icon-help, span.fa-flag-o.links-icon-logout, a.fa-flag-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before, .fa-flag-o.lock-icon-danger:before, span.fa-flag-o.app-group-plus:before, span.fa-flag-o.app-group-minus:before, span.fa-flag-o.topnav-icon-Active:before, span.fa-flag-o.topnav-icon-:before, div.fa-flag-o.links-icon-globe:before, span.fa-flag-o.links-icon-contact:before, span.fa-flag-o.links-icon-help:before, span.fa-flag-o.links-icon-logout:before, a.fa-flag-o.favorite-book-black:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before, .fa-mail-reply-all.lock-icon-danger:before, span.fa-mail-reply-all.app-group-plus:before, span.fa-mail-reply-all.app-group-minus:before, span.fa-mail-reply-all.topnav-icon-Active:before, span.fa-mail-reply-all.topnav-icon-:before, div.fa-mail-reply-all.links-icon-globe:before, span.fa-mail-reply-all.links-icon-contact:before, span.fa-mail-reply-all.links-icon-help:before, span.fa-mail-reply-all.links-icon-logout:before, a.fa-mail-reply-all.favorite-book-black:before {
  content: "\f122"; }

.fa.fa-star-half-o, .fa-star-half-o.lock-icon-danger, span.fa-star-half-o.app-group-plus, span.fa-star-half-o.app-group-minus, span.fa-star-half-o.topnav-icon-Active, span.fa-star-half-o.topnav-icon-, div.fa-star-half-o.links-icon-globe, span.fa-star-half-o.links-icon-contact, span.fa-star-half-o.links-icon-help, span.fa-star-half-o.links-icon-logout, a.fa-star-half-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before, .fa-star-half-o.lock-icon-danger:before, span.fa-star-half-o.app-group-plus:before, span.fa-star-half-o.app-group-minus:before, span.fa-star-half-o.topnav-icon-Active:before, span.fa-star-half-o.topnav-icon-:before, div.fa-star-half-o.links-icon-globe:before, span.fa-star-half-o.links-icon-contact:before, span.fa-star-half-o.links-icon-help:before, span.fa-star-half-o.links-icon-logout:before, a.fa-star-half-o.favorite-book-black:before {
  content: "\f089"; }

.fa.fa-star-half-empty, .fa-star-half-empty.lock-icon-danger, span.fa-star-half-empty.app-group-plus, span.fa-star-half-empty.app-group-minus, span.fa-star-half-empty.topnav-icon-Active, span.fa-star-half-empty.topnav-icon-, div.fa-star-half-empty.links-icon-globe, span.fa-star-half-empty.links-icon-contact, span.fa-star-half-empty.links-icon-help, span.fa-star-half-empty.links-icon-logout, a.fa-star-half-empty.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before, .fa-star-half-empty.lock-icon-danger:before, span.fa-star-half-empty.app-group-plus:before, span.fa-star-half-empty.app-group-minus:before, span.fa-star-half-empty.topnav-icon-Active:before, span.fa-star-half-empty.topnav-icon-:before, div.fa-star-half-empty.links-icon-globe:before, span.fa-star-half-empty.links-icon-contact:before, span.fa-star-half-empty.links-icon-help:before, span.fa-star-half-empty.links-icon-logout:before, a.fa-star-half-empty.favorite-book-black:before {
  content: "\f089"; }

.fa.fa-star-half-full, .fa-star-half-full.lock-icon-danger, span.fa-star-half-full.app-group-plus, span.fa-star-half-full.app-group-minus, span.fa-star-half-full.topnav-icon-Active, span.fa-star-half-full.topnav-icon-, div.fa-star-half-full.links-icon-globe, span.fa-star-half-full.links-icon-contact, span.fa-star-half-full.links-icon-help, span.fa-star-half-full.links-icon-logout, a.fa-star-half-full.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before, .fa-star-half-full.lock-icon-danger:before, span.fa-star-half-full.app-group-plus:before, span.fa-star-half-full.app-group-minus:before, span.fa-star-half-full.topnav-icon-Active:before, span.fa-star-half-full.topnav-icon-:before, div.fa-star-half-full.links-icon-globe:before, span.fa-star-half-full.links-icon-contact:before, span.fa-star-half-full.links-icon-help:before, span.fa-star-half-full.links-icon-logout:before, a.fa-star-half-full.favorite-book-black:before {
  content: "\f089"; }

.fa.fa-code-fork:before, .fa-code-fork.lock-icon-danger:before, span.fa-code-fork.app-group-plus:before, span.fa-code-fork.app-group-minus:before, span.fa-code-fork.topnav-icon-Active:before, span.fa-code-fork.topnav-icon-:before, div.fa-code-fork.links-icon-globe:before, span.fa-code-fork.links-icon-contact:before, span.fa-code-fork.links-icon-help:before, span.fa-code-fork.links-icon-logout:before, a.fa-code-fork.favorite-book-black:before {
  content: "\f126"; }

.fa.fa-chain-broken:before, .fa-chain-broken.lock-icon-danger:before, span.fa-chain-broken.app-group-plus:before, span.fa-chain-broken.app-group-minus:before, span.fa-chain-broken.topnav-icon-Active:before, span.fa-chain-broken.topnav-icon-:before, div.fa-chain-broken.links-icon-globe:before, span.fa-chain-broken.links-icon-contact:before, span.fa-chain-broken.links-icon-help:before, span.fa-chain-broken.links-icon-logout:before, a.fa-chain-broken.favorite-book-black:before {
  content: "\f127"; }

.fa.fa-shield:before, .fa-shield.lock-icon-danger:before, span.fa-shield.app-group-plus:before, span.fa-shield.app-group-minus:before, span.fa-shield.topnav-icon-Active:before, span.fa-shield.topnav-icon-:before, div.fa-shield.links-icon-globe:before, span.fa-shield.links-icon-contact:before, span.fa-shield.links-icon-help:before, span.fa-shield.links-icon-logout:before, a.fa-shield.favorite-book-black:before {
  content: "\f3ed"; }

.fa.fa-calendar-o, .fa-calendar-o.lock-icon-danger, span.fa-calendar-o.app-group-plus, span.fa-calendar-o.app-group-minus, span.fa-calendar-o.topnav-icon-Active, span.fa-calendar-o.topnav-icon-, div.fa-calendar-o.links-icon-globe, span.fa-calendar-o.links-icon-contact, span.fa-calendar-o.links-icon-help, span.fa-calendar-o.links-icon-logout, a.fa-calendar-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before, .fa-calendar-o.lock-icon-danger:before, span.fa-calendar-o.app-group-plus:before, span.fa-calendar-o.app-group-minus:before, span.fa-calendar-o.topnav-icon-Active:before, span.fa-calendar-o.topnav-icon-:before, div.fa-calendar-o.links-icon-globe:before, span.fa-calendar-o.links-icon-contact:before, span.fa-calendar-o.links-icon-help:before, span.fa-calendar-o.links-icon-logout:before, a.fa-calendar-o.favorite-book-black:before {
  content: "\f133"; }

.fa.fa-maxcdn, .fa-maxcdn.lock-icon-danger, span.fa-maxcdn.app-group-plus, span.fa-maxcdn.app-group-minus, span.fa-maxcdn.topnav-icon-Active, span.fa-maxcdn.topnav-icon-, div.fa-maxcdn.links-icon-globe, span.fa-maxcdn.links-icon-contact, span.fa-maxcdn.links-icon-help, span.fa-maxcdn.links-icon-logout, a.fa-maxcdn.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5, .fa-html5.lock-icon-danger, span.fa-html5.app-group-plus, span.fa-html5.app-group-minus, span.fa-html5.topnav-icon-Active, span.fa-html5.topnav-icon-, div.fa-html5.links-icon-globe, span.fa-html5.links-icon-contact, span.fa-html5.links-icon-help, span.fa-html5.links-icon-logout, a.fa-html5.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3, .fa-css3.lock-icon-danger, span.fa-css3.app-group-plus, span.fa-css3.app-group-minus, span.fa-css3.topnav-icon-Active, span.fa-css3.topnav-icon-, div.fa-css3.links-icon-globe, span.fa-css3.links-icon-contact, span.fa-css3.links-icon-help, span.fa-css3.links-icon-logout, a.fa-css3.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before, .fa-ticket.lock-icon-danger:before, span.fa-ticket.app-group-plus:before, span.fa-ticket.app-group-minus:before, span.fa-ticket.topnav-icon-Active:before, span.fa-ticket.topnav-icon-:before, div.fa-ticket.links-icon-globe:before, span.fa-ticket.links-icon-contact:before, span.fa-ticket.links-icon-help:before, span.fa-ticket.links-icon-logout:before, a.fa-ticket.favorite-book-black:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o, .fa-minus-square-o.lock-icon-danger, span.fa-minus-square-o.app-group-plus, span.fa-minus-square-o.app-group-minus, span.fa-minus-square-o.topnav-icon-Active, span.fa-minus-square-o.topnav-icon-, div.fa-minus-square-o.links-icon-globe, span.fa-minus-square-o.links-icon-contact, span.fa-minus-square-o.links-icon-help, span.fa-minus-square-o.links-icon-logout, a.fa-minus-square-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before, .fa-minus-square-o.lock-icon-danger:before, span.fa-minus-square-o.app-group-plus:before, span.fa-minus-square-o.app-group-minus:before, span.fa-minus-square-o.topnav-icon-Active:before, span.fa-minus-square-o.topnav-icon-:before, div.fa-minus-square-o.links-icon-globe:before, span.fa-minus-square-o.links-icon-contact:before, span.fa-minus-square-o.links-icon-help:before, span.fa-minus-square-o.links-icon-logout:before, a.fa-minus-square-o.favorite-book-black:before {
  content: "\f146"; }

.fa.fa-level-up:before, .fa-level-up.lock-icon-danger:before, span.fa-level-up.app-group-plus:before, span.fa-level-up.app-group-minus:before, span.fa-level-up.topnav-icon-Active:before, span.fa-level-up.topnav-icon-:before, div.fa-level-up.links-icon-globe:before, span.fa-level-up.links-icon-contact:before, span.fa-level-up.links-icon-help:before, span.fa-level-up.links-icon-logout:before, a.fa-level-up.favorite-book-black:before {
  content: "\f3bf"; }

.fa.fa-level-down:before, .fa-level-down.lock-icon-danger:before, span.fa-level-down.app-group-plus:before, span.fa-level-down.app-group-minus:before, span.fa-level-down.topnav-icon-Active:before, span.fa-level-down.topnav-icon-:before, div.fa-level-down.links-icon-globe:before, span.fa-level-down.links-icon-contact:before, span.fa-level-down.links-icon-help:before, span.fa-level-down.links-icon-logout:before, a.fa-level-down.favorite-book-black:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before, .fa-pencil-square.lock-icon-danger:before, span.fa-pencil-square.app-group-plus:before, span.fa-pencil-square.app-group-minus:before, span.fa-pencil-square.topnav-icon-Active:before, span.fa-pencil-square.topnav-icon-:before, div.fa-pencil-square.links-icon-globe:before, span.fa-pencil-square.links-icon-contact:before, span.fa-pencil-square.links-icon-help:before, span.fa-pencil-square.links-icon-logout:before, a.fa-pencil-square.favorite-book-black:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before, .fa-external-link-square.lock-icon-danger:before, span.fa-external-link-square.app-group-plus:before, span.fa-external-link-square.app-group-minus:before, span.fa-external-link-square.topnav-icon-Active:before, span.fa-external-link-square.topnav-icon-:before, div.fa-external-link-square.links-icon-globe:before, span.fa-external-link-square.links-icon-contact:before, span.fa-external-link-square.links-icon-help:before, span.fa-external-link-square.links-icon-logout:before, a.fa-external-link-square.favorite-book-black:before {
  content: "\f360"; }

.fa.fa-compass, .fa-compass.lock-icon-danger, span.fa-compass.app-group-plus, span.fa-compass.app-group-minus, span.fa-compass.topnav-icon-Active, span.fa-compass.topnav-icon-, div.fa-compass.links-icon-globe, span.fa-compass.links-icon-contact, span.fa-compass.links-icon-help, span.fa-compass.links-icon-logout, a.fa-compass.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down, .fa-caret-square-o-down.lock-icon-danger, span.fa-caret-square-o-down.app-group-plus, span.fa-caret-square-o-down.app-group-minus, span.fa-caret-square-o-down.topnav-icon-Active, span.fa-caret-square-o-down.topnav-icon-, div.fa-caret-square-o-down.links-icon-globe, span.fa-caret-square-o-down.links-icon-contact, span.fa-caret-square-o-down.links-icon-help, span.fa-caret-square-o-down.links-icon-logout, a.fa-caret-square-o-down.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before, .fa-caret-square-o-down.lock-icon-danger:before, span.fa-caret-square-o-down.app-group-plus:before, span.fa-caret-square-o-down.app-group-minus:before, span.fa-caret-square-o-down.topnav-icon-Active:before, span.fa-caret-square-o-down.topnav-icon-:before, div.fa-caret-square-o-down.links-icon-globe:before, span.fa-caret-square-o-down.links-icon-contact:before, span.fa-caret-square-o-down.links-icon-help:before, span.fa-caret-square-o-down.links-icon-logout:before, a.fa-caret-square-o-down.favorite-book-black:before {
  content: "\f150"; }

.fa.fa-toggle-down, .fa-toggle-down.lock-icon-danger, span.fa-toggle-down.app-group-plus, span.fa-toggle-down.app-group-minus, span.fa-toggle-down.topnav-icon-Active, span.fa-toggle-down.topnav-icon-, div.fa-toggle-down.links-icon-globe, span.fa-toggle-down.links-icon-contact, span.fa-toggle-down.links-icon-help, span.fa-toggle-down.links-icon-logout, a.fa-toggle-down.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before, .fa-toggle-down.lock-icon-danger:before, span.fa-toggle-down.app-group-plus:before, span.fa-toggle-down.app-group-minus:before, span.fa-toggle-down.topnav-icon-Active:before, span.fa-toggle-down.topnav-icon-:before, div.fa-toggle-down.links-icon-globe:before, span.fa-toggle-down.links-icon-contact:before, span.fa-toggle-down.links-icon-help:before, span.fa-toggle-down.links-icon-logout:before, a.fa-toggle-down.favorite-book-black:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up, .fa-caret-square-o-up.lock-icon-danger, span.fa-caret-square-o-up.app-group-plus, span.fa-caret-square-o-up.app-group-minus, span.fa-caret-square-o-up.topnav-icon-Active, span.fa-caret-square-o-up.topnav-icon-, div.fa-caret-square-o-up.links-icon-globe, span.fa-caret-square-o-up.links-icon-contact, span.fa-caret-square-o-up.links-icon-help, span.fa-caret-square-o-up.links-icon-logout, a.fa-caret-square-o-up.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before, .fa-caret-square-o-up.lock-icon-danger:before, span.fa-caret-square-o-up.app-group-plus:before, span.fa-caret-square-o-up.app-group-minus:before, span.fa-caret-square-o-up.topnav-icon-Active:before, span.fa-caret-square-o-up.topnav-icon-:before, div.fa-caret-square-o-up.links-icon-globe:before, span.fa-caret-square-o-up.links-icon-contact:before, span.fa-caret-square-o-up.links-icon-help:before, span.fa-caret-square-o-up.links-icon-logout:before, a.fa-caret-square-o-up.favorite-book-black:before {
  content: "\f151"; }

.fa.fa-toggle-up, .fa-toggle-up.lock-icon-danger, span.fa-toggle-up.app-group-plus, span.fa-toggle-up.app-group-minus, span.fa-toggle-up.topnav-icon-Active, span.fa-toggle-up.topnav-icon-, div.fa-toggle-up.links-icon-globe, span.fa-toggle-up.links-icon-contact, span.fa-toggle-up.links-icon-help, span.fa-toggle-up.links-icon-logout, a.fa-toggle-up.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before, .fa-toggle-up.lock-icon-danger:before, span.fa-toggle-up.app-group-plus:before, span.fa-toggle-up.app-group-minus:before, span.fa-toggle-up.topnav-icon-Active:before, span.fa-toggle-up.topnav-icon-:before, div.fa-toggle-up.links-icon-globe:before, span.fa-toggle-up.links-icon-contact:before, span.fa-toggle-up.links-icon-help:before, span.fa-toggle-up.links-icon-logout:before, a.fa-toggle-up.favorite-book-black:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right, .fa-caret-square-o-right.lock-icon-danger, span.fa-caret-square-o-right.app-group-plus, span.fa-caret-square-o-right.app-group-minus, span.fa-caret-square-o-right.topnav-icon-Active, span.fa-caret-square-o-right.topnav-icon-, div.fa-caret-square-o-right.links-icon-globe, span.fa-caret-square-o-right.links-icon-contact, span.fa-caret-square-o-right.links-icon-help, span.fa-caret-square-o-right.links-icon-logout, a.fa-caret-square-o-right.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before, .fa-caret-square-o-right.lock-icon-danger:before, span.fa-caret-square-o-right.app-group-plus:before, span.fa-caret-square-o-right.app-group-minus:before, span.fa-caret-square-o-right.topnav-icon-Active:before, span.fa-caret-square-o-right.topnav-icon-:before, div.fa-caret-square-o-right.links-icon-globe:before, span.fa-caret-square-o-right.links-icon-contact:before, span.fa-caret-square-o-right.links-icon-help:before, span.fa-caret-square-o-right.links-icon-logout:before, a.fa-caret-square-o-right.favorite-book-black:before {
  content: "\f152"; }

.fa.fa-toggle-right, .fa-toggle-right.lock-icon-danger, span.fa-toggle-right.app-group-plus, span.fa-toggle-right.app-group-minus, span.fa-toggle-right.topnav-icon-Active, span.fa-toggle-right.topnav-icon-, div.fa-toggle-right.links-icon-globe, span.fa-toggle-right.links-icon-contact, span.fa-toggle-right.links-icon-help, span.fa-toggle-right.links-icon-logout, a.fa-toggle-right.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before, .fa-toggle-right.lock-icon-danger:before, span.fa-toggle-right.app-group-plus:before, span.fa-toggle-right.app-group-minus:before, span.fa-toggle-right.topnav-icon-Active:before, span.fa-toggle-right.topnav-icon-:before, div.fa-toggle-right.links-icon-globe:before, span.fa-toggle-right.links-icon-contact:before, span.fa-toggle-right.links-icon-help:before, span.fa-toggle-right.links-icon-logout:before, a.fa-toggle-right.favorite-book-black:before {
  content: "\f152"; }

.fa.fa-eur:before, .fa-eur.lock-icon-danger:before, span.fa-eur.app-group-plus:before, span.fa-eur.app-group-minus:before, span.fa-eur.topnav-icon-Active:before, span.fa-eur.topnav-icon-:before, div.fa-eur.links-icon-globe:before, span.fa-eur.links-icon-contact:before, span.fa-eur.links-icon-help:before, span.fa-eur.links-icon-logout:before, a.fa-eur.favorite-book-black:before {
  content: "\f153"; }

.fa.fa-euro:before, .fa-euro.lock-icon-danger:before, span.fa-euro.app-group-plus:before, span.fa-euro.app-group-minus:before, span.fa-euro.topnav-icon-Active:before, span.fa-euro.topnav-icon-:before, div.fa-euro.links-icon-globe:before, span.fa-euro.links-icon-contact:before, span.fa-euro.links-icon-help:before, span.fa-euro.links-icon-logout:before, a.fa-euro.favorite-book-black:before {
  content: "\f153"; }

.fa.fa-gbp:before, .fa-gbp.lock-icon-danger:before, span.fa-gbp.app-group-plus:before, span.fa-gbp.app-group-minus:before, span.fa-gbp.topnav-icon-Active:before, span.fa-gbp.topnav-icon-:before, div.fa-gbp.links-icon-globe:before, span.fa-gbp.links-icon-contact:before, span.fa-gbp.links-icon-help:before, span.fa-gbp.links-icon-logout:before, a.fa-gbp.favorite-book-black:before {
  content: "\f154"; }

.fa.fa-usd:before, .fa-usd.lock-icon-danger:before, span.fa-usd.app-group-plus:before, span.fa-usd.app-group-minus:before, span.fa-usd.topnav-icon-Active:before, span.fa-usd.topnav-icon-:before, div.fa-usd.links-icon-globe:before, span.fa-usd.links-icon-contact:before, span.fa-usd.links-icon-help:before, span.fa-usd.links-icon-logout:before, a.fa-usd.favorite-book-black:before {
  content: "\f155"; }

.fa.fa-dollar:before, .fa-dollar.lock-icon-danger:before, span.fa-dollar.app-group-plus:before, span.fa-dollar.app-group-minus:before, span.fa-dollar.topnav-icon-Active:before, span.fa-dollar.topnav-icon-:before, div.fa-dollar.links-icon-globe:before, span.fa-dollar.links-icon-contact:before, span.fa-dollar.links-icon-help:before, span.fa-dollar.links-icon-logout:before, a.fa-dollar.favorite-book-black:before {
  content: "\f155"; }

.fa.fa-inr:before, .fa-inr.lock-icon-danger:before, span.fa-inr.app-group-plus:before, span.fa-inr.app-group-minus:before, span.fa-inr.topnav-icon-Active:before, span.fa-inr.topnav-icon-:before, div.fa-inr.links-icon-globe:before, span.fa-inr.links-icon-contact:before, span.fa-inr.links-icon-help:before, span.fa-inr.links-icon-logout:before, a.fa-inr.favorite-book-black:before {
  content: "\f156"; }

.fa.fa-rupee:before, .fa-rupee.lock-icon-danger:before, span.fa-rupee.app-group-plus:before, span.fa-rupee.app-group-minus:before, span.fa-rupee.topnav-icon-Active:before, span.fa-rupee.topnav-icon-:before, div.fa-rupee.links-icon-globe:before, span.fa-rupee.links-icon-contact:before, span.fa-rupee.links-icon-help:before, span.fa-rupee.links-icon-logout:before, a.fa-rupee.favorite-book-black:before {
  content: "\f156"; }

.fa.fa-jpy:before, .fa-jpy.lock-icon-danger:before, span.fa-jpy.app-group-plus:before, span.fa-jpy.app-group-minus:before, span.fa-jpy.topnav-icon-Active:before, span.fa-jpy.topnav-icon-:before, div.fa-jpy.links-icon-globe:before, span.fa-jpy.links-icon-contact:before, span.fa-jpy.links-icon-help:before, span.fa-jpy.links-icon-logout:before, a.fa-jpy.favorite-book-black:before {
  content: "\f157"; }

.fa.fa-cny:before, .fa-cny.lock-icon-danger:before, span.fa-cny.app-group-plus:before, span.fa-cny.app-group-minus:before, span.fa-cny.topnav-icon-Active:before, span.fa-cny.topnav-icon-:before, div.fa-cny.links-icon-globe:before, span.fa-cny.links-icon-contact:before, span.fa-cny.links-icon-help:before, span.fa-cny.links-icon-logout:before, a.fa-cny.favorite-book-black:before {
  content: "\f157"; }

.fa.fa-rmb:before, .fa-rmb.lock-icon-danger:before, span.fa-rmb.app-group-plus:before, span.fa-rmb.app-group-minus:before, span.fa-rmb.topnav-icon-Active:before, span.fa-rmb.topnav-icon-:before, div.fa-rmb.links-icon-globe:before, span.fa-rmb.links-icon-contact:before, span.fa-rmb.links-icon-help:before, span.fa-rmb.links-icon-logout:before, a.fa-rmb.favorite-book-black:before {
  content: "\f157"; }

.fa.fa-yen:before, .fa-yen.lock-icon-danger:before, span.fa-yen.app-group-plus:before, span.fa-yen.app-group-minus:before, span.fa-yen.topnav-icon-Active:before, span.fa-yen.topnav-icon-:before, div.fa-yen.links-icon-globe:before, span.fa-yen.links-icon-contact:before, span.fa-yen.links-icon-help:before, span.fa-yen.links-icon-logout:before, a.fa-yen.favorite-book-black:before {
  content: "\f157"; }

.fa.fa-rub:before, .fa-rub.lock-icon-danger:before, span.fa-rub.app-group-plus:before, span.fa-rub.app-group-minus:before, span.fa-rub.topnav-icon-Active:before, span.fa-rub.topnav-icon-:before, div.fa-rub.links-icon-globe:before, span.fa-rub.links-icon-contact:before, span.fa-rub.links-icon-help:before, span.fa-rub.links-icon-logout:before, a.fa-rub.favorite-book-black:before {
  content: "\f158"; }

.fa.fa-ruble:before, .fa-ruble.lock-icon-danger:before, span.fa-ruble.app-group-plus:before, span.fa-ruble.app-group-minus:before, span.fa-ruble.topnav-icon-Active:before, span.fa-ruble.topnav-icon-:before, div.fa-ruble.links-icon-globe:before, span.fa-ruble.links-icon-contact:before, span.fa-ruble.links-icon-help:before, span.fa-ruble.links-icon-logout:before, a.fa-ruble.favorite-book-black:before {
  content: "\f158"; }

.fa.fa-rouble:before, .fa-rouble.lock-icon-danger:before, span.fa-rouble.app-group-plus:before, span.fa-rouble.app-group-minus:before, span.fa-rouble.topnav-icon-Active:before, span.fa-rouble.topnav-icon-:before, div.fa-rouble.links-icon-globe:before, span.fa-rouble.links-icon-contact:before, span.fa-rouble.links-icon-help:before, span.fa-rouble.links-icon-logout:before, a.fa-rouble.favorite-book-black:before {
  content: "\f158"; }

.fa.fa-krw:before, .fa-krw.lock-icon-danger:before, span.fa-krw.app-group-plus:before, span.fa-krw.app-group-minus:before, span.fa-krw.topnav-icon-Active:before, span.fa-krw.topnav-icon-:before, div.fa-krw.links-icon-globe:before, span.fa-krw.links-icon-contact:before, span.fa-krw.links-icon-help:before, span.fa-krw.links-icon-logout:before, a.fa-krw.favorite-book-black:before {
  content: "\f159"; }

.fa.fa-won:before, .fa-won.lock-icon-danger:before, span.fa-won.app-group-plus:before, span.fa-won.app-group-minus:before, span.fa-won.topnav-icon-Active:before, span.fa-won.topnav-icon-:before, div.fa-won.links-icon-globe:before, span.fa-won.links-icon-contact:before, span.fa-won.links-icon-help:before, span.fa-won.links-icon-logout:before, a.fa-won.favorite-book-black:before {
  content: "\f159"; }

.fa.fa-btc, .fa-btc.lock-icon-danger, span.fa-btc.app-group-plus, span.fa-btc.app-group-minus, span.fa-btc.topnav-icon-Active, span.fa-btc.topnav-icon-, div.fa-btc.links-icon-globe, span.fa-btc.links-icon-contact, span.fa-btc.links-icon-help, span.fa-btc.links-icon-logout, a.fa-btc.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin, .fa-bitcoin.lock-icon-danger, span.fa-bitcoin.app-group-plus, span.fa-bitcoin.app-group-minus, span.fa-bitcoin.topnav-icon-Active, span.fa-bitcoin.topnav-icon-, div.fa-bitcoin.links-icon-globe, span.fa-bitcoin.links-icon-contact, span.fa-bitcoin.links-icon-help, span.fa-bitcoin.links-icon-logout, a.fa-bitcoin.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before, .fa-bitcoin.lock-icon-danger:before, span.fa-bitcoin.app-group-plus:before, span.fa-bitcoin.app-group-minus:before, span.fa-bitcoin.topnav-icon-Active:before, span.fa-bitcoin.topnav-icon-:before, div.fa-bitcoin.links-icon-globe:before, span.fa-bitcoin.links-icon-contact:before, span.fa-bitcoin.links-icon-help:before, span.fa-bitcoin.links-icon-logout:before, a.fa-bitcoin.favorite-book-black:before {
  content: "\f15a"; }

.fa.fa-file-text:before, .fa-file-text.lock-icon-danger:before, span.fa-file-text.app-group-plus:before, span.fa-file-text.app-group-minus:before, span.fa-file-text.topnav-icon-Active:before, span.fa-file-text.topnav-icon-:before, div.fa-file-text.links-icon-globe:before, span.fa-file-text.links-icon-contact:before, span.fa-file-text.links-icon-help:before, span.fa-file-text.links-icon-logout:before, a.fa-file-text.favorite-book-black:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before, .fa-sort-alpha-asc.lock-icon-danger:before, span.fa-sort-alpha-asc.app-group-plus:before, span.fa-sort-alpha-asc.app-group-minus:before, span.fa-sort-alpha-asc.topnav-icon-Active:before, span.fa-sort-alpha-asc.topnav-icon-:before, div.fa-sort-alpha-asc.links-icon-globe:before, span.fa-sort-alpha-asc.links-icon-contact:before, span.fa-sort-alpha-asc.links-icon-help:before, span.fa-sort-alpha-asc.links-icon-logout:before, a.fa-sort-alpha-asc.favorite-book-black:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before, .fa-sort-alpha-desc.lock-icon-danger:before, span.fa-sort-alpha-desc.app-group-plus:before, span.fa-sort-alpha-desc.app-group-minus:before, span.fa-sort-alpha-desc.topnav-icon-Active:before, span.fa-sort-alpha-desc.topnav-icon-:before, div.fa-sort-alpha-desc.links-icon-globe:before, span.fa-sort-alpha-desc.links-icon-contact:before, span.fa-sort-alpha-desc.links-icon-help:before, span.fa-sort-alpha-desc.links-icon-logout:before, a.fa-sort-alpha-desc.favorite-book-black:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before, .fa-sort-amount-asc.lock-icon-danger:before, span.fa-sort-amount-asc.app-group-plus:before, span.fa-sort-amount-asc.app-group-minus:before, span.fa-sort-amount-asc.topnav-icon-Active:before, span.fa-sort-amount-asc.topnav-icon-:before, div.fa-sort-amount-asc.links-icon-globe:before, span.fa-sort-amount-asc.links-icon-contact:before, span.fa-sort-amount-asc.links-icon-help:before, span.fa-sort-amount-asc.links-icon-logout:before, a.fa-sort-amount-asc.favorite-book-black:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before, .fa-sort-amount-desc.lock-icon-danger:before, span.fa-sort-amount-desc.app-group-plus:before, span.fa-sort-amount-desc.app-group-minus:before, span.fa-sort-amount-desc.topnav-icon-Active:before, span.fa-sort-amount-desc.topnav-icon-:before, div.fa-sort-amount-desc.links-icon-globe:before, span.fa-sort-amount-desc.links-icon-contact:before, span.fa-sort-amount-desc.links-icon-help:before, span.fa-sort-amount-desc.links-icon-logout:before, a.fa-sort-amount-desc.favorite-book-black:before {
  content: "\f884"; }

.fa.fa-sort-numeric-asc:before, .fa-sort-numeric-asc.lock-icon-danger:before, span.fa-sort-numeric-asc.app-group-plus:before, span.fa-sort-numeric-asc.app-group-minus:before, span.fa-sort-numeric-asc.topnav-icon-Active:before, span.fa-sort-numeric-asc.topnav-icon-:before, div.fa-sort-numeric-asc.links-icon-globe:before, span.fa-sort-numeric-asc.links-icon-contact:before, span.fa-sort-numeric-asc.links-icon-help:before, span.fa-sort-numeric-asc.links-icon-logout:before, a.fa-sort-numeric-asc.favorite-book-black:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before, .fa-sort-numeric-desc.lock-icon-danger:before, span.fa-sort-numeric-desc.app-group-plus:before, span.fa-sort-numeric-desc.app-group-minus:before, span.fa-sort-numeric-desc.topnav-icon-Active:before, span.fa-sort-numeric-desc.topnav-icon-:before, div.fa-sort-numeric-desc.links-icon-globe:before, span.fa-sort-numeric-desc.links-icon-contact:before, span.fa-sort-numeric-desc.links-icon-help:before, span.fa-sort-numeric-desc.links-icon-logout:before, a.fa-sort-numeric-desc.favorite-book-black:before {
  content: "\f886"; }

.fa.fa-youtube-square, .fa-youtube-square.lock-icon-danger, span.fa-youtube-square.app-group-plus, span.fa-youtube-square.app-group-minus, span.fa-youtube-square.topnav-icon-Active, span.fa-youtube-square.topnav-icon-, div.fa-youtube-square.links-icon-globe, span.fa-youtube-square.links-icon-contact, span.fa-youtube-square.links-icon-help, span.fa-youtube-square.links-icon-logout, a.fa-youtube-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube, .fa-youtube.lock-icon-danger, span.fa-youtube.app-group-plus, span.fa-youtube.app-group-minus, span.fa-youtube.topnav-icon-Active, span.fa-youtube.topnav-icon-, div.fa-youtube.links-icon-globe, span.fa-youtube.links-icon-contact, span.fa-youtube.links-icon-help, span.fa-youtube.links-icon-logout, a.fa-youtube.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing, .fa-xing.lock-icon-danger, span.fa-xing.app-group-plus, span.fa-xing.app-group-minus, span.fa-xing.topnav-icon-Active, span.fa-xing.topnav-icon-, div.fa-xing.links-icon-globe, span.fa-xing.links-icon-contact, span.fa-xing.links-icon-help, span.fa-xing.links-icon-logout, a.fa-xing.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square, .fa-xing-square.lock-icon-danger, span.fa-xing-square.app-group-plus, span.fa-xing-square.app-group-minus, span.fa-xing-square.topnav-icon-Active, span.fa-xing-square.topnav-icon-, div.fa-xing-square.links-icon-globe, span.fa-xing-square.links-icon-contact, span.fa-xing-square.links-icon-help, span.fa-xing-square.links-icon-logout, a.fa-xing-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play, .fa-youtube-play.lock-icon-danger, span.fa-youtube-play.app-group-plus, span.fa-youtube-play.app-group-minus, span.fa-youtube-play.topnav-icon-Active, span.fa-youtube-play.topnav-icon-, div.fa-youtube-play.links-icon-globe, span.fa-youtube-play.links-icon-contact, span.fa-youtube-play.links-icon-help, span.fa-youtube-play.links-icon-logout, a.fa-youtube-play.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before, .fa-youtube-play.lock-icon-danger:before, span.fa-youtube-play.app-group-plus:before, span.fa-youtube-play.app-group-minus:before, span.fa-youtube-play.topnav-icon-Active:before, span.fa-youtube-play.topnav-icon-:before, div.fa-youtube-play.links-icon-globe:before, span.fa-youtube-play.links-icon-contact:before, span.fa-youtube-play.links-icon-help:before, span.fa-youtube-play.links-icon-logout:before, a.fa-youtube-play.favorite-book-black:before {
  content: "\f167"; }

.fa.fa-dropbox, .fa-dropbox.lock-icon-danger, span.fa-dropbox.app-group-plus, span.fa-dropbox.app-group-minus, span.fa-dropbox.topnav-icon-Active, span.fa-dropbox.topnav-icon-, div.fa-dropbox.links-icon-globe, span.fa-dropbox.links-icon-contact, span.fa-dropbox.links-icon-help, span.fa-dropbox.links-icon-logout, a.fa-dropbox.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow, .fa-stack-overflow.lock-icon-danger, span.fa-stack-overflow.app-group-plus, span.fa-stack-overflow.app-group-minus, span.fa-stack-overflow.topnav-icon-Active, span.fa-stack-overflow.topnav-icon-, div.fa-stack-overflow.links-icon-globe, span.fa-stack-overflow.links-icon-contact, span.fa-stack-overflow.links-icon-help, span.fa-stack-overflow.links-icon-logout, a.fa-stack-overflow.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram, .fa-instagram.lock-icon-danger, span.fa-instagram.app-group-plus, span.fa-instagram.app-group-minus, span.fa-instagram.topnav-icon-Active, span.fa-instagram.topnav-icon-, div.fa-instagram.links-icon-globe, span.fa-instagram.links-icon-contact, span.fa-instagram.links-icon-help, span.fa-instagram.links-icon-logout, a.fa-instagram.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr, .fa-flickr.lock-icon-danger, span.fa-flickr.app-group-plus, span.fa-flickr.app-group-minus, span.fa-flickr.topnav-icon-Active, span.fa-flickr.topnav-icon-, div.fa-flickr.links-icon-globe, span.fa-flickr.links-icon-contact, span.fa-flickr.links-icon-help, span.fa-flickr.links-icon-logout, a.fa-flickr.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn, .fa-adn.lock-icon-danger, span.fa-adn.app-group-plus, span.fa-adn.app-group-minus, span.fa-adn.topnav-icon-Active, span.fa-adn.topnav-icon-, div.fa-adn.links-icon-globe, span.fa-adn.links-icon-contact, span.fa-adn.links-icon-help, span.fa-adn.links-icon-logout, a.fa-adn.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket, .fa-bitbucket.lock-icon-danger, span.fa-bitbucket.app-group-plus, span.fa-bitbucket.app-group-minus, span.fa-bitbucket.topnav-icon-Active, span.fa-bitbucket.topnav-icon-, div.fa-bitbucket.links-icon-globe, span.fa-bitbucket.links-icon-contact, span.fa-bitbucket.links-icon-help, span.fa-bitbucket.links-icon-logout, a.fa-bitbucket.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square, .fa-bitbucket-square.lock-icon-danger, span.fa-bitbucket-square.app-group-plus, span.fa-bitbucket-square.app-group-minus, span.fa-bitbucket-square.topnav-icon-Active, span.fa-bitbucket-square.topnav-icon-, div.fa-bitbucket-square.links-icon-globe, span.fa-bitbucket-square.links-icon-contact, span.fa-bitbucket-square.links-icon-help, span.fa-bitbucket-square.links-icon-logout, a.fa-bitbucket-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before, .fa-bitbucket-square.lock-icon-danger:before, span.fa-bitbucket-square.app-group-plus:before, span.fa-bitbucket-square.app-group-minus:before, span.fa-bitbucket-square.topnav-icon-Active:before, span.fa-bitbucket-square.topnav-icon-:before, div.fa-bitbucket-square.links-icon-globe:before, span.fa-bitbucket-square.links-icon-contact:before, span.fa-bitbucket-square.links-icon-help:before, span.fa-bitbucket-square.links-icon-logout:before, a.fa-bitbucket-square.favorite-book-black:before {
  content: "\f171"; }

.fa.fa-tumblr, .fa-tumblr.lock-icon-danger, span.fa-tumblr.app-group-plus, span.fa-tumblr.app-group-minus, span.fa-tumblr.topnav-icon-Active, span.fa-tumblr.topnav-icon-, div.fa-tumblr.links-icon-globe, span.fa-tumblr.links-icon-contact, span.fa-tumblr.links-icon-help, span.fa-tumblr.links-icon-logout, a.fa-tumblr.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square, .fa-tumblr-square.lock-icon-danger, span.fa-tumblr-square.app-group-plus, span.fa-tumblr-square.app-group-minus, span.fa-tumblr-square.topnav-icon-Active, span.fa-tumblr-square.topnav-icon-, div.fa-tumblr-square.links-icon-globe, span.fa-tumblr-square.links-icon-contact, span.fa-tumblr-square.links-icon-help, span.fa-tumblr-square.links-icon-logout, a.fa-tumblr-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before, .fa-long-arrow-down.lock-icon-danger:before, span.fa-long-arrow-down.app-group-plus:before, span.fa-long-arrow-down.app-group-minus:before, span.fa-long-arrow-down.topnav-icon-Active:before, span.fa-long-arrow-down.topnav-icon-:before, div.fa-long-arrow-down.links-icon-globe:before, span.fa-long-arrow-down.links-icon-contact:before, span.fa-long-arrow-down.links-icon-help:before, span.fa-long-arrow-down.links-icon-logout:before, a.fa-long-arrow-down.favorite-book-black:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before, .fa-long-arrow-up.lock-icon-danger:before, span.fa-long-arrow-up.app-group-plus:before, span.fa-long-arrow-up.app-group-minus:before, span.fa-long-arrow-up.topnav-icon-Active:before, span.fa-long-arrow-up.topnav-icon-:before, div.fa-long-arrow-up.links-icon-globe:before, span.fa-long-arrow-up.links-icon-contact:before, span.fa-long-arrow-up.links-icon-help:before, span.fa-long-arrow-up.links-icon-logout:before, a.fa-long-arrow-up.favorite-book-black:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before, .fa-long-arrow-left.lock-icon-danger:before, span.fa-long-arrow-left.app-group-plus:before, span.fa-long-arrow-left.app-group-minus:before, span.fa-long-arrow-left.topnav-icon-Active:before, span.fa-long-arrow-left.topnav-icon-:before, div.fa-long-arrow-left.links-icon-globe:before, span.fa-long-arrow-left.links-icon-contact:before, span.fa-long-arrow-left.links-icon-help:before, span.fa-long-arrow-left.links-icon-logout:before, a.fa-long-arrow-left.favorite-book-black:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before, .fa-long-arrow-right.lock-icon-danger:before, span.fa-long-arrow-right.app-group-plus:before, span.fa-long-arrow-right.app-group-minus:before, span.fa-long-arrow-right.topnav-icon-Active:before, span.fa-long-arrow-right.topnav-icon-:before, div.fa-long-arrow-right.links-icon-globe:before, span.fa-long-arrow-right.links-icon-contact:before, span.fa-long-arrow-right.links-icon-help:before, span.fa-long-arrow-right.links-icon-logout:before, a.fa-long-arrow-right.favorite-book-black:before {
  content: "\f30b"; }

.fa.fa-apple, .fa-apple.lock-icon-danger, span.fa-apple.app-group-plus, span.fa-apple.app-group-minus, span.fa-apple.topnav-icon-Active, span.fa-apple.topnav-icon-, div.fa-apple.links-icon-globe, span.fa-apple.links-icon-contact, span.fa-apple.links-icon-help, span.fa-apple.links-icon-logout, a.fa-apple.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows, .fa-windows.lock-icon-danger, span.fa-windows.app-group-plus, span.fa-windows.app-group-minus, span.fa-windows.topnav-icon-Active, span.fa-windows.topnav-icon-, div.fa-windows.links-icon-globe, span.fa-windows.links-icon-contact, span.fa-windows.links-icon-help, span.fa-windows.links-icon-logout, a.fa-windows.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android, .fa-android.lock-icon-danger, span.fa-android.app-group-plus, span.fa-android.app-group-minus, span.fa-android.topnav-icon-Active, span.fa-android.topnav-icon-, div.fa-android.links-icon-globe, span.fa-android.links-icon-contact, span.fa-android.links-icon-help, span.fa-android.links-icon-logout, a.fa-android.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux, .fa-linux.lock-icon-danger, span.fa-linux.app-group-plus, span.fa-linux.app-group-minus, span.fa-linux.topnav-icon-Active, span.fa-linux.topnav-icon-, div.fa-linux.links-icon-globe, span.fa-linux.links-icon-contact, span.fa-linux.links-icon-help, span.fa-linux.links-icon-logout, a.fa-linux.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble, .fa-dribbble.lock-icon-danger, span.fa-dribbble.app-group-plus, span.fa-dribbble.app-group-minus, span.fa-dribbble.topnav-icon-Active, span.fa-dribbble.topnav-icon-, div.fa-dribbble.links-icon-globe, span.fa-dribbble.links-icon-contact, span.fa-dribbble.links-icon-help, span.fa-dribbble.links-icon-logout, a.fa-dribbble.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype, .fa-skype.lock-icon-danger, span.fa-skype.app-group-plus, span.fa-skype.app-group-minus, span.fa-skype.topnav-icon-Active, span.fa-skype.topnav-icon-, div.fa-skype.links-icon-globe, span.fa-skype.links-icon-contact, span.fa-skype.links-icon-help, span.fa-skype.links-icon-logout, a.fa-skype.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare, .fa-foursquare.lock-icon-danger, span.fa-foursquare.app-group-plus, span.fa-foursquare.app-group-minus, span.fa-foursquare.topnav-icon-Active, span.fa-foursquare.topnav-icon-, div.fa-foursquare.links-icon-globe, span.fa-foursquare.links-icon-contact, span.fa-foursquare.links-icon-help, span.fa-foursquare.links-icon-logout, a.fa-foursquare.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello, .fa-trello.lock-icon-danger, span.fa-trello.app-group-plus, span.fa-trello.app-group-minus, span.fa-trello.topnav-icon-Active, span.fa-trello.topnav-icon-, div.fa-trello.links-icon-globe, span.fa-trello.links-icon-contact, span.fa-trello.links-icon-help, span.fa-trello.links-icon-logout, a.fa-trello.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay, .fa-gratipay.lock-icon-danger, span.fa-gratipay.app-group-plus, span.fa-gratipay.app-group-minus, span.fa-gratipay.topnav-icon-Active, span.fa-gratipay.topnav-icon-, div.fa-gratipay.links-icon-globe, span.fa-gratipay.links-icon-contact, span.fa-gratipay.links-icon-help, span.fa-gratipay.links-icon-logout, a.fa-gratipay.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip, .fa-gittip.lock-icon-danger, span.fa-gittip.app-group-plus, span.fa-gittip.app-group-minus, span.fa-gittip.topnav-icon-Active, span.fa-gittip.topnav-icon-, div.fa-gittip.links-icon-globe, span.fa-gittip.links-icon-contact, span.fa-gittip.links-icon-help, span.fa-gittip.links-icon-logout, a.fa-gittip.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before, .fa-gittip.lock-icon-danger:before, span.fa-gittip.app-group-plus:before, span.fa-gittip.app-group-minus:before, span.fa-gittip.topnav-icon-Active:before, span.fa-gittip.topnav-icon-:before, div.fa-gittip.links-icon-globe:before, span.fa-gittip.links-icon-contact:before, span.fa-gittip.links-icon-help:before, span.fa-gittip.links-icon-logout:before, a.fa-gittip.favorite-book-black:before {
  content: "\f184"; }

.fa.fa-sun-o, .fa-sun-o.lock-icon-danger, span.fa-sun-o.app-group-plus, span.fa-sun-o.app-group-minus, span.fa-sun-o.topnav-icon-Active, span.fa-sun-o.topnav-icon-, div.fa-sun-o.links-icon-globe, span.fa-sun-o.links-icon-contact, span.fa-sun-o.links-icon-help, span.fa-sun-o.links-icon-logout, a.fa-sun-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before, .fa-sun-o.lock-icon-danger:before, span.fa-sun-o.app-group-plus:before, span.fa-sun-o.app-group-minus:before, span.fa-sun-o.topnav-icon-Active:before, span.fa-sun-o.topnav-icon-:before, div.fa-sun-o.links-icon-globe:before, span.fa-sun-o.links-icon-contact:before, span.fa-sun-o.links-icon-help:before, span.fa-sun-o.links-icon-logout:before, a.fa-sun-o.favorite-book-black:before {
  content: "\f185"; }

.fa.fa-moon-o, .fa-moon-o.lock-icon-danger, span.fa-moon-o.app-group-plus, span.fa-moon-o.app-group-minus, span.fa-moon-o.topnav-icon-Active, span.fa-moon-o.topnav-icon-, div.fa-moon-o.links-icon-globe, span.fa-moon-o.links-icon-contact, span.fa-moon-o.links-icon-help, span.fa-moon-o.links-icon-logout, a.fa-moon-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before, .fa-moon-o.lock-icon-danger:before, span.fa-moon-o.app-group-plus:before, span.fa-moon-o.app-group-minus:before, span.fa-moon-o.topnav-icon-Active:before, span.fa-moon-o.topnav-icon-:before, div.fa-moon-o.links-icon-globe:before, span.fa-moon-o.links-icon-contact:before, span.fa-moon-o.links-icon-help:before, span.fa-moon-o.links-icon-logout:before, a.fa-moon-o.favorite-book-black:before {
  content: "\f186"; }

.fa.fa-vk, .fa-vk.lock-icon-danger, span.fa-vk.app-group-plus, span.fa-vk.app-group-minus, span.fa-vk.topnav-icon-Active, span.fa-vk.topnav-icon-, div.fa-vk.links-icon-globe, span.fa-vk.links-icon-contact, span.fa-vk.links-icon-help, span.fa-vk.links-icon-logout, a.fa-vk.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo, .fa-weibo.lock-icon-danger, span.fa-weibo.app-group-plus, span.fa-weibo.app-group-minus, span.fa-weibo.topnav-icon-Active, span.fa-weibo.topnav-icon-, div.fa-weibo.links-icon-globe, span.fa-weibo.links-icon-contact, span.fa-weibo.links-icon-help, span.fa-weibo.links-icon-logout, a.fa-weibo.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren, .fa-renren.lock-icon-danger, span.fa-renren.app-group-plus, span.fa-renren.app-group-minus, span.fa-renren.topnav-icon-Active, span.fa-renren.topnav-icon-, div.fa-renren.links-icon-globe, span.fa-renren.links-icon-contact, span.fa-renren.links-icon-help, span.fa-renren.links-icon-logout, a.fa-renren.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines, .fa-pagelines.lock-icon-danger, span.fa-pagelines.app-group-plus, span.fa-pagelines.app-group-minus, span.fa-pagelines.topnav-icon-Active, span.fa-pagelines.topnav-icon-, div.fa-pagelines.links-icon-globe, span.fa-pagelines.links-icon-contact, span.fa-pagelines.links-icon-help, span.fa-pagelines.links-icon-logout, a.fa-pagelines.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange, .fa-stack-exchange.lock-icon-danger, span.fa-stack-exchange.app-group-plus, span.fa-stack-exchange.app-group-minus, span.fa-stack-exchange.topnav-icon-Active, span.fa-stack-exchange.topnav-icon-, div.fa-stack-exchange.links-icon-globe, span.fa-stack-exchange.links-icon-contact, span.fa-stack-exchange.links-icon-help, span.fa-stack-exchange.links-icon-logout, a.fa-stack-exchange.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right, .fa-arrow-circle-o-right.lock-icon-danger, span.fa-arrow-circle-o-right.app-group-plus, span.fa-arrow-circle-o-right.app-group-minus, span.fa-arrow-circle-o-right.topnav-icon-Active, span.fa-arrow-circle-o-right.topnav-icon-, div.fa-arrow-circle-o-right.links-icon-globe, span.fa-arrow-circle-o-right.links-icon-contact, span.fa-arrow-circle-o-right.links-icon-help, span.fa-arrow-circle-o-right.links-icon-logout, a.fa-arrow-circle-o-right.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before, .fa-arrow-circle-o-right.lock-icon-danger:before, span.fa-arrow-circle-o-right.app-group-plus:before, span.fa-arrow-circle-o-right.app-group-minus:before, span.fa-arrow-circle-o-right.topnav-icon-Active:before, span.fa-arrow-circle-o-right.topnav-icon-:before, div.fa-arrow-circle-o-right.links-icon-globe:before, span.fa-arrow-circle-o-right.links-icon-contact:before, span.fa-arrow-circle-o-right.links-icon-help:before, span.fa-arrow-circle-o-right.links-icon-logout:before, a.fa-arrow-circle-o-right.favorite-book-black:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left, .fa-arrow-circle-o-left.lock-icon-danger, span.fa-arrow-circle-o-left.app-group-plus, span.fa-arrow-circle-o-left.app-group-minus, span.fa-arrow-circle-o-left.topnav-icon-Active, span.fa-arrow-circle-o-left.topnav-icon-, div.fa-arrow-circle-o-left.links-icon-globe, span.fa-arrow-circle-o-left.links-icon-contact, span.fa-arrow-circle-o-left.links-icon-help, span.fa-arrow-circle-o-left.links-icon-logout, a.fa-arrow-circle-o-left.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before, .fa-arrow-circle-o-left.lock-icon-danger:before, span.fa-arrow-circle-o-left.app-group-plus:before, span.fa-arrow-circle-o-left.app-group-minus:before, span.fa-arrow-circle-o-left.topnav-icon-Active:before, span.fa-arrow-circle-o-left.topnav-icon-:before, div.fa-arrow-circle-o-left.links-icon-globe:before, span.fa-arrow-circle-o-left.links-icon-contact:before, span.fa-arrow-circle-o-left.links-icon-help:before, span.fa-arrow-circle-o-left.links-icon-logout:before, a.fa-arrow-circle-o-left.favorite-book-black:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left, .fa-caret-square-o-left.lock-icon-danger, span.fa-caret-square-o-left.app-group-plus, span.fa-caret-square-o-left.app-group-minus, span.fa-caret-square-o-left.topnav-icon-Active, span.fa-caret-square-o-left.topnav-icon-, div.fa-caret-square-o-left.links-icon-globe, span.fa-caret-square-o-left.links-icon-contact, span.fa-caret-square-o-left.links-icon-help, span.fa-caret-square-o-left.links-icon-logout, a.fa-caret-square-o-left.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before, .fa-caret-square-o-left.lock-icon-danger:before, span.fa-caret-square-o-left.app-group-plus:before, span.fa-caret-square-o-left.app-group-minus:before, span.fa-caret-square-o-left.topnav-icon-Active:before, span.fa-caret-square-o-left.topnav-icon-:before, div.fa-caret-square-o-left.links-icon-globe:before, span.fa-caret-square-o-left.links-icon-contact:before, span.fa-caret-square-o-left.links-icon-help:before, span.fa-caret-square-o-left.links-icon-logout:before, a.fa-caret-square-o-left.favorite-book-black:before {
  content: "\f191"; }

.fa.fa-toggle-left, .fa-toggle-left.lock-icon-danger, span.fa-toggle-left.app-group-plus, span.fa-toggle-left.app-group-minus, span.fa-toggle-left.topnav-icon-Active, span.fa-toggle-left.topnav-icon-, div.fa-toggle-left.links-icon-globe, span.fa-toggle-left.links-icon-contact, span.fa-toggle-left.links-icon-help, span.fa-toggle-left.links-icon-logout, a.fa-toggle-left.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before, .fa-toggle-left.lock-icon-danger:before, span.fa-toggle-left.app-group-plus:before, span.fa-toggle-left.app-group-minus:before, span.fa-toggle-left.topnav-icon-Active:before, span.fa-toggle-left.topnav-icon-:before, div.fa-toggle-left.links-icon-globe:before, span.fa-toggle-left.links-icon-contact:before, span.fa-toggle-left.links-icon-help:before, span.fa-toggle-left.links-icon-logout:before, a.fa-toggle-left.favorite-book-black:before {
  content: "\f191"; }

.fa.fa-dot-circle-o, .fa-dot-circle-o.lock-icon-danger, span.fa-dot-circle-o.app-group-plus, span.fa-dot-circle-o.app-group-minus, span.fa-dot-circle-o.topnav-icon-Active, span.fa-dot-circle-o.topnav-icon-, div.fa-dot-circle-o.links-icon-globe, span.fa-dot-circle-o.links-icon-contact, span.fa-dot-circle-o.links-icon-help, span.fa-dot-circle-o.links-icon-logout, a.fa-dot-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before, .fa-dot-circle-o.lock-icon-danger:before, span.fa-dot-circle-o.app-group-plus:before, span.fa-dot-circle-o.app-group-minus:before, span.fa-dot-circle-o.topnav-icon-Active:before, span.fa-dot-circle-o.topnav-icon-:before, div.fa-dot-circle-o.links-icon-globe:before, span.fa-dot-circle-o.links-icon-contact:before, span.fa-dot-circle-o.links-icon-help:before, span.fa-dot-circle-o.links-icon-logout:before, a.fa-dot-circle-o.favorite-book-black:before {
  content: "\f192"; }

.fa.fa-vimeo-square, .fa-vimeo-square.lock-icon-danger, span.fa-vimeo-square.app-group-plus, span.fa-vimeo-square.app-group-minus, span.fa-vimeo-square.topnav-icon-Active, span.fa-vimeo-square.topnav-icon-, div.fa-vimeo-square.links-icon-globe, span.fa-vimeo-square.links-icon-contact, span.fa-vimeo-square.links-icon-help, span.fa-vimeo-square.links-icon-logout, a.fa-vimeo-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before, .fa-try.lock-icon-danger:before, span.fa-try.app-group-plus:before, span.fa-try.app-group-minus:before, span.fa-try.topnav-icon-Active:before, span.fa-try.topnav-icon-:before, div.fa-try.links-icon-globe:before, span.fa-try.links-icon-contact:before, span.fa-try.links-icon-help:before, span.fa-try.links-icon-logout:before, a.fa-try.favorite-book-black:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before, .fa-turkish-lira.lock-icon-danger:before, span.fa-turkish-lira.app-group-plus:before, span.fa-turkish-lira.app-group-minus:before, span.fa-turkish-lira.topnav-icon-Active:before, span.fa-turkish-lira.topnav-icon-:before, div.fa-turkish-lira.links-icon-globe:before, span.fa-turkish-lira.links-icon-contact:before, span.fa-turkish-lira.links-icon-help:before, span.fa-turkish-lira.links-icon-logout:before, a.fa-turkish-lira.favorite-book-black:before {
  content: "\f195"; }

.fa.fa-plus-square-o, .fa-plus-square-o.lock-icon-danger, span.fa-plus-square-o.app-group-plus, span.fa-plus-square-o.app-group-minus, span.fa-plus-square-o.topnav-icon-Active, span.fa-plus-square-o.topnav-icon-, div.fa-plus-square-o.links-icon-globe, span.fa-plus-square-o.links-icon-contact, span.fa-plus-square-o.links-icon-help, span.fa-plus-square-o.links-icon-logout, a.fa-plus-square-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before, .fa-plus-square-o.lock-icon-danger:before, span.fa-plus-square-o.app-group-plus:before, span.fa-plus-square-o.app-group-minus:before, span.fa-plus-square-o.topnav-icon-Active:before, span.fa-plus-square-o.topnav-icon-:before, div.fa-plus-square-o.links-icon-globe:before, span.fa-plus-square-o.links-icon-contact:before, span.fa-plus-square-o.links-icon-help:before, span.fa-plus-square-o.links-icon-logout:before, a.fa-plus-square-o.favorite-book-black:before {
  content: "\f0fe"; }

.fa.fa-slack, .fa-slack.lock-icon-danger, span.fa-slack.app-group-plus, span.fa-slack.app-group-minus, span.fa-slack.topnav-icon-Active, span.fa-slack.topnav-icon-, div.fa-slack.links-icon-globe, span.fa-slack.links-icon-contact, span.fa-slack.links-icon-help, span.fa-slack.links-icon-logout, a.fa-slack.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress, .fa-wordpress.lock-icon-danger, span.fa-wordpress.app-group-plus, span.fa-wordpress.app-group-minus, span.fa-wordpress.topnav-icon-Active, span.fa-wordpress.topnav-icon-, div.fa-wordpress.links-icon-globe, span.fa-wordpress.links-icon-contact, span.fa-wordpress.links-icon-help, span.fa-wordpress.links-icon-logout, a.fa-wordpress.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid, .fa-openid.lock-icon-danger, span.fa-openid.app-group-plus, span.fa-openid.app-group-minus, span.fa-openid.topnav-icon-Active, span.fa-openid.topnav-icon-, div.fa-openid.links-icon-globe, span.fa-openid.links-icon-contact, span.fa-openid.links-icon-help, span.fa-openid.links-icon-logout, a.fa-openid.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before, .fa-institution.lock-icon-danger:before, span.fa-institution.app-group-plus:before, span.fa-institution.app-group-minus:before, span.fa-institution.topnav-icon-Active:before, span.fa-institution.topnav-icon-:before, div.fa-institution.links-icon-globe:before, span.fa-institution.links-icon-contact:before, span.fa-institution.links-icon-help:before, span.fa-institution.links-icon-logout:before, a.fa-institution.favorite-book-black:before {
  content: "\f19c"; }

.fa.fa-bank:before, .fa-bank.lock-icon-danger:before, span.fa-bank.app-group-plus:before, span.fa-bank.app-group-minus:before, span.fa-bank.topnav-icon-Active:before, span.fa-bank.topnav-icon-:before, div.fa-bank.links-icon-globe:before, span.fa-bank.links-icon-contact:before, span.fa-bank.links-icon-help:before, span.fa-bank.links-icon-logout:before, a.fa-bank.favorite-book-black:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before, .fa-mortar-board.lock-icon-danger:before, span.fa-mortar-board.app-group-plus:before, span.fa-mortar-board.app-group-minus:before, span.fa-mortar-board.topnav-icon-Active:before, span.fa-mortar-board.topnav-icon-:before, div.fa-mortar-board.links-icon-globe:before, span.fa-mortar-board.links-icon-contact:before, span.fa-mortar-board.links-icon-help:before, span.fa-mortar-board.links-icon-logout:before, a.fa-mortar-board.favorite-book-black:before {
  content: "\f19d"; }

.fa.fa-yahoo, .fa-yahoo.lock-icon-danger, span.fa-yahoo.app-group-plus, span.fa-yahoo.app-group-minus, span.fa-yahoo.topnav-icon-Active, span.fa-yahoo.topnav-icon-, div.fa-yahoo.links-icon-globe, span.fa-yahoo.links-icon-contact, span.fa-yahoo.links-icon-help, span.fa-yahoo.links-icon-logout, a.fa-yahoo.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google, .fa-google.lock-icon-danger, span.fa-google.app-group-plus, span.fa-google.app-group-minus, span.fa-google.topnav-icon-Active, span.fa-google.topnav-icon-, div.fa-google.links-icon-globe, span.fa-google.links-icon-contact, span.fa-google.links-icon-help, span.fa-google.links-icon-logout, a.fa-google.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit, .fa-reddit.lock-icon-danger, span.fa-reddit.app-group-plus, span.fa-reddit.app-group-minus, span.fa-reddit.topnav-icon-Active, span.fa-reddit.topnav-icon-, div.fa-reddit.links-icon-globe, span.fa-reddit.links-icon-contact, span.fa-reddit.links-icon-help, span.fa-reddit.links-icon-logout, a.fa-reddit.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square, .fa-reddit-square.lock-icon-danger, span.fa-reddit-square.app-group-plus, span.fa-reddit-square.app-group-minus, span.fa-reddit-square.topnav-icon-Active, span.fa-reddit-square.topnav-icon-, div.fa-reddit-square.links-icon-globe, span.fa-reddit-square.links-icon-contact, span.fa-reddit-square.links-icon-help, span.fa-reddit-square.links-icon-logout, a.fa-reddit-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle, .fa-stumbleupon-circle.lock-icon-danger, span.fa-stumbleupon-circle.app-group-plus, span.fa-stumbleupon-circle.app-group-minus, span.fa-stumbleupon-circle.topnav-icon-Active, span.fa-stumbleupon-circle.topnav-icon-, div.fa-stumbleupon-circle.links-icon-globe, span.fa-stumbleupon-circle.links-icon-contact, span.fa-stumbleupon-circle.links-icon-help, span.fa-stumbleupon-circle.links-icon-logout, a.fa-stumbleupon-circle.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon, .fa-stumbleupon.lock-icon-danger, span.fa-stumbleupon.app-group-plus, span.fa-stumbleupon.app-group-minus, span.fa-stumbleupon.topnav-icon-Active, span.fa-stumbleupon.topnav-icon-, div.fa-stumbleupon.links-icon-globe, span.fa-stumbleupon.links-icon-contact, span.fa-stumbleupon.links-icon-help, span.fa-stumbleupon.links-icon-logout, a.fa-stumbleupon.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious, .fa-delicious.lock-icon-danger, span.fa-delicious.app-group-plus, span.fa-delicious.app-group-minus, span.fa-delicious.topnav-icon-Active, span.fa-delicious.topnav-icon-, div.fa-delicious.links-icon-globe, span.fa-delicious.links-icon-contact, span.fa-delicious.links-icon-help, span.fa-delicious.links-icon-logout, a.fa-delicious.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg, .fa-digg.lock-icon-danger, span.fa-digg.app-group-plus, span.fa-digg.app-group-minus, span.fa-digg.topnav-icon-Active, span.fa-digg.topnav-icon-, div.fa-digg.links-icon-globe, span.fa-digg.links-icon-contact, span.fa-digg.links-icon-help, span.fa-digg.links-icon-logout, a.fa-digg.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp, .fa-pied-piper-pp.lock-icon-danger, span.fa-pied-piper-pp.app-group-plus, span.fa-pied-piper-pp.app-group-minus, span.fa-pied-piper-pp.topnav-icon-Active, span.fa-pied-piper-pp.topnav-icon-, div.fa-pied-piper-pp.links-icon-globe, span.fa-pied-piper-pp.links-icon-contact, span.fa-pied-piper-pp.links-icon-help, span.fa-pied-piper-pp.links-icon-logout, a.fa-pied-piper-pp.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt, .fa-pied-piper-alt.lock-icon-danger, span.fa-pied-piper-alt.app-group-plus, span.fa-pied-piper-alt.app-group-minus, span.fa-pied-piper-alt.topnav-icon-Active, span.fa-pied-piper-alt.topnav-icon-, div.fa-pied-piper-alt.links-icon-globe, span.fa-pied-piper-alt.links-icon-contact, span.fa-pied-piper-alt.links-icon-help, span.fa-pied-piper-alt.links-icon-logout, a.fa-pied-piper-alt.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal, .fa-drupal.lock-icon-danger, span.fa-drupal.app-group-plus, span.fa-drupal.app-group-minus, span.fa-drupal.topnav-icon-Active, span.fa-drupal.topnav-icon-, div.fa-drupal.links-icon-globe, span.fa-drupal.links-icon-contact, span.fa-drupal.links-icon-help, span.fa-drupal.links-icon-logout, a.fa-drupal.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla, .fa-joomla.lock-icon-danger, span.fa-joomla.app-group-plus, span.fa-joomla.app-group-minus, span.fa-joomla.topnav-icon-Active, span.fa-joomla.topnav-icon-, div.fa-joomla.links-icon-globe, span.fa-joomla.links-icon-contact, span.fa-joomla.links-icon-help, span.fa-joomla.links-icon-logout, a.fa-joomla.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before, .fa-spoon.lock-icon-danger:before, span.fa-spoon.app-group-plus:before, span.fa-spoon.app-group-minus:before, span.fa-spoon.topnav-icon-Active:before, span.fa-spoon.topnav-icon-:before, div.fa-spoon.links-icon-globe:before, span.fa-spoon.links-icon-contact:before, span.fa-spoon.links-icon-help:before, span.fa-spoon.links-icon-logout:before, a.fa-spoon.favorite-book-black:before {
  content: "\f2e5"; }

.fa.fa-behance, .fa-behance.lock-icon-danger, span.fa-behance.app-group-plus, span.fa-behance.app-group-minus, span.fa-behance.topnav-icon-Active, span.fa-behance.topnav-icon-, div.fa-behance.links-icon-globe, span.fa-behance.links-icon-contact, span.fa-behance.links-icon-help, span.fa-behance.links-icon-logout, a.fa-behance.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square, .fa-behance-square.lock-icon-danger, span.fa-behance-square.app-group-plus, span.fa-behance-square.app-group-minus, span.fa-behance-square.topnav-icon-Active, span.fa-behance-square.topnav-icon-, div.fa-behance-square.links-icon-globe, span.fa-behance-square.links-icon-contact, span.fa-behance-square.links-icon-help, span.fa-behance-square.links-icon-logout, a.fa-behance-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam, .fa-steam.lock-icon-danger, span.fa-steam.app-group-plus, span.fa-steam.app-group-minus, span.fa-steam.topnav-icon-Active, span.fa-steam.topnav-icon-, div.fa-steam.links-icon-globe, span.fa-steam.links-icon-contact, span.fa-steam.links-icon-help, span.fa-steam.links-icon-logout, a.fa-steam.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square, .fa-steam-square.lock-icon-danger, span.fa-steam-square.app-group-plus, span.fa-steam-square.app-group-minus, span.fa-steam-square.topnav-icon-Active, span.fa-steam-square.topnav-icon-, div.fa-steam-square.links-icon-globe, span.fa-steam-square.links-icon-contact, span.fa-steam-square.links-icon-help, span.fa-steam-square.links-icon-logout, a.fa-steam-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before, .fa-automobile.lock-icon-danger:before, span.fa-automobile.app-group-plus:before, span.fa-automobile.app-group-minus:before, span.fa-automobile.topnav-icon-Active:before, span.fa-automobile.topnav-icon-:before, div.fa-automobile.links-icon-globe:before, span.fa-automobile.links-icon-contact:before, span.fa-automobile.links-icon-help:before, span.fa-automobile.links-icon-logout:before, a.fa-automobile.favorite-book-black:before {
  content: "\f1b9"; }

.fa.fa-envelope-o, .fa-envelope-o.lock-icon-danger, span.fa-envelope-o.app-group-plus, span.fa-envelope-o.app-group-minus, span.fa-envelope-o.topnav-icon-Active, span.fa-envelope-o.topnav-icon-, div.fa-envelope-o.links-icon-globe, span.fa-envelope-o.links-icon-contact, span.fa-envelope-o.links-icon-help, span.fa-envelope-o.links-icon-logout, a.fa-envelope-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before, .fa-envelope-o.lock-icon-danger:before, span.fa-envelope-o.app-group-plus:before, span.fa-envelope-o.app-group-minus:before, span.fa-envelope-o.topnav-icon-Active:before, span.fa-envelope-o.topnav-icon-:before, div.fa-envelope-o.links-icon-globe:before, span.fa-envelope-o.links-icon-contact:before, span.fa-envelope-o.links-icon-help:before, span.fa-envelope-o.links-icon-logout:before, a.fa-envelope-o.favorite-book-black:before {
  content: "\f0e0"; }

.fa.fa-spotify, .fa-spotify.lock-icon-danger, span.fa-spotify.app-group-plus, span.fa-spotify.app-group-minus, span.fa-spotify.topnav-icon-Active, span.fa-spotify.topnav-icon-, div.fa-spotify.links-icon-globe, span.fa-spotify.links-icon-contact, span.fa-spotify.links-icon-help, span.fa-spotify.links-icon-logout, a.fa-spotify.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart, .fa-deviantart.lock-icon-danger, span.fa-deviantart.app-group-plus, span.fa-deviantart.app-group-minus, span.fa-deviantart.topnav-icon-Active, span.fa-deviantart.topnav-icon-, div.fa-deviantart.links-icon-globe, span.fa-deviantart.links-icon-contact, span.fa-deviantart.links-icon-help, span.fa-deviantart.links-icon-logout, a.fa-deviantart.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud, .fa-soundcloud.lock-icon-danger, span.fa-soundcloud.app-group-plus, span.fa-soundcloud.app-group-minus, span.fa-soundcloud.topnav-icon-Active, span.fa-soundcloud.topnav-icon-, div.fa-soundcloud.links-icon-globe, span.fa-soundcloud.links-icon-contact, span.fa-soundcloud.links-icon-help, span.fa-soundcloud.links-icon-logout, a.fa-soundcloud.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o, .fa-file-pdf-o.lock-icon-danger, span.fa-file-pdf-o.app-group-plus, span.fa-file-pdf-o.app-group-minus, span.fa-file-pdf-o.topnav-icon-Active, span.fa-file-pdf-o.topnav-icon-, div.fa-file-pdf-o.links-icon-globe, span.fa-file-pdf-o.links-icon-contact, span.fa-file-pdf-o.links-icon-help, span.fa-file-pdf-o.links-icon-logout, a.fa-file-pdf-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before, .fa-file-pdf-o.lock-icon-danger:before, span.fa-file-pdf-o.app-group-plus:before, span.fa-file-pdf-o.app-group-minus:before, span.fa-file-pdf-o.topnav-icon-Active:before, span.fa-file-pdf-o.topnav-icon-:before, div.fa-file-pdf-o.links-icon-globe:before, span.fa-file-pdf-o.links-icon-contact:before, span.fa-file-pdf-o.links-icon-help:before, span.fa-file-pdf-o.links-icon-logout:before, a.fa-file-pdf-o.favorite-book-black:before {
  content: "\f1c1"; }

.fa.fa-file-word-o, .fa-file-word-o.lock-icon-danger, span.fa-file-word-o.app-group-plus, span.fa-file-word-o.app-group-minus, span.fa-file-word-o.topnav-icon-Active, span.fa-file-word-o.topnav-icon-, div.fa-file-word-o.links-icon-globe, span.fa-file-word-o.links-icon-contact, span.fa-file-word-o.links-icon-help, span.fa-file-word-o.links-icon-logout, a.fa-file-word-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before, .fa-file-word-o.lock-icon-danger:before, span.fa-file-word-o.app-group-plus:before, span.fa-file-word-o.app-group-minus:before, span.fa-file-word-o.topnav-icon-Active:before, span.fa-file-word-o.topnav-icon-:before, div.fa-file-word-o.links-icon-globe:before, span.fa-file-word-o.links-icon-contact:before, span.fa-file-word-o.links-icon-help:before, span.fa-file-word-o.links-icon-logout:before, a.fa-file-word-o.favorite-book-black:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o, .fa-file-excel-o.lock-icon-danger, span.fa-file-excel-o.app-group-plus, span.fa-file-excel-o.app-group-minus, span.fa-file-excel-o.topnav-icon-Active, span.fa-file-excel-o.topnav-icon-, div.fa-file-excel-o.links-icon-globe, span.fa-file-excel-o.links-icon-contact, span.fa-file-excel-o.links-icon-help, span.fa-file-excel-o.links-icon-logout, a.fa-file-excel-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before, .fa-file-excel-o.lock-icon-danger:before, span.fa-file-excel-o.app-group-plus:before, span.fa-file-excel-o.app-group-minus:before, span.fa-file-excel-o.topnav-icon-Active:before, span.fa-file-excel-o.topnav-icon-:before, div.fa-file-excel-o.links-icon-globe:before, span.fa-file-excel-o.links-icon-contact:before, span.fa-file-excel-o.links-icon-help:before, span.fa-file-excel-o.links-icon-logout:before, a.fa-file-excel-o.favorite-book-black:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o, .fa-file-powerpoint-o.lock-icon-danger, span.fa-file-powerpoint-o.app-group-plus, span.fa-file-powerpoint-o.app-group-minus, span.fa-file-powerpoint-o.topnav-icon-Active, span.fa-file-powerpoint-o.topnav-icon-, div.fa-file-powerpoint-o.links-icon-globe, span.fa-file-powerpoint-o.links-icon-contact, span.fa-file-powerpoint-o.links-icon-help, span.fa-file-powerpoint-o.links-icon-logout, a.fa-file-powerpoint-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before, .fa-file-powerpoint-o.lock-icon-danger:before, span.fa-file-powerpoint-o.app-group-plus:before, span.fa-file-powerpoint-o.app-group-minus:before, span.fa-file-powerpoint-o.topnav-icon-Active:before, span.fa-file-powerpoint-o.topnav-icon-:before, div.fa-file-powerpoint-o.links-icon-globe:before, span.fa-file-powerpoint-o.links-icon-contact:before, span.fa-file-powerpoint-o.links-icon-help:before, span.fa-file-powerpoint-o.links-icon-logout:before, a.fa-file-powerpoint-o.favorite-book-black:before {
  content: "\f1c4"; }

.fa.fa-file-image-o, .fa-file-image-o.lock-icon-danger, span.fa-file-image-o.app-group-plus, span.fa-file-image-o.app-group-minus, span.fa-file-image-o.topnav-icon-Active, span.fa-file-image-o.topnav-icon-, div.fa-file-image-o.links-icon-globe, span.fa-file-image-o.links-icon-contact, span.fa-file-image-o.links-icon-help, span.fa-file-image-o.links-icon-logout, a.fa-file-image-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before, .fa-file-image-o.lock-icon-danger:before, span.fa-file-image-o.app-group-plus:before, span.fa-file-image-o.app-group-minus:before, span.fa-file-image-o.topnav-icon-Active:before, span.fa-file-image-o.topnav-icon-:before, div.fa-file-image-o.links-icon-globe:before, span.fa-file-image-o.links-icon-contact:before, span.fa-file-image-o.links-icon-help:before, span.fa-file-image-o.links-icon-logout:before, a.fa-file-image-o.favorite-book-black:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o, .fa-file-photo-o.lock-icon-danger, span.fa-file-photo-o.app-group-plus, span.fa-file-photo-o.app-group-minus, span.fa-file-photo-o.topnav-icon-Active, span.fa-file-photo-o.topnav-icon-, div.fa-file-photo-o.links-icon-globe, span.fa-file-photo-o.links-icon-contact, span.fa-file-photo-o.links-icon-help, span.fa-file-photo-o.links-icon-logout, a.fa-file-photo-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before, .fa-file-photo-o.lock-icon-danger:before, span.fa-file-photo-o.app-group-plus:before, span.fa-file-photo-o.app-group-minus:before, span.fa-file-photo-o.topnav-icon-Active:before, span.fa-file-photo-o.topnav-icon-:before, div.fa-file-photo-o.links-icon-globe:before, span.fa-file-photo-o.links-icon-contact:before, span.fa-file-photo-o.links-icon-help:before, span.fa-file-photo-o.links-icon-logout:before, a.fa-file-photo-o.favorite-book-black:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o, .fa-file-picture-o.lock-icon-danger, span.fa-file-picture-o.app-group-plus, span.fa-file-picture-o.app-group-minus, span.fa-file-picture-o.topnav-icon-Active, span.fa-file-picture-o.topnav-icon-, div.fa-file-picture-o.links-icon-globe, span.fa-file-picture-o.links-icon-contact, span.fa-file-picture-o.links-icon-help, span.fa-file-picture-o.links-icon-logout, a.fa-file-picture-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before, .fa-file-picture-o.lock-icon-danger:before, span.fa-file-picture-o.app-group-plus:before, span.fa-file-picture-o.app-group-minus:before, span.fa-file-picture-o.topnav-icon-Active:before, span.fa-file-picture-o.topnav-icon-:before, div.fa-file-picture-o.links-icon-globe:before, span.fa-file-picture-o.links-icon-contact:before, span.fa-file-picture-o.links-icon-help:before, span.fa-file-picture-o.links-icon-logout:before, a.fa-file-picture-o.favorite-book-black:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o, .fa-file-archive-o.lock-icon-danger, span.fa-file-archive-o.app-group-plus, span.fa-file-archive-o.app-group-minus, span.fa-file-archive-o.topnav-icon-Active, span.fa-file-archive-o.topnav-icon-, div.fa-file-archive-o.links-icon-globe, span.fa-file-archive-o.links-icon-contact, span.fa-file-archive-o.links-icon-help, span.fa-file-archive-o.links-icon-logout, a.fa-file-archive-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before, .fa-file-archive-o.lock-icon-danger:before, span.fa-file-archive-o.app-group-plus:before, span.fa-file-archive-o.app-group-minus:before, span.fa-file-archive-o.topnav-icon-Active:before, span.fa-file-archive-o.topnav-icon-:before, div.fa-file-archive-o.links-icon-globe:before, span.fa-file-archive-o.links-icon-contact:before, span.fa-file-archive-o.links-icon-help:before, span.fa-file-archive-o.links-icon-logout:before, a.fa-file-archive-o.favorite-book-black:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o, .fa-file-zip-o.lock-icon-danger, span.fa-file-zip-o.app-group-plus, span.fa-file-zip-o.app-group-minus, span.fa-file-zip-o.topnav-icon-Active, span.fa-file-zip-o.topnav-icon-, div.fa-file-zip-o.links-icon-globe, span.fa-file-zip-o.links-icon-contact, span.fa-file-zip-o.links-icon-help, span.fa-file-zip-o.links-icon-logout, a.fa-file-zip-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before, .fa-file-zip-o.lock-icon-danger:before, span.fa-file-zip-o.app-group-plus:before, span.fa-file-zip-o.app-group-minus:before, span.fa-file-zip-o.topnav-icon-Active:before, span.fa-file-zip-o.topnav-icon-:before, div.fa-file-zip-o.links-icon-globe:before, span.fa-file-zip-o.links-icon-contact:before, span.fa-file-zip-o.links-icon-help:before, span.fa-file-zip-o.links-icon-logout:before, a.fa-file-zip-o.favorite-book-black:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o, .fa-file-audio-o.lock-icon-danger, span.fa-file-audio-o.app-group-plus, span.fa-file-audio-o.app-group-minus, span.fa-file-audio-o.topnav-icon-Active, span.fa-file-audio-o.topnav-icon-, div.fa-file-audio-o.links-icon-globe, span.fa-file-audio-o.links-icon-contact, span.fa-file-audio-o.links-icon-help, span.fa-file-audio-o.links-icon-logout, a.fa-file-audio-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before, .fa-file-audio-o.lock-icon-danger:before, span.fa-file-audio-o.app-group-plus:before, span.fa-file-audio-o.app-group-minus:before, span.fa-file-audio-o.topnav-icon-Active:before, span.fa-file-audio-o.topnav-icon-:before, div.fa-file-audio-o.links-icon-globe:before, span.fa-file-audio-o.links-icon-contact:before, span.fa-file-audio-o.links-icon-help:before, span.fa-file-audio-o.links-icon-logout:before, a.fa-file-audio-o.favorite-book-black:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o, .fa-file-sound-o.lock-icon-danger, span.fa-file-sound-o.app-group-plus, span.fa-file-sound-o.app-group-minus, span.fa-file-sound-o.topnav-icon-Active, span.fa-file-sound-o.topnav-icon-, div.fa-file-sound-o.links-icon-globe, span.fa-file-sound-o.links-icon-contact, span.fa-file-sound-o.links-icon-help, span.fa-file-sound-o.links-icon-logout, a.fa-file-sound-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before, .fa-file-sound-o.lock-icon-danger:before, span.fa-file-sound-o.app-group-plus:before, span.fa-file-sound-o.app-group-minus:before, span.fa-file-sound-o.topnav-icon-Active:before, span.fa-file-sound-o.topnav-icon-:before, div.fa-file-sound-o.links-icon-globe:before, span.fa-file-sound-o.links-icon-contact:before, span.fa-file-sound-o.links-icon-help:before, span.fa-file-sound-o.links-icon-logout:before, a.fa-file-sound-o.favorite-book-black:before {
  content: "\f1c7"; }

.fa.fa-file-video-o, .fa-file-video-o.lock-icon-danger, span.fa-file-video-o.app-group-plus, span.fa-file-video-o.app-group-minus, span.fa-file-video-o.topnav-icon-Active, span.fa-file-video-o.topnav-icon-, div.fa-file-video-o.links-icon-globe, span.fa-file-video-o.links-icon-contact, span.fa-file-video-o.links-icon-help, span.fa-file-video-o.links-icon-logout, a.fa-file-video-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before, .fa-file-video-o.lock-icon-danger:before, span.fa-file-video-o.app-group-plus:before, span.fa-file-video-o.app-group-minus:before, span.fa-file-video-o.topnav-icon-Active:before, span.fa-file-video-o.topnav-icon-:before, div.fa-file-video-o.links-icon-globe:before, span.fa-file-video-o.links-icon-contact:before, span.fa-file-video-o.links-icon-help:before, span.fa-file-video-o.links-icon-logout:before, a.fa-file-video-o.favorite-book-black:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o, .fa-file-movie-o.lock-icon-danger, span.fa-file-movie-o.app-group-plus, span.fa-file-movie-o.app-group-minus, span.fa-file-movie-o.topnav-icon-Active, span.fa-file-movie-o.topnav-icon-, div.fa-file-movie-o.links-icon-globe, span.fa-file-movie-o.links-icon-contact, span.fa-file-movie-o.links-icon-help, span.fa-file-movie-o.links-icon-logout, a.fa-file-movie-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before, .fa-file-movie-o.lock-icon-danger:before, span.fa-file-movie-o.app-group-plus:before, span.fa-file-movie-o.app-group-minus:before, span.fa-file-movie-o.topnav-icon-Active:before, span.fa-file-movie-o.topnav-icon-:before, div.fa-file-movie-o.links-icon-globe:before, span.fa-file-movie-o.links-icon-contact:before, span.fa-file-movie-o.links-icon-help:before, span.fa-file-movie-o.links-icon-logout:before, a.fa-file-movie-o.favorite-book-black:before {
  content: "\f1c8"; }

.fa.fa-file-code-o, .fa-file-code-o.lock-icon-danger, span.fa-file-code-o.app-group-plus, span.fa-file-code-o.app-group-minus, span.fa-file-code-o.topnav-icon-Active, span.fa-file-code-o.topnav-icon-, div.fa-file-code-o.links-icon-globe, span.fa-file-code-o.links-icon-contact, span.fa-file-code-o.links-icon-help, span.fa-file-code-o.links-icon-logout, a.fa-file-code-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before, .fa-file-code-o.lock-icon-danger:before, span.fa-file-code-o.app-group-plus:before, span.fa-file-code-o.app-group-minus:before, span.fa-file-code-o.topnav-icon-Active:before, span.fa-file-code-o.topnav-icon-:before, div.fa-file-code-o.links-icon-globe:before, span.fa-file-code-o.links-icon-contact:before, span.fa-file-code-o.links-icon-help:before, span.fa-file-code-o.links-icon-logout:before, a.fa-file-code-o.favorite-book-black:before {
  content: "\f1c9"; }

.fa.fa-vine, .fa-vine.lock-icon-danger, span.fa-vine.app-group-plus, span.fa-vine.app-group-minus, span.fa-vine.topnav-icon-Active, span.fa-vine.topnav-icon-, div.fa-vine.links-icon-globe, span.fa-vine.links-icon-contact, span.fa-vine.links-icon-help, span.fa-vine.links-icon-logout, a.fa-vine.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen, .fa-codepen.lock-icon-danger, span.fa-codepen.app-group-plus, span.fa-codepen.app-group-minus, span.fa-codepen.topnav-icon-Active, span.fa-codepen.topnav-icon-, div.fa-codepen.links-icon-globe, span.fa-codepen.links-icon-contact, span.fa-codepen.links-icon-help, span.fa-codepen.links-icon-logout, a.fa-codepen.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle, .fa-jsfiddle.lock-icon-danger, span.fa-jsfiddle.app-group-plus, span.fa-jsfiddle.app-group-minus, span.fa-jsfiddle.topnav-icon-Active, span.fa-jsfiddle.topnav-icon-, div.fa-jsfiddle.links-icon-globe, span.fa-jsfiddle.links-icon-contact, span.fa-jsfiddle.links-icon-help, span.fa-jsfiddle.links-icon-logout, a.fa-jsfiddle.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring, .fa-life-ring.lock-icon-danger, span.fa-life-ring.app-group-plus, span.fa-life-ring.app-group-minus, span.fa-life-ring.topnav-icon-Active, span.fa-life-ring.topnav-icon-, div.fa-life-ring.links-icon-globe, span.fa-life-ring.links-icon-contact, span.fa-life-ring.links-icon-help, span.fa-life-ring.links-icon-logout, a.fa-life-ring.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy, .fa-life-bouy.lock-icon-danger, span.fa-life-bouy.app-group-plus, span.fa-life-bouy.app-group-minus, span.fa-life-bouy.topnav-icon-Active, span.fa-life-bouy.topnav-icon-, div.fa-life-bouy.links-icon-globe, span.fa-life-bouy.links-icon-contact, span.fa-life-bouy.links-icon-help, span.fa-life-bouy.links-icon-logout, a.fa-life-bouy.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before, .fa-life-bouy.lock-icon-danger:before, span.fa-life-bouy.app-group-plus:before, span.fa-life-bouy.app-group-minus:before, span.fa-life-bouy.topnav-icon-Active:before, span.fa-life-bouy.topnav-icon-:before, div.fa-life-bouy.links-icon-globe:before, span.fa-life-bouy.links-icon-contact:before, span.fa-life-bouy.links-icon-help:before, span.fa-life-bouy.links-icon-logout:before, a.fa-life-bouy.favorite-book-black:before {
  content: "\f1cd"; }

.fa.fa-life-buoy, .fa-life-buoy.lock-icon-danger, span.fa-life-buoy.app-group-plus, span.fa-life-buoy.app-group-minus, span.fa-life-buoy.topnav-icon-Active, span.fa-life-buoy.topnav-icon-, div.fa-life-buoy.links-icon-globe, span.fa-life-buoy.links-icon-contact, span.fa-life-buoy.links-icon-help, span.fa-life-buoy.links-icon-logout, a.fa-life-buoy.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before, .fa-life-buoy.lock-icon-danger:before, span.fa-life-buoy.app-group-plus:before, span.fa-life-buoy.app-group-minus:before, span.fa-life-buoy.topnav-icon-Active:before, span.fa-life-buoy.topnav-icon-:before, div.fa-life-buoy.links-icon-globe:before, span.fa-life-buoy.links-icon-contact:before, span.fa-life-buoy.links-icon-help:before, span.fa-life-buoy.links-icon-logout:before, a.fa-life-buoy.favorite-book-black:before {
  content: "\f1cd"; }

.fa.fa-life-saver, .fa-life-saver.lock-icon-danger, span.fa-life-saver.app-group-plus, span.fa-life-saver.app-group-minus, span.fa-life-saver.topnav-icon-Active, span.fa-life-saver.topnav-icon-, div.fa-life-saver.links-icon-globe, span.fa-life-saver.links-icon-contact, span.fa-life-saver.links-icon-help, span.fa-life-saver.links-icon-logout, a.fa-life-saver.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before, .fa-life-saver.lock-icon-danger:before, span.fa-life-saver.app-group-plus:before, span.fa-life-saver.app-group-minus:before, span.fa-life-saver.topnav-icon-Active:before, span.fa-life-saver.topnav-icon-:before, div.fa-life-saver.links-icon-globe:before, span.fa-life-saver.links-icon-contact:before, span.fa-life-saver.links-icon-help:before, span.fa-life-saver.links-icon-logout:before, a.fa-life-saver.favorite-book-black:before {
  content: "\f1cd"; }

.fa.fa-support, .fa-support.lock-icon-danger, span.fa-support.app-group-plus, span.fa-support.app-group-minus, span.fa-support.topnav-icon-Active, span.fa-support.topnav-icon-, div.fa-support.links-icon-globe, span.fa-support.links-icon-contact, span.fa-support.links-icon-help, span.fa-support.links-icon-logout, a.fa-support.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before, .fa-support.lock-icon-danger:before, span.fa-support.app-group-plus:before, span.fa-support.app-group-minus:before, span.fa-support.topnav-icon-Active:before, span.fa-support.topnav-icon-:before, div.fa-support.links-icon-globe:before, span.fa-support.links-icon-contact:before, span.fa-support.links-icon-help:before, span.fa-support.links-icon-logout:before, a.fa-support.favorite-book-black:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before, .fa-circle-o-notch.lock-icon-danger:before, span.fa-circle-o-notch.app-group-plus:before, span.fa-circle-o-notch.app-group-minus:before, span.fa-circle-o-notch.topnav-icon-Active:before, span.fa-circle-o-notch.topnav-icon-:before, div.fa-circle-o-notch.links-icon-globe:before, span.fa-circle-o-notch.links-icon-contact:before, span.fa-circle-o-notch.links-icon-help:before, span.fa-circle-o-notch.links-icon-logout:before, a.fa-circle-o-notch.favorite-book-black:before {
  content: "\f1ce"; }

.fa.fa-rebel, .fa-rebel.lock-icon-danger, span.fa-rebel.app-group-plus, span.fa-rebel.app-group-minus, span.fa-rebel.topnav-icon-Active, span.fa-rebel.topnav-icon-, div.fa-rebel.links-icon-globe, span.fa-rebel.links-icon-contact, span.fa-rebel.links-icon-help, span.fa-rebel.links-icon-logout, a.fa-rebel.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra, .fa-ra.lock-icon-danger, span.fa-ra.app-group-plus, span.fa-ra.app-group-minus, span.fa-ra.topnav-icon-Active, span.fa-ra.topnav-icon-, div.fa-ra.links-icon-globe, span.fa-ra.links-icon-contact, span.fa-ra.links-icon-help, span.fa-ra.links-icon-logout, a.fa-ra.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before, .fa-ra.lock-icon-danger:before, span.fa-ra.app-group-plus:before, span.fa-ra.app-group-minus:before, span.fa-ra.topnav-icon-Active:before, span.fa-ra.topnav-icon-:before, div.fa-ra.links-icon-globe:before, span.fa-ra.links-icon-contact:before, span.fa-ra.links-icon-help:before, span.fa-ra.links-icon-logout:before, a.fa-ra.favorite-book-black:before {
  content: "\f1d0"; }

.fa.fa-resistance, .fa-resistance.lock-icon-danger, span.fa-resistance.app-group-plus, span.fa-resistance.app-group-minus, span.fa-resistance.topnav-icon-Active, span.fa-resistance.topnav-icon-, div.fa-resistance.links-icon-globe, span.fa-resistance.links-icon-contact, span.fa-resistance.links-icon-help, span.fa-resistance.links-icon-logout, a.fa-resistance.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before, .fa-resistance.lock-icon-danger:before, span.fa-resistance.app-group-plus:before, span.fa-resistance.app-group-minus:before, span.fa-resistance.topnav-icon-Active:before, span.fa-resistance.topnav-icon-:before, div.fa-resistance.links-icon-globe:before, span.fa-resistance.links-icon-contact:before, span.fa-resistance.links-icon-help:before, span.fa-resistance.links-icon-logout:before, a.fa-resistance.favorite-book-black:before {
  content: "\f1d0"; }

.fa.fa-empire, .fa-empire.lock-icon-danger, span.fa-empire.app-group-plus, span.fa-empire.app-group-minus, span.fa-empire.topnav-icon-Active, span.fa-empire.topnav-icon-, div.fa-empire.links-icon-globe, span.fa-empire.links-icon-contact, span.fa-empire.links-icon-help, span.fa-empire.links-icon-logout, a.fa-empire.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge, .fa-ge.lock-icon-danger, span.fa-ge.app-group-plus, span.fa-ge.app-group-minus, span.fa-ge.topnav-icon-Active, span.fa-ge.topnav-icon-, div.fa-ge.links-icon-globe, span.fa-ge.links-icon-contact, span.fa-ge.links-icon-help, span.fa-ge.links-icon-logout, a.fa-ge.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before, .fa-ge.lock-icon-danger:before, span.fa-ge.app-group-plus:before, span.fa-ge.app-group-minus:before, span.fa-ge.topnav-icon-Active:before, span.fa-ge.topnav-icon-:before, div.fa-ge.links-icon-globe:before, span.fa-ge.links-icon-contact:before, span.fa-ge.links-icon-help:before, span.fa-ge.links-icon-logout:before, a.fa-ge.favorite-book-black:before {
  content: "\f1d1"; }

.fa.fa-git-square, .fa-git-square.lock-icon-danger, span.fa-git-square.app-group-plus, span.fa-git-square.app-group-minus, span.fa-git-square.topnav-icon-Active, span.fa-git-square.topnav-icon-, div.fa-git-square.links-icon-globe, span.fa-git-square.links-icon-contact, span.fa-git-square.links-icon-help, span.fa-git-square.links-icon-logout, a.fa-git-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git, .fa-git.lock-icon-danger, span.fa-git.app-group-plus, span.fa-git.app-group-minus, span.fa-git.topnav-icon-Active, span.fa-git.topnav-icon-, div.fa-git.links-icon-globe, span.fa-git.links-icon-contact, span.fa-git.links-icon-help, span.fa-git.links-icon-logout, a.fa-git.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news, .fa-hacker-news.lock-icon-danger, span.fa-hacker-news.app-group-plus, span.fa-hacker-news.app-group-minus, span.fa-hacker-news.topnav-icon-Active, span.fa-hacker-news.topnav-icon-, div.fa-hacker-news.links-icon-globe, span.fa-hacker-news.links-icon-contact, span.fa-hacker-news.links-icon-help, span.fa-hacker-news.links-icon-logout, a.fa-hacker-news.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square, .fa-y-combinator-square.lock-icon-danger, span.fa-y-combinator-square.app-group-plus, span.fa-y-combinator-square.app-group-minus, span.fa-y-combinator-square.topnav-icon-Active, span.fa-y-combinator-square.topnav-icon-, div.fa-y-combinator-square.links-icon-globe, span.fa-y-combinator-square.links-icon-contact, span.fa-y-combinator-square.links-icon-help, span.fa-y-combinator-square.links-icon-logout, a.fa-y-combinator-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before, .fa-y-combinator-square.lock-icon-danger:before, span.fa-y-combinator-square.app-group-plus:before, span.fa-y-combinator-square.app-group-minus:before, span.fa-y-combinator-square.topnav-icon-Active:before, span.fa-y-combinator-square.topnav-icon-:before, div.fa-y-combinator-square.links-icon-globe:before, span.fa-y-combinator-square.links-icon-contact:before, span.fa-y-combinator-square.links-icon-help:before, span.fa-y-combinator-square.links-icon-logout:before, a.fa-y-combinator-square.favorite-book-black:before {
  content: "\f1d4"; }

.fa.fa-yc-square, .fa-yc-square.lock-icon-danger, span.fa-yc-square.app-group-plus, span.fa-yc-square.app-group-minus, span.fa-yc-square.topnav-icon-Active, span.fa-yc-square.topnav-icon-, div.fa-yc-square.links-icon-globe, span.fa-yc-square.links-icon-contact, span.fa-yc-square.links-icon-help, span.fa-yc-square.links-icon-logout, a.fa-yc-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before, .fa-yc-square.lock-icon-danger:before, span.fa-yc-square.app-group-plus:before, span.fa-yc-square.app-group-minus:before, span.fa-yc-square.topnav-icon-Active:before, span.fa-yc-square.topnav-icon-:before, div.fa-yc-square.links-icon-globe:before, span.fa-yc-square.links-icon-contact:before, span.fa-yc-square.links-icon-help:before, span.fa-yc-square.links-icon-logout:before, a.fa-yc-square.favorite-book-black:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo, .fa-tencent-weibo.lock-icon-danger, span.fa-tencent-weibo.app-group-plus, span.fa-tencent-weibo.app-group-minus, span.fa-tencent-weibo.topnav-icon-Active, span.fa-tencent-weibo.topnav-icon-, div.fa-tencent-weibo.links-icon-globe, span.fa-tencent-weibo.links-icon-contact, span.fa-tencent-weibo.links-icon-help, span.fa-tencent-weibo.links-icon-logout, a.fa-tencent-weibo.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq, .fa-qq.lock-icon-danger, span.fa-qq.app-group-plus, span.fa-qq.app-group-minus, span.fa-qq.topnav-icon-Active, span.fa-qq.topnav-icon-, div.fa-qq.links-icon-globe, span.fa-qq.links-icon-contact, span.fa-qq.links-icon-help, span.fa-qq.links-icon-logout, a.fa-qq.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin, .fa-weixin.lock-icon-danger, span.fa-weixin.app-group-plus, span.fa-weixin.app-group-minus, span.fa-weixin.topnav-icon-Active, span.fa-weixin.topnav-icon-, div.fa-weixin.links-icon-globe, span.fa-weixin.links-icon-contact, span.fa-weixin.links-icon-help, span.fa-weixin.links-icon-logout, a.fa-weixin.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat, .fa-wechat.lock-icon-danger, span.fa-wechat.app-group-plus, span.fa-wechat.app-group-minus, span.fa-wechat.topnav-icon-Active, span.fa-wechat.topnav-icon-, div.fa-wechat.links-icon-globe, span.fa-wechat.links-icon-contact, span.fa-wechat.links-icon-help, span.fa-wechat.links-icon-logout, a.fa-wechat.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before, .fa-wechat.lock-icon-danger:before, span.fa-wechat.app-group-plus:before, span.fa-wechat.app-group-minus:before, span.fa-wechat.topnav-icon-Active:before, span.fa-wechat.topnav-icon-:before, div.fa-wechat.links-icon-globe:before, span.fa-wechat.links-icon-contact:before, span.fa-wechat.links-icon-help:before, span.fa-wechat.links-icon-logout:before, a.fa-wechat.favorite-book-black:before {
  content: "\f1d7"; }

.fa.fa-send:before, .fa-send.lock-icon-danger:before, span.fa-send.app-group-plus:before, span.fa-send.app-group-minus:before, span.fa-send.topnav-icon-Active:before, span.fa-send.topnav-icon-:before, div.fa-send.links-icon-globe:before, span.fa-send.links-icon-contact:before, span.fa-send.links-icon-help:before, span.fa-send.links-icon-logout:before, a.fa-send.favorite-book-black:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o, .fa-paper-plane-o.lock-icon-danger, span.fa-paper-plane-o.app-group-plus, span.fa-paper-plane-o.app-group-minus, span.fa-paper-plane-o.topnav-icon-Active, span.fa-paper-plane-o.topnav-icon-, div.fa-paper-plane-o.links-icon-globe, span.fa-paper-plane-o.links-icon-contact, span.fa-paper-plane-o.links-icon-help, span.fa-paper-plane-o.links-icon-logout, a.fa-paper-plane-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before, .fa-paper-plane-o.lock-icon-danger:before, span.fa-paper-plane-o.app-group-plus:before, span.fa-paper-plane-o.app-group-minus:before, span.fa-paper-plane-o.topnav-icon-Active:before, span.fa-paper-plane-o.topnav-icon-:before, div.fa-paper-plane-o.links-icon-globe:before, span.fa-paper-plane-o.links-icon-contact:before, span.fa-paper-plane-o.links-icon-help:before, span.fa-paper-plane-o.links-icon-logout:before, a.fa-paper-plane-o.favorite-book-black:before {
  content: "\f1d8"; }

.fa.fa-send-o, .fa-send-o.lock-icon-danger, span.fa-send-o.app-group-plus, span.fa-send-o.app-group-minus, span.fa-send-o.topnav-icon-Active, span.fa-send-o.topnav-icon-, div.fa-send-o.links-icon-globe, span.fa-send-o.links-icon-contact, span.fa-send-o.links-icon-help, span.fa-send-o.links-icon-logout, a.fa-send-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before, .fa-send-o.lock-icon-danger:before, span.fa-send-o.app-group-plus:before, span.fa-send-o.app-group-minus:before, span.fa-send-o.topnav-icon-Active:before, span.fa-send-o.topnav-icon-:before, div.fa-send-o.links-icon-globe:before, span.fa-send-o.links-icon-contact:before, span.fa-send-o.links-icon-help:before, span.fa-send-o.links-icon-logout:before, a.fa-send-o.favorite-book-black:before {
  content: "\f1d8"; }

.fa.fa-circle-thin, .fa-circle-thin.lock-icon-danger, span.fa-circle-thin.app-group-plus, span.fa-circle-thin.app-group-minus, span.fa-circle-thin.topnav-icon-Active, span.fa-circle-thin.topnav-icon-, div.fa-circle-thin.links-icon-globe, span.fa-circle-thin.links-icon-contact, span.fa-circle-thin.links-icon-help, span.fa-circle-thin.links-icon-logout, a.fa-circle-thin.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before, .fa-circle-thin.lock-icon-danger:before, span.fa-circle-thin.app-group-plus:before, span.fa-circle-thin.app-group-minus:before, span.fa-circle-thin.topnav-icon-Active:before, span.fa-circle-thin.topnav-icon-:before, div.fa-circle-thin.links-icon-globe:before, span.fa-circle-thin.links-icon-contact:before, span.fa-circle-thin.links-icon-help:before, span.fa-circle-thin.links-icon-logout:before, a.fa-circle-thin.favorite-book-black:before {
  content: "\f111"; }

.fa.fa-header:before, .fa-header.lock-icon-danger:before, span.fa-header.app-group-plus:before, span.fa-header.app-group-minus:before, span.fa-header.topnav-icon-Active:before, span.fa-header.topnav-icon-:before, div.fa-header.links-icon-globe:before, span.fa-header.links-icon-contact:before, span.fa-header.links-icon-help:before, span.fa-header.links-icon-logout:before, a.fa-header.favorite-book-black:before {
  content: "\f1dc"; }

.fa.fa-sliders:before, .fa-sliders.lock-icon-danger:before, span.fa-sliders.app-group-plus:before, span.fa-sliders.app-group-minus:before, span.fa-sliders.topnav-icon-Active:before, span.fa-sliders.topnav-icon-:before, div.fa-sliders.links-icon-globe:before, span.fa-sliders.links-icon-contact:before, span.fa-sliders.links-icon-help:before, span.fa-sliders.links-icon-logout:before, a.fa-sliders.favorite-book-black:before {
  content: "\f1de"; }

.fa.fa-futbol-o, .fa-futbol-o.lock-icon-danger, span.fa-futbol-o.app-group-plus, span.fa-futbol-o.app-group-minus, span.fa-futbol-o.topnav-icon-Active, span.fa-futbol-o.topnav-icon-, div.fa-futbol-o.links-icon-globe, span.fa-futbol-o.links-icon-contact, span.fa-futbol-o.links-icon-help, span.fa-futbol-o.links-icon-logout, a.fa-futbol-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before, .fa-futbol-o.lock-icon-danger:before, span.fa-futbol-o.app-group-plus:before, span.fa-futbol-o.app-group-minus:before, span.fa-futbol-o.topnav-icon-Active:before, span.fa-futbol-o.topnav-icon-:before, div.fa-futbol-o.links-icon-globe:before, span.fa-futbol-o.links-icon-contact:before, span.fa-futbol-o.links-icon-help:before, span.fa-futbol-o.links-icon-logout:before, a.fa-futbol-o.favorite-book-black:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o, .fa-soccer-ball-o.lock-icon-danger, span.fa-soccer-ball-o.app-group-plus, span.fa-soccer-ball-o.app-group-minus, span.fa-soccer-ball-o.topnav-icon-Active, span.fa-soccer-ball-o.topnav-icon-, div.fa-soccer-ball-o.links-icon-globe, span.fa-soccer-ball-o.links-icon-contact, span.fa-soccer-ball-o.links-icon-help, span.fa-soccer-ball-o.links-icon-logout, a.fa-soccer-ball-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before, .fa-soccer-ball-o.lock-icon-danger:before, span.fa-soccer-ball-o.app-group-plus:before, span.fa-soccer-ball-o.app-group-minus:before, span.fa-soccer-ball-o.topnav-icon-Active:before, span.fa-soccer-ball-o.topnav-icon-:before, div.fa-soccer-ball-o.links-icon-globe:before, span.fa-soccer-ball-o.links-icon-contact:before, span.fa-soccer-ball-o.links-icon-help:before, span.fa-soccer-ball-o.links-icon-logout:before, a.fa-soccer-ball-o.favorite-book-black:before {
  content: "\f1e3"; }

.fa.fa-slideshare, .fa-slideshare.lock-icon-danger, span.fa-slideshare.app-group-plus, span.fa-slideshare.app-group-minus, span.fa-slideshare.topnav-icon-Active, span.fa-slideshare.topnav-icon-, div.fa-slideshare.links-icon-globe, span.fa-slideshare.links-icon-contact, span.fa-slideshare.links-icon-help, span.fa-slideshare.links-icon-logout, a.fa-slideshare.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch, .fa-twitch.lock-icon-danger, span.fa-twitch.app-group-plus, span.fa-twitch.app-group-minus, span.fa-twitch.topnav-icon-Active, span.fa-twitch.topnav-icon-, div.fa-twitch.links-icon-globe, span.fa-twitch.links-icon-contact, span.fa-twitch.links-icon-help, span.fa-twitch.links-icon-logout, a.fa-twitch.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp, .fa-yelp.lock-icon-danger, span.fa-yelp.app-group-plus, span.fa-yelp.app-group-minus, span.fa-yelp.topnav-icon-Active, span.fa-yelp.topnav-icon-, div.fa-yelp.links-icon-globe, span.fa-yelp.links-icon-contact, span.fa-yelp.links-icon-help, span.fa-yelp.links-icon-logout, a.fa-yelp.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o, .fa-newspaper-o.lock-icon-danger, span.fa-newspaper-o.app-group-plus, span.fa-newspaper-o.app-group-minus, span.fa-newspaper-o.topnav-icon-Active, span.fa-newspaper-o.topnav-icon-, div.fa-newspaper-o.links-icon-globe, span.fa-newspaper-o.links-icon-contact, span.fa-newspaper-o.links-icon-help, span.fa-newspaper-o.links-icon-logout, a.fa-newspaper-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before, .fa-newspaper-o.lock-icon-danger:before, span.fa-newspaper-o.app-group-plus:before, span.fa-newspaper-o.app-group-minus:before, span.fa-newspaper-o.topnav-icon-Active:before, span.fa-newspaper-o.topnav-icon-:before, div.fa-newspaper-o.links-icon-globe:before, span.fa-newspaper-o.links-icon-contact:before, span.fa-newspaper-o.links-icon-help:before, span.fa-newspaper-o.links-icon-logout:before, a.fa-newspaper-o.favorite-book-black:before {
  content: "\f1ea"; }

.fa.fa-paypal, .fa-paypal.lock-icon-danger, span.fa-paypal.app-group-plus, span.fa-paypal.app-group-minus, span.fa-paypal.topnav-icon-Active, span.fa-paypal.topnav-icon-, div.fa-paypal.links-icon-globe, span.fa-paypal.links-icon-contact, span.fa-paypal.links-icon-help, span.fa-paypal.links-icon-logout, a.fa-paypal.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet, .fa-google-wallet.lock-icon-danger, span.fa-google-wallet.app-group-plus, span.fa-google-wallet.app-group-minus, span.fa-google-wallet.topnav-icon-Active, span.fa-google-wallet.topnav-icon-, div.fa-google-wallet.links-icon-globe, span.fa-google-wallet.links-icon-contact, span.fa-google-wallet.links-icon-help, span.fa-google-wallet.links-icon-logout, a.fa-google-wallet.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa, .fa-cc-visa.lock-icon-danger, span.fa-cc-visa.app-group-plus, span.fa-cc-visa.app-group-minus, span.fa-cc-visa.topnav-icon-Active, span.fa-cc-visa.topnav-icon-, div.fa-cc-visa.links-icon-globe, span.fa-cc-visa.links-icon-contact, span.fa-cc-visa.links-icon-help, span.fa-cc-visa.links-icon-logout, a.fa-cc-visa.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard, .fa-cc-mastercard.lock-icon-danger, span.fa-cc-mastercard.app-group-plus, span.fa-cc-mastercard.app-group-minus, span.fa-cc-mastercard.topnav-icon-Active, span.fa-cc-mastercard.topnav-icon-, div.fa-cc-mastercard.links-icon-globe, span.fa-cc-mastercard.links-icon-contact, span.fa-cc-mastercard.links-icon-help, span.fa-cc-mastercard.links-icon-logout, a.fa-cc-mastercard.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover, .fa-cc-discover.lock-icon-danger, span.fa-cc-discover.app-group-plus, span.fa-cc-discover.app-group-minus, span.fa-cc-discover.topnav-icon-Active, span.fa-cc-discover.topnav-icon-, div.fa-cc-discover.links-icon-globe, span.fa-cc-discover.links-icon-contact, span.fa-cc-discover.links-icon-help, span.fa-cc-discover.links-icon-logout, a.fa-cc-discover.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex, .fa-cc-amex.lock-icon-danger, span.fa-cc-amex.app-group-plus, span.fa-cc-amex.app-group-minus, span.fa-cc-amex.topnav-icon-Active, span.fa-cc-amex.topnav-icon-, div.fa-cc-amex.links-icon-globe, span.fa-cc-amex.links-icon-contact, span.fa-cc-amex.links-icon-help, span.fa-cc-amex.links-icon-logout, a.fa-cc-amex.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal, .fa-cc-paypal.lock-icon-danger, span.fa-cc-paypal.app-group-plus, span.fa-cc-paypal.app-group-minus, span.fa-cc-paypal.topnav-icon-Active, span.fa-cc-paypal.topnav-icon-, div.fa-cc-paypal.links-icon-globe, span.fa-cc-paypal.links-icon-contact, span.fa-cc-paypal.links-icon-help, span.fa-cc-paypal.links-icon-logout, a.fa-cc-paypal.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe, .fa-cc-stripe.lock-icon-danger, span.fa-cc-stripe.app-group-plus, span.fa-cc-stripe.app-group-minus, span.fa-cc-stripe.topnav-icon-Active, span.fa-cc-stripe.topnav-icon-, div.fa-cc-stripe.links-icon-globe, span.fa-cc-stripe.links-icon-contact, span.fa-cc-stripe.links-icon-help, span.fa-cc-stripe.links-icon-logout, a.fa-cc-stripe.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o, .fa-bell-slash-o.lock-icon-danger, span.fa-bell-slash-o.app-group-plus, span.fa-bell-slash-o.app-group-minus, span.fa-bell-slash-o.topnav-icon-Active, span.fa-bell-slash-o.topnav-icon-, div.fa-bell-slash-o.links-icon-globe, span.fa-bell-slash-o.links-icon-contact, span.fa-bell-slash-o.links-icon-help, span.fa-bell-slash-o.links-icon-logout, a.fa-bell-slash-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before, .fa-bell-slash-o.lock-icon-danger:before, span.fa-bell-slash-o.app-group-plus:before, span.fa-bell-slash-o.app-group-minus:before, span.fa-bell-slash-o.topnav-icon-Active:before, span.fa-bell-slash-o.topnav-icon-:before, div.fa-bell-slash-o.links-icon-globe:before, span.fa-bell-slash-o.links-icon-contact:before, span.fa-bell-slash-o.links-icon-help:before, span.fa-bell-slash-o.links-icon-logout:before, a.fa-bell-slash-o.favorite-book-black:before {
  content: "\f1f6"; }

.fa.fa-trash:before, .fa-trash.lock-icon-danger:before, span.fa-trash.app-group-plus:before, span.fa-trash.app-group-minus:before, span.fa-trash.topnav-icon-Active:before, span.fa-trash.topnav-icon-:before, div.fa-trash.links-icon-globe:before, span.fa-trash.links-icon-contact:before, span.fa-trash.links-icon-help:before, span.fa-trash.links-icon-logout:before, a.fa-trash.favorite-book-black:before {
  content: "\f2ed"; }

.fa.fa-copyright, .fa-copyright.lock-icon-danger, span.fa-copyright.app-group-plus, span.fa-copyright.app-group-minus, span.fa-copyright.topnav-icon-Active, span.fa-copyright.topnav-icon-, div.fa-copyright.links-icon-globe, span.fa-copyright.links-icon-contact, span.fa-copyright.links-icon-help, span.fa-copyright.links-icon-logout, a.fa-copyright.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before, .fa-eyedropper.lock-icon-danger:before, span.fa-eyedropper.app-group-plus:before, span.fa-eyedropper.app-group-minus:before, span.fa-eyedropper.topnav-icon-Active:before, span.fa-eyedropper.topnav-icon-:before, div.fa-eyedropper.links-icon-globe:before, span.fa-eyedropper.links-icon-contact:before, span.fa-eyedropper.links-icon-help:before, span.fa-eyedropper.links-icon-logout:before, a.fa-eyedropper.favorite-book-black:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before, .fa-area-chart.lock-icon-danger:before, span.fa-area-chart.app-group-plus:before, span.fa-area-chart.app-group-minus:before, span.fa-area-chart.topnav-icon-Active:before, span.fa-area-chart.topnav-icon-:before, div.fa-area-chart.links-icon-globe:before, span.fa-area-chart.links-icon-contact:before, span.fa-area-chart.links-icon-help:before, span.fa-area-chart.links-icon-logout:before, a.fa-area-chart.favorite-book-black:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before, .fa-pie-chart.lock-icon-danger:before, span.fa-pie-chart.app-group-plus:before, span.fa-pie-chart.app-group-minus:before, span.fa-pie-chart.topnav-icon-Active:before, span.fa-pie-chart.topnav-icon-:before, div.fa-pie-chart.links-icon-globe:before, span.fa-pie-chart.links-icon-contact:before, span.fa-pie-chart.links-icon-help:before, span.fa-pie-chart.links-icon-logout:before, a.fa-pie-chart.favorite-book-black:before {
  content: "\f200"; }

.fa.fa-line-chart:before, .fa-line-chart.lock-icon-danger:before, span.fa-line-chart.app-group-plus:before, span.fa-line-chart.app-group-minus:before, span.fa-line-chart.topnav-icon-Active:before, span.fa-line-chart.topnav-icon-:before, div.fa-line-chart.links-icon-globe:before, span.fa-line-chart.links-icon-contact:before, span.fa-line-chart.links-icon-help:before, span.fa-line-chart.links-icon-logout:before, a.fa-line-chart.favorite-book-black:before {
  content: "\f201"; }

.fa.fa-lastfm, .fa-lastfm.lock-icon-danger, span.fa-lastfm.app-group-plus, span.fa-lastfm.app-group-minus, span.fa-lastfm.topnav-icon-Active, span.fa-lastfm.topnav-icon-, div.fa-lastfm.links-icon-globe, span.fa-lastfm.links-icon-contact, span.fa-lastfm.links-icon-help, span.fa-lastfm.links-icon-logout, a.fa-lastfm.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square, .fa-lastfm-square.lock-icon-danger, span.fa-lastfm-square.app-group-plus, span.fa-lastfm-square.app-group-minus, span.fa-lastfm-square.topnav-icon-Active, span.fa-lastfm-square.topnav-icon-, div.fa-lastfm-square.links-icon-globe, span.fa-lastfm-square.links-icon-contact, span.fa-lastfm-square.links-icon-help, span.fa-lastfm-square.links-icon-logout, a.fa-lastfm-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost, .fa-ioxhost.lock-icon-danger, span.fa-ioxhost.app-group-plus, span.fa-ioxhost.app-group-minus, span.fa-ioxhost.topnav-icon-Active, span.fa-ioxhost.topnav-icon-, div.fa-ioxhost.links-icon-globe, span.fa-ioxhost.links-icon-contact, span.fa-ioxhost.links-icon-help, span.fa-ioxhost.links-icon-logout, a.fa-ioxhost.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist, .fa-angellist.lock-icon-danger, span.fa-angellist.app-group-plus, span.fa-angellist.app-group-minus, span.fa-angellist.topnav-icon-Active, span.fa-angellist.topnav-icon-, div.fa-angellist.links-icon-globe, span.fa-angellist.links-icon-contact, span.fa-angellist.links-icon-help, span.fa-angellist.links-icon-logout, a.fa-angellist.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc, .fa-cc.lock-icon-danger, span.fa-cc.app-group-plus, span.fa-cc.app-group-minus, span.fa-cc.topnav-icon-Active, span.fa-cc.topnav-icon-, div.fa-cc.links-icon-globe, span.fa-cc.links-icon-contact, span.fa-cc.links-icon-help, span.fa-cc.links-icon-logout, a.fa-cc.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before, .fa-cc.lock-icon-danger:before, span.fa-cc.app-group-plus:before, span.fa-cc.app-group-minus:before, span.fa-cc.topnav-icon-Active:before, span.fa-cc.topnav-icon-:before, div.fa-cc.links-icon-globe:before, span.fa-cc.links-icon-contact:before, span.fa-cc.links-icon-help:before, span.fa-cc.links-icon-logout:before, a.fa-cc.favorite-book-black:before {
  content: "\f20a"; }

.fa.fa-ils:before, .fa-ils.lock-icon-danger:before, span.fa-ils.app-group-plus:before, span.fa-ils.app-group-minus:before, span.fa-ils.topnav-icon-Active:before, span.fa-ils.topnav-icon-:before, div.fa-ils.links-icon-globe:before, span.fa-ils.links-icon-contact:before, span.fa-ils.links-icon-help:before, span.fa-ils.links-icon-logout:before, a.fa-ils.favorite-book-black:before {
  content: "\f20b"; }

.fa.fa-shekel:before, .fa-shekel.lock-icon-danger:before, span.fa-shekel.app-group-plus:before, span.fa-shekel.app-group-minus:before, span.fa-shekel.topnav-icon-Active:before, span.fa-shekel.topnav-icon-:before, div.fa-shekel.links-icon-globe:before, span.fa-shekel.links-icon-contact:before, span.fa-shekel.links-icon-help:before, span.fa-shekel.links-icon-logout:before, a.fa-shekel.favorite-book-black:before {
  content: "\f20b"; }

.fa.fa-sheqel:before, .fa-sheqel.lock-icon-danger:before, span.fa-sheqel.app-group-plus:before, span.fa-sheqel.app-group-minus:before, span.fa-sheqel.topnav-icon-Active:before, span.fa-sheqel.topnav-icon-:before, div.fa-sheqel.links-icon-globe:before, span.fa-sheqel.links-icon-contact:before, span.fa-sheqel.links-icon-help:before, span.fa-sheqel.links-icon-logout:before, a.fa-sheqel.favorite-book-black:before {
  content: "\f20b"; }

.fa.fa-meanpath, .fa-meanpath.lock-icon-danger, span.fa-meanpath.app-group-plus, span.fa-meanpath.app-group-minus, span.fa-meanpath.topnav-icon-Active, span.fa-meanpath.topnav-icon-, div.fa-meanpath.links-icon-globe, span.fa-meanpath.links-icon-contact, span.fa-meanpath.links-icon-help, span.fa-meanpath.links-icon-logout, a.fa-meanpath.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before, .fa-meanpath.lock-icon-danger:before, span.fa-meanpath.app-group-plus:before, span.fa-meanpath.app-group-minus:before, span.fa-meanpath.topnav-icon-Active:before, span.fa-meanpath.topnav-icon-:before, div.fa-meanpath.links-icon-globe:before, span.fa-meanpath.links-icon-contact:before, span.fa-meanpath.links-icon-help:before, span.fa-meanpath.links-icon-logout:before, a.fa-meanpath.favorite-book-black:before {
  content: "\f2b4"; }

.fa.fa-buysellads, .fa-buysellads.lock-icon-danger, span.fa-buysellads.app-group-plus, span.fa-buysellads.app-group-minus, span.fa-buysellads.topnav-icon-Active, span.fa-buysellads.topnav-icon-, div.fa-buysellads.links-icon-globe, span.fa-buysellads.links-icon-contact, span.fa-buysellads.links-icon-help, span.fa-buysellads.links-icon-logout, a.fa-buysellads.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop, .fa-connectdevelop.lock-icon-danger, span.fa-connectdevelop.app-group-plus, span.fa-connectdevelop.app-group-minus, span.fa-connectdevelop.topnav-icon-Active, span.fa-connectdevelop.topnav-icon-, div.fa-connectdevelop.links-icon-globe, span.fa-connectdevelop.links-icon-contact, span.fa-connectdevelop.links-icon-help, span.fa-connectdevelop.links-icon-logout, a.fa-connectdevelop.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube, .fa-dashcube.lock-icon-danger, span.fa-dashcube.app-group-plus, span.fa-dashcube.app-group-minus, span.fa-dashcube.topnav-icon-Active, span.fa-dashcube.topnav-icon-, div.fa-dashcube.links-icon-globe, span.fa-dashcube.links-icon-contact, span.fa-dashcube.links-icon-help, span.fa-dashcube.links-icon-logout, a.fa-dashcube.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee, .fa-forumbee.lock-icon-danger, span.fa-forumbee.app-group-plus, span.fa-forumbee.app-group-minus, span.fa-forumbee.topnav-icon-Active, span.fa-forumbee.topnav-icon-, div.fa-forumbee.links-icon-globe, span.fa-forumbee.links-icon-contact, span.fa-forumbee.links-icon-help, span.fa-forumbee.links-icon-logout, a.fa-forumbee.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub, .fa-leanpub.lock-icon-danger, span.fa-leanpub.app-group-plus, span.fa-leanpub.app-group-minus, span.fa-leanpub.topnav-icon-Active, span.fa-leanpub.topnav-icon-, div.fa-leanpub.links-icon-globe, span.fa-leanpub.links-icon-contact, span.fa-leanpub.links-icon-help, span.fa-leanpub.links-icon-logout, a.fa-leanpub.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy, .fa-sellsy.lock-icon-danger, span.fa-sellsy.app-group-plus, span.fa-sellsy.app-group-minus, span.fa-sellsy.topnav-icon-Active, span.fa-sellsy.topnav-icon-, div.fa-sellsy.links-icon-globe, span.fa-sellsy.links-icon-contact, span.fa-sellsy.links-icon-help, span.fa-sellsy.links-icon-logout, a.fa-sellsy.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk, .fa-shirtsinbulk.lock-icon-danger, span.fa-shirtsinbulk.app-group-plus, span.fa-shirtsinbulk.app-group-minus, span.fa-shirtsinbulk.topnav-icon-Active, span.fa-shirtsinbulk.topnav-icon-, div.fa-shirtsinbulk.links-icon-globe, span.fa-shirtsinbulk.links-icon-contact, span.fa-shirtsinbulk.links-icon-help, span.fa-shirtsinbulk.links-icon-logout, a.fa-shirtsinbulk.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt, .fa-simplybuilt.lock-icon-danger, span.fa-simplybuilt.app-group-plus, span.fa-simplybuilt.app-group-minus, span.fa-simplybuilt.topnav-icon-Active, span.fa-simplybuilt.topnav-icon-, div.fa-simplybuilt.links-icon-globe, span.fa-simplybuilt.links-icon-contact, span.fa-simplybuilt.links-icon-help, span.fa-simplybuilt.links-icon-logout, a.fa-simplybuilt.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas, .fa-skyatlas.lock-icon-danger, span.fa-skyatlas.app-group-plus, span.fa-skyatlas.app-group-minus, span.fa-skyatlas.topnav-icon-Active, span.fa-skyatlas.topnav-icon-, div.fa-skyatlas.links-icon-globe, span.fa-skyatlas.links-icon-contact, span.fa-skyatlas.links-icon-help, span.fa-skyatlas.links-icon-logout, a.fa-skyatlas.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond, .fa-diamond.lock-icon-danger, span.fa-diamond.app-group-plus, span.fa-diamond.app-group-minus, span.fa-diamond.topnav-icon-Active, span.fa-diamond.topnav-icon-, div.fa-diamond.links-icon-globe, span.fa-diamond.links-icon-contact, span.fa-diamond.links-icon-help, span.fa-diamond.links-icon-logout, a.fa-diamond.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before, .fa-diamond.lock-icon-danger:before, span.fa-diamond.app-group-plus:before, span.fa-diamond.app-group-minus:before, span.fa-diamond.topnav-icon-Active:before, span.fa-diamond.topnav-icon-:before, div.fa-diamond.links-icon-globe:before, span.fa-diamond.links-icon-contact:before, span.fa-diamond.links-icon-help:before, span.fa-diamond.links-icon-logout:before, a.fa-diamond.favorite-book-black:before {
  content: "\f3a5"; }

.fa.fa-intersex:before, .fa-intersex.lock-icon-danger:before, span.fa-intersex.app-group-plus:before, span.fa-intersex.app-group-minus:before, span.fa-intersex.topnav-icon-Active:before, span.fa-intersex.topnav-icon-:before, div.fa-intersex.links-icon-globe:before, span.fa-intersex.links-icon-contact:before, span.fa-intersex.links-icon-help:before, span.fa-intersex.links-icon-logout:before, a.fa-intersex.favorite-book-black:before {
  content: "\f224"; }

.fa.fa-facebook-official, .fa-facebook-official.lock-icon-danger, span.fa-facebook-official.app-group-plus, span.fa-facebook-official.app-group-minus, span.fa-facebook-official.topnav-icon-Active, span.fa-facebook-official.topnav-icon-, div.fa-facebook-official.links-icon-globe, span.fa-facebook-official.links-icon-contact, span.fa-facebook-official.links-icon-help, span.fa-facebook-official.links-icon-logout, a.fa-facebook-official.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before, .fa-facebook-official.lock-icon-danger:before, span.fa-facebook-official.app-group-plus:before, span.fa-facebook-official.app-group-minus:before, span.fa-facebook-official.topnav-icon-Active:before, span.fa-facebook-official.topnav-icon-:before, div.fa-facebook-official.links-icon-globe:before, span.fa-facebook-official.links-icon-contact:before, span.fa-facebook-official.links-icon-help:before, span.fa-facebook-official.links-icon-logout:before, a.fa-facebook-official.favorite-book-black:before {
  content: "\f09a"; }

.fa.fa-pinterest-p, .fa-pinterest-p.lock-icon-danger, span.fa-pinterest-p.app-group-plus, span.fa-pinterest-p.app-group-minus, span.fa-pinterest-p.topnav-icon-Active, span.fa-pinterest-p.topnav-icon-, div.fa-pinterest-p.links-icon-globe, span.fa-pinterest-p.links-icon-contact, span.fa-pinterest-p.links-icon-help, span.fa-pinterest-p.links-icon-logout, a.fa-pinterest-p.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp, .fa-whatsapp.lock-icon-danger, span.fa-whatsapp.app-group-plus, span.fa-whatsapp.app-group-minus, span.fa-whatsapp.topnav-icon-Active, span.fa-whatsapp.topnav-icon-, div.fa-whatsapp.links-icon-globe, span.fa-whatsapp.links-icon-contact, span.fa-whatsapp.links-icon-help, span.fa-whatsapp.links-icon-logout, a.fa-whatsapp.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before, .fa-hotel.lock-icon-danger:before, span.fa-hotel.app-group-plus:before, span.fa-hotel.app-group-minus:before, span.fa-hotel.topnav-icon-Active:before, span.fa-hotel.topnav-icon-:before, div.fa-hotel.links-icon-globe:before, span.fa-hotel.links-icon-contact:before, span.fa-hotel.links-icon-help:before, span.fa-hotel.links-icon-logout:before, a.fa-hotel.favorite-book-black:before {
  content: "\f236"; }

.fa.fa-viacoin, .fa-viacoin.lock-icon-danger, span.fa-viacoin.app-group-plus, span.fa-viacoin.app-group-minus, span.fa-viacoin.topnav-icon-Active, span.fa-viacoin.topnav-icon-, div.fa-viacoin.links-icon-globe, span.fa-viacoin.links-icon-contact, span.fa-viacoin.links-icon-help, span.fa-viacoin.links-icon-logout, a.fa-viacoin.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium, .fa-medium.lock-icon-danger, span.fa-medium.app-group-plus, span.fa-medium.app-group-minus, span.fa-medium.topnav-icon-Active, span.fa-medium.topnav-icon-, div.fa-medium.links-icon-globe, span.fa-medium.links-icon-contact, span.fa-medium.links-icon-help, span.fa-medium.links-icon-logout, a.fa-medium.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator, .fa-y-combinator.lock-icon-danger, span.fa-y-combinator.app-group-plus, span.fa-y-combinator.app-group-minus, span.fa-y-combinator.topnav-icon-Active, span.fa-y-combinator.topnav-icon-, div.fa-y-combinator.links-icon-globe, span.fa-y-combinator.links-icon-contact, span.fa-y-combinator.links-icon-help, span.fa-y-combinator.links-icon-logout, a.fa-y-combinator.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc, .fa-yc.lock-icon-danger, span.fa-yc.app-group-plus, span.fa-yc.app-group-minus, span.fa-yc.topnav-icon-Active, span.fa-yc.topnav-icon-, div.fa-yc.links-icon-globe, span.fa-yc.links-icon-contact, span.fa-yc.links-icon-help, span.fa-yc.links-icon-logout, a.fa-yc.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before, .fa-yc.lock-icon-danger:before, span.fa-yc.app-group-plus:before, span.fa-yc.app-group-minus:before, span.fa-yc.topnav-icon-Active:before, span.fa-yc.topnav-icon-:before, div.fa-yc.links-icon-globe:before, span.fa-yc.links-icon-contact:before, span.fa-yc.links-icon-help:before, span.fa-yc.links-icon-logout:before, a.fa-yc.favorite-book-black:before {
  content: "\f23b"; }

.fa.fa-optin-monster, .fa-optin-monster.lock-icon-danger, span.fa-optin-monster.app-group-plus, span.fa-optin-monster.app-group-minus, span.fa-optin-monster.topnav-icon-Active, span.fa-optin-monster.topnav-icon-, div.fa-optin-monster.links-icon-globe, span.fa-optin-monster.links-icon-contact, span.fa-optin-monster.links-icon-help, span.fa-optin-monster.links-icon-logout, a.fa-optin-monster.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart, .fa-opencart.lock-icon-danger, span.fa-opencart.app-group-plus, span.fa-opencart.app-group-minus, span.fa-opencart.topnav-icon-Active, span.fa-opencart.topnav-icon-, div.fa-opencart.links-icon-globe, span.fa-opencart.links-icon-contact, span.fa-opencart.links-icon-help, span.fa-opencart.links-icon-logout, a.fa-opencart.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl, .fa-expeditedssl.lock-icon-danger, span.fa-expeditedssl.app-group-plus, span.fa-expeditedssl.app-group-minus, span.fa-expeditedssl.topnav-icon-Active, span.fa-expeditedssl.topnav-icon-, div.fa-expeditedssl.links-icon-globe, span.fa-expeditedssl.links-icon-contact, span.fa-expeditedssl.links-icon-help, span.fa-expeditedssl.links-icon-logout, a.fa-expeditedssl.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before, .fa-battery-4.lock-icon-danger:before, span.fa-battery-4.app-group-plus:before, span.fa-battery-4.app-group-minus:before, span.fa-battery-4.topnav-icon-Active:before, span.fa-battery-4.topnav-icon-:before, div.fa-battery-4.links-icon-globe:before, span.fa-battery-4.links-icon-contact:before, span.fa-battery-4.links-icon-help:before, span.fa-battery-4.links-icon-logout:before, a.fa-battery-4.favorite-book-black:before {
  content: "\f240"; }

.fa.fa-battery:before, .fa-battery.lock-icon-danger:before, span.fa-battery.app-group-plus:before, span.fa-battery.app-group-minus:before, span.fa-battery.topnav-icon-Active:before, span.fa-battery.topnav-icon-:before, div.fa-battery.links-icon-globe:before, span.fa-battery.links-icon-contact:before, span.fa-battery.links-icon-help:before, span.fa-battery.links-icon-logout:before, a.fa-battery.favorite-book-black:before {
  content: "\f240"; }

.fa.fa-battery-3:before, .fa-battery-3.lock-icon-danger:before, span.fa-battery-3.app-group-plus:before, span.fa-battery-3.app-group-minus:before, span.fa-battery-3.topnav-icon-Active:before, span.fa-battery-3.topnav-icon-:before, div.fa-battery-3.links-icon-globe:before, span.fa-battery-3.links-icon-contact:before, span.fa-battery-3.links-icon-help:before, span.fa-battery-3.links-icon-logout:before, a.fa-battery-3.favorite-book-black:before {
  content: "\f241"; }

.fa.fa-battery-2:before, .fa-battery-2.lock-icon-danger:before, span.fa-battery-2.app-group-plus:before, span.fa-battery-2.app-group-minus:before, span.fa-battery-2.topnav-icon-Active:before, span.fa-battery-2.topnav-icon-:before, div.fa-battery-2.links-icon-globe:before, span.fa-battery-2.links-icon-contact:before, span.fa-battery-2.links-icon-help:before, span.fa-battery-2.links-icon-logout:before, a.fa-battery-2.favorite-book-black:before {
  content: "\f242"; }

.fa.fa-battery-1:before, .fa-battery-1.lock-icon-danger:before, span.fa-battery-1.app-group-plus:before, span.fa-battery-1.app-group-minus:before, span.fa-battery-1.topnav-icon-Active:before, span.fa-battery-1.topnav-icon-:before, div.fa-battery-1.links-icon-globe:before, span.fa-battery-1.links-icon-contact:before, span.fa-battery-1.links-icon-help:before, span.fa-battery-1.links-icon-logout:before, a.fa-battery-1.favorite-book-black:before {
  content: "\f243"; }

.fa.fa-battery-0:before, .fa-battery-0.lock-icon-danger:before, span.fa-battery-0.app-group-plus:before, span.fa-battery-0.app-group-minus:before, span.fa-battery-0.topnav-icon-Active:before, span.fa-battery-0.topnav-icon-:before, div.fa-battery-0.links-icon-globe:before, span.fa-battery-0.links-icon-contact:before, span.fa-battery-0.links-icon-help:before, span.fa-battery-0.links-icon-logout:before, a.fa-battery-0.favorite-book-black:before {
  content: "\f244"; }

.fa.fa-object-group, .fa-object-group.lock-icon-danger, span.fa-object-group.app-group-plus, span.fa-object-group.app-group-minus, span.fa-object-group.topnav-icon-Active, span.fa-object-group.topnav-icon-, div.fa-object-group.links-icon-globe, span.fa-object-group.links-icon-contact, span.fa-object-group.links-icon-help, span.fa-object-group.links-icon-logout, a.fa-object-group.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup, .fa-object-ungroup.lock-icon-danger, span.fa-object-ungroup.app-group-plus, span.fa-object-ungroup.app-group-minus, span.fa-object-ungroup.topnav-icon-Active, span.fa-object-ungroup.topnav-icon-, div.fa-object-ungroup.links-icon-globe, span.fa-object-ungroup.links-icon-contact, span.fa-object-ungroup.links-icon-help, span.fa-object-ungroup.links-icon-logout, a.fa-object-ungroup.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o, .fa-sticky-note-o.lock-icon-danger, span.fa-sticky-note-o.app-group-plus, span.fa-sticky-note-o.app-group-minus, span.fa-sticky-note-o.topnav-icon-Active, span.fa-sticky-note-o.topnav-icon-, div.fa-sticky-note-o.links-icon-globe, span.fa-sticky-note-o.links-icon-contact, span.fa-sticky-note-o.links-icon-help, span.fa-sticky-note-o.links-icon-logout, a.fa-sticky-note-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before, .fa-sticky-note-o.lock-icon-danger:before, span.fa-sticky-note-o.app-group-plus:before, span.fa-sticky-note-o.app-group-minus:before, span.fa-sticky-note-o.topnav-icon-Active:before, span.fa-sticky-note-o.topnav-icon-:before, div.fa-sticky-note-o.links-icon-globe:before, span.fa-sticky-note-o.links-icon-contact:before, span.fa-sticky-note-o.links-icon-help:before, span.fa-sticky-note-o.links-icon-logout:before, a.fa-sticky-note-o.favorite-book-black:before {
  content: "\f249"; }

.fa.fa-cc-jcb, .fa-cc-jcb.lock-icon-danger, span.fa-cc-jcb.app-group-plus, span.fa-cc-jcb.app-group-minus, span.fa-cc-jcb.topnav-icon-Active, span.fa-cc-jcb.topnav-icon-, div.fa-cc-jcb.links-icon-globe, span.fa-cc-jcb.links-icon-contact, span.fa-cc-jcb.links-icon-help, span.fa-cc-jcb.links-icon-logout, a.fa-cc-jcb.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club, .fa-cc-diners-club.lock-icon-danger, span.fa-cc-diners-club.app-group-plus, span.fa-cc-diners-club.app-group-minus, span.fa-cc-diners-club.topnav-icon-Active, span.fa-cc-diners-club.topnav-icon-, div.fa-cc-diners-club.links-icon-globe, span.fa-cc-diners-club.links-icon-contact, span.fa-cc-diners-club.links-icon-help, span.fa-cc-diners-club.links-icon-logout, a.fa-cc-diners-club.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone, .fa-clone.lock-icon-danger, span.fa-clone.app-group-plus, span.fa-clone.app-group-minus, span.fa-clone.topnav-icon-Active, span.fa-clone.topnav-icon-, div.fa-clone.links-icon-globe, span.fa-clone.links-icon-contact, span.fa-clone.links-icon-help, span.fa-clone.links-icon-logout, a.fa-clone.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o, .fa-hourglass-o.lock-icon-danger, span.fa-hourglass-o.app-group-plus, span.fa-hourglass-o.app-group-minus, span.fa-hourglass-o.topnav-icon-Active, span.fa-hourglass-o.topnav-icon-, div.fa-hourglass-o.links-icon-globe, span.fa-hourglass-o.links-icon-contact, span.fa-hourglass-o.links-icon-help, span.fa-hourglass-o.links-icon-logout, a.fa-hourglass-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before, .fa-hourglass-o.lock-icon-danger:before, span.fa-hourglass-o.app-group-plus:before, span.fa-hourglass-o.app-group-minus:before, span.fa-hourglass-o.topnav-icon-Active:before, span.fa-hourglass-o.topnav-icon-:before, div.fa-hourglass-o.links-icon-globe:before, span.fa-hourglass-o.links-icon-contact:before, span.fa-hourglass-o.links-icon-help:before, span.fa-hourglass-o.links-icon-logout:before, a.fa-hourglass-o.favorite-book-black:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before, .fa-hourglass-1.lock-icon-danger:before, span.fa-hourglass-1.app-group-plus:before, span.fa-hourglass-1.app-group-minus:before, span.fa-hourglass-1.topnav-icon-Active:before, span.fa-hourglass-1.topnav-icon-:before, div.fa-hourglass-1.links-icon-globe:before, span.fa-hourglass-1.links-icon-contact:before, span.fa-hourglass-1.links-icon-help:before, span.fa-hourglass-1.links-icon-logout:before, a.fa-hourglass-1.favorite-book-black:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before, .fa-hourglass-2.lock-icon-danger:before, span.fa-hourglass-2.app-group-plus:before, span.fa-hourglass-2.app-group-minus:before, span.fa-hourglass-2.topnav-icon-Active:before, span.fa-hourglass-2.topnav-icon-:before, div.fa-hourglass-2.links-icon-globe:before, span.fa-hourglass-2.links-icon-contact:before, span.fa-hourglass-2.links-icon-help:before, span.fa-hourglass-2.links-icon-logout:before, a.fa-hourglass-2.favorite-book-black:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before, .fa-hourglass-3.lock-icon-danger:before, span.fa-hourglass-3.app-group-plus:before, span.fa-hourglass-3.app-group-minus:before, span.fa-hourglass-3.topnav-icon-Active:before, span.fa-hourglass-3.topnav-icon-:before, div.fa-hourglass-3.links-icon-globe:before, span.fa-hourglass-3.links-icon-contact:before, span.fa-hourglass-3.links-icon-help:before, span.fa-hourglass-3.links-icon-logout:before, a.fa-hourglass-3.favorite-book-black:before {
  content: "\f253"; }

.fa.fa-hand-rock-o, .fa-hand-rock-o.lock-icon-danger, span.fa-hand-rock-o.app-group-plus, span.fa-hand-rock-o.app-group-minus, span.fa-hand-rock-o.topnav-icon-Active, span.fa-hand-rock-o.topnav-icon-, div.fa-hand-rock-o.links-icon-globe, span.fa-hand-rock-o.links-icon-contact, span.fa-hand-rock-o.links-icon-help, span.fa-hand-rock-o.links-icon-logout, a.fa-hand-rock-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before, .fa-hand-rock-o.lock-icon-danger:before, span.fa-hand-rock-o.app-group-plus:before, span.fa-hand-rock-o.app-group-minus:before, span.fa-hand-rock-o.topnav-icon-Active:before, span.fa-hand-rock-o.topnav-icon-:before, div.fa-hand-rock-o.links-icon-globe:before, span.fa-hand-rock-o.links-icon-contact:before, span.fa-hand-rock-o.links-icon-help:before, span.fa-hand-rock-o.links-icon-logout:before, a.fa-hand-rock-o.favorite-book-black:before {
  content: "\f255"; }

.fa.fa-hand-grab-o, .fa-hand-grab-o.lock-icon-danger, span.fa-hand-grab-o.app-group-plus, span.fa-hand-grab-o.app-group-minus, span.fa-hand-grab-o.topnav-icon-Active, span.fa-hand-grab-o.topnav-icon-, div.fa-hand-grab-o.links-icon-globe, span.fa-hand-grab-o.links-icon-contact, span.fa-hand-grab-o.links-icon-help, span.fa-hand-grab-o.links-icon-logout, a.fa-hand-grab-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before, .fa-hand-grab-o.lock-icon-danger:before, span.fa-hand-grab-o.app-group-plus:before, span.fa-hand-grab-o.app-group-minus:before, span.fa-hand-grab-o.topnav-icon-Active:before, span.fa-hand-grab-o.topnav-icon-:before, div.fa-hand-grab-o.links-icon-globe:before, span.fa-hand-grab-o.links-icon-contact:before, span.fa-hand-grab-o.links-icon-help:before, span.fa-hand-grab-o.links-icon-logout:before, a.fa-hand-grab-o.favorite-book-black:before {
  content: "\f255"; }

.fa.fa-hand-paper-o, .fa-hand-paper-o.lock-icon-danger, span.fa-hand-paper-o.app-group-plus, span.fa-hand-paper-o.app-group-minus, span.fa-hand-paper-o.topnav-icon-Active, span.fa-hand-paper-o.topnav-icon-, div.fa-hand-paper-o.links-icon-globe, span.fa-hand-paper-o.links-icon-contact, span.fa-hand-paper-o.links-icon-help, span.fa-hand-paper-o.links-icon-logout, a.fa-hand-paper-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before, .fa-hand-paper-o.lock-icon-danger:before, span.fa-hand-paper-o.app-group-plus:before, span.fa-hand-paper-o.app-group-minus:before, span.fa-hand-paper-o.topnav-icon-Active:before, span.fa-hand-paper-o.topnav-icon-:before, div.fa-hand-paper-o.links-icon-globe:before, span.fa-hand-paper-o.links-icon-contact:before, span.fa-hand-paper-o.links-icon-help:before, span.fa-hand-paper-o.links-icon-logout:before, a.fa-hand-paper-o.favorite-book-black:before {
  content: "\f256"; }

.fa.fa-hand-stop-o, .fa-hand-stop-o.lock-icon-danger, span.fa-hand-stop-o.app-group-plus, span.fa-hand-stop-o.app-group-minus, span.fa-hand-stop-o.topnav-icon-Active, span.fa-hand-stop-o.topnav-icon-, div.fa-hand-stop-o.links-icon-globe, span.fa-hand-stop-o.links-icon-contact, span.fa-hand-stop-o.links-icon-help, span.fa-hand-stop-o.links-icon-logout, a.fa-hand-stop-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before, .fa-hand-stop-o.lock-icon-danger:before, span.fa-hand-stop-o.app-group-plus:before, span.fa-hand-stop-o.app-group-minus:before, span.fa-hand-stop-o.topnav-icon-Active:before, span.fa-hand-stop-o.topnav-icon-:before, div.fa-hand-stop-o.links-icon-globe:before, span.fa-hand-stop-o.links-icon-contact:before, span.fa-hand-stop-o.links-icon-help:before, span.fa-hand-stop-o.links-icon-logout:before, a.fa-hand-stop-o.favorite-book-black:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o, .fa-hand-scissors-o.lock-icon-danger, span.fa-hand-scissors-o.app-group-plus, span.fa-hand-scissors-o.app-group-minus, span.fa-hand-scissors-o.topnav-icon-Active, span.fa-hand-scissors-o.topnav-icon-, div.fa-hand-scissors-o.links-icon-globe, span.fa-hand-scissors-o.links-icon-contact, span.fa-hand-scissors-o.links-icon-help, span.fa-hand-scissors-o.links-icon-logout, a.fa-hand-scissors-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before, .fa-hand-scissors-o.lock-icon-danger:before, span.fa-hand-scissors-o.app-group-plus:before, span.fa-hand-scissors-o.app-group-minus:before, span.fa-hand-scissors-o.topnav-icon-Active:before, span.fa-hand-scissors-o.topnav-icon-:before, div.fa-hand-scissors-o.links-icon-globe:before, span.fa-hand-scissors-o.links-icon-contact:before, span.fa-hand-scissors-o.links-icon-help:before, span.fa-hand-scissors-o.links-icon-logout:before, a.fa-hand-scissors-o.favorite-book-black:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o, .fa-hand-lizard-o.lock-icon-danger, span.fa-hand-lizard-o.app-group-plus, span.fa-hand-lizard-o.app-group-minus, span.fa-hand-lizard-o.topnav-icon-Active, span.fa-hand-lizard-o.topnav-icon-, div.fa-hand-lizard-o.links-icon-globe, span.fa-hand-lizard-o.links-icon-contact, span.fa-hand-lizard-o.links-icon-help, span.fa-hand-lizard-o.links-icon-logout, a.fa-hand-lizard-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before, .fa-hand-lizard-o.lock-icon-danger:before, span.fa-hand-lizard-o.app-group-plus:before, span.fa-hand-lizard-o.app-group-minus:before, span.fa-hand-lizard-o.topnav-icon-Active:before, span.fa-hand-lizard-o.topnav-icon-:before, div.fa-hand-lizard-o.links-icon-globe:before, span.fa-hand-lizard-o.links-icon-contact:before, span.fa-hand-lizard-o.links-icon-help:before, span.fa-hand-lizard-o.links-icon-logout:before, a.fa-hand-lizard-o.favorite-book-black:before {
  content: "\f258"; }

.fa.fa-hand-spock-o, .fa-hand-spock-o.lock-icon-danger, span.fa-hand-spock-o.app-group-plus, span.fa-hand-spock-o.app-group-minus, span.fa-hand-spock-o.topnav-icon-Active, span.fa-hand-spock-o.topnav-icon-, div.fa-hand-spock-o.links-icon-globe, span.fa-hand-spock-o.links-icon-contact, span.fa-hand-spock-o.links-icon-help, span.fa-hand-spock-o.links-icon-logout, a.fa-hand-spock-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before, .fa-hand-spock-o.lock-icon-danger:before, span.fa-hand-spock-o.app-group-plus:before, span.fa-hand-spock-o.app-group-minus:before, span.fa-hand-spock-o.topnav-icon-Active:before, span.fa-hand-spock-o.topnav-icon-:before, div.fa-hand-spock-o.links-icon-globe:before, span.fa-hand-spock-o.links-icon-contact:before, span.fa-hand-spock-o.links-icon-help:before, span.fa-hand-spock-o.links-icon-logout:before, a.fa-hand-spock-o.favorite-book-black:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o, .fa-hand-pointer-o.lock-icon-danger, span.fa-hand-pointer-o.app-group-plus, span.fa-hand-pointer-o.app-group-minus, span.fa-hand-pointer-o.topnav-icon-Active, span.fa-hand-pointer-o.topnav-icon-, div.fa-hand-pointer-o.links-icon-globe, span.fa-hand-pointer-o.links-icon-contact, span.fa-hand-pointer-o.links-icon-help, span.fa-hand-pointer-o.links-icon-logout, a.fa-hand-pointer-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before, .fa-hand-pointer-o.lock-icon-danger:before, span.fa-hand-pointer-o.app-group-plus:before, span.fa-hand-pointer-o.app-group-minus:before, span.fa-hand-pointer-o.topnav-icon-Active:before, span.fa-hand-pointer-o.topnav-icon-:before, div.fa-hand-pointer-o.links-icon-globe:before, span.fa-hand-pointer-o.links-icon-contact:before, span.fa-hand-pointer-o.links-icon-help:before, span.fa-hand-pointer-o.links-icon-logout:before, a.fa-hand-pointer-o.favorite-book-black:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o, .fa-hand-peace-o.lock-icon-danger, span.fa-hand-peace-o.app-group-plus, span.fa-hand-peace-o.app-group-minus, span.fa-hand-peace-o.topnav-icon-Active, span.fa-hand-peace-o.topnav-icon-, div.fa-hand-peace-o.links-icon-globe, span.fa-hand-peace-o.links-icon-contact, span.fa-hand-peace-o.links-icon-help, span.fa-hand-peace-o.links-icon-logout, a.fa-hand-peace-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before, .fa-hand-peace-o.lock-icon-danger:before, span.fa-hand-peace-o.app-group-plus:before, span.fa-hand-peace-o.app-group-minus:before, span.fa-hand-peace-o.topnav-icon-Active:before, span.fa-hand-peace-o.topnav-icon-:before, div.fa-hand-peace-o.links-icon-globe:before, span.fa-hand-peace-o.links-icon-contact:before, span.fa-hand-peace-o.links-icon-help:before, span.fa-hand-peace-o.links-icon-logout:before, a.fa-hand-peace-o.favorite-book-black:before {
  content: "\f25b"; }

.fa.fa-registered, .fa-registered.lock-icon-danger, span.fa-registered.app-group-plus, span.fa-registered.app-group-minus, span.fa-registered.topnav-icon-Active, span.fa-registered.topnav-icon-, div.fa-registered.links-icon-globe, span.fa-registered.links-icon-contact, span.fa-registered.links-icon-help, span.fa-registered.links-icon-logout, a.fa-registered.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons, .fa-creative-commons.lock-icon-danger, span.fa-creative-commons.app-group-plus, span.fa-creative-commons.app-group-minus, span.fa-creative-commons.topnav-icon-Active, span.fa-creative-commons.topnav-icon-, div.fa-creative-commons.links-icon-globe, span.fa-creative-commons.links-icon-contact, span.fa-creative-commons.links-icon-help, span.fa-creative-commons.links-icon-logout, a.fa-creative-commons.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg, .fa-gg.lock-icon-danger, span.fa-gg.app-group-plus, span.fa-gg.app-group-minus, span.fa-gg.topnav-icon-Active, span.fa-gg.topnav-icon-, div.fa-gg.links-icon-globe, span.fa-gg.links-icon-contact, span.fa-gg.links-icon-help, span.fa-gg.links-icon-logout, a.fa-gg.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle, .fa-gg-circle.lock-icon-danger, span.fa-gg-circle.app-group-plus, span.fa-gg-circle.app-group-minus, span.fa-gg-circle.topnav-icon-Active, span.fa-gg-circle.topnav-icon-, div.fa-gg-circle.links-icon-globe, span.fa-gg-circle.links-icon-contact, span.fa-gg-circle.links-icon-help, span.fa-gg-circle.links-icon-logout, a.fa-gg-circle.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor, .fa-tripadvisor.lock-icon-danger, span.fa-tripadvisor.app-group-plus, span.fa-tripadvisor.app-group-minus, span.fa-tripadvisor.topnav-icon-Active, span.fa-tripadvisor.topnav-icon-, div.fa-tripadvisor.links-icon-globe, span.fa-tripadvisor.links-icon-contact, span.fa-tripadvisor.links-icon-help, span.fa-tripadvisor.links-icon-logout, a.fa-tripadvisor.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki, .fa-odnoklassniki.lock-icon-danger, span.fa-odnoklassniki.app-group-plus, span.fa-odnoklassniki.app-group-minus, span.fa-odnoklassniki.topnav-icon-Active, span.fa-odnoklassniki.topnav-icon-, div.fa-odnoklassniki.links-icon-globe, span.fa-odnoklassniki.links-icon-contact, span.fa-odnoklassniki.links-icon-help, span.fa-odnoklassniki.links-icon-logout, a.fa-odnoklassniki.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square, .fa-odnoklassniki-square.lock-icon-danger, span.fa-odnoklassniki-square.app-group-plus, span.fa-odnoklassniki-square.app-group-minus, span.fa-odnoklassniki-square.topnav-icon-Active, span.fa-odnoklassniki-square.topnav-icon-, div.fa-odnoklassniki-square.links-icon-globe, span.fa-odnoklassniki-square.links-icon-contact, span.fa-odnoklassniki-square.links-icon-help, span.fa-odnoklassniki-square.links-icon-logout, a.fa-odnoklassniki-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket, .fa-get-pocket.lock-icon-danger, span.fa-get-pocket.app-group-plus, span.fa-get-pocket.app-group-minus, span.fa-get-pocket.topnav-icon-Active, span.fa-get-pocket.topnav-icon-, div.fa-get-pocket.links-icon-globe, span.fa-get-pocket.links-icon-contact, span.fa-get-pocket.links-icon-help, span.fa-get-pocket.links-icon-logout, a.fa-get-pocket.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w, .fa-wikipedia-w.lock-icon-danger, span.fa-wikipedia-w.app-group-plus, span.fa-wikipedia-w.app-group-minus, span.fa-wikipedia-w.topnav-icon-Active, span.fa-wikipedia-w.topnav-icon-, div.fa-wikipedia-w.links-icon-globe, span.fa-wikipedia-w.links-icon-contact, span.fa-wikipedia-w.links-icon-help, span.fa-wikipedia-w.links-icon-logout, a.fa-wikipedia-w.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari, .fa-safari.lock-icon-danger, span.fa-safari.app-group-plus, span.fa-safari.app-group-minus, span.fa-safari.topnav-icon-Active, span.fa-safari.topnav-icon-, div.fa-safari.links-icon-globe, span.fa-safari.links-icon-contact, span.fa-safari.links-icon-help, span.fa-safari.links-icon-logout, a.fa-safari.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome, .fa-chrome.lock-icon-danger, span.fa-chrome.app-group-plus, span.fa-chrome.app-group-minus, span.fa-chrome.topnav-icon-Active, span.fa-chrome.topnav-icon-, div.fa-chrome.links-icon-globe, span.fa-chrome.links-icon-contact, span.fa-chrome.links-icon-help, span.fa-chrome.links-icon-logout, a.fa-chrome.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox, .fa-firefox.lock-icon-danger, span.fa-firefox.app-group-plus, span.fa-firefox.app-group-minus, span.fa-firefox.topnav-icon-Active, span.fa-firefox.topnav-icon-, div.fa-firefox.links-icon-globe, span.fa-firefox.links-icon-contact, span.fa-firefox.links-icon-help, span.fa-firefox.links-icon-logout, a.fa-firefox.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera, .fa-opera.lock-icon-danger, span.fa-opera.app-group-plus, span.fa-opera.app-group-minus, span.fa-opera.topnav-icon-Active, span.fa-opera.topnav-icon-, div.fa-opera.links-icon-globe, span.fa-opera.links-icon-contact, span.fa-opera.links-icon-help, span.fa-opera.links-icon-logout, a.fa-opera.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer, .fa-internet-explorer.lock-icon-danger, span.fa-internet-explorer.app-group-plus, span.fa-internet-explorer.app-group-minus, span.fa-internet-explorer.topnav-icon-Active, span.fa-internet-explorer.topnav-icon-, div.fa-internet-explorer.links-icon-globe, span.fa-internet-explorer.links-icon-contact, span.fa-internet-explorer.links-icon-help, span.fa-internet-explorer.links-icon-logout, a.fa-internet-explorer.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before, .fa-television.lock-icon-danger:before, span.fa-television.app-group-plus:before, span.fa-television.app-group-minus:before, span.fa-television.topnav-icon-Active:before, span.fa-television.topnav-icon-:before, div.fa-television.links-icon-globe:before, span.fa-television.links-icon-contact:before, span.fa-television.links-icon-help:before, span.fa-television.links-icon-logout:before, a.fa-television.favorite-book-black:before {
  content: "\f26c"; }

.fa.fa-contao, .fa-contao.lock-icon-danger, span.fa-contao.app-group-plus, span.fa-contao.app-group-minus, span.fa-contao.topnav-icon-Active, span.fa-contao.topnav-icon-, div.fa-contao.links-icon-globe, span.fa-contao.links-icon-contact, span.fa-contao.links-icon-help, span.fa-contao.links-icon-logout, a.fa-contao.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px, .fa-500px.lock-icon-danger, span.fa-500px.app-group-plus, span.fa-500px.app-group-minus, span.fa-500px.topnav-icon-Active, span.fa-500px.topnav-icon-, div.fa-500px.links-icon-globe, span.fa-500px.links-icon-contact, span.fa-500px.links-icon-help, span.fa-500px.links-icon-logout, a.fa-500px.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon, .fa-amazon.lock-icon-danger, span.fa-amazon.app-group-plus, span.fa-amazon.app-group-minus, span.fa-amazon.topnav-icon-Active, span.fa-amazon.topnav-icon-, div.fa-amazon.links-icon-globe, span.fa-amazon.links-icon-contact, span.fa-amazon.links-icon-help, span.fa-amazon.links-icon-logout, a.fa-amazon.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o, .fa-calendar-plus-o.lock-icon-danger, span.fa-calendar-plus-o.app-group-plus, span.fa-calendar-plus-o.app-group-minus, span.fa-calendar-plus-o.topnav-icon-Active, span.fa-calendar-plus-o.topnav-icon-, div.fa-calendar-plus-o.links-icon-globe, span.fa-calendar-plus-o.links-icon-contact, span.fa-calendar-plus-o.links-icon-help, span.fa-calendar-plus-o.links-icon-logout, a.fa-calendar-plus-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before, .fa-calendar-plus-o.lock-icon-danger:before, span.fa-calendar-plus-o.app-group-plus:before, span.fa-calendar-plus-o.app-group-minus:before, span.fa-calendar-plus-o.topnav-icon-Active:before, span.fa-calendar-plus-o.topnav-icon-:before, div.fa-calendar-plus-o.links-icon-globe:before, span.fa-calendar-plus-o.links-icon-contact:before, span.fa-calendar-plus-o.links-icon-help:before, span.fa-calendar-plus-o.links-icon-logout:before, a.fa-calendar-plus-o.favorite-book-black:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o, .fa-calendar-minus-o.lock-icon-danger, span.fa-calendar-minus-o.app-group-plus, span.fa-calendar-minus-o.app-group-minus, span.fa-calendar-minus-o.topnav-icon-Active, span.fa-calendar-minus-o.topnav-icon-, div.fa-calendar-minus-o.links-icon-globe, span.fa-calendar-minus-o.links-icon-contact, span.fa-calendar-minus-o.links-icon-help, span.fa-calendar-minus-o.links-icon-logout, a.fa-calendar-minus-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before, .fa-calendar-minus-o.lock-icon-danger:before, span.fa-calendar-minus-o.app-group-plus:before, span.fa-calendar-minus-o.app-group-minus:before, span.fa-calendar-minus-o.topnav-icon-Active:before, span.fa-calendar-minus-o.topnav-icon-:before, div.fa-calendar-minus-o.links-icon-globe:before, span.fa-calendar-minus-o.links-icon-contact:before, span.fa-calendar-minus-o.links-icon-help:before, span.fa-calendar-minus-o.links-icon-logout:before, a.fa-calendar-minus-o.favorite-book-black:before {
  content: "\f272"; }

.fa.fa-calendar-times-o, .fa-calendar-times-o.lock-icon-danger, span.fa-calendar-times-o.app-group-plus, span.fa-calendar-times-o.app-group-minus, span.fa-calendar-times-o.topnav-icon-Active, span.fa-calendar-times-o.topnav-icon-, div.fa-calendar-times-o.links-icon-globe, span.fa-calendar-times-o.links-icon-contact, span.fa-calendar-times-o.links-icon-help, span.fa-calendar-times-o.links-icon-logout, a.fa-calendar-times-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before, .fa-calendar-times-o.lock-icon-danger:before, span.fa-calendar-times-o.app-group-plus:before, span.fa-calendar-times-o.app-group-minus:before, span.fa-calendar-times-o.topnav-icon-Active:before, span.fa-calendar-times-o.topnav-icon-:before, div.fa-calendar-times-o.links-icon-globe:before, span.fa-calendar-times-o.links-icon-contact:before, span.fa-calendar-times-o.links-icon-help:before, span.fa-calendar-times-o.links-icon-logout:before, a.fa-calendar-times-o.favorite-book-black:before {
  content: "\f273"; }

.fa.fa-calendar-check-o, .fa-calendar-check-o.lock-icon-danger, span.fa-calendar-check-o.app-group-plus, span.fa-calendar-check-o.app-group-minus, span.fa-calendar-check-o.topnav-icon-Active, span.fa-calendar-check-o.topnav-icon-, div.fa-calendar-check-o.links-icon-globe, span.fa-calendar-check-o.links-icon-contact, span.fa-calendar-check-o.links-icon-help, span.fa-calendar-check-o.links-icon-logout, a.fa-calendar-check-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before, .fa-calendar-check-o.lock-icon-danger:before, span.fa-calendar-check-o.app-group-plus:before, span.fa-calendar-check-o.app-group-minus:before, span.fa-calendar-check-o.topnav-icon-Active:before, span.fa-calendar-check-o.topnav-icon-:before, div.fa-calendar-check-o.links-icon-globe:before, span.fa-calendar-check-o.links-icon-contact:before, span.fa-calendar-check-o.links-icon-help:before, span.fa-calendar-check-o.links-icon-logout:before, a.fa-calendar-check-o.favorite-book-black:before {
  content: "\f274"; }

.fa.fa-map-o, .fa-map-o.lock-icon-danger, span.fa-map-o.app-group-plus, span.fa-map-o.app-group-minus, span.fa-map-o.topnav-icon-Active, span.fa-map-o.topnav-icon-, div.fa-map-o.links-icon-globe, span.fa-map-o.links-icon-contact, span.fa-map-o.links-icon-help, span.fa-map-o.links-icon-logout, a.fa-map-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before, .fa-map-o.lock-icon-danger:before, span.fa-map-o.app-group-plus:before, span.fa-map-o.app-group-minus:before, span.fa-map-o.topnav-icon-Active:before, span.fa-map-o.topnav-icon-:before, div.fa-map-o.links-icon-globe:before, span.fa-map-o.links-icon-contact:before, span.fa-map-o.links-icon-help:before, span.fa-map-o.links-icon-logout:before, a.fa-map-o.favorite-book-black:before {
  content: "\f279"; }

.fa.fa-commenting:before, .fa-commenting.lock-icon-danger:before, span.fa-commenting.app-group-plus:before, span.fa-commenting.app-group-minus:before, span.fa-commenting.topnav-icon-Active:before, span.fa-commenting.topnav-icon-:before, div.fa-commenting.links-icon-globe:before, span.fa-commenting.links-icon-contact:before, span.fa-commenting.links-icon-help:before, span.fa-commenting.links-icon-logout:before, a.fa-commenting.favorite-book-black:before {
  content: "\f4ad"; }

.fa.fa-commenting-o, .fa-commenting-o.lock-icon-danger, span.fa-commenting-o.app-group-plus, span.fa-commenting-o.app-group-minus, span.fa-commenting-o.topnav-icon-Active, span.fa-commenting-o.topnav-icon-, div.fa-commenting-o.links-icon-globe, span.fa-commenting-o.links-icon-contact, span.fa-commenting-o.links-icon-help, span.fa-commenting-o.links-icon-logout, a.fa-commenting-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before, .fa-commenting-o.lock-icon-danger:before, span.fa-commenting-o.app-group-plus:before, span.fa-commenting-o.app-group-minus:before, span.fa-commenting-o.topnav-icon-Active:before, span.fa-commenting-o.topnav-icon-:before, div.fa-commenting-o.links-icon-globe:before, span.fa-commenting-o.links-icon-contact:before, span.fa-commenting-o.links-icon-help:before, span.fa-commenting-o.links-icon-logout:before, a.fa-commenting-o.favorite-book-black:before {
  content: "\f4ad"; }

.fa.fa-houzz, .fa-houzz.lock-icon-danger, span.fa-houzz.app-group-plus, span.fa-houzz.app-group-minus, span.fa-houzz.topnav-icon-Active, span.fa-houzz.topnav-icon-, div.fa-houzz.links-icon-globe, span.fa-houzz.links-icon-contact, span.fa-houzz.links-icon-help, span.fa-houzz.links-icon-logout, a.fa-houzz.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo, .fa-vimeo.lock-icon-danger, span.fa-vimeo.app-group-plus, span.fa-vimeo.app-group-minus, span.fa-vimeo.topnav-icon-Active, span.fa-vimeo.topnav-icon-, div.fa-vimeo.links-icon-globe, span.fa-vimeo.links-icon-contact, span.fa-vimeo.links-icon-help, span.fa-vimeo.links-icon-logout, a.fa-vimeo.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before, .fa-vimeo.lock-icon-danger:before, span.fa-vimeo.app-group-plus:before, span.fa-vimeo.app-group-minus:before, span.fa-vimeo.topnav-icon-Active:before, span.fa-vimeo.topnav-icon-:before, div.fa-vimeo.links-icon-globe:before, span.fa-vimeo.links-icon-contact:before, span.fa-vimeo.links-icon-help:before, span.fa-vimeo.links-icon-logout:before, a.fa-vimeo.favorite-book-black:before {
  content: "\f27d"; }

.fa.fa-black-tie, .fa-black-tie.lock-icon-danger, span.fa-black-tie.app-group-plus, span.fa-black-tie.app-group-minus, span.fa-black-tie.topnav-icon-Active, span.fa-black-tie.topnav-icon-, div.fa-black-tie.links-icon-globe, span.fa-black-tie.links-icon-contact, span.fa-black-tie.links-icon-help, span.fa-black-tie.links-icon-logout, a.fa-black-tie.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons, .fa-fonticons.lock-icon-danger, span.fa-fonticons.app-group-plus, span.fa-fonticons.app-group-minus, span.fa-fonticons.topnav-icon-Active, span.fa-fonticons.topnav-icon-, div.fa-fonticons.links-icon-globe, span.fa-fonticons.links-icon-contact, span.fa-fonticons.links-icon-help, span.fa-fonticons.links-icon-logout, a.fa-fonticons.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien, .fa-reddit-alien.lock-icon-danger, span.fa-reddit-alien.app-group-plus, span.fa-reddit-alien.app-group-minus, span.fa-reddit-alien.topnav-icon-Active, span.fa-reddit-alien.topnav-icon-, div.fa-reddit-alien.links-icon-globe, span.fa-reddit-alien.links-icon-contact, span.fa-reddit-alien.links-icon-help, span.fa-reddit-alien.links-icon-logout, a.fa-reddit-alien.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge, .fa-edge.lock-icon-danger, span.fa-edge.app-group-plus, span.fa-edge.app-group-minus, span.fa-edge.topnav-icon-Active, span.fa-edge.topnav-icon-, div.fa-edge.links-icon-globe, span.fa-edge.links-icon-contact, span.fa-edge.links-icon-help, span.fa-edge.links-icon-logout, a.fa-edge.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before, .fa-credit-card-alt.lock-icon-danger:before, span.fa-credit-card-alt.app-group-plus:before, span.fa-credit-card-alt.app-group-minus:before, span.fa-credit-card-alt.topnav-icon-Active:before, span.fa-credit-card-alt.topnav-icon-:before, div.fa-credit-card-alt.links-icon-globe:before, span.fa-credit-card-alt.links-icon-contact:before, span.fa-credit-card-alt.links-icon-help:before, span.fa-credit-card-alt.links-icon-logout:before, a.fa-credit-card-alt.favorite-book-black:before {
  content: "\f09d"; }

.fa.fa-codiepie, .fa-codiepie.lock-icon-danger, span.fa-codiepie.app-group-plus, span.fa-codiepie.app-group-minus, span.fa-codiepie.topnav-icon-Active, span.fa-codiepie.topnav-icon-, div.fa-codiepie.links-icon-globe, span.fa-codiepie.links-icon-contact, span.fa-codiepie.links-icon-help, span.fa-codiepie.links-icon-logout, a.fa-codiepie.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx, .fa-modx.lock-icon-danger, span.fa-modx.app-group-plus, span.fa-modx.app-group-minus, span.fa-modx.topnav-icon-Active, span.fa-modx.topnav-icon-, div.fa-modx.links-icon-globe, span.fa-modx.links-icon-contact, span.fa-modx.links-icon-help, span.fa-modx.links-icon-logout, a.fa-modx.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome, .fa-fort-awesome.lock-icon-danger, span.fa-fort-awesome.app-group-plus, span.fa-fort-awesome.app-group-minus, span.fa-fort-awesome.topnav-icon-Active, span.fa-fort-awesome.topnav-icon-, div.fa-fort-awesome.links-icon-globe, span.fa-fort-awesome.links-icon-contact, span.fa-fort-awesome.links-icon-help, span.fa-fort-awesome.links-icon-logout, a.fa-fort-awesome.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb, .fa-usb.lock-icon-danger, span.fa-usb.app-group-plus, span.fa-usb.app-group-minus, span.fa-usb.topnav-icon-Active, span.fa-usb.topnav-icon-, div.fa-usb.links-icon-globe, span.fa-usb.links-icon-contact, span.fa-usb.links-icon-help, span.fa-usb.links-icon-logout, a.fa-usb.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt, .fa-product-hunt.lock-icon-danger, span.fa-product-hunt.app-group-plus, span.fa-product-hunt.app-group-minus, span.fa-product-hunt.topnav-icon-Active, span.fa-product-hunt.topnav-icon-, div.fa-product-hunt.links-icon-globe, span.fa-product-hunt.links-icon-contact, span.fa-product-hunt.links-icon-help, span.fa-product-hunt.links-icon-logout, a.fa-product-hunt.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud, .fa-mixcloud.lock-icon-danger, span.fa-mixcloud.app-group-plus, span.fa-mixcloud.app-group-minus, span.fa-mixcloud.topnav-icon-Active, span.fa-mixcloud.topnav-icon-, div.fa-mixcloud.links-icon-globe, span.fa-mixcloud.links-icon-contact, span.fa-mixcloud.links-icon-help, span.fa-mixcloud.links-icon-logout, a.fa-mixcloud.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd, .fa-scribd.lock-icon-danger, span.fa-scribd.app-group-plus, span.fa-scribd.app-group-minus, span.fa-scribd.topnav-icon-Active, span.fa-scribd.topnav-icon-, div.fa-scribd.links-icon-globe, span.fa-scribd.links-icon-contact, span.fa-scribd.links-icon-help, span.fa-scribd.links-icon-logout, a.fa-scribd.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o, .fa-pause-circle-o.lock-icon-danger, span.fa-pause-circle-o.app-group-plus, span.fa-pause-circle-o.app-group-minus, span.fa-pause-circle-o.topnav-icon-Active, span.fa-pause-circle-o.topnav-icon-, div.fa-pause-circle-o.links-icon-globe, span.fa-pause-circle-o.links-icon-contact, span.fa-pause-circle-o.links-icon-help, span.fa-pause-circle-o.links-icon-logout, a.fa-pause-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before, .fa-pause-circle-o.lock-icon-danger:before, span.fa-pause-circle-o.app-group-plus:before, span.fa-pause-circle-o.app-group-minus:before, span.fa-pause-circle-o.topnav-icon-Active:before, span.fa-pause-circle-o.topnav-icon-:before, div.fa-pause-circle-o.links-icon-globe:before, span.fa-pause-circle-o.links-icon-contact:before, span.fa-pause-circle-o.links-icon-help:before, span.fa-pause-circle-o.links-icon-logout:before, a.fa-pause-circle-o.favorite-book-black:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o, .fa-stop-circle-o.lock-icon-danger, span.fa-stop-circle-o.app-group-plus, span.fa-stop-circle-o.app-group-minus, span.fa-stop-circle-o.topnav-icon-Active, span.fa-stop-circle-o.topnav-icon-, div.fa-stop-circle-o.links-icon-globe, span.fa-stop-circle-o.links-icon-contact, span.fa-stop-circle-o.links-icon-help, span.fa-stop-circle-o.links-icon-logout, a.fa-stop-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before, .fa-stop-circle-o.lock-icon-danger:before, span.fa-stop-circle-o.app-group-plus:before, span.fa-stop-circle-o.app-group-minus:before, span.fa-stop-circle-o.topnav-icon-Active:before, span.fa-stop-circle-o.topnav-icon-:before, div.fa-stop-circle-o.links-icon-globe:before, span.fa-stop-circle-o.links-icon-contact:before, span.fa-stop-circle-o.links-icon-help:before, span.fa-stop-circle-o.links-icon-logout:before, a.fa-stop-circle-o.favorite-book-black:before {
  content: "\f28d"; }

.fa.fa-bluetooth, .fa-bluetooth.lock-icon-danger, span.fa-bluetooth.app-group-plus, span.fa-bluetooth.app-group-minus, span.fa-bluetooth.topnav-icon-Active, span.fa-bluetooth.topnav-icon-, div.fa-bluetooth.links-icon-globe, span.fa-bluetooth.links-icon-contact, span.fa-bluetooth.links-icon-help, span.fa-bluetooth.links-icon-logout, a.fa-bluetooth.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b, .fa-bluetooth-b.lock-icon-danger, span.fa-bluetooth-b.app-group-plus, span.fa-bluetooth-b.app-group-minus, span.fa-bluetooth-b.topnav-icon-Active, span.fa-bluetooth-b.topnav-icon-, div.fa-bluetooth-b.links-icon-globe, span.fa-bluetooth-b.links-icon-contact, span.fa-bluetooth-b.links-icon-help, span.fa-bluetooth-b.links-icon-logout, a.fa-bluetooth-b.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab, .fa-gitlab.lock-icon-danger, span.fa-gitlab.app-group-plus, span.fa-gitlab.app-group-minus, span.fa-gitlab.topnav-icon-Active, span.fa-gitlab.topnav-icon-, div.fa-gitlab.links-icon-globe, span.fa-gitlab.links-icon-contact, span.fa-gitlab.links-icon-help, span.fa-gitlab.links-icon-logout, a.fa-gitlab.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner, .fa-wpbeginner.lock-icon-danger, span.fa-wpbeginner.app-group-plus, span.fa-wpbeginner.app-group-minus, span.fa-wpbeginner.topnav-icon-Active, span.fa-wpbeginner.topnav-icon-, div.fa-wpbeginner.links-icon-globe, span.fa-wpbeginner.links-icon-contact, span.fa-wpbeginner.links-icon-help, span.fa-wpbeginner.links-icon-logout, a.fa-wpbeginner.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms, .fa-wpforms.lock-icon-danger, span.fa-wpforms.app-group-plus, span.fa-wpforms.app-group-minus, span.fa-wpforms.topnav-icon-Active, span.fa-wpforms.topnav-icon-, div.fa-wpforms.links-icon-globe, span.fa-wpforms.links-icon-contact, span.fa-wpforms.links-icon-help, span.fa-wpforms.links-icon-logout, a.fa-wpforms.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira, .fa-envira.lock-icon-danger, span.fa-envira.app-group-plus, span.fa-envira.app-group-minus, span.fa-envira.topnav-icon-Active, span.fa-envira.topnav-icon-, div.fa-envira.links-icon-globe, span.fa-envira.links-icon-contact, span.fa-envira.links-icon-help, span.fa-envira.links-icon-logout, a.fa-envira.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt, .fa-wheelchair-alt.lock-icon-danger, span.fa-wheelchair-alt.app-group-plus, span.fa-wheelchair-alt.app-group-minus, span.fa-wheelchair-alt.topnav-icon-Active, span.fa-wheelchair-alt.topnav-icon-, div.fa-wheelchair-alt.links-icon-globe, span.fa-wheelchair-alt.links-icon-contact, span.fa-wheelchair-alt.links-icon-help, span.fa-wheelchair-alt.links-icon-logout, a.fa-wheelchair-alt.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before, .fa-wheelchair-alt.lock-icon-danger:before, span.fa-wheelchair-alt.app-group-plus:before, span.fa-wheelchair-alt.app-group-minus:before, span.fa-wheelchair-alt.topnav-icon-Active:before, span.fa-wheelchair-alt.topnav-icon-:before, div.fa-wheelchair-alt.links-icon-globe:before, span.fa-wheelchair-alt.links-icon-contact:before, span.fa-wheelchair-alt.links-icon-help:before, span.fa-wheelchair-alt.links-icon-logout:before, a.fa-wheelchair-alt.favorite-book-black:before {
  content: "\f368"; }

.fa.fa-question-circle-o, .fa-question-circle-o.lock-icon-danger, span.fa-question-circle-o.app-group-plus, span.fa-question-circle-o.app-group-minus, span.fa-question-circle-o.topnav-icon-Active, span.fa-question-circle-o.topnav-icon-, div.fa-question-circle-o.links-icon-globe, span.fa-question-circle-o.links-icon-contact, span.fa-question-circle-o.links-icon-help, span.fa-question-circle-o.links-icon-logout, a.fa-question-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before, .fa-question-circle-o.lock-icon-danger:before, span.fa-question-circle-o.app-group-plus:before, span.fa-question-circle-o.app-group-minus:before, span.fa-question-circle-o.topnav-icon-Active:before, span.fa-question-circle-o.topnav-icon-:before, div.fa-question-circle-o.links-icon-globe:before, span.fa-question-circle-o.links-icon-contact:before, span.fa-question-circle-o.links-icon-help:before, span.fa-question-circle-o.links-icon-logout:before, a.fa-question-circle-o.favorite-book-black:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before, .fa-volume-control-phone.lock-icon-danger:before, span.fa-volume-control-phone.app-group-plus:before, span.fa-volume-control-phone.app-group-minus:before, span.fa-volume-control-phone.topnav-icon-Active:before, span.fa-volume-control-phone.topnav-icon-:before, div.fa-volume-control-phone.links-icon-globe:before, span.fa-volume-control-phone.links-icon-contact:before, span.fa-volume-control-phone.links-icon-help:before, span.fa-volume-control-phone.links-icon-logout:before, a.fa-volume-control-phone.favorite-book-black:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before, .fa-asl-interpreting.lock-icon-danger:before, span.fa-asl-interpreting.app-group-plus:before, span.fa-asl-interpreting.app-group-minus:before, span.fa-asl-interpreting.topnav-icon-Active:before, span.fa-asl-interpreting.topnav-icon-:before, div.fa-asl-interpreting.links-icon-globe:before, span.fa-asl-interpreting.links-icon-contact:before, span.fa-asl-interpreting.links-icon-help:before, span.fa-asl-interpreting.links-icon-logout:before, a.fa-asl-interpreting.favorite-book-black:before {
  content: "\f2a3"; }

.fa.fa-deafness:before, .fa-deafness.lock-icon-danger:before, span.fa-deafness.app-group-plus:before, span.fa-deafness.app-group-minus:before, span.fa-deafness.topnav-icon-Active:before, span.fa-deafness.topnav-icon-:before, div.fa-deafness.links-icon-globe:before, span.fa-deafness.links-icon-contact:before, span.fa-deafness.links-icon-help:before, span.fa-deafness.links-icon-logout:before, a.fa-deafness.favorite-book-black:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before, .fa-hard-of-hearing.lock-icon-danger:before, span.fa-hard-of-hearing.app-group-plus:before, span.fa-hard-of-hearing.app-group-minus:before, span.fa-hard-of-hearing.topnav-icon-Active:before, span.fa-hard-of-hearing.topnav-icon-:before, div.fa-hard-of-hearing.links-icon-globe:before, span.fa-hard-of-hearing.links-icon-contact:before, span.fa-hard-of-hearing.links-icon-help:before, span.fa-hard-of-hearing.links-icon-logout:before, a.fa-hard-of-hearing.favorite-book-black:before {
  content: "\f2a4"; }

.fa.fa-glide, .fa-glide.lock-icon-danger, span.fa-glide.app-group-plus, span.fa-glide.app-group-minus, span.fa-glide.topnav-icon-Active, span.fa-glide.topnav-icon-, div.fa-glide.links-icon-globe, span.fa-glide.links-icon-contact, span.fa-glide.links-icon-help, span.fa-glide.links-icon-logout, a.fa-glide.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g, .fa-glide-g.lock-icon-danger, span.fa-glide-g.app-group-plus, span.fa-glide-g.app-group-minus, span.fa-glide-g.topnav-icon-Active, span.fa-glide-g.topnav-icon-, div.fa-glide-g.links-icon-globe, span.fa-glide-g.links-icon-contact, span.fa-glide-g.links-icon-help, span.fa-glide-g.links-icon-logout, a.fa-glide-g.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before, .fa-signing.lock-icon-danger:before, span.fa-signing.app-group-plus:before, span.fa-signing.app-group-minus:before, span.fa-signing.topnav-icon-Active:before, span.fa-signing.topnav-icon-:before, div.fa-signing.links-icon-globe:before, span.fa-signing.links-icon-contact:before, span.fa-signing.links-icon-help:before, span.fa-signing.links-icon-logout:before, a.fa-signing.favorite-book-black:before {
  content: "\f2a7"; }

.fa.fa-viadeo, .fa-viadeo.lock-icon-danger, span.fa-viadeo.app-group-plus, span.fa-viadeo.app-group-minus, span.fa-viadeo.topnav-icon-Active, span.fa-viadeo.topnav-icon-, div.fa-viadeo.links-icon-globe, span.fa-viadeo.links-icon-contact, span.fa-viadeo.links-icon-help, span.fa-viadeo.links-icon-logout, a.fa-viadeo.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square, .fa-viadeo-square.lock-icon-danger, span.fa-viadeo-square.app-group-plus, span.fa-viadeo-square.app-group-minus, span.fa-viadeo-square.topnav-icon-Active, span.fa-viadeo-square.topnav-icon-, div.fa-viadeo-square.links-icon-globe, span.fa-viadeo-square.links-icon-contact, span.fa-viadeo-square.links-icon-help, span.fa-viadeo-square.links-icon-logout, a.fa-viadeo-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat, .fa-snapchat.lock-icon-danger, span.fa-snapchat.app-group-plus, span.fa-snapchat.app-group-minus, span.fa-snapchat.topnav-icon-Active, span.fa-snapchat.topnav-icon-, div.fa-snapchat.links-icon-globe, span.fa-snapchat.links-icon-contact, span.fa-snapchat.links-icon-help, span.fa-snapchat.links-icon-logout, a.fa-snapchat.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost, .fa-snapchat-ghost.lock-icon-danger, span.fa-snapchat-ghost.app-group-plus, span.fa-snapchat-ghost.app-group-minus, span.fa-snapchat-ghost.topnav-icon-Active, span.fa-snapchat-ghost.topnav-icon-, div.fa-snapchat-ghost.links-icon-globe, span.fa-snapchat-ghost.links-icon-contact, span.fa-snapchat-ghost.links-icon-help, span.fa-snapchat-ghost.links-icon-logout, a.fa-snapchat-ghost.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square, .fa-snapchat-square.lock-icon-danger, span.fa-snapchat-square.app-group-plus, span.fa-snapchat-square.app-group-minus, span.fa-snapchat-square.topnav-icon-Active, span.fa-snapchat-square.topnav-icon-, div.fa-snapchat-square.links-icon-globe, span.fa-snapchat-square.links-icon-contact, span.fa-snapchat-square.links-icon-help, span.fa-snapchat-square.links-icon-logout, a.fa-snapchat-square.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper, .fa-pied-piper.lock-icon-danger, span.fa-pied-piper.app-group-plus, span.fa-pied-piper.app-group-minus, span.fa-pied-piper.topnav-icon-Active, span.fa-pied-piper.topnav-icon-, div.fa-pied-piper.links-icon-globe, span.fa-pied-piper.links-icon-contact, span.fa-pied-piper.links-icon-help, span.fa-pied-piper.links-icon-logout, a.fa-pied-piper.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order, .fa-first-order.lock-icon-danger, span.fa-first-order.app-group-plus, span.fa-first-order.app-group-minus, span.fa-first-order.topnav-icon-Active, span.fa-first-order.topnav-icon-, div.fa-first-order.links-icon-globe, span.fa-first-order.links-icon-contact, span.fa-first-order.links-icon-help, span.fa-first-order.links-icon-logout, a.fa-first-order.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast, .fa-yoast.lock-icon-danger, span.fa-yoast.app-group-plus, span.fa-yoast.app-group-minus, span.fa-yoast.topnav-icon-Active, span.fa-yoast.topnav-icon-, div.fa-yoast.links-icon-globe, span.fa-yoast.links-icon-contact, span.fa-yoast.links-icon-help, span.fa-yoast.links-icon-logout, a.fa-yoast.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle, .fa-themeisle.lock-icon-danger, span.fa-themeisle.app-group-plus, span.fa-themeisle.app-group-minus, span.fa-themeisle.topnav-icon-Active, span.fa-themeisle.topnav-icon-, div.fa-themeisle.links-icon-globe, span.fa-themeisle.links-icon-contact, span.fa-themeisle.links-icon-help, span.fa-themeisle.links-icon-logout, a.fa-themeisle.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official, .fa-google-plus-official.lock-icon-danger, span.fa-google-plus-official.app-group-plus, span.fa-google-plus-official.app-group-minus, span.fa-google-plus-official.topnav-icon-Active, span.fa-google-plus-official.topnav-icon-, div.fa-google-plus-official.links-icon-globe, span.fa-google-plus-official.links-icon-contact, span.fa-google-plus-official.links-icon-help, span.fa-google-plus-official.links-icon-logout, a.fa-google-plus-official.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before, .fa-google-plus-official.lock-icon-danger:before, span.fa-google-plus-official.app-group-plus:before, span.fa-google-plus-official.app-group-minus:before, span.fa-google-plus-official.topnav-icon-Active:before, span.fa-google-plus-official.topnav-icon-:before, div.fa-google-plus-official.links-icon-globe:before, span.fa-google-plus-official.links-icon-contact:before, span.fa-google-plus-official.links-icon-help:before, span.fa-google-plus-official.links-icon-logout:before, a.fa-google-plus-official.favorite-book-black:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle, .fa-google-plus-circle.lock-icon-danger, span.fa-google-plus-circle.app-group-plus, span.fa-google-plus-circle.app-group-minus, span.fa-google-plus-circle.topnav-icon-Active, span.fa-google-plus-circle.topnav-icon-, div.fa-google-plus-circle.links-icon-globe, span.fa-google-plus-circle.links-icon-contact, span.fa-google-plus-circle.links-icon-help, span.fa-google-plus-circle.links-icon-logout, a.fa-google-plus-circle.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before, .fa-google-plus-circle.lock-icon-danger:before, span.fa-google-plus-circle.app-group-plus:before, span.fa-google-plus-circle.app-group-minus:before, span.fa-google-plus-circle.topnav-icon-Active:before, span.fa-google-plus-circle.topnav-icon-:before, div.fa-google-plus-circle.links-icon-globe:before, span.fa-google-plus-circle.links-icon-contact:before, span.fa-google-plus-circle.links-icon-help:before, span.fa-google-plus-circle.links-icon-logout:before, a.fa-google-plus-circle.favorite-book-black:before {
  content: "\f2b3"; }

.fa.fa-font-awesome, .fa-font-awesome.lock-icon-danger, span.fa-font-awesome.app-group-plus, span.fa-font-awesome.app-group-minus, span.fa-font-awesome.topnav-icon-Active, span.fa-font-awesome.topnav-icon-, div.fa-font-awesome.links-icon-globe, span.fa-font-awesome.links-icon-contact, span.fa-font-awesome.links-icon-help, span.fa-font-awesome.links-icon-logout, a.fa-font-awesome.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa, .fa-fa.lock-icon-danger, span.fa-fa.app-group-plus, span.fa-fa.app-group-minus, span.fa-fa.topnav-icon-Active, span.fa-fa.topnav-icon-, div.fa-fa.links-icon-globe, span.fa-fa.links-icon-contact, span.fa-fa.links-icon-help, span.fa-fa.links-icon-logout, a.fa-fa.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before, .fa-fa.lock-icon-danger:before, span.fa-fa.app-group-plus:before, span.fa-fa.app-group-minus:before, span.fa-fa.topnav-icon-Active:before, span.fa-fa.topnav-icon-:before, div.fa-fa.links-icon-globe:before, span.fa-fa.links-icon-contact:before, span.fa-fa.links-icon-help:before, span.fa-fa.links-icon-logout:before, a.fa-fa.favorite-book-black:before {
  content: "\f2b4"; }

.fa.fa-handshake-o, .fa-handshake-o.lock-icon-danger, span.fa-handshake-o.app-group-plus, span.fa-handshake-o.app-group-minus, span.fa-handshake-o.topnav-icon-Active, span.fa-handshake-o.topnav-icon-, div.fa-handshake-o.links-icon-globe, span.fa-handshake-o.links-icon-contact, span.fa-handshake-o.links-icon-help, span.fa-handshake-o.links-icon-logout, a.fa-handshake-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before, .fa-handshake-o.lock-icon-danger:before, span.fa-handshake-o.app-group-plus:before, span.fa-handshake-o.app-group-minus:before, span.fa-handshake-o.topnav-icon-Active:before, span.fa-handshake-o.topnav-icon-:before, div.fa-handshake-o.links-icon-globe:before, span.fa-handshake-o.links-icon-contact:before, span.fa-handshake-o.links-icon-help:before, span.fa-handshake-o.links-icon-logout:before, a.fa-handshake-o.favorite-book-black:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o, .fa-envelope-open-o.lock-icon-danger, span.fa-envelope-open-o.app-group-plus, span.fa-envelope-open-o.app-group-minus, span.fa-envelope-open-o.topnav-icon-Active, span.fa-envelope-open-o.topnav-icon-, div.fa-envelope-open-o.links-icon-globe, span.fa-envelope-open-o.links-icon-contact, span.fa-envelope-open-o.links-icon-help, span.fa-envelope-open-o.links-icon-logout, a.fa-envelope-open-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before, .fa-envelope-open-o.lock-icon-danger:before, span.fa-envelope-open-o.app-group-plus:before, span.fa-envelope-open-o.app-group-minus:before, span.fa-envelope-open-o.topnav-icon-Active:before, span.fa-envelope-open-o.topnav-icon-:before, div.fa-envelope-open-o.links-icon-globe:before, span.fa-envelope-open-o.links-icon-contact:before, span.fa-envelope-open-o.links-icon-help:before, span.fa-envelope-open-o.links-icon-logout:before, a.fa-envelope-open-o.favorite-book-black:before {
  content: "\f2b6"; }

.fa.fa-linode, .fa-linode.lock-icon-danger, span.fa-linode.app-group-plus, span.fa-linode.app-group-minus, span.fa-linode.topnav-icon-Active, span.fa-linode.topnav-icon-, div.fa-linode.links-icon-globe, span.fa-linode.links-icon-contact, span.fa-linode.links-icon-help, span.fa-linode.links-icon-logout, a.fa-linode.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o, .fa-address-book-o.lock-icon-danger, span.fa-address-book-o.app-group-plus, span.fa-address-book-o.app-group-minus, span.fa-address-book-o.topnav-icon-Active, span.fa-address-book-o.topnav-icon-, div.fa-address-book-o.links-icon-globe, span.fa-address-book-o.links-icon-contact, span.fa-address-book-o.links-icon-help, span.fa-address-book-o.links-icon-logout, a.fa-address-book-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before, .fa-address-book-o.lock-icon-danger:before, span.fa-address-book-o.app-group-plus:before, span.fa-address-book-o.app-group-minus:before, span.fa-address-book-o.topnav-icon-Active:before, span.fa-address-book-o.topnav-icon-:before, div.fa-address-book-o.links-icon-globe:before, span.fa-address-book-o.links-icon-contact:before, span.fa-address-book-o.links-icon-help:before, span.fa-address-book-o.links-icon-logout:before, a.fa-address-book-o.favorite-book-black:before {
  content: "\f2b9"; }

.fa.fa-vcard:before, .fa-vcard.lock-icon-danger:before, span.fa-vcard.app-group-plus:before, span.fa-vcard.app-group-minus:before, span.fa-vcard.topnav-icon-Active:before, span.fa-vcard.topnav-icon-:before, div.fa-vcard.links-icon-globe:before, span.fa-vcard.links-icon-contact:before, span.fa-vcard.links-icon-help:before, span.fa-vcard.links-icon-logout:before, a.fa-vcard.favorite-book-black:before {
  content: "\f2bb"; }

.fa.fa-address-card-o, .fa-address-card-o.lock-icon-danger, span.fa-address-card-o.app-group-plus, span.fa-address-card-o.app-group-minus, span.fa-address-card-o.topnav-icon-Active, span.fa-address-card-o.topnav-icon-, div.fa-address-card-o.links-icon-globe, span.fa-address-card-o.links-icon-contact, span.fa-address-card-o.links-icon-help, span.fa-address-card-o.links-icon-logout, a.fa-address-card-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before, .fa-address-card-o.lock-icon-danger:before, span.fa-address-card-o.app-group-plus:before, span.fa-address-card-o.app-group-minus:before, span.fa-address-card-o.topnav-icon-Active:before, span.fa-address-card-o.topnav-icon-:before, div.fa-address-card-o.links-icon-globe:before, span.fa-address-card-o.links-icon-contact:before, span.fa-address-card-o.links-icon-help:before, span.fa-address-card-o.links-icon-logout:before, a.fa-address-card-o.favorite-book-black:before {
  content: "\f2bb"; }

.fa.fa-vcard-o, .fa-vcard-o.lock-icon-danger, span.fa-vcard-o.app-group-plus, span.fa-vcard-o.app-group-minus, span.fa-vcard-o.topnav-icon-Active, span.fa-vcard-o.topnav-icon-, div.fa-vcard-o.links-icon-globe, span.fa-vcard-o.links-icon-contact, span.fa-vcard-o.links-icon-help, span.fa-vcard-o.links-icon-logout, a.fa-vcard-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before, .fa-vcard-o.lock-icon-danger:before, span.fa-vcard-o.app-group-plus:before, span.fa-vcard-o.app-group-minus:before, span.fa-vcard-o.topnav-icon-Active:before, span.fa-vcard-o.topnav-icon-:before, div.fa-vcard-o.links-icon-globe:before, span.fa-vcard-o.links-icon-contact:before, span.fa-vcard-o.links-icon-help:before, span.fa-vcard-o.links-icon-logout:before, a.fa-vcard-o.favorite-book-black:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o, .fa-user-circle-o.lock-icon-danger, span.fa-user-circle-o.app-group-plus, span.fa-user-circle-o.app-group-minus, span.fa-user-circle-o.topnav-icon-Active, span.fa-user-circle-o.topnav-icon-, div.fa-user-circle-o.links-icon-globe, span.fa-user-circle-o.links-icon-contact, span.fa-user-circle-o.links-icon-help, span.fa-user-circle-o.links-icon-logout, a.fa-user-circle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before, .fa-user-circle-o.lock-icon-danger:before, span.fa-user-circle-o.app-group-plus:before, span.fa-user-circle-o.app-group-minus:before, span.fa-user-circle-o.topnav-icon-Active:before, span.fa-user-circle-o.topnav-icon-:before, div.fa-user-circle-o.links-icon-globe:before, span.fa-user-circle-o.links-icon-contact:before, span.fa-user-circle-o.links-icon-help:before, span.fa-user-circle-o.links-icon-logout:before, a.fa-user-circle-o.favorite-book-black:before {
  content: "\f2bd"; }

.fa.fa-user-o, .fa-user-o.lock-icon-danger, span.fa-user-o.app-group-plus, span.fa-user-o.app-group-minus, span.fa-user-o.topnav-icon-Active, span.fa-user-o.topnav-icon-, div.fa-user-o.links-icon-globe, span.fa-user-o.links-icon-contact, span.fa-user-o.links-icon-help, span.fa-user-o.links-icon-logout, a.fa-user-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o:before, .fa-user-o.lock-icon-danger:before, span.fa-user-o.app-group-plus:before, span.fa-user-o.app-group-minus:before, span.fa-user-o.topnav-icon-Active:before, span.fa-user-o.topnav-icon-:before, div.fa-user-o.links-icon-globe:before, span.fa-user-o.links-icon-contact:before, span.fa-user-o.links-icon-help:before, span.fa-user-o.links-icon-logout:before, a.fa-user-o.favorite-book-black:before {
  content: "\f007"; }

.fa.fa-id-badge, .fa-id-badge.lock-icon-danger, span.fa-id-badge.app-group-plus, span.fa-id-badge.app-group-minus, span.fa-id-badge.topnav-icon-Active, span.fa-id-badge.topnav-icon-, div.fa-id-badge.links-icon-globe, span.fa-id-badge.links-icon-contact, span.fa-id-badge.links-icon-help, span.fa-id-badge.links-icon-logout, a.fa-id-badge.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before, .fa-drivers-license.lock-icon-danger:before, span.fa-drivers-license.app-group-plus:before, span.fa-drivers-license.app-group-minus:before, span.fa-drivers-license.topnav-icon-Active:before, span.fa-drivers-license.topnav-icon-:before, div.fa-drivers-license.links-icon-globe:before, span.fa-drivers-license.links-icon-contact:before, span.fa-drivers-license.links-icon-help:before, span.fa-drivers-license.links-icon-logout:before, a.fa-drivers-license.favorite-book-black:before {
  content: "\f2c2"; }

.fa.fa-id-card-o, .fa-id-card-o.lock-icon-danger, span.fa-id-card-o.app-group-plus, span.fa-id-card-o.app-group-minus, span.fa-id-card-o.topnav-icon-Active, span.fa-id-card-o.topnav-icon-, div.fa-id-card-o.links-icon-globe, span.fa-id-card-o.links-icon-contact, span.fa-id-card-o.links-icon-help, span.fa-id-card-o.links-icon-logout, a.fa-id-card-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before, .fa-id-card-o.lock-icon-danger:before, span.fa-id-card-o.app-group-plus:before, span.fa-id-card-o.app-group-minus:before, span.fa-id-card-o.topnav-icon-Active:before, span.fa-id-card-o.topnav-icon-:before, div.fa-id-card-o.links-icon-globe:before, span.fa-id-card-o.links-icon-contact:before, span.fa-id-card-o.links-icon-help:before, span.fa-id-card-o.links-icon-logout:before, a.fa-id-card-o.favorite-book-black:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o, .fa-drivers-license-o.lock-icon-danger, span.fa-drivers-license-o.app-group-plus, span.fa-drivers-license-o.app-group-minus, span.fa-drivers-license-o.topnav-icon-Active, span.fa-drivers-license-o.topnav-icon-, div.fa-drivers-license-o.links-icon-globe, span.fa-drivers-license-o.links-icon-contact, span.fa-drivers-license-o.links-icon-help, span.fa-drivers-license-o.links-icon-logout, a.fa-drivers-license-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before, .fa-drivers-license-o.lock-icon-danger:before, span.fa-drivers-license-o.app-group-plus:before, span.fa-drivers-license-o.app-group-minus:before, span.fa-drivers-license-o.topnav-icon-Active:before, span.fa-drivers-license-o.topnav-icon-:before, div.fa-drivers-license-o.links-icon-globe:before, span.fa-drivers-license-o.links-icon-contact:before, span.fa-drivers-license-o.links-icon-help:before, span.fa-drivers-license-o.links-icon-logout:before, a.fa-drivers-license-o.favorite-book-black:before {
  content: "\f2c2"; }

.fa.fa-quora, .fa-quora.lock-icon-danger, span.fa-quora.app-group-plus, span.fa-quora.app-group-minus, span.fa-quora.topnav-icon-Active, span.fa-quora.topnav-icon-, div.fa-quora.links-icon-globe, span.fa-quora.links-icon-contact, span.fa-quora.links-icon-help, span.fa-quora.links-icon-logout, a.fa-quora.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp, .fa-free-code-camp.lock-icon-danger, span.fa-free-code-camp.app-group-plus, span.fa-free-code-camp.app-group-minus, span.fa-free-code-camp.topnav-icon-Active, span.fa-free-code-camp.topnav-icon-, div.fa-free-code-camp.links-icon-globe, span.fa-free-code-camp.links-icon-contact, span.fa-free-code-camp.links-icon-help, span.fa-free-code-camp.links-icon-logout, a.fa-free-code-camp.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram, .fa-telegram.lock-icon-danger, span.fa-telegram.app-group-plus, span.fa-telegram.app-group-minus, span.fa-telegram.topnav-icon-Active, span.fa-telegram.topnav-icon-, div.fa-telegram.links-icon-globe, span.fa-telegram.links-icon-contact, span.fa-telegram.links-icon-help, span.fa-telegram.links-icon-logout, a.fa-telegram.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before, .fa-thermometer-4.lock-icon-danger:before, span.fa-thermometer-4.app-group-plus:before, span.fa-thermometer-4.app-group-minus:before, span.fa-thermometer-4.topnav-icon-Active:before, span.fa-thermometer-4.topnav-icon-:before, div.fa-thermometer-4.links-icon-globe:before, span.fa-thermometer-4.links-icon-contact:before, span.fa-thermometer-4.links-icon-help:before, span.fa-thermometer-4.links-icon-logout:before, a.fa-thermometer-4.favorite-book-black:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before, .fa-thermometer.lock-icon-danger:before, span.fa-thermometer.app-group-plus:before, span.fa-thermometer.app-group-minus:before, span.fa-thermometer.topnav-icon-Active:before, span.fa-thermometer.topnav-icon-:before, div.fa-thermometer.links-icon-globe:before, span.fa-thermometer.links-icon-contact:before, span.fa-thermometer.links-icon-help:before, span.fa-thermometer.links-icon-logout:before, a.fa-thermometer.favorite-book-black:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before, .fa-thermometer-3.lock-icon-danger:before, span.fa-thermometer-3.app-group-plus:before, span.fa-thermometer-3.app-group-minus:before, span.fa-thermometer-3.topnav-icon-Active:before, span.fa-thermometer-3.topnav-icon-:before, div.fa-thermometer-3.links-icon-globe:before, span.fa-thermometer-3.links-icon-contact:before, span.fa-thermometer-3.links-icon-help:before, span.fa-thermometer-3.links-icon-logout:before, a.fa-thermometer-3.favorite-book-black:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before, .fa-thermometer-2.lock-icon-danger:before, span.fa-thermometer-2.app-group-plus:before, span.fa-thermometer-2.app-group-minus:before, span.fa-thermometer-2.topnav-icon-Active:before, span.fa-thermometer-2.topnav-icon-:before, div.fa-thermometer-2.links-icon-globe:before, span.fa-thermometer-2.links-icon-contact:before, span.fa-thermometer-2.links-icon-help:before, span.fa-thermometer-2.links-icon-logout:before, a.fa-thermometer-2.favorite-book-black:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before, .fa-thermometer-1.lock-icon-danger:before, span.fa-thermometer-1.app-group-plus:before, span.fa-thermometer-1.app-group-minus:before, span.fa-thermometer-1.topnav-icon-Active:before, span.fa-thermometer-1.topnav-icon-:before, div.fa-thermometer-1.links-icon-globe:before, span.fa-thermometer-1.links-icon-contact:before, span.fa-thermometer-1.links-icon-help:before, span.fa-thermometer-1.links-icon-logout:before, a.fa-thermometer-1.favorite-book-black:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before, .fa-thermometer-0.lock-icon-danger:before, span.fa-thermometer-0.app-group-plus:before, span.fa-thermometer-0.app-group-minus:before, span.fa-thermometer-0.topnav-icon-Active:before, span.fa-thermometer-0.topnav-icon-:before, div.fa-thermometer-0.links-icon-globe:before, span.fa-thermometer-0.links-icon-contact:before, span.fa-thermometer-0.links-icon-help:before, span.fa-thermometer-0.links-icon-logout:before, a.fa-thermometer-0.favorite-book-black:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before, .fa-bathtub.lock-icon-danger:before, span.fa-bathtub.app-group-plus:before, span.fa-bathtub.app-group-minus:before, span.fa-bathtub.topnav-icon-Active:before, span.fa-bathtub.topnav-icon-:before, div.fa-bathtub.links-icon-globe:before, span.fa-bathtub.links-icon-contact:before, span.fa-bathtub.links-icon-help:before, span.fa-bathtub.links-icon-logout:before, a.fa-bathtub.favorite-book-black:before {
  content: "\f2cd"; }

.fa.fa-s15:before, .fa-s15.lock-icon-danger:before, span.fa-s15.app-group-plus:before, span.fa-s15.app-group-minus:before, span.fa-s15.topnav-icon-Active:before, span.fa-s15.topnav-icon-:before, div.fa-s15.links-icon-globe:before, span.fa-s15.links-icon-contact:before, span.fa-s15.links-icon-help:before, span.fa-s15.links-icon-logout:before, a.fa-s15.favorite-book-black:before {
  content: "\f2cd"; }

.fa.fa-window-maximize, .fa-window-maximize.lock-icon-danger, span.fa-window-maximize.app-group-plus, span.fa-window-maximize.app-group-minus, span.fa-window-maximize.topnav-icon-Active, span.fa-window-maximize.topnav-icon-, div.fa-window-maximize.links-icon-globe, span.fa-window-maximize.links-icon-contact, span.fa-window-maximize.links-icon-help, span.fa-window-maximize.links-icon-logout, a.fa-window-maximize.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore, .fa-window-restore.lock-icon-danger, span.fa-window-restore.app-group-plus, span.fa-window-restore.app-group-minus, span.fa-window-restore.topnav-icon-Active, span.fa-window-restore.topnav-icon-, div.fa-window-restore.links-icon-globe, span.fa-window-restore.links-icon-contact, span.fa-window-restore.links-icon-help, span.fa-window-restore.links-icon-logout, a.fa-window-restore.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before, .fa-times-rectangle.lock-icon-danger:before, span.fa-times-rectangle.app-group-plus:before, span.fa-times-rectangle.app-group-minus:before, span.fa-times-rectangle.topnav-icon-Active:before, span.fa-times-rectangle.topnav-icon-:before, div.fa-times-rectangle.links-icon-globe:before, span.fa-times-rectangle.links-icon-contact:before, span.fa-times-rectangle.links-icon-help:before, span.fa-times-rectangle.links-icon-logout:before, a.fa-times-rectangle.favorite-book-black:before {
  content: "\f410"; }

.fa.fa-window-close-o, .fa-window-close-o.lock-icon-danger, span.fa-window-close-o.app-group-plus, span.fa-window-close-o.app-group-minus, span.fa-window-close-o.topnav-icon-Active, span.fa-window-close-o.topnav-icon-, div.fa-window-close-o.links-icon-globe, span.fa-window-close-o.links-icon-contact, span.fa-window-close-o.links-icon-help, span.fa-window-close-o.links-icon-logout, a.fa-window-close-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before, .fa-window-close-o.lock-icon-danger:before, span.fa-window-close-o.app-group-plus:before, span.fa-window-close-o.app-group-minus:before, span.fa-window-close-o.topnav-icon-Active:before, span.fa-window-close-o.topnav-icon-:before, div.fa-window-close-o.links-icon-globe:before, span.fa-window-close-o.links-icon-contact:before, span.fa-window-close-o.links-icon-help:before, span.fa-window-close-o.links-icon-logout:before, a.fa-window-close-o.favorite-book-black:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o, .fa-times-rectangle-o.lock-icon-danger, span.fa-times-rectangle-o.app-group-plus, span.fa-times-rectangle-o.app-group-minus, span.fa-times-rectangle-o.topnav-icon-Active, span.fa-times-rectangle-o.topnav-icon-, div.fa-times-rectangle-o.links-icon-globe, span.fa-times-rectangle-o.links-icon-contact, span.fa-times-rectangle-o.links-icon-help, span.fa-times-rectangle-o.links-icon-logout, a.fa-times-rectangle-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before, .fa-times-rectangle-o.lock-icon-danger:before, span.fa-times-rectangle-o.app-group-plus:before, span.fa-times-rectangle-o.app-group-minus:before, span.fa-times-rectangle-o.topnav-icon-Active:before, span.fa-times-rectangle-o.topnav-icon-:before, div.fa-times-rectangle-o.links-icon-globe:before, span.fa-times-rectangle-o.links-icon-contact:before, span.fa-times-rectangle-o.links-icon-help:before, span.fa-times-rectangle-o.links-icon-logout:before, a.fa-times-rectangle-o.favorite-book-black:before {
  content: "\f410"; }

.fa.fa-bandcamp, .fa-bandcamp.lock-icon-danger, span.fa-bandcamp.app-group-plus, span.fa-bandcamp.app-group-minus, span.fa-bandcamp.topnav-icon-Active, span.fa-bandcamp.topnav-icon-, div.fa-bandcamp.links-icon-globe, span.fa-bandcamp.links-icon-contact, span.fa-bandcamp.links-icon-help, span.fa-bandcamp.links-icon-logout, a.fa-bandcamp.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav, .fa-grav.lock-icon-danger, span.fa-grav.app-group-plus, span.fa-grav.app-group-minus, span.fa-grav.topnav-icon-Active, span.fa-grav.topnav-icon-, div.fa-grav.links-icon-globe, span.fa-grav.links-icon-contact, span.fa-grav.links-icon-help, span.fa-grav.links-icon-logout, a.fa-grav.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy, .fa-etsy.lock-icon-danger, span.fa-etsy.app-group-plus, span.fa-etsy.app-group-minus, span.fa-etsy.topnav-icon-Active, span.fa-etsy.topnav-icon-, div.fa-etsy.links-icon-globe, span.fa-etsy.links-icon-contact, span.fa-etsy.links-icon-help, span.fa-etsy.links-icon-logout, a.fa-etsy.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb, .fa-imdb.lock-icon-danger, span.fa-imdb.app-group-plus, span.fa-imdb.app-group-minus, span.fa-imdb.topnav-icon-Active, span.fa-imdb.topnav-icon-, div.fa-imdb.links-icon-globe, span.fa-imdb.links-icon-contact, span.fa-imdb.links-icon-help, span.fa-imdb.links-icon-logout, a.fa-imdb.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry, .fa-ravelry.lock-icon-danger, span.fa-ravelry.app-group-plus, span.fa-ravelry.app-group-minus, span.fa-ravelry.topnav-icon-Active, span.fa-ravelry.topnav-icon-, div.fa-ravelry.links-icon-globe, span.fa-ravelry.links-icon-contact, span.fa-ravelry.links-icon-help, span.fa-ravelry.links-icon-logout, a.fa-ravelry.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast, .fa-eercast.lock-icon-danger, span.fa-eercast.app-group-plus, span.fa-eercast.app-group-minus, span.fa-eercast.topnav-icon-Active, span.fa-eercast.topnav-icon-, div.fa-eercast.links-icon-globe, span.fa-eercast.links-icon-contact, span.fa-eercast.links-icon-help, span.fa-eercast.links-icon-logout, a.fa-eercast.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before, .fa-eercast.lock-icon-danger:before, span.fa-eercast.app-group-plus:before, span.fa-eercast.app-group-minus:before, span.fa-eercast.topnav-icon-Active:before, span.fa-eercast.topnav-icon-:before, div.fa-eercast.links-icon-globe:before, span.fa-eercast.links-icon-contact:before, span.fa-eercast.links-icon-help:before, span.fa-eercast.links-icon-logout:before, a.fa-eercast.favorite-book-black:before {
  content: "\f2da"; }

.fa.fa-snowflake-o, .fa-snowflake-o.lock-icon-danger, span.fa-snowflake-o.app-group-plus, span.fa-snowflake-o.app-group-minus, span.fa-snowflake-o.topnav-icon-Active, span.fa-snowflake-o.topnav-icon-, div.fa-snowflake-o.links-icon-globe, span.fa-snowflake-o.links-icon-contact, span.fa-snowflake-o.links-icon-help, span.fa-snowflake-o.links-icon-logout, a.fa-snowflake-o.favorite-book-black {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before, .fa-snowflake-o.lock-icon-danger:before, span.fa-snowflake-o.app-group-plus:before, span.fa-snowflake-o.app-group-minus:before, span.fa-snowflake-o.topnav-icon-Active:before, span.fa-snowflake-o.topnav-icon-:before, div.fa-snowflake-o.links-icon-globe:before, span.fa-snowflake-o.links-icon-contact:before, span.fa-snowflake-o.links-icon-help:before, span.fa-snowflake-o.links-icon-logout:before, a.fa-snowflake-o.favorite-book-black:before {
  content: "\f2dc"; }

.fa.fa-superpowers, .fa-superpowers.lock-icon-danger, span.fa-superpowers.app-group-plus, span.fa-superpowers.app-group-minus, span.fa-superpowers.topnav-icon-Active, span.fa-superpowers.topnav-icon-, div.fa-superpowers.links-icon-globe, span.fa-superpowers.links-icon-contact, span.fa-superpowers.links-icon-help, span.fa-superpowers.links-icon-logout, a.fa-superpowers.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer, .fa-wpexplorer.lock-icon-danger, span.fa-wpexplorer.app-group-plus, span.fa-wpexplorer.app-group-minus, span.fa-wpexplorer.topnav-icon-Active, span.fa-wpexplorer.topnav-icon-, div.fa-wpexplorer.links-icon-globe, span.fa-wpexplorer.links-icon-contact, span.fa-wpexplorer.links-icon-help, span.fa-wpexplorer.links-icon-logout, a.fa-wpexplorer.favorite-book-black {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cab:before, .fa-cab.lock-icon-danger:before, span.fa-cab.app-group-plus:before, span.fa-cab.app-group-minus:before, span.fa-cab.topnav-icon-Active:before, span.fa-cab.topnav-icon-:before, div.fa-cab.links-icon-globe:before, span.fa-cab.links-icon-contact:before, span.fa-cab.links-icon-help:before, span.fa-cab.links-icon-logout:before, a.fa-cab.favorite-book-black:before {
  content: "\f1ba"; }

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4b4b82;
  --secondary: #212529;
  --success: #4b4b82;
  --info: #17a2b8;
  --warning: #DB6E00;
  --danger: #ffced1;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #4b4b82;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #2f2f51;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .col-h3-favorites-bar, .h4, .h5, .h6, #footer {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3, .col-h3-favorites-bar {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6, #footer {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .form-container-login, .form-container,
.container-fluid,
div.hamburger-container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-sm, .container, .form-container-login, .form-container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container, .form-container-login, .form-container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .form-container-login, .form-container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .form-container-login, .form-container {
    max-width: 1140px; } }

.row, .form-row-notification, .form-row, div.div-navlinks, #header, #favoritenleiste, div.div-topnav, div.lfrz-alert, div.div-userinfo, div.row-card, div.row-card-2, div.row-col-h2, div.pw-strength-text {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > .form-col, .no-gutters > .col-active-user-alert, .no-gutters > div.links-header, .no-gutters > div.div-topnav, .no-gutters > div.col-check-login, .no-gutters > div.div-header-logo-mobile, .no-gutters > div.links-icon-globe, .no-gutters > div.lfrz-alert, .no-gutters > div[name="fav-edit-row-2-col-3"], .no-gutters > div.link-card-doku, .no-gutters > div.link-card-right, .no-gutters > div.buttons-favorite, .no-gutters > div.div-headline-mobile, .no-gutters > .col-h3-favorites-bar-inactive, .no-gutters > .col-h3-favorites-bar, .no-gutters > .col-favorites-bar-img, .no-gutters > div.row-col-h2, .no-gutters > div.pw-strength-text,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, #topnav, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, div.div-headline, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .form-col, .col-active-user-alert, div.links-header, div.div-topnav, div.col-check-login, div.div-header-logo-mobile, div.links-icon-globe, div.lfrz-alert, div[name="fav-edit-row-2-col-3"], div.link-card-doku, div.link-card-right, div.buttons-favorite, div.div-headline-mobile, .col-h3-favorites-bar-inactive, .col-h3-favorites-bar, .col-favorites-bar-img, div.row-col-h2, div.pw-strength-text,
.col-auto, .col-12, div[name="fav-edit-row-1"], div.col-card-appname, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, div.div-icon-logout {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col, .form-col, .col-active-user-alert, div.links-header, div.div-topnav, div.col-check-login, div.div-header-logo-mobile, div.links-icon-globe, div.lfrz-alert, div[name="fav-edit-row-2-col-3"], div.link-card-doku, div.link-card-right, div.buttons-favorite, div.div-headline-mobile, .col-h3-favorites-bar-inactive, .col-h3-favorites-bar, .col-favorites-bar-img, div.row-col-h2, div.pw-strength-text {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1, div.div-icon-logout {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12, div[name="fav-edit-row-1"], div.col-card-appname {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4, div[name="fav-edit-row-1"] {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9, div.col-card-appname {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3, div[name="fav-edit-row-1"] {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8, div.div-headline {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2, #topnav {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9f9; }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cdcddc; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a1a1be; }

.table-hover .table-primary:hover {
  background-color: #bebed2; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #bebed2; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c1c2c3; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8c8e90; }

.table-hover .table-secondary:hover {
  background-color: #b4b5b6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b4b5b6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdcddc; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a1a1be; }

.table-hover .table-success:hover {
  background-color: #bebed2; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bebed2; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f5d6b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ecb47a; }

.table-hover .table-warning:hover {
  background-color: #f2c9a2; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f2c9a2; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fff1f2; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffe6e7; }

.table-hover .table-danger:hover {
  background-color: #ffd8da; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffd8da; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .form-control-sm, select.lfrz-select, input[type=text], input[type=password] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .form-control-sm, select.lfrz-select, input[type=text], input[type=password] {
      transition: none; } }
  .form-control::-ms-expand, .form-control-sm::-ms-expand, select.lfrz-select::-ms-expand, input[type=text]::-ms-expand, input[type=password]::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .form-control-sm:-moz-focusring, select.lfrz-select:-moz-focusring, input[type=text]:-moz-focusring, input[type=password]:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus, .form-control-sm:focus, select.lfrz-select:focus, input[type=text]:focus, input[type=password]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8e8ebe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
  .form-control::placeholder, .form-control-sm::placeholder, select.lfrz-select::placeholder, input[type=text]::placeholder, input[type=password]::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control-sm:disabled, select.lfrz-select:disabled, input[type=text]:disabled, input[type=password]:disabled, .form-control[readonly], .form-control-sm[readonly], select.lfrz-select[readonly], input[readonly][type=text], input[readonly][type=password] {
    background-color: #e9ecef;
    opacity: 1; }

input.form-control[type="date"], .form-control-sm[type="date"], select.lfrz-select[type="date"], input[type="date"][type=text], input[type="date"][type=password], .form-control[type="date"],
input.form-control[type="time"],
.form-control-sm[type="time"],
select.lfrz-select[type="time"],
input[type="time"][type=text],
input[type="time"][type=password],
.form-control[type="time"],
input.form-control[type="datetime-local"],
.form-control-sm[type="datetime-local"],
select.lfrz-select[type="datetime-local"],
input[type="datetime-local"][type=text],
input[type="datetime-local"][type=password],
.form-control[type="datetime-local"],
input.form-control[type="month"],
.form-control-sm[type="month"],
select.lfrz-select[type="month"],
input[type="month"][type=text],
input[type="month"][type=password],
.form-control[type="month"] {
  appearance: none; }

select.form-control:focus::-ms-value, select.form-control-sm:focus::-ms-value, select.lfrz-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, select.form-control-plaintext.lfrz-select, input.form-control-plaintext[type=text], input.form-control-plaintext[type=password], .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, select.lfrz-select, input[type=text], input[type=password] {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], .form-control-sm[size], select.lfrz-select[size], input[size][type=text], input[size][type=password], select.form-control[multiple], .form-control-sm[multiple], select.lfrz-select[multiple], input[multiple][type=text], input[multiple][type=password] {
  height: auto; }

textarea.form-control, textarea.form-control-sm {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .form-row > .form-col, .form-row > .col-active-user-alert, .form-row > div.links-header, .form-row > div.div-topnav, .form-row > div.col-check-login, .form-row > div.div-header-logo-mobile, .form-row > div.links-icon-globe, .form-row > div.lfrz-alert, .form-row > div[name="fav-edit-row-2-col-3"], .form-row > div.link-card-doku, .form-row > div.link-card-right, .form-row > div.buttons-favorite, .form-row > div.div-headline-mobile, .form-row > .col-h3-favorites-bar-inactive, .form-row > .col-h3-favorites-bar, .form-row > .col-favorites-bar-img, .form-row > div.row-col-h2, .form-row > div.pw-strength-text,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input[disabled] ~ #label-exact, .form-check-input:disabled ~ .form-check-label, .form-check-input:disabled ~ #label-exact {
    color: #6c757d; }

.form-check-label, #label-exact {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4b4b82; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(75, 75, 130, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip, .form-row > .form-col > .valid-tooltip, .form-row > .col-active-user-alert > .valid-tooltip, .form-row > div.links-header > .valid-tooltip, .form-row > div.div-topnav > .valid-tooltip, .form-row > div.col-check-login > .valid-tooltip, .form-row > div.div-header-logo-mobile > .valid-tooltip, .form-row > div.links-icon-globe > .valid-tooltip, .form-row > div.lfrz-alert > .valid-tooltip, .form-row > div[name="fav-edit-row-2-col-3"] > .valid-tooltip, .form-row > div.link-card-doku > .valid-tooltip, .form-row > div.link-card-right > .valid-tooltip, .form-row > div.buttons-favorite > .valid-tooltip, .form-row > div.div-headline-mobile > .valid-tooltip, .form-row > .col-h3-favorites-bar-inactive > .valid-tooltip, .form-row > .col-h3-favorites-bar > .valid-tooltip, .form-row > .col-favorites-bar-img > .valid-tooltip, .form-row > div.row-col-h2 > .valid-tooltip, .form-row > div.pw-strength-text > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .form-control-sm:valid, .was-validated select.lfrz-select:valid, .was-validated input[type=text]:valid, .was-validated input[type=password]:valid, .form-control.is-valid, .is-valid.form-control-sm, select.is-valid.lfrz-select, input.is-valid[type=text], input.is-valid[type=password] {
  border-color: #4b4b82;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234b4b82' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .form-control-sm:valid:focus, .was-validated select.lfrz-select:valid:focus, .was-validated input[type=text]:valid:focus, .was-validated input[type=password]:valid:focus, .form-control.is-valid:focus, .is-valid.form-control-sm:focus, select.is-valid.lfrz-select:focus, input.is-valid[type=text]:focus, input.is-valid[type=password]:focus {
    border-color: #4b4b82;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }

.was-validated textarea.form-control:valid, .was-validated textarea.form-control-sm:valid, textarea.form-control.is-valid, .is-valid.form-control-sm, select.is-valid.lfrz-select, input.is-valid[type=text], input.is-valid[type=password] {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4b4b82;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234b4b82' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #4b4b82;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ #label-exact, .form-check-input.is-valid ~ .form-check-label, .form-check-input.is-valid ~ #label-exact {
  color: #4b4b82; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4b4b82; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #4b4b82; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5e5ea2;
  background-color: #5e5ea2; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4b4b82; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4b4b82; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4b4b82;
  box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ffced1; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 206, 209, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip, .form-row > .form-col > .invalid-tooltip, .form-row > .col-active-user-alert > .invalid-tooltip, .form-row > div.links-header > .invalid-tooltip, .form-row > div.div-topnav > .invalid-tooltip, .form-row > div.col-check-login > .invalid-tooltip, .form-row > div.div-header-logo-mobile > .invalid-tooltip, .form-row > div.links-icon-globe > .invalid-tooltip, .form-row > div.lfrz-alert > .invalid-tooltip, .form-row > div[name="fav-edit-row-2-col-3"] > .invalid-tooltip, .form-row > div.link-card-doku > .invalid-tooltip, .form-row > div.link-card-right > .invalid-tooltip, .form-row > div.buttons-favorite > .invalid-tooltip, .form-row > div.div-headline-mobile > .invalid-tooltip, .form-row > .col-h3-favorites-bar-inactive > .invalid-tooltip, .form-row > .col-h3-favorites-bar > .invalid-tooltip, .form-row > .col-favorites-bar-img > .invalid-tooltip, .form-row > div.row-col-h2 > .invalid-tooltip, .form-row > div.pw-strength-text > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .form-control-sm:invalid, .was-validated select.lfrz-select:invalid, .was-validated input[type=text]:invalid, .was-validated input[type=password]:invalid, .form-control.is-invalid, .is-invalid.form-control-sm, select.is-invalid.lfrz-select, input.is-invalid[type=text], input.is-invalid[type=password] {
  border-color: #ffced1;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffced1' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffced1' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .form-control-sm:invalid:focus, .was-validated select.lfrz-select:invalid:focus, .was-validated input[type=text]:invalid:focus, .was-validated input[type=password]:invalid:focus, .form-control.is-invalid:focus, .is-invalid.form-control-sm:focus, select.is-invalid.lfrz-select:focus, input.is-invalid[type=text]:focus, input.is-invalid[type=password]:focus {
    border-color: #ffced1;
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated textarea.form-control-sm:invalid, textarea.form-control.is-invalid, .is-invalid.form-control-sm, select.is-invalid.lfrz-select, input.is-invalid[type=text], input.is-invalid[type=password] {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ffced1;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffced1' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ffced1' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ffced1;
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ #label-exact, .form-check-input.is-invalid ~ .form-check-label, .form-check-input.is-invalid ~ #label-exact {
  color: #ffced1; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ffced1; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ffced1; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: white;
  background-color: white; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffced1; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ffced1; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ffced1;
  box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .form-control-sm, .form-inline select.lfrz-select, .form-inline input[type=text], .form-inline input[type=password] {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn, button.button-favorite-save, button.button-favorite, .user-tab, .user-tab-active {
  display: inline-block;
  font-weight: bold;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, button.button-favorite-save, button.button-favorite, .user-tab, .user-tab-active {
      transition: none; } }
  .btn:hover, button.button-favorite-save:hover, button.button-favorite:hover, .user-tab:hover, .user-tab-active:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, button.button-favorite-save:focus, button.button-favorite:focus, .user-tab:focus, .user-tab-active:focus, .btn.focus, button.focus.button-favorite-save, button.focus.button-favorite, .focus.user-tab, .focus.user-tab-active {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
  .btn.disabled, button.disabled.button-favorite-save, button.disabled.button-favorite, .disabled.user-tab, .disabled.user-tab-active, .btn:disabled, button.button-favorite-save:disabled, button.button-favorite:disabled, .user-tab:disabled, .user-tab-active:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), button.button-favorite-save:not(:disabled):not(.disabled), button.button-favorite:not(:disabled):not(.disabled), .user-tab:not(:disabled):not(.disabled), .user-tab-active:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, a.disabled.user-tab, a.disabled.user-tab-active,
fieldset:disabled a.btn,
fieldset:disabled a.user-tab,
fieldset:disabled a.user-tab-active {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #4b4b82;
  border-color: #4b4b82; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3d3d6a;
    border-color: #383862; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #3d3d6a;
    border-color: #383862;
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 149, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #383862;
    border-color: #34345a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 102, 149, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d;
    box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0a0c0d;
    border-color: #050506; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

.btn-success, button.button-favorite-save, button.button-favorite, .user-tab-active {
  color: #fff;
  background-color: #4b4b82;
  border-color: #4b4b82; }
  .btn-success:hover, button.button-favorite-save:hover, button.button-favorite:hover, .user-tab-active:hover {
    color: #fff;
    background-color: #3d3d6a;
    border-color: #383862; }
  .btn-success:focus, button.button-favorite-save:focus, button.button-favorite:focus, .user-tab-active:focus, .btn-success.focus, button.focus.button-favorite-save, button.focus.button-favorite, .focus.user-tab-active {
    color: #fff;
    background-color: #3d3d6a;
    border-color: #383862;
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 149, 0.5); }
  .btn-success.disabled, button.disabled.button-favorite-save, button.disabled.button-favorite, .disabled.user-tab-active, .btn-success:disabled, button.button-favorite-save:disabled, button.button-favorite:disabled, .user-tab-active:disabled {
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
  .btn-success:not(:disabled):not(.disabled):active, button.button-favorite-save:not(:disabled):not(.disabled):active, button.button-favorite:not(:disabled):not(.disabled):active, .user-tab-active:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), button.button-favorite-save.active:not(:disabled):not(.disabled), button.button-favorite.active:not(:disabled):not(.disabled), .user-tab-active.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle, .show > button.dropdown-toggle.button-favorite-save, .show > button.dropdown-toggle.button-favorite, .show > .dropdown-toggle.user-tab-active {
    color: #fff;
    background-color: #383862;
    border-color: #34345a; }
    .btn-success:not(:disabled):not(.disabled):active:focus, button.button-favorite-save:not(:disabled):not(.disabled):active:focus, button.button-favorite:not(:disabled):not(.disabled):active:focus, .user-tab-active:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, button.button-favorite-save.active:not(:disabled):not(.disabled):focus, button.button-favorite.active:not(:disabled):not(.disabled):focus, .user-tab-active.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus, .show > button.dropdown-toggle.button-favorite-save:focus, .show > button.dropdown-toggle.button-favorite:focus, .show > .dropdown-toggle.user-tab-active:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 102, 149, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #fff;
  background-color: #DB6E00;
  border-color: #DB6E00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #b55b00;
    border-color: #a85400; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b55b00;
    border-color: #a85400;
    box-shadow: 0 0 0 0.2rem rgba(224, 132, 38, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #DB6E00;
    border-color: #DB6E00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #a85400;
    border-color: #9b4e00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 132, 38, 0.5); }

.btn-danger {
  color: #212529;
  background-color: #ffced1;
  border-color: #ffced1; }
  .btn-danger:hover {
    color: #212529;
    background-color: #ffa8ad;
    border-color: #ff9ba1; }
  .btn-danger:focus, .btn-danger.focus {
    color: #212529;
    background-color: #ffa8ad;
    border-color: #ff9ba1;
    box-shadow: 0 0 0 0.2rem rgba(222, 181, 184, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #212529;
    background-color: #ffced1;
    border-color: #ffced1; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
    color: #212529;
    background-color: #ff9ba1;
    border-color: #ff8e95; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 181, 184, 0.5); }

.btn-light, .user-tab {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover, .user-tab:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .user-tab:focus, .btn-light.focus, .focus.user-tab {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .disabled.user-tab, .btn-light:disabled, .user-tab:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .user-tab:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .user-tab.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle, .show > .dropdown-toggle.user-tab {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .user-tab:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .user-tab.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus, .show > .dropdown-toggle.user-tab:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #4b4b82;
  border-color: #4b4b82; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4b4b82;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.5); }

.btn-outline-secondary {
  color: #212529;
  border-color: #212529; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #212529;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

.btn-outline-success {
  color: #4b4b82;
  border-color: #4b4b82; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #4b4b82;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #DB6E00;
  border-color: #DB6E00; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #DB6E00;
    border-color: #DB6E00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 110, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #DB6E00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #DB6E00;
    border-color: #DB6E00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 110, 0, 0.5); }

.btn-outline-danger {
  color: #ffced1;
  border-color: #ffced1; }
  .btn-outline-danger:hover {
    color: #212529;
    background-color: #ffced1;
    border-color: #ffced1; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ffced1;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ffced1;
    border-color: #ffced1; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #4b4b82;
  text-decoration: none; }
  .btn-link:hover {
    color: #2f2f51;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button.button-favorite-save, .btn-group-lg > button.button-favorite, .btn-group-lg > .user-tab, .btn-group-lg > .user-tab-active {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, button.button-favorite-save, button.button-favorite, .user-tab, .user-tab-active, .btn-group-sm > .btn, .btn-group-sm > button.button-favorite-save, .btn-group-sm > button.button-favorite, .btn-group-sm > .user-tab, .btn-group-sm > .user-tab-active {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show), div.div-hamburger:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4b4b82; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > button.button-favorite-save, .btn-group > button.button-favorite, .btn-group > .user-tab, .btn-group > .user-tab-active,
  .btn-group-vertical > .btn,
  .btn-group-vertical > button.button-favorite-save,
  .btn-group-vertical > button.button-favorite,
  .btn-group-vertical > .user-tab,
  .btn-group-vertical > .user-tab-active {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .btn-group > button.button-favorite-save:hover, .btn-group > button.button-favorite:hover, .btn-group > .user-tab:hover, .btn-group > .user-tab-active:hover,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > button.button-favorite-save:hover,
    .btn-group-vertical > button.button-favorite:hover,
    .btn-group-vertical > .user-tab:hover,
    .btn-group-vertical > .user-tab-active:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > button.button-favorite-save:focus, .btn-group > button.button-favorite:focus, .btn-group > .user-tab:focus, .btn-group > .user-tab-active:focus, .btn-group > .btn:active, .btn-group > button.button-favorite-save:active, .btn-group > button.button-favorite:active, .btn-group > .user-tab:active, .btn-group > .user-tab-active:active, .btn-group > .btn.active, .btn-group > button.active.button-favorite-save, .btn-group > button.active.button-favorite, .btn-group > .active.user-tab, .btn-group > .active.user-tab-active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > button.button-favorite-save:focus,
    .btn-group-vertical > button.button-favorite:focus,
    .btn-group-vertical > .user-tab:focus,
    .btn-group-vertical > .user-tab-active:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > button.button-favorite-save:active,
    .btn-group-vertical > button.button-favorite:active,
    .btn-group-vertical > .user-tab:active,
    .btn-group-vertical > .user-tab-active:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > button.active.button-favorite-save,
    .btn-group-vertical > button.active.button-favorite,
    .btn-group-vertical > .active.user-tab,
    .btn-group-vertical > .active.user-tab-active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .btn-group > button.button-favorite-save:not(:first-child), .btn-group > button.button-favorite:not(:first-child), .btn-group > .user-tab:not(:first-child), .btn-group > .user-tab-active:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > button.button-favorite-save:not(:last-child):not(.dropdown-toggle), .btn-group > button.button-favorite:not(:last-child):not(.dropdown-toggle), .btn-group > .user-tab:not(:last-child):not(.dropdown-toggle), .btn-group > .user-tab-active:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > button.button-favorite-save,
.btn-group > .btn-group:not(:last-child) > button.button-favorite,
.btn-group > .btn-group:not(:last-child) > .user-tab,
.btn-group > .btn-group:not(:last-child) > .user-tab-active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .btn-group > button.button-favorite-save:not(:first-child), .btn-group > button.button-favorite:not(:first-child), .btn-group > .user-tab:not(:first-child), .btn-group > .user-tab-active:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > button.button-favorite-save,
.btn-group > .btn-group:not(:first-child) > button.button-favorite,
.btn-group > .btn-group:not(:first-child) > .user-tab,
.btn-group > .btn-group:not(:first-child) > .user-tab-active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, button.button-favorite-save + .dropdown-toggle-split, button.button-favorite + .dropdown-toggle-split, .user-tab + .dropdown-toggle-split, .user-tab-active + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > button.button-favorite-save + .dropdown-toggle-split, .btn-group-sm > button.button-favorite + .dropdown-toggle-split, .btn-group-sm > .user-tab + .dropdown-toggle-split, .btn-group-sm > .user-tab-active + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > button.button-favorite-save + .dropdown-toggle-split, .btn-group-lg > button.button-favorite + .dropdown-toggle-split, .btn-group-lg > .user-tab + .dropdown-toggle-split, .btn-group-lg > .user-tab-active + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn, .btn-group-vertical > button.button-favorite-save, .btn-group-vertical > button.button-favorite, .btn-group-vertical > .user-tab, .btn-group-vertical > .user-tab-active,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button.button-favorite-save:not(:first-child), .btn-group-vertical > button.button-favorite:not(:first-child), .btn-group-vertical > .user-tab:not(:first-child), .btn-group-vertical > .user-tab-active:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button.button-favorite-save:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button.button-favorite:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .user-tab:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .user-tab-active:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > button.button-favorite-save,
  .btn-group-vertical > .btn-group:not(:last-child) > button.button-favorite,
  .btn-group-vertical > .btn-group:not(:last-child) > .user-tab,
  .btn-group-vertical > .btn-group:not(:last-child) > .user-tab-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > button.button-favorite-save:not(:first-child), .btn-group-vertical > button.button-favorite:not(:first-child), .btn-group-vertical > .user-tab:not(:first-child), .btn-group-vertical > .user-tab-active:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > button.button-favorite-save,
  .btn-group-vertical > .btn-group:not(:first-child) > button.button-favorite,
  .btn-group-vertical > .btn-group:not(:first-child) > .user-tab,
  .btn-group-vertical > .btn-group:not(:first-child) > .user-tab-active {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > button.button-favorite-save, .btn-group-toggle > button.button-favorite, .btn-group-toggle > .user-tab, .btn-group-toggle > .user-tab-active,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > button.button-favorite-save,
.btn-group-toggle > .btn-group > button.button-favorite,
.btn-group-toggle > .btn-group > .user-tab,
.btn-group-toggle > .btn-group > .user-tab-active {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > button.button-favorite-save input[type="radio"], .btn-group-toggle > button.button-favorite input[type="radio"], .btn-group-toggle > .user-tab input[type="radio"], .btn-group-toggle > .user-tab-active input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > button.button-favorite-save input[type="checkbox"],
  .btn-group-toggle > button.button-favorite input[type="checkbox"],
  .btn-group-toggle > .user-tab input[type="checkbox"],
  .btn-group-toggle > .user-tab-active input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .form-control-sm, .input-group > select.lfrz-select, .input-group > input[type=text], .input-group > input[type=password],
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .input-group > .form-control-sm + .form-control, .input-group > select.lfrz-select + .form-control, .input-group > input[type=text] + .form-control, .input-group > input[type=password] + .form-control, .input-group > .form-control + .form-control-sm, .input-group > .form-control + select.lfrz-select, .input-group > .form-control + input[type=text], .input-group > .form-control + input[type=password], .input-group > .form-control-sm + .form-control-sm, .input-group > select.lfrz-select + .form-control-sm, .input-group > .form-control-sm + select.lfrz-select, .input-group > select.lfrz-select + select.lfrz-select, .input-group > input[type=text] + .form-control-sm, .input-group > input[type=text] + select.lfrz-select, .input-group > input[type=password] + .form-control-sm, .input-group > input[type=password] + select.lfrz-select, .input-group > .form-control-sm + input[type=text], .input-group > select.lfrz-select + input[type=text], .input-group > input[type=text] + input[type=text], .input-group > input[type=password] + input[type=text], .input-group > .form-control-sm + input[type=password], .input-group > select.lfrz-select + input[type=password], .input-group > input[type=text] + input[type=password], .input-group > input[type=password] + input[type=password],
    .input-group > .form-control + .custom-select,
    .input-group > .form-control-sm + .custom-select,
    .input-group > select.lfrz-select + .custom-select,
    .input-group > input[type=text] + .custom-select,
    .input-group > input[type=password] + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-sm + .custom-file,
    .input-group > select.lfrz-select + .custom-file,
    .input-group > input[type=text] + .custom-file,
    .input-group > input[type=password] + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .form-control-sm,
    .input-group > .form-control-plaintext + select.lfrz-select,
    .input-group > .form-control-plaintext + input[type=text],
    .input-group > .form-control-plaintext + input[type=password],
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .form-control-sm,
    .input-group > .custom-select + select.lfrz-select,
    .input-group > .custom-select + input[type=text],
    .input-group > .custom-select + input[type=password],
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .form-control-sm,
    .input-group > .custom-file + select.lfrz-select,
    .input-group > .custom-file + input[type=text],
    .input-group > .custom-file + input[type=password],
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .input-group > .form-control-sm:focus, .input-group > select.lfrz-select:focus, .input-group > input[type=text]:focus, .input-group > input[type=password]:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child), .input-group > .form-control-sm:not(:first-child), .input-group > select.lfrz-select:not(:first-child), .input-group > input[type=text]:not(:first-child), .input-group > input[type=password]:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .form-control-sm:not(:last-child), .input-group:not(.has-validation) > select.lfrz-select:not(:last-child), .input-group:not(.has-validation) > input[type=text]:not(:last-child), .input-group:not(.has-validation) > input[type=password]:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3), .input-group.has-validation > .form-control-sm:nth-last-child(n + 3), .input-group.has-validation > select.lfrz-select:nth-last-child(n + 3), .input-group.has-validation > input[type=text]:nth-last-child(n + 3), .input-group.has-validation > input[type=password]:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend button.button-favorite-save, .input-group-prepend button.button-favorite, .input-group-prepend .user-tab, .input-group-prepend .user-tab-active,
  .input-group-append .btn,
  .input-group-append button.button-favorite-save,
  .input-group-append button.button-favorite,
  .input-group-append .user-tab,
  .input-group-append .user-tab-active {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend button.button-favorite-save:focus, .input-group-prepend button.button-favorite:focus, .input-group-prepend .user-tab:focus, .input-group-prepend .user-tab-active:focus,
    .input-group-append .btn:focus,
    .input-group-append button.button-favorite-save:focus,
    .input-group-append button.button-favorite:focus,
    .input-group-append .user-tab:focus,
    .input-group-append .user-tab-active:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend button.button-favorite-save + .btn, .input-group-prepend .btn + button.button-favorite-save, .input-group-prepend button.button-favorite-save + button.button-favorite-save, .input-group-prepend button.button-favorite + .btn, .input-group-prepend button.button-favorite + button.button-favorite-save, .input-group-prepend .btn + button.button-favorite, .input-group-prepend button.button-favorite-save + button.button-favorite, .input-group-prepend button.button-favorite + button.button-favorite, .input-group-prepend .user-tab + .btn, .input-group-prepend .user-tab + button.button-favorite-save, .input-group-prepend .user-tab + button.button-favorite, .input-group-prepend .btn + .user-tab, .input-group-prepend button.button-favorite-save + .user-tab, .input-group-prepend button.button-favorite + .user-tab, .input-group-prepend .user-tab + .user-tab, .input-group-prepend .user-tab-active + .btn, .input-group-prepend .user-tab-active + button.button-favorite-save, .input-group-prepend .user-tab-active + button.button-favorite, .input-group-prepend .user-tab-active + .user-tab, .input-group-prepend .btn + .user-tab-active, .input-group-prepend button.button-favorite-save + .user-tab-active, .input-group-prepend button.button-favorite + .user-tab-active, .input-group-prepend .user-tab + .user-tab-active, .input-group-prepend .user-tab-active + .user-tab-active,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend button.button-favorite-save + .input-group-text,
  .input-group-prepend button.button-favorite + .input-group-text,
  .input-group-prepend .user-tab + .input-group-text,
  .input-group-prepend .user-tab-active + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .input-group-text + button.button-favorite-save,
  .input-group-prepend .input-group-text + button.button-favorite,
  .input-group-prepend .input-group-text + .user-tab,
  .input-group-prepend .input-group-text + .user-tab-active,
  .input-group-append .btn + .btn,
  .input-group-append button.button-favorite-save + .btn,
  .input-group-append .btn + button.button-favorite-save,
  .input-group-append button.button-favorite-save + button.button-favorite-save,
  .input-group-append button.button-favorite + .btn,
  .input-group-append button.button-favorite + button.button-favorite-save,
  .input-group-append .btn + button.button-favorite,
  .input-group-append button.button-favorite-save + button.button-favorite,
  .input-group-append button.button-favorite + button.button-favorite,
  .input-group-append .user-tab + .btn,
  .input-group-append .user-tab + button.button-favorite-save,
  .input-group-append .user-tab + button.button-favorite,
  .input-group-append .btn + .user-tab,
  .input-group-append button.button-favorite-save + .user-tab,
  .input-group-append button.button-favorite + .user-tab,
  .input-group-append .user-tab + .user-tab,
  .input-group-append .user-tab-active + .btn,
  .input-group-append .user-tab-active + button.button-favorite-save,
  .input-group-append .user-tab-active + button.button-favorite,
  .input-group-append .user-tab-active + .user-tab,
  .input-group-append .btn + .user-tab-active,
  .input-group-append button.button-favorite-save + .user-tab-active,
  .input-group-append button.button-favorite + .user-tab-active,
  .input-group-append .user-tab + .user-tab-active,
  .input-group-append .user-tab-active + .user-tab-active,
  .input-group-append .btn + .input-group-text,
  .input-group-append button.button-favorite-save + .input-group-text,
  .input-group-append button.button-favorite + .input-group-text,
  .input-group-append .user-tab + .input-group-text,
  .input-group-append .user-tab-active + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .input-group-text + button.button-favorite-save,
  .input-group-append .input-group-text + button.button-favorite,
  .input-group-append .input-group-text + .user-tab,
  .input-group-append .input-group-text + .user-tab-active {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .form-control-sm:not(textarea), .input-group-lg > select.lfrz-select:not(textarea), .input-group-lg > input[type=text]:not(textarea), .input-group-lg > input[type=password]:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .input-group-lg > .form-control-sm, .input-group-lg > select.lfrz-select, .input-group-lg > input[type=text], .input-group-lg > input[type=password],
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > button.button-favorite-save,
.input-group-lg > .input-group-prepend > button.button-favorite,
.input-group-lg > .input-group-prepend > .user-tab,
.input-group-lg > .input-group-prepend > .user-tab-active,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > button.button-favorite-save,
.input-group-lg > .input-group-append > button.button-favorite,
.input-group-lg > .input-group-append > .user-tab,
.input-group-lg > .input-group-append > .user-tab-active {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .input-group-sm > .form-control-sm:not(textarea), .input-group-sm > select.lfrz-select:not(textarea), .input-group-sm > input[type=text]:not(textarea), .input-group-sm > input[type=password]:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .input-group-sm > .form-control-sm, .input-group-sm > select.lfrz-select, .input-group-sm > input[type=text], .input-group-sm > input[type=password],
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > button.button-favorite-save,
.input-group-sm > .input-group-prepend > button.button-favorite,
.input-group-sm > .input-group-prepend > .user-tab,
.input-group-sm > .input-group-prepend > .user-tab-active,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > button.button-favorite-save,
.input-group-sm > .input-group-append > button.button-favorite,
.input-group-sm > .input-group-append > .user-tab,
.input-group-sm > .input-group-append > .user-tab-active {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > button.button-favorite-save, .input-group > .input-group-prepend > button.button-favorite, .input-group > .input-group-prepend > .user-tab, .input-group > .input-group-prepend > .user-tab-active,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button.button-favorite-save,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > button.button-favorite,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .user-tab,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .user-tab-active,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > button.button-favorite-save,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > button.button-favorite,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .user-tab,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .user-tab-active,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button.button-favorite-save:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button.button-favorite:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .user-tab:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .user-tab-active:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > button.button-favorite-save, .input-group > .input-group-append > button.button-favorite, .input-group > .input-group-append > .user-tab, .input-group > .input-group-append > .user-tab-active,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > button.button-favorite-save,
.input-group > .input-group-prepend:not(:first-child) > button.button-favorite,
.input-group > .input-group-prepend:not(:first-child) > .user-tab,
.input-group > .input-group-prepend:not(:first-child) > .user-tab-active,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > button.button-favorite-save:not(:first-child),
.input-group > .input-group-prepend:first-child > button.button-favorite:not(:first-child),
.input-group > .input-group-prepend:first-child > .user-tab:not(:first-child),
.input-group > .input-group-prepend:first-child > .user-tab-active:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #4b4b82;
    background-color: #4b4b82; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8e8ebe; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #afafd1;
    border-color: #afafd1; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #4b4b82;
  background-color: #4b4b82; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(75, 75, 130, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(75, 75, 130, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(75, 75, 130, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(75, 75, 130, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #8e8ebe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #8e8ebe;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4b4b82;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #afafd1; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #4b4b82;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #afafd1; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #4b4b82;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #afafd1; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }
.nav, ul.ul-hamburger {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs li.show.topnav- .nav-link,
  .nav-tabs li.show.topnav-Active .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4b4b82; }

.nav-fill > .nav-link,
.nav-fill .nav-item,
.nav-fill li.topnav-,
.nav-fill li.topnav-Active {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item,
.nav-justified li.topnav-,
.nav-justified li.topnav-Active {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .navbar .form-container-login, .navbar .form-container,
  .navbar .container-fluid,
  .navbar div.hamburger-container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse, div.div-hamburger {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .form-container-login, .navbar-expand-sm > .form-container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > div.hamburger-container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .form-container-login, .navbar-expand-sm > .form-container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > div.hamburger-container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse, .navbar-expand-sm div.div-hamburger {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .form-container-login, .navbar-expand-md > .form-container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > div.hamburger-container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .form-container-login, .navbar-expand-md > .form-container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > div.hamburger-container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse, .navbar-expand-md div.div-hamburger {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .form-container-login, .navbar-expand-lg > .form-container, #favoriten > .container, #favoriten > .form-container-login, #favoriten > .form-container,
  .navbar-expand-lg > .container-fluid,
  #favoriten > .container-fluid,
  .navbar-expand-lg > div.hamburger-container-fluid,
  #favoriten > div.hamburger-container-fluid,
  .navbar-expand-lg > .container-sm,
  #favoriten > .container-sm,
  .navbar-expand-lg > .container-md,
  #favoriten > .container-md,
  .navbar-expand-lg > .container-lg,
  #favoriten > .container-lg,
  .navbar-expand-lg > .container-xl,
  #favoriten > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg, #favoriten {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav, #favoriten .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu, #favoriten .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, #favoriten .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .form-container-login, .navbar-expand-lg > .form-container, #favoriten > .container, #favoriten > .form-container-login, #favoriten > .form-container,
    .navbar-expand-lg > .container-fluid,
    #favoriten > .container-fluid,
    .navbar-expand-lg > div.hamburger-container-fluid,
    #favoriten > div.hamburger-container-fluid,
    .navbar-expand-lg > .container-sm,
    #favoriten > .container-sm,
    .navbar-expand-lg > .container-md,
    #favoriten > .container-md,
    .navbar-expand-lg > .container-lg,
    #favoriten > .container-lg,
    .navbar-expand-lg > .container-xl,
    #favoriten > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll, #favoriten .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse, #favoriten .navbar-collapse, .navbar-expand-lg div.div-hamburger, #favoriten div.div-hamburger {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler, #favoriten .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .form-container-login, .navbar-expand-xl > .form-container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > div.hamburger-container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .form-container-login, .navbar-expand-xl > .form-container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > div.hamburger-container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse, .navbar-expand-xl div.div-hamburger {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .form-container-login, .navbar-expand > .form-container,
  .navbar-expand > .container-fluid,
  .navbar-expand > div.hamburger-container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .form-container-login, .navbar-expand > .form-container,
  .navbar-expand > .container-fluid,
  .navbar-expand > div.hamburger-container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse, .navbar-expand div.div-hamburger {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand, #favoriten .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, #favoriten .navbar-brand:hover, .navbar-light .navbar-brand:focus, #favoriten .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, #favoriten .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, #favoriten .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, #favoriten .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, #favoriten .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, #favoriten .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
#favoriten .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
#favoriten .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
#favoriten .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler, #favoriten .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon, #favoriten .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text, #favoriten .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a, #favoriten .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, #favoriten .navbar-text a:hover, .navbar-light .navbar-text a:focus, #favoriten .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand, .lfrz-navbar .navbar-brand, .navbar .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .lfrz-navbar .navbar-brand:hover, .navbar .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .lfrz-navbar .navbar-brand:focus, .navbar .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .lfrz-navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .lfrz-navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .lfrz-navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .lfrz-navbar .navbar-nav .nav-link.disabled, .navbar .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .lfrz-navbar .navbar-nav .show > .nav-link, .navbar .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.lfrz-navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.lfrz-navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active,
.lfrz-navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler, .lfrz-navbar .navbar-toggler, .navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon, .lfrz-navbar .navbar-toggler-icon, .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text, .lfrz-navbar .navbar-text, .navbar .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a, .lfrz-navbar .navbar-text a, .navbar .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .lfrz-navbar .navbar-text a:hover, .navbar .navbar-text a:hover, .navbar-dark .navbar-text a:focus, .lfrz-navbar .navbar-text a:focus, .navbar .navbar-text a:focus {
      color: #fff; }

.card, li.favorites-bar-card, div.card-favorite-mobile, div.card-favorite, div.card-application {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr, li.favorites-bar-card > hr, div.card-favorite-mobile > hr, div.card-favorite > hr, div.card-application > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group, li.favorites-bar-card > .list-group, div.card-favorite-mobile > .list-group, div.card-favorite > .list-group, div.card-application > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child, li.favorites-bar-card > .list-group:first-child, div.card-favorite-mobile > .list-group:first-child, div.card-favorite > .list-group:first-child, div.card-application > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child, li.favorites-bar-card > .list-group:last-child, div.card-favorite-mobile > .list-group:last-child, div.card-favorite > .list-group:last-child, div.card-application > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group, li.favorites-bar-card > .card-header + .list-group, div.card-favorite-mobile > .card-header + .list-group, div.card-favorite > .card-header + .list-group, div.card-application > .card-header + .list-group,
  .card > .list-group + .card-footer,
  li.favorites-bar-card > .list-group + .card-footer,
  div.card-favorite-mobile > .list-group + .card-footer,
  div.card-favorite > .list-group + .card-footer,
  div.card-application > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card, .card-deck li.favorites-bar-card, .card-deck div.card-favorite-mobile, .card-deck div.card-favorite, .card-deck div.card-application {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card, .card-deck li.favorites-bar-card, .card-deck div.card-favorite-mobile, .card-deck div.card-favorite, .card-deck div.card-application {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card, .card-group > li.favorites-bar-card, .card-group > div.card-favorite-mobile, .card-group > div.card-favorite, .card-group > div.card-application {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card, .card-group > li.favorites-bar-card, .card-group > div.card-favorite-mobile, .card-group > div.card-favorite, .card-group > div.card-application {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card, .card-group > li.favorites-bar-card + .card, .card-group > .card + li.favorites-bar-card, .card-group > li.favorites-bar-card + li.favorites-bar-card, .card-group > div.card-favorite-mobile + .card, .card-group > div.card-favorite-mobile + li.favorites-bar-card, .card-group > .card + div.card-favorite-mobile, .card-group > li.favorites-bar-card + div.card-favorite-mobile, .card-group > div.card-favorite-mobile + div.card-favorite-mobile, .card-group > div.card-favorite + .card, .card-group > div.card-favorite + li.favorites-bar-card, .card-group > div.card-favorite + div.card-favorite-mobile, .card-group > .card + div.card-favorite, .card-group > li.favorites-bar-card + div.card-favorite, .card-group > div.card-favorite-mobile + div.card-favorite, .card-group > div.card-favorite + div.card-favorite, .card-group > div.card-application + .card, .card-group > div.card-application + li.favorites-bar-card, .card-group > div.card-application + div.card-favorite-mobile, .card-group > div.card-application + div.card-favorite, .card-group > .card + div.card-application, .card-group > li.favorites-bar-card + div.card-application, .card-group > div.card-favorite-mobile + div.card-application, .card-group > div.card-favorite + div.card-application, .card-group > div.card-application + div.card-application {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child), .card-group > li.favorites-bar-card:not(:last-child), .card-group > div.card-favorite-mobile:not(:last-child), .card-group > div.card-favorite:not(:last-child), .card-group > div.card-application:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top, .card-group > li.favorites-bar-card:not(:last-child) .card-img-top, .card-group > div.card-favorite-mobile:not(:last-child) .card-img-top, .card-group > div.card-favorite:not(:last-child) .card-img-top, .card-group > div.card-application:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header,
        .card-group > li.favorites-bar-card:not(:last-child) .card-header,
        .card-group > div.card-favorite-mobile:not(:last-child) .card-header,
        .card-group > div.card-favorite:not(:last-child) .card-header,
        .card-group > div.card-application:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom, .card-group > li.favorites-bar-card:not(:last-child) .card-img-bottom, .card-group > div.card-favorite-mobile:not(:last-child) .card-img-bottom, .card-group > div.card-favorite:not(:last-child) .card-img-bottom, .card-group > div.card-application:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer,
        .card-group > li.favorites-bar-card:not(:last-child) .card-footer,
        .card-group > div.card-favorite-mobile:not(:last-child) .card-footer,
        .card-group > div.card-favorite:not(:last-child) .card-footer,
        .card-group > div.card-application:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child), .card-group > li.favorites-bar-card:not(:first-child), .card-group > div.card-favorite-mobile:not(:first-child), .card-group > div.card-favorite:not(:first-child), .card-group > div.card-application:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top, .card-group > li.favorites-bar-card:not(:first-child) .card-img-top, .card-group > div.card-favorite-mobile:not(:first-child) .card-img-top, .card-group > div.card-favorite:not(:first-child) .card-img-top, .card-group > div.card-application:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header,
        .card-group > li.favorites-bar-card:not(:first-child) .card-header,
        .card-group > div.card-favorite-mobile:not(:first-child) .card-header,
        .card-group > div.card-favorite:not(:first-child) .card-header,
        .card-group > div.card-application:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom, .card-group > li.favorites-bar-card:not(:first-child) .card-img-bottom, .card-group > div.card-favorite-mobile:not(:first-child) .card-img-bottom, .card-group > div.card-favorite:not(:first-child) .card-img-bottom, .card-group > div.card-application:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer,
        .card-group > li.favorites-bar-card:not(:first-child) .card-footer,
        .card-group > div.card-favorite-mobile:not(:first-child) .card-footer,
        .card-group > div.card-favorite:not(:first-child) .card-footer,
        .card-group > div.card-application:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card, .card-columns li.favorites-bar-card, .card-columns div.card-favorite-mobile, .card-columns div.card-favorite, .card-columns div.card-application {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns li.favorites-bar-card, .card-columns div.card-favorite-mobile, .card-columns div.card-favorite, .card-columns div.card-application {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card, .accordion > li.favorites-bar-card, .accordion > div.card-favorite-mobile, .accordion > div.card-favorite, .accordion > div.card-application {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type), .accordion > li.favorites-bar-card:not(:last-of-type), .accordion > div.card-favorite-mobile:not(:last-of-type), .accordion > div.card-favorite:not(:last-of-type), .accordion > div.card-application:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type), .accordion > li.favorites-bar-card:not(:first-of-type), .accordion > div.card-favorite-mobile:not(:first-of-type), .accordion > div.card-favorite:not(:first-of-type), .accordion > div.card-application:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header, .accordion > li.favorites-bar-card > .card-header, .accordion > div.card-favorite-mobile > .card-header, .accordion > div.card-favorite > .card-header, .accordion > div.card-application > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4b4b82;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #2f2f51;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #4b4b82;
  border-color: #4b4b82; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, button.button-favorite-save .badge, button.button-favorite .badge, .user-tab .badge, .user-tab-active .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #4b4b82; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #383862; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #212529; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #0a0c0d; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

.badge-success {
  color: #fff;
  background-color: #4b4b82; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #383862; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(75, 75, 130, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #DB6E00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #a85400; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(219, 110, 0, 0.5); }

.badge-danger {
  color: #212529;
  background-color: #ffced1; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #212529;
    background-color: #ff9ba1; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 206, 209, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert, div.lfrz-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #272744;
  background-color: #dbdbe6;
  border-color: #cdcddc; }
  .alert-primary hr {
    border-top-color: #bebed2; }
  .alert-primary .alert-link {
    color: #141424; }

.alert-secondary {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3; }
  .alert-secondary hr {
    border-top-color: #b4b5b6; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #272744;
  background-color: #dbdbe6;
  border-color: #cdcddc; }
  .alert-success hr {
    border-top-color: #bebed2; }
  .alert-success .alert-link {
    color: #141424; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #723900;
  background-color: #f8e2cc;
  border-color: #f5d6b8; }
  .alert-warning hr {
    border-top-color: #f2c9a2; }
  .alert-warning .alert-link {
    color: #3f2000; }

.alert-danger, div.lfrz-alert {
  color: #856b6d;
  background-color: #fff5f6;
  border-color: #fff1f2; }
  .alert-danger hr, div.lfrz-alert hr {
    border-top-color: #ffd8da; }
  .alert-danger .alert-link, div.lfrz-alert .alert-link {
    color: #695456; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar, div.progress-bar-password {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4b4b82;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar, div.progress-bar-password {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }
.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4b4b82;
    border-color: #4b4b82; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #272744;
  background-color: #cdcddc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #272744;
    background-color: #bebed2; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #272744;
    border-color: #272744; }

.list-group-item-secondary {
  color: #111315;
  background-color: #c1c2c3; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #111315;
    background-color: #b4b5b6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #111315;
    border-color: #111315; }

.list-group-item-success {
  color: #272744;
  background-color: #cdcddc; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #272744;
    background-color: #bebed2; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #272744;
    border-color: #272744; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #723900;
  background-color: #f5d6b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #723900;
    background-color: #f2c9a2; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #723900;
    border-color: #723900; }

.list-group-item-danger {
  color: #856b6d;
  background-color: #fff1f2; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #856b6d;
    background-color: #ffd8da; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #856b6d;
    border-color: #856b6d; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top, #topnav {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #4b4b82 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #383862 !important; }

.bg-secondary {
  background-color: #212529 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0a0c0d !important; }

.bg-success {
  background-color: #4b4b82 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #383862 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #DB6E00 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #a85400 !important; }

.bg-danger, div.progress-bar-password {
  background-color: #ffced1 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff9ba1 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #4b4b82 !important; }

.border-secondary {
  border-color: #212529 !important; }

.border-success {
  border-color: #4b4b82 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #DB6E00 !important; }

.border-danger {
  border-color: #ffced1 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, #favoritenleiste, #topnav, div.div-header-logo, .hidden-lg-down, .hidden-md-down, .hidden-xs-down {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none, .hidden-sm-up {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block, .hidden-xs-down {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none, .hidden-md-up {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none, .hidden-lg-up {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block, .hidden-md-down {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none, div.div-header-logo-mobile, div.div-headline-mobile, .hidden-xl-up {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block, #favoritenleiste, #topnav, div.div-header-logo, .hidden-lg-down {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap, div.div-navlinks, #header, #favoritenleiste, div.div-topnav, div.col-check-login, div.links-lang {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap, #label-exact, div.div-topnav, div.div-userinfo, label {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right, div[name="fav-edit-row-2-col-3"], div.link-card-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #4b4b82 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2f2f51 !important; }

.text-secondary {
  color: #212529 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important; }

.text-success {
  color: #4b4b82 !important; }

a.text-success:hover, a.text-success:focus {
  color: #2f2f51 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #DB6E00 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #8f4800 !important; }

.text-danger {
  color: #ffced1 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ff8289 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn):not(button.button-favorite-save):not(button.button-favorite):not(.user-tab):not(.user-tab-active) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .form-container-login, .form-container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.h3, .col-h3-favorites-bar, h3, h3:hover, h3:active {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #095F9B;
  font-weight: bold;
  line-height: 1; }

/*
hidden-xs (only) = d-none d-sm-block (same as hidden-xs-down)
hidden-sm (only) = d-block d-sm-none d-md-block
hidden-md (only) = d-block d-md-none d-lg-block
hidden-lg (only) = d-block d-lg-none d-xl-block
hidden-xl (n/a 3.x) = d-block d-xl-none
*/
.user-tab-active {
  color: white;
  text-decoration-color: white; }

html {
  font-size: 100%; }

body {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #212529;
  background-color: white; }

td, th {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 0.8rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  cursor: default; }

th {
  background-color: white;
  border-bottom: none !important; }

.btn-success, button.button-favorite-save, button.button-favorite, .user-tab-active {
  color: white;
  background-color: #4b4b82;
  border-color: #4b4b82; }

.btn-success:hover, button.button-favorite-save:hover, button.button-favorite:hover, .user-tab-active:hover, .btn-success:active, button.button-favorite-save:active, button.button-favorite:active, .user-tab-active:active {
  color: white;
  background-color: #095F9B;
  border-color: #095F9B; }

.white-space-normal {
  white-space: normal; }

.form-control, .form-control-sm, select.lfrz-select, input[type=text], input[type=password] {
  color: #212529;
  border-color: #f3f1ef; }

label {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 1rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin-bottom: 0px; }

/* DDLB Standard*/
.alert-danger, div.lfrz-alert {
  background-color: white;
  border-color: #ffced1;
  color: #ffced1; }

div.pw-strength-text {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Helvetica, sans-serif;
  color: #212529;
  font-weight: normal; }

.modal-backdrop {
  background: none; }

.progress {
  background-color: white; }

.navbar-light .navbar-nav .nav-link, #favoriten .navbar-nav .nav-link {
  color: #bababd; }

.navbar-dark .navbar-toggler, .lfrz-navbar .navbar-toggler, .navbar .navbar-toggler {
  border-color: white; }

.navbar-dark .navbar-toggler-icon, .lfrz-navbar .navbar-toggler-icon, .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

h1 {
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
  font-weight: normal;
  font-weight: bold;
  word-break: break-word;
  font-size: 1rem;
  color: #292929;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin-top: .3rem;
  margin-bottom: 0px; }

.h2, h2 {
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  color: #292929;
  font-size: 1.28rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif; }

div.row-col-h2 {
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  color: #292929;
  font-size: 1.28rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif; }

.col-favorites-bar-img {
  padding-right: 5px; }

.col-h3-favorites-bar {
  white-space: nowrap;
  text-align: right;
  margin-top: 6px;
  padding-left: 5px; }

.col-h3-favorites-bar-inactive {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  white-space: nowrap;
  text-align: right;
  margin-top: 1px;
  padding-left: 5px; }

span.h3-danger {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #ffced1;
  white-space: nowrap; }

span.h3-danger:hover {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #ffced1;
  text-decoration: underline #ffced1; }

iframe.iframe-moa {
  background-color: white;
  margin-top: 10px; }

iframe.iframe-moa-mandate {
  background-color: white;
  margin-top: 10px; }

.h4, h4 {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 1rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif; }

input.input, select.select {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 1rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  border: 1px solid #212529;
  border-radius: 5px; }

input.input-radio {
  margin-top: 0.3rem;
  max-width: 20px;
  margin-left: 15px; }

input.input-table {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin-left: 15px;
  border: 1px solid #212529;
  border-radius: 5px;
  padding-left: 5px;
  display: inline;
  max-width: 120px; }

.h3-bold {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  font-weight: bold;
  color: #292929;
  text-decoration-color: #292929;
  margin-left: 10px; }

.h3-inactive {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #292929;
  font-weight: normal;
  margin-left: 0px; }

.h3-inactive-sortgroup {
  display: none; }

.favorite-text-add {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #292929;
  font-weight: normal;
  margin-left: 10px; }

.favorite-text-full {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  color: #292929;
  font-weight: normal;
  color: #5e5e5e;
  margin-left: 10px; }

span.h3-warning, span.h3-warning:hover, span.h3-warning:active,
span.favorite-text-delete, span.favorite-text-delete:hover, span.favorite-text-delete:active {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin-left: 10px; }

span.favorites-text-delete, span.favorites-text-delete:hover, span.favorites-text-delete:active {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif; }

.color-warning, .favorites-star-delete, .favorite-star-delete, span.h3-warning, span.h3-warning:hover, span.h3-warning:active,
span.favorite-text-delete, span.favorite-text-delete:hover, span.favorite-text-delete:active, span.favorites-text-delete, span.favorites-text-delete:hover, span.favorites-text-delete:active, .color-warning:hover, .color-warning:active {
  color: #DB6E00;
  text-decoration-color: #DB6E00; }

.color-black, .select-xs, select.lfrz-select, a.link-icon-grey, span.link-icon, span.lock-icon-danger, span.app-group-plus, span.app-group-minus, span.icon-danger, span.topnav-icon-, .h5, h5, a.favorite-book-black, .favorite-star-add, .user-tab, td, th, label, .color-black:hover, .color-black:active {
  color: #212529;
  text-decoration-color: #212529; }

.black-nowrap, .black-nowrap:hover, .black-nowrap:active {
  color: #212529;
  white-space: nowrap; }

.color-danger, .h3-inactive-danger, .lock-icon-danger, span.icon-danger, .color-danger:hover, .color-danger:active {
  color: #ffced1;
  text-decoration-color: #ffced1; }

.color-blue, .color-blue:hover, .color-blue:active {
  color: blue;
  text-decoration-color: blue; }

.drop-down-button {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 1rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  height: 20px;
  width: 150px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-align: right; }

a.skip {
  position: absolute;
  left: -1000em;
  width: 800px; }

a.skip:focus {
  left: 0;
  top: 0;
  overflow: visible;
  width: 26rem;
  display: block;
  color: white;
  background: #fff;
  text-decoration: none;
  padding: 5px;
  position: absolute;
  font-weight: bold;
  z-index: 10; }

a:focus, input:focus, select:focus, .select-xs:focus, .form-control-sm:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #bababd, inset 0px 0px 0px 1px #bababd;
  -moz-box-shadow: 0px 0px 0px 3px #bababd, inset 0px 0px 0px 1px #bababd;
  box-shadow: 0px 0px 0px 3px #bababd, inset 0px 0px 0px 1px #bababd; }

input.input-valid, input.input-valid:focus {
  border-color: #bababd;
  box-shadow: 0px 1px 5px #bababd inset, 0px 1px 5px #bababd; }

input.input-invalide, input.input-invalide:focus {
  border-color: #ffced1;
  box-shadow: 0px 1px 5px #ffced1 inset, 0px 1px 5px #ffced1; }

a, a:hover {
  color: #095F9B; }

.favorite-star-add {
  margin-left: 10px; }

.favorite-star-list-full {
  font-size: 1rem;
  margin-top: 2px;
  color: #5e5e5e !important;
  margin-left: 10px; }

.favorite-star-delete {
  margin-top: 6px;
  margin-left: 10px; }

.favorites-star-delete {
  margin-top: 6px; }

div.div-password-eye {
  width: 0px;
  margin-top: 2px; }

a.a-password-eye {
  margin-left: -52px;
  position: absolute;
  font-size: 0.9rem;
  color: #212529;
  opacity: 0.5; }

a.text-decoration-underline {
  text-decoration: underline; }

button.button-favorite {
  font-size: 0.85rem;
  margin-top: 10px; }

button.button-favorite-save {
  font-size: 0.85rem;
  margin-top: -3px; }

div.alert-secondary {
  background-color: #fff;
  border-color: #bababd; }

div.bg-card {
  background-color: #fff;
  border-radius: 0.25rem; }

.card, li.favorites-bar-card, div.card-favorite-mobile, div.card-favorite, div.card-application {
  border: 1px solid #bababd;
  margin-bottom: 10px; }

.container, .form-container-login, .form-container {
  max-width: 1400px; }

div.row-card, div.row-card-2 {
  margin-top: 3px;
  margin-bottom: 3px; }

div.div-userinfo {
  padding: 5px;
  margin-left: -30px; }

div.card-icon {
  margin-top: 8px; }

div.card-application {
  min-height: 60px; }

div.card-favorite {
  margin-bottom: 5px;
  margin-top: 5px; }

div.card-favorite-mobile {
  min-height: 55px;
  max-height: 55px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 10px; }

div.card-border-top {
  border-top: 1px solid #bababd;
  margin-bottom: 10px; }

div.col-card-appname {
  padding-left: 25px; }

div.buttons-favorite {
  white-space: nowrap;
  margin-left: 10px; }

div.hamburger-container-fluid {
  padding: 0px; }

div.div-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0; }

div.div-input-table {
  margin: 10px;
  max-width: 190px;
  min-width: 190px; }

div.link-card-right {
  margin-right: 5px; }

div.link-card-doku {
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap; }

div.progress-bar-password {
  width: 25%; }

div.eingabe input {
  border: 1px solid #bababd; }

div.eingabe input:focus {
  border: 1px solid black; }

div.eingabe input.input-valid,
div.eingabe input.input-valid:focus {
  border: 1px solid #292929; }

div.eingabe input.input-invalide,
div.eingabe input.input-invalide:focus {
  border: 1px solid #ffced1; }

div[name="fav-edit-row-2-col-3"] {
  margin: 10px;
  margin-top: 13px;
  white-space: nowrap; }

div.openInfoBox,
.okRuleGroup,
.visible,
div.visible {
  display: block !important; }

div.closeInfoBox,
.wrongRuleGroup,
.hidden,
div.hidden {
  display: none !important; }

div.lfrz-alert {
  margin-left: 0px; }

div.links-icon-globe {
  max-width: 50px;
  padding-top: 2px;
  padding-right: 0px;
  background-color: #fff; }

div.links-lang {
  max-width: 100px;
  background-color: #fff;
  padding-right: 10px; }

div.div-10 {
  height: 10px; }

div.div-15 {
  height: 15px; }

div.div-30 {
  height: 30px; }

div.card-body-text {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin-left: 10px;
  margin-right: 10px; }

div.card-body-headline {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 0.15rem; }

div.div-icon-logout {
  max-width: 15px; }

div.div-header-logo {
  margin-top: 3px;
  margin-left: 15px; }

div.div-header-logo-mobile {
  max-width: 80px;
  min-width: 80px;
  margin-right: 10px; }

div.col-check-login {
  margin-left: 15px; }

.h5, h5 {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 0.8rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif; }
  .h5-header-links, h5-header-links {
    margin-top: 5px;
    margin-bottom: 5px; }

ul.ul-hamburger {
  margin-top: 67px;
  width: 100%; }

li.favorites-bar-card {
  margin: 5px;
  margin-right: 0px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  min-width: 200px;
  max-width: 200px; }

.h6, #footer, h6 {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 0.8rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  font-style: italic; }

img.favorites-bar-img {
  height: 15px;
  max-width: 80px; }

img.favorites-card-img {
  width: auto;
  margin: 10px;
  margin-top: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-top: 13px;
  margin-left: 0px;
  max-width: 90px;
  height: auto;
  max-height: 30px; }

img.applications-card-img {
  width: initial;
  max-width: 100px;
  height: auto;
  max-height: 20px;
  margin-top: 5px;
  margin-left: 10px; }

img.header-logo {
  max-height: 67px; }

input.image-bku {
  height: 80px;
  width: 80px;
  border: none; }

label.input-label-sm {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 0.8rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  float: left;
  text-align: left;
  margin-left: .15rem;
  width: 18rem;
  padding-right: 28px;
  padding-top: 1px; }

#topnav {
  min-width: 260px;
  margin-left: -15px; }

.notification-footer {
  padding-left: 20px;
  padding-right: 15px; }

li.topnav-Active {
  display: block;
  width: 100%;
  line-height: 0;
  background-color: #4b4b82;
  color: white;
  font-weight: bold; }

li.topnav-Active:hover {
  background-color: #095F9B; }

.topnav--text {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 1rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin: 10px;
  vertical-align: top;
  line-height: 1;
  color: #212529;
  font-weight: normal; }

.topnav-Active-text {
  text-decoration: none;
  font-weight: normal;
  color: #292929;
  font-size: 1rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  margin: 10px;
  vertical-align: top;
  line-height: 1;
  color: white;
  font-weight: normal; }

li.topnav- {
  color: #212529;
  background-color: #fff;
  display: block;
  width: 100%;
  line-height: 0; }

span.topnav-icon- {
  font-size: 1rem; }

span.topnav-icon-Active {
  font-size: 1rem;
  color: white; }

li.topnav-:hover {
  background-color: white;
  color: #212529; }

span.link-icon, span.lock-icon-danger, span.app-group-plus, span.app-group-minus, span.icon-danger {
  font-size: 1rem;
  margin-top: 2px; }

.h3-inactive-danger {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "Wiener Melange", Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif; }

div.card-mobile-favorite-col {
  padding: 10px;
  padding-top: 12px;
  text-align: right; }

#infoBox ul {
  list-style: none; }

#favoritenleiste {
  margin-left: -5px;
  margin-right: -5px; }

#content_container {
  padding-left: 15px;
  margin-top: 4px; }

#logo, #logo_mobile {
  height: 60px; }

#loginField, #infoBox {
  top: 0; }

#infoBox, #passwordVerificationInfoBox {
  display: none; }

#infoBox:after,
#infoBox:before,
#passwordVerificationInfoBox:after,
#passwordVerificationInfoBox:before {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none; }

#label-exact {
  min-width: 150px; }

#header {
  height: 67px;
  background-color: #fff; }

.select-xs, select.lfrz-select {
  font-size: 0.9rem; }

div.links-header {
  background-color: #fff;
  border-right: 4px solid #fff;
  max-width: 50px; }

div.div-navlinks {
  line-height: 1.2; }

@media screen and (max-width: 1199.98px) {
  h1 {
    margin-top: -2px; }
  #header {
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 100; }
  #content_container {
    margin-top: 67px; } }

@media screen and (max-width: 601.98px) {
  h1 {
    margin-top: -2px;
    font-size: 0.7rem; }
  .favorites-text-delete {
    display: none; }
  /*
	.row-card-2{
		flex-wrap: wrap;
	}*/ }

@media screen and (min-width: 602px) {
  div[name="fav-edit-row-1"] {
    max-width: 200px; }
  .row-card-2 {
    flex-wrap: nowrap; } }

@media screen and (min-width: 400px) {
  div.link-card-doku {
    text-align: right; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  li.favorites-bar-card {
    width: 160px; }
  .col-h3-favorites-bar-inactive,
  .col-h3-favorites-bar-active {
    white-space: normal; } }

.row-card-2 {
  flex-wrap: wrap; }

.form {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px;
  padding: 15px; }

.form-activeuser {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px;
  max-width: 800px; }

.col-active-user-alert {
  max-width: 830px; }

.form-container {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px; }

.form-container-login {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px;
  max-width: 720px; }

.footer-login {
  display: block;
  max-width: 720px; }

.form-col {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px; }

.form-row {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px; }

.form-notification {
  padding: 15px;
  width: 1000px; }

.form-row-notification {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 720px;
  max-width: 1000px;
  margin: 5px; }

.form-alert {
  margin-top: 4px;
  max-width: 720px; }

input.image_bku {
  height: 80px;
  width: 80px;
  border: none; }

a.link_bku {
  text-align: center;
  width: 80px; }

.statusok {
  color: #4b4b82; }

.statusnok {
  color: #ffced1; }

div.div-auto {
  height: auto; }

.evenIdp {
  background-color: #ffffff; }

.oddIdp {
  background-color: #f8f9f9; }

.idp-bg-row-white {
  background-color: #ffffff; }

@font-face {
  font-family: 'Wiener Melange';
  src: url("/resources/fonts/WienerMelange_W_Rg.woff2") format("woff2"), url("/resources/fonts/WienerMelange_W_Rg.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Wiener Melange';
  src: url("/resources/fonts/WienerMelange_W_Bd.woff2") format("woff2"), url("/resources/fonts/WienerMelange_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Wiener Melange';
  src: url("/resources/fonts/WienerMelange_W_ExBd.woff2") format("woff2"), url("/resources/fonts/WienerMelange_W_ExBd.woff") format("woff");
  font-weight: 800;
  font-style: bolder; }

body {
  font-size: 1rem;
  line-height: 1.7; }

#header {
  margin-top: 1rem;
  padding-bottom: 2em;
  box-shadow: 0 4px 8px -2px rgba(41, 41, 41, 0.16); }

#headline {
  padding-left: 2em;
  font-weight: bold;
  font-size: 170%; }

#logo, #logo_mobile {
  height: auto;
  width: 80px; }

div.div-header-logo-mobile {
  min-width: 96px; }

#content_container {
  padding-top: 2em; }

div.maxWidth85p {
  max-width: 85%; }

div.height15 {
  height: 15px; }

div.height30 {
  height: 30px; }

.alert-danger, div.lfrz-alert {
  color: #292929;
  background-color: #ffced1;
  border-radius: 0;
  font-weight: bold; }

#auth_token {
  width: auto; }

label.input-label {
  font-weight: bold; }

.btn, .user-tab-active, .user-tab, button.button-favorite, button.button-favorite-save {
  width: auto;
  border-radius: 0;
  transition: none; }

.btn-primary {
  color: #fff; }

.btn-primary:hover {
  background-color: #fff;
  color: #4b4b82; }

.form-control, .form-control-sm, input[type=text], input[type=password], select.lfrz-select {
  padding: .4rem 1.5rem;
  background-color: #f3f1ef;
  color: #292929;
  height: auto;
  font-size: inherit;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #f3f1ef; }

a:focus {
  box-shadow: none; }

input:focus, input:hover, select:focus, select:hover, .select-xs:focus, .form-control-sm:focus {
  border: 1px solid #292929;
  box-shadow: none;
  background-color: #f3f1ef; }

.nav-item, li.topnav-Active, li.topnav- {
  background-color: #f3f1ef; }

.nav-link {
  color: #292929; }

.nav-link:hover {
  color: #292929;
  background-color: #fff; }

.nav-link.active {
  color: #292929;
  font-weight: bold; }

li.topnav-Active {
  background-color: #4b4b82; }

.tab-pane {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  padding: 1.2em; }

footer {
  margin: 4rem 0 2rem;
  box-sizing: border-box;
  text-align: center; }

a.mw-dark-link {
  margin: 0 10px;
  color: #292929;
  font-weight: bold; }

footer a:hover {
  color: #292929; }

.navbar-dark .navbar-toggler-icon, .lfrz-navbar .navbar-toggler-icon, .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(205,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

iframe.iframe-moa {
  background-color: white;
  margin-top: 10px;
  width: 96%;
  max-width: 500px;
  height: 350px; }
