﻿@charset "UTF-8";
/*!
 * Font Awesome Free 5.15.4 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, a.favorite-book-black, span.links-icon-logout, span.links-icon-help, span.links-icon-contact, div.links-icon-globe, span.topnav-icon-, span.topnav-icon-Active, span.app-group-minus, span.app-group-plus, .lock-icon-danger,
.fas,
.favorite-star-delete,
.favorites-star-delete,
.far,
.favorite-star-add,
.favorite-star-list-full,
span.span-password-eye,
.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-, span.topnav-icon-Active {
  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, a.fa-pull-left.favorite-book-black, span.fa-pull-left.links-icon-logout, span.fa-pull-left.links-icon-help, span.fa-pull-left.links-icon-contact, div.fa-pull-left.links-icon-globe, span.fa-pull-left.topnav-icon-, span.fa-pull-left.topnav-icon-Active, span.fa-pull-left.app-group-minus, span.fa-pull-left.app-group-plus, .fa-pull-left.lock-icon-danger,
.fas.fa-pull-left,
.fa-pull-left.favorite-star-delete,
.fa-pull-left.favorites-star-delete,
.far.fa-pull-left,
.fa-pull-left.favorite-star-add,
.fa-pull-left.favorite-star-list-full,
span.fa-pull-left.span-password-eye,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right, a.fa-pull-right.favorite-book-black, span.fa-pull-right.links-icon-logout, span.fa-pull-right.links-icon-help, span.fa-pull-right.links-icon-contact, div.fa-pull-right.links-icon-globe, span.fa-pull-right.topnav-icon-, span.fa-pull-right.topnav-icon-Active, span.fa-pull-right.app-group-minus, span.fa-pull-right.app-group-plus, .fa-pull-right.lock-icon-danger,
.fas.fa-pull-right,
.fa-pull-right.favorite-star-delete,
.fa-pull-right.favorites-star-delete,
.far.fa-pull-right,
.fa-pull-right.favorite-star-add,
.fa-pull-right.favorite-star-list-full,
span.fa-pull-right.span-password-eye,
.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: "";
}

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

.fa-accusoft:before {
  content: "";
}

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

.fa-ad:before {
  content: "";
}

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

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

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

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

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

.fa-ambulance:before {
  content: "";
}

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

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

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

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

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "";
}

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

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

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

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

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

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

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

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

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

.fa-ban:before {
  content: "";
}

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

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

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

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

.fa-bath:before {
  content: "";
}

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

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

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

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

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

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

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-bell:before {
  content: "";
}

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

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

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

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

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

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

.fa-bluetooth:before {
  content: "";
}

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

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

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

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

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

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

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

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

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

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

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

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

.fa-box:before {
  content: "";
}

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

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

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

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

.fa-briefcase:before {
  content: "";
}

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

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

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

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

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

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

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-camera:before {
  content: "";
}

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

.fa-campground:before {
  content: "";
}

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

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

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

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

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

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

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

.fa-caravan:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "";
}

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

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

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

.fa-cat:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

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

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

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

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

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

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

.fa-check:before {
  content: "";
}

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

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

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

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

.fa-city:before {
  content: "";
}

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

.fa-clipboard:before {
  content: "";
}

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

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

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

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

.fa-cloud:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

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

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

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

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

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

.fa-comments:before {
  content: "";
}

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

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

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

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

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

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

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

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

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

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

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crop:before {
  content: "";
}

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

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

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

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

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

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

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-digg:before {
  content: "";
}

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

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

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

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

.fa-donate:before {
  content: "";
}

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

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

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

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

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

.fa-dragon:before {
  content: "";
}

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

.fa-dribbble:before {
  content: "";
}

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

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

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

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

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

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

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

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

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

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

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

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-evernote:before {
  content: "";
}

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

.fa-exclamation:before {
  content: "";
}

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

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

.fa-expand:before {
  content: "";
}

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

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before, span.span-password-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

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

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

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

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

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

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

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

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fill:before {
  content: "";
}

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

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

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

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

.fa-firefox:before {
  content: "";
}

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

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

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

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

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

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

.fa-flag:before {
  content: "";
}

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

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

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

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

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

.fa-font:before {
  content: "";
}

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

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

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

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

.fa-fonticons:before {
  content: "";
}

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

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

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

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

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

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

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

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

.fa-fulcrum:before {
  content: "";
}

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

.fa-futbol:before {
  content: "";
}

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

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

.fa-gamepad:before {
  content: "";
}

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

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

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

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

.fa-github:before {
  content: "";
}

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

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

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

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

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

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

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

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

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

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

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

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

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

.fa-gofore:before {
  content: "";
}

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

.fa-goodreads:before {
  content: "";
}

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

.fa-google:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "";
}

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

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

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

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

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

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

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

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "";
}

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

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

.fa-handshake:before {
  content: "";
}

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

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

.fa-hanukiah:before {
  content: "";
}

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

.fa-hashtag:before {
  content: "";
}

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

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

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

.fa-hdd:before {
  content: "";
}

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

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

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

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

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

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

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

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

.fa-hospital:before {
  content: "";
}

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

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

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

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

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

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

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

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

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

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

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

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

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

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

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

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

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

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

.fa-itunes:before {
  content: "";
}

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

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

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

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

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

.fa-js:before {
  content: "";
}

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

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

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

.fa-kiss:before {
  content: "";
}

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

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

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

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

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

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

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

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

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

.fa-laugh:before {
  content: "";
}

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

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

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

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

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

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

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

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

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

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

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

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

.fa-list:before {
  content: "";
}

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

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

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

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

.fa-lock:before, .lock-icon-danger:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

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

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

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

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

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

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

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before, span.app-group-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before, span.app-group-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before, span.links-icon-help:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before, .favorite-star-add:before, .favorite-star-list-full:before, .favorite-star-delete:before, .favorites-star-delete:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.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.4 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, .favorite-star-add, .favorite-star-list-full, span.span-password-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 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, a.favorite-book-black, span.links-icon-logout, span.links-icon-help, span.links-icon-contact, div.links-icon-globe, span.topnav-icon-, span.topnav-icon-Active, span.app-group-minus, span.app-group-plus, .lock-icon-danger,
.fas,
.favorite-star-delete,
.favorites-star-delete {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 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, a.fa-glass.favorite-book-black:before, span.fa-glass.links-icon-logout:before, span.fa-glass.links-icon-help:before, span.fa-glass.links-icon-contact:before, div.fa-glass.links-icon-globe:before, span.fa-glass.topnav-icon-:before, span.fa-glass.topnav-icon-Active:before, span.fa-glass.app-group-minus:before, span.fa-glass.app-group-plus:before, .fa-glass.lock-icon-danger:before {
  content: "";
}

.fa.fa-meetup, a.fa-meetup.favorite-book-black, span.fa-meetup.links-icon-logout, span.fa-meetup.links-icon-help, span.fa-meetup.links-icon-contact, div.fa-meetup.links-icon-globe, span.fa-meetup.topnav-icon-, span.fa-meetup.topnav-icon-Active, span.fa-meetup.app-group-minus, span.fa-meetup.app-group-plus, .fa-meetup.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o, a.fa-star-o.favorite-book-black, span.fa-star-o.links-icon-logout, span.fa-star-o.links-icon-help, span.fa-star-o.links-icon-contact, div.fa-star-o.links-icon-globe, span.fa-star-o.topnav-icon-, span.fa-star-o.topnav-icon-Active, span.fa-star-o.app-group-minus, span.fa-star-o.app-group-plus, .fa-star-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before, a.fa-star-o.favorite-book-black:before, span.fa-star-o.links-icon-logout:before, span.fa-star-o.links-icon-help:before, span.fa-star-o.links-icon-contact:before, div.fa-star-o.links-icon-globe:before, span.fa-star-o.topnav-icon-:before, span.fa-star-o.topnav-icon-Active:before, span.fa-star-o.app-group-minus:before, span.fa-star-o.app-group-plus:before, .fa-star-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-remove:before, a.fa-remove.favorite-book-black:before, span.fa-remove.links-icon-logout:before, span.fa-remove.links-icon-help:before, span.fa-remove.links-icon-contact:before, div.fa-remove.links-icon-globe:before, span.fa-remove.topnav-icon-:before, span.fa-remove.topnav-icon-Active:before, span.fa-remove.app-group-minus:before, span.fa-remove.app-group-plus:before, .fa-remove.lock-icon-danger:before {
  content: "";
}

.fa.fa-close:before, a.fa-close.favorite-book-black:before, span.fa-close.links-icon-logout:before, span.fa-close.links-icon-help:before, span.fa-close.links-icon-contact:before, div.fa-close.links-icon-globe:before, span.fa-close.topnav-icon-:before, span.fa-close.topnav-icon-Active:before, span.fa-close.app-group-minus:before, span.fa-close.app-group-plus:before, .fa-close.lock-icon-danger:before {
  content: "";
}

.fa.fa-gear:before, a.fa-gear.favorite-book-black:before, span.fa-gear.links-icon-logout:before, span.fa-gear.links-icon-help:before, span.fa-gear.links-icon-contact:before, div.fa-gear.links-icon-globe:before, span.fa-gear.topnav-icon-:before, span.fa-gear.topnav-icon-Active:before, span.fa-gear.app-group-minus:before, span.fa-gear.app-group-plus:before, .fa-gear.lock-icon-danger:before {
  content: "";
}

.fa.fa-trash-o, a.fa-trash-o.favorite-book-black, span.fa-trash-o.links-icon-logout, span.fa-trash-o.links-icon-help, span.fa-trash-o.links-icon-contact, div.fa-trash-o.links-icon-globe, span.fa-trash-o.topnav-icon-, span.fa-trash-o.topnav-icon-Active, span.fa-trash-o.app-group-minus, span.fa-trash-o.app-group-plus, .fa-trash-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before, a.fa-trash-o.favorite-book-black:before, span.fa-trash-o.links-icon-logout:before, span.fa-trash-o.links-icon-help:before, span.fa-trash-o.links-icon-contact:before, div.fa-trash-o.links-icon-globe:before, span.fa-trash-o.topnav-icon-:before, span.fa-trash-o.topnav-icon-Active:before, span.fa-trash-o.app-group-minus:before, span.fa-trash-o.app-group-plus:before, .fa-trash-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-o, a.fa-file-o.favorite-book-black, span.fa-file-o.links-icon-logout, span.fa-file-o.links-icon-help, span.fa-file-o.links-icon-contact, div.fa-file-o.links-icon-globe, span.fa-file-o.topnav-icon-, span.fa-file-o.topnav-icon-Active, span.fa-file-o.app-group-minus, span.fa-file-o.app-group-plus, .fa-file-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-o:before, a.fa-file-o.favorite-book-black:before, span.fa-file-o.links-icon-logout:before, span.fa-file-o.links-icon-help:before, span.fa-file-o.links-icon-contact:before, div.fa-file-o.links-icon-globe:before, span.fa-file-o.topnav-icon-:before, span.fa-file-o.topnav-icon-Active:before, span.fa-file-o.app-group-minus:before, span.fa-file-o.app-group-plus:before, .fa-file-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-clock-o, a.fa-clock-o.favorite-book-black, span.fa-clock-o.links-icon-logout, span.fa-clock-o.links-icon-help, span.fa-clock-o.links-icon-contact, div.fa-clock-o.links-icon-globe, span.fa-clock-o.topnav-icon-, span.fa-clock-o.topnav-icon-Active, span.fa-clock-o.app-group-minus, span.fa-clock-o.app-group-plus, .fa-clock-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-clock-o:before, a.fa-clock-o.favorite-book-black:before, span.fa-clock-o.links-icon-logout:before, span.fa-clock-o.links-icon-help:before, span.fa-clock-o.links-icon-contact:before, div.fa-clock-o.links-icon-globe:before, span.fa-clock-o.topnav-icon-:before, span.fa-clock-o.topnav-icon-Active:before, span.fa-clock-o.app-group-minus:before, span.fa-clock-o.app-group-plus:before, .fa-clock-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrow-circle-o-down, a.fa-arrow-circle-o-down.favorite-book-black, span.fa-arrow-circle-o-down.links-icon-logout, span.fa-arrow-circle-o-down.links-icon-help, span.fa-arrow-circle-o-down.links-icon-contact, div.fa-arrow-circle-o-down.links-icon-globe, span.fa-arrow-circle-o-down.topnav-icon-, span.fa-arrow-circle-o-down.topnav-icon-Active, span.fa-arrow-circle-o-down.app-group-minus, span.fa-arrow-circle-o-down.app-group-plus, .fa-arrow-circle-o-down.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before, a.fa-arrow-circle-o-down.favorite-book-black:before, span.fa-arrow-circle-o-down.links-icon-logout:before, span.fa-arrow-circle-o-down.links-icon-help:before, span.fa-arrow-circle-o-down.links-icon-contact:before, div.fa-arrow-circle-o-down.links-icon-globe:before, span.fa-arrow-circle-o-down.topnav-icon-:before, span.fa-arrow-circle-o-down.topnav-icon-Active:before, span.fa-arrow-circle-o-down.app-group-minus:before, span.fa-arrow-circle-o-down.app-group-plus:before, .fa-arrow-circle-o-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrow-circle-o-up, a.fa-arrow-circle-o-up.favorite-book-black, span.fa-arrow-circle-o-up.links-icon-logout, span.fa-arrow-circle-o-up.links-icon-help, span.fa-arrow-circle-o-up.links-icon-contact, div.fa-arrow-circle-o-up.links-icon-globe, span.fa-arrow-circle-o-up.topnav-icon-, span.fa-arrow-circle-o-up.topnav-icon-Active, span.fa-arrow-circle-o-up.app-group-minus, span.fa-arrow-circle-o-up.app-group-plus, .fa-arrow-circle-o-up.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before, a.fa-arrow-circle-o-up.favorite-book-black:before, span.fa-arrow-circle-o-up.links-icon-logout:before, span.fa-arrow-circle-o-up.links-icon-help:before, span.fa-arrow-circle-o-up.links-icon-contact:before, div.fa-arrow-circle-o-up.links-icon-globe:before, span.fa-arrow-circle-o-up.topnav-icon-:before, span.fa-arrow-circle-o-up.topnav-icon-Active:before, span.fa-arrow-circle-o-up.app-group-minus:before, span.fa-arrow-circle-o-up.app-group-plus:before, .fa-arrow-circle-o-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-play-circle-o, a.fa-play-circle-o.favorite-book-black, span.fa-play-circle-o.links-icon-logout, span.fa-play-circle-o.links-icon-help, span.fa-play-circle-o.links-icon-contact, div.fa-play-circle-o.links-icon-globe, span.fa-play-circle-o.topnav-icon-, span.fa-play-circle-o.topnav-icon-Active, span.fa-play-circle-o.app-group-minus, span.fa-play-circle-o.app-group-plus, .fa-play-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before, a.fa-play-circle-o.favorite-book-black:before, span.fa-play-circle-o.links-icon-logout:before, span.fa-play-circle-o.links-icon-help:before, span.fa-play-circle-o.links-icon-contact:before, div.fa-play-circle-o.links-icon-globe:before, span.fa-play-circle-o.topnav-icon-:before, span.fa-play-circle-o.topnav-icon-Active:before, span.fa-play-circle-o.app-group-minus:before, span.fa-play-circle-o.app-group-plus:before, .fa-play-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-repeat:before, a.fa-repeat.favorite-book-black:before, span.fa-repeat.links-icon-logout:before, span.fa-repeat.links-icon-help:before, span.fa-repeat.links-icon-contact:before, div.fa-repeat.links-icon-globe:before, span.fa-repeat.topnav-icon-:before, span.fa-repeat.topnav-icon-Active:before, span.fa-repeat.app-group-minus:before, span.fa-repeat.app-group-plus:before, .fa-repeat.lock-icon-danger:before {
  content: "";
}

.fa.fa-rotate-right:before, a.fa-rotate-right.favorite-book-black:before, span.fa-rotate-right.links-icon-logout:before, span.fa-rotate-right.links-icon-help:before, span.fa-rotate-right.links-icon-contact:before, div.fa-rotate-right.links-icon-globe:before, span.fa-rotate-right.topnav-icon-:before, span.fa-rotate-right.topnav-icon-Active:before, span.fa-rotate-right.app-group-minus:before, span.fa-rotate-right.app-group-plus:before, .fa-rotate-right.lock-icon-danger:before {
  content: "";
}

.fa.fa-refresh:before, a.fa-refresh.favorite-book-black:before, span.fa-refresh.links-icon-logout:before, span.fa-refresh.links-icon-help:before, span.fa-refresh.links-icon-contact:before, div.fa-refresh.links-icon-globe:before, span.fa-refresh.topnav-icon-:before, span.fa-refresh.topnav-icon-Active:before, span.fa-refresh.app-group-minus:before, span.fa-refresh.app-group-plus:before, .fa-refresh.lock-icon-danger:before {
  content: "";
}

.fa.fa-list-alt, a.fa-list-alt.favorite-book-black, span.fa-list-alt.links-icon-logout, span.fa-list-alt.links-icon-help, span.fa-list-alt.links-icon-contact, div.fa-list-alt.links-icon-globe, span.fa-list-alt.topnav-icon-, span.fa-list-alt.topnav-icon-Active, span.fa-list-alt.app-group-minus, span.fa-list-alt.app-group-plus, .fa-list-alt.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before, a.fa-dedent.favorite-book-black:before, span.fa-dedent.links-icon-logout:before, span.fa-dedent.links-icon-help:before, span.fa-dedent.links-icon-contact:before, div.fa-dedent.links-icon-globe:before, span.fa-dedent.topnav-icon-:before, span.fa-dedent.topnav-icon-Active:before, span.fa-dedent.app-group-minus:before, span.fa-dedent.app-group-plus:before, .fa-dedent.lock-icon-danger:before {
  content: "";
}

.fa.fa-video-camera:before, a.fa-video-camera.favorite-book-black:before, span.fa-video-camera.links-icon-logout:before, span.fa-video-camera.links-icon-help:before, span.fa-video-camera.links-icon-contact:before, div.fa-video-camera.links-icon-globe:before, span.fa-video-camera.topnav-icon-:before, span.fa-video-camera.topnav-icon-Active:before, span.fa-video-camera.app-group-minus:before, span.fa-video-camera.app-group-plus:before, .fa-video-camera.lock-icon-danger:before {
  content: "";
}

.fa.fa-picture-o, a.fa-picture-o.favorite-book-black, span.fa-picture-o.links-icon-logout, span.fa-picture-o.links-icon-help, span.fa-picture-o.links-icon-contact, div.fa-picture-o.links-icon-globe, span.fa-picture-o.topnav-icon-, span.fa-picture-o.topnav-icon-Active, span.fa-picture-o.app-group-minus, span.fa-picture-o.app-group-plus, .fa-picture-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before, a.fa-picture-o.favorite-book-black:before, span.fa-picture-o.links-icon-logout:before, span.fa-picture-o.links-icon-help:before, span.fa-picture-o.links-icon-contact:before, div.fa-picture-o.links-icon-globe:before, span.fa-picture-o.topnav-icon-:before, span.fa-picture-o.topnav-icon-Active:before, span.fa-picture-o.app-group-minus:before, span.fa-picture-o.app-group-plus:before, .fa-picture-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-photo, a.fa-photo.favorite-book-black, span.fa-photo.links-icon-logout, span.fa-photo.links-icon-help, span.fa-photo.links-icon-contact, div.fa-photo.links-icon-globe, span.fa-photo.topnav-icon-, span.fa-photo.topnav-icon-Active, span.fa-photo.app-group-minus, span.fa-photo.app-group-plus, .fa-photo.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before, a.fa-photo.favorite-book-black:before, span.fa-photo.links-icon-logout:before, span.fa-photo.links-icon-help:before, span.fa-photo.links-icon-contact:before, div.fa-photo.links-icon-globe:before, span.fa-photo.topnav-icon-:before, span.fa-photo.topnav-icon-Active:before, span.fa-photo.app-group-minus:before, span.fa-photo.app-group-plus:before, .fa-photo.lock-icon-danger:before {
  content: "";
}

.fa.fa-image, a.fa-image.favorite-book-black, span.fa-image.links-icon-logout, span.fa-image.links-icon-help, span.fa-image.links-icon-contact, div.fa-image.links-icon-globe, span.fa-image.topnav-icon-, span.fa-image.topnav-icon-Active, span.fa-image.app-group-minus, span.fa-image.app-group-plus, .fa-image.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-image:before, a.fa-image.favorite-book-black:before, span.fa-image.links-icon-logout:before, span.fa-image.links-icon-help:before, span.fa-image.links-icon-contact:before, div.fa-image.links-icon-globe:before, span.fa-image.topnav-icon-:before, span.fa-image.topnav-icon-Active:before, span.fa-image.app-group-minus:before, span.fa-image.app-group-plus:before, .fa-image.lock-icon-danger:before {
  content: "";
}

.fa.fa-pencil:before, a.fa-pencil.favorite-book-black:before, span.fa-pencil.links-icon-logout:before, span.fa-pencil.links-icon-help:before, span.fa-pencil.links-icon-contact:before, div.fa-pencil.links-icon-globe:before, span.fa-pencil.topnav-icon-:before, span.fa-pencil.topnav-icon-Active:before, span.fa-pencil.app-group-minus:before, span.fa-pencil.app-group-plus:before, .fa-pencil.lock-icon-danger:before {
  content: "";
}

.fa.fa-map-marker:before, a.fa-map-marker.favorite-book-black:before, span.fa-map-marker.links-icon-logout:before, span.fa-map-marker.links-icon-help:before, span.fa-map-marker.links-icon-contact:before, div.fa-map-marker.links-icon-globe:before, span.fa-map-marker.topnav-icon-:before, span.fa-map-marker.topnav-icon-Active:before, span.fa-map-marker.app-group-minus:before, span.fa-map-marker.app-group-plus:before, .fa-map-marker.lock-icon-danger:before {
  content: "";
}

.fa.fa-pencil-square-o, a.fa-pencil-square-o.favorite-book-black, span.fa-pencil-square-o.links-icon-logout, span.fa-pencil-square-o.links-icon-help, span.fa-pencil-square-o.links-icon-contact, div.fa-pencil-square-o.links-icon-globe, span.fa-pencil-square-o.topnav-icon-, span.fa-pencil-square-o.topnav-icon-Active, span.fa-pencil-square-o.app-group-minus, span.fa-pencil-square-o.app-group-plus, .fa-pencil-square-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before, a.fa-pencil-square-o.favorite-book-black:before, span.fa-pencil-square-o.links-icon-logout:before, span.fa-pencil-square-o.links-icon-help:before, span.fa-pencil-square-o.links-icon-contact:before, div.fa-pencil-square-o.links-icon-globe:before, span.fa-pencil-square-o.topnav-icon-:before, span.fa-pencil-square-o.topnav-icon-Active:before, span.fa-pencil-square-o.app-group-minus:before, span.fa-pencil-square-o.app-group-plus:before, .fa-pencil-square-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-share-square-o, a.fa-share-square-o.favorite-book-black, span.fa-share-square-o.links-icon-logout, span.fa-share-square-o.links-icon-help, span.fa-share-square-o.links-icon-contact, div.fa-share-square-o.links-icon-globe, span.fa-share-square-o.topnav-icon-, span.fa-share-square-o.topnav-icon-Active, span.fa-share-square-o.app-group-minus, span.fa-share-square-o.app-group-plus, .fa-share-square-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before, a.fa-share-square-o.favorite-book-black:before, span.fa-share-square-o.links-icon-logout:before, span.fa-share-square-o.links-icon-help:before, span.fa-share-square-o.links-icon-contact:before, div.fa-share-square-o.links-icon-globe:before, span.fa-share-square-o.topnav-icon-:before, span.fa-share-square-o.topnav-icon-Active:before, span.fa-share-square-o.app-group-minus:before, span.fa-share-square-o.app-group-plus:before, .fa-share-square-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-check-square-o, a.fa-check-square-o.favorite-book-black, span.fa-check-square-o.links-icon-logout, span.fa-check-square-o.links-icon-help, span.fa-check-square-o.links-icon-contact, div.fa-check-square-o.links-icon-globe, span.fa-check-square-o.topnav-icon-, span.fa-check-square-o.topnav-icon-Active, span.fa-check-square-o.app-group-minus, span.fa-check-square-o.app-group-plus, .fa-check-square-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-square-o:before, a.fa-check-square-o.favorite-book-black:before, span.fa-check-square-o.links-icon-logout:before, span.fa-check-square-o.links-icon-help:before, span.fa-check-square-o.links-icon-contact:before, div.fa-check-square-o.links-icon-globe:before, span.fa-check-square-o.topnav-icon-:before, span.fa-check-square-o.topnav-icon-Active:before, span.fa-check-square-o.app-group-minus:before, span.fa-check-square-o.app-group-plus:before, .fa-check-square-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrows:before, a.fa-arrows.favorite-book-black:before, span.fa-arrows.links-icon-logout:before, span.fa-arrows.links-icon-help:before, span.fa-arrows.links-icon-contact:before, div.fa-arrows.links-icon-globe:before, span.fa-arrows.topnav-icon-:before, span.fa-arrows.topnav-icon-Active:before, span.fa-arrows.app-group-minus:before, span.fa-arrows.app-group-plus:before, .fa-arrows.lock-icon-danger:before {
  content: "";
}

.fa.fa-times-circle-o, a.fa-times-circle-o.favorite-book-black, span.fa-times-circle-o.links-icon-logout, span.fa-times-circle-o.links-icon-help, span.fa-times-circle-o.links-icon-contact, div.fa-times-circle-o.links-icon-globe, span.fa-times-circle-o.topnav-icon-, span.fa-times-circle-o.topnav-icon-Active, span.fa-times-circle-o.app-group-minus, span.fa-times-circle-o.app-group-plus, .fa-times-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before, a.fa-times-circle-o.favorite-book-black:before, span.fa-times-circle-o.links-icon-logout:before, span.fa-times-circle-o.links-icon-help:before, span.fa-times-circle-o.links-icon-contact:before, div.fa-times-circle-o.links-icon-globe:before, span.fa-times-circle-o.topnav-icon-:before, span.fa-times-circle-o.topnav-icon-Active:before, span.fa-times-circle-o.app-group-minus:before, span.fa-times-circle-o.app-group-plus:before, .fa-times-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-check-circle-o, a.fa-check-circle-o.favorite-book-black, span.fa-check-circle-o.links-icon-logout, span.fa-check-circle-o.links-icon-help, span.fa-check-circle-o.links-icon-contact, div.fa-check-circle-o.links-icon-globe, span.fa-check-circle-o.topnav-icon-, span.fa-check-circle-o.topnav-icon-Active, span.fa-check-circle-o.app-group-minus, span.fa-check-circle-o.app-group-plus, .fa-check-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-circle-o:before, a.fa-check-circle-o.favorite-book-black:before, span.fa-check-circle-o.links-icon-logout:before, span.fa-check-circle-o.links-icon-help:before, span.fa-check-circle-o.links-icon-contact:before, div.fa-check-circle-o.links-icon-globe:before, span.fa-check-circle-o.topnav-icon-:before, span.fa-check-circle-o.topnav-icon-Active:before, span.fa-check-circle-o.app-group-minus:before, span.fa-check-circle-o.app-group-plus:before, .fa-check-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-mail-forward:before, a.fa-mail-forward.favorite-book-black:before, span.fa-mail-forward.links-icon-logout:before, span.fa-mail-forward.links-icon-help:before, span.fa-mail-forward.links-icon-contact:before, div.fa-mail-forward.links-icon-globe:before, span.fa-mail-forward.topnav-icon-:before, span.fa-mail-forward.topnav-icon-Active:before, span.fa-mail-forward.app-group-minus:before, span.fa-mail-forward.app-group-plus:before, .fa-mail-forward.lock-icon-danger:before {
  content: "";
}

.fa.fa-expand:before, a.fa-expand.favorite-book-black:before, span.fa-expand.links-icon-logout:before, span.fa-expand.links-icon-help:before, span.fa-expand.links-icon-contact:before, div.fa-expand.links-icon-globe:before, span.fa-expand.topnav-icon-:before, span.fa-expand.topnav-icon-Active:before, span.fa-expand.app-group-minus:before, span.fa-expand.app-group-plus:before, .fa-expand.lock-icon-danger:before {
  content: "";
}

.fa.fa-compress:before, a.fa-compress.favorite-book-black:before, span.fa-compress.links-icon-logout:before, span.fa-compress.links-icon-help:before, span.fa-compress.links-icon-contact:before, div.fa-compress.links-icon-globe:before, span.fa-compress.topnav-icon-:before, span.fa-compress.topnav-icon-Active:before, span.fa-compress.app-group-minus:before, span.fa-compress.app-group-plus:before, .fa-compress.lock-icon-danger:before {
  content: "";
}

.fa.fa-eye, a.fa-eye.favorite-book-black, span.fa.span-password-eye, span.span-password-eye.links-icon-logout, span.span-password-eye.links-icon-help, span.span-password-eye.links-icon-contact, span.span-password-eye.topnav-icon-, span.span-password-eye.topnav-icon-Active, span.span-password-eye.app-group-minus, span.span-password-eye.app-group-plus, span.span-password-eye.lock-icon-danger, span.fa-eye.links-icon-logout, span.fa-eye.links-icon-help, span.fa-eye.links-icon-contact, div.fa-eye.links-icon-globe, span.fa-eye.topnav-icon-, span.fa-eye.topnav-icon-Active, span.fa-eye.app-group-minus, span.fa-eye.app-group-plus, .fa-eye.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash, a.fa-eye-slash.favorite-book-black, span.fa-eye-slash.links-icon-logout, span.fa-eye-slash.links-icon-help, span.fa-eye-slash.links-icon-contact, div.fa-eye-slash.links-icon-globe, span.fa-eye-slash.topnav-icon-, span.fa-eye-slash.topnav-icon-Active, span.fa-eye-slash.app-group-minus, span.fa-eye-slash.app-group-plus, .fa-eye-slash.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-warning:before, a.fa-warning.favorite-book-black:before, span.fa-warning.links-icon-logout:before, span.fa-warning.links-icon-help:before, span.fa-warning.links-icon-contact:before, div.fa-warning.links-icon-globe:before, span.fa-warning.topnav-icon-:before, span.fa-warning.topnav-icon-Active:before, span.fa-warning.app-group-minus:before, span.fa-warning.app-group-plus:before, .fa-warning.lock-icon-danger:before {
  content: "";
}

.fa.fa-calendar:before, a.fa-calendar.favorite-book-black:before, span.fa-calendar.links-icon-logout:before, span.fa-calendar.links-icon-help:before, span.fa-calendar.links-icon-contact:before, div.fa-calendar.links-icon-globe:before, span.fa-calendar.topnav-icon-:before, span.fa-calendar.topnav-icon-Active:before, span.fa-calendar.app-group-minus:before, span.fa-calendar.app-group-plus:before, .fa-calendar.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrows-v:before, a.fa-arrows-v.favorite-book-black:before, span.fa-arrows-v.links-icon-logout:before, span.fa-arrows-v.links-icon-help:before, span.fa-arrows-v.links-icon-contact:before, div.fa-arrows-v.links-icon-globe:before, span.fa-arrows-v.topnav-icon-:before, span.fa-arrows-v.topnav-icon-Active:before, span.fa-arrows-v.app-group-minus:before, span.fa-arrows-v.app-group-plus:before, .fa-arrows-v.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrows-h:before, a.fa-arrows-h.favorite-book-black:before, span.fa-arrows-h.links-icon-logout:before, span.fa-arrows-h.links-icon-help:before, span.fa-arrows-h.links-icon-contact:before, div.fa-arrows-h.links-icon-globe:before, span.fa-arrows-h.topnav-icon-:before, span.fa-arrows-h.topnav-icon-Active:before, span.fa-arrows-h.app-group-minus:before, span.fa-arrows-h.app-group-plus:before, .fa-arrows-h.lock-icon-danger:before {
  content: "";
}

.fa.fa-bar-chart, a.fa-bar-chart.favorite-book-black, span.fa-bar-chart.links-icon-logout, span.fa-bar-chart.links-icon-help, span.fa-bar-chart.links-icon-contact, div.fa-bar-chart.links-icon-globe, span.fa-bar-chart.topnav-icon-, span.fa-bar-chart.topnav-icon-Active, span.fa-bar-chart.app-group-minus, span.fa-bar-chart.app-group-plus, .fa-bar-chart.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart:before, a.fa-bar-chart.favorite-book-black:before, span.fa-bar-chart.links-icon-logout:before, span.fa-bar-chart.links-icon-help:before, span.fa-bar-chart.links-icon-contact:before, div.fa-bar-chart.links-icon-globe:before, span.fa-bar-chart.topnav-icon-:before, span.fa-bar-chart.topnav-icon-Active:before, span.fa-bar-chart.app-group-minus:before, span.fa-bar-chart.app-group-plus:before, .fa-bar-chart.lock-icon-danger:before {
  content: "";
}

.fa.fa-bar-chart-o, a.fa-bar-chart-o.favorite-book-black, span.fa-bar-chart-o.links-icon-logout, span.fa-bar-chart-o.links-icon-help, span.fa-bar-chart-o.links-icon-contact, div.fa-bar-chart-o.links-icon-globe, span.fa-bar-chart-o.topnav-icon-, span.fa-bar-chart-o.topnav-icon-Active, span.fa-bar-chart-o.app-group-minus, span.fa-bar-chart-o.app-group-plus, .fa-bar-chart-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart-o:before, a.fa-bar-chart-o.favorite-book-black:before, span.fa-bar-chart-o.links-icon-logout:before, span.fa-bar-chart-o.links-icon-help:before, span.fa-bar-chart-o.links-icon-contact:before, div.fa-bar-chart-o.links-icon-globe:before, span.fa-bar-chart-o.topnav-icon-:before, span.fa-bar-chart-o.topnav-icon-Active:before, span.fa-bar-chart-o.app-group-minus:before, span.fa-bar-chart-o.app-group-plus:before, .fa-bar-chart-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-twitter-square, a.fa-twitter-square.favorite-book-black, span.fa-twitter-square.links-icon-logout, span.fa-twitter-square.links-icon-help, span.fa-twitter-square.links-icon-contact, div.fa-twitter-square.links-icon-globe, span.fa-twitter-square.topnav-icon-, span.fa-twitter-square.topnav-icon-Active, span.fa-twitter-square.app-group-minus, span.fa-twitter-square.app-group-plus, .fa-twitter-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square, a.fa-facebook-square.favorite-book-black, span.fa-facebook-square.links-icon-logout, span.fa-facebook-square.links-icon-help, span.fa-facebook-square.links-icon-contact, div.fa-facebook-square.links-icon-globe, span.fa-facebook-square.topnav-icon-, span.fa-facebook-square.topnav-icon-Active, span.fa-facebook-square.app-group-minus, span.fa-facebook-square.app-group-plus, .fa-facebook-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gears:before, a.fa-gears.favorite-book-black:before, span.fa-gears.links-icon-logout:before, span.fa-gears.links-icon-help:before, span.fa-gears.links-icon-contact:before, div.fa-gears.links-icon-globe:before, span.fa-gears.topnav-icon-:before, span.fa-gears.topnav-icon-Active:before, span.fa-gears.app-group-minus:before, span.fa-gears.app-group-plus:before, .fa-gears.lock-icon-danger:before {
  content: "";
}

.fa.fa-thumbs-o-up, a.fa-thumbs-o-up.favorite-book-black, span.fa-thumbs-o-up.links-icon-logout, span.fa-thumbs-o-up.links-icon-help, span.fa-thumbs-o-up.links-icon-contact, div.fa-thumbs-o-up.links-icon-globe, span.fa-thumbs-o-up.topnav-icon-, span.fa-thumbs-o-up.topnav-icon-Active, span.fa-thumbs-o-up.app-group-minus, span.fa-thumbs-o-up.app-group-plus, .fa-thumbs-o-up.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before, a.fa-thumbs-o-up.favorite-book-black:before, span.fa-thumbs-o-up.links-icon-logout:before, span.fa-thumbs-o-up.links-icon-help:before, span.fa-thumbs-o-up.links-icon-contact:before, div.fa-thumbs-o-up.links-icon-globe:before, span.fa-thumbs-o-up.topnav-icon-:before, span.fa-thumbs-o-up.topnav-icon-Active:before, span.fa-thumbs-o-up.app-group-minus:before, span.fa-thumbs-o-up.app-group-plus:before, .fa-thumbs-o-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-thumbs-o-down, a.fa-thumbs-o-down.favorite-book-black, span.fa-thumbs-o-down.links-icon-logout, span.fa-thumbs-o-down.links-icon-help, span.fa-thumbs-o-down.links-icon-contact, div.fa-thumbs-o-down.links-icon-globe, span.fa-thumbs-o-down.topnav-icon-, span.fa-thumbs-o-down.topnav-icon-Active, span.fa-thumbs-o-down.app-group-minus, span.fa-thumbs-o-down.app-group-plus, .fa-thumbs-o-down.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before, a.fa-thumbs-o-down.favorite-book-black:before, span.fa-thumbs-o-down.links-icon-logout:before, span.fa-thumbs-o-down.links-icon-help:before, span.fa-thumbs-o-down.links-icon-contact:before, div.fa-thumbs-o-down.links-icon-globe:before, span.fa-thumbs-o-down.topnav-icon-:before, span.fa-thumbs-o-down.topnav-icon-Active:before, span.fa-thumbs-o-down.app-group-minus:before, span.fa-thumbs-o-down.app-group-plus:before, .fa-thumbs-o-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-heart-o, a.fa-heart-o.favorite-book-black, span.fa-heart-o.links-icon-logout, span.fa-heart-o.links-icon-help, span.fa-heart-o.links-icon-contact, div.fa-heart-o.links-icon-globe, span.fa-heart-o.topnav-icon-, span.fa-heart-o.topnav-icon-Active, span.fa-heart-o.app-group-minus, span.fa-heart-o.app-group-plus, .fa-heart-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before, a.fa-heart-o.favorite-book-black:before, span.fa-heart-o.links-icon-logout:before, span.fa-heart-o.links-icon-help:before, span.fa-heart-o.links-icon-contact:before, div.fa-heart-o.links-icon-globe:before, span.fa-heart-o.topnav-icon-:before, span.fa-heart-o.topnav-icon-Active:before, span.fa-heart-o.app-group-minus:before, span.fa-heart-o.app-group-plus:before, .fa-heart-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-sign-out:before, a.fa-sign-out.favorite-book-black:before, span.links-icon-logout:before, span.fa-sign-out.links-icon-help:before, span.fa-sign-out.links-icon-contact:before, div.fa-sign-out.links-icon-globe:before, span.fa-sign-out.topnav-icon-:before, span.fa-sign-out.topnav-icon-Active:before, span.fa-sign-out.app-group-minus:before, span.fa-sign-out.app-group-plus:before, .fa-sign-out.lock-icon-danger:before {
  content: "";
}

.fa.fa-linkedin-square, a.fa-linkedin-square.favorite-book-black, span.fa-linkedin-square.links-icon-logout, span.fa-linkedin-square.links-icon-help, span.fa-linkedin-square.links-icon-contact, div.fa-linkedin-square.links-icon-globe, span.fa-linkedin-square.topnav-icon-, span.fa-linkedin-square.topnav-icon-Active, span.fa-linkedin-square.app-group-minus, span.fa-linkedin-square.app-group-plus, .fa-linkedin-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before, a.fa-linkedin-square.favorite-book-black:before, span.fa-linkedin-square.links-icon-logout:before, span.fa-linkedin-square.links-icon-help:before, span.fa-linkedin-square.links-icon-contact:before, div.fa-linkedin-square.links-icon-globe:before, span.fa-linkedin-square.topnav-icon-:before, span.fa-linkedin-square.topnav-icon-Active:before, span.fa-linkedin-square.app-group-minus:before, span.fa-linkedin-square.app-group-plus:before, .fa-linkedin-square.lock-icon-danger:before {
  content: "";
}

.fa.fa-thumb-tack:before, a.fa-thumb-tack.favorite-book-black:before, span.fa-thumb-tack.links-icon-logout:before, span.fa-thumb-tack.links-icon-help:before, span.fa-thumb-tack.links-icon-contact:before, div.fa-thumb-tack.links-icon-globe:before, span.fa-thumb-tack.topnav-icon-:before, span.fa-thumb-tack.topnav-icon-Active:before, span.fa-thumb-tack.app-group-minus:before, span.fa-thumb-tack.app-group-plus:before, .fa-thumb-tack.lock-icon-danger:before {
  content: "";
}

.fa.fa-external-link:before, a.fa-external-link.favorite-book-black:before, span.fa-external-link.links-icon-logout:before, span.fa-external-link.links-icon-help:before, span.fa-external-link.links-icon-contact:before, div.fa-external-link.links-icon-globe:before, span.fa-external-link.topnav-icon-:before, span.fa-external-link.topnav-icon-Active:before, span.fa-external-link.app-group-minus:before, span.fa-external-link.app-group-plus:before, .fa-external-link.lock-icon-danger:before {
  content: "";
}

.fa.fa-sign-in:before, a.fa-sign-in.favorite-book-black:before, span.fa-sign-in.links-icon-logout:before, span.fa-sign-in.links-icon-help:before, span.fa-sign-in.links-icon-contact:before, div.fa-sign-in.links-icon-globe:before, span.fa-sign-in.topnav-icon-:before, span.fa-sign-in.topnav-icon-Active:before, span.fa-sign-in.app-group-minus:before, span.fa-sign-in.app-group-plus:before, .fa-sign-in.lock-icon-danger:before {
  content: "";
}

.fa.fa-github-square, a.fa-github-square.favorite-book-black, span.fa-github-square.links-icon-logout, span.fa-github-square.links-icon-help, span.fa-github-square.links-icon-contact, div.fa-github-square.links-icon-globe, span.fa-github-square.topnav-icon-, span.fa-github-square.topnav-icon-Active, span.fa-github-square.app-group-minus, span.fa-github-square.app-group-plus, .fa-github-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o, a.fa-lemon-o.favorite-book-black, span.fa-lemon-o.links-icon-logout, span.fa-lemon-o.links-icon-help, span.fa-lemon-o.links-icon-contact, div.fa-lemon-o.links-icon-globe, span.fa-lemon-o.topnav-icon-, span.fa-lemon-o.topnav-icon-Active, span.fa-lemon-o.app-group-minus, span.fa-lemon-o.app-group-plus, .fa-lemon-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before, a.fa-lemon-o.favorite-book-black:before, span.fa-lemon-o.links-icon-logout:before, span.fa-lemon-o.links-icon-help:before, span.fa-lemon-o.links-icon-contact:before, div.fa-lemon-o.links-icon-globe:before, span.fa-lemon-o.topnav-icon-:before, span.fa-lemon-o.topnav-icon-Active:before, span.fa-lemon-o.app-group-minus:before, span.fa-lemon-o.app-group-plus:before, .fa-lemon-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-square-o, a.fa-square-o.favorite-book-black, span.fa-square-o.links-icon-logout, span.fa-square-o.links-icon-help, span.fa-square-o.links-icon-contact, div.fa-square-o.links-icon-globe, span.fa-square-o.topnav-icon-, span.fa-square-o.topnav-icon-Active, span.fa-square-o.app-group-minus, span.fa-square-o.app-group-plus, .fa-square-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before, a.fa-square-o.favorite-book-black:before, span.fa-square-o.links-icon-logout:before, span.fa-square-o.links-icon-help:before, span.fa-square-o.links-icon-contact:before, div.fa-square-o.links-icon-globe:before, span.fa-square-o.topnav-icon-:before, span.fa-square-o.topnav-icon-Active:before, span.fa-square-o.app-group-minus:before, span.fa-square-o.app-group-plus:before, .fa-square-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-bookmark-o, a.fa-bookmark-o.favorite-book-black, span.fa-bookmark-o.links-icon-logout, span.fa-bookmark-o.links-icon-help, span.fa-bookmark-o.links-icon-contact, div.fa-bookmark-o.links-icon-globe, span.fa-bookmark-o.topnav-icon-, span.fa-bookmark-o.topnav-icon-Active, span.fa-bookmark-o.app-group-minus, span.fa-bookmark-o.app-group-plus, .fa-bookmark-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bookmark-o:before, a.fa-bookmark-o.favorite-book-black:before, span.fa-bookmark-o.links-icon-logout:before, span.fa-bookmark-o.links-icon-help:before, span.fa-bookmark-o.links-icon-contact:before, div.fa-bookmark-o.links-icon-globe:before, span.fa-bookmark-o.topnav-icon-:before, span.fa-bookmark-o.topnav-icon-Active:before, span.fa-bookmark-o.app-group-minus:before, span.fa-bookmark-o.app-group-plus:before, .fa-bookmark-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-twitter, a.fa-twitter.favorite-book-black, span.fa-twitter.links-icon-logout, span.fa-twitter.links-icon-help, span.fa-twitter.links-icon-contact, div.fa-twitter.links-icon-globe, span.fa-twitter.topnav-icon-, span.fa-twitter.topnav-icon-Active, span.fa-twitter.app-group-minus, span.fa-twitter.app-group-plus, .fa-twitter.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook, a.fa-facebook.favorite-book-black, span.fa-facebook.links-icon-logout, span.fa-facebook.links-icon-help, span.fa-facebook.links-icon-contact, div.fa-facebook.links-icon-globe, span.fa-facebook.topnav-icon-, span.fa-facebook.topnav-icon-Active, span.fa-facebook.app-group-minus, span.fa-facebook.app-group-plus, .fa-facebook.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook:before, a.fa-facebook.favorite-book-black:before, span.fa-facebook.links-icon-logout:before, span.fa-facebook.links-icon-help:before, span.fa-facebook.links-icon-contact:before, div.fa-facebook.links-icon-globe:before, span.fa-facebook.topnav-icon-:before, span.fa-facebook.topnav-icon-Active:before, span.fa-facebook.app-group-minus:before, span.fa-facebook.app-group-plus:before, .fa-facebook.lock-icon-danger:before {
  content: "";
}

.fa.fa-facebook-f, a.fa-facebook-f.favorite-book-black, span.fa-facebook-f.links-icon-logout, span.fa-facebook-f.links-icon-help, span.fa-facebook-f.links-icon-contact, div.fa-facebook-f.links-icon-globe, span.fa-facebook-f.topnav-icon-, span.fa-facebook-f.topnav-icon-Active, span.fa-facebook-f.app-group-minus, span.fa-facebook-f.app-group-plus, .fa-facebook-f.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-f:before, a.fa-facebook-f.favorite-book-black:before, span.fa-facebook-f.links-icon-logout:before, span.fa-facebook-f.links-icon-help:before, span.fa-facebook-f.links-icon-contact:before, div.fa-facebook-f.links-icon-globe:before, span.fa-facebook-f.topnav-icon-:before, span.fa-facebook-f.topnav-icon-Active:before, span.fa-facebook-f.app-group-minus:before, span.fa-facebook-f.app-group-plus:before, .fa-facebook-f.lock-icon-danger:before {
  content: "";
}

.fa.fa-github, a.fa-github.favorite-book-black, span.fa-github.links-icon-logout, span.fa-github.links-icon-help, span.fa-github.links-icon-contact, div.fa-github.links-icon-globe, span.fa-github.topnav-icon-, span.fa-github.topnav-icon-Active, span.fa-github.app-group-minus, span.fa-github.app-group-plus, .fa-github.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card, a.fa-credit-card.favorite-book-black, span.fa-credit-card.links-icon-logout, span.fa-credit-card.links-icon-help, span.fa-credit-card.links-icon-contact, div.fa-credit-card.links-icon-globe, span.fa-credit-card.topnav-icon-, span.fa-credit-card.topnav-icon-Active, span.fa-credit-card.app-group-minus, span.fa-credit-card.app-group-plus, .fa-credit-card.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before, a.fa-feed.favorite-book-black:before, span.fa-feed.links-icon-logout:before, span.fa-feed.links-icon-help:before, span.fa-feed.links-icon-contact:before, div.fa-feed.links-icon-globe:before, span.fa-feed.topnav-icon-:before, span.fa-feed.topnav-icon-Active:before, span.fa-feed.app-group-minus:before, span.fa-feed.app-group-plus:before, .fa-feed.lock-icon-danger:before {
  content: "";
}

.fa.fa-hdd-o, a.fa-hdd-o.favorite-book-black, span.fa-hdd-o.links-icon-logout, span.fa-hdd-o.links-icon-help, span.fa-hdd-o.links-icon-contact, div.fa-hdd-o.links-icon-globe, span.fa-hdd-o.topnav-icon-, span.fa-hdd-o.topnav-icon-Active, span.fa-hdd-o.app-group-minus, span.fa-hdd-o.app-group-plus, .fa-hdd-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before, a.fa-hdd-o.favorite-book-black:before, span.fa-hdd-o.links-icon-logout:before, span.fa-hdd-o.links-icon-help:before, span.fa-hdd-o.links-icon-contact:before, div.fa-hdd-o.links-icon-globe:before, span.fa-hdd-o.topnav-icon-:before, span.fa-hdd-o.topnav-icon-Active:before, span.fa-hdd-o.app-group-minus:before, span.fa-hdd-o.app-group-plus:before, .fa-hdd-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-o-right, a.fa-hand-o-right.favorite-book-black, span.fa-hand-o-right.links-icon-logout, span.fa-hand-o-right.links-icon-help, span.fa-hand-o-right.links-icon-contact, div.fa-hand-o-right.links-icon-globe, span.fa-hand-o-right.topnav-icon-, span.fa-hand-o-right.topnav-icon-Active, span.fa-hand-o-right.app-group-minus, span.fa-hand-o-right.app-group-plus, .fa-hand-o-right.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before, a.fa-hand-o-right.favorite-book-black:before, span.fa-hand-o-right.links-icon-logout:before, span.fa-hand-o-right.links-icon-help:before, span.fa-hand-o-right.links-icon-contact:before, div.fa-hand-o-right.links-icon-globe:before, span.fa-hand-o-right.topnav-icon-:before, span.fa-hand-o-right.topnav-icon-Active:before, span.fa-hand-o-right.app-group-minus:before, span.fa-hand-o-right.app-group-plus:before, .fa-hand-o-right.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-o-left, a.fa-hand-o-left.favorite-book-black, span.fa-hand-o-left.links-icon-logout, span.fa-hand-o-left.links-icon-help, span.fa-hand-o-left.links-icon-contact, div.fa-hand-o-left.links-icon-globe, span.fa-hand-o-left.topnav-icon-, span.fa-hand-o-left.topnav-icon-Active, span.fa-hand-o-left.app-group-minus, span.fa-hand-o-left.app-group-plus, .fa-hand-o-left.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before, a.fa-hand-o-left.favorite-book-black:before, span.fa-hand-o-left.links-icon-logout:before, span.fa-hand-o-left.links-icon-help:before, span.fa-hand-o-left.links-icon-contact:before, div.fa-hand-o-left.links-icon-globe:before, span.fa-hand-o-left.topnav-icon-:before, span.fa-hand-o-left.topnav-icon-Active:before, span.fa-hand-o-left.app-group-minus:before, span.fa-hand-o-left.app-group-plus:before, .fa-hand-o-left.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-o-up, a.fa-hand-o-up.favorite-book-black, span.fa-hand-o-up.links-icon-logout, span.fa-hand-o-up.links-icon-help, span.fa-hand-o-up.links-icon-contact, div.fa-hand-o-up.links-icon-globe, span.fa-hand-o-up.topnav-icon-, span.fa-hand-o-up.topnav-icon-Active, span.fa-hand-o-up.app-group-minus, span.fa-hand-o-up.app-group-plus, .fa-hand-o-up.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before, a.fa-hand-o-up.favorite-book-black:before, span.fa-hand-o-up.links-icon-logout:before, span.fa-hand-o-up.links-icon-help:before, span.fa-hand-o-up.links-icon-contact:before, div.fa-hand-o-up.links-icon-globe:before, span.fa-hand-o-up.topnav-icon-:before, span.fa-hand-o-up.topnav-icon-Active:before, span.fa-hand-o-up.app-group-minus:before, span.fa-hand-o-up.app-group-plus:before, .fa-hand-o-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-o-down, a.fa-hand-o-down.favorite-book-black, span.fa-hand-o-down.links-icon-logout, span.fa-hand-o-down.links-icon-help, span.fa-hand-o-down.links-icon-contact, div.fa-hand-o-down.links-icon-globe, span.fa-hand-o-down.topnav-icon-, span.fa-hand-o-down.topnav-icon-Active, span.fa-hand-o-down.app-group-minus, span.fa-hand-o-down.app-group-plus, .fa-hand-o-down.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before, a.fa-hand-o-down.favorite-book-black:before, span.fa-hand-o-down.links-icon-logout:before, span.fa-hand-o-down.links-icon-help:before, span.fa-hand-o-down.links-icon-contact:before, div.fa-hand-o-down.links-icon-globe:before, span.fa-hand-o-down.topnav-icon-:before, span.fa-hand-o-down.topnav-icon-Active:before, span.fa-hand-o-down.app-group-minus:before, span.fa-hand-o-down.app-group-plus:before, .fa-hand-o-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrows-alt:before, a.fa-arrows-alt.favorite-book-black:before, span.fa-arrows-alt.links-icon-logout:before, span.fa-arrows-alt.links-icon-help:before, span.fa-arrows-alt.links-icon-contact:before, div.fa-arrows-alt.links-icon-globe:before, span.fa-arrows-alt.topnav-icon-:before, span.fa-arrows-alt.topnav-icon-Active:before, span.fa-arrows-alt.app-group-minus:before, span.fa-arrows-alt.app-group-plus:before, .fa-arrows-alt.lock-icon-danger:before {
  content: "";
}

.fa.fa-group:before, a.fa-group.favorite-book-black:before, span.fa-group.links-icon-logout:before, span.fa-group.links-icon-help:before, span.fa-group.links-icon-contact:before, div.fa-group.links-icon-globe:before, span.fa-group.topnav-icon-:before, span.fa-group.topnav-icon-Active:before, span.fa-group.app-group-minus:before, span.fa-group.app-group-plus:before, .fa-group.lock-icon-danger:before {
  content: "";
}

.fa.fa-chain:before, a.fa-chain.favorite-book-black:before, span.fa-chain.links-icon-logout:before, span.fa-chain.links-icon-help:before, span.fa-chain.links-icon-contact:before, div.fa-chain.links-icon-globe:before, span.fa-chain.topnav-icon-:before, span.fa-chain.topnav-icon-Active:before, span.fa-chain.app-group-minus:before, span.fa-chain.app-group-plus:before, .fa-chain.lock-icon-danger:before {
  content: "";
}

.fa.fa-scissors:before, a.fa-scissors.favorite-book-black:before, span.fa-scissors.links-icon-logout:before, span.fa-scissors.links-icon-help:before, span.fa-scissors.links-icon-contact:before, div.fa-scissors.links-icon-globe:before, span.fa-scissors.topnav-icon-:before, span.fa-scissors.topnav-icon-Active:before, span.fa-scissors.app-group-minus:before, span.fa-scissors.app-group-plus:before, .fa-scissors.lock-icon-danger:before {
  content: "";
}

.fa.fa-files-o, a.fa-files-o.favorite-book-black, span.fa-files-o.links-icon-logout, span.fa-files-o.links-icon-help, span.fa-files-o.links-icon-contact, div.fa-files-o.links-icon-globe, span.fa-files-o.topnav-icon-, span.fa-files-o.topnav-icon-Active, span.fa-files-o.app-group-minus, span.fa-files-o.app-group-plus, .fa-files-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-files-o:before, a.fa-files-o.favorite-book-black:before, span.fa-files-o.links-icon-logout:before, span.fa-files-o.links-icon-help:before, span.fa-files-o.links-icon-contact:before, div.fa-files-o.links-icon-globe:before, span.fa-files-o.topnav-icon-:before, span.fa-files-o.topnav-icon-Active:before, span.fa-files-o.app-group-minus:before, span.fa-files-o.app-group-plus:before, .fa-files-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-floppy-o, a.fa-floppy-o.favorite-book-black, span.fa-floppy-o.links-icon-logout, span.fa-floppy-o.links-icon-help, span.fa-floppy-o.links-icon-contact, div.fa-floppy-o.links-icon-globe, span.fa-floppy-o.topnav-icon-, span.fa-floppy-o.topnav-icon-Active, span.fa-floppy-o.app-group-minus, span.fa-floppy-o.app-group-plus, .fa-floppy-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before, a.fa-floppy-o.favorite-book-black:before, span.fa-floppy-o.links-icon-logout:before, span.fa-floppy-o.links-icon-help:before, span.fa-floppy-o.links-icon-contact:before, div.fa-floppy-o.links-icon-globe:before, span.fa-floppy-o.topnav-icon-:before, span.fa-floppy-o.topnav-icon-Active:before, span.fa-floppy-o.app-group-minus:before, span.fa-floppy-o.app-group-plus:before, .fa-floppy-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-navicon:before, a.fa-navicon.favorite-book-black:before, span.fa-navicon.links-icon-logout:before, span.fa-navicon.links-icon-help:before, span.fa-navicon.links-icon-contact:before, div.fa-navicon.links-icon-globe:before, span.fa-navicon.topnav-icon-:before, span.fa-navicon.topnav-icon-Active:before, span.fa-navicon.app-group-minus:before, span.fa-navicon.app-group-plus:before, .fa-navicon.lock-icon-danger:before {
  content: "";
}

.fa.fa-reorder:before, a.fa-reorder.favorite-book-black:before, span.fa-reorder.links-icon-logout:before, span.fa-reorder.links-icon-help:before, span.fa-reorder.links-icon-contact:before, div.fa-reorder.links-icon-globe:before, span.fa-reorder.topnav-icon-:before, span.fa-reorder.topnav-icon-Active:before, span.fa-reorder.app-group-minus:before, span.fa-reorder.app-group-plus:before, .fa-reorder.lock-icon-danger:before {
  content: "";
}

.fa.fa-pinterest, a.fa-pinterest.favorite-book-black, span.fa-pinterest.links-icon-logout, span.fa-pinterest.links-icon-help, span.fa-pinterest.links-icon-contact, div.fa-pinterest.links-icon-globe, span.fa-pinterest.topnav-icon-, span.fa-pinterest.topnav-icon-Active, span.fa-pinterest.app-group-minus, span.fa-pinterest.app-group-plus, .fa-pinterest.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square, a.fa-pinterest-square.favorite-book-black, span.fa-pinterest-square.links-icon-logout, span.fa-pinterest-square.links-icon-help, span.fa-pinterest-square.links-icon-contact, div.fa-pinterest-square.links-icon-globe, span.fa-pinterest-square.topnav-icon-, span.fa-pinterest-square.topnav-icon-Active, span.fa-pinterest-square.app-group-minus, span.fa-pinterest-square.app-group-plus, .fa-pinterest-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square, a.fa-google-plus-square.favorite-book-black, span.fa-google-plus-square.links-icon-logout, span.fa-google-plus-square.links-icon-help, span.fa-google-plus-square.links-icon-contact, div.fa-google-plus-square.links-icon-globe, span.fa-google-plus-square.topnav-icon-, span.fa-google-plus-square.topnav-icon-Active, span.fa-google-plus-square.app-group-minus, span.fa-google-plus-square.app-group-plus, .fa-google-plus-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus, a.fa-google-plus.favorite-book-black, span.fa-google-plus.links-icon-logout, span.fa-google-plus.links-icon-help, span.fa-google-plus.links-icon-contact, div.fa-google-plus.links-icon-globe, span.fa-google-plus.topnav-icon-, span.fa-google-plus.topnav-icon-Active, span.fa-google-plus.app-group-minus, span.fa-google-plus.app-group-plus, .fa-google-plus.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus:before, a.fa-google-plus.favorite-book-black:before, span.fa-google-plus.links-icon-logout:before, span.fa-google-plus.links-icon-help:before, span.fa-google-plus.links-icon-contact:before, div.fa-google-plus.links-icon-globe:before, span.fa-google-plus.topnav-icon-:before, span.fa-google-plus.topnav-icon-Active:before, span.fa-google-plus.app-group-minus:before, span.fa-google-plus.app-group-plus:before, .fa-google-plus.lock-icon-danger:before {
  content: "";
}

.fa.fa-money, a.fa-money.favorite-book-black, span.fa-money.links-icon-logout, span.fa-money.links-icon-help, span.fa-money.links-icon-contact, div.fa-money.links-icon-globe, span.fa-money.topnav-icon-, span.fa-money.topnav-icon-Active, span.fa-money.app-group-minus, span.fa-money.app-group-plus, .fa-money.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before, a.fa-money.favorite-book-black:before, span.fa-money.links-icon-logout:before, span.fa-money.links-icon-help:before, span.fa-money.links-icon-contact:before, div.fa-money.links-icon-globe:before, span.fa-money.topnav-icon-:before, span.fa-money.topnav-icon-Active:before, span.fa-money.app-group-minus:before, span.fa-money.app-group-plus:before, .fa-money.lock-icon-danger:before {
  content: "";
}

.fa.fa-unsorted:before, a.fa-unsorted.favorite-book-black:before, span.fa-unsorted.links-icon-logout:before, span.fa-unsorted.links-icon-help:before, span.fa-unsorted.links-icon-contact:before, div.fa-unsorted.links-icon-globe:before, span.fa-unsorted.topnav-icon-:before, span.fa-unsorted.topnav-icon-Active:before, span.fa-unsorted.app-group-minus:before, span.fa-unsorted.app-group-plus:before, .fa-unsorted.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-desc:before, a.fa-sort-desc.favorite-book-black:before, span.fa-sort-desc.links-icon-logout:before, span.fa-sort-desc.links-icon-help:before, span.fa-sort-desc.links-icon-contact:before, div.fa-sort-desc.links-icon-globe:before, span.fa-sort-desc.topnav-icon-:before, span.fa-sort-desc.topnav-icon-Active:before, span.fa-sort-desc.app-group-minus:before, span.fa-sort-desc.app-group-plus:before, .fa-sort-desc.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-asc:before, a.fa-sort-asc.favorite-book-black:before, span.fa-sort-asc.links-icon-logout:before, span.fa-sort-asc.links-icon-help:before, span.fa-sort-asc.links-icon-contact:before, div.fa-sort-asc.links-icon-globe:before, span.fa-sort-asc.topnav-icon-:before, span.fa-sort-asc.topnav-icon-Active:before, span.fa-sort-asc.app-group-minus:before, span.fa-sort-asc.app-group-plus:before, .fa-sort-asc.lock-icon-danger:before {
  content: "";
}

.fa.fa-linkedin, a.fa-linkedin.favorite-book-black, span.fa-linkedin.links-icon-logout, span.fa-linkedin.links-icon-help, span.fa-linkedin.links-icon-contact, div.fa-linkedin.links-icon-globe, span.fa-linkedin.topnav-icon-, span.fa-linkedin.topnav-icon-Active, span.fa-linkedin.app-group-minus, span.fa-linkedin.app-group-plus, .fa-linkedin.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before, a.fa-linkedin.favorite-book-black:before, span.fa-linkedin.links-icon-logout:before, span.fa-linkedin.links-icon-help:before, span.fa-linkedin.links-icon-contact:before, div.fa-linkedin.links-icon-globe:before, span.fa-linkedin.topnav-icon-:before, span.fa-linkedin.topnav-icon-Active:before, span.fa-linkedin.app-group-minus:before, span.fa-linkedin.app-group-plus:before, .fa-linkedin.lock-icon-danger:before {
  content: "";
}

.fa.fa-rotate-left:before, a.fa-rotate-left.favorite-book-black:before, span.fa-rotate-left.links-icon-logout:before, span.fa-rotate-left.links-icon-help:before, span.fa-rotate-left.links-icon-contact:before, div.fa-rotate-left.links-icon-globe:before, span.fa-rotate-left.topnav-icon-:before, span.fa-rotate-left.topnav-icon-Active:before, span.fa-rotate-left.app-group-minus:before, span.fa-rotate-left.app-group-plus:before, .fa-rotate-left.lock-icon-danger:before {
  content: "";
}

.fa.fa-legal:before, a.fa-legal.favorite-book-black:before, span.fa-legal.links-icon-logout:before, span.fa-legal.links-icon-help:before, span.fa-legal.links-icon-contact:before, div.fa-legal.links-icon-globe:before, span.fa-legal.topnav-icon-:before, span.fa-legal.topnav-icon-Active:before, span.fa-legal.app-group-minus:before, span.fa-legal.app-group-plus:before, .fa-legal.lock-icon-danger:before {
  content: "";
}

.fa.fa-tachometer:before, a.fa-tachometer.favorite-book-black:before, span.fa-tachometer.links-icon-logout:before, span.fa-tachometer.links-icon-help:before, span.fa-tachometer.links-icon-contact:before, div.fa-tachometer.links-icon-globe:before, span.fa-tachometer.topnav-icon-:before, span.fa-tachometer.topnav-icon-Active:before, span.fa-tachometer.app-group-minus:before, span.fa-tachometer.app-group-plus:before, .fa-tachometer.lock-icon-danger:before {
  content: "";
}

.fa.fa-dashboard:before, a.fa-dashboard.favorite-book-black:before, span.fa-dashboard.links-icon-logout:before, span.fa-dashboard.links-icon-help:before, span.fa-dashboard.links-icon-contact:before, div.fa-dashboard.links-icon-globe:before, span.fa-dashboard.topnav-icon-:before, span.fa-dashboard.topnav-icon-Active:before, span.fa-dashboard.app-group-minus:before, span.fa-dashboard.app-group-plus:before, .fa-dashboard.lock-icon-danger:before {
  content: "";
}

.fa.fa-comment-o, a.fa-comment-o.favorite-book-black, span.fa-comment-o.links-icon-logout, span.fa-comment-o.links-icon-help, span.fa-comment-o.links-icon-contact, div.fa-comment-o.links-icon-globe, span.fa-comment-o.topnav-icon-, span.fa-comment-o.topnav-icon-Active, span.fa-comment-o.app-group-minus, span.fa-comment-o.app-group-plus, .fa-comment-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comment-o:before, a.fa-comment-o.favorite-book-black:before, span.fa-comment-o.links-icon-logout:before, span.fa-comment-o.links-icon-help:before, span.fa-comment-o.links-icon-contact:before, div.fa-comment-o.links-icon-globe:before, span.fa-comment-o.topnav-icon-:before, span.fa-comment-o.topnav-icon-Active:before, span.fa-comment-o.app-group-minus:before, span.fa-comment-o.app-group-plus:before, .fa-comment-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-comments-o, a.fa-comments-o.favorite-book-black, span.fa-comments-o.links-icon-logout, span.fa-comments-o.links-icon-help, span.fa-comments-o.links-icon-contact, div.fa-comments-o.links-icon-globe, span.fa-comments-o.topnav-icon-, span.fa-comments-o.topnav-icon-Active, span.fa-comments-o.app-group-minus, span.fa-comments-o.app-group-plus, .fa-comments-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comments-o:before, a.fa-comments-o.favorite-book-black:before, span.fa-comments-o.links-icon-logout:before, span.fa-comments-o.links-icon-help:before, span.fa-comments-o.links-icon-contact:before, div.fa-comments-o.links-icon-globe:before, span.fa-comments-o.topnav-icon-:before, span.fa-comments-o.topnav-icon-Active:before, span.fa-comments-o.app-group-minus:before, span.fa-comments-o.app-group-plus:before, .fa-comments-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-flash:before, a.fa-flash.favorite-book-black:before, span.fa-flash.links-icon-logout:before, span.fa-flash.links-icon-help:before, span.fa-flash.links-icon-contact:before, div.fa-flash.links-icon-globe:before, span.fa-flash.topnav-icon-:before, span.fa-flash.topnav-icon-Active:before, span.fa-flash.app-group-minus:before, span.fa-flash.app-group-plus:before, .fa-flash.lock-icon-danger:before {
  content: "";
}

.fa.fa-clipboard, a.fa-clipboard.favorite-book-black, span.fa-clipboard.links-icon-logout, span.fa-clipboard.links-icon-help, span.fa-clipboard.links-icon-contact, div.fa-clipboard.links-icon-globe, span.fa-clipboard.topnav-icon-, span.fa-clipboard.topnav-icon-Active, span.fa-clipboard.app-group-minus, span.fa-clipboard.app-group-plus, .fa-clipboard.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste, a.fa-paste.favorite-book-black, span.fa-paste.links-icon-logout, span.fa-paste.links-icon-help, span.fa-paste.links-icon-contact, div.fa-paste.links-icon-globe, span.fa-paste.topnav-icon-, span.fa-paste.topnav-icon-Active, span.fa-paste.app-group-minus, span.fa-paste.app-group-plus, .fa-paste.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste:before, a.fa-paste.favorite-book-black:before, span.fa-paste.links-icon-logout:before, span.fa-paste.links-icon-help:before, span.fa-paste.links-icon-contact:before, div.fa-paste.links-icon-globe:before, span.fa-paste.topnav-icon-:before, span.fa-paste.topnav-icon-Active:before, span.fa-paste.app-group-minus:before, span.fa-paste.app-group-plus:before, .fa-paste.lock-icon-danger:before {
  content: "";
}

.fa.fa-lightbulb-o, a.fa-lightbulb-o.favorite-book-black, span.fa-lightbulb-o.links-icon-logout, span.fa-lightbulb-o.links-icon-help, span.fa-lightbulb-o.links-icon-contact, div.fa-lightbulb-o.links-icon-globe, span.fa-lightbulb-o.topnav-icon-, span.fa-lightbulb-o.topnav-icon-Active, span.fa-lightbulb-o.app-group-minus, span.fa-lightbulb-o.app-group-plus, .fa-lightbulb-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before, a.fa-lightbulb-o.favorite-book-black:before, span.fa-lightbulb-o.links-icon-logout:before, span.fa-lightbulb-o.links-icon-help:before, span.fa-lightbulb-o.links-icon-contact:before, div.fa-lightbulb-o.links-icon-globe:before, span.fa-lightbulb-o.topnav-icon-:before, span.fa-lightbulb-o.topnav-icon-Active:before, span.fa-lightbulb-o.app-group-minus:before, span.fa-lightbulb-o.app-group-plus:before, .fa-lightbulb-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-exchange:before, a.fa-exchange.favorite-book-black:before, span.fa-exchange.links-icon-logout:before, span.fa-exchange.links-icon-help:before, span.fa-exchange.links-icon-contact:before, div.fa-exchange.links-icon-globe:before, span.fa-exchange.topnav-icon-:before, span.fa-exchange.topnav-icon-Active:before, span.fa-exchange.app-group-minus:before, span.fa-exchange.app-group-plus:before, .fa-exchange.lock-icon-danger:before {
  content: "";
}

.fa.fa-cloud-download:before, a.fa-cloud-download.favorite-book-black:before, span.fa-cloud-download.links-icon-logout:before, span.fa-cloud-download.links-icon-help:before, span.fa-cloud-download.links-icon-contact:before, div.fa-cloud-download.links-icon-globe:before, span.fa-cloud-download.topnav-icon-:before, span.fa-cloud-download.topnav-icon-Active:before, span.fa-cloud-download.app-group-minus:before, span.fa-cloud-download.app-group-plus:before, .fa-cloud-download.lock-icon-danger:before {
  content: "";
}

.fa.fa-cloud-upload:before, a.fa-cloud-upload.favorite-book-black:before, span.fa-cloud-upload.links-icon-logout:before, span.fa-cloud-upload.links-icon-help:before, span.fa-cloud-upload.links-icon-contact:before, div.fa-cloud-upload.links-icon-globe:before, span.fa-cloud-upload.topnav-icon-:before, span.fa-cloud-upload.topnav-icon-Active:before, span.fa-cloud-upload.app-group-minus:before, span.fa-cloud-upload.app-group-plus:before, .fa-cloud-upload.lock-icon-danger:before {
  content: "";
}

.fa.fa-bell-o, a.fa-bell-o.favorite-book-black, span.fa-bell-o.links-icon-logout, span.fa-bell-o.links-icon-help, span.fa-bell-o.links-icon-contact, div.fa-bell-o.links-icon-globe, span.fa-bell-o.topnav-icon-, span.fa-bell-o.topnav-icon-Active, span.fa-bell-o.app-group-minus, span.fa-bell-o.app-group-plus, .fa-bell-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-o:before, a.fa-bell-o.favorite-book-black:before, span.fa-bell-o.links-icon-logout:before, span.fa-bell-o.links-icon-help:before, span.fa-bell-o.links-icon-contact:before, div.fa-bell-o.links-icon-globe:before, span.fa-bell-o.topnav-icon-:before, span.fa-bell-o.topnav-icon-Active:before, span.fa-bell-o.app-group-minus:before, span.fa-bell-o.app-group-plus:before, .fa-bell-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-cutlery:before, a.fa-cutlery.favorite-book-black:before, span.fa-cutlery.links-icon-logout:before, span.fa-cutlery.links-icon-help:before, span.fa-cutlery.links-icon-contact:before, div.fa-cutlery.links-icon-globe:before, span.fa-cutlery.topnav-icon-:before, span.fa-cutlery.topnav-icon-Active:before, span.fa-cutlery.app-group-minus:before, span.fa-cutlery.app-group-plus:before, .fa-cutlery.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-text-o, a.fa-file-text-o.favorite-book-black, span.fa-file-text-o.links-icon-logout, span.fa-file-text-o.links-icon-help, span.fa-file-text-o.links-icon-contact, div.fa-file-text-o.links-icon-globe, span.fa-file-text-o.topnav-icon-, span.fa-file-text-o.topnav-icon-Active, span.fa-file-text-o.app-group-minus, span.fa-file-text-o.app-group-plus, .fa-file-text-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-text-o:before, a.fa-file-text-o.favorite-book-black:before, span.fa-file-text-o.links-icon-logout:before, span.fa-file-text-o.links-icon-help:before, span.fa-file-text-o.links-icon-contact:before, div.fa-file-text-o.links-icon-globe:before, span.fa-file-text-o.topnav-icon-:before, span.fa-file-text-o.topnav-icon-Active:before, span.fa-file-text-o.app-group-minus:before, span.fa-file-text-o.app-group-plus:before, .fa-file-text-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-building-o, a.fa-building-o.favorite-book-black, span.fa-building-o.links-icon-logout, span.fa-building-o.links-icon-help, span.fa-building-o.links-icon-contact, div.fa-building-o.links-icon-globe, span.fa-building-o.topnav-icon-, span.fa-building-o.topnav-icon-Active, span.fa-building-o.app-group-minus, span.fa-building-o.app-group-plus, .fa-building-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-building-o:before, a.fa-building-o.favorite-book-black:before, span.fa-building-o.links-icon-logout:before, span.fa-building-o.links-icon-help:before, span.fa-building-o.links-icon-contact:before, div.fa-building-o.links-icon-globe:before, span.fa-building-o.topnav-icon-:before, span.fa-building-o.topnav-icon-Active:before, span.fa-building-o.app-group-minus:before, span.fa-building-o.app-group-plus:before, .fa-building-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hospital-o, a.fa-hospital-o.favorite-book-black, span.fa-hospital-o.links-icon-logout, span.fa-hospital-o.links-icon-help, span.fa-hospital-o.links-icon-contact, div.fa-hospital-o.links-icon-globe, span.fa-hospital-o.topnav-icon-, span.fa-hospital-o.topnav-icon-Active, span.fa-hospital-o.app-group-minus, span.fa-hospital-o.app-group-plus, .fa-hospital-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before, a.fa-hospital-o.favorite-book-black:before, span.fa-hospital-o.links-icon-logout:before, span.fa-hospital-o.links-icon-help:before, span.fa-hospital-o.links-icon-contact:before, div.fa-hospital-o.links-icon-globe:before, span.fa-hospital-o.topnav-icon-:before, span.fa-hospital-o.topnav-icon-Active:before, span.fa-hospital-o.app-group-minus:before, span.fa-hospital-o.app-group-plus:before, .fa-hospital-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-tablet:before, a.fa-tablet.favorite-book-black:before, span.fa-tablet.links-icon-logout:before, span.fa-tablet.links-icon-help:before, span.fa-tablet.links-icon-contact:before, div.fa-tablet.links-icon-globe:before, span.fa-tablet.topnav-icon-:before, span.fa-tablet.topnav-icon-Active:before, span.fa-tablet.app-group-minus:before, span.fa-tablet.app-group-plus:before, .fa-tablet.lock-icon-danger:before {
  content: "";
}

.fa.fa-mobile:before, a.fa-mobile.favorite-book-black:before, span.fa-mobile.links-icon-logout:before, span.fa-mobile.links-icon-help:before, span.fa-mobile.links-icon-contact:before, div.fa-mobile.links-icon-globe:before, span.fa-mobile.topnav-icon-:before, span.fa-mobile.topnav-icon-Active:before, span.fa-mobile.app-group-minus:before, span.fa-mobile.app-group-plus:before, .fa-mobile.lock-icon-danger:before {
  content: "";
}

.fa.fa-mobile-phone:before, a.fa-mobile-phone.favorite-book-black:before, span.fa-mobile-phone.links-icon-logout:before, span.fa-mobile-phone.links-icon-help:before, span.fa-mobile-phone.links-icon-contact:before, div.fa-mobile-phone.links-icon-globe:before, span.fa-mobile-phone.topnav-icon-:before, span.fa-mobile-phone.topnav-icon-Active:before, span.fa-mobile-phone.app-group-minus:before, span.fa-mobile-phone.app-group-plus:before, .fa-mobile-phone.lock-icon-danger:before {
  content: "";
}

.fa.fa-circle-o, a.fa-circle-o.favorite-book-black, span.fa-circle-o.links-icon-logout, span.fa-circle-o.links-icon-help, span.fa-circle-o.links-icon-contact, div.fa-circle-o.links-icon-globe, span.fa-circle-o.topnav-icon-, span.fa-circle-o.topnav-icon-Active, span.fa-circle-o.app-group-minus, span.fa-circle-o.app-group-plus, .fa-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-o:before, a.fa-circle-o.favorite-book-black:before, span.fa-circle-o.links-icon-logout:before, span.fa-circle-o.links-icon-help:before, span.fa-circle-o.links-icon-contact:before, div.fa-circle-o.links-icon-globe:before, span.fa-circle-o.topnav-icon-:before, span.fa-circle-o.topnav-icon-Active:before, span.fa-circle-o.app-group-minus:before, span.fa-circle-o.app-group-plus:before, .fa-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-mail-reply:before, a.fa-mail-reply.favorite-book-black:before, span.fa-mail-reply.links-icon-logout:before, span.fa-mail-reply.links-icon-help:before, span.fa-mail-reply.links-icon-contact:before, div.fa-mail-reply.links-icon-globe:before, span.fa-mail-reply.topnav-icon-:before, span.fa-mail-reply.topnav-icon-Active:before, span.fa-mail-reply.app-group-minus:before, span.fa-mail-reply.app-group-plus:before, .fa-mail-reply.lock-icon-danger:before {
  content: "";
}

.fa.fa-github-alt, a.fa-github-alt.favorite-book-black, span.fa-github-alt.links-icon-logout, span.fa-github-alt.links-icon-help, span.fa-github-alt.links-icon-contact, div.fa-github-alt.links-icon-globe, span.fa-github-alt.topnav-icon-, span.fa-github-alt.topnav-icon-Active, span.fa-github-alt.app-group-minus, span.fa-github-alt.app-group-plus, .fa-github-alt.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o, a.fa-folder-o.favorite-book-black, span.fa-folder-o.links-icon-logout, span.fa-folder-o.links-icon-help, span.fa-folder-o.links-icon-contact, div.fa-folder-o.links-icon-globe, span.fa-folder-o.topnav-icon-, span.fa-folder-o.topnav-icon-Active, span.fa-folder-o.app-group-minus, span.fa-folder-o.app-group-plus, .fa-folder-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-o:before, a.fa-folder-o.favorite-book-black:before, span.fa-folder-o.links-icon-logout:before, span.fa-folder-o.links-icon-help:before, span.fa-folder-o.links-icon-contact:before, div.fa-folder-o.links-icon-globe:before, span.fa-folder-o.topnav-icon-:before, span.fa-folder-o.topnav-icon-Active:before, span.fa-folder-o.app-group-minus:before, span.fa-folder-o.app-group-plus:before, .fa-folder-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-folder-open-o, a.fa-folder-open-o.favorite-book-black, span.fa-folder-open-o.links-icon-logout, span.fa-folder-open-o.links-icon-help, span.fa-folder-open-o.links-icon-contact, div.fa-folder-open-o.links-icon-globe, span.fa-folder-open-o.topnav-icon-, span.fa-folder-open-o.topnav-icon-Active, span.fa-folder-open-o.app-group-minus, span.fa-folder-open-o.app-group-plus, .fa-folder-open-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-open-o:before, a.fa-folder-open-o.favorite-book-black:before, span.fa-folder-open-o.links-icon-logout:before, span.fa-folder-open-o.links-icon-help:before, span.fa-folder-open-o.links-icon-contact:before, div.fa-folder-open-o.links-icon-globe:before, span.fa-folder-open-o.topnav-icon-:before, span.fa-folder-open-o.topnav-icon-Active:before, span.fa-folder-open-o.app-group-minus:before, span.fa-folder-open-o.app-group-plus:before, .fa-folder-open-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-smile-o, a.fa-smile-o.favorite-book-black, span.fa-smile-o.links-icon-logout, span.fa-smile-o.links-icon-help, span.fa-smile-o.links-icon-contact, div.fa-smile-o.links-icon-globe, span.fa-smile-o.topnav-icon-, span.fa-smile-o.topnav-icon-Active, span.fa-smile-o.app-group-minus, span.fa-smile-o.app-group-plus, .fa-smile-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before, a.fa-smile-o.favorite-book-black:before, span.fa-smile-o.links-icon-logout:before, span.fa-smile-o.links-icon-help:before, span.fa-smile-o.links-icon-contact:before, div.fa-smile-o.links-icon-globe:before, span.fa-smile-o.topnav-icon-:before, span.fa-smile-o.topnav-icon-Active:before, span.fa-smile-o.app-group-minus:before, span.fa-smile-o.app-group-plus:before, .fa-smile-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-frown-o, a.fa-frown-o.favorite-book-black, span.fa-frown-o.links-icon-logout, span.fa-frown-o.links-icon-help, span.fa-frown-o.links-icon-contact, div.fa-frown-o.links-icon-globe, span.fa-frown-o.topnav-icon-, span.fa-frown-o.topnav-icon-Active, span.fa-frown-o.app-group-minus, span.fa-frown-o.app-group-plus, .fa-frown-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-frown-o:before, a.fa-frown-o.favorite-book-black:before, span.fa-frown-o.links-icon-logout:before, span.fa-frown-o.links-icon-help:before, span.fa-frown-o.links-icon-contact:before, div.fa-frown-o.links-icon-globe:before, span.fa-frown-o.topnav-icon-:before, span.fa-frown-o.topnav-icon-Active:before, span.fa-frown-o.app-group-minus:before, span.fa-frown-o.app-group-plus:before, .fa-frown-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-meh-o, a.fa-meh-o.favorite-book-black, span.fa-meh-o.links-icon-logout, span.fa-meh-o.links-icon-help, span.fa-meh-o.links-icon-contact, div.fa-meh-o.links-icon-globe, span.fa-meh-o.topnav-icon-, span.fa-meh-o.topnav-icon-Active, span.fa-meh-o.app-group-minus, span.fa-meh-o.app-group-plus, .fa-meh-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before, a.fa-meh-o.favorite-book-black:before, span.fa-meh-o.links-icon-logout:before, span.fa-meh-o.links-icon-help:before, span.fa-meh-o.links-icon-contact:before, div.fa-meh-o.links-icon-globe:before, span.fa-meh-o.topnav-icon-:before, span.fa-meh-o.topnav-icon-Active:before, span.fa-meh-o.app-group-minus:before, span.fa-meh-o.app-group-plus:before, .fa-meh-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-keyboard-o, a.fa-keyboard-o.favorite-book-black, span.fa-keyboard-o.links-icon-logout, span.fa-keyboard-o.links-icon-help, span.fa-keyboard-o.links-icon-contact, div.fa-keyboard-o.links-icon-globe, span.fa-keyboard-o.topnav-icon-, span.fa-keyboard-o.topnav-icon-Active, span.fa-keyboard-o.app-group-minus, span.fa-keyboard-o.app-group-plus, .fa-keyboard-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before, a.fa-keyboard-o.favorite-book-black:before, span.fa-keyboard-o.links-icon-logout:before, span.fa-keyboard-o.links-icon-help:before, span.fa-keyboard-o.links-icon-contact:before, div.fa-keyboard-o.links-icon-globe:before, span.fa-keyboard-o.topnav-icon-:before, span.fa-keyboard-o.topnav-icon-Active:before, span.fa-keyboard-o.app-group-minus:before, span.fa-keyboard-o.app-group-plus:before, .fa-keyboard-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-flag-o, a.fa-flag-o.favorite-book-black, span.fa-flag-o.links-icon-logout, span.fa-flag-o.links-icon-help, span.fa-flag-o.links-icon-contact, div.fa-flag-o.links-icon-globe, span.fa-flag-o.topnav-icon-, span.fa-flag-o.topnav-icon-Active, span.fa-flag-o.app-group-minus, span.fa-flag-o.app-group-plus, .fa-flag-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-flag-o:before, a.fa-flag-o.favorite-book-black:before, span.fa-flag-o.links-icon-logout:before, span.fa-flag-o.links-icon-help:before, span.fa-flag-o.links-icon-contact:before, div.fa-flag-o.links-icon-globe:before, span.fa-flag-o.topnav-icon-:before, span.fa-flag-o.topnav-icon-Active:before, span.fa-flag-o.app-group-minus:before, span.fa-flag-o.app-group-plus:before, .fa-flag-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-mail-reply-all:before, a.fa-mail-reply-all.favorite-book-black:before, span.fa-mail-reply-all.links-icon-logout:before, span.fa-mail-reply-all.links-icon-help:before, span.fa-mail-reply-all.links-icon-contact:before, div.fa-mail-reply-all.links-icon-globe:before, span.fa-mail-reply-all.topnav-icon-:before, span.fa-mail-reply-all.topnav-icon-Active:before, span.fa-mail-reply-all.app-group-minus:before, span.fa-mail-reply-all.app-group-plus:before, .fa-mail-reply-all.lock-icon-danger:before {
  content: "";
}

.fa.fa-star-half-o, a.fa-star-half-o.favorite-book-black, span.fa-star-half-o.links-icon-logout, span.fa-star-half-o.links-icon-help, span.fa-star-half-o.links-icon-contact, div.fa-star-half-o.links-icon-globe, span.fa-star-half-o.topnav-icon-, span.fa-star-half-o.topnav-icon-Active, span.fa-star-half-o.app-group-minus, span.fa-star-half-o.app-group-plus, .fa-star-half-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before, a.fa-star-half-o.favorite-book-black:before, span.fa-star-half-o.links-icon-logout:before, span.fa-star-half-o.links-icon-help:before, span.fa-star-half-o.links-icon-contact:before, div.fa-star-half-o.links-icon-globe:before, span.fa-star-half-o.topnav-icon-:before, span.fa-star-half-o.topnav-icon-Active:before, span.fa-star-half-o.app-group-minus:before, span.fa-star-half-o.app-group-plus:before, .fa-star-half-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-star-half-empty, a.fa-star-half-empty.favorite-book-black, span.fa-star-half-empty.links-icon-logout, span.fa-star-half-empty.links-icon-help, span.fa-star-half-empty.links-icon-contact, div.fa-star-half-empty.links-icon-globe, span.fa-star-half-empty.topnav-icon-, span.fa-star-half-empty.topnav-icon-Active, span.fa-star-half-empty.app-group-minus, span.fa-star-half-empty.app-group-plus, .fa-star-half-empty.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before, a.fa-star-half-empty.favorite-book-black:before, span.fa-star-half-empty.links-icon-logout:before, span.fa-star-half-empty.links-icon-help:before, span.fa-star-half-empty.links-icon-contact:before, div.fa-star-half-empty.links-icon-globe:before, span.fa-star-half-empty.topnav-icon-:before, span.fa-star-half-empty.topnav-icon-Active:before, span.fa-star-half-empty.app-group-minus:before, span.fa-star-half-empty.app-group-plus:before, .fa-star-half-empty.lock-icon-danger:before {
  content: "";
}

.fa.fa-star-half-full, a.fa-star-half-full.favorite-book-black, span.fa-star-half-full.links-icon-logout, span.fa-star-half-full.links-icon-help, span.fa-star-half-full.links-icon-contact, div.fa-star-half-full.links-icon-globe, span.fa-star-half-full.topnav-icon-, span.fa-star-half-full.topnav-icon-Active, span.fa-star-half-full.app-group-minus, span.fa-star-half-full.app-group-plus, .fa-star-half-full.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before, a.fa-star-half-full.favorite-book-black:before, span.fa-star-half-full.links-icon-logout:before, span.fa-star-half-full.links-icon-help:before, span.fa-star-half-full.links-icon-contact:before, div.fa-star-half-full.links-icon-globe:before, span.fa-star-half-full.topnav-icon-:before, span.fa-star-half-full.topnav-icon-Active:before, span.fa-star-half-full.app-group-minus:before, span.fa-star-half-full.app-group-plus:before, .fa-star-half-full.lock-icon-danger:before {
  content: "";
}

.fa.fa-code-fork:before, a.fa-code-fork.favorite-book-black:before, span.fa-code-fork.links-icon-logout:before, span.fa-code-fork.links-icon-help:before, span.fa-code-fork.links-icon-contact:before, div.fa-code-fork.links-icon-globe:before, span.fa-code-fork.topnav-icon-:before, span.fa-code-fork.topnav-icon-Active:before, span.fa-code-fork.app-group-minus:before, span.fa-code-fork.app-group-plus:before, .fa-code-fork.lock-icon-danger:before {
  content: "";
}

.fa.fa-chain-broken:before, a.fa-chain-broken.favorite-book-black:before, span.fa-chain-broken.links-icon-logout:before, span.fa-chain-broken.links-icon-help:before, span.fa-chain-broken.links-icon-contact:before, div.fa-chain-broken.links-icon-globe:before, span.fa-chain-broken.topnav-icon-:before, span.fa-chain-broken.topnav-icon-Active:before, span.fa-chain-broken.app-group-minus:before, span.fa-chain-broken.app-group-plus:before, .fa-chain-broken.lock-icon-danger:before {
  content: "";
}

.fa.fa-shield:before, a.fa-shield.favorite-book-black:before, span.fa-shield.links-icon-logout:before, span.fa-shield.links-icon-help:before, span.fa-shield.links-icon-contact:before, div.fa-shield.links-icon-globe:before, span.fa-shield.topnav-icon-:before, span.fa-shield.topnav-icon-Active:before, span.fa-shield.app-group-minus:before, span.fa-shield.app-group-plus:before, .fa-shield.lock-icon-danger:before {
  content: "";
}

.fa.fa-calendar-o, a.fa-calendar-o.favorite-book-black, span.fa-calendar-o.links-icon-logout, span.fa-calendar-o.links-icon-help, span.fa-calendar-o.links-icon-contact, div.fa-calendar-o.links-icon-globe, span.fa-calendar-o.topnav-icon-, span.fa-calendar-o.topnav-icon-Active, span.fa-calendar-o.app-group-minus, span.fa-calendar-o.app-group-plus, .fa-calendar-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-o:before, a.fa-calendar-o.favorite-book-black:before, span.fa-calendar-o.links-icon-logout:before, span.fa-calendar-o.links-icon-help:before, span.fa-calendar-o.links-icon-contact:before, div.fa-calendar-o.links-icon-globe:before, span.fa-calendar-o.topnav-icon-:before, span.fa-calendar-o.topnav-icon-Active:before, span.fa-calendar-o.app-group-minus:before, span.fa-calendar-o.app-group-plus:before, .fa-calendar-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-maxcdn, a.fa-maxcdn.favorite-book-black, span.fa-maxcdn.links-icon-logout, span.fa-maxcdn.links-icon-help, span.fa-maxcdn.links-icon-contact, div.fa-maxcdn.links-icon-globe, span.fa-maxcdn.topnav-icon-, span.fa-maxcdn.topnav-icon-Active, span.fa-maxcdn.app-group-minus, span.fa-maxcdn.app-group-plus, .fa-maxcdn.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5, a.fa-html5.favorite-book-black, span.fa-html5.links-icon-logout, span.fa-html5.links-icon-help, span.fa-html5.links-icon-contact, div.fa-html5.links-icon-globe, span.fa-html5.topnav-icon-, span.fa-html5.topnav-icon-Active, span.fa-html5.app-group-minus, span.fa-html5.app-group-plus, .fa-html5.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3, a.fa-css3.favorite-book-black, span.fa-css3.links-icon-logout, span.fa-css3.links-icon-help, span.fa-css3.links-icon-contact, div.fa-css3.links-icon-globe, span.fa-css3.topnav-icon-, span.fa-css3.topnav-icon-Active, span.fa-css3.app-group-minus, span.fa-css3.app-group-plus, .fa-css3.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before, a.fa-ticket.favorite-book-black:before, span.fa-ticket.links-icon-logout:before, span.fa-ticket.links-icon-help:before, span.fa-ticket.links-icon-contact:before, div.fa-ticket.links-icon-globe:before, span.fa-ticket.topnav-icon-:before, span.fa-ticket.topnav-icon-Active:before, span.fa-ticket.app-group-minus:before, span.fa-ticket.app-group-plus:before, .fa-ticket.lock-icon-danger:before {
  content: "";
}

.fa.fa-minus-square-o, a.fa-minus-square-o.favorite-book-black, span.fa-minus-square-o.links-icon-logout, span.fa-minus-square-o.links-icon-help, span.fa-minus-square-o.links-icon-contact, div.fa-minus-square-o.links-icon-globe, span.fa-minus-square-o.topnav-icon-, span.fa-minus-square-o.topnav-icon-Active, span.fa-minus-square-o.app-group-minus, span.fa-minus-square-o.app-group-plus, .fa-minus-square-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before, a.fa-minus-square-o.favorite-book-black:before, span.fa-minus-square-o.links-icon-logout:before, span.fa-minus-square-o.links-icon-help:before, span.fa-minus-square-o.links-icon-contact:before, div.fa-minus-square-o.links-icon-globe:before, span.fa-minus-square-o.topnav-icon-:before, span.fa-minus-square-o.topnav-icon-Active:before, span.fa-minus-square-o.app-group-minus:before, span.fa-minus-square-o.app-group-plus:before, .fa-minus-square-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-level-up:before, a.fa-level-up.favorite-book-black:before, span.fa-level-up.links-icon-logout:before, span.fa-level-up.links-icon-help:before, span.fa-level-up.links-icon-contact:before, div.fa-level-up.links-icon-globe:before, span.fa-level-up.topnav-icon-:before, span.fa-level-up.topnav-icon-Active:before, span.fa-level-up.app-group-minus:before, span.fa-level-up.app-group-plus:before, .fa-level-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-level-down:before, a.fa-level-down.favorite-book-black:before, span.fa-level-down.links-icon-logout:before, span.fa-level-down.links-icon-help:before, span.fa-level-down.links-icon-contact:before, div.fa-level-down.links-icon-globe:before, span.fa-level-down.topnav-icon-:before, span.fa-level-down.topnav-icon-Active:before, span.fa-level-down.app-group-minus:before, span.fa-level-down.app-group-plus:before, .fa-level-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-pencil-square:before, a.fa-pencil-square.favorite-book-black:before, span.fa-pencil-square.links-icon-logout:before, span.fa-pencil-square.links-icon-help:before, span.fa-pencil-square.links-icon-contact:before, div.fa-pencil-square.links-icon-globe:before, span.fa-pencil-square.topnav-icon-:before, span.fa-pencil-square.topnav-icon-Active:before, span.fa-pencil-square.app-group-minus:before, span.fa-pencil-square.app-group-plus:before, .fa-pencil-square.lock-icon-danger:before {
  content: "";
}

.fa.fa-external-link-square:before, a.fa-external-link-square.favorite-book-black:before, span.fa-external-link-square.links-icon-logout:before, span.fa-external-link-square.links-icon-help:before, span.fa-external-link-square.links-icon-contact:before, div.fa-external-link-square.links-icon-globe:before, span.fa-external-link-square.topnav-icon-:before, span.fa-external-link-square.topnav-icon-Active:before, span.fa-external-link-square.app-group-minus:before, span.fa-external-link-square.app-group-plus:before, .fa-external-link-square.lock-icon-danger:before {
  content: "";
}

.fa.fa-compass, a.fa-compass.favorite-book-black, span.fa-compass.links-icon-logout, span.fa-compass.links-icon-help, span.fa-compass.links-icon-contact, div.fa-compass.links-icon-globe, span.fa-compass.topnav-icon-, span.fa-compass.topnav-icon-Active, span.fa-compass.app-group-minus, span.fa-compass.app-group-plus, .fa-compass.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down, a.fa-caret-square-o-down.favorite-book-black, span.fa-caret-square-o-down.links-icon-logout, span.fa-caret-square-o-down.links-icon-help, span.fa-caret-square-o-down.links-icon-contact, div.fa-caret-square-o-down.links-icon-globe, span.fa-caret-square-o-down.topnav-icon-, span.fa-caret-square-o-down.topnav-icon-Active, span.fa-caret-square-o-down.app-group-minus, span.fa-caret-square-o-down.app-group-plus, .fa-caret-square-o-down.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before, a.fa-caret-square-o-down.favorite-book-black:before, span.fa-caret-square-o-down.links-icon-logout:before, span.fa-caret-square-o-down.links-icon-help:before, span.fa-caret-square-o-down.links-icon-contact:before, div.fa-caret-square-o-down.links-icon-globe:before, span.fa-caret-square-o-down.topnav-icon-:before, span.fa-caret-square-o-down.topnav-icon-Active:before, span.fa-caret-square-o-down.app-group-minus:before, span.fa-caret-square-o-down.app-group-plus:before, .fa-caret-square-o-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-toggle-down, a.fa-toggle-down.favorite-book-black, span.fa-toggle-down.links-icon-logout, span.fa-toggle-down.links-icon-help, span.fa-toggle-down.links-icon-contact, div.fa-toggle-down.links-icon-globe, span.fa-toggle-down.topnav-icon-, span.fa-toggle-down.topnav-icon-Active, span.fa-toggle-down.app-group-minus, span.fa-toggle-down.app-group-plus, .fa-toggle-down.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-down:before, a.fa-toggle-down.favorite-book-black:before, span.fa-toggle-down.links-icon-logout:before, span.fa-toggle-down.links-icon-help:before, span.fa-toggle-down.links-icon-contact:before, div.fa-toggle-down.links-icon-globe:before, span.fa-toggle-down.topnav-icon-:before, span.fa-toggle-down.topnav-icon-Active:before, span.fa-toggle-down.app-group-minus:before, span.fa-toggle-down.app-group-plus:before, .fa-toggle-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-caret-square-o-up, a.fa-caret-square-o-up.favorite-book-black, span.fa-caret-square-o-up.links-icon-logout, span.fa-caret-square-o-up.links-icon-help, span.fa-caret-square-o-up.links-icon-contact, div.fa-caret-square-o-up.links-icon-globe, span.fa-caret-square-o-up.topnav-icon-, span.fa-caret-square-o-up.topnav-icon-Active, span.fa-caret-square-o-up.app-group-minus, span.fa-caret-square-o-up.app-group-plus, .fa-caret-square-o-up.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before, a.fa-caret-square-o-up.favorite-book-black:before, span.fa-caret-square-o-up.links-icon-logout:before, span.fa-caret-square-o-up.links-icon-help:before, span.fa-caret-square-o-up.links-icon-contact:before, div.fa-caret-square-o-up.links-icon-globe:before, span.fa-caret-square-o-up.topnav-icon-:before, span.fa-caret-square-o-up.topnav-icon-Active:before, span.fa-caret-square-o-up.app-group-minus:before, span.fa-caret-square-o-up.app-group-plus:before, .fa-caret-square-o-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-toggle-up, a.fa-toggle-up.favorite-book-black, span.fa-toggle-up.links-icon-logout, span.fa-toggle-up.links-icon-help, span.fa-toggle-up.links-icon-contact, div.fa-toggle-up.links-icon-globe, span.fa-toggle-up.topnav-icon-, span.fa-toggle-up.topnav-icon-Active, span.fa-toggle-up.app-group-minus, span.fa-toggle-up.app-group-plus, .fa-toggle-up.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-up:before, a.fa-toggle-up.favorite-book-black:before, span.fa-toggle-up.links-icon-logout:before, span.fa-toggle-up.links-icon-help:before, span.fa-toggle-up.links-icon-contact:before, div.fa-toggle-up.links-icon-globe:before, span.fa-toggle-up.topnav-icon-:before, span.fa-toggle-up.topnav-icon-Active:before, span.fa-toggle-up.app-group-minus:before, span.fa-toggle-up.app-group-plus:before, .fa-toggle-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-caret-square-o-right, a.fa-caret-square-o-right.favorite-book-black, span.fa-caret-square-o-right.links-icon-logout, span.fa-caret-square-o-right.links-icon-help, span.fa-caret-square-o-right.links-icon-contact, div.fa-caret-square-o-right.links-icon-globe, span.fa-caret-square-o-right.topnav-icon-, span.fa-caret-square-o-right.topnav-icon-Active, span.fa-caret-square-o-right.app-group-minus, span.fa-caret-square-o-right.app-group-plus, .fa-caret-square-o-right.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before, a.fa-caret-square-o-right.favorite-book-black:before, span.fa-caret-square-o-right.links-icon-logout:before, span.fa-caret-square-o-right.links-icon-help:before, span.fa-caret-square-o-right.links-icon-contact:before, div.fa-caret-square-o-right.links-icon-globe:before, span.fa-caret-square-o-right.topnav-icon-:before, span.fa-caret-square-o-right.topnav-icon-Active:before, span.fa-caret-square-o-right.app-group-minus:before, span.fa-caret-square-o-right.app-group-plus:before, .fa-caret-square-o-right.lock-icon-danger:before {
  content: "";
}

.fa.fa-toggle-right, a.fa-toggle-right.favorite-book-black, span.fa-toggle-right.links-icon-logout, span.fa-toggle-right.links-icon-help, span.fa-toggle-right.links-icon-contact, div.fa-toggle-right.links-icon-globe, span.fa-toggle-right.topnav-icon-, span.fa-toggle-right.topnav-icon-Active, span.fa-toggle-right.app-group-minus, span.fa-toggle-right.app-group-plus, .fa-toggle-right.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-right:before, a.fa-toggle-right.favorite-book-black:before, span.fa-toggle-right.links-icon-logout:before, span.fa-toggle-right.links-icon-help:before, span.fa-toggle-right.links-icon-contact:before, div.fa-toggle-right.links-icon-globe:before, span.fa-toggle-right.topnav-icon-:before, span.fa-toggle-right.topnav-icon-Active:before, span.fa-toggle-right.app-group-minus:before, span.fa-toggle-right.app-group-plus:before, .fa-toggle-right.lock-icon-danger:before {
  content: "";
}

.fa.fa-eur:before, a.fa-eur.favorite-book-black:before, span.fa-eur.links-icon-logout:before, span.fa-eur.links-icon-help:before, span.fa-eur.links-icon-contact:before, div.fa-eur.links-icon-globe:before, span.fa-eur.topnav-icon-:before, span.fa-eur.topnav-icon-Active:before, span.fa-eur.app-group-minus:before, span.fa-eur.app-group-plus:before, .fa-eur.lock-icon-danger:before {
  content: "";
}

.fa.fa-euro:before, a.fa-euro.favorite-book-black:before, span.fa-euro.links-icon-logout:before, span.fa-euro.links-icon-help:before, span.fa-euro.links-icon-contact:before, div.fa-euro.links-icon-globe:before, span.fa-euro.topnav-icon-:before, span.fa-euro.topnav-icon-Active:before, span.fa-euro.app-group-minus:before, span.fa-euro.app-group-plus:before, .fa-euro.lock-icon-danger:before {
  content: "";
}

.fa.fa-gbp:before, a.fa-gbp.favorite-book-black:before, span.fa-gbp.links-icon-logout:before, span.fa-gbp.links-icon-help:before, span.fa-gbp.links-icon-contact:before, div.fa-gbp.links-icon-globe:before, span.fa-gbp.topnav-icon-:before, span.fa-gbp.topnav-icon-Active:before, span.fa-gbp.app-group-minus:before, span.fa-gbp.app-group-plus:before, .fa-gbp.lock-icon-danger:before {
  content: "";
}

.fa.fa-usd:before, a.fa-usd.favorite-book-black:before, span.fa-usd.links-icon-logout:before, span.fa-usd.links-icon-help:before, span.fa-usd.links-icon-contact:before, div.fa-usd.links-icon-globe:before, span.fa-usd.topnav-icon-:before, span.fa-usd.topnav-icon-Active:before, span.fa-usd.app-group-minus:before, span.fa-usd.app-group-plus:before, .fa-usd.lock-icon-danger:before {
  content: "";
}

.fa.fa-dollar:before, a.fa-dollar.favorite-book-black:before, span.fa-dollar.links-icon-logout:before, span.fa-dollar.links-icon-help:before, span.fa-dollar.links-icon-contact:before, div.fa-dollar.links-icon-globe:before, span.fa-dollar.topnav-icon-:before, span.fa-dollar.topnav-icon-Active:before, span.fa-dollar.app-group-minus:before, span.fa-dollar.app-group-plus:before, .fa-dollar.lock-icon-danger:before {
  content: "";
}

.fa.fa-inr:before, a.fa-inr.favorite-book-black:before, span.fa-inr.links-icon-logout:before, span.fa-inr.links-icon-help:before, span.fa-inr.links-icon-contact:before, div.fa-inr.links-icon-globe:before, span.fa-inr.topnav-icon-:before, span.fa-inr.topnav-icon-Active:before, span.fa-inr.app-group-minus:before, span.fa-inr.app-group-plus:before, .fa-inr.lock-icon-danger:before {
  content: "";
}

.fa.fa-rupee:before, a.fa-rupee.favorite-book-black:before, span.fa-rupee.links-icon-logout:before, span.fa-rupee.links-icon-help:before, span.fa-rupee.links-icon-contact:before, div.fa-rupee.links-icon-globe:before, span.fa-rupee.topnav-icon-:before, span.fa-rupee.topnav-icon-Active:before, span.fa-rupee.app-group-minus:before, span.fa-rupee.app-group-plus:before, .fa-rupee.lock-icon-danger:before {
  content: "";
}

.fa.fa-jpy:before, a.fa-jpy.favorite-book-black:before, span.fa-jpy.links-icon-logout:before, span.fa-jpy.links-icon-help:before, span.fa-jpy.links-icon-contact:before, div.fa-jpy.links-icon-globe:before, span.fa-jpy.topnav-icon-:before, span.fa-jpy.topnav-icon-Active:before, span.fa-jpy.app-group-minus:before, span.fa-jpy.app-group-plus:before, .fa-jpy.lock-icon-danger:before {
  content: "";
}

.fa.fa-cny:before, a.fa-cny.favorite-book-black:before, span.fa-cny.links-icon-logout:before, span.fa-cny.links-icon-help:before, span.fa-cny.links-icon-contact:before, div.fa-cny.links-icon-globe:before, span.fa-cny.topnav-icon-:before, span.fa-cny.topnav-icon-Active:before, span.fa-cny.app-group-minus:before, span.fa-cny.app-group-plus:before, .fa-cny.lock-icon-danger:before {
  content: "";
}

.fa.fa-rmb:before, a.fa-rmb.favorite-book-black:before, span.fa-rmb.links-icon-logout:before, span.fa-rmb.links-icon-help:before, span.fa-rmb.links-icon-contact:before, div.fa-rmb.links-icon-globe:before, span.fa-rmb.topnav-icon-:before, span.fa-rmb.topnav-icon-Active:before, span.fa-rmb.app-group-minus:before, span.fa-rmb.app-group-plus:before, .fa-rmb.lock-icon-danger:before {
  content: "";
}

.fa.fa-yen:before, a.fa-yen.favorite-book-black:before, span.fa-yen.links-icon-logout:before, span.fa-yen.links-icon-help:before, span.fa-yen.links-icon-contact:before, div.fa-yen.links-icon-globe:before, span.fa-yen.topnav-icon-:before, span.fa-yen.topnav-icon-Active:before, span.fa-yen.app-group-minus:before, span.fa-yen.app-group-plus:before, .fa-yen.lock-icon-danger:before {
  content: "";
}

.fa.fa-rub:before, a.fa-rub.favorite-book-black:before, span.fa-rub.links-icon-logout:before, span.fa-rub.links-icon-help:before, span.fa-rub.links-icon-contact:before, div.fa-rub.links-icon-globe:before, span.fa-rub.topnav-icon-:before, span.fa-rub.topnav-icon-Active:before, span.fa-rub.app-group-minus:before, span.fa-rub.app-group-plus:before, .fa-rub.lock-icon-danger:before {
  content: "";
}

.fa.fa-ruble:before, a.fa-ruble.favorite-book-black:before, span.fa-ruble.links-icon-logout:before, span.fa-ruble.links-icon-help:before, span.fa-ruble.links-icon-contact:before, div.fa-ruble.links-icon-globe:before, span.fa-ruble.topnav-icon-:before, span.fa-ruble.topnav-icon-Active:before, span.fa-ruble.app-group-minus:before, span.fa-ruble.app-group-plus:before, .fa-ruble.lock-icon-danger:before {
  content: "";
}

.fa.fa-rouble:before, a.fa-rouble.favorite-book-black:before, span.fa-rouble.links-icon-logout:before, span.fa-rouble.links-icon-help:before, span.fa-rouble.links-icon-contact:before, div.fa-rouble.links-icon-globe:before, span.fa-rouble.topnav-icon-:before, span.fa-rouble.topnav-icon-Active:before, span.fa-rouble.app-group-minus:before, span.fa-rouble.app-group-plus:before, .fa-rouble.lock-icon-danger:before {
  content: "";
}

.fa.fa-krw:before, a.fa-krw.favorite-book-black:before, span.fa-krw.links-icon-logout:before, span.fa-krw.links-icon-help:before, span.fa-krw.links-icon-contact:before, div.fa-krw.links-icon-globe:before, span.fa-krw.topnav-icon-:before, span.fa-krw.topnav-icon-Active:before, span.fa-krw.app-group-minus:before, span.fa-krw.app-group-plus:before, .fa-krw.lock-icon-danger:before {
  content: "";
}

.fa.fa-won:before, a.fa-won.favorite-book-black:before, span.fa-won.links-icon-logout:before, span.fa-won.links-icon-help:before, span.fa-won.links-icon-contact:before, div.fa-won.links-icon-globe:before, span.fa-won.topnav-icon-:before, span.fa-won.topnav-icon-Active:before, span.fa-won.app-group-minus:before, span.fa-won.app-group-plus:before, .fa-won.lock-icon-danger:before {
  content: "";
}

.fa.fa-btc, a.fa-btc.favorite-book-black, span.fa-btc.links-icon-logout, span.fa-btc.links-icon-help, span.fa-btc.links-icon-contact, div.fa-btc.links-icon-globe, span.fa-btc.topnav-icon-, span.fa-btc.topnav-icon-Active, span.fa-btc.app-group-minus, span.fa-btc.app-group-plus, .fa-btc.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin, a.fa-bitcoin.favorite-book-black, span.fa-bitcoin.links-icon-logout, span.fa-bitcoin.links-icon-help, span.fa-bitcoin.links-icon-contact, div.fa-bitcoin.links-icon-globe, span.fa-bitcoin.topnav-icon-, span.fa-bitcoin.topnav-icon-Active, span.fa-bitcoin.app-group-minus, span.fa-bitcoin.app-group-plus, .fa-bitcoin.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin:before, a.fa-bitcoin.favorite-book-black:before, span.fa-bitcoin.links-icon-logout:before, span.fa-bitcoin.links-icon-help:before, span.fa-bitcoin.links-icon-contact:before, div.fa-bitcoin.links-icon-globe:before, span.fa-bitcoin.topnav-icon-:before, span.fa-bitcoin.topnav-icon-Active:before, span.fa-bitcoin.app-group-minus:before, span.fa-bitcoin.app-group-plus:before, .fa-bitcoin.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-text:before, a.fa-file-text.favorite-book-black:before, span.fa-file-text.links-icon-logout:before, span.fa-file-text.links-icon-help:before, span.fa-file-text.links-icon-contact:before, div.fa-file-text.links-icon-globe:before, span.fa-file-text.topnav-icon-:before, span.fa-file-text.topnav-icon-Active:before, span.fa-file-text.app-group-minus:before, span.fa-file-text.app-group-plus:before, .fa-file-text.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-alpha-asc:before, a.fa-sort-alpha-asc.favorite-book-black:before, span.fa-sort-alpha-asc.links-icon-logout:before, span.fa-sort-alpha-asc.links-icon-help:before, span.fa-sort-alpha-asc.links-icon-contact:before, div.fa-sort-alpha-asc.links-icon-globe:before, span.fa-sort-alpha-asc.topnav-icon-:before, span.fa-sort-alpha-asc.topnav-icon-Active:before, span.fa-sort-alpha-asc.app-group-minus:before, span.fa-sort-alpha-asc.app-group-plus:before, .fa-sort-alpha-asc.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-alpha-desc:before, a.fa-sort-alpha-desc.favorite-book-black:before, span.fa-sort-alpha-desc.links-icon-logout:before, span.fa-sort-alpha-desc.links-icon-help:before, span.fa-sort-alpha-desc.links-icon-contact:before, div.fa-sort-alpha-desc.links-icon-globe:before, span.fa-sort-alpha-desc.topnav-icon-:before, span.fa-sort-alpha-desc.topnav-icon-Active:before, span.fa-sort-alpha-desc.app-group-minus:before, span.fa-sort-alpha-desc.app-group-plus:before, .fa-sort-alpha-desc.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-amount-asc:before, a.fa-sort-amount-asc.favorite-book-black:before, span.fa-sort-amount-asc.links-icon-logout:before, span.fa-sort-amount-asc.links-icon-help:before, span.fa-sort-amount-asc.links-icon-contact:before, div.fa-sort-amount-asc.links-icon-globe:before, span.fa-sort-amount-asc.topnav-icon-:before, span.fa-sort-amount-asc.topnav-icon-Active:before, span.fa-sort-amount-asc.app-group-minus:before, span.fa-sort-amount-asc.app-group-plus:before, .fa-sort-amount-asc.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-amount-desc:before, a.fa-sort-amount-desc.favorite-book-black:before, span.fa-sort-amount-desc.links-icon-logout:before, span.fa-sort-amount-desc.links-icon-help:before, span.fa-sort-amount-desc.links-icon-contact:before, div.fa-sort-amount-desc.links-icon-globe:before, span.fa-sort-amount-desc.topnav-icon-:before, span.fa-sort-amount-desc.topnav-icon-Active:before, span.fa-sort-amount-desc.app-group-minus:before, span.fa-sort-amount-desc.app-group-plus:before, .fa-sort-amount-desc.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-numeric-asc:before, a.fa-sort-numeric-asc.favorite-book-black:before, span.fa-sort-numeric-asc.links-icon-logout:before, span.fa-sort-numeric-asc.links-icon-help:before, span.fa-sort-numeric-asc.links-icon-contact:before, div.fa-sort-numeric-asc.links-icon-globe:before, span.fa-sort-numeric-asc.topnav-icon-:before, span.fa-sort-numeric-asc.topnav-icon-Active:before, span.fa-sort-numeric-asc.app-group-minus:before, span.fa-sort-numeric-asc.app-group-plus:before, .fa-sort-numeric-asc.lock-icon-danger:before {
  content: "";
}

.fa.fa-sort-numeric-desc:before, a.fa-sort-numeric-desc.favorite-book-black:before, span.fa-sort-numeric-desc.links-icon-logout:before, span.fa-sort-numeric-desc.links-icon-help:before, span.fa-sort-numeric-desc.links-icon-contact:before, div.fa-sort-numeric-desc.links-icon-globe:before, span.fa-sort-numeric-desc.topnav-icon-:before, span.fa-sort-numeric-desc.topnav-icon-Active:before, span.fa-sort-numeric-desc.app-group-minus:before, span.fa-sort-numeric-desc.app-group-plus:before, .fa-sort-numeric-desc.lock-icon-danger:before {
  content: "";
}

.fa.fa-youtube-square, a.fa-youtube-square.favorite-book-black, span.fa-youtube-square.links-icon-logout, span.fa-youtube-square.links-icon-help, span.fa-youtube-square.links-icon-contact, div.fa-youtube-square.links-icon-globe, span.fa-youtube-square.topnav-icon-, span.fa-youtube-square.topnav-icon-Active, span.fa-youtube-square.app-group-minus, span.fa-youtube-square.app-group-plus, .fa-youtube-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube, a.fa-youtube.favorite-book-black, span.fa-youtube.links-icon-logout, span.fa-youtube.links-icon-help, span.fa-youtube.links-icon-contact, div.fa-youtube.links-icon-globe, span.fa-youtube.topnav-icon-, span.fa-youtube.topnav-icon-Active, span.fa-youtube.app-group-minus, span.fa-youtube.app-group-plus, .fa-youtube.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing, a.fa-xing.favorite-book-black, span.fa-xing.links-icon-logout, span.fa-xing.links-icon-help, span.fa-xing.links-icon-contact, div.fa-xing.links-icon-globe, span.fa-xing.topnav-icon-, span.fa-xing.topnav-icon-Active, span.fa-xing.app-group-minus, span.fa-xing.app-group-plus, .fa-xing.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square, a.fa-xing-square.favorite-book-black, span.fa-xing-square.links-icon-logout, span.fa-xing-square.links-icon-help, span.fa-xing-square.links-icon-contact, div.fa-xing-square.links-icon-globe, span.fa-xing-square.topnav-icon-, span.fa-xing-square.topnav-icon-Active, span.fa-xing-square.app-group-minus, span.fa-xing-square.app-group-plus, .fa-xing-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play, a.fa-youtube-play.favorite-book-black, span.fa-youtube-play.links-icon-logout, span.fa-youtube-play.links-icon-help, span.fa-youtube-play.links-icon-contact, div.fa-youtube-play.links-icon-globe, span.fa-youtube-play.topnav-icon-, span.fa-youtube-play.topnav-icon-Active, span.fa-youtube-play.app-group-minus, span.fa-youtube-play.app-group-plus, .fa-youtube-play.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before, a.fa-youtube-play.favorite-book-black:before, span.fa-youtube-play.links-icon-logout:before, span.fa-youtube-play.links-icon-help:before, span.fa-youtube-play.links-icon-contact:before, div.fa-youtube-play.links-icon-globe:before, span.fa-youtube-play.topnav-icon-:before, span.fa-youtube-play.topnav-icon-Active:before, span.fa-youtube-play.app-group-minus:before, span.fa-youtube-play.app-group-plus:before, .fa-youtube-play.lock-icon-danger:before {
  content: "";
}

.fa.fa-dropbox, a.fa-dropbox.favorite-book-black, span.fa-dropbox.links-icon-logout, span.fa-dropbox.links-icon-help, span.fa-dropbox.links-icon-contact, div.fa-dropbox.links-icon-globe, span.fa-dropbox.topnav-icon-, span.fa-dropbox.topnav-icon-Active, span.fa-dropbox.app-group-minus, span.fa-dropbox.app-group-plus, .fa-dropbox.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow, a.fa-stack-overflow.favorite-book-black, span.fa-stack-overflow.links-icon-logout, span.fa-stack-overflow.links-icon-help, span.fa-stack-overflow.links-icon-contact, div.fa-stack-overflow.links-icon-globe, span.fa-stack-overflow.topnav-icon-, span.fa-stack-overflow.topnav-icon-Active, span.fa-stack-overflow.app-group-minus, span.fa-stack-overflow.app-group-plus, .fa-stack-overflow.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram, a.fa-instagram.favorite-book-black, span.fa-instagram.links-icon-logout, span.fa-instagram.links-icon-help, span.fa-instagram.links-icon-contact, div.fa-instagram.links-icon-globe, span.fa-instagram.topnav-icon-, span.fa-instagram.topnav-icon-Active, span.fa-instagram.app-group-minus, span.fa-instagram.app-group-plus, .fa-instagram.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr, a.fa-flickr.favorite-book-black, span.fa-flickr.links-icon-logout, span.fa-flickr.links-icon-help, span.fa-flickr.links-icon-contact, div.fa-flickr.links-icon-globe, span.fa-flickr.topnav-icon-, span.fa-flickr.topnav-icon-Active, span.fa-flickr.app-group-minus, span.fa-flickr.app-group-plus, .fa-flickr.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn, a.fa-adn.favorite-book-black, span.fa-adn.links-icon-logout, span.fa-adn.links-icon-help, span.fa-adn.links-icon-contact, div.fa-adn.links-icon-globe, span.fa-adn.topnav-icon-, span.fa-adn.topnav-icon-Active, span.fa-adn.app-group-minus, span.fa-adn.app-group-plus, .fa-adn.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket, a.fa-bitbucket.favorite-book-black, span.fa-bitbucket.links-icon-logout, span.fa-bitbucket.links-icon-help, span.fa-bitbucket.links-icon-contact, div.fa-bitbucket.links-icon-globe, span.fa-bitbucket.topnav-icon-, span.fa-bitbucket.topnav-icon-Active, span.fa-bitbucket.app-group-minus, span.fa-bitbucket.app-group-plus, .fa-bitbucket.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square, a.fa-bitbucket-square.favorite-book-black, span.fa-bitbucket-square.links-icon-logout, span.fa-bitbucket-square.links-icon-help, span.fa-bitbucket-square.links-icon-contact, div.fa-bitbucket-square.links-icon-globe, span.fa-bitbucket-square.topnav-icon-, span.fa-bitbucket-square.topnav-icon-Active, span.fa-bitbucket-square.app-group-minus, span.fa-bitbucket-square.app-group-plus, .fa-bitbucket-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square:before, a.fa-bitbucket-square.favorite-book-black:before, span.fa-bitbucket-square.links-icon-logout:before, span.fa-bitbucket-square.links-icon-help:before, span.fa-bitbucket-square.links-icon-contact:before, div.fa-bitbucket-square.links-icon-globe:before, span.fa-bitbucket-square.topnav-icon-:before, span.fa-bitbucket-square.topnav-icon-Active:before, span.fa-bitbucket-square.app-group-minus:before, span.fa-bitbucket-square.app-group-plus:before, .fa-bitbucket-square.lock-icon-danger:before {
  content: "";
}

.fa.fa-tumblr, a.fa-tumblr.favorite-book-black, span.fa-tumblr.links-icon-logout, span.fa-tumblr.links-icon-help, span.fa-tumblr.links-icon-contact, div.fa-tumblr.links-icon-globe, span.fa-tumblr.topnav-icon-, span.fa-tumblr.topnav-icon-Active, span.fa-tumblr.app-group-minus, span.fa-tumblr.app-group-plus, .fa-tumblr.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square, a.fa-tumblr-square.favorite-book-black, span.fa-tumblr-square.links-icon-logout, span.fa-tumblr-square.links-icon-help, span.fa-tumblr-square.links-icon-contact, div.fa-tumblr-square.links-icon-globe, span.fa-tumblr-square.topnav-icon-, span.fa-tumblr-square.topnav-icon-Active, span.fa-tumblr-square.app-group-minus, span.fa-tumblr-square.app-group-plus, .fa-tumblr-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-long-arrow-down:before, a.fa-long-arrow-down.favorite-book-black:before, span.fa-long-arrow-down.links-icon-logout:before, span.fa-long-arrow-down.links-icon-help:before, span.fa-long-arrow-down.links-icon-contact:before, div.fa-long-arrow-down.links-icon-globe:before, span.fa-long-arrow-down.topnav-icon-:before, span.fa-long-arrow-down.topnav-icon-Active:before, span.fa-long-arrow-down.app-group-minus:before, span.fa-long-arrow-down.app-group-plus:before, .fa-long-arrow-down.lock-icon-danger:before {
  content: "";
}

.fa.fa-long-arrow-up:before, a.fa-long-arrow-up.favorite-book-black:before, span.fa-long-arrow-up.links-icon-logout:before, span.fa-long-arrow-up.links-icon-help:before, span.fa-long-arrow-up.links-icon-contact:before, div.fa-long-arrow-up.links-icon-globe:before, span.fa-long-arrow-up.topnav-icon-:before, span.fa-long-arrow-up.topnav-icon-Active:before, span.fa-long-arrow-up.app-group-minus:before, span.fa-long-arrow-up.app-group-plus:before, .fa-long-arrow-up.lock-icon-danger:before {
  content: "";
}

.fa.fa-long-arrow-left:before, a.fa-long-arrow-left.favorite-book-black:before, span.fa-long-arrow-left.links-icon-logout:before, span.fa-long-arrow-left.links-icon-help:before, span.fa-long-arrow-left.links-icon-contact:before, div.fa-long-arrow-left.links-icon-globe:before, span.fa-long-arrow-left.topnav-icon-:before, span.fa-long-arrow-left.topnav-icon-Active:before, span.fa-long-arrow-left.app-group-minus:before, span.fa-long-arrow-left.app-group-plus:before, .fa-long-arrow-left.lock-icon-danger:before {
  content: "";
}

.fa.fa-long-arrow-right:before, a.fa-long-arrow-right.favorite-book-black:before, span.fa-long-arrow-right.links-icon-logout:before, span.fa-long-arrow-right.links-icon-help:before, span.fa-long-arrow-right.links-icon-contact:before, div.fa-long-arrow-right.links-icon-globe:before, span.fa-long-arrow-right.topnav-icon-:before, span.fa-long-arrow-right.topnav-icon-Active:before, span.fa-long-arrow-right.app-group-minus:before, span.fa-long-arrow-right.app-group-plus:before, .fa-long-arrow-right.lock-icon-danger:before {
  content: "";
}

.fa.fa-apple, a.fa-apple.favorite-book-black, span.fa-apple.links-icon-logout, span.fa-apple.links-icon-help, span.fa-apple.links-icon-contact, div.fa-apple.links-icon-globe, span.fa-apple.topnav-icon-, span.fa-apple.topnav-icon-Active, span.fa-apple.app-group-minus, span.fa-apple.app-group-plus, .fa-apple.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows, a.fa-windows.favorite-book-black, span.fa-windows.links-icon-logout, span.fa-windows.links-icon-help, span.fa-windows.links-icon-contact, div.fa-windows.links-icon-globe, span.fa-windows.topnav-icon-, span.fa-windows.topnav-icon-Active, span.fa-windows.app-group-minus, span.fa-windows.app-group-plus, .fa-windows.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android, a.fa-android.favorite-book-black, span.fa-android.links-icon-logout, span.fa-android.links-icon-help, span.fa-android.links-icon-contact, div.fa-android.links-icon-globe, span.fa-android.topnav-icon-, span.fa-android.topnav-icon-Active, span.fa-android.app-group-minus, span.fa-android.app-group-plus, .fa-android.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux, a.fa-linux.favorite-book-black, span.fa-linux.links-icon-logout, span.fa-linux.links-icon-help, span.fa-linux.links-icon-contact, div.fa-linux.links-icon-globe, span.fa-linux.topnav-icon-, span.fa-linux.topnav-icon-Active, span.fa-linux.app-group-minus, span.fa-linux.app-group-plus, .fa-linux.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble, a.fa-dribbble.favorite-book-black, span.fa-dribbble.links-icon-logout, span.fa-dribbble.links-icon-help, span.fa-dribbble.links-icon-contact, div.fa-dribbble.links-icon-globe, span.fa-dribbble.topnav-icon-, span.fa-dribbble.topnav-icon-Active, span.fa-dribbble.app-group-minus, span.fa-dribbble.app-group-plus, .fa-dribbble.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype, a.fa-skype.favorite-book-black, span.fa-skype.links-icon-logout, span.fa-skype.links-icon-help, span.fa-skype.links-icon-contact, div.fa-skype.links-icon-globe, span.fa-skype.topnav-icon-, span.fa-skype.topnav-icon-Active, span.fa-skype.app-group-minus, span.fa-skype.app-group-plus, .fa-skype.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare, a.fa-foursquare.favorite-book-black, span.fa-foursquare.links-icon-logout, span.fa-foursquare.links-icon-help, span.fa-foursquare.links-icon-contact, div.fa-foursquare.links-icon-globe, span.fa-foursquare.topnav-icon-, span.fa-foursquare.topnav-icon-Active, span.fa-foursquare.app-group-minus, span.fa-foursquare.app-group-plus, .fa-foursquare.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello, a.fa-trello.favorite-book-black, span.fa-trello.links-icon-logout, span.fa-trello.links-icon-help, span.fa-trello.links-icon-contact, div.fa-trello.links-icon-globe, span.fa-trello.topnav-icon-, span.fa-trello.topnav-icon-Active, span.fa-trello.app-group-minus, span.fa-trello.app-group-plus, .fa-trello.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay, a.fa-gratipay.favorite-book-black, span.fa-gratipay.links-icon-logout, span.fa-gratipay.links-icon-help, span.fa-gratipay.links-icon-contact, div.fa-gratipay.links-icon-globe, span.fa-gratipay.topnav-icon-, span.fa-gratipay.topnav-icon-Active, span.fa-gratipay.app-group-minus, span.fa-gratipay.app-group-plus, .fa-gratipay.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip, a.fa-gittip.favorite-book-black, span.fa-gittip.links-icon-logout, span.fa-gittip.links-icon-help, span.fa-gittip.links-icon-contact, div.fa-gittip.links-icon-globe, span.fa-gittip.topnav-icon-, span.fa-gittip.topnav-icon-Active, span.fa-gittip.app-group-minus, span.fa-gittip.app-group-plus, .fa-gittip.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip:before, a.fa-gittip.favorite-book-black:before, span.fa-gittip.links-icon-logout:before, span.fa-gittip.links-icon-help:before, span.fa-gittip.links-icon-contact:before, div.fa-gittip.links-icon-globe:before, span.fa-gittip.topnav-icon-:before, span.fa-gittip.topnav-icon-Active:before, span.fa-gittip.app-group-minus:before, span.fa-gittip.app-group-plus:before, .fa-gittip.lock-icon-danger:before {
  content: "";
}

.fa.fa-sun-o, a.fa-sun-o.favorite-book-black, span.fa-sun-o.links-icon-logout, span.fa-sun-o.links-icon-help, span.fa-sun-o.links-icon-contact, div.fa-sun-o.links-icon-globe, span.fa-sun-o.topnav-icon-, span.fa-sun-o.topnav-icon-Active, span.fa-sun-o.app-group-minus, span.fa-sun-o.app-group-plus, .fa-sun-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before, a.fa-sun-o.favorite-book-black:before, span.fa-sun-o.links-icon-logout:before, span.fa-sun-o.links-icon-help:before, span.fa-sun-o.links-icon-contact:before, div.fa-sun-o.links-icon-globe:before, span.fa-sun-o.topnav-icon-:before, span.fa-sun-o.topnav-icon-Active:before, span.fa-sun-o.app-group-minus:before, span.fa-sun-o.app-group-plus:before, .fa-sun-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-moon-o, a.fa-moon-o.favorite-book-black, span.fa-moon-o.links-icon-logout, span.fa-moon-o.links-icon-help, span.fa-moon-o.links-icon-contact, div.fa-moon-o.links-icon-globe, span.fa-moon-o.topnav-icon-, span.fa-moon-o.topnav-icon-Active, span.fa-moon-o.app-group-minus, span.fa-moon-o.app-group-plus, .fa-moon-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before, a.fa-moon-o.favorite-book-black:before, span.fa-moon-o.links-icon-logout:before, span.fa-moon-o.links-icon-help:before, span.fa-moon-o.links-icon-contact:before, div.fa-moon-o.links-icon-globe:before, span.fa-moon-o.topnav-icon-:before, span.fa-moon-o.topnav-icon-Active:before, span.fa-moon-o.app-group-minus:before, span.fa-moon-o.app-group-plus:before, .fa-moon-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-vk, a.fa-vk.favorite-book-black, span.fa-vk.links-icon-logout, span.fa-vk.links-icon-help, span.fa-vk.links-icon-contact, div.fa-vk.links-icon-globe, span.fa-vk.topnav-icon-, span.fa-vk.topnav-icon-Active, span.fa-vk.app-group-minus, span.fa-vk.app-group-plus, .fa-vk.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo, a.fa-weibo.favorite-book-black, span.fa-weibo.links-icon-logout, span.fa-weibo.links-icon-help, span.fa-weibo.links-icon-contact, div.fa-weibo.links-icon-globe, span.fa-weibo.topnav-icon-, span.fa-weibo.topnav-icon-Active, span.fa-weibo.app-group-minus, span.fa-weibo.app-group-plus, .fa-weibo.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren, a.fa-renren.favorite-book-black, span.fa-renren.links-icon-logout, span.fa-renren.links-icon-help, span.fa-renren.links-icon-contact, div.fa-renren.links-icon-globe, span.fa-renren.topnav-icon-, span.fa-renren.topnav-icon-Active, span.fa-renren.app-group-minus, span.fa-renren.app-group-plus, .fa-renren.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines, a.fa-pagelines.favorite-book-black, span.fa-pagelines.links-icon-logout, span.fa-pagelines.links-icon-help, span.fa-pagelines.links-icon-contact, div.fa-pagelines.links-icon-globe, span.fa-pagelines.topnav-icon-, span.fa-pagelines.topnav-icon-Active, span.fa-pagelines.app-group-minus, span.fa-pagelines.app-group-plus, .fa-pagelines.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange, a.fa-stack-exchange.favorite-book-black, span.fa-stack-exchange.links-icon-logout, span.fa-stack-exchange.links-icon-help, span.fa-stack-exchange.links-icon-contact, div.fa-stack-exchange.links-icon-globe, span.fa-stack-exchange.topnav-icon-, span.fa-stack-exchange.topnav-icon-Active, span.fa-stack-exchange.app-group-minus, span.fa-stack-exchange.app-group-plus, .fa-stack-exchange.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right, a.fa-arrow-circle-o-right.favorite-book-black, span.fa-arrow-circle-o-right.links-icon-logout, span.fa-arrow-circle-o-right.links-icon-help, span.fa-arrow-circle-o-right.links-icon-contact, div.fa-arrow-circle-o-right.links-icon-globe, span.fa-arrow-circle-o-right.topnav-icon-, span.fa-arrow-circle-o-right.topnav-icon-Active, span.fa-arrow-circle-o-right.app-group-minus, span.fa-arrow-circle-o-right.app-group-plus, .fa-arrow-circle-o-right.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before, a.fa-arrow-circle-o-right.favorite-book-black:before, span.fa-arrow-circle-o-right.links-icon-logout:before, span.fa-arrow-circle-o-right.links-icon-help:before, span.fa-arrow-circle-o-right.links-icon-contact:before, div.fa-arrow-circle-o-right.links-icon-globe:before, span.fa-arrow-circle-o-right.topnav-icon-:before, span.fa-arrow-circle-o-right.topnav-icon-Active:before, span.fa-arrow-circle-o-right.app-group-minus:before, span.fa-arrow-circle-o-right.app-group-plus:before, .fa-arrow-circle-o-right.lock-icon-danger:before {
  content: "";
}

.fa.fa-arrow-circle-o-left, a.fa-arrow-circle-o-left.favorite-book-black, span.fa-arrow-circle-o-left.links-icon-logout, span.fa-arrow-circle-o-left.links-icon-help, span.fa-arrow-circle-o-left.links-icon-contact, div.fa-arrow-circle-o-left.links-icon-globe, span.fa-arrow-circle-o-left.topnav-icon-, span.fa-arrow-circle-o-left.topnav-icon-Active, span.fa-arrow-circle-o-left.app-group-minus, span.fa-arrow-circle-o-left.app-group-plus, .fa-arrow-circle-o-left.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before, a.fa-arrow-circle-o-left.favorite-book-black:before, span.fa-arrow-circle-o-left.links-icon-logout:before, span.fa-arrow-circle-o-left.links-icon-help:before, span.fa-arrow-circle-o-left.links-icon-contact:before, div.fa-arrow-circle-o-left.links-icon-globe:before, span.fa-arrow-circle-o-left.topnav-icon-:before, span.fa-arrow-circle-o-left.topnav-icon-Active:before, span.fa-arrow-circle-o-left.app-group-minus:before, span.fa-arrow-circle-o-left.app-group-plus:before, .fa-arrow-circle-o-left.lock-icon-danger:before {
  content: "";
}

.fa.fa-caret-square-o-left, a.fa-caret-square-o-left.favorite-book-black, span.fa-caret-square-o-left.links-icon-logout, span.fa-caret-square-o-left.links-icon-help, span.fa-caret-square-o-left.links-icon-contact, div.fa-caret-square-o-left.links-icon-globe, span.fa-caret-square-o-left.topnav-icon-, span.fa-caret-square-o-left.topnav-icon-Active, span.fa-caret-square-o-left.app-group-minus, span.fa-caret-square-o-left.app-group-plus, .fa-caret-square-o-left.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before, a.fa-caret-square-o-left.favorite-book-black:before, span.fa-caret-square-o-left.links-icon-logout:before, span.fa-caret-square-o-left.links-icon-help:before, span.fa-caret-square-o-left.links-icon-contact:before, div.fa-caret-square-o-left.links-icon-globe:before, span.fa-caret-square-o-left.topnav-icon-:before, span.fa-caret-square-o-left.topnav-icon-Active:before, span.fa-caret-square-o-left.app-group-minus:before, span.fa-caret-square-o-left.app-group-plus:before, .fa-caret-square-o-left.lock-icon-danger:before {
  content: "";
}

.fa.fa-toggle-left, a.fa-toggle-left.favorite-book-black, span.fa-toggle-left.links-icon-logout, span.fa-toggle-left.links-icon-help, span.fa-toggle-left.links-icon-contact, div.fa-toggle-left.links-icon-globe, span.fa-toggle-left.topnav-icon-, span.fa-toggle-left.topnav-icon-Active, span.fa-toggle-left.app-group-minus, span.fa-toggle-left.app-group-plus, .fa-toggle-left.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-left:before, a.fa-toggle-left.favorite-book-black:before, span.fa-toggle-left.links-icon-logout:before, span.fa-toggle-left.links-icon-help:before, span.fa-toggle-left.links-icon-contact:before, div.fa-toggle-left.links-icon-globe:before, span.fa-toggle-left.topnav-icon-:before, span.fa-toggle-left.topnav-icon-Active:before, span.fa-toggle-left.app-group-minus:before, span.fa-toggle-left.app-group-plus:before, .fa-toggle-left.lock-icon-danger:before {
  content: "";
}

.fa.fa-dot-circle-o, a.fa-dot-circle-o.favorite-book-black, span.fa-dot-circle-o.links-icon-logout, span.fa-dot-circle-o.links-icon-help, span.fa-dot-circle-o.links-icon-contact, div.fa-dot-circle-o.links-icon-globe, span.fa-dot-circle-o.topnav-icon-, span.fa-dot-circle-o.topnav-icon-Active, span.fa-dot-circle-o.app-group-minus, span.fa-dot-circle-o.app-group-plus, .fa-dot-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dot-circle-o:before, a.fa-dot-circle-o.favorite-book-black:before, span.fa-dot-circle-o.links-icon-logout:before, span.fa-dot-circle-o.links-icon-help:before, span.fa-dot-circle-o.links-icon-contact:before, div.fa-dot-circle-o.links-icon-globe:before, span.fa-dot-circle-o.topnav-icon-:before, span.fa-dot-circle-o.topnav-icon-Active:before, span.fa-dot-circle-o.app-group-minus:before, span.fa-dot-circle-o.app-group-plus:before, .fa-dot-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-vimeo-square, a.fa-vimeo-square.favorite-book-black, span.fa-vimeo-square.links-icon-logout, span.fa-vimeo-square.links-icon-help, span.fa-vimeo-square.links-icon-contact, div.fa-vimeo-square.links-icon-globe, span.fa-vimeo-square.topnav-icon-, span.fa-vimeo-square.topnav-icon-Active, span.fa-vimeo-square.app-group-minus, span.fa-vimeo-square.app-group-plus, .fa-vimeo-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before, a.fa-try.favorite-book-black:before, span.fa-try.links-icon-logout:before, span.fa-try.links-icon-help:before, span.fa-try.links-icon-contact:before, div.fa-try.links-icon-globe:before, span.fa-try.topnav-icon-:before, span.fa-try.topnav-icon-Active:before, span.fa-try.app-group-minus:before, span.fa-try.app-group-plus:before, .fa-try.lock-icon-danger:before {
  content: "";
}

.fa.fa-turkish-lira:before, a.fa-turkish-lira.favorite-book-black:before, span.fa-turkish-lira.links-icon-logout:before, span.fa-turkish-lira.links-icon-help:before, span.fa-turkish-lira.links-icon-contact:before, div.fa-turkish-lira.links-icon-globe:before, span.fa-turkish-lira.topnav-icon-:before, span.fa-turkish-lira.topnav-icon-Active:before, span.fa-turkish-lira.app-group-minus:before, span.fa-turkish-lira.app-group-plus:before, .fa-turkish-lira.lock-icon-danger:before {
  content: "";
}

.fa.fa-plus-square-o, a.fa-plus-square-o.favorite-book-black, span.fa-plus-square-o.links-icon-logout, span.fa-plus-square-o.links-icon-help, span.fa-plus-square-o.links-icon-contact, div.fa-plus-square-o.links-icon-globe, span.fa-plus-square-o.topnav-icon-, span.fa-plus-square-o.topnav-icon-Active, span.fa-plus-square-o.app-group-minus, span.fa-plus-square-o.app-group-plus, .fa-plus-square-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before, a.fa-plus-square-o.favorite-book-black:before, span.fa-plus-square-o.links-icon-logout:before, span.fa-plus-square-o.links-icon-help:before, span.fa-plus-square-o.links-icon-contact:before, div.fa-plus-square-o.links-icon-globe:before, span.fa-plus-square-o.topnav-icon-:before, span.fa-plus-square-o.topnav-icon-Active:before, span.fa-plus-square-o.app-group-minus:before, span.fa-plus-square-o.app-group-plus:before, .fa-plus-square-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-slack, a.fa-slack.favorite-book-black, span.fa-slack.links-icon-logout, span.fa-slack.links-icon-help, span.fa-slack.links-icon-contact, div.fa-slack.links-icon-globe, span.fa-slack.topnav-icon-, span.fa-slack.topnav-icon-Active, span.fa-slack.app-group-minus, span.fa-slack.app-group-plus, .fa-slack.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress, a.fa-wordpress.favorite-book-black, span.fa-wordpress.links-icon-logout, span.fa-wordpress.links-icon-help, span.fa-wordpress.links-icon-contact, div.fa-wordpress.links-icon-globe, span.fa-wordpress.topnav-icon-, span.fa-wordpress.topnav-icon-Active, span.fa-wordpress.app-group-minus, span.fa-wordpress.app-group-plus, .fa-wordpress.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid, a.fa-openid.favorite-book-black, span.fa-openid.links-icon-logout, span.fa-openid.links-icon-help, span.fa-openid.links-icon-contact, div.fa-openid.links-icon-globe, span.fa-openid.topnav-icon-, span.fa-openid.topnav-icon-Active, span.fa-openid.app-group-minus, span.fa-openid.app-group-plus, .fa-openid.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before, a.fa-institution.favorite-book-black:before, span.fa-institution.links-icon-logout:before, span.fa-institution.links-icon-help:before, span.fa-institution.links-icon-contact:before, div.fa-institution.links-icon-globe:before, span.fa-institution.topnav-icon-:before, span.fa-institution.topnav-icon-Active:before, span.fa-institution.app-group-minus:before, span.fa-institution.app-group-plus:before, .fa-institution.lock-icon-danger:before {
  content: "";
}

.fa.fa-bank:before, a.fa-bank.favorite-book-black:before, span.fa-bank.links-icon-logout:before, span.fa-bank.links-icon-help:before, span.fa-bank.links-icon-contact:before, div.fa-bank.links-icon-globe:before, span.fa-bank.topnav-icon-:before, span.fa-bank.topnav-icon-Active:before, span.fa-bank.app-group-minus:before, span.fa-bank.app-group-plus:before, .fa-bank.lock-icon-danger:before {
  content: "";
}

.fa.fa-mortar-board:before, a.fa-mortar-board.favorite-book-black:before, span.fa-mortar-board.links-icon-logout:before, span.fa-mortar-board.links-icon-help:before, span.fa-mortar-board.links-icon-contact:before, div.fa-mortar-board.links-icon-globe:before, span.fa-mortar-board.topnav-icon-:before, span.fa-mortar-board.topnav-icon-Active:before, span.fa-mortar-board.app-group-minus:before, span.fa-mortar-board.app-group-plus:before, .fa-mortar-board.lock-icon-danger:before {
  content: "";
}

.fa.fa-yahoo, a.fa-yahoo.favorite-book-black, span.fa-yahoo.links-icon-logout, span.fa-yahoo.links-icon-help, span.fa-yahoo.links-icon-contact, div.fa-yahoo.links-icon-globe, span.fa-yahoo.topnav-icon-, span.fa-yahoo.topnav-icon-Active, span.fa-yahoo.app-group-minus, span.fa-yahoo.app-group-plus, .fa-yahoo.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google, a.fa-google.favorite-book-black, span.fa-google.links-icon-logout, span.fa-google.links-icon-help, span.fa-google.links-icon-contact, div.fa-google.links-icon-globe, span.fa-google.topnav-icon-, span.fa-google.topnav-icon-Active, span.fa-google.app-group-minus, span.fa-google.app-group-plus, .fa-google.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit, a.fa-reddit.favorite-book-black, span.fa-reddit.links-icon-logout, span.fa-reddit.links-icon-help, span.fa-reddit.links-icon-contact, div.fa-reddit.links-icon-globe, span.fa-reddit.topnav-icon-, span.fa-reddit.topnav-icon-Active, span.fa-reddit.app-group-minus, span.fa-reddit.app-group-plus, .fa-reddit.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square, a.fa-reddit-square.favorite-book-black, span.fa-reddit-square.links-icon-logout, span.fa-reddit-square.links-icon-help, span.fa-reddit-square.links-icon-contact, div.fa-reddit-square.links-icon-globe, span.fa-reddit-square.topnav-icon-, span.fa-reddit-square.topnav-icon-Active, span.fa-reddit-square.app-group-minus, span.fa-reddit-square.app-group-plus, .fa-reddit-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle, a.fa-stumbleupon-circle.favorite-book-black, span.fa-stumbleupon-circle.links-icon-logout, span.fa-stumbleupon-circle.links-icon-help, span.fa-stumbleupon-circle.links-icon-contact, div.fa-stumbleupon-circle.links-icon-globe, span.fa-stumbleupon-circle.topnav-icon-, span.fa-stumbleupon-circle.topnav-icon-Active, span.fa-stumbleupon-circle.app-group-minus, span.fa-stumbleupon-circle.app-group-plus, .fa-stumbleupon-circle.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon, a.fa-stumbleupon.favorite-book-black, span.fa-stumbleupon.links-icon-logout, span.fa-stumbleupon.links-icon-help, span.fa-stumbleupon.links-icon-contact, div.fa-stumbleupon.links-icon-globe, span.fa-stumbleupon.topnav-icon-, span.fa-stumbleupon.topnav-icon-Active, span.fa-stumbleupon.app-group-minus, span.fa-stumbleupon.app-group-plus, .fa-stumbleupon.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious, a.fa-delicious.favorite-book-black, span.fa-delicious.links-icon-logout, span.fa-delicious.links-icon-help, span.fa-delicious.links-icon-contact, div.fa-delicious.links-icon-globe, span.fa-delicious.topnav-icon-, span.fa-delicious.topnav-icon-Active, span.fa-delicious.app-group-minus, span.fa-delicious.app-group-plus, .fa-delicious.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg, a.fa-digg.favorite-book-black, span.fa-digg.links-icon-logout, span.fa-digg.links-icon-help, span.fa-digg.links-icon-contact, div.fa-digg.links-icon-globe, span.fa-digg.topnav-icon-, span.fa-digg.topnav-icon-Active, span.fa-digg.app-group-minus, span.fa-digg.app-group-plus, .fa-digg.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp, a.fa-pied-piper-pp.favorite-book-black, span.fa-pied-piper-pp.links-icon-logout, span.fa-pied-piper-pp.links-icon-help, span.fa-pied-piper-pp.links-icon-contact, div.fa-pied-piper-pp.links-icon-globe, span.fa-pied-piper-pp.topnav-icon-, span.fa-pied-piper-pp.topnav-icon-Active, span.fa-pied-piper-pp.app-group-minus, span.fa-pied-piper-pp.app-group-plus, .fa-pied-piper-pp.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt, a.fa-pied-piper-alt.favorite-book-black, span.fa-pied-piper-alt.links-icon-logout, span.fa-pied-piper-alt.links-icon-help, span.fa-pied-piper-alt.links-icon-contact, div.fa-pied-piper-alt.links-icon-globe, span.fa-pied-piper-alt.topnav-icon-, span.fa-pied-piper-alt.topnav-icon-Active, span.fa-pied-piper-alt.app-group-minus, span.fa-pied-piper-alt.app-group-plus, .fa-pied-piper-alt.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal, a.fa-drupal.favorite-book-black, span.fa-drupal.links-icon-logout, span.fa-drupal.links-icon-help, span.fa-drupal.links-icon-contact, div.fa-drupal.links-icon-globe, span.fa-drupal.topnav-icon-, span.fa-drupal.topnav-icon-Active, span.fa-drupal.app-group-minus, span.fa-drupal.app-group-plus, .fa-drupal.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla, a.fa-joomla.favorite-book-black, span.fa-joomla.links-icon-logout, span.fa-joomla.links-icon-help, span.fa-joomla.links-icon-contact, div.fa-joomla.links-icon-globe, span.fa-joomla.topnav-icon-, span.fa-joomla.topnav-icon-Active, span.fa-joomla.app-group-minus, span.fa-joomla.app-group-plus, .fa-joomla.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before, a.fa-spoon.favorite-book-black:before, span.fa-spoon.links-icon-logout:before, span.fa-spoon.links-icon-help:before, span.fa-spoon.links-icon-contact:before, div.fa-spoon.links-icon-globe:before, span.fa-spoon.topnav-icon-:before, span.fa-spoon.topnav-icon-Active:before, span.fa-spoon.app-group-minus:before, span.fa-spoon.app-group-plus:before, .fa-spoon.lock-icon-danger:before {
  content: "";
}

.fa.fa-behance, a.fa-behance.favorite-book-black, span.fa-behance.links-icon-logout, span.fa-behance.links-icon-help, span.fa-behance.links-icon-contact, div.fa-behance.links-icon-globe, span.fa-behance.topnav-icon-, span.fa-behance.topnav-icon-Active, span.fa-behance.app-group-minus, span.fa-behance.app-group-plus, .fa-behance.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square, a.fa-behance-square.favorite-book-black, span.fa-behance-square.links-icon-logout, span.fa-behance-square.links-icon-help, span.fa-behance-square.links-icon-contact, div.fa-behance-square.links-icon-globe, span.fa-behance-square.topnav-icon-, span.fa-behance-square.topnav-icon-Active, span.fa-behance-square.app-group-minus, span.fa-behance-square.app-group-plus, .fa-behance-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam, a.fa-steam.favorite-book-black, span.fa-steam.links-icon-logout, span.fa-steam.links-icon-help, span.fa-steam.links-icon-contact, div.fa-steam.links-icon-globe, span.fa-steam.topnav-icon-, span.fa-steam.topnav-icon-Active, span.fa-steam.app-group-minus, span.fa-steam.app-group-plus, .fa-steam.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square, a.fa-steam-square.favorite-book-black, span.fa-steam-square.links-icon-logout, span.fa-steam-square.links-icon-help, span.fa-steam-square.links-icon-contact, div.fa-steam-square.links-icon-globe, span.fa-steam-square.topnav-icon-, span.fa-steam-square.topnav-icon-Active, span.fa-steam-square.app-group-minus, span.fa-steam-square.app-group-plus, .fa-steam-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-automobile:before, a.fa-automobile.favorite-book-black:before, span.fa-automobile.links-icon-logout:before, span.fa-automobile.links-icon-help:before, span.fa-automobile.links-icon-contact:before, div.fa-automobile.links-icon-globe:before, span.fa-automobile.topnav-icon-:before, span.fa-automobile.topnav-icon-Active:before, span.fa-automobile.app-group-minus:before, span.fa-automobile.app-group-plus:before, .fa-automobile.lock-icon-danger:before {
  content: "";
}

.fa.fa-envelope-o, a.fa-envelope-o.favorite-book-black, span.fa-envelope-o.links-icon-logout, span.fa-envelope-o.links-icon-help, span.fa-envelope-o.links-icon-contact, div.fa-envelope-o.links-icon-globe, span.fa-envelope-o.topnav-icon-, span.fa-envelope-o.topnav-icon-Active, span.fa-envelope-o.app-group-minus, span.fa-envelope-o.app-group-plus, .fa-envelope-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-o:before, a.fa-envelope-o.favorite-book-black:before, span.fa-envelope-o.links-icon-logout:before, span.fa-envelope-o.links-icon-help:before, span.fa-envelope-o.links-icon-contact:before, div.fa-envelope-o.links-icon-globe:before, span.fa-envelope-o.topnav-icon-:before, span.fa-envelope-o.topnav-icon-Active:before, span.fa-envelope-o.app-group-minus:before, span.fa-envelope-o.app-group-plus:before, .fa-envelope-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-spotify, a.fa-spotify.favorite-book-black, span.fa-spotify.links-icon-logout, span.fa-spotify.links-icon-help, span.fa-spotify.links-icon-contact, div.fa-spotify.links-icon-globe, span.fa-spotify.topnav-icon-, span.fa-spotify.topnav-icon-Active, span.fa-spotify.app-group-minus, span.fa-spotify.app-group-plus, .fa-spotify.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-deviantart, a.fa-deviantart.favorite-book-black, span.fa-deviantart.links-icon-logout, span.fa-deviantart.links-icon-help, span.fa-deviantart.links-icon-contact, div.fa-deviantart.links-icon-globe, span.fa-deviantart.topnav-icon-, span.fa-deviantart.topnav-icon-Active, span.fa-deviantart.app-group-minus, span.fa-deviantart.app-group-plus, .fa-deviantart.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud, a.fa-soundcloud.favorite-book-black, span.fa-soundcloud.links-icon-logout, span.fa-soundcloud.links-icon-help, span.fa-soundcloud.links-icon-contact, div.fa-soundcloud.links-icon-globe, span.fa-soundcloud.topnav-icon-, span.fa-soundcloud.topnav-icon-Active, span.fa-soundcloud.app-group-minus, span.fa-soundcloud.app-group-plus, .fa-soundcloud.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o, a.fa-file-pdf-o.favorite-book-black, span.fa-file-pdf-o.links-icon-logout, span.fa-file-pdf-o.links-icon-help, span.fa-file-pdf-o.links-icon-contact, div.fa-file-pdf-o.links-icon-globe, span.fa-file-pdf-o.topnav-icon-, span.fa-file-pdf-o.topnav-icon-Active, span.fa-file-pdf-o.app-group-minus, span.fa-file-pdf-o.app-group-plus, .fa-file-pdf-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-pdf-o:before, a.fa-file-pdf-o.favorite-book-black:before, span.fa-file-pdf-o.links-icon-logout:before, span.fa-file-pdf-o.links-icon-help:before, span.fa-file-pdf-o.links-icon-contact:before, div.fa-file-pdf-o.links-icon-globe:before, span.fa-file-pdf-o.topnav-icon-:before, span.fa-file-pdf-o.topnav-icon-Active:before, span.fa-file-pdf-o.app-group-minus:before, span.fa-file-pdf-o.app-group-plus:before, .fa-file-pdf-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-word-o, a.fa-file-word-o.favorite-book-black, span.fa-file-word-o.links-icon-logout, span.fa-file-word-o.links-icon-help, span.fa-file-word-o.links-icon-contact, div.fa-file-word-o.links-icon-globe, span.fa-file-word-o.topnav-icon-, span.fa-file-word-o.topnav-icon-Active, span.fa-file-word-o.app-group-minus, span.fa-file-word-o.app-group-plus, .fa-file-word-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-word-o:before, a.fa-file-word-o.favorite-book-black:before, span.fa-file-word-o.links-icon-logout:before, span.fa-file-word-o.links-icon-help:before, span.fa-file-word-o.links-icon-contact:before, div.fa-file-word-o.links-icon-globe:before, span.fa-file-word-o.topnav-icon-:before, span.fa-file-word-o.topnav-icon-Active:before, span.fa-file-word-o.app-group-minus:before, span.fa-file-word-o.app-group-plus:before, .fa-file-word-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-excel-o, a.fa-file-excel-o.favorite-book-black, span.fa-file-excel-o.links-icon-logout, span.fa-file-excel-o.links-icon-help, span.fa-file-excel-o.links-icon-contact, div.fa-file-excel-o.links-icon-globe, span.fa-file-excel-o.topnav-icon-, span.fa-file-excel-o.topnav-icon-Active, span.fa-file-excel-o.app-group-minus, span.fa-file-excel-o.app-group-plus, .fa-file-excel-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-excel-o:before, a.fa-file-excel-o.favorite-book-black:before, span.fa-file-excel-o.links-icon-logout:before, span.fa-file-excel-o.links-icon-help:before, span.fa-file-excel-o.links-icon-contact:before, div.fa-file-excel-o.links-icon-globe:before, span.fa-file-excel-o.topnav-icon-:before, span.fa-file-excel-o.topnav-icon-Active:before, span.fa-file-excel-o.app-group-minus:before, span.fa-file-excel-o.app-group-plus:before, .fa-file-excel-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-powerpoint-o, a.fa-file-powerpoint-o.favorite-book-black, span.fa-file-powerpoint-o.links-icon-logout, span.fa-file-powerpoint-o.links-icon-help, span.fa-file-powerpoint-o.links-icon-contact, div.fa-file-powerpoint-o.links-icon-globe, span.fa-file-powerpoint-o.topnav-icon-, span.fa-file-powerpoint-o.topnav-icon-Active, span.fa-file-powerpoint-o.app-group-minus, span.fa-file-powerpoint-o.app-group-plus, .fa-file-powerpoint-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before, a.fa-file-powerpoint-o.favorite-book-black:before, span.fa-file-powerpoint-o.links-icon-logout:before, span.fa-file-powerpoint-o.links-icon-help:before, span.fa-file-powerpoint-o.links-icon-contact:before, div.fa-file-powerpoint-o.links-icon-globe:before, span.fa-file-powerpoint-o.topnav-icon-:before, span.fa-file-powerpoint-o.topnav-icon-Active:before, span.fa-file-powerpoint-o.app-group-minus:before, span.fa-file-powerpoint-o.app-group-plus:before, .fa-file-powerpoint-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-image-o, a.fa-file-image-o.favorite-book-black, span.fa-file-image-o.links-icon-logout, span.fa-file-image-o.links-icon-help, span.fa-file-image-o.links-icon-contact, div.fa-file-image-o.links-icon-globe, span.fa-file-image-o.topnav-icon-, span.fa-file-image-o.topnav-icon-Active, span.fa-file-image-o.app-group-minus, span.fa-file-image-o.app-group-plus, .fa-file-image-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-image-o:before, a.fa-file-image-o.favorite-book-black:before, span.fa-file-image-o.links-icon-logout:before, span.fa-file-image-o.links-icon-help:before, span.fa-file-image-o.links-icon-contact:before, div.fa-file-image-o.links-icon-globe:before, span.fa-file-image-o.topnav-icon-:before, span.fa-file-image-o.topnav-icon-Active:before, span.fa-file-image-o.app-group-minus:before, span.fa-file-image-o.app-group-plus:before, .fa-file-image-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-photo-o, a.fa-file-photo-o.favorite-book-black, span.fa-file-photo-o.links-icon-logout, span.fa-file-photo-o.links-icon-help, span.fa-file-photo-o.links-icon-contact, div.fa-file-photo-o.links-icon-globe, span.fa-file-photo-o.topnav-icon-, span.fa-file-photo-o.topnav-icon-Active, span.fa-file-photo-o.app-group-minus, span.fa-file-photo-o.app-group-plus, .fa-file-photo-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-photo-o:before, a.fa-file-photo-o.favorite-book-black:before, span.fa-file-photo-o.links-icon-logout:before, span.fa-file-photo-o.links-icon-help:before, span.fa-file-photo-o.links-icon-contact:before, div.fa-file-photo-o.links-icon-globe:before, span.fa-file-photo-o.topnav-icon-:before, span.fa-file-photo-o.topnav-icon-Active:before, span.fa-file-photo-o.app-group-minus:before, span.fa-file-photo-o.app-group-plus:before, .fa-file-photo-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-picture-o, a.fa-file-picture-o.favorite-book-black, span.fa-file-picture-o.links-icon-logout, span.fa-file-picture-o.links-icon-help, span.fa-file-picture-o.links-icon-contact, div.fa-file-picture-o.links-icon-globe, span.fa-file-picture-o.topnav-icon-, span.fa-file-picture-o.topnav-icon-Active, span.fa-file-picture-o.app-group-minus, span.fa-file-picture-o.app-group-plus, .fa-file-picture-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-picture-o:before, a.fa-file-picture-o.favorite-book-black:before, span.fa-file-picture-o.links-icon-logout:before, span.fa-file-picture-o.links-icon-help:before, span.fa-file-picture-o.links-icon-contact:before, div.fa-file-picture-o.links-icon-globe:before, span.fa-file-picture-o.topnav-icon-:before, span.fa-file-picture-o.topnav-icon-Active:before, span.fa-file-picture-o.app-group-minus:before, span.fa-file-picture-o.app-group-plus:before, .fa-file-picture-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-archive-o, a.fa-file-archive-o.favorite-book-black, span.fa-file-archive-o.links-icon-logout, span.fa-file-archive-o.links-icon-help, span.fa-file-archive-o.links-icon-contact, div.fa-file-archive-o.links-icon-globe, span.fa-file-archive-o.topnav-icon-, span.fa-file-archive-o.topnav-icon-Active, span.fa-file-archive-o.app-group-minus, span.fa-file-archive-o.app-group-plus, .fa-file-archive-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-archive-o:before, a.fa-file-archive-o.favorite-book-black:before, span.fa-file-archive-o.links-icon-logout:before, span.fa-file-archive-o.links-icon-help:before, span.fa-file-archive-o.links-icon-contact:before, div.fa-file-archive-o.links-icon-globe:before, span.fa-file-archive-o.topnav-icon-:before, span.fa-file-archive-o.topnav-icon-Active:before, span.fa-file-archive-o.app-group-minus:before, span.fa-file-archive-o.app-group-plus:before, .fa-file-archive-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-zip-o, a.fa-file-zip-o.favorite-book-black, span.fa-file-zip-o.links-icon-logout, span.fa-file-zip-o.links-icon-help, span.fa-file-zip-o.links-icon-contact, div.fa-file-zip-o.links-icon-globe, span.fa-file-zip-o.topnav-icon-, span.fa-file-zip-o.topnav-icon-Active, span.fa-file-zip-o.app-group-minus, span.fa-file-zip-o.app-group-plus, .fa-file-zip-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-zip-o:before, a.fa-file-zip-o.favorite-book-black:before, span.fa-file-zip-o.links-icon-logout:before, span.fa-file-zip-o.links-icon-help:before, span.fa-file-zip-o.links-icon-contact:before, div.fa-file-zip-o.links-icon-globe:before, span.fa-file-zip-o.topnav-icon-:before, span.fa-file-zip-o.topnav-icon-Active:before, span.fa-file-zip-o.app-group-minus:before, span.fa-file-zip-o.app-group-plus:before, .fa-file-zip-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-audio-o, a.fa-file-audio-o.favorite-book-black, span.fa-file-audio-o.links-icon-logout, span.fa-file-audio-o.links-icon-help, span.fa-file-audio-o.links-icon-contact, div.fa-file-audio-o.links-icon-globe, span.fa-file-audio-o.topnav-icon-, span.fa-file-audio-o.topnav-icon-Active, span.fa-file-audio-o.app-group-minus, span.fa-file-audio-o.app-group-plus, .fa-file-audio-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-audio-o:before, a.fa-file-audio-o.favorite-book-black:before, span.fa-file-audio-o.links-icon-logout:before, span.fa-file-audio-o.links-icon-help:before, span.fa-file-audio-o.links-icon-contact:before, div.fa-file-audio-o.links-icon-globe:before, span.fa-file-audio-o.topnav-icon-:before, span.fa-file-audio-o.topnav-icon-Active:before, span.fa-file-audio-o.app-group-minus:before, span.fa-file-audio-o.app-group-plus:before, .fa-file-audio-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-sound-o, a.fa-file-sound-o.favorite-book-black, span.fa-file-sound-o.links-icon-logout, span.fa-file-sound-o.links-icon-help, span.fa-file-sound-o.links-icon-contact, div.fa-file-sound-o.links-icon-globe, span.fa-file-sound-o.topnav-icon-, span.fa-file-sound-o.topnav-icon-Active, span.fa-file-sound-o.app-group-minus, span.fa-file-sound-o.app-group-plus, .fa-file-sound-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-sound-o:before, a.fa-file-sound-o.favorite-book-black:before, span.fa-file-sound-o.links-icon-logout:before, span.fa-file-sound-o.links-icon-help:before, span.fa-file-sound-o.links-icon-contact:before, div.fa-file-sound-o.links-icon-globe:before, span.fa-file-sound-o.topnav-icon-:before, span.fa-file-sound-o.topnav-icon-Active:before, span.fa-file-sound-o.app-group-minus:before, span.fa-file-sound-o.app-group-plus:before, .fa-file-sound-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-video-o, a.fa-file-video-o.favorite-book-black, span.fa-file-video-o.links-icon-logout, span.fa-file-video-o.links-icon-help, span.fa-file-video-o.links-icon-contact, div.fa-file-video-o.links-icon-globe, span.fa-file-video-o.topnav-icon-, span.fa-file-video-o.topnav-icon-Active, span.fa-file-video-o.app-group-minus, span.fa-file-video-o.app-group-plus, .fa-file-video-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-video-o:before, a.fa-file-video-o.favorite-book-black:before, span.fa-file-video-o.links-icon-logout:before, span.fa-file-video-o.links-icon-help:before, span.fa-file-video-o.links-icon-contact:before, div.fa-file-video-o.links-icon-globe:before, span.fa-file-video-o.topnav-icon-:before, span.fa-file-video-o.topnav-icon-Active:before, span.fa-file-video-o.app-group-minus:before, span.fa-file-video-o.app-group-plus:before, .fa-file-video-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-movie-o, a.fa-file-movie-o.favorite-book-black, span.fa-file-movie-o.links-icon-logout, span.fa-file-movie-o.links-icon-help, span.fa-file-movie-o.links-icon-contact, div.fa-file-movie-o.links-icon-globe, span.fa-file-movie-o.topnav-icon-, span.fa-file-movie-o.topnav-icon-Active, span.fa-file-movie-o.app-group-minus, span.fa-file-movie-o.app-group-plus, .fa-file-movie-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-movie-o:before, a.fa-file-movie-o.favorite-book-black:before, span.fa-file-movie-o.links-icon-logout:before, span.fa-file-movie-o.links-icon-help:before, span.fa-file-movie-o.links-icon-contact:before, div.fa-file-movie-o.links-icon-globe:before, span.fa-file-movie-o.topnav-icon-:before, span.fa-file-movie-o.topnav-icon-Active:before, span.fa-file-movie-o.app-group-minus:before, span.fa-file-movie-o.app-group-plus:before, .fa-file-movie-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-file-code-o, a.fa-file-code-o.favorite-book-black, span.fa-file-code-o.links-icon-logout, span.fa-file-code-o.links-icon-help, span.fa-file-code-o.links-icon-contact, div.fa-file-code-o.links-icon-globe, span.fa-file-code-o.topnav-icon-, span.fa-file-code-o.topnav-icon-Active, span.fa-file-code-o.app-group-minus, span.fa-file-code-o.app-group-plus, .fa-file-code-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-code-o:before, a.fa-file-code-o.favorite-book-black:before, span.fa-file-code-o.links-icon-logout:before, span.fa-file-code-o.links-icon-help:before, span.fa-file-code-o.links-icon-contact:before, div.fa-file-code-o.links-icon-globe:before, span.fa-file-code-o.topnav-icon-:before, span.fa-file-code-o.topnav-icon-Active:before, span.fa-file-code-o.app-group-minus:before, span.fa-file-code-o.app-group-plus:before, .fa-file-code-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-vine, a.fa-vine.favorite-book-black, span.fa-vine.links-icon-logout, span.fa-vine.links-icon-help, span.fa-vine.links-icon-contact, div.fa-vine.links-icon-globe, span.fa-vine.topnav-icon-, span.fa-vine.topnav-icon-Active, span.fa-vine.app-group-minus, span.fa-vine.app-group-plus, .fa-vine.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen, a.fa-codepen.favorite-book-black, span.fa-codepen.links-icon-logout, span.fa-codepen.links-icon-help, span.fa-codepen.links-icon-contact, div.fa-codepen.links-icon-globe, span.fa-codepen.topnav-icon-, span.fa-codepen.topnav-icon-Active, span.fa-codepen.app-group-minus, span.fa-codepen.app-group-plus, .fa-codepen.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle, a.fa-jsfiddle.favorite-book-black, span.fa-jsfiddle.links-icon-logout, span.fa-jsfiddle.links-icon-help, span.fa-jsfiddle.links-icon-contact, div.fa-jsfiddle.links-icon-globe, span.fa-jsfiddle.topnav-icon-, span.fa-jsfiddle.topnav-icon-Active, span.fa-jsfiddle.app-group-minus, span.fa-jsfiddle.app-group-plus, .fa-jsfiddle.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring, a.fa-life-ring.favorite-book-black, span.fa-life-ring.links-icon-logout, span.fa-life-ring.links-icon-help, span.fa-life-ring.links-icon-contact, div.fa-life-ring.links-icon-globe, span.fa-life-ring.topnav-icon-, span.fa-life-ring.topnav-icon-Active, span.fa-life-ring.app-group-minus, span.fa-life-ring.app-group-plus, .fa-life-ring.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy, a.fa-life-bouy.favorite-book-black, span.fa-life-bouy.links-icon-logout, span.fa-life-bouy.links-icon-help, span.fa-life-bouy.links-icon-contact, div.fa-life-bouy.links-icon-globe, span.fa-life-bouy.topnav-icon-, span.fa-life-bouy.topnav-icon-Active, span.fa-life-bouy.app-group-minus, span.fa-life-bouy.app-group-plus, .fa-life-bouy.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before, a.fa-life-bouy.favorite-book-black:before, span.fa-life-bouy.links-icon-logout:before, span.fa-life-bouy.links-icon-help:before, span.fa-life-bouy.links-icon-contact:before, div.fa-life-bouy.links-icon-globe:before, span.fa-life-bouy.topnav-icon-:before, span.fa-life-bouy.topnav-icon-Active:before, span.fa-life-bouy.app-group-minus:before, span.fa-life-bouy.app-group-plus:before, .fa-life-bouy.lock-icon-danger:before {
  content: "";
}

.fa.fa-life-buoy, a.fa-life-buoy.favorite-book-black, span.fa-life-buoy.links-icon-logout, span.fa-life-buoy.links-icon-help, span.fa-life-buoy.links-icon-contact, div.fa-life-buoy.links-icon-globe, span.fa-life-buoy.topnav-icon-, span.fa-life-buoy.topnav-icon-Active, span.fa-life-buoy.app-group-minus, span.fa-life-buoy.app-group-plus, .fa-life-buoy.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before, a.fa-life-buoy.favorite-book-black:before, span.fa-life-buoy.links-icon-logout:before, span.fa-life-buoy.links-icon-help:before, span.fa-life-buoy.links-icon-contact:before, div.fa-life-buoy.links-icon-globe:before, span.fa-life-buoy.topnav-icon-:before, span.fa-life-buoy.topnav-icon-Active:before, span.fa-life-buoy.app-group-minus:before, span.fa-life-buoy.app-group-plus:before, .fa-life-buoy.lock-icon-danger:before {
  content: "";
}

.fa.fa-life-saver, a.fa-life-saver.favorite-book-black, span.fa-life-saver.links-icon-logout, span.fa-life-saver.links-icon-help, span.fa-life-saver.links-icon-contact, div.fa-life-saver.links-icon-globe, span.fa-life-saver.topnav-icon-, span.fa-life-saver.topnav-icon-Active, span.fa-life-saver.app-group-minus, span.fa-life-saver.app-group-plus, .fa-life-saver.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before, a.fa-life-saver.favorite-book-black:before, span.fa-life-saver.links-icon-logout:before, span.fa-life-saver.links-icon-help:before, span.fa-life-saver.links-icon-contact:before, div.fa-life-saver.links-icon-globe:before, span.fa-life-saver.topnav-icon-:before, span.fa-life-saver.topnav-icon-Active:before, span.fa-life-saver.app-group-minus:before, span.fa-life-saver.app-group-plus:before, .fa-life-saver.lock-icon-danger:before {
  content: "";
}

.fa.fa-support, a.fa-support.favorite-book-black, span.fa-support.links-icon-logout, span.fa-support.links-icon-help, span.fa-support.links-icon-contact, div.fa-support.links-icon-globe, span.fa-support.topnav-icon-, span.fa-support.topnav-icon-Active, span.fa-support.app-group-minus, span.fa-support.app-group-plus, .fa-support.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before, a.fa-support.favorite-book-black:before, span.fa-support.links-icon-logout:before, span.fa-support.links-icon-help:before, span.fa-support.links-icon-contact:before, div.fa-support.links-icon-globe:before, span.fa-support.topnav-icon-:before, span.fa-support.topnav-icon-Active:before, span.fa-support.app-group-minus:before, span.fa-support.app-group-plus:before, .fa-support.lock-icon-danger:before {
  content: "";
}

.fa.fa-circle-o-notch:before, a.fa-circle-o-notch.favorite-book-black:before, span.fa-circle-o-notch.links-icon-logout:before, span.fa-circle-o-notch.links-icon-help:before, span.fa-circle-o-notch.links-icon-contact:before, div.fa-circle-o-notch.links-icon-globe:before, span.fa-circle-o-notch.topnav-icon-:before, span.fa-circle-o-notch.topnav-icon-Active:before, span.fa-circle-o-notch.app-group-minus:before, span.fa-circle-o-notch.app-group-plus:before, .fa-circle-o-notch.lock-icon-danger:before {
  content: "";
}

.fa.fa-rebel, a.fa-rebel.favorite-book-black, span.fa-rebel.links-icon-logout, span.fa-rebel.links-icon-help, span.fa-rebel.links-icon-contact, div.fa-rebel.links-icon-globe, span.fa-rebel.topnav-icon-, span.fa-rebel.topnav-icon-Active, span.fa-rebel.app-group-minus, span.fa-rebel.app-group-plus, .fa-rebel.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra, a.fa-ra.favorite-book-black, span.fa-ra.links-icon-logout, span.fa-ra.links-icon-help, span.fa-ra.links-icon-contact, div.fa-ra.links-icon-globe, span.fa-ra.topnav-icon-, span.fa-ra.topnav-icon-Active, span.fa-ra.app-group-minus, span.fa-ra.app-group-plus, .fa-ra.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before, a.fa-ra.favorite-book-black:before, span.fa-ra.links-icon-logout:before, span.fa-ra.links-icon-help:before, span.fa-ra.links-icon-contact:before, div.fa-ra.links-icon-globe:before, span.fa-ra.topnav-icon-:before, span.fa-ra.topnav-icon-Active:before, span.fa-ra.app-group-minus:before, span.fa-ra.app-group-plus:before, .fa-ra.lock-icon-danger:before {
  content: "";
}

.fa.fa-resistance, a.fa-resistance.favorite-book-black, span.fa-resistance.links-icon-logout, span.fa-resistance.links-icon-help, span.fa-resistance.links-icon-contact, div.fa-resistance.links-icon-globe, span.fa-resistance.topnav-icon-, span.fa-resistance.topnav-icon-Active, span.fa-resistance.app-group-minus, span.fa-resistance.app-group-plus, .fa-resistance.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before, a.fa-resistance.favorite-book-black:before, span.fa-resistance.links-icon-logout:before, span.fa-resistance.links-icon-help:before, span.fa-resistance.links-icon-contact:before, div.fa-resistance.links-icon-globe:before, span.fa-resistance.topnav-icon-:before, span.fa-resistance.topnav-icon-Active:before, span.fa-resistance.app-group-minus:before, span.fa-resistance.app-group-plus:before, .fa-resistance.lock-icon-danger:before {
  content: "";
}

.fa.fa-empire, a.fa-empire.favorite-book-black, span.fa-empire.links-icon-logout, span.fa-empire.links-icon-help, span.fa-empire.links-icon-contact, div.fa-empire.links-icon-globe, span.fa-empire.topnav-icon-, span.fa-empire.topnav-icon-Active, span.fa-empire.app-group-minus, span.fa-empire.app-group-plus, .fa-empire.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge, a.fa-ge.favorite-book-black, span.fa-ge.links-icon-logout, span.fa-ge.links-icon-help, span.fa-ge.links-icon-contact, div.fa-ge.links-icon-globe, span.fa-ge.topnav-icon-, span.fa-ge.topnav-icon-Active, span.fa-ge.app-group-minus, span.fa-ge.app-group-plus, .fa-ge.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge:before, a.fa-ge.favorite-book-black:before, span.fa-ge.links-icon-logout:before, span.fa-ge.links-icon-help:before, span.fa-ge.links-icon-contact:before, div.fa-ge.links-icon-globe:before, span.fa-ge.topnav-icon-:before, span.fa-ge.topnav-icon-Active:before, span.fa-ge.app-group-minus:before, span.fa-ge.app-group-plus:before, .fa-ge.lock-icon-danger:before {
  content: "";
}

.fa.fa-git-square, a.fa-git-square.favorite-book-black, span.fa-git-square.links-icon-logout, span.fa-git-square.links-icon-help, span.fa-git-square.links-icon-contact, div.fa-git-square.links-icon-globe, span.fa-git-square.topnav-icon-, span.fa-git-square.topnav-icon-Active, span.fa-git-square.app-group-minus, span.fa-git-square.app-group-plus, .fa-git-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git, a.fa-git.favorite-book-black, span.fa-git.links-icon-logout, span.fa-git.links-icon-help, span.fa-git.links-icon-contact, div.fa-git.links-icon-globe, span.fa-git.topnav-icon-, span.fa-git.topnav-icon-Active, span.fa-git.app-group-minus, span.fa-git.app-group-plus, .fa-git.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news, a.fa-hacker-news.favorite-book-black, span.fa-hacker-news.links-icon-logout, span.fa-hacker-news.links-icon-help, span.fa-hacker-news.links-icon-contact, div.fa-hacker-news.links-icon-globe, span.fa-hacker-news.topnav-icon-, span.fa-hacker-news.topnav-icon-Active, span.fa-hacker-news.app-group-minus, span.fa-hacker-news.app-group-plus, .fa-hacker-news.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square, a.fa-y-combinator-square.favorite-book-black, span.fa-y-combinator-square.links-icon-logout, span.fa-y-combinator-square.links-icon-help, span.fa-y-combinator-square.links-icon-contact, div.fa-y-combinator-square.links-icon-globe, span.fa-y-combinator-square.topnav-icon-, span.fa-y-combinator-square.topnav-icon-Active, span.fa-y-combinator-square.app-group-minus, span.fa-y-combinator-square.app-group-plus, .fa-y-combinator-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before, a.fa-y-combinator-square.favorite-book-black:before, span.fa-y-combinator-square.links-icon-logout:before, span.fa-y-combinator-square.links-icon-help:before, span.fa-y-combinator-square.links-icon-contact:before, div.fa-y-combinator-square.links-icon-globe:before, span.fa-y-combinator-square.topnav-icon-:before, span.fa-y-combinator-square.topnav-icon-Active:before, span.fa-y-combinator-square.app-group-minus:before, span.fa-y-combinator-square.app-group-plus:before, .fa-y-combinator-square.lock-icon-danger:before {
  content: "";
}

.fa.fa-yc-square, a.fa-yc-square.favorite-book-black, span.fa-yc-square.links-icon-logout, span.fa-yc-square.links-icon-help, span.fa-yc-square.links-icon-contact, div.fa-yc-square.links-icon-globe, span.fa-yc-square.topnav-icon-, span.fa-yc-square.topnav-icon-Active, span.fa-yc-square.app-group-minus, span.fa-yc-square.app-group-plus, .fa-yc-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before, a.fa-yc-square.favorite-book-black:before, span.fa-yc-square.links-icon-logout:before, span.fa-yc-square.links-icon-help:before, span.fa-yc-square.links-icon-contact:before, div.fa-yc-square.links-icon-globe:before, span.fa-yc-square.topnav-icon-:before, span.fa-yc-square.topnav-icon-Active:before, span.fa-yc-square.app-group-minus:before, span.fa-yc-square.app-group-plus:before, .fa-yc-square.lock-icon-danger:before {
  content: "";
}

.fa.fa-tencent-weibo, a.fa-tencent-weibo.favorite-book-black, span.fa-tencent-weibo.links-icon-logout, span.fa-tencent-weibo.links-icon-help, span.fa-tencent-weibo.links-icon-contact, div.fa-tencent-weibo.links-icon-globe, span.fa-tencent-weibo.topnav-icon-, span.fa-tencent-weibo.topnav-icon-Active, span.fa-tencent-weibo.app-group-minus, span.fa-tencent-weibo.app-group-plus, .fa-tencent-weibo.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq, a.fa-qq.favorite-book-black, span.fa-qq.links-icon-logout, span.fa-qq.links-icon-help, span.fa-qq.links-icon-contact, div.fa-qq.links-icon-globe, span.fa-qq.topnav-icon-, span.fa-qq.topnav-icon-Active, span.fa-qq.app-group-minus, span.fa-qq.app-group-plus, .fa-qq.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin, a.fa-weixin.favorite-book-black, span.fa-weixin.links-icon-logout, span.fa-weixin.links-icon-help, span.fa-weixin.links-icon-contact, div.fa-weixin.links-icon-globe, span.fa-weixin.topnav-icon-, span.fa-weixin.topnav-icon-Active, span.fa-weixin.app-group-minus, span.fa-weixin.app-group-plus, .fa-weixin.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat, a.fa-wechat.favorite-book-black, span.fa-wechat.links-icon-logout, span.fa-wechat.links-icon-help, span.fa-wechat.links-icon-contact, div.fa-wechat.links-icon-globe, span.fa-wechat.topnav-icon-, span.fa-wechat.topnav-icon-Active, span.fa-wechat.app-group-minus, span.fa-wechat.app-group-plus, .fa-wechat.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before, a.fa-wechat.favorite-book-black:before, span.fa-wechat.links-icon-logout:before, span.fa-wechat.links-icon-help:before, span.fa-wechat.links-icon-contact:before, div.fa-wechat.links-icon-globe:before, span.fa-wechat.topnav-icon-:before, span.fa-wechat.topnav-icon-Active:before, span.fa-wechat.app-group-minus:before, span.fa-wechat.app-group-plus:before, .fa-wechat.lock-icon-danger:before {
  content: "";
}

.fa.fa-send:before, a.fa-send.favorite-book-black:before, span.fa-send.links-icon-logout:before, span.fa-send.links-icon-help:before, span.fa-send.links-icon-contact:before, div.fa-send.links-icon-globe:before, span.fa-send.topnav-icon-:before, span.fa-send.topnav-icon-Active:before, span.fa-send.app-group-minus:before, span.fa-send.app-group-plus:before, .fa-send.lock-icon-danger:before {
  content: "";
}

.fa.fa-paper-plane-o, a.fa-paper-plane-o.favorite-book-black, span.fa-paper-plane-o.links-icon-logout, span.fa-paper-plane-o.links-icon-help, span.fa-paper-plane-o.links-icon-contact, div.fa-paper-plane-o.links-icon-globe, span.fa-paper-plane-o.topnav-icon-, span.fa-paper-plane-o.topnav-icon-Active, span.fa-paper-plane-o.app-group-minus, span.fa-paper-plane-o.app-group-plus, .fa-paper-plane-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before, a.fa-paper-plane-o.favorite-book-black:before, span.fa-paper-plane-o.links-icon-logout:before, span.fa-paper-plane-o.links-icon-help:before, span.fa-paper-plane-o.links-icon-contact:before, div.fa-paper-plane-o.links-icon-globe:before, span.fa-paper-plane-o.topnav-icon-:before, span.fa-paper-plane-o.topnav-icon-Active:before, span.fa-paper-plane-o.app-group-minus:before, span.fa-paper-plane-o.app-group-plus:before, .fa-paper-plane-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-send-o, a.fa-send-o.favorite-book-black, span.fa-send-o.links-icon-logout, span.fa-send-o.links-icon-help, span.fa-send-o.links-icon-contact, div.fa-send-o.links-icon-globe, span.fa-send-o.topnav-icon-, span.fa-send-o.topnav-icon-Active, span.fa-send-o.app-group-minus, span.fa-send-o.app-group-plus, .fa-send-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before, a.fa-send-o.favorite-book-black:before, span.fa-send-o.links-icon-logout:before, span.fa-send-o.links-icon-help:before, span.fa-send-o.links-icon-contact:before, div.fa-send-o.links-icon-globe:before, span.fa-send-o.topnav-icon-:before, span.fa-send-o.topnav-icon-Active:before, span.fa-send-o.app-group-minus:before, span.fa-send-o.app-group-plus:before, .fa-send-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-circle-thin, a.fa-circle-thin.favorite-book-black, span.fa-circle-thin.links-icon-logout, span.fa-circle-thin.links-icon-help, span.fa-circle-thin.links-icon-contact, div.fa-circle-thin.links-icon-globe, span.fa-circle-thin.topnav-icon-, span.fa-circle-thin.topnav-icon-Active, span.fa-circle-thin.app-group-minus, span.fa-circle-thin.app-group-plus, .fa-circle-thin.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-thin:before, a.fa-circle-thin.favorite-book-black:before, span.fa-circle-thin.links-icon-logout:before, span.fa-circle-thin.links-icon-help:before, span.fa-circle-thin.links-icon-contact:before, div.fa-circle-thin.links-icon-globe:before, span.fa-circle-thin.topnav-icon-:before, span.fa-circle-thin.topnav-icon-Active:before, span.fa-circle-thin.app-group-minus:before, span.fa-circle-thin.app-group-plus:before, .fa-circle-thin.lock-icon-danger:before {
  content: "";
}

.fa.fa-header:before, a.fa-header.favorite-book-black:before, span.fa-header.links-icon-logout:before, span.fa-header.links-icon-help:before, span.fa-header.links-icon-contact:before, div.fa-header.links-icon-globe:before, span.fa-header.topnav-icon-:before, span.fa-header.topnav-icon-Active:before, span.fa-header.app-group-minus:before, span.fa-header.app-group-plus:before, .fa-header.lock-icon-danger:before {
  content: "";
}

.fa.fa-sliders:before, a.fa-sliders.favorite-book-black:before, span.fa-sliders.links-icon-logout:before, span.fa-sliders.links-icon-help:before, span.fa-sliders.links-icon-contact:before, div.fa-sliders.links-icon-globe:before, span.fa-sliders.topnav-icon-:before, span.fa-sliders.topnav-icon-Active:before, span.fa-sliders.app-group-minus:before, span.fa-sliders.app-group-plus:before, .fa-sliders.lock-icon-danger:before {
  content: "";
}

.fa.fa-futbol-o, a.fa-futbol-o.favorite-book-black, span.fa-futbol-o.links-icon-logout, span.fa-futbol-o.links-icon-help, span.fa-futbol-o.links-icon-contact, div.fa-futbol-o.links-icon-globe, span.fa-futbol-o.topnav-icon-, span.fa-futbol-o.topnav-icon-Active, span.fa-futbol-o.app-group-minus, span.fa-futbol-o.app-group-plus, .fa-futbol-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-futbol-o:before, a.fa-futbol-o.favorite-book-black:before, span.fa-futbol-o.links-icon-logout:before, span.fa-futbol-o.links-icon-help:before, span.fa-futbol-o.links-icon-contact:before, div.fa-futbol-o.links-icon-globe:before, span.fa-futbol-o.topnav-icon-:before, span.fa-futbol-o.topnav-icon-Active:before, span.fa-futbol-o.app-group-minus:before, span.fa-futbol-o.app-group-plus:before, .fa-futbol-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-soccer-ball-o, a.fa-soccer-ball-o.favorite-book-black, span.fa-soccer-ball-o.links-icon-logout, span.fa-soccer-ball-o.links-icon-help, span.fa-soccer-ball-o.links-icon-contact, div.fa-soccer-ball-o.links-icon-globe, span.fa-soccer-ball-o.topnav-icon-, span.fa-soccer-ball-o.topnav-icon-Active, span.fa-soccer-ball-o.app-group-minus, span.fa-soccer-ball-o.app-group-plus, .fa-soccer-ball-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before, a.fa-soccer-ball-o.favorite-book-black:before, span.fa-soccer-ball-o.links-icon-logout:before, span.fa-soccer-ball-o.links-icon-help:before, span.fa-soccer-ball-o.links-icon-contact:before, div.fa-soccer-ball-o.links-icon-globe:before, span.fa-soccer-ball-o.topnav-icon-:before, span.fa-soccer-ball-o.topnav-icon-Active:before, span.fa-soccer-ball-o.app-group-minus:before, span.fa-soccer-ball-o.app-group-plus:before, .fa-soccer-ball-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-slideshare, a.fa-slideshare.favorite-book-black, span.fa-slideshare.links-icon-logout, span.fa-slideshare.links-icon-help, span.fa-slideshare.links-icon-contact, div.fa-slideshare.links-icon-globe, span.fa-slideshare.topnav-icon-, span.fa-slideshare.topnav-icon-Active, span.fa-slideshare.app-group-minus, span.fa-slideshare.app-group-plus, .fa-slideshare.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch, a.fa-twitch.favorite-book-black, span.fa-twitch.links-icon-logout, span.fa-twitch.links-icon-help, span.fa-twitch.links-icon-contact, div.fa-twitch.links-icon-globe, span.fa-twitch.topnav-icon-, span.fa-twitch.topnav-icon-Active, span.fa-twitch.app-group-minus, span.fa-twitch.app-group-plus, .fa-twitch.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp, a.fa-yelp.favorite-book-black, span.fa-yelp.links-icon-logout, span.fa-yelp.links-icon-help, span.fa-yelp.links-icon-contact, div.fa-yelp.links-icon-globe, span.fa-yelp.topnav-icon-, span.fa-yelp.topnav-icon-Active, span.fa-yelp.app-group-minus, span.fa-yelp.app-group-plus, .fa-yelp.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o, a.fa-newspaper-o.favorite-book-black, span.fa-newspaper-o.links-icon-logout, span.fa-newspaper-o.links-icon-help, span.fa-newspaper-o.links-icon-contact, div.fa-newspaper-o.links-icon-globe, span.fa-newspaper-o.topnav-icon-, span.fa-newspaper-o.topnav-icon-Active, span.fa-newspaper-o.app-group-minus, span.fa-newspaper-o.app-group-plus, .fa-newspaper-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before, a.fa-newspaper-o.favorite-book-black:before, span.fa-newspaper-o.links-icon-logout:before, span.fa-newspaper-o.links-icon-help:before, span.fa-newspaper-o.links-icon-contact:before, div.fa-newspaper-o.links-icon-globe:before, span.fa-newspaper-o.topnav-icon-:before, span.fa-newspaper-o.topnav-icon-Active:before, span.fa-newspaper-o.app-group-minus:before, span.fa-newspaper-o.app-group-plus:before, .fa-newspaper-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-paypal, a.fa-paypal.favorite-book-black, span.fa-paypal.links-icon-logout, span.fa-paypal.links-icon-help, span.fa-paypal.links-icon-contact, div.fa-paypal.links-icon-globe, span.fa-paypal.topnav-icon-, span.fa-paypal.topnav-icon-Active, span.fa-paypal.app-group-minus, span.fa-paypal.app-group-plus, .fa-paypal.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet, a.fa-google-wallet.favorite-book-black, span.fa-google-wallet.links-icon-logout, span.fa-google-wallet.links-icon-help, span.fa-google-wallet.links-icon-contact, div.fa-google-wallet.links-icon-globe, span.fa-google-wallet.topnav-icon-, span.fa-google-wallet.topnav-icon-Active, span.fa-google-wallet.app-group-minus, span.fa-google-wallet.app-group-plus, .fa-google-wallet.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa, a.fa-cc-visa.favorite-book-black, span.fa-cc-visa.links-icon-logout, span.fa-cc-visa.links-icon-help, span.fa-cc-visa.links-icon-contact, div.fa-cc-visa.links-icon-globe, span.fa-cc-visa.topnav-icon-, span.fa-cc-visa.topnav-icon-Active, span.fa-cc-visa.app-group-minus, span.fa-cc-visa.app-group-plus, .fa-cc-visa.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard, a.fa-cc-mastercard.favorite-book-black, span.fa-cc-mastercard.links-icon-logout, span.fa-cc-mastercard.links-icon-help, span.fa-cc-mastercard.links-icon-contact, div.fa-cc-mastercard.links-icon-globe, span.fa-cc-mastercard.topnav-icon-, span.fa-cc-mastercard.topnav-icon-Active, span.fa-cc-mastercard.app-group-minus, span.fa-cc-mastercard.app-group-plus, .fa-cc-mastercard.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover, a.fa-cc-discover.favorite-book-black, span.fa-cc-discover.links-icon-logout, span.fa-cc-discover.links-icon-help, span.fa-cc-discover.links-icon-contact, div.fa-cc-discover.links-icon-globe, span.fa-cc-discover.topnav-icon-, span.fa-cc-discover.topnav-icon-Active, span.fa-cc-discover.app-group-minus, span.fa-cc-discover.app-group-plus, .fa-cc-discover.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex, a.fa-cc-amex.favorite-book-black, span.fa-cc-amex.links-icon-logout, span.fa-cc-amex.links-icon-help, span.fa-cc-amex.links-icon-contact, div.fa-cc-amex.links-icon-globe, span.fa-cc-amex.topnav-icon-, span.fa-cc-amex.topnav-icon-Active, span.fa-cc-amex.app-group-minus, span.fa-cc-amex.app-group-plus, .fa-cc-amex.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal, a.fa-cc-paypal.favorite-book-black, span.fa-cc-paypal.links-icon-logout, span.fa-cc-paypal.links-icon-help, span.fa-cc-paypal.links-icon-contact, div.fa-cc-paypal.links-icon-globe, span.fa-cc-paypal.topnav-icon-, span.fa-cc-paypal.topnav-icon-Active, span.fa-cc-paypal.app-group-minus, span.fa-cc-paypal.app-group-plus, .fa-cc-paypal.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe, a.fa-cc-stripe.favorite-book-black, span.fa-cc-stripe.links-icon-logout, span.fa-cc-stripe.links-icon-help, span.fa-cc-stripe.links-icon-contact, div.fa-cc-stripe.links-icon-globe, span.fa-cc-stripe.topnav-icon-, span.fa-cc-stripe.topnav-icon-Active, span.fa-cc-stripe.app-group-minus, span.fa-cc-stripe.app-group-plus, .fa-cc-stripe.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o, a.fa-bell-slash-o.favorite-book-black, span.fa-bell-slash-o.links-icon-logout, span.fa-bell-slash-o.links-icon-help, span.fa-bell-slash-o.links-icon-contact, div.fa-bell-slash-o.links-icon-globe, span.fa-bell-slash-o.topnav-icon-, span.fa-bell-slash-o.topnav-icon-Active, span.fa-bell-slash-o.app-group-minus, span.fa-bell-slash-o.app-group-plus, .fa-bell-slash-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-slash-o:before, a.fa-bell-slash-o.favorite-book-black:before, span.fa-bell-slash-o.links-icon-logout:before, span.fa-bell-slash-o.links-icon-help:before, span.fa-bell-slash-o.links-icon-contact:before, div.fa-bell-slash-o.links-icon-globe:before, span.fa-bell-slash-o.topnav-icon-:before, span.fa-bell-slash-o.topnav-icon-Active:before, span.fa-bell-slash-o.app-group-minus:before, span.fa-bell-slash-o.app-group-plus:before, .fa-bell-slash-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-trash:before, a.fa-trash.favorite-book-black:before, span.fa-trash.links-icon-logout:before, span.fa-trash.links-icon-help:before, span.fa-trash.links-icon-contact:before, div.fa-trash.links-icon-globe:before, span.fa-trash.topnav-icon-:before, span.fa-trash.topnav-icon-Active:before, span.fa-trash.app-group-minus:before, span.fa-trash.app-group-plus:before, .fa-trash.lock-icon-danger:before {
  content: "";
}

.fa.fa-copyright, a.fa-copyright.favorite-book-black, span.fa-copyright.links-icon-logout, span.fa-copyright.links-icon-help, span.fa-copyright.links-icon-contact, div.fa-copyright.links-icon-globe, span.fa-copyright.topnav-icon-, span.fa-copyright.topnav-icon-Active, span.fa-copyright.app-group-minus, span.fa-copyright.app-group-plus, .fa-copyright.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eyedropper:before, a.fa-eyedropper.favorite-book-black:before, span.fa-eyedropper.links-icon-logout:before, span.fa-eyedropper.links-icon-help:before, span.fa-eyedropper.links-icon-contact:before, div.fa-eyedropper.links-icon-globe:before, span.fa-eyedropper.topnav-icon-:before, span.fa-eyedropper.topnav-icon-Active:before, span.fa-eyedropper.app-group-minus:before, span.fa-eyedropper.app-group-plus:before, .fa-eyedropper.lock-icon-danger:before {
  content: "";
}

.fa.fa-area-chart:before, a.fa-area-chart.favorite-book-black:before, span.fa-area-chart.links-icon-logout:before, span.fa-area-chart.links-icon-help:before, span.fa-area-chart.links-icon-contact:before, div.fa-area-chart.links-icon-globe:before, span.fa-area-chart.topnav-icon-:before, span.fa-area-chart.topnav-icon-Active:before, span.fa-area-chart.app-group-minus:before, span.fa-area-chart.app-group-plus:before, .fa-area-chart.lock-icon-danger:before {
  content: "";
}

.fa.fa-pie-chart:before, a.fa-pie-chart.favorite-book-black:before, span.fa-pie-chart.links-icon-logout:before, span.fa-pie-chart.links-icon-help:before, span.fa-pie-chart.links-icon-contact:before, div.fa-pie-chart.links-icon-globe:before, span.fa-pie-chart.topnav-icon-:before, span.fa-pie-chart.topnav-icon-Active:before, span.fa-pie-chart.app-group-minus:before, span.fa-pie-chart.app-group-plus:before, .fa-pie-chart.lock-icon-danger:before {
  content: "";
}

.fa.fa-line-chart:before, a.fa-line-chart.favorite-book-black:before, span.fa-line-chart.links-icon-logout:before, span.fa-line-chart.links-icon-help:before, span.fa-line-chart.links-icon-contact:before, div.fa-line-chart.links-icon-globe:before, span.fa-line-chart.topnav-icon-:before, span.fa-line-chart.topnav-icon-Active:before, span.fa-line-chart.app-group-minus:before, span.fa-line-chart.app-group-plus:before, .fa-line-chart.lock-icon-danger:before {
  content: "";
}

.fa.fa-lastfm, a.fa-lastfm.favorite-book-black, span.fa-lastfm.links-icon-logout, span.fa-lastfm.links-icon-help, span.fa-lastfm.links-icon-contact, div.fa-lastfm.links-icon-globe, span.fa-lastfm.topnav-icon-, span.fa-lastfm.topnav-icon-Active, span.fa-lastfm.app-group-minus, span.fa-lastfm.app-group-plus, .fa-lastfm.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square, a.fa-lastfm-square.favorite-book-black, span.fa-lastfm-square.links-icon-logout, span.fa-lastfm-square.links-icon-help, span.fa-lastfm-square.links-icon-contact, div.fa-lastfm-square.links-icon-globe, span.fa-lastfm-square.topnav-icon-, span.fa-lastfm-square.topnav-icon-Active, span.fa-lastfm-square.app-group-minus, span.fa-lastfm-square.app-group-plus, .fa-lastfm-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost, a.fa-ioxhost.favorite-book-black, span.fa-ioxhost.links-icon-logout, span.fa-ioxhost.links-icon-help, span.fa-ioxhost.links-icon-contact, div.fa-ioxhost.links-icon-globe, span.fa-ioxhost.topnav-icon-, span.fa-ioxhost.topnav-icon-Active, span.fa-ioxhost.app-group-minus, span.fa-ioxhost.app-group-plus, .fa-ioxhost.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist, a.fa-angellist.favorite-book-black, span.fa-angellist.links-icon-logout, span.fa-angellist.links-icon-help, span.fa-angellist.links-icon-contact, div.fa-angellist.links-icon-globe, span.fa-angellist.topnav-icon-, span.fa-angellist.topnav-icon-Active, span.fa-angellist.app-group-minus, span.fa-angellist.app-group-plus, .fa-angellist.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc, a.fa-cc.favorite-book-black, span.fa-cc.links-icon-logout, span.fa-cc.links-icon-help, span.fa-cc.links-icon-contact, div.fa-cc.links-icon-globe, span.fa-cc.topnav-icon-, span.fa-cc.topnav-icon-Active, span.fa-cc.app-group-minus, span.fa-cc.app-group-plus, .fa-cc.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-cc:before, a.fa-cc.favorite-book-black:before, span.fa-cc.links-icon-logout:before, span.fa-cc.links-icon-help:before, span.fa-cc.links-icon-contact:before, div.fa-cc.links-icon-globe:before, span.fa-cc.topnav-icon-:before, span.fa-cc.topnav-icon-Active:before, span.fa-cc.app-group-minus:before, span.fa-cc.app-group-plus:before, .fa-cc.lock-icon-danger:before {
  content: "";
}

.fa.fa-ils:before, a.fa-ils.favorite-book-black:before, span.fa-ils.links-icon-logout:before, span.fa-ils.links-icon-help:before, span.fa-ils.links-icon-contact:before, div.fa-ils.links-icon-globe:before, span.fa-ils.topnav-icon-:before, span.fa-ils.topnav-icon-Active:before, span.fa-ils.app-group-minus:before, span.fa-ils.app-group-plus:before, .fa-ils.lock-icon-danger:before {
  content: "";
}

.fa.fa-shekel:before, a.fa-shekel.favorite-book-black:before, span.fa-shekel.links-icon-logout:before, span.fa-shekel.links-icon-help:before, span.fa-shekel.links-icon-contact:before, div.fa-shekel.links-icon-globe:before, span.fa-shekel.topnav-icon-:before, span.fa-shekel.topnav-icon-Active:before, span.fa-shekel.app-group-minus:before, span.fa-shekel.app-group-plus:before, .fa-shekel.lock-icon-danger:before {
  content: "";
}

.fa.fa-sheqel:before, a.fa-sheqel.favorite-book-black:before, span.fa-sheqel.links-icon-logout:before, span.fa-sheqel.links-icon-help:before, span.fa-sheqel.links-icon-contact:before, div.fa-sheqel.links-icon-globe:before, span.fa-sheqel.topnav-icon-:before, span.fa-sheqel.topnav-icon-Active:before, span.fa-sheqel.app-group-minus:before, span.fa-sheqel.app-group-plus:before, .fa-sheqel.lock-icon-danger:before {
  content: "";
}

.fa.fa-meanpath, a.fa-meanpath.favorite-book-black, span.fa-meanpath.links-icon-logout, span.fa-meanpath.links-icon-help, span.fa-meanpath.links-icon-contact, div.fa-meanpath.links-icon-globe, span.fa-meanpath.topnav-icon-, span.fa-meanpath.topnav-icon-Active, span.fa-meanpath.app-group-minus, span.fa-meanpath.app-group-plus, .fa-meanpath.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-meanpath:before, a.fa-meanpath.favorite-book-black:before, span.fa-meanpath.links-icon-logout:before, span.fa-meanpath.links-icon-help:before, span.fa-meanpath.links-icon-contact:before, div.fa-meanpath.links-icon-globe:before, span.fa-meanpath.topnav-icon-:before, span.fa-meanpath.topnav-icon-Active:before, span.fa-meanpath.app-group-minus:before, span.fa-meanpath.app-group-plus:before, .fa-meanpath.lock-icon-danger:before {
  content: "";
}

.fa.fa-buysellads, a.fa-buysellads.favorite-book-black, span.fa-buysellads.links-icon-logout, span.fa-buysellads.links-icon-help, span.fa-buysellads.links-icon-contact, div.fa-buysellads.links-icon-globe, span.fa-buysellads.topnav-icon-, span.fa-buysellads.topnav-icon-Active, span.fa-buysellads.app-group-minus, span.fa-buysellads.app-group-plus, .fa-buysellads.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop, a.fa-connectdevelop.favorite-book-black, span.fa-connectdevelop.links-icon-logout, span.fa-connectdevelop.links-icon-help, span.fa-connectdevelop.links-icon-contact, div.fa-connectdevelop.links-icon-globe, span.fa-connectdevelop.topnav-icon-, span.fa-connectdevelop.topnav-icon-Active, span.fa-connectdevelop.app-group-minus, span.fa-connectdevelop.app-group-plus, .fa-connectdevelop.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube, a.fa-dashcube.favorite-book-black, span.fa-dashcube.links-icon-logout, span.fa-dashcube.links-icon-help, span.fa-dashcube.links-icon-contact, div.fa-dashcube.links-icon-globe, span.fa-dashcube.topnav-icon-, span.fa-dashcube.topnav-icon-Active, span.fa-dashcube.app-group-minus, span.fa-dashcube.app-group-plus, .fa-dashcube.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee, a.fa-forumbee.favorite-book-black, span.fa-forumbee.links-icon-logout, span.fa-forumbee.links-icon-help, span.fa-forumbee.links-icon-contact, div.fa-forumbee.links-icon-globe, span.fa-forumbee.topnav-icon-, span.fa-forumbee.topnav-icon-Active, span.fa-forumbee.app-group-minus, span.fa-forumbee.app-group-plus, .fa-forumbee.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub, a.fa-leanpub.favorite-book-black, span.fa-leanpub.links-icon-logout, span.fa-leanpub.links-icon-help, span.fa-leanpub.links-icon-contact, div.fa-leanpub.links-icon-globe, span.fa-leanpub.topnav-icon-, span.fa-leanpub.topnav-icon-Active, span.fa-leanpub.app-group-minus, span.fa-leanpub.app-group-plus, .fa-leanpub.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy, a.fa-sellsy.favorite-book-black, span.fa-sellsy.links-icon-logout, span.fa-sellsy.links-icon-help, span.fa-sellsy.links-icon-contact, div.fa-sellsy.links-icon-globe, span.fa-sellsy.topnav-icon-, span.fa-sellsy.topnav-icon-Active, span.fa-sellsy.app-group-minus, span.fa-sellsy.app-group-plus, .fa-sellsy.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk, a.fa-shirtsinbulk.favorite-book-black, span.fa-shirtsinbulk.links-icon-logout, span.fa-shirtsinbulk.links-icon-help, span.fa-shirtsinbulk.links-icon-contact, div.fa-shirtsinbulk.links-icon-globe, span.fa-shirtsinbulk.topnav-icon-, span.fa-shirtsinbulk.topnav-icon-Active, span.fa-shirtsinbulk.app-group-minus, span.fa-shirtsinbulk.app-group-plus, .fa-shirtsinbulk.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt, a.fa-simplybuilt.favorite-book-black, span.fa-simplybuilt.links-icon-logout, span.fa-simplybuilt.links-icon-help, span.fa-simplybuilt.links-icon-contact, div.fa-simplybuilt.links-icon-globe, span.fa-simplybuilt.topnav-icon-, span.fa-simplybuilt.topnav-icon-Active, span.fa-simplybuilt.app-group-minus, span.fa-simplybuilt.app-group-plus, .fa-simplybuilt.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas, a.fa-skyatlas.favorite-book-black, span.fa-skyatlas.links-icon-logout, span.fa-skyatlas.links-icon-help, span.fa-skyatlas.links-icon-contact, div.fa-skyatlas.links-icon-globe, span.fa-skyatlas.topnav-icon-, span.fa-skyatlas.topnav-icon-Active, span.fa-skyatlas.app-group-minus, span.fa-skyatlas.app-group-plus, .fa-skyatlas.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond, a.fa-diamond.favorite-book-black, span.fa-diamond.links-icon-logout, span.fa-diamond.links-icon-help, span.fa-diamond.links-icon-contact, div.fa-diamond.links-icon-globe, span.fa-diamond.topnav-icon-, span.fa-diamond.topnav-icon-Active, span.fa-diamond.app-group-minus, span.fa-diamond.app-group-plus, .fa-diamond.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-diamond:before, a.fa-diamond.favorite-book-black:before, span.fa-diamond.links-icon-logout:before, span.fa-diamond.links-icon-help:before, span.fa-diamond.links-icon-contact:before, div.fa-diamond.links-icon-globe:before, span.fa-diamond.topnav-icon-:before, span.fa-diamond.topnav-icon-Active:before, span.fa-diamond.app-group-minus:before, span.fa-diamond.app-group-plus:before, .fa-diamond.lock-icon-danger:before {
  content: "";
}

.fa.fa-intersex:before, a.fa-intersex.favorite-book-black:before, span.fa-intersex.links-icon-logout:before, span.fa-intersex.links-icon-help:before, span.fa-intersex.links-icon-contact:before, div.fa-intersex.links-icon-globe:before, span.fa-intersex.topnav-icon-:before, span.fa-intersex.topnav-icon-Active:before, span.fa-intersex.app-group-minus:before, span.fa-intersex.app-group-plus:before, .fa-intersex.lock-icon-danger:before {
  content: "";
}

.fa.fa-facebook-official, a.fa-facebook-official.favorite-book-black, span.fa-facebook-official.links-icon-logout, span.fa-facebook-official.links-icon-help, span.fa-facebook-official.links-icon-contact, div.fa-facebook-official.links-icon-globe, span.fa-facebook-official.topnav-icon-, span.fa-facebook-official.topnav-icon-Active, span.fa-facebook-official.app-group-minus, span.fa-facebook-official.app-group-plus, .fa-facebook-official.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-official:before, a.fa-facebook-official.favorite-book-black:before, span.fa-facebook-official.links-icon-logout:before, span.fa-facebook-official.links-icon-help:before, span.fa-facebook-official.links-icon-contact:before, div.fa-facebook-official.links-icon-globe:before, span.fa-facebook-official.topnav-icon-:before, span.fa-facebook-official.topnav-icon-Active:before, span.fa-facebook-official.app-group-minus:before, span.fa-facebook-official.app-group-plus:before, .fa-facebook-official.lock-icon-danger:before {
  content: "";
}

.fa.fa-pinterest-p, a.fa-pinterest-p.favorite-book-black, span.fa-pinterest-p.links-icon-logout, span.fa-pinterest-p.links-icon-help, span.fa-pinterest-p.links-icon-contact, div.fa-pinterest-p.links-icon-globe, span.fa-pinterest-p.topnav-icon-, span.fa-pinterest-p.topnav-icon-Active, span.fa-pinterest-p.app-group-minus, span.fa-pinterest-p.app-group-plus, .fa-pinterest-p.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp, a.fa-whatsapp.favorite-book-black, span.fa-whatsapp.links-icon-logout, span.fa-whatsapp.links-icon-help, span.fa-whatsapp.links-icon-contact, div.fa-whatsapp.links-icon-globe, span.fa-whatsapp.topnav-icon-, span.fa-whatsapp.topnav-icon-Active, span.fa-whatsapp.app-group-minus, span.fa-whatsapp.app-group-plus, .fa-whatsapp.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hotel:before, a.fa-hotel.favorite-book-black:before, span.fa-hotel.links-icon-logout:before, span.fa-hotel.links-icon-help:before, span.fa-hotel.links-icon-contact:before, div.fa-hotel.links-icon-globe:before, span.fa-hotel.topnav-icon-:before, span.fa-hotel.topnav-icon-Active:before, span.fa-hotel.app-group-minus:before, span.fa-hotel.app-group-plus:before, .fa-hotel.lock-icon-danger:before {
  content: "";
}

.fa.fa-viacoin, a.fa-viacoin.favorite-book-black, span.fa-viacoin.links-icon-logout, span.fa-viacoin.links-icon-help, span.fa-viacoin.links-icon-contact, div.fa-viacoin.links-icon-globe, span.fa-viacoin.topnav-icon-, span.fa-viacoin.topnav-icon-Active, span.fa-viacoin.app-group-minus, span.fa-viacoin.app-group-plus, .fa-viacoin.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium, a.fa-medium.favorite-book-black, span.fa-medium.links-icon-logout, span.fa-medium.links-icon-help, span.fa-medium.links-icon-contact, div.fa-medium.links-icon-globe, span.fa-medium.topnav-icon-, span.fa-medium.topnav-icon-Active, span.fa-medium.app-group-minus, span.fa-medium.app-group-plus, .fa-medium.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator, a.fa-y-combinator.favorite-book-black, span.fa-y-combinator.links-icon-logout, span.fa-y-combinator.links-icon-help, span.fa-y-combinator.links-icon-contact, div.fa-y-combinator.links-icon-globe, span.fa-y-combinator.topnav-icon-, span.fa-y-combinator.topnav-icon-Active, span.fa-y-combinator.app-group-minus, span.fa-y-combinator.app-group-plus, .fa-y-combinator.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc, a.fa-yc.favorite-book-black, span.fa-yc.links-icon-logout, span.fa-yc.links-icon-help, span.fa-yc.links-icon-contact, div.fa-yc.links-icon-globe, span.fa-yc.topnav-icon-, span.fa-yc.topnav-icon-Active, span.fa-yc.app-group-minus, span.fa-yc.app-group-plus, .fa-yc.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before, a.fa-yc.favorite-book-black:before, span.fa-yc.links-icon-logout:before, span.fa-yc.links-icon-help:before, span.fa-yc.links-icon-contact:before, div.fa-yc.links-icon-globe:before, span.fa-yc.topnav-icon-:before, span.fa-yc.topnav-icon-Active:before, span.fa-yc.app-group-minus:before, span.fa-yc.app-group-plus:before, .fa-yc.lock-icon-danger:before {
  content: "";
}

.fa.fa-optin-monster, a.fa-optin-monster.favorite-book-black, span.fa-optin-monster.links-icon-logout, span.fa-optin-monster.links-icon-help, span.fa-optin-monster.links-icon-contact, div.fa-optin-monster.links-icon-globe, span.fa-optin-monster.topnav-icon-, span.fa-optin-monster.topnav-icon-Active, span.fa-optin-monster.app-group-minus, span.fa-optin-monster.app-group-plus, .fa-optin-monster.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart, a.fa-opencart.favorite-book-black, span.fa-opencart.links-icon-logout, span.fa-opencart.links-icon-help, span.fa-opencart.links-icon-contact, div.fa-opencart.links-icon-globe, span.fa-opencart.topnav-icon-, span.fa-opencart.topnav-icon-Active, span.fa-opencart.app-group-minus, span.fa-opencart.app-group-plus, .fa-opencart.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl, a.fa-expeditedssl.favorite-book-black, span.fa-expeditedssl.links-icon-logout, span.fa-expeditedssl.links-icon-help, span.fa-expeditedssl.links-icon-contact, div.fa-expeditedssl.links-icon-globe, span.fa-expeditedssl.topnav-icon-, span.fa-expeditedssl.topnav-icon-Active, span.fa-expeditedssl.app-group-minus, span.fa-expeditedssl.app-group-plus, .fa-expeditedssl.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-battery-4:before, a.fa-battery-4.favorite-book-black:before, span.fa-battery-4.links-icon-logout:before, span.fa-battery-4.links-icon-help:before, span.fa-battery-4.links-icon-contact:before, div.fa-battery-4.links-icon-globe:before, span.fa-battery-4.topnav-icon-:before, span.fa-battery-4.topnav-icon-Active:before, span.fa-battery-4.app-group-minus:before, span.fa-battery-4.app-group-plus:before, .fa-battery-4.lock-icon-danger:before {
  content: "";
}

.fa.fa-battery:before, a.fa-battery.favorite-book-black:before, span.fa-battery.links-icon-logout:before, span.fa-battery.links-icon-help:before, span.fa-battery.links-icon-contact:before, div.fa-battery.links-icon-globe:before, span.fa-battery.topnav-icon-:before, span.fa-battery.topnav-icon-Active:before, span.fa-battery.app-group-minus:before, span.fa-battery.app-group-plus:before, .fa-battery.lock-icon-danger:before {
  content: "";
}

.fa.fa-battery-3:before, a.fa-battery-3.favorite-book-black:before, span.fa-battery-3.links-icon-logout:before, span.fa-battery-3.links-icon-help:before, span.fa-battery-3.links-icon-contact:before, div.fa-battery-3.links-icon-globe:before, span.fa-battery-3.topnav-icon-:before, span.fa-battery-3.topnav-icon-Active:before, span.fa-battery-3.app-group-minus:before, span.fa-battery-3.app-group-plus:before, .fa-battery-3.lock-icon-danger:before {
  content: "";
}

.fa.fa-battery-2:before, a.fa-battery-2.favorite-book-black:before, span.fa-battery-2.links-icon-logout:before, span.fa-battery-2.links-icon-help:before, span.fa-battery-2.links-icon-contact:before, div.fa-battery-2.links-icon-globe:before, span.fa-battery-2.topnav-icon-:before, span.fa-battery-2.topnav-icon-Active:before, span.fa-battery-2.app-group-minus:before, span.fa-battery-2.app-group-plus:before, .fa-battery-2.lock-icon-danger:before {
  content: "";
}

.fa.fa-battery-1:before, a.fa-battery-1.favorite-book-black:before, span.fa-battery-1.links-icon-logout:before, span.fa-battery-1.links-icon-help:before, span.fa-battery-1.links-icon-contact:before, div.fa-battery-1.links-icon-globe:before, span.fa-battery-1.topnav-icon-:before, span.fa-battery-1.topnav-icon-Active:before, span.fa-battery-1.app-group-minus:before, span.fa-battery-1.app-group-plus:before, .fa-battery-1.lock-icon-danger:before {
  content: "";
}

.fa.fa-battery-0:before, a.fa-battery-0.favorite-book-black:before, span.fa-battery-0.links-icon-logout:before, span.fa-battery-0.links-icon-help:before, span.fa-battery-0.links-icon-contact:before, div.fa-battery-0.links-icon-globe:before, span.fa-battery-0.topnav-icon-:before, span.fa-battery-0.topnav-icon-Active:before, span.fa-battery-0.app-group-minus:before, span.fa-battery-0.app-group-plus:before, .fa-battery-0.lock-icon-danger:before {
  content: "";
}

.fa.fa-object-group, a.fa-object-group.favorite-book-black, span.fa-object-group.links-icon-logout, span.fa-object-group.links-icon-help, span.fa-object-group.links-icon-contact, div.fa-object-group.links-icon-globe, span.fa-object-group.topnav-icon-, span.fa-object-group.topnav-icon-Active, span.fa-object-group.app-group-minus, span.fa-object-group.app-group-plus, .fa-object-group.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup, a.fa-object-ungroup.favorite-book-black, span.fa-object-ungroup.links-icon-logout, span.fa-object-ungroup.links-icon-help, span.fa-object-ungroup.links-icon-contact, div.fa-object-ungroup.links-icon-globe, span.fa-object-ungroup.topnav-icon-, span.fa-object-ungroup.topnav-icon-Active, span.fa-object-ungroup.app-group-minus, span.fa-object-ungroup.app-group-plus, .fa-object-ungroup.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o, a.fa-sticky-note-o.favorite-book-black, span.fa-sticky-note-o.links-icon-logout, span.fa-sticky-note-o.links-icon-help, span.fa-sticky-note-o.links-icon-contact, div.fa-sticky-note-o.links-icon-globe, span.fa-sticky-note-o.topnav-icon-, span.fa-sticky-note-o.topnav-icon-Active, span.fa-sticky-note-o.app-group-minus, span.fa-sticky-note-o.app-group-plus, .fa-sticky-note-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before, a.fa-sticky-note-o.favorite-book-black:before, span.fa-sticky-note-o.links-icon-logout:before, span.fa-sticky-note-o.links-icon-help:before, span.fa-sticky-note-o.links-icon-contact:before, div.fa-sticky-note-o.links-icon-globe:before, span.fa-sticky-note-o.topnav-icon-:before, span.fa-sticky-note-o.topnav-icon-Active:before, span.fa-sticky-note-o.app-group-minus:before, span.fa-sticky-note-o.app-group-plus:before, .fa-sticky-note-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-cc-jcb, a.fa-cc-jcb.favorite-book-black, span.fa-cc-jcb.links-icon-logout, span.fa-cc-jcb.links-icon-help, span.fa-cc-jcb.links-icon-contact, div.fa-cc-jcb.links-icon-globe, span.fa-cc-jcb.topnav-icon-, span.fa-cc-jcb.topnav-icon-Active, span.fa-cc-jcb.app-group-minus, span.fa-cc-jcb.app-group-plus, .fa-cc-jcb.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club, a.fa-cc-diners-club.favorite-book-black, span.fa-cc-diners-club.links-icon-logout, span.fa-cc-diners-club.links-icon-help, span.fa-cc-diners-club.links-icon-contact, div.fa-cc-diners-club.links-icon-globe, span.fa-cc-diners-club.topnav-icon-, span.fa-cc-diners-club.topnav-icon-Active, span.fa-cc-diners-club.app-group-minus, span.fa-cc-diners-club.app-group-plus, .fa-cc-diners-club.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone, a.fa-clone.favorite-book-black, span.fa-clone.links-icon-logout, span.fa-clone.links-icon-help, span.fa-clone.links-icon-contact, div.fa-clone.links-icon-globe, span.fa-clone.topnav-icon-, span.fa-clone.topnav-icon-Active, span.fa-clone.app-group-minus, span.fa-clone.app-group-plus, .fa-clone.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o, a.fa-hourglass-o.favorite-book-black, span.fa-hourglass-o.links-icon-logout, span.fa-hourglass-o.links-icon-help, span.fa-hourglass-o.links-icon-contact, div.fa-hourglass-o.links-icon-globe, span.fa-hourglass-o.topnav-icon-, span.fa-hourglass-o.topnav-icon-Active, span.fa-hourglass-o.app-group-minus, span.fa-hourglass-o.app-group-plus, .fa-hourglass-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before, a.fa-hourglass-o.favorite-book-black:before, span.fa-hourglass-o.links-icon-logout:before, span.fa-hourglass-o.links-icon-help:before, span.fa-hourglass-o.links-icon-contact:before, div.fa-hourglass-o.links-icon-globe:before, span.fa-hourglass-o.topnav-icon-:before, span.fa-hourglass-o.topnav-icon-Active:before, span.fa-hourglass-o.app-group-minus:before, span.fa-hourglass-o.app-group-plus:before, .fa-hourglass-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hourglass-1:before, a.fa-hourglass-1.favorite-book-black:before, span.fa-hourglass-1.links-icon-logout:before, span.fa-hourglass-1.links-icon-help:before, span.fa-hourglass-1.links-icon-contact:before, div.fa-hourglass-1.links-icon-globe:before, span.fa-hourglass-1.topnav-icon-:before, span.fa-hourglass-1.topnav-icon-Active:before, span.fa-hourglass-1.app-group-minus:before, span.fa-hourglass-1.app-group-plus:before, .fa-hourglass-1.lock-icon-danger:before {
  content: "";
}

.fa.fa-hourglass-2:before, a.fa-hourglass-2.favorite-book-black:before, span.fa-hourglass-2.links-icon-logout:before, span.fa-hourglass-2.links-icon-help:before, span.fa-hourglass-2.links-icon-contact:before, div.fa-hourglass-2.links-icon-globe:before, span.fa-hourglass-2.topnav-icon-:before, span.fa-hourglass-2.topnav-icon-Active:before, span.fa-hourglass-2.app-group-minus:before, span.fa-hourglass-2.app-group-plus:before, .fa-hourglass-2.lock-icon-danger:before {
  content: "";
}

.fa.fa-hourglass-3:before, a.fa-hourglass-3.favorite-book-black:before, span.fa-hourglass-3.links-icon-logout:before, span.fa-hourglass-3.links-icon-help:before, span.fa-hourglass-3.links-icon-contact:before, div.fa-hourglass-3.links-icon-globe:before, span.fa-hourglass-3.topnav-icon-:before, span.fa-hourglass-3.topnav-icon-Active:before, span.fa-hourglass-3.app-group-minus:before, span.fa-hourglass-3.app-group-plus:before, .fa-hourglass-3.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-rock-o, a.fa-hand-rock-o.favorite-book-black, span.fa-hand-rock-o.links-icon-logout, span.fa-hand-rock-o.links-icon-help, span.fa-hand-rock-o.links-icon-contact, div.fa-hand-rock-o.links-icon-globe, span.fa-hand-rock-o.topnav-icon-, span.fa-hand-rock-o.topnav-icon-Active, span.fa-hand-rock-o.app-group-minus, span.fa-hand-rock-o.app-group-plus, .fa-hand-rock-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before, a.fa-hand-rock-o.favorite-book-black:before, span.fa-hand-rock-o.links-icon-logout:before, span.fa-hand-rock-o.links-icon-help:before, span.fa-hand-rock-o.links-icon-contact:before, div.fa-hand-rock-o.links-icon-globe:before, span.fa-hand-rock-o.topnav-icon-:before, span.fa-hand-rock-o.topnav-icon-Active:before, span.fa-hand-rock-o.app-group-minus:before, span.fa-hand-rock-o.app-group-plus:before, .fa-hand-rock-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-grab-o, a.fa-hand-grab-o.favorite-book-black, span.fa-hand-grab-o.links-icon-logout, span.fa-hand-grab-o.links-icon-help, span.fa-hand-grab-o.links-icon-contact, div.fa-hand-grab-o.links-icon-globe, span.fa-hand-grab-o.topnav-icon-, span.fa-hand-grab-o.topnav-icon-Active, span.fa-hand-grab-o.app-group-minus, span.fa-hand-grab-o.app-group-plus, .fa-hand-grab-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before, a.fa-hand-grab-o.favorite-book-black:before, span.fa-hand-grab-o.links-icon-logout:before, span.fa-hand-grab-o.links-icon-help:before, span.fa-hand-grab-o.links-icon-contact:before, div.fa-hand-grab-o.links-icon-globe:before, span.fa-hand-grab-o.topnav-icon-:before, span.fa-hand-grab-o.topnav-icon-Active:before, span.fa-hand-grab-o.app-group-minus:before, span.fa-hand-grab-o.app-group-plus:before, .fa-hand-grab-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-paper-o, a.fa-hand-paper-o.favorite-book-black, span.fa-hand-paper-o.links-icon-logout, span.fa-hand-paper-o.links-icon-help, span.fa-hand-paper-o.links-icon-contact, div.fa-hand-paper-o.links-icon-globe, span.fa-hand-paper-o.topnav-icon-, span.fa-hand-paper-o.topnav-icon-Active, span.fa-hand-paper-o.app-group-minus, span.fa-hand-paper-o.app-group-plus, .fa-hand-paper-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before, a.fa-hand-paper-o.favorite-book-black:before, span.fa-hand-paper-o.links-icon-logout:before, span.fa-hand-paper-o.links-icon-help:before, span.fa-hand-paper-o.links-icon-contact:before, div.fa-hand-paper-o.links-icon-globe:before, span.fa-hand-paper-o.topnav-icon-:before, span.fa-hand-paper-o.topnav-icon-Active:before, span.fa-hand-paper-o.app-group-minus:before, span.fa-hand-paper-o.app-group-plus:before, .fa-hand-paper-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-stop-o, a.fa-hand-stop-o.favorite-book-black, span.fa-hand-stop-o.links-icon-logout, span.fa-hand-stop-o.links-icon-help, span.fa-hand-stop-o.links-icon-contact, div.fa-hand-stop-o.links-icon-globe, span.fa-hand-stop-o.topnav-icon-, span.fa-hand-stop-o.topnav-icon-Active, span.fa-hand-stop-o.app-group-minus, span.fa-hand-stop-o.app-group-plus, .fa-hand-stop-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before, a.fa-hand-stop-o.favorite-book-black:before, span.fa-hand-stop-o.links-icon-logout:before, span.fa-hand-stop-o.links-icon-help:before, span.fa-hand-stop-o.links-icon-contact:before, div.fa-hand-stop-o.links-icon-globe:before, span.fa-hand-stop-o.topnav-icon-:before, span.fa-hand-stop-o.topnav-icon-Active:before, span.fa-hand-stop-o.app-group-minus:before, span.fa-hand-stop-o.app-group-plus:before, .fa-hand-stop-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-scissors-o, a.fa-hand-scissors-o.favorite-book-black, span.fa-hand-scissors-o.links-icon-logout, span.fa-hand-scissors-o.links-icon-help, span.fa-hand-scissors-o.links-icon-contact, div.fa-hand-scissors-o.links-icon-globe, span.fa-hand-scissors-o.topnav-icon-, span.fa-hand-scissors-o.topnav-icon-Active, span.fa-hand-scissors-o.app-group-minus, span.fa-hand-scissors-o.app-group-plus, .fa-hand-scissors-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before, a.fa-hand-scissors-o.favorite-book-black:before, span.fa-hand-scissors-o.links-icon-logout:before, span.fa-hand-scissors-o.links-icon-help:before, span.fa-hand-scissors-o.links-icon-contact:before, div.fa-hand-scissors-o.links-icon-globe:before, span.fa-hand-scissors-o.topnav-icon-:before, span.fa-hand-scissors-o.topnav-icon-Active:before, span.fa-hand-scissors-o.app-group-minus:before, span.fa-hand-scissors-o.app-group-plus:before, .fa-hand-scissors-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-lizard-o, a.fa-hand-lizard-o.favorite-book-black, span.fa-hand-lizard-o.links-icon-logout, span.fa-hand-lizard-o.links-icon-help, span.fa-hand-lizard-o.links-icon-contact, div.fa-hand-lizard-o.links-icon-globe, span.fa-hand-lizard-o.topnav-icon-, span.fa-hand-lizard-o.topnav-icon-Active, span.fa-hand-lizard-o.app-group-minus, span.fa-hand-lizard-o.app-group-plus, .fa-hand-lizard-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before, a.fa-hand-lizard-o.favorite-book-black:before, span.fa-hand-lizard-o.links-icon-logout:before, span.fa-hand-lizard-o.links-icon-help:before, span.fa-hand-lizard-o.links-icon-contact:before, div.fa-hand-lizard-o.links-icon-globe:before, span.fa-hand-lizard-o.topnav-icon-:before, span.fa-hand-lizard-o.topnav-icon-Active:before, span.fa-hand-lizard-o.app-group-minus:before, span.fa-hand-lizard-o.app-group-plus:before, .fa-hand-lizard-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-spock-o, a.fa-hand-spock-o.favorite-book-black, span.fa-hand-spock-o.links-icon-logout, span.fa-hand-spock-o.links-icon-help, span.fa-hand-spock-o.links-icon-contact, div.fa-hand-spock-o.links-icon-globe, span.fa-hand-spock-o.topnav-icon-, span.fa-hand-spock-o.topnav-icon-Active, span.fa-hand-spock-o.app-group-minus, span.fa-hand-spock-o.app-group-plus, .fa-hand-spock-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before, a.fa-hand-spock-o.favorite-book-black:before, span.fa-hand-spock-o.links-icon-logout:before, span.fa-hand-spock-o.links-icon-help:before, span.fa-hand-spock-o.links-icon-contact:before, div.fa-hand-spock-o.links-icon-globe:before, span.fa-hand-spock-o.topnav-icon-:before, span.fa-hand-spock-o.topnav-icon-Active:before, span.fa-hand-spock-o.app-group-minus:before, span.fa-hand-spock-o.app-group-plus:before, .fa-hand-spock-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-pointer-o, a.fa-hand-pointer-o.favorite-book-black, span.fa-hand-pointer-o.links-icon-logout, span.fa-hand-pointer-o.links-icon-help, span.fa-hand-pointer-o.links-icon-contact, div.fa-hand-pointer-o.links-icon-globe, span.fa-hand-pointer-o.topnav-icon-, span.fa-hand-pointer-o.topnav-icon-Active, span.fa-hand-pointer-o.app-group-minus, span.fa-hand-pointer-o.app-group-plus, .fa-hand-pointer-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before, a.fa-hand-pointer-o.favorite-book-black:before, span.fa-hand-pointer-o.links-icon-logout:before, span.fa-hand-pointer-o.links-icon-help:before, span.fa-hand-pointer-o.links-icon-contact:before, div.fa-hand-pointer-o.links-icon-globe:before, span.fa-hand-pointer-o.topnav-icon-:before, span.fa-hand-pointer-o.topnav-icon-Active:before, span.fa-hand-pointer-o.app-group-minus:before, span.fa-hand-pointer-o.app-group-plus:before, .fa-hand-pointer-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-hand-peace-o, a.fa-hand-peace-o.favorite-book-black, span.fa-hand-peace-o.links-icon-logout, span.fa-hand-peace-o.links-icon-help, span.fa-hand-peace-o.links-icon-contact, div.fa-hand-peace-o.links-icon-globe, span.fa-hand-peace-o.topnav-icon-, span.fa-hand-peace-o.topnav-icon-Active, span.fa-hand-peace-o.app-group-minus, span.fa-hand-peace-o.app-group-plus, .fa-hand-peace-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before, a.fa-hand-peace-o.favorite-book-black:before, span.fa-hand-peace-o.links-icon-logout:before, span.fa-hand-peace-o.links-icon-help:before, span.fa-hand-peace-o.links-icon-contact:before, div.fa-hand-peace-o.links-icon-globe:before, span.fa-hand-peace-o.topnav-icon-:before, span.fa-hand-peace-o.topnav-icon-Active:before, span.fa-hand-peace-o.app-group-minus:before, span.fa-hand-peace-o.app-group-plus:before, .fa-hand-peace-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-registered, a.fa-registered.favorite-book-black, span.fa-registered.links-icon-logout, span.fa-registered.links-icon-help, span.fa-registered.links-icon-contact, div.fa-registered.links-icon-globe, span.fa-registered.topnav-icon-, span.fa-registered.topnav-icon-Active, span.fa-registered.app-group-minus, span.fa-registered.app-group-plus, .fa-registered.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons, a.fa-creative-commons.favorite-book-black, span.fa-creative-commons.links-icon-logout, span.fa-creative-commons.links-icon-help, span.fa-creative-commons.links-icon-contact, div.fa-creative-commons.links-icon-globe, span.fa-creative-commons.topnav-icon-, span.fa-creative-commons.topnav-icon-Active, span.fa-creative-commons.app-group-minus, span.fa-creative-commons.app-group-plus, .fa-creative-commons.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg, a.fa-gg.favorite-book-black, span.fa-gg.links-icon-logout, span.fa-gg.links-icon-help, span.fa-gg.links-icon-contact, div.fa-gg.links-icon-globe, span.fa-gg.topnav-icon-, span.fa-gg.topnav-icon-Active, span.fa-gg.app-group-minus, span.fa-gg.app-group-plus, .fa-gg.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle, a.fa-gg-circle.favorite-book-black, span.fa-gg-circle.links-icon-logout, span.fa-gg-circle.links-icon-help, span.fa-gg-circle.links-icon-contact, div.fa-gg-circle.links-icon-globe, span.fa-gg-circle.topnav-icon-, span.fa-gg-circle.topnav-icon-Active, span.fa-gg-circle.app-group-minus, span.fa-gg-circle.app-group-plus, .fa-gg-circle.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor, a.fa-tripadvisor.favorite-book-black, span.fa-tripadvisor.links-icon-logout, span.fa-tripadvisor.links-icon-help, span.fa-tripadvisor.links-icon-contact, div.fa-tripadvisor.links-icon-globe, span.fa-tripadvisor.topnav-icon-, span.fa-tripadvisor.topnav-icon-Active, span.fa-tripadvisor.app-group-minus, span.fa-tripadvisor.app-group-plus, .fa-tripadvisor.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki, a.fa-odnoklassniki.favorite-book-black, span.fa-odnoklassniki.links-icon-logout, span.fa-odnoklassniki.links-icon-help, span.fa-odnoklassniki.links-icon-contact, div.fa-odnoklassniki.links-icon-globe, span.fa-odnoklassniki.topnav-icon-, span.fa-odnoklassniki.topnav-icon-Active, span.fa-odnoklassniki.app-group-minus, span.fa-odnoklassniki.app-group-plus, .fa-odnoklassniki.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square, a.fa-odnoklassniki-square.favorite-book-black, span.fa-odnoklassniki-square.links-icon-logout, span.fa-odnoklassniki-square.links-icon-help, span.fa-odnoklassniki-square.links-icon-contact, div.fa-odnoklassniki-square.links-icon-globe, span.fa-odnoklassniki-square.topnav-icon-, span.fa-odnoklassniki-square.topnav-icon-Active, span.fa-odnoklassniki-square.app-group-minus, span.fa-odnoklassniki-square.app-group-plus, .fa-odnoklassniki-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket, a.fa-get-pocket.favorite-book-black, span.fa-get-pocket.links-icon-logout, span.fa-get-pocket.links-icon-help, span.fa-get-pocket.links-icon-contact, div.fa-get-pocket.links-icon-globe, span.fa-get-pocket.topnav-icon-, span.fa-get-pocket.topnav-icon-Active, span.fa-get-pocket.app-group-minus, span.fa-get-pocket.app-group-plus, .fa-get-pocket.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w, a.fa-wikipedia-w.favorite-book-black, span.fa-wikipedia-w.links-icon-logout, span.fa-wikipedia-w.links-icon-help, span.fa-wikipedia-w.links-icon-contact, div.fa-wikipedia-w.links-icon-globe, span.fa-wikipedia-w.topnav-icon-, span.fa-wikipedia-w.topnav-icon-Active, span.fa-wikipedia-w.app-group-minus, span.fa-wikipedia-w.app-group-plus, .fa-wikipedia-w.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari, a.fa-safari.favorite-book-black, span.fa-safari.links-icon-logout, span.fa-safari.links-icon-help, span.fa-safari.links-icon-contact, div.fa-safari.links-icon-globe, span.fa-safari.topnav-icon-, span.fa-safari.topnav-icon-Active, span.fa-safari.app-group-minus, span.fa-safari.app-group-plus, .fa-safari.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome, a.fa-chrome.favorite-book-black, span.fa-chrome.links-icon-logout, span.fa-chrome.links-icon-help, span.fa-chrome.links-icon-contact, div.fa-chrome.links-icon-globe, span.fa-chrome.topnav-icon-, span.fa-chrome.topnav-icon-Active, span.fa-chrome.app-group-minus, span.fa-chrome.app-group-plus, .fa-chrome.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox, a.fa-firefox.favorite-book-black, span.fa-firefox.links-icon-logout, span.fa-firefox.links-icon-help, span.fa-firefox.links-icon-contact, div.fa-firefox.links-icon-globe, span.fa-firefox.topnav-icon-, span.fa-firefox.topnav-icon-Active, span.fa-firefox.app-group-minus, span.fa-firefox.app-group-plus, .fa-firefox.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera, a.fa-opera.favorite-book-black, span.fa-opera.links-icon-logout, span.fa-opera.links-icon-help, span.fa-opera.links-icon-contact, div.fa-opera.links-icon-globe, span.fa-opera.topnav-icon-, span.fa-opera.topnav-icon-Active, span.fa-opera.app-group-minus, span.fa-opera.app-group-plus, .fa-opera.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer, a.fa-internet-explorer.favorite-book-black, span.fa-internet-explorer.links-icon-logout, span.fa-internet-explorer.links-icon-help, span.fa-internet-explorer.links-icon-contact, div.fa-internet-explorer.links-icon-globe, span.fa-internet-explorer.topnav-icon-, span.fa-internet-explorer.topnav-icon-Active, span.fa-internet-explorer.app-group-minus, span.fa-internet-explorer.app-group-plus, .fa-internet-explorer.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before, a.fa-television.favorite-book-black:before, span.fa-television.links-icon-logout:before, span.fa-television.links-icon-help:before, span.fa-television.links-icon-contact:before, div.fa-television.links-icon-globe:before, span.fa-television.topnav-icon-:before, span.fa-television.topnav-icon-Active:before, span.fa-television.app-group-minus:before, span.fa-television.app-group-plus:before, .fa-television.lock-icon-danger:before {
  content: "";
}

.fa.fa-contao, a.fa-contao.favorite-book-black, span.fa-contao.links-icon-logout, span.fa-contao.links-icon-help, span.fa-contao.links-icon-contact, div.fa-contao.links-icon-globe, span.fa-contao.topnav-icon-, span.fa-contao.topnav-icon-Active, span.fa-contao.app-group-minus, span.fa-contao.app-group-plus, .fa-contao.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px, a.fa-500px.favorite-book-black, span.fa-500px.links-icon-logout, span.fa-500px.links-icon-help, span.fa-500px.links-icon-contact, div.fa-500px.links-icon-globe, span.fa-500px.topnav-icon-, span.fa-500px.topnav-icon-Active, span.fa-500px.app-group-minus, span.fa-500px.app-group-plus, .fa-500px.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon, a.fa-amazon.favorite-book-black, span.fa-amazon.links-icon-logout, span.fa-amazon.links-icon-help, span.fa-amazon.links-icon-contact, div.fa-amazon.links-icon-globe, span.fa-amazon.topnav-icon-, span.fa-amazon.topnav-icon-Active, span.fa-amazon.app-group-minus, span.fa-amazon.app-group-plus, .fa-amazon.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o, a.fa-calendar-plus-o.favorite-book-black, span.fa-calendar-plus-o.links-icon-logout, span.fa-calendar-plus-o.links-icon-help, span.fa-calendar-plus-o.links-icon-contact, div.fa-calendar-plus-o.links-icon-globe, span.fa-calendar-plus-o.topnav-icon-, span.fa-calendar-plus-o.topnav-icon-Active, span.fa-calendar-plus-o.app-group-minus, span.fa-calendar-plus-o.app-group-plus, .fa-calendar-plus-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before, a.fa-calendar-plus-o.favorite-book-black:before, span.fa-calendar-plus-o.links-icon-logout:before, span.fa-calendar-plus-o.links-icon-help:before, span.fa-calendar-plus-o.links-icon-contact:before, div.fa-calendar-plus-o.links-icon-globe:before, span.fa-calendar-plus-o.topnav-icon-:before, span.fa-calendar-plus-o.topnav-icon-Active:before, span.fa-calendar-plus-o.app-group-minus:before, span.fa-calendar-plus-o.app-group-plus:before, .fa-calendar-plus-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-calendar-minus-o, a.fa-calendar-minus-o.favorite-book-black, span.fa-calendar-minus-o.links-icon-logout, span.fa-calendar-minus-o.links-icon-help, span.fa-calendar-minus-o.links-icon-contact, div.fa-calendar-minus-o.links-icon-globe, span.fa-calendar-minus-o.topnav-icon-, span.fa-calendar-minus-o.topnav-icon-Active, span.fa-calendar-minus-o.app-group-minus, span.fa-calendar-minus-o.app-group-plus, .fa-calendar-minus-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before, a.fa-calendar-minus-o.favorite-book-black:before, span.fa-calendar-minus-o.links-icon-logout:before, span.fa-calendar-minus-o.links-icon-help:before, span.fa-calendar-minus-o.links-icon-contact:before, div.fa-calendar-minus-o.links-icon-globe:before, span.fa-calendar-minus-o.topnav-icon-:before, span.fa-calendar-minus-o.topnav-icon-Active:before, span.fa-calendar-minus-o.app-group-minus:before, span.fa-calendar-minus-o.app-group-plus:before, .fa-calendar-minus-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-calendar-times-o, a.fa-calendar-times-o.favorite-book-black, span.fa-calendar-times-o.links-icon-logout, span.fa-calendar-times-o.links-icon-help, span.fa-calendar-times-o.links-icon-contact, div.fa-calendar-times-o.links-icon-globe, span.fa-calendar-times-o.topnav-icon-, span.fa-calendar-times-o.topnav-icon-Active, span.fa-calendar-times-o.app-group-minus, span.fa-calendar-times-o.app-group-plus, .fa-calendar-times-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-times-o:before, a.fa-calendar-times-o.favorite-book-black:before, span.fa-calendar-times-o.links-icon-logout:before, span.fa-calendar-times-o.links-icon-help:before, span.fa-calendar-times-o.links-icon-contact:before, div.fa-calendar-times-o.links-icon-globe:before, span.fa-calendar-times-o.topnav-icon-:before, span.fa-calendar-times-o.topnav-icon-Active:before, span.fa-calendar-times-o.app-group-minus:before, span.fa-calendar-times-o.app-group-plus:before, .fa-calendar-times-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-calendar-check-o, a.fa-calendar-check-o.favorite-book-black, span.fa-calendar-check-o.links-icon-logout, span.fa-calendar-check-o.links-icon-help, span.fa-calendar-check-o.links-icon-contact, div.fa-calendar-check-o.links-icon-globe, span.fa-calendar-check-o.topnav-icon-, span.fa-calendar-check-o.topnav-icon-Active, span.fa-calendar-check-o.app-group-minus, span.fa-calendar-check-o.app-group-plus, .fa-calendar-check-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-check-o:before, a.fa-calendar-check-o.favorite-book-black:before, span.fa-calendar-check-o.links-icon-logout:before, span.fa-calendar-check-o.links-icon-help:before, span.fa-calendar-check-o.links-icon-contact:before, div.fa-calendar-check-o.links-icon-globe:before, span.fa-calendar-check-o.topnav-icon-:before, span.fa-calendar-check-o.topnav-icon-Active:before, span.fa-calendar-check-o.app-group-minus:before, span.fa-calendar-check-o.app-group-plus:before, .fa-calendar-check-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-map-o, a.fa-map-o.favorite-book-black, span.fa-map-o.links-icon-logout, span.fa-map-o.links-icon-help, span.fa-map-o.links-icon-contact, div.fa-map-o.links-icon-globe, span.fa-map-o.topnav-icon-, span.fa-map-o.topnav-icon-Active, span.fa-map-o.app-group-minus, span.fa-map-o.app-group-plus, .fa-map-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-map-o:before, a.fa-map-o.favorite-book-black:before, span.fa-map-o.links-icon-logout:before, span.fa-map-o.links-icon-help:before, span.fa-map-o.links-icon-contact:before, div.fa-map-o.links-icon-globe:before, span.fa-map-o.topnav-icon-:before, span.fa-map-o.topnav-icon-Active:before, span.fa-map-o.app-group-minus:before, span.fa-map-o.app-group-plus:before, .fa-map-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-commenting:before, a.fa-commenting.favorite-book-black:before, span.fa-commenting.links-icon-logout:before, span.fa-commenting.links-icon-help:before, span.fa-commenting.links-icon-contact:before, div.fa-commenting.links-icon-globe:before, span.fa-commenting.topnav-icon-:before, span.fa-commenting.topnav-icon-Active:before, span.fa-commenting.app-group-minus:before, span.fa-commenting.app-group-plus:before, .fa-commenting.lock-icon-danger:before {
  content: "";
}

.fa.fa-commenting-o, a.fa-commenting-o.favorite-book-black, span.fa-commenting-o.links-icon-logout, span.fa-commenting-o.links-icon-help, span.fa-commenting-o.links-icon-contact, div.fa-commenting-o.links-icon-globe, span.fa-commenting-o.topnav-icon-, span.fa-commenting-o.topnav-icon-Active, span.fa-commenting-o.app-group-minus, span.fa-commenting-o.app-group-plus, .fa-commenting-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before, a.fa-commenting-o.favorite-book-black:before, span.fa-commenting-o.links-icon-logout:before, span.fa-commenting-o.links-icon-help:before, span.fa-commenting-o.links-icon-contact:before, div.fa-commenting-o.links-icon-globe:before, span.fa-commenting-o.topnav-icon-:before, span.fa-commenting-o.topnav-icon-Active:before, span.fa-commenting-o.app-group-minus:before, span.fa-commenting-o.app-group-plus:before, .fa-commenting-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-houzz, a.fa-houzz.favorite-book-black, span.fa-houzz.links-icon-logout, span.fa-houzz.links-icon-help, span.fa-houzz.links-icon-contact, div.fa-houzz.links-icon-globe, span.fa-houzz.topnav-icon-, span.fa-houzz.topnav-icon-Active, span.fa-houzz.app-group-minus, span.fa-houzz.app-group-plus, .fa-houzz.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo, a.fa-vimeo.favorite-book-black, span.fa-vimeo.links-icon-logout, span.fa-vimeo.links-icon-help, span.fa-vimeo.links-icon-contact, div.fa-vimeo.links-icon-globe, span.fa-vimeo.topnav-icon-, span.fa-vimeo.topnav-icon-Active, span.fa-vimeo.app-group-minus, span.fa-vimeo.app-group-plus, .fa-vimeo.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before, a.fa-vimeo.favorite-book-black:before, span.fa-vimeo.links-icon-logout:before, span.fa-vimeo.links-icon-help:before, span.fa-vimeo.links-icon-contact:before, div.fa-vimeo.links-icon-globe:before, span.fa-vimeo.topnav-icon-:before, span.fa-vimeo.topnav-icon-Active:before, span.fa-vimeo.app-group-minus:before, span.fa-vimeo.app-group-plus:before, .fa-vimeo.lock-icon-danger:before {
  content: "";
}

.fa.fa-black-tie, a.fa-black-tie.favorite-book-black, span.fa-black-tie.links-icon-logout, span.fa-black-tie.links-icon-help, span.fa-black-tie.links-icon-contact, div.fa-black-tie.links-icon-globe, span.fa-black-tie.topnav-icon-, span.fa-black-tie.topnav-icon-Active, span.fa-black-tie.app-group-minus, span.fa-black-tie.app-group-plus, .fa-black-tie.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons, a.fa-fonticons.favorite-book-black, span.fa-fonticons.links-icon-logout, span.fa-fonticons.links-icon-help, span.fa-fonticons.links-icon-contact, div.fa-fonticons.links-icon-globe, span.fa-fonticons.topnav-icon-, span.fa-fonticons.topnav-icon-Active, span.fa-fonticons.app-group-minus, span.fa-fonticons.app-group-plus, .fa-fonticons.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien, a.fa-reddit-alien.favorite-book-black, span.fa-reddit-alien.links-icon-logout, span.fa-reddit-alien.links-icon-help, span.fa-reddit-alien.links-icon-contact, div.fa-reddit-alien.links-icon-globe, span.fa-reddit-alien.topnav-icon-, span.fa-reddit-alien.topnav-icon-Active, span.fa-reddit-alien.app-group-minus, span.fa-reddit-alien.app-group-plus, .fa-reddit-alien.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge, a.fa-edge.favorite-book-black, span.fa-edge.links-icon-logout, span.fa-edge.links-icon-help, span.fa-edge.links-icon-contact, div.fa-edge.links-icon-globe, span.fa-edge.topnav-icon-, span.fa-edge.topnav-icon-Active, span.fa-edge.app-group-minus, span.fa-edge.app-group-plus, .fa-edge.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card-alt:before, a.fa-credit-card-alt.favorite-book-black:before, span.fa-credit-card-alt.links-icon-logout:before, span.fa-credit-card-alt.links-icon-help:before, span.fa-credit-card-alt.links-icon-contact:before, div.fa-credit-card-alt.links-icon-globe:before, span.fa-credit-card-alt.topnav-icon-:before, span.fa-credit-card-alt.topnav-icon-Active:before, span.fa-credit-card-alt.app-group-minus:before, span.fa-credit-card-alt.app-group-plus:before, .fa-credit-card-alt.lock-icon-danger:before {
  content: "";
}

.fa.fa-codiepie, a.fa-codiepie.favorite-book-black, span.fa-codiepie.links-icon-logout, span.fa-codiepie.links-icon-help, span.fa-codiepie.links-icon-contact, div.fa-codiepie.links-icon-globe, span.fa-codiepie.topnav-icon-, span.fa-codiepie.topnav-icon-Active, span.fa-codiepie.app-group-minus, span.fa-codiepie.app-group-plus, .fa-codiepie.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx, a.fa-modx.favorite-book-black, span.fa-modx.links-icon-logout, span.fa-modx.links-icon-help, span.fa-modx.links-icon-contact, div.fa-modx.links-icon-globe, span.fa-modx.topnav-icon-, span.fa-modx.topnav-icon-Active, span.fa-modx.app-group-minus, span.fa-modx.app-group-plus, .fa-modx.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome, a.fa-fort-awesome.favorite-book-black, span.fa-fort-awesome.links-icon-logout, span.fa-fort-awesome.links-icon-help, span.fa-fort-awesome.links-icon-contact, div.fa-fort-awesome.links-icon-globe, span.fa-fort-awesome.topnav-icon-, span.fa-fort-awesome.topnav-icon-Active, span.fa-fort-awesome.app-group-minus, span.fa-fort-awesome.app-group-plus, .fa-fort-awesome.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb, a.fa-usb.favorite-book-black, span.fa-usb.links-icon-logout, span.fa-usb.links-icon-help, span.fa-usb.links-icon-contact, div.fa-usb.links-icon-globe, span.fa-usb.topnav-icon-, span.fa-usb.topnav-icon-Active, span.fa-usb.app-group-minus, span.fa-usb.app-group-plus, .fa-usb.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt, a.fa-product-hunt.favorite-book-black, span.fa-product-hunt.links-icon-logout, span.fa-product-hunt.links-icon-help, span.fa-product-hunt.links-icon-contact, div.fa-product-hunt.links-icon-globe, span.fa-product-hunt.topnav-icon-, span.fa-product-hunt.topnav-icon-Active, span.fa-product-hunt.app-group-minus, span.fa-product-hunt.app-group-plus, .fa-product-hunt.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud, a.fa-mixcloud.favorite-book-black, span.fa-mixcloud.links-icon-logout, span.fa-mixcloud.links-icon-help, span.fa-mixcloud.links-icon-contact, div.fa-mixcloud.links-icon-globe, span.fa-mixcloud.topnav-icon-, span.fa-mixcloud.topnav-icon-Active, span.fa-mixcloud.app-group-minus, span.fa-mixcloud.app-group-plus, .fa-mixcloud.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd, a.fa-scribd.favorite-book-black, span.fa-scribd.links-icon-logout, span.fa-scribd.links-icon-help, span.fa-scribd.links-icon-contact, div.fa-scribd.links-icon-globe, span.fa-scribd.topnav-icon-, span.fa-scribd.topnav-icon-Active, span.fa-scribd.app-group-minus, span.fa-scribd.app-group-plus, .fa-scribd.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o, a.fa-pause-circle-o.favorite-book-black, span.fa-pause-circle-o.links-icon-logout, span.fa-pause-circle-o.links-icon-help, span.fa-pause-circle-o.links-icon-contact, div.fa-pause-circle-o.links-icon-globe, span.fa-pause-circle-o.topnav-icon-, span.fa-pause-circle-o.topnav-icon-Active, span.fa-pause-circle-o.app-group-minus, span.fa-pause-circle-o.app-group-plus, .fa-pause-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before, a.fa-pause-circle-o.favorite-book-black:before, span.fa-pause-circle-o.links-icon-logout:before, span.fa-pause-circle-o.links-icon-help:before, span.fa-pause-circle-o.links-icon-contact:before, div.fa-pause-circle-o.links-icon-globe:before, span.fa-pause-circle-o.topnav-icon-:before, span.fa-pause-circle-o.topnav-icon-Active:before, span.fa-pause-circle-o.app-group-minus:before, span.fa-pause-circle-o.app-group-plus:before, .fa-pause-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-stop-circle-o, a.fa-stop-circle-o.favorite-book-black, span.fa-stop-circle-o.links-icon-logout, span.fa-stop-circle-o.links-icon-help, span.fa-stop-circle-o.links-icon-contact, div.fa-stop-circle-o.links-icon-globe, span.fa-stop-circle-o.topnav-icon-, span.fa-stop-circle-o.topnav-icon-Active, span.fa-stop-circle-o.app-group-minus, span.fa-stop-circle-o.app-group-plus, .fa-stop-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before, a.fa-stop-circle-o.favorite-book-black:before, span.fa-stop-circle-o.links-icon-logout:before, span.fa-stop-circle-o.links-icon-help:before, span.fa-stop-circle-o.links-icon-contact:before, div.fa-stop-circle-o.links-icon-globe:before, span.fa-stop-circle-o.topnav-icon-:before, span.fa-stop-circle-o.topnav-icon-Active:before, span.fa-stop-circle-o.app-group-minus:before, span.fa-stop-circle-o.app-group-plus:before, .fa-stop-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-bluetooth, a.fa-bluetooth.favorite-book-black, span.fa-bluetooth.links-icon-logout, span.fa-bluetooth.links-icon-help, span.fa-bluetooth.links-icon-contact, div.fa-bluetooth.links-icon-globe, span.fa-bluetooth.topnav-icon-, span.fa-bluetooth.topnav-icon-Active, span.fa-bluetooth.app-group-minus, span.fa-bluetooth.app-group-plus, .fa-bluetooth.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b, a.fa-bluetooth-b.favorite-book-black, span.fa-bluetooth-b.links-icon-logout, span.fa-bluetooth-b.links-icon-help, span.fa-bluetooth-b.links-icon-contact, div.fa-bluetooth-b.links-icon-globe, span.fa-bluetooth-b.topnav-icon-, span.fa-bluetooth-b.topnav-icon-Active, span.fa-bluetooth-b.app-group-minus, span.fa-bluetooth-b.app-group-plus, .fa-bluetooth-b.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab, a.fa-gitlab.favorite-book-black, span.fa-gitlab.links-icon-logout, span.fa-gitlab.links-icon-help, span.fa-gitlab.links-icon-contact, div.fa-gitlab.links-icon-globe, span.fa-gitlab.topnav-icon-, span.fa-gitlab.topnav-icon-Active, span.fa-gitlab.app-group-minus, span.fa-gitlab.app-group-plus, .fa-gitlab.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner, a.fa-wpbeginner.favorite-book-black, span.fa-wpbeginner.links-icon-logout, span.fa-wpbeginner.links-icon-help, span.fa-wpbeginner.links-icon-contact, div.fa-wpbeginner.links-icon-globe, span.fa-wpbeginner.topnav-icon-, span.fa-wpbeginner.topnav-icon-Active, span.fa-wpbeginner.app-group-minus, span.fa-wpbeginner.app-group-plus, .fa-wpbeginner.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms, a.fa-wpforms.favorite-book-black, span.fa-wpforms.links-icon-logout, span.fa-wpforms.links-icon-help, span.fa-wpforms.links-icon-contact, div.fa-wpforms.links-icon-globe, span.fa-wpforms.topnav-icon-, span.fa-wpforms.topnav-icon-Active, span.fa-wpforms.app-group-minus, span.fa-wpforms.app-group-plus, .fa-wpforms.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira, a.fa-envira.favorite-book-black, span.fa-envira.links-icon-logout, span.fa-envira.links-icon-help, span.fa-envira.links-icon-contact, div.fa-envira.links-icon-globe, span.fa-envira.topnav-icon-, span.fa-envira.topnav-icon-Active, span.fa-envira.app-group-minus, span.fa-envira.app-group-plus, .fa-envira.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt, a.fa-wheelchair-alt.favorite-book-black, span.fa-wheelchair-alt.links-icon-logout, span.fa-wheelchair-alt.links-icon-help, span.fa-wheelchair-alt.links-icon-contact, div.fa-wheelchair-alt.links-icon-globe, span.fa-wheelchair-alt.topnav-icon-, span.fa-wheelchair-alt.topnav-icon-Active, span.fa-wheelchair-alt.app-group-minus, span.fa-wheelchair-alt.app-group-plus, .fa-wheelchair-alt.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before, a.fa-wheelchair-alt.favorite-book-black:before, span.fa-wheelchair-alt.links-icon-logout:before, span.fa-wheelchair-alt.links-icon-help:before, span.fa-wheelchair-alt.links-icon-contact:before, div.fa-wheelchair-alt.links-icon-globe:before, span.fa-wheelchair-alt.topnav-icon-:before, span.fa-wheelchair-alt.topnav-icon-Active:before, span.fa-wheelchair-alt.app-group-minus:before, span.fa-wheelchair-alt.app-group-plus:before, .fa-wheelchair-alt.lock-icon-danger:before {
  content: "";
}

.fa.fa-question-circle-o, a.fa-question-circle-o.favorite-book-black, span.fa-question-circle-o.links-icon-logout, span.fa-question-circle-o.links-icon-help, span.fa-question-circle-o.links-icon-contact, div.fa-question-circle-o.links-icon-globe, span.fa-question-circle-o.topnav-icon-, span.fa-question-circle-o.topnav-icon-Active, span.fa-question-circle-o.app-group-minus, span.fa-question-circle-o.app-group-plus, .fa-question-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before, a.fa-question-circle-o.favorite-book-black:before, span.fa-question-circle-o.links-icon-logout:before, span.fa-question-circle-o.links-icon-help:before, span.fa-question-circle-o.links-icon-contact:before, div.fa-question-circle-o.links-icon-globe:before, span.fa-question-circle-o.topnav-icon-:before, span.fa-question-circle-o.topnav-icon-Active:before, span.fa-question-circle-o.app-group-minus:before, span.fa-question-circle-o.app-group-plus:before, .fa-question-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-volume-control-phone:before, a.fa-volume-control-phone.favorite-book-black:before, span.fa-volume-control-phone.links-icon-logout:before, span.fa-volume-control-phone.links-icon-help:before, span.fa-volume-control-phone.links-icon-contact:before, div.fa-volume-control-phone.links-icon-globe:before, span.fa-volume-control-phone.topnav-icon-:before, span.fa-volume-control-phone.topnav-icon-Active:before, span.fa-volume-control-phone.app-group-minus:before, span.fa-volume-control-phone.app-group-plus:before, .fa-volume-control-phone.lock-icon-danger:before {
  content: "";
}

.fa.fa-asl-interpreting:before, a.fa-asl-interpreting.favorite-book-black:before, span.fa-asl-interpreting.links-icon-logout:before, span.fa-asl-interpreting.links-icon-help:before, span.fa-asl-interpreting.links-icon-contact:before, div.fa-asl-interpreting.links-icon-globe:before, span.fa-asl-interpreting.topnav-icon-:before, span.fa-asl-interpreting.topnav-icon-Active:before, span.fa-asl-interpreting.app-group-minus:before, span.fa-asl-interpreting.app-group-plus:before, .fa-asl-interpreting.lock-icon-danger:before {
  content: "";
}

.fa.fa-deafness:before, a.fa-deafness.favorite-book-black:before, span.fa-deafness.links-icon-logout:before, span.fa-deafness.links-icon-help:before, span.fa-deafness.links-icon-contact:before, div.fa-deafness.links-icon-globe:before, span.fa-deafness.topnav-icon-:before, span.fa-deafness.topnav-icon-Active:before, span.fa-deafness.app-group-minus:before, span.fa-deafness.app-group-plus:before, .fa-deafness.lock-icon-danger:before {
  content: "";
}

.fa.fa-hard-of-hearing:before, a.fa-hard-of-hearing.favorite-book-black:before, span.fa-hard-of-hearing.links-icon-logout:before, span.fa-hard-of-hearing.links-icon-help:before, span.fa-hard-of-hearing.links-icon-contact:before, div.fa-hard-of-hearing.links-icon-globe:before, span.fa-hard-of-hearing.topnav-icon-:before, span.fa-hard-of-hearing.topnav-icon-Active:before, span.fa-hard-of-hearing.app-group-minus:before, span.fa-hard-of-hearing.app-group-plus:before, .fa-hard-of-hearing.lock-icon-danger:before {
  content: "";
}

.fa.fa-glide, a.fa-glide.favorite-book-black, span.fa-glide.links-icon-logout, span.fa-glide.links-icon-help, span.fa-glide.links-icon-contact, div.fa-glide.links-icon-globe, span.fa-glide.topnav-icon-, span.fa-glide.topnav-icon-Active, span.fa-glide.app-group-minus, span.fa-glide.app-group-plus, .fa-glide.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g, a.fa-glide-g.favorite-book-black, span.fa-glide-g.links-icon-logout, span.fa-glide-g.links-icon-help, span.fa-glide-g.links-icon-contact, div.fa-glide-g.links-icon-globe, span.fa-glide-g.topnav-icon-, span.fa-glide-g.topnav-icon-Active, span.fa-glide-g.app-group-minus, span.fa-glide-g.app-group-plus, .fa-glide-g.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before, a.fa-signing.favorite-book-black:before, span.fa-signing.links-icon-logout:before, span.fa-signing.links-icon-help:before, span.fa-signing.links-icon-contact:before, div.fa-signing.links-icon-globe:before, span.fa-signing.topnav-icon-:before, span.fa-signing.topnav-icon-Active:before, span.fa-signing.app-group-minus:before, span.fa-signing.app-group-plus:before, .fa-signing.lock-icon-danger:before {
  content: "";
}

.fa.fa-viadeo, a.fa-viadeo.favorite-book-black, span.fa-viadeo.links-icon-logout, span.fa-viadeo.links-icon-help, span.fa-viadeo.links-icon-contact, div.fa-viadeo.links-icon-globe, span.fa-viadeo.topnav-icon-, span.fa-viadeo.topnav-icon-Active, span.fa-viadeo.app-group-minus, span.fa-viadeo.app-group-plus, .fa-viadeo.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square, a.fa-viadeo-square.favorite-book-black, span.fa-viadeo-square.links-icon-logout, span.fa-viadeo-square.links-icon-help, span.fa-viadeo-square.links-icon-contact, div.fa-viadeo-square.links-icon-globe, span.fa-viadeo-square.topnav-icon-, span.fa-viadeo-square.topnav-icon-Active, span.fa-viadeo-square.app-group-minus, span.fa-viadeo-square.app-group-plus, .fa-viadeo-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat, a.fa-snapchat.favorite-book-black, span.fa-snapchat.links-icon-logout, span.fa-snapchat.links-icon-help, span.fa-snapchat.links-icon-contact, div.fa-snapchat.links-icon-globe, span.fa-snapchat.topnav-icon-, span.fa-snapchat.topnav-icon-Active, span.fa-snapchat.app-group-minus, span.fa-snapchat.app-group-plus, .fa-snapchat.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost, a.fa-snapchat-ghost.favorite-book-black, span.fa-snapchat-ghost.links-icon-logout, span.fa-snapchat-ghost.links-icon-help, span.fa-snapchat-ghost.links-icon-contact, div.fa-snapchat-ghost.links-icon-globe, span.fa-snapchat-ghost.topnav-icon-, span.fa-snapchat-ghost.topnav-icon-Active, span.fa-snapchat-ghost.app-group-minus, span.fa-snapchat-ghost.app-group-plus, .fa-snapchat-ghost.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square, a.fa-snapchat-square.favorite-book-black, span.fa-snapchat-square.links-icon-logout, span.fa-snapchat-square.links-icon-help, span.fa-snapchat-square.links-icon-contact, div.fa-snapchat-square.links-icon-globe, span.fa-snapchat-square.topnav-icon-, span.fa-snapchat-square.topnav-icon-Active, span.fa-snapchat-square.app-group-minus, span.fa-snapchat-square.app-group-plus, .fa-snapchat-square.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper, a.fa-pied-piper.favorite-book-black, span.fa-pied-piper.links-icon-logout, span.fa-pied-piper.links-icon-help, span.fa-pied-piper.links-icon-contact, div.fa-pied-piper.links-icon-globe, span.fa-pied-piper.topnav-icon-, span.fa-pied-piper.topnav-icon-Active, span.fa-pied-piper.app-group-minus, span.fa-pied-piper.app-group-plus, .fa-pied-piper.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order, a.fa-first-order.favorite-book-black, span.fa-first-order.links-icon-logout, span.fa-first-order.links-icon-help, span.fa-first-order.links-icon-contact, div.fa-first-order.links-icon-globe, span.fa-first-order.topnav-icon-, span.fa-first-order.topnav-icon-Active, span.fa-first-order.app-group-minus, span.fa-first-order.app-group-plus, .fa-first-order.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast, a.fa-yoast.favorite-book-black, span.fa-yoast.links-icon-logout, span.fa-yoast.links-icon-help, span.fa-yoast.links-icon-contact, div.fa-yoast.links-icon-globe, span.fa-yoast.topnav-icon-, span.fa-yoast.topnav-icon-Active, span.fa-yoast.app-group-minus, span.fa-yoast.app-group-plus, .fa-yoast.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle, a.fa-themeisle.favorite-book-black, span.fa-themeisle.links-icon-logout, span.fa-themeisle.links-icon-help, span.fa-themeisle.links-icon-contact, div.fa-themeisle.links-icon-globe, span.fa-themeisle.topnav-icon-, span.fa-themeisle.topnav-icon-Active, span.fa-themeisle.app-group-minus, span.fa-themeisle.app-group-plus, .fa-themeisle.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official, a.fa-google-plus-official.favorite-book-black, span.fa-google-plus-official.links-icon-logout, span.fa-google-plus-official.links-icon-help, span.fa-google-plus-official.links-icon-contact, div.fa-google-plus-official.links-icon-globe, span.fa-google-plus-official.topnav-icon-, span.fa-google-plus-official.topnav-icon-Active, span.fa-google-plus-official.app-group-minus, span.fa-google-plus-official.app-group-plus, .fa-google-plus-official.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official:before, a.fa-google-plus-official.favorite-book-black:before, span.fa-google-plus-official.links-icon-logout:before, span.fa-google-plus-official.links-icon-help:before, span.fa-google-plus-official.links-icon-contact:before, div.fa-google-plus-official.links-icon-globe:before, span.fa-google-plus-official.topnav-icon-:before, span.fa-google-plus-official.topnav-icon-Active:before, span.fa-google-plus-official.app-group-minus:before, span.fa-google-plus-official.app-group-plus:before, .fa-google-plus-official.lock-icon-danger:before {
  content: "";
}

.fa.fa-google-plus-circle, a.fa-google-plus-circle.favorite-book-black, span.fa-google-plus-circle.links-icon-logout, span.fa-google-plus-circle.links-icon-help, span.fa-google-plus-circle.links-icon-contact, div.fa-google-plus-circle.links-icon-globe, span.fa-google-plus-circle.topnav-icon-, span.fa-google-plus-circle.topnav-icon-Active, span.fa-google-plus-circle.app-group-minus, span.fa-google-plus-circle.app-group-plus, .fa-google-plus-circle.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-circle:before, a.fa-google-plus-circle.favorite-book-black:before, span.fa-google-plus-circle.links-icon-logout:before, span.fa-google-plus-circle.links-icon-help:before, span.fa-google-plus-circle.links-icon-contact:before, div.fa-google-plus-circle.links-icon-globe:before, span.fa-google-plus-circle.topnav-icon-:before, span.fa-google-plus-circle.topnav-icon-Active:before, span.fa-google-plus-circle.app-group-minus:before, span.fa-google-plus-circle.app-group-plus:before, .fa-google-plus-circle.lock-icon-danger:before {
  content: "";
}

.fa.fa-font-awesome, a.fa-font-awesome.favorite-book-black, span.fa-font-awesome.links-icon-logout, span.fa-font-awesome.links-icon-help, span.fa-font-awesome.links-icon-contact, div.fa-font-awesome.links-icon-globe, span.fa-font-awesome.topnav-icon-, span.fa-font-awesome.topnav-icon-Active, span.fa-font-awesome.app-group-minus, span.fa-font-awesome.app-group-plus, .fa-font-awesome.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa, a.fa-fa.favorite-book-black, span.fa-fa.links-icon-logout, span.fa-fa.links-icon-help, span.fa-fa.links-icon-contact, div.fa-fa.links-icon-globe, span.fa-fa.topnav-icon-, span.fa-fa.topnav-icon-Active, span.fa-fa.app-group-minus, span.fa-fa.app-group-plus, .fa-fa.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa:before, a.fa-fa.favorite-book-black:before, span.fa-fa.links-icon-logout:before, span.fa-fa.links-icon-help:before, span.fa-fa.links-icon-contact:before, div.fa-fa.links-icon-globe:before, span.fa-fa.topnav-icon-:before, span.fa-fa.topnav-icon-Active:before, span.fa-fa.app-group-minus:before, span.fa-fa.app-group-plus:before, .fa-fa.lock-icon-danger:before {
  content: "";
}

.fa.fa-handshake-o, a.fa-handshake-o.favorite-book-black, span.fa-handshake-o.links-icon-logout, span.fa-handshake-o.links-icon-help, span.fa-handshake-o.links-icon-contact, div.fa-handshake-o.links-icon-globe, span.fa-handshake-o.topnav-icon-, span.fa-handshake-o.topnav-icon-Active, span.fa-handshake-o.app-group-minus, span.fa-handshake-o.app-group-plus, .fa-handshake-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before, a.fa-handshake-o.favorite-book-black:before, span.fa-handshake-o.links-icon-logout:before, span.fa-handshake-o.links-icon-help:before, span.fa-handshake-o.links-icon-contact:before, div.fa-handshake-o.links-icon-globe:before, span.fa-handshake-o.topnav-icon-:before, span.fa-handshake-o.topnav-icon-Active:before, span.fa-handshake-o.app-group-minus:before, span.fa-handshake-o.app-group-plus:before, .fa-handshake-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-envelope-open-o, a.fa-envelope-open-o.favorite-book-black, span.fa-envelope-open-o.links-icon-logout, span.fa-envelope-open-o.links-icon-help, span.fa-envelope-open-o.links-icon-contact, div.fa-envelope-open-o.links-icon-globe, span.fa-envelope-open-o.topnav-icon-, span.fa-envelope-open-o.topnav-icon-Active, span.fa-envelope-open-o.app-group-minus, span.fa-envelope-open-o.app-group-plus, .fa-envelope-open-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-open-o:before, a.fa-envelope-open-o.favorite-book-black:before, span.fa-envelope-open-o.links-icon-logout:before, span.fa-envelope-open-o.links-icon-help:before, span.fa-envelope-open-o.links-icon-contact:before, div.fa-envelope-open-o.links-icon-globe:before, span.fa-envelope-open-o.topnav-icon-:before, span.fa-envelope-open-o.topnav-icon-Active:before, span.fa-envelope-open-o.app-group-minus:before, span.fa-envelope-open-o.app-group-plus:before, .fa-envelope-open-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-linode, a.fa-linode.favorite-book-black, span.fa-linode.links-icon-logout, span.fa-linode.links-icon-help, span.fa-linode.links-icon-contact, div.fa-linode.links-icon-globe, span.fa-linode.topnav-icon-, span.fa-linode.topnav-icon-Active, span.fa-linode.app-group-minus, span.fa-linode.app-group-plus, .fa-linode.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o, a.fa-address-book-o.favorite-book-black, span.fa-address-book-o.links-icon-logout, span.fa-address-book-o.links-icon-help, span.fa-address-book-o.links-icon-contact, div.fa-address-book-o.links-icon-globe, span.fa-address-book-o.topnav-icon-, span.fa-address-book-o.topnav-icon-Active, span.fa-address-book-o.app-group-minus, span.fa-address-book-o.app-group-plus, .fa-address-book-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-book-o:before, a.fa-address-book-o.favorite-book-black:before, span.fa-address-book-o.links-icon-logout:before, span.fa-address-book-o.links-icon-help:before, span.fa-address-book-o.links-icon-contact:before, div.fa-address-book-o.links-icon-globe:before, span.fa-address-book-o.topnav-icon-:before, span.fa-address-book-o.topnav-icon-Active:before, span.fa-address-book-o.app-group-minus:before, span.fa-address-book-o.app-group-plus:before, .fa-address-book-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-vcard:before, a.fa-vcard.favorite-book-black:before, span.fa-vcard.links-icon-logout:before, span.fa-vcard.links-icon-help:before, span.fa-vcard.links-icon-contact:before, div.fa-vcard.links-icon-globe:before, span.fa-vcard.topnav-icon-:before, span.fa-vcard.topnav-icon-Active:before, span.fa-vcard.app-group-minus:before, span.fa-vcard.app-group-plus:before, .fa-vcard.lock-icon-danger:before {
  content: "";
}

.fa.fa-address-card-o, a.fa-address-card-o.favorite-book-black, span.fa-address-card-o.links-icon-logout, span.fa-address-card-o.links-icon-help, span.fa-address-card-o.links-icon-contact, div.fa-address-card-o.links-icon-globe, span.fa-address-card-o.topnav-icon-, span.fa-address-card-o.topnav-icon-Active, span.fa-address-card-o.app-group-minus, span.fa-address-card-o.app-group-plus, .fa-address-card-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-card-o:before, a.fa-address-card-o.favorite-book-black:before, span.fa-address-card-o.links-icon-logout:before, span.fa-address-card-o.links-icon-help:before, span.fa-address-card-o.links-icon-contact:before, div.fa-address-card-o.links-icon-globe:before, span.fa-address-card-o.topnav-icon-:before, span.fa-address-card-o.topnav-icon-Active:before, span.fa-address-card-o.app-group-minus:before, span.fa-address-card-o.app-group-plus:before, .fa-address-card-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-vcard-o, a.fa-vcard-o.favorite-book-black, span.fa-vcard-o.links-icon-logout, span.fa-vcard-o.links-icon-help, span.fa-vcard-o.links-icon-contact, div.fa-vcard-o.links-icon-globe, span.fa-vcard-o.topnav-icon-, span.fa-vcard-o.topnav-icon-Active, span.fa-vcard-o.app-group-minus, span.fa-vcard-o.app-group-plus, .fa-vcard-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before, a.fa-vcard-o.favorite-book-black:before, span.fa-vcard-o.links-icon-logout:before, span.fa-vcard-o.links-icon-help:before, span.fa-vcard-o.links-icon-contact:before, div.fa-vcard-o.links-icon-globe:before, span.fa-vcard-o.topnav-icon-:before, span.fa-vcard-o.topnav-icon-Active:before, span.fa-vcard-o.app-group-minus:before, span.fa-vcard-o.app-group-plus:before, .fa-vcard-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-user-circle-o, a.fa-user-circle-o.favorite-book-black, span.fa-user-circle-o.links-icon-logout, span.fa-user-circle-o.links-icon-help, span.fa-user-circle-o.links-icon-contact, div.fa-user-circle-o.links-icon-globe, span.fa-user-circle-o.topnav-icon-, span.fa-user-circle-o.topnav-icon-Active, span.fa-user-circle-o.app-group-minus, span.fa-user-circle-o.app-group-plus, .fa-user-circle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before, a.fa-user-circle-o.favorite-book-black:before, span.fa-user-circle-o.links-icon-logout:before, span.fa-user-circle-o.links-icon-help:before, span.fa-user-circle-o.links-icon-contact:before, div.fa-user-circle-o.links-icon-globe:before, span.fa-user-circle-o.topnav-icon-:before, span.fa-user-circle-o.topnav-icon-Active:before, span.fa-user-circle-o.app-group-minus:before, span.fa-user-circle-o.app-group-plus:before, .fa-user-circle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-user-o, a.fa-user-o.favorite-book-black, span.fa-user-o.links-icon-logout, span.fa-user-o.links-icon-help, span.fa-user-o.links-icon-contact, div.fa-user-o.links-icon-globe, span.fa-user-o.topnav-icon-, span.fa-user-o.topnav-icon-Active, span.fa-user-o.app-group-minus, span.fa-user-o.app-group-plus, .fa-user-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before, a.fa-user-o.favorite-book-black:before, span.fa-user-o.links-icon-logout:before, span.fa-user-o.links-icon-help:before, span.fa-user-o.links-icon-contact:before, div.fa-user-o.links-icon-globe:before, span.fa-user-o.topnav-icon-:before, span.fa-user-o.topnav-icon-Active:before, span.fa-user-o.app-group-minus:before, span.fa-user-o.app-group-plus:before, .fa-user-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-id-badge, a.fa-id-badge.favorite-book-black, span.fa-id-badge.links-icon-logout, span.fa-id-badge.links-icon-help, span.fa-id-badge.links-icon-contact, div.fa-id-badge.links-icon-globe, span.fa-id-badge.topnav-icon-, span.fa-id-badge.topnav-icon-Active, span.fa-id-badge.app-group-minus, span.fa-id-badge.app-group-plus, .fa-id-badge.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before, a.fa-drivers-license.favorite-book-black:before, span.fa-drivers-license.links-icon-logout:before, span.fa-drivers-license.links-icon-help:before, span.fa-drivers-license.links-icon-contact:before, div.fa-drivers-license.links-icon-globe:before, span.fa-drivers-license.topnav-icon-:before, span.fa-drivers-license.topnav-icon-Active:before, span.fa-drivers-license.app-group-minus:before, span.fa-drivers-license.app-group-plus:before, .fa-drivers-license.lock-icon-danger:before {
  content: "";
}

.fa.fa-id-card-o, a.fa-id-card-o.favorite-book-black, span.fa-id-card-o.links-icon-logout, span.fa-id-card-o.links-icon-help, span.fa-id-card-o.links-icon-contact, div.fa-id-card-o.links-icon-globe, span.fa-id-card-o.topnav-icon-, span.fa-id-card-o.topnav-icon-Active, span.fa-id-card-o.app-group-minus, span.fa-id-card-o.app-group-plus, .fa-id-card-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before, a.fa-id-card-o.favorite-book-black:before, span.fa-id-card-o.links-icon-logout:before, span.fa-id-card-o.links-icon-help:before, span.fa-id-card-o.links-icon-contact:before, div.fa-id-card-o.links-icon-globe:before, span.fa-id-card-o.topnav-icon-:before, span.fa-id-card-o.topnav-icon-Active:before, span.fa-id-card-o.app-group-minus:before, span.fa-id-card-o.app-group-plus:before, .fa-id-card-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-drivers-license-o, a.fa-drivers-license-o.favorite-book-black, span.fa-drivers-license-o.links-icon-logout, span.fa-drivers-license-o.links-icon-help, span.fa-drivers-license-o.links-icon-contact, div.fa-drivers-license-o.links-icon-globe, span.fa-drivers-license-o.topnav-icon-, span.fa-drivers-license-o.topnav-icon-Active, span.fa-drivers-license-o.app-group-minus, span.fa-drivers-license-o.app-group-plus, .fa-drivers-license-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before, a.fa-drivers-license-o.favorite-book-black:before, span.fa-drivers-license-o.links-icon-logout:before, span.fa-drivers-license-o.links-icon-help:before, span.fa-drivers-license-o.links-icon-contact:before, div.fa-drivers-license-o.links-icon-globe:before, span.fa-drivers-license-o.topnav-icon-:before, span.fa-drivers-license-o.topnav-icon-Active:before, span.fa-drivers-license-o.app-group-minus:before, span.fa-drivers-license-o.app-group-plus:before, .fa-drivers-license-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-quora, a.fa-quora.favorite-book-black, span.fa-quora.links-icon-logout, span.fa-quora.links-icon-help, span.fa-quora.links-icon-contact, div.fa-quora.links-icon-globe, span.fa-quora.topnav-icon-, span.fa-quora.topnav-icon-Active, span.fa-quora.app-group-minus, span.fa-quora.app-group-plus, .fa-quora.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp, a.fa-free-code-camp.favorite-book-black, span.fa-free-code-camp.links-icon-logout, span.fa-free-code-camp.links-icon-help, span.fa-free-code-camp.links-icon-contact, div.fa-free-code-camp.links-icon-globe, span.fa-free-code-camp.topnav-icon-, span.fa-free-code-camp.topnav-icon-Active, span.fa-free-code-camp.app-group-minus, span.fa-free-code-camp.app-group-plus, .fa-free-code-camp.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram, a.fa-telegram.favorite-book-black, span.fa-telegram.links-icon-logout, span.fa-telegram.links-icon-help, span.fa-telegram.links-icon-contact, div.fa-telegram.links-icon-globe, span.fa-telegram.topnav-icon-, span.fa-telegram.topnav-icon-Active, span.fa-telegram.app-group-minus, span.fa-telegram.app-group-plus, .fa-telegram.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before, a.fa-thermometer-4.favorite-book-black:before, span.fa-thermometer-4.links-icon-logout:before, span.fa-thermometer-4.links-icon-help:before, span.fa-thermometer-4.links-icon-contact:before, div.fa-thermometer-4.links-icon-globe:before, span.fa-thermometer-4.topnav-icon-:before, span.fa-thermometer-4.topnav-icon-Active:before, span.fa-thermometer-4.app-group-minus:before, span.fa-thermometer-4.app-group-plus:before, .fa-thermometer-4.lock-icon-danger:before {
  content: "";
}

.fa.fa-thermometer:before, a.fa-thermometer.favorite-book-black:before, span.fa-thermometer.links-icon-logout:before, span.fa-thermometer.links-icon-help:before, span.fa-thermometer.links-icon-contact:before, div.fa-thermometer.links-icon-globe:before, span.fa-thermometer.topnav-icon-:before, span.fa-thermometer.topnav-icon-Active:before, span.fa-thermometer.app-group-minus:before, span.fa-thermometer.app-group-plus:before, .fa-thermometer.lock-icon-danger:before {
  content: "";
}

.fa.fa-thermometer-3:before, a.fa-thermometer-3.favorite-book-black:before, span.fa-thermometer-3.links-icon-logout:before, span.fa-thermometer-3.links-icon-help:before, span.fa-thermometer-3.links-icon-contact:before, div.fa-thermometer-3.links-icon-globe:before, span.fa-thermometer-3.topnav-icon-:before, span.fa-thermometer-3.topnav-icon-Active:before, span.fa-thermometer-3.app-group-minus:before, span.fa-thermometer-3.app-group-plus:before, .fa-thermometer-3.lock-icon-danger:before {
  content: "";
}

.fa.fa-thermometer-2:before, a.fa-thermometer-2.favorite-book-black:before, span.fa-thermometer-2.links-icon-logout:before, span.fa-thermometer-2.links-icon-help:before, span.fa-thermometer-2.links-icon-contact:before, div.fa-thermometer-2.links-icon-globe:before, span.fa-thermometer-2.topnav-icon-:before, span.fa-thermometer-2.topnav-icon-Active:before, span.fa-thermometer-2.app-group-minus:before, span.fa-thermometer-2.app-group-plus:before, .fa-thermometer-2.lock-icon-danger:before {
  content: "";
}

.fa.fa-thermometer-1:before, a.fa-thermometer-1.favorite-book-black:before, span.fa-thermometer-1.links-icon-logout:before, span.fa-thermometer-1.links-icon-help:before, span.fa-thermometer-1.links-icon-contact:before, div.fa-thermometer-1.links-icon-globe:before, span.fa-thermometer-1.topnav-icon-:before, span.fa-thermometer-1.topnav-icon-Active:before, span.fa-thermometer-1.app-group-minus:before, span.fa-thermometer-1.app-group-plus:before, .fa-thermometer-1.lock-icon-danger:before {
  content: "";
}

.fa.fa-thermometer-0:before, a.fa-thermometer-0.favorite-book-black:before, span.fa-thermometer-0.links-icon-logout:before, span.fa-thermometer-0.links-icon-help:before, span.fa-thermometer-0.links-icon-contact:before, div.fa-thermometer-0.links-icon-globe:before, span.fa-thermometer-0.topnav-icon-:before, span.fa-thermometer-0.topnav-icon-Active:before, span.fa-thermometer-0.app-group-minus:before, span.fa-thermometer-0.app-group-plus:before, .fa-thermometer-0.lock-icon-danger:before {
  content: "";
}

.fa.fa-bathtub:before, a.fa-bathtub.favorite-book-black:before, span.fa-bathtub.links-icon-logout:before, span.fa-bathtub.links-icon-help:before, span.fa-bathtub.links-icon-contact:before, div.fa-bathtub.links-icon-globe:before, span.fa-bathtub.topnav-icon-:before, span.fa-bathtub.topnav-icon-Active:before, span.fa-bathtub.app-group-minus:before, span.fa-bathtub.app-group-plus:before, .fa-bathtub.lock-icon-danger:before {
  content: "";
}

.fa.fa-s15:before, a.fa-s15.favorite-book-black:before, span.fa-s15.links-icon-logout:before, span.fa-s15.links-icon-help:before, span.fa-s15.links-icon-contact:before, div.fa-s15.links-icon-globe:before, span.fa-s15.topnav-icon-:before, span.fa-s15.topnav-icon-Active:before, span.fa-s15.app-group-minus:before, span.fa-s15.app-group-plus:before, .fa-s15.lock-icon-danger:before {
  content: "";
}

.fa.fa-window-maximize, a.fa-window-maximize.favorite-book-black, span.fa-window-maximize.links-icon-logout, span.fa-window-maximize.links-icon-help, span.fa-window-maximize.links-icon-contact, div.fa-window-maximize.links-icon-globe, span.fa-window-maximize.topnav-icon-, span.fa-window-maximize.topnav-icon-Active, span.fa-window-maximize.app-group-minus, span.fa-window-maximize.app-group-plus, .fa-window-maximize.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore, a.fa-window-restore.favorite-book-black, span.fa-window-restore.links-icon-logout, span.fa-window-restore.links-icon-help, span.fa-window-restore.links-icon-contact, div.fa-window-restore.links-icon-globe, span.fa-window-restore.topnav-icon-, span.fa-window-restore.topnav-icon-Active, span.fa-window-restore.app-group-minus, span.fa-window-restore.app-group-plus, .fa-window-restore.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before, a.fa-times-rectangle.favorite-book-black:before, span.fa-times-rectangle.links-icon-logout:before, span.fa-times-rectangle.links-icon-help:before, span.fa-times-rectangle.links-icon-contact:before, div.fa-times-rectangle.links-icon-globe:before, span.fa-times-rectangle.topnav-icon-:before, span.fa-times-rectangle.topnav-icon-Active:before, span.fa-times-rectangle.app-group-minus:before, span.fa-times-rectangle.app-group-plus:before, .fa-times-rectangle.lock-icon-danger:before {
  content: "";
}

.fa.fa-window-close-o, a.fa-window-close-o.favorite-book-black, span.fa-window-close-o.links-icon-logout, span.fa-window-close-o.links-icon-help, span.fa-window-close-o.links-icon-contact, div.fa-window-close-o.links-icon-globe, span.fa-window-close-o.topnav-icon-, span.fa-window-close-o.topnav-icon-Active, span.fa-window-close-o.app-group-minus, span.fa-window-close-o.app-group-plus, .fa-window-close-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before, a.fa-window-close-o.favorite-book-black:before, span.fa-window-close-o.links-icon-logout:before, span.fa-window-close-o.links-icon-help:before, span.fa-window-close-o.links-icon-contact:before, div.fa-window-close-o.links-icon-globe:before, span.fa-window-close-o.topnav-icon-:before, span.fa-window-close-o.topnav-icon-Active:before, span.fa-window-close-o.app-group-minus:before, span.fa-window-close-o.app-group-plus:before, .fa-window-close-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-times-rectangle-o, a.fa-times-rectangle-o.favorite-book-black, span.fa-times-rectangle-o.links-icon-logout, span.fa-times-rectangle-o.links-icon-help, span.fa-times-rectangle-o.links-icon-contact, div.fa-times-rectangle-o.links-icon-globe, span.fa-times-rectangle-o.topnav-icon-, span.fa-times-rectangle-o.topnav-icon-Active, span.fa-times-rectangle-o.app-group-minus, span.fa-times-rectangle-o.app-group-plus, .fa-times-rectangle-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before, a.fa-times-rectangle-o.favorite-book-black:before, span.fa-times-rectangle-o.links-icon-logout:before, span.fa-times-rectangle-o.links-icon-help:before, span.fa-times-rectangle-o.links-icon-contact:before, div.fa-times-rectangle-o.links-icon-globe:before, span.fa-times-rectangle-o.topnav-icon-:before, span.fa-times-rectangle-o.topnav-icon-Active:before, span.fa-times-rectangle-o.app-group-minus:before, span.fa-times-rectangle-o.app-group-plus:before, .fa-times-rectangle-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-bandcamp, a.fa-bandcamp.favorite-book-black, span.fa-bandcamp.links-icon-logout, span.fa-bandcamp.links-icon-help, span.fa-bandcamp.links-icon-contact, div.fa-bandcamp.links-icon-globe, span.fa-bandcamp.topnav-icon-, span.fa-bandcamp.topnav-icon-Active, span.fa-bandcamp.app-group-minus, span.fa-bandcamp.app-group-plus, .fa-bandcamp.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav, a.fa-grav.favorite-book-black, span.fa-grav.links-icon-logout, span.fa-grav.links-icon-help, span.fa-grav.links-icon-contact, div.fa-grav.links-icon-globe, span.fa-grav.topnav-icon-, span.fa-grav.topnav-icon-Active, span.fa-grav.app-group-minus, span.fa-grav.app-group-plus, .fa-grav.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy, a.fa-etsy.favorite-book-black, span.fa-etsy.links-icon-logout, span.fa-etsy.links-icon-help, span.fa-etsy.links-icon-contact, div.fa-etsy.links-icon-globe, span.fa-etsy.topnav-icon-, span.fa-etsy.topnav-icon-Active, span.fa-etsy.app-group-minus, span.fa-etsy.app-group-plus, .fa-etsy.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb, a.fa-imdb.favorite-book-black, span.fa-imdb.links-icon-logout, span.fa-imdb.links-icon-help, span.fa-imdb.links-icon-contact, div.fa-imdb.links-icon-globe, span.fa-imdb.topnav-icon-, span.fa-imdb.topnav-icon-Active, span.fa-imdb.app-group-minus, span.fa-imdb.app-group-plus, .fa-imdb.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry, a.fa-ravelry.favorite-book-black, span.fa-ravelry.links-icon-logout, span.fa-ravelry.links-icon-help, span.fa-ravelry.links-icon-contact, div.fa-ravelry.links-icon-globe, span.fa-ravelry.topnav-icon-, span.fa-ravelry.topnav-icon-Active, span.fa-ravelry.app-group-minus, span.fa-ravelry.app-group-plus, .fa-ravelry.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast, a.fa-eercast.favorite-book-black, span.fa-eercast.links-icon-logout, span.fa-eercast.links-icon-help, span.fa-eercast.links-icon-contact, div.fa-eercast.links-icon-globe, span.fa-eercast.topnav-icon-, span.fa-eercast.topnav-icon-Active, span.fa-eercast.app-group-minus, span.fa-eercast.app-group-plus, .fa-eercast.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before, a.fa-eercast.favorite-book-black:before, span.fa-eercast.links-icon-logout:before, span.fa-eercast.links-icon-help:before, span.fa-eercast.links-icon-contact:before, div.fa-eercast.links-icon-globe:before, span.fa-eercast.topnav-icon-:before, span.fa-eercast.topnav-icon-Active:before, span.fa-eercast.app-group-minus:before, span.fa-eercast.app-group-plus:before, .fa-eercast.lock-icon-danger:before {
  content: "";
}

.fa.fa-snowflake-o, a.fa-snowflake-o.favorite-book-black, span.fa-snowflake-o.links-icon-logout, span.fa-snowflake-o.links-icon-help, span.fa-snowflake-o.links-icon-contact, div.fa-snowflake-o.links-icon-globe, span.fa-snowflake-o.topnav-icon-, span.fa-snowflake-o.topnav-icon-Active, span.fa-snowflake-o.app-group-minus, span.fa-snowflake-o.app-group-plus, .fa-snowflake-o.lock-icon-danger {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before, a.fa-snowflake-o.favorite-book-black:before, span.fa-snowflake-o.links-icon-logout:before, span.fa-snowflake-o.links-icon-help:before, span.fa-snowflake-o.links-icon-contact:before, div.fa-snowflake-o.links-icon-globe:before, span.fa-snowflake-o.topnav-icon-:before, span.fa-snowflake-o.topnav-icon-Active:before, span.fa-snowflake-o.app-group-minus:before, span.fa-snowflake-o.app-group-plus:before, .fa-snowflake-o.lock-icon-danger:before {
  content: "";
}

.fa.fa-superpowers, a.fa-superpowers.favorite-book-black, span.fa-superpowers.links-icon-logout, span.fa-superpowers.links-icon-help, span.fa-superpowers.links-icon-contact, div.fa-superpowers.links-icon-globe, span.fa-superpowers.topnav-icon-, span.fa-superpowers.topnav-icon-Active, span.fa-superpowers.app-group-minus, span.fa-superpowers.app-group-plus, .fa-superpowers.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer, a.fa-wpexplorer.favorite-book-black, span.fa-wpexplorer.links-icon-logout, span.fa-wpexplorer.links-icon-help, span.fa-wpexplorer.links-icon-contact, div.fa-wpexplorer.links-icon-globe, span.fa-wpexplorer.topnav-icon-, span.fa-wpexplorer.topnav-icon-Active, span.fa-wpexplorer.app-group-minus, span.fa-wpexplorer.app-group-plus, .fa-wpexplorer.lock-icon-danger {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cab:before, a.fa-cab.favorite-book-black:before, span.fa-cab.links-icon-logout:before, span.fa-cab.links-icon-help:before, span.fa-cab.links-icon-contact:before, div.fa-cab.links-icon-globe:before, span.fa-cab.topnav-icon-:before, span.fa-cab.topnav-icon-Active:before, span.fa-cab.app-group-minus:before, span.fa-cab.app-group-plus:before, .fa-cab.lock-icon-danger:before {
  content: "";
}

/*!
 * 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: #007bff;
  --secondary: #212529;
  --success: #9e0529;
  --info: #17a2b8;
  --warning: #DB6E00;
  --danger: #f91212;
  --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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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, .form-container-login,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
div.hamburger-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .form-container, .form-container-login, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .form-container, .form-container-login, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .form-container, .form-container-login, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .form-container, .form-container-login, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row, div.pw-strength-text, div.row-col-h2, div.row-card, div.row-card-2, div.div-userinfo, div.lfrz-alert, div.div-topnav, #favoritenleiste, #header, div.div-navlinks, .form-row, .form-row-notification {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > div.pw-strength-text, .no-gutters > div.row-col-h2, .no-gutters > .col-favorites-bar-img, .no-gutters > .col-h3-favorites-bar, .no-gutters > .col-h3-favorites-bar-inactive, .no-gutters > div.div-headline-mobile, .no-gutters > div.buttons-favorite, .no-gutters > div.link-card-right, .no-gutters > div.link-card-doku, .no-gutters > div[data-name="fav-edit-row-2-col-3"], .no-gutters > div.lfrz-alert, .no-gutters > div.links-icon-globe, .no-gutters > div.div-header-logo-mobile, .no-gutters > div.col-check-login, .no-gutters > div.div-topnav, .no-gutters > div.links-header, .no-gutters > .col-active-user-alert, .no-gutters > .form-col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, div.div-icon-logout, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, div.col-card-appname, div[data-name="fav-edit-row-1"], .col, div.pw-strength-text, div.row-col-h2, .col-favorites-bar-img, .col-h3-favorites-bar, .col-h3-favorites-bar-inactive, div.div-headline-mobile, div.buttons-favorite, div.link-card-right, div.link-card-doku, div[data-name="fav-edit-row-2-col-3"], div.lfrz-alert, div.links-icon-globe, div.div-header-logo-mobile, div.col-check-login, div.div-topnav, div.links-header, .col-active-user-alert, .form-col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, div.div-headline, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, #topnav, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col, div.pw-strength-text, div.row-col-h2, .col-favorites-bar-img, .col-h3-favorites-bar, .col-h3-favorites-bar-inactive, div.div-headline-mobile, div.buttons-favorite, div.link-card-right, div.link-card-doku, div[data-name="fav-edit-row-2-col-3"], div.lfrz-alert, div.links-icon-globe, div.div-header-logo-mobile, div.col-check-login, div.div-topnav, div.links-header, .col-active-user-alert, .form-col {
  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.col-card-appname, div[data-name="fav-edit-row-1"] {
  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[data-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[data-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: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.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: #e4b9c3;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #cd7d90;
}

.table-hover .table-success:hover {
  background-color: #dda7b3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #dda7b3;
}

.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: #fdbdbd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fc8484;
}

.table-hover .table-danger:hover {
  background-color: #fca4a4;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fca4a4;
}

.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, input[type=text], input[type=password], select.lfrz-select {
  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, input[type=text], input[type=password], select.lfrz-select {
    transition: none;
  }
}
.form-control::-ms-expand, .form-control-sm::-ms-expand, input[type=text]::-ms-expand, input[type=password]::-ms-expand, select.lfrz-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .form-control-sm:-moz-focusring, input[type=text]:-moz-focusring, input[type=password]:-moz-focusring, select.lfrz-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, .form-control-sm:focus, input[type=text]:focus, input[type=password]:focus, select.lfrz-select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, .form-control-sm::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, select.lfrz-select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control-sm:disabled, input[type=text]:disabled, input[type=password]:disabled, select.lfrz-select:disabled, .form-control[readonly], [readonly].form-control-sm, input[readonly][type=text], input[readonly][type=password], select[readonly].lfrz-select {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control, input[type="date"].form-control-sm, input[type="date"][type=text], input[type="date"][type=password],
input[type="time"].form-control,
input[type="time"].form-control-sm,
input[type="time"][type=text],
input[type="time"][type=password],
input[type="datetime-local"].form-control,
input[type="datetime-local"].form-control-sm,
input[type="datetime-local"][type=text],
input[type="datetime-local"][type=password],
input[type="month"].form-control,
input[type="month"].form-control-sm,
input[type="month"][type=text],
input[type="month"][type=password] {
  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, input.form-control-plaintext[type=text], input.form-control-plaintext[type=password], select.form-control-plaintext.lfrz-select, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, input[type=text], input[type=password], select.lfrz-select {
  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], select[size].form-control-sm, select[size].lfrz-select, select.form-control[multiple], select[multiple].form-control-sm, select[multiple].lfrz-select {
  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 > div.pw-strength-text, .form-row > div.row-col-h2, .form-row > .col-favorites-bar-img, .form-row > .col-h3-favorites-bar, .form-row > .col-h3-favorites-bar-inactive, .form-row > div.div-headline-mobile, .form-row > div.buttons-favorite, .form-row > div.link-card-right, .form-row > div.link-card-doku, .form-row > div[data-name="fav-edit-row-2-col-3"], .form-row > div.lfrz-alert, .form-row > div.links-icon-globe, .form-row > div.div-header-logo-mobile, .form-row > div.col-check-login, .form-row > div.div-topnav, .form-row > div.links-header, .form-row > .col-active-user-alert, .form-row > .form-col,
.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: #9e0529;
}

.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(158, 5, 41, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > div.pw-strength-text > .valid-tooltip, .form-row > div.row-col-h2 > .valid-tooltip, .form-row > .col-favorites-bar-img > .valid-tooltip, .form-row > .col-h3-favorites-bar > .valid-tooltip, .form-row > .col-h3-favorites-bar-inactive > .valid-tooltip, .form-row > div.div-headline-mobile > .valid-tooltip, .form-row > div.buttons-favorite > .valid-tooltip, .form-row > div.link-card-right > .valid-tooltip, .form-row > div.link-card-doku > .valid-tooltip, .form-row > div[data-name="fav-edit-row-2-col-3"] > .valid-tooltip, .form-row > div.lfrz-alert > .valid-tooltip, .form-row > div.links-icon-globe > .valid-tooltip, .form-row > div.div-header-logo-mobile > .valid-tooltip, .form-row > div.col-check-login > .valid-tooltip, .form-row > div.div-topnav > .valid-tooltip, .form-row > div.links-header > .valid-tooltip, .form-row > .col-active-user-alert > .valid-tooltip, .form-row > .form-col > .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 input[type=text]:valid, .was-validated input[type=password]:valid, .was-validated select.lfrz-select:valid, .form-control.is-valid, .is-valid.form-control-sm, input.is-valid[type=text], input.is-valid[type=password], select.is-valid.lfrz-select {
  border-color: #9e0529;
  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='%239e0529' 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 input[type=text]:valid:focus, .was-validated input[type=password]:valid:focus, .was-validated select.lfrz-select:valid:focus, .form-control.is-valid:focus, .is-valid.form-control-sm:focus, input.is-valid[type=text]:focus, input.is-valid[type=password]:focus, select.is-valid.lfrz-select:focus {
  border-color: #9e0529;
  box-shadow: 0 0 0 0.2rem rgba(158, 5, 41, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea.form-control-sm:valid, textarea.form-control.is-valid, textarea.is-valid.form-control-sm {
  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: #9e0529;
  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='%239e0529' 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: #9e0529;
  box-shadow: 0 0 0 0.2rem rgba(158, 5, 41, 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: #9e0529;
}
.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: #9e0529;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #9e0529;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #cf0736;
  background-color: #cf0736;
}
.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(158, 5, 41, 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: #9e0529;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #9e0529;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #9e0529;
  box-shadow: 0 0 0 0.2rem rgba(158, 5, 41, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f91212;
}

.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: #fff;
  background-color: rgba(249, 18, 18, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > div.pw-strength-text > .invalid-tooltip, .form-row > div.row-col-h2 > .invalid-tooltip, .form-row > .col-favorites-bar-img > .invalid-tooltip, .form-row > .col-h3-favorites-bar > .invalid-tooltip, .form-row > .col-h3-favorites-bar-inactive > .invalid-tooltip, .form-row > div.div-headline-mobile > .invalid-tooltip, .form-row > div.buttons-favorite > .invalid-tooltip, .form-row > div.link-card-right > .invalid-tooltip, .form-row > div.link-card-doku > .invalid-tooltip, .form-row > div[data-name="fav-edit-row-2-col-3"] > .invalid-tooltip, .form-row > div.lfrz-alert > .invalid-tooltip, .form-row > div.links-icon-globe > .invalid-tooltip, .form-row > div.div-header-logo-mobile > .invalid-tooltip, .form-row > div.col-check-login > .invalid-tooltip, .form-row > div.div-topnav > .invalid-tooltip, .form-row > div.links-header > .invalid-tooltip, .form-row > .col-active-user-alert > .invalid-tooltip, .form-row > .form-col > .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 input[type=text]:invalid, .was-validated input[type=password]:invalid, .was-validated select.lfrz-select:invalid, .form-control.is-invalid, .is-invalid.form-control-sm, input.is-invalid[type=text], input.is-invalid[type=password], select.is-invalid.lfrz-select {
  border-color: #f91212;
  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='%23f91212' 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='%23f91212' 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 input[type=text]:invalid:focus, .was-validated input[type=password]:invalid:focus, .was-validated select.lfrz-select:invalid:focus, .form-control.is-invalid:focus, .is-invalid.form-control-sm:focus, input.is-invalid[type=text]:focus, input.is-invalid[type=password]:focus, select.is-invalid.lfrz-select:focus {
  border-color: #f91212;
  box-shadow: 0 0 0 0.2rem rgba(249, 18, 18, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea.form-control-sm:invalid, textarea.form-control.is-invalid, textarea.is-invalid.form-control-sm {
  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: #f91212;
  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='%23f91212' 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='%23f91212' 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: #f91212;
  box-shadow: 0 0 0 0.2rem rgba(249, 18, 18, 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: #f91212;
}
.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: #f91212;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f91212;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fa4444;
  background-color: #fa4444;
}
.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(249, 18, 18, 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: #f91212;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f91212;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f91212;
  box-shadow: 0 0 0 0.2rem rgba(249, 18, 18, 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 input[type=text], .form-inline input[type=password], .form-inline select.lfrz-select {
    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, .user-tab-active, .user-tab, button.button-favorite, button.button-favorite-save {
  display: inline-block;
  font-weight: 400;
  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, .user-tab-active, .user-tab, button.button-favorite, button.button-favorite-save {
    transition: none;
  }
}
.btn:hover, .user-tab-active:hover, .user-tab:hover, button.button-favorite:hover, button.button-favorite-save:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .user-tab-active:focus, .user-tab:focus, button.button-favorite:focus, button.button-favorite-save:focus, .btn.focus, .focus.user-tab-active, .focus.user-tab, button.focus.button-favorite, button.focus.button-favorite-save {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .disabled.user-tab-active, .disabled.user-tab, button.disabled.button-favorite, button.disabled.button-favorite-save, .btn:disabled, .user-tab-active:disabled, .user-tab:disabled, button.button-favorite:disabled, button.button-favorite-save:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .user-tab-active:not(:disabled):not(.disabled), .user-tab:not(:disabled):not(.disabled), button.button-favorite:not(:disabled):not(.disabled), button.button-favorite-save:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, a.disabled.user-tab-active, a.disabled.user-tab,
fieldset:disabled a.btn,
fieldset:disabled a.user-tab-active,
fieldset:disabled a.user-tab {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 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:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-success, .user-tab-active, button.button-favorite, button.button-favorite-save {
  color: #fff;
  background-color: #9e0529;
  border-color: #9e0529;
}
.btn-success:hover, .user-tab-active:hover, button.button-favorite:hover, button.button-favorite-save:hover {
  color: #fff;
  background-color: #79041f;
  border-color: #6d031c;
}
.btn-success:focus, .user-tab-active:focus, button.button-favorite:focus, button.button-favorite-save:focus, .btn-success.focus, .focus.user-tab-active, button.focus.button-favorite, button.focus.button-favorite-save {
  color: #fff;
  background-color: #79041f;
  border-color: #6d031c;
  box-shadow: 0 0 0 0.2rem rgba(173, 43, 73, 0.5);
}
.btn-success.disabled, .disabled.user-tab-active, button.disabled.button-favorite, button.disabled.button-favorite-save, .btn-success:disabled, .user-tab-active:disabled, button.button-favorite:disabled, button.button-favorite-save:disabled {
  color: #fff;
  background-color: #9e0529;
  border-color: #9e0529;
}
.btn-success:not(:disabled):not(.disabled):active, .user-tab-active:not(:disabled):not(.disabled):active, button.button-favorite:not(:disabled):not(.disabled):active, button.button-favorite-save:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .user-tab-active:not(:disabled):not(.disabled).active, button.button-favorite:not(:disabled):not(.disabled).active, button.button-favorite-save:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle, .show > .dropdown-toggle.user-tab-active, .show > button.dropdown-toggle.button-favorite, .show > button.dropdown-toggle.button-favorite-save {
  color: #fff;
  background-color: #6d031c;
  border-color: #600319;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .user-tab-active:not(:disabled):not(.disabled):active:focus, button.button-favorite:not(:disabled):not(.disabled):active:focus, button.button-favorite-save:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .user-tab-active:not(:disabled):not(.disabled).active:focus, button.button-favorite:not(:disabled):not(.disabled).active:focus, button.button-favorite-save:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, .show > .dropdown-toggle.user-tab-active:focus, .show > button.dropdown-toggle.button-favorite:focus, .show > button.dropdown-toggle.button-favorite-save:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 43, 73, 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:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active: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:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #a85400;
  border-color: #9b4e00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 132, 38, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f91212;
  border-color: #f91212;
}
.btn-danger:hover {
  color: #fff;
  background-color: #df0606;
  border-color: #d30505;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #df0606;
  border-color: #d30505;
  box-shadow: 0 0 0 0.2rem rgba(250, 54, 54, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f91212;
  border-color: #f91212;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d30505;
  border-color: #c60505;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 54, 54, 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:not(:disabled):not(.disabled).active, .user-tab:not(:disabled):not(.disabled).active, .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:not(:disabled):not(.disabled).active:focus, .user-tab:not(:disabled):not(.disabled).active: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:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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:not(:disabled):not(.disabled).active, .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:not(:disabled):not(.disabled).active: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: #9e0529;
  border-color: #9e0529;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #9e0529;
  border-color: #9e0529;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 5, 41, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #9e0529;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #9e0529;
  border-color: #9e0529;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 5, 41, 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:not(:disabled):not(.disabled).active, .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:not(:disabled):not(.disabled).active: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:not(:disabled):not(.disabled).active, .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:not(:disabled):not(.disabled).active: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: #f91212;
  border-color: #f91212;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f91212;
  border-color: #f91212;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 18, 18, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f91212;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f91212;
  border-color: #f91212;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 18, 18, 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:not(:disabled):not(.disabled).active, .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:not(:disabled):not(.disabled).active: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:not(:disabled):not(.disabled).active, .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:not(:disabled):not(.disabled).active: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: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  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 > .user-tab-active, .btn-group-lg > .user-tab, .btn-group-lg > button.button-favorite, .btn-group-lg > button.button-favorite-save {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .user-tab-active, .btn-group-sm > .user-tab, .btn-group-sm > button.button-favorite, .btn-group-sm > button.button-favorite-save, .user-tab-active, .user-tab, button.button-favorite, button.button-favorite-save {
  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[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  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: #007bff;
}
.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 > .user-tab-active, .btn-group > .user-tab, .btn-group > button.button-favorite, .btn-group > button.button-favorite-save,
.btn-group-vertical > .btn,
.btn-group-vertical > .user-tab-active,
.btn-group-vertical > .user-tab,
.btn-group-vertical > button.button-favorite,
.btn-group-vertical > button.button-favorite-save {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .user-tab-active:hover, .btn-group > .user-tab:hover, .btn-group > button.button-favorite:hover, .btn-group > button.button-favorite-save:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .user-tab-active:hover,
.btn-group-vertical > .user-tab:hover,
.btn-group-vertical > button.button-favorite:hover,
.btn-group-vertical > button.button-favorite-save:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .user-tab-active:focus, .btn-group > .user-tab:focus, .btn-group > button.button-favorite:focus, .btn-group > button.button-favorite-save:focus, .btn-group > .btn:active, .btn-group > .user-tab-active:active, .btn-group > .user-tab:active, .btn-group > button.button-favorite:active, .btn-group > button.button-favorite-save:active, .btn-group > .btn.active, .btn-group > .active.user-tab-active, .btn-group > .active.user-tab, .btn-group > button.active.button-favorite, .btn-group > button.active.button-favorite-save,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .user-tab-active:focus,
.btn-group-vertical > .user-tab:focus,
.btn-group-vertical > button.button-favorite:focus,
.btn-group-vertical > button.button-favorite-save:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .user-tab-active:active,
.btn-group-vertical > .user-tab:active,
.btn-group-vertical > button.button-favorite:active,
.btn-group-vertical > button.button-favorite-save:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.user-tab-active,
.btn-group-vertical > .active.user-tab,
.btn-group-vertical > button.active.button-favorite,
.btn-group-vertical > button.active.button-favorite-save {
  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 > .user-tab-active:not(:first-child), .btn-group > .user-tab:not(:first-child), .btn-group > button.button-favorite:not(:first-child), .btn-group > button.button-favorite-save:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .user-tab-active:not(:last-child):not(.dropdown-toggle), .btn-group > .user-tab:not(:last-child):not(.dropdown-toggle), .btn-group > button.button-favorite:not(:last-child):not(.dropdown-toggle), .btn-group > button.button-favorite-save:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .user-tab-active,
.btn-group > .btn-group:not(:last-child) > .user-tab,
.btn-group > .btn-group:not(:last-child) > button.button-favorite,
.btn-group > .btn-group:not(:last-child) > button.button-favorite-save {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .user-tab-active:not(:first-child), .btn-group > .user-tab:not(:first-child), .btn-group > button.button-favorite:not(:first-child), .btn-group > button.button-favorite-save:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .user-tab-active,
.btn-group > .btn-group:not(:first-child) > .user-tab,
.btn-group > .btn-group:not(:first-child) > button.button-favorite,
.btn-group > .btn-group:not(:first-child) > button.button-favorite-save {
  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, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .user-tab-active + .dropdown-toggle-split, .btn-group-sm > .user-tab + .dropdown-toggle-split, .btn-group-sm > button.button-favorite + .dropdown-toggle-split, .btn-group-sm > button.button-favorite-save + .dropdown-toggle-split, .user-tab-active + .dropdown-toggle-split, .user-tab + .dropdown-toggle-split, button.button-favorite + .dropdown-toggle-split, button.button-favorite-save + .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 > .user-tab-active + .dropdown-toggle-split, .btn-group-lg > .user-tab + .dropdown-toggle-split, .btn-group-lg > button.button-favorite + .dropdown-toggle-split, .btn-group-lg > button.button-favorite-save + .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 > .user-tab-active, .btn-group-vertical > .user-tab, .btn-group-vertical > button.button-favorite, .btn-group-vertical > button.button-favorite-save,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .user-tab-active:not(:first-child), .btn-group-vertical > .user-tab:not(:first-child), .btn-group-vertical > button.button-favorite:not(:first-child), .btn-group-vertical > button.button-favorite-save: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 > .user-tab-active:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .user-tab:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button.button-favorite:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > button.button-favorite-save:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .user-tab-active,
.btn-group-vertical > .btn-group:not(:last-child) > .user-tab,
.btn-group-vertical > .btn-group:not(:last-child) > button.button-favorite,
.btn-group-vertical > .btn-group:not(:last-child) > button.button-favorite-save {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .user-tab-active:not(:first-child), .btn-group-vertical > .user-tab:not(:first-child), .btn-group-vertical > button.button-favorite:not(:first-child), .btn-group-vertical > button.button-favorite-save:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .user-tab-active,
.btn-group-vertical > .btn-group:not(:first-child) > .user-tab,
.btn-group-vertical > .btn-group:not(:first-child) > button.button-favorite,
.btn-group-vertical > .btn-group:not(:first-child) > button.button-favorite-save {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .user-tab-active, .btn-group-toggle > .user-tab, .btn-group-toggle > button.button-favorite, .btn-group-toggle > button.button-favorite-save,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .user-tab-active,
.btn-group-toggle > .btn-group > .user-tab,
.btn-group-toggle > .btn-group > button.button-favorite,
.btn-group-toggle > .btn-group > button.button-favorite-save {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .user-tab-active input[type="radio"], .btn-group-toggle > .user-tab input[type="radio"], .btn-group-toggle > button.button-favorite input[type="radio"], .btn-group-toggle > button.button-favorite-save input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .user-tab-active input[type="checkbox"],
.btn-group-toggle > .user-tab input[type="checkbox"],
.btn-group-toggle > button.button-favorite input[type="checkbox"],
.btn-group-toggle > button.button-favorite-save input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .user-tab-active input[type="radio"],
.btn-group-toggle > .btn-group > .user-tab input[type="radio"],
.btn-group-toggle > .btn-group > button.button-favorite input[type="radio"],
.btn-group-toggle > .btn-group > button.button-favorite-save input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .user-tab-active input[type="checkbox"],
.btn-group-toggle > .btn-group > .user-tab input[type="checkbox"],
.btn-group-toggle > .btn-group > button.button-favorite input[type="checkbox"],
.btn-group-toggle > .btn-group > button.button-favorite-save 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 > input[type=text], .input-group > input[type=password], .input-group > select.lfrz-select,
.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 > input[type=text] + .form-control, .input-group > input[type=password] + .form-control, .input-group > select.lfrz-select + .form-control, .input-group > .form-control + .form-control-sm, .input-group > .form-control-sm + .form-control-sm, .input-group > input[type=text] + .form-control-sm, .input-group > input[type=password] + .form-control-sm, .input-group > select.lfrz-select + .form-control-sm, .input-group > .form-control + input[type=text], .input-group > .form-control-sm + input[type=text], .input-group > input[type=text] + input[type=text], .input-group > input[type=password] + input[type=text], .input-group > select.lfrz-select + input[type=text], .input-group > .form-control + input[type=password], .input-group > .form-control-sm + input[type=password], .input-group > input[type=text] + input[type=password], .input-group > input[type=password] + input[type=password], .input-group > select.lfrz-select + input[type=password], .input-group > .form-control + select.lfrz-select, .input-group > .form-control-sm + select.lfrz-select, .input-group > input[type=text] + select.lfrz-select, .input-group > input[type=password] + select.lfrz-select, .input-group > select.lfrz-select + select.lfrz-select,
.input-group > .form-control + .custom-select,
.input-group > .form-control-sm + .custom-select,
.input-group > input[type=text] + .custom-select,
.input-group > input[type=password] + .custom-select,
.input-group > select.lfrz-select + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-sm + .custom-file,
.input-group > input[type=text] + .custom-file,
.input-group > input[type=password] + .custom-file,
.input-group > select.lfrz-select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .form-control-sm,
.input-group > .form-control-plaintext + input[type=text],
.input-group > .form-control-plaintext + input[type=password],
.input-group > .form-control-plaintext + select.lfrz-select,
.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 + input[type=text],
.input-group > .custom-select + input[type=password],
.input-group > .custom-select + select.lfrz-select,
.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 + input[type=text],
.input-group > .custom-file + input[type=password],
.input-group > .custom-file + select.lfrz-select,
.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 > input[type=text]:focus, .input-group > input[type=password]:focus, .input-group > select.lfrz-select: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 > input[type=text]:not(:first-child), .input-group > input[type=password]:not(:first-child), .input-group > select.lfrz-select: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) > input[type=text]:not(:last-child), .input-group:not(.has-validation) > input[type=password]:not(:last-child), .input-group:not(.has-validation) > select.lfrz-select: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 > input[type=text]:nth-last-child(n + 3), .input-group.has-validation > input[type=password]:nth-last-child(n + 3), .input-group.has-validation > select.lfrz-select: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 .user-tab-active, .input-group-prepend .user-tab, .input-group-prepend button.button-favorite, .input-group-prepend button.button-favorite-save,
.input-group-append .btn,
.input-group-append .user-tab-active,
.input-group-append .user-tab,
.input-group-append button.button-favorite,
.input-group-append button.button-favorite-save {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .user-tab-active:focus, .input-group-prepend .user-tab:focus, .input-group-prepend button.button-favorite:focus, .input-group-prepend button.button-favorite-save:focus,
.input-group-append .btn:focus,
.input-group-append .user-tab-active:focus,
.input-group-append .user-tab:focus,
.input-group-append button.button-favorite:focus,
.input-group-append button.button-favorite-save:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .user-tab-active + .btn, .input-group-prepend .user-tab + .btn, .input-group-prepend button.button-favorite + .btn, .input-group-prepend button.button-favorite-save + .btn, .input-group-prepend .btn + .user-tab-active, .input-group-prepend .user-tab-active + .user-tab-active, .input-group-prepend .user-tab + .user-tab-active, .input-group-prepend button.button-favorite + .user-tab-active, .input-group-prepend button.button-favorite-save + .user-tab-active, .input-group-prepend .btn + .user-tab, .input-group-prepend .user-tab-active + .user-tab, .input-group-prepend .user-tab + .user-tab, .input-group-prepend button.button-favorite + .user-tab, .input-group-prepend button.button-favorite-save + .user-tab, .input-group-prepend .btn + button.button-favorite, .input-group-prepend .user-tab-active + button.button-favorite, .input-group-prepend .user-tab + button.button-favorite, .input-group-prepend button.button-favorite + button.button-favorite, .input-group-prepend button.button-favorite-save + button.button-favorite, .input-group-prepend .btn + button.button-favorite-save, .input-group-prepend .user-tab-active + button.button-favorite-save, .input-group-prepend .user-tab + button.button-favorite-save, .input-group-prepend button.button-favorite + button.button-favorite-save, .input-group-prepend button.button-favorite-save + button.button-favorite-save,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .user-tab-active + .input-group-text,
.input-group-prepend .user-tab + .input-group-text,
.input-group-prepend button.button-favorite + .input-group-text,
.input-group-prepend button.button-favorite-save + .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 + .user-tab-active,
.input-group-prepend .input-group-text + .user-tab,
.input-group-prepend .input-group-text + button.button-favorite,
.input-group-prepend .input-group-text + button.button-favorite-save,
.input-group-append .btn + .btn,
.input-group-append .user-tab-active + .btn,
.input-group-append .user-tab + .btn,
.input-group-append button.button-favorite + .btn,
.input-group-append button.button-favorite-save + .btn,
.input-group-append .btn + .user-tab-active,
.input-group-append .user-tab-active + .user-tab-active,
.input-group-append .user-tab + .user-tab-active,
.input-group-append button.button-favorite + .user-tab-active,
.input-group-append button.button-favorite-save + .user-tab-active,
.input-group-append .btn + .user-tab,
.input-group-append .user-tab-active + .user-tab,
.input-group-append .user-tab + .user-tab,
.input-group-append button.button-favorite + .user-tab,
.input-group-append button.button-favorite-save + .user-tab,
.input-group-append .btn + button.button-favorite,
.input-group-append .user-tab-active + button.button-favorite,
.input-group-append .user-tab + button.button-favorite,
.input-group-append button.button-favorite + button.button-favorite,
.input-group-append button.button-favorite-save + button.button-favorite,
.input-group-append .btn + button.button-favorite-save,
.input-group-append .user-tab-active + button.button-favorite-save,
.input-group-append .user-tab + button.button-favorite-save,
.input-group-append button.button-favorite + button.button-favorite-save,
.input-group-append button.button-favorite-save + button.button-favorite-save,
.input-group-append .btn + .input-group-text,
.input-group-append .user-tab-active + .input-group-text,
.input-group-append .user-tab + .input-group-text,
.input-group-append button.button-favorite + .input-group-text,
.input-group-append button.button-favorite-save + .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 + .user-tab-active,
.input-group-append .input-group-text + .user-tab,
.input-group-append .input-group-text + button.button-favorite,
.input-group-append .input-group-text + button.button-favorite-save {
  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 > input[type=text]:not(textarea), .input-group-lg > input[type=password]:not(textarea), .input-group-lg > select.lfrz-select: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 > input[type=text], .input-group-lg > input[type=password], .input-group-lg > select.lfrz-select,
.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 > .user-tab-active,
.input-group-lg > .input-group-prepend > .user-tab,
.input-group-lg > .input-group-prepend > button.button-favorite,
.input-group-lg > .input-group-prepend > button.button-favorite-save,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .user-tab-active,
.input-group-lg > .input-group-append > .user-tab,
.input-group-lg > .input-group-append > button.button-favorite,
.input-group-lg > .input-group-append > button.button-favorite-save {
  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 > input[type=text]:not(textarea), .input-group-sm > input[type=password]:not(textarea), .input-group-sm > select.lfrz-select: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 > input[type=text], .input-group-sm > input[type=password], .input-group-sm > select.lfrz-select,
.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 > .user-tab-active,
.input-group-sm > .input-group-prepend > .user-tab,
.input-group-sm > .input-group-prepend > button.button-favorite,
.input-group-sm > .input-group-prepend > button.button-favorite-save,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .user-tab-active,
.input-group-sm > .input-group-append > .user-tab,
.input-group-sm > .input-group-append > button.button-favorite,
.input-group-sm > .input-group-append > button.button-favorite-save {
  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 > .user-tab-active, .input-group > .input-group-prepend > .user-tab, .input-group > .input-group-prepend > button.button-favorite, .input-group > .input-group-prepend > button.button-favorite-save,
.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) > .user-tab-active,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .user-tab,
.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) > button.button-favorite-save,
.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) > .user-tab-active,
.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) > button.button-favorite,
.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) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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 > .user-tab: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 > button.button-favorite-save: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 > .user-tab-active, .input-group > .input-group-append > .user-tab, .input-group > .input-group-append > button.button-favorite, .input-group > .input-group-append > button.button-favorite-save,
.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) > .user-tab-active,
.input-group > .input-group-prepend:not(:first-child) > .user-tab,
.input-group > .input-group-prepend:not(:first-child) > button.button-favorite,
.input-group > .input-group-prepend:not(:first-child) > button.button-favorite-save,
.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 > .user-tab-active:not(:first-child),
.input-group > .input-group-prepend:first-child > .user-tab:not(:first-child),
.input-group > .input-group-prepend:first-child > button.button-favorite:not(:first-child),
.input-group > .input-group-prepend:first-child > button.button-favorite-save: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: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.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: #007bff;
  background-color: #007bff;
}
.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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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(0, 123, 255, 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: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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: #b3d7ff;
}
.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: #007bff;
  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: #b3d7ff;
}
.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: #007bff;
  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: #b3d7ff;
}
.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-Active .nav-link,
.nav-tabs li.show.topnav- .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: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item,
.nav-fill li.topnav-Active,
.nav-fill li.topnav- {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item,
.nav-justified li.topnav-Active,
.nav-justified li.topnav- {
  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, .navbar .form-container-login,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar div.hamburger-container-fluid {
  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, .navbar-expand-sm > .form-container-login,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > div.hamburger-container-fluid {
    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, .navbar-expand-sm > .form-container-login,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > div.hamburger-container-fluid {
    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, .navbar-expand-md > .form-container-login,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > div.hamburger-container-fluid {
    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, .navbar-expand-md > .form-container-login,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > div.hamburger-container-fluid {
    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, #favoriten .navbar-expand-lg > .container, .navbar-expand-lg #favoriten > .container, #favoriten > .container, .navbar-expand-lg > .form-container, #favoriten .navbar-expand-lg > .form-container, .navbar-expand-lg #favoriten > .form-container, #favoriten > .form-container, .navbar-expand-lg > .form-container-login, #favoriten .navbar-expand-lg > .form-container-login, .navbar-expand-lg #favoriten > .form-container-login, #favoriten > .form-container-login,
  .navbar-expand-lg > .container-fluid,
  #favoriten .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg #favoriten > .container-fluid,
  #favoriten > .container-fluid,
  .navbar-expand-lg > .container-sm,
  #favoriten .navbar-expand-lg > .container-sm,
  .navbar-expand-lg #favoriten > .container-sm,
  #favoriten > .container-sm,
  .navbar-expand-lg > .container-md,
  #favoriten .navbar-expand-lg > .container-md,
  .navbar-expand-lg #favoriten > .container-md,
  #favoriten > .container-md,
  .navbar-expand-lg > .container-lg,
  #favoriten .navbar-expand-lg > .container-lg,
  .navbar-expand-lg #favoriten > .container-lg,
  #favoriten > .container-lg,
  .navbar-expand-lg > .container-xl,
  #favoriten .navbar-expand-lg > .container-xl,
  .navbar-expand-lg #favoriten > .container-xl,
  #favoriten > .container-xl,
  .navbar-expand-lg > div.hamburger-container-fluid,
  #favoriten .navbar-expand-lg > div.hamburger-container-fluid,
  .navbar-expand-lg #favoriten > div.hamburger-container-fluid,
  #favoriten > div.hamburger-container-fluid {
    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, #favoriten .navbar-expand-lg > .container, .navbar-expand-lg #favoriten > .container, #favoriten > .container, .navbar-expand-lg > .form-container, #favoriten .navbar-expand-lg > .form-container, .navbar-expand-lg #favoriten > .form-container, #favoriten > .form-container, .navbar-expand-lg > .form-container-login, #favoriten .navbar-expand-lg > .form-container-login, .navbar-expand-lg #favoriten > .form-container-login, #favoriten > .form-container-login,
  .navbar-expand-lg > .container-fluid,
  #favoriten .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg #favoriten > .container-fluid,
  #favoriten > .container-fluid,
  .navbar-expand-lg > .container-sm,
  #favoriten .navbar-expand-lg > .container-sm,
  .navbar-expand-lg #favoriten > .container-sm,
  #favoriten > .container-sm,
  .navbar-expand-lg > .container-md,
  #favoriten .navbar-expand-lg > .container-md,
  .navbar-expand-lg #favoriten > .container-md,
  #favoriten > .container-md,
  .navbar-expand-lg > .container-lg,
  #favoriten .navbar-expand-lg > .container-lg,
  .navbar-expand-lg #favoriten > .container-lg,
  #favoriten > .container-lg,
  .navbar-expand-lg > .container-xl,
  #favoriten .navbar-expand-lg > .container-xl,
  .navbar-expand-lg #favoriten > .container-xl,
  #favoriten > .container-xl,
  .navbar-expand-lg > div.hamburger-container-fluid,
  #favoriten .navbar-expand-lg > div.hamburger-container-fluid,
  .navbar-expand-lg #favoriten > div.hamburger-container-fluid,
  #favoriten > div.hamburger-container-fluid {
    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, .navbar-expand-xl > .form-container-login,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > div.hamburger-container-fluid {
    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, .navbar-expand-xl > .form-container-login,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > div.hamburger-container-fluid {
    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, .navbar-expand > .form-container-login,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > div.hamburger-container-fluid {
  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, .navbar-expand > .form-container-login,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > div.hamburger-container-fluid {
  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, div.card-application, div.card-favorite, div.card-favorite-mobile, li.favorites-bar-card {
  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, div.card-application > hr, div.card-favorite > hr, div.card-favorite-mobile > hr, li.favorites-bar-card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, div.card-application > .list-group, div.card-favorite > .list-group, div.card-favorite-mobile > .list-group, li.favorites-bar-card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, div.card-application > .list-group:first-child, div.card-favorite > .list-group:first-child, div.card-favorite-mobile > .list-group:first-child, li.favorites-bar-card > .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, div.card-application > .list-group:last-child, div.card-favorite > .list-group:last-child, div.card-favorite-mobile > .list-group:last-child, li.favorites-bar-card > .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, div.card-application > .card-header + .list-group, div.card-favorite > .card-header + .list-group, div.card-favorite-mobile > .card-header + .list-group, li.favorites-bar-card > .card-header + .list-group,
.card > .list-group + .card-footer,
div.card-application > .list-group + .card-footer,
div.card-favorite > .list-group + .card-footer,
div.card-favorite-mobile > .list-group + .card-footer,
li.favorites-bar-card > .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 div.card-application, .card-deck div.card-favorite, .card-deck div.card-favorite-mobile, .card-deck li.favorites-bar-card {
  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 div.card-application, .card-deck div.card-favorite, .card-deck div.card-favorite-mobile, .card-deck li.favorites-bar-card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .card-group > div.card-application, .card-group > div.card-favorite, .card-group > div.card-favorite-mobile, .card-group > li.favorites-bar-card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .card-group > div.card-application, .card-group > div.card-favorite, .card-group > div.card-favorite-mobile, .card-group > li.favorites-bar-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > div.card-application + .card, .card-group > div.card-favorite + .card, .card-group > div.card-favorite-mobile + .card, .card-group > li.favorites-bar-card + .card, .card-group > .card + div.card-application, .card-group > div.card-application + div.card-application, .card-group > div.card-favorite + div.card-application, .card-group > div.card-favorite-mobile + div.card-application, .card-group > li.favorites-bar-card + div.card-application, .card-group > .card + div.card-favorite, .card-group > div.card-application + div.card-favorite, .card-group > div.card-favorite + div.card-favorite, .card-group > div.card-favorite-mobile + div.card-favorite, .card-group > li.favorites-bar-card + div.card-favorite, .card-group > .card + div.card-favorite-mobile, .card-group > div.card-application + div.card-favorite-mobile, .card-group > div.card-favorite + div.card-favorite-mobile, .card-group > div.card-favorite-mobile + div.card-favorite-mobile, .card-group > li.favorites-bar-card + div.card-favorite-mobile, .card-group > .card + li.favorites-bar-card, .card-group > div.card-application + li.favorites-bar-card, .card-group > div.card-favorite + li.favorites-bar-card, .card-group > div.card-favorite-mobile + li.favorites-bar-card, .card-group > li.favorites-bar-card + li.favorites-bar-card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .card-group > div.card-application:not(:last-child), .card-group > div.card-favorite:not(:last-child), .card-group > div.card-favorite-mobile:not(:last-child), .card-group > li.favorites-bar-card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > div.card-application:not(:last-child) .card-img-top, .card-group > div.card-favorite:not(:last-child) .card-img-top, .card-group > div.card-favorite-mobile:not(:last-child) .card-img-top, .card-group > li.favorites-bar-card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .card-group > div.card-application:not(:last-child) .card-header,
  .card-group > div.card-favorite:not(:last-child) .card-header,
  .card-group > div.card-favorite-mobile:not(:last-child) .card-header,
  .card-group > li.favorites-bar-card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > div.card-application:not(:last-child) .card-img-bottom, .card-group > div.card-favorite:not(:last-child) .card-img-bottom, .card-group > div.card-favorite-mobile:not(:last-child) .card-img-bottom, .card-group > li.favorites-bar-card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > div.card-application:not(:last-child) .card-footer,
  .card-group > div.card-favorite:not(:last-child) .card-footer,
  .card-group > div.card-favorite-mobile:not(:last-child) .card-footer,
  .card-group > li.favorites-bar-card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .card-group > div.card-application:not(:first-child), .card-group > div.card-favorite:not(:first-child), .card-group > div.card-favorite-mobile:not(:first-child), .card-group > li.favorites-bar-card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > div.card-application:not(:first-child) .card-img-top, .card-group > div.card-favorite:not(:first-child) .card-img-top, .card-group > div.card-favorite-mobile:not(:first-child) .card-img-top, .card-group > li.favorites-bar-card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .card-group > div.card-application:not(:first-child) .card-header,
  .card-group > div.card-favorite:not(:first-child) .card-header,
  .card-group > div.card-favorite-mobile:not(:first-child) .card-header,
  .card-group > li.favorites-bar-card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > div.card-application:not(:first-child) .card-img-bottom, .card-group > div.card-favorite:not(:first-child) .card-img-bottom, .card-group > div.card-favorite-mobile:not(:first-child) .card-img-bottom, .card-group > li.favorites-bar-card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > div.card-application:not(:first-child) .card-footer,
  .card-group > div.card-favorite:not(:first-child) .card-footer,
  .card-group > div.card-favorite-mobile:not(:first-child) .card-footer,
  .card-group > li.favorites-bar-card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns div.card-application, .card-columns div.card-favorite, .card-columns div.card-favorite-mobile, .card-columns li.favorites-bar-card {
  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 div.card-application, .card-columns div.card-favorite, .card-columns div.card-favorite-mobile, .card-columns li.favorites-bar-card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card, .accordion > div.card-application, .accordion > div.card-favorite, .accordion > div.card-favorite-mobile, .accordion > li.favorites-bar-card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .accordion > div.card-application:not(:last-of-type), .accordion > div.card-favorite:not(:last-of-type), .accordion > div.card-favorite-mobile:not(:last-of-type), .accordion > li.favorites-bar-card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .accordion > div.card-application:not(:first-of-type), .accordion > div.card-favorite:not(:first-of-type), .accordion > div.card-favorite-mobile:not(:first-of-type), .accordion > li.favorites-bar-card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .accordion > div.card-application > .card-header, .accordion > div.card-favorite > .card-header, .accordion > div.card-favorite-mobile > .card-header, .accordion > li.favorites-bar-card > .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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  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(0, 123, 255, 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: #007bff;
  border-color: #007bff;
}
.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, .user-tab-active .badge, .user-tab .badge, button.button-favorite .badge, button.button-favorite-save .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #9e0529;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #6d031c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 5, 41, 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: #fff;
  background-color: #f91212;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d30505;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 18, 18, 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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.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: #520315;
  background-color: #eccdd4;
  border-color: #e4b9c3;
}
.alert-success hr {
  border-top-color: #dda7b3;
}
.alert-success .alert-link {
  color: #210108;
}

.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: #810909;
  background-color: #fed0d0;
  border-color: #fdbdbd;
}
.alert-danger hr, div.lfrz-alert hr {
  border-top-color: #fca4a4;
}
.alert-danger .alert-link, div.lfrz-alert .alert-link {
  color: #510606;
}

.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: #007bff;
  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: #007bff;
  border-color: #007bff;
}
.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.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: #520315;
  background-color: #e4b9c3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #520315;
  background-color: #dda7b3;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #520315;
  border-color: #520315;
}

.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: #810909;
  background-color: #fdbdbd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #810909;
  background-color: #fca4a4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #810909;
  border-color: #810909;
}

.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #9e0529 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #6d031c !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: #f91212 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d30505 !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: #007bff !important;
}

.border-secondary {
  border-color: #212529 !important;
}

.border-success {
  border-color: #9e0529 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #DB6E00 !important;
}

.border-danger {
  border-color: #f91212 !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, .hidden-xs-down, .hidden-md-down, .hidden-lg-down, div.div-header-logo, #topnav, #favoritenleiste {
  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, .hidden-xl-up, div.div-headline-mobile, div.div-header-logo-mobile {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block, .hidden-lg-down, div.div-header-logo, #topnav, #favoritenleiste {
    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.links-lang, div.col-check-login, div.div-topnav, #favoritenleiste, #header, div.div-navlinks {
  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, div.div-userinfo, div.div-topnav, #label-exact {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right, div.link-card-right, div[data-name="fav-edit-row-2-col-3"] {
  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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #212529 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #9e0529 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #540316 !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: #f91212 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ba0505 !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(.user-tab-active):not(.user-tab):not(button.button-favorite):not(button.button-favorite-save) {
    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, .form-container-login {
    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: Verdana, Helvetica, sans-serif;
  color: #720009;
  font-weight: bold;
  line-height: 1;
}

.rule-ok, .rule-ok:hover {
  color: #9e0529;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, sans-serif;
}

.rule-nok, .rule-nok:hover {
  color: #f91212;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, sans-serif;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-30 {
  margin-top: 30px;
}

/*
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: Verdana, Helvetica, sans-serif;
  color: #212529;
  background-color: white;
}

td, th {
  text-decoration: none;
  font-weight: normal;
  color: #212529;
  font-size: 0.8rem;
  font-family: Verdana, Helvetica, sans-serif;
  cursor: default;
}

th {
  background-color: white;
  border-bottom: none !important;
}

.btn-success, .user-tab-active, button.button-favorite, button.button-favorite-save {
  color: white;
  background-color: #9e0529;
  border-color: #9e0529;
}

.btn-success:hover, .user-tab-active:hover, button.button-favorite:hover, button.button-favorite-save:hover, .btn-success:active, .user-tab-active:active, button.button-favorite:active, button.button-favorite-save:active {
  color: white;
  background-color: #720009;
  border-color: #720009;
}

.white-space-normal {
  white-space: normal;
}

.form-control, .form-control-sm, input[type=text], input[type=password], select.lfrz-select {
  color: #212529;
  border-color: #212529;
}

label {
  text-decoration: none;
  font-weight: normal;
  color: #212529;
  font-size: 1rem;
  font-family: Verdana, Helvetica, sans-serif;
  margin-bottom: 0px;
}

/* DDLB Standard*/
.alert-danger, div.lfrz-alert {
  background-color: white;
  border-color: #f91212;
  color: #f91212;
}

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: #5e5e5e;
}

.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: white;
  font-family: Verdana, Helvetica, sans-serif;
  margin-top: .3rem;
  margin-bottom: 0px;
}

.h2, h2 {
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  color: #212529;
  font-size: 1.28rem;
  font-family: Verdana, Helvetica, sans-serif;
}

div.row-col-h2 {
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  color: #212529;
  font-size: 1.28rem;
  font-family: Verdana, Helvetica, 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: Verdana, Helvetica, 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: Verdana, Helvetica, sans-serif;
  color: #f91212;
  white-space: nowrap;
}

span.h3-danger:hover {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, sans-serif;
  color: #f91212;
  text-decoration: underline #f91212;
}

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: #212529;
  font-size: 1rem;
  font-family: Verdana, Helvetica, sans-serif;
}

input.input, select.select {
  text-decoration: none;
  font-weight: normal;
  color: #212529;
  font-size: 1rem;
  font-family: Verdana, Helvetica, 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: Verdana, Helvetica, 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: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #212529;
  text-decoration-color: #212529;
  margin-left: 10px;
}

.h3-inactive {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, sans-serif;
  color: #212529;
  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: Verdana, Helvetica, sans-serif;
  color: #212529;
  font-weight: normal;
  margin-left: 10px;
}

.favorite-text-full {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, sans-serif;
  color: #212529;
  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: Verdana, Helvetica, 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: Verdana, Helvetica, sans-serif;
}

.color-warning, 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, .favorite-star-delete, .favorites-star-delete, .color-warning:hover, span.h3-warning:hover,
span.favorite-text-delete:hover, span.favorites-text-delete:hover, .favorite-star-delete:hover, .favorites-star-delete:hover, .color-warning:active, span.h3-warning:active,
span.favorite-text-delete:active, span.favorites-text-delete:active, .favorite-star-delete:active, .favorites-star-delete:active {
  color: #DB6E00;
  text-decoration-color: #DB6E00;
}

.color-black, .user-tab, td, th, label, .favorite-star-add, a.favorite-book-black, .h5, h5, span.topnav-icon-, span.link-icon, span.favorite-star-add, span.favorite-star-delete, span.favorites-star-delete, span.links-icon-logout, span.links-icon-help, span.links-icon-contact, span.icon-danger, span.app-group-minus, span.app-group-plus, span.lock-icon-danger, a.link-icon-grey, .select-xs, select.lfrz-select, .color-black:hover, .user-tab:hover, td:hover, th:hover, label:hover, .favorite-star-add:hover, a.favorite-book-black:hover, .h5:hover, h5:hover, span.topnav-icon-:hover, span.link-icon:hover, span.favorite-star-delete:hover, span.favorites-star-delete:hover, span.links-icon-logout:hover, span.links-icon-help:hover, span.links-icon-contact:hover, span.icon-danger:hover, span.app-group-minus:hover, span.app-group-plus:hover, span.lock-icon-danger:hover, a.link-icon-grey:hover, .select-xs:hover, select.lfrz-select:hover, .color-black:active, .user-tab:active, td:active, th:active, label:active, .favorite-star-add:active, a.favorite-book-black:active, .h5:active, h5:active, span.topnav-icon-:active, span.link-icon:active, span.favorite-star-delete:active, span.favorites-star-delete:active, span.links-icon-logout:active, span.links-icon-help:active, span.links-icon-contact:active, span.icon-danger:active, span.app-group-minus:active, span.app-group-plus:active, span.lock-icon-danger:active, a.link-icon-grey:active, .select-xs:active, select.lfrz-select:active {
  color: #212529;
  text-decoration-color: #212529;
}

.black-nowrap, .black-nowrap:hover, .black-nowrap:active {
  color: #212529;
  white-space: nowrap;
}

.color-danger, span.icon-danger, .lock-icon-danger, .h3-inactive-danger, .color-danger:hover, span.icon-danger:hover, .lock-icon-danger:hover, .h3-inactive-danger:hover, .color-danger:active, span.icon-danger:active, .lock-icon-danger:active, .h3-inactive-danger:active {
  color: #f91212;
  text-decoration-color: #f91212;
}

.color-blue, .color-blue:hover, .color-blue:active {
  color: blue;
  text-decoration-color: blue;
}

.drop-down-button {
  text-decoration: none;
  font-weight: normal;
  color: #212529;
  font-size: 1rem;
  font-family: Verdana, Helvetica, 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: #9e0529;
  text-decoration: none;
  padding: 5px;
  position: absolute;
  font-weight: bold;
  z-index: 10;
}

a:focus, input:focus, select:focus, .select-xs:focus, select.lfrz-select:focus, .form-control-sm:focus, input[type=text]:focus, input[type=password]:focus, select.lfrz-select:focus {
  -webkit-box-shadow: 0px 0px 0px 3px #5e5e5e, inset 0px 0px 0px 1px #5e5e5e;
  -moz-box-shadow: 0px 0px 0px 3px #5e5e5e, inset 0px 0px 0px 1px #5e5e5e;
  box-shadow: 0px 0px 0px 3px #5e5e5e, inset 0px 0px 0px 1px #5e5e5e;
}

.input-valid, .input-valid:focus {
  border-color: #5e5e5e;
  box-shadow: 0px 1px 5px #5e5e5e inset, 0px 1px 5px #5e5e5e;
}

.input-invalid, .input-invalid:focus {
  border-color: #f91212;
  box-shadow: 0px 1px 5px #f91212 inset, 0px 1px 5px #f91212;
}

a, a:hover {
  color: #720009;
}

.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: #f8f9f9;
  border-color: #5e5e5e;
}

div.bg-card {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
}

.card, div.card-application, div.card-favorite, div.card-favorite-mobile, li.favorites-bar-card {
  border: 1px solid #5e5e5e;
  margin-bottom: 10px;
}

.container, .form-container, .form-container-login {
  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 #5e5e5e;
  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 #5e5e5e;
}

div.eingabe input:focus {
  border: 1px solid black;
}

div.eingabe input.input-valid,
div.eingabe input.input-valid:focus {
  border: 1px solid #212529;
}

div.eingabe input.input-invalid,
div.eingabe input.input-invalid:focus {
  border: 1px solid #f91212;
}

div[data-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: #f8f9f9;
}

div.links-lang {
  max-width: 100px;
  background-color: #f8f9f9;
  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: Verdana, Helvetica, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}

div.card-body-headline {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, 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: #212529;
  font-size: 0.8rem;
  font-family: Verdana, Helvetica, 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: #212529;
  font-size: 0.8rem;
  font-family: Verdana, Helvetica, 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: #212529;
  font-size: 0.8rem;
  font-family: Verdana, Helvetica, 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;
  white-space: nowrap;
  width: 100%;
  line-height: 0;
  background-color: #9e0529;
  color: white;
  font-weight: bold;
}

li.topnav-Active:hover {
  background-color: #720009;
}

.topnav--text {
  text-decoration: none;
  font-weight: normal;
  color: #212529;
  font-size: 1rem;
  font-family: Verdana, Helvetica, 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: #212529;
  font-size: 1rem;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 10px;
  vertical-align: top;
  line-height: 1;
  color: white;
  font-weight: normal;
}

li.topnav- {
  color: #212529;
  background-color: #f8f9f9;
  display: block;
  white-space: nowrap;
  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.favorite-star-add, span.favorite-star-delete, span.favorites-star-delete, span.links-icon-logout, span.links-icon-help, span.links-icon-contact, span.icon-danger, span.app-group-minus, span.app-group-plus, span.lock-icon-danger {
  font-size: 1rem;
  margin-top: 2px;
}

.h3-inactive-danger {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: Verdana, Helvetica, 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 {
  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: #9e0529;
}

.select-xs, select.lfrz-select {
  font-size: 0.9rem;
}

div.links-header {
  background-color: #f8f9f9;
  border-right: 4px solid #9e0529;
  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[data-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;
}

label {
  white-space: normal !important;
}

.form {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
  padding: 15px;
}

.form-activeuser {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
  max-width: 800px;
}

.col-active-user-alert {
  max-width: 830px;
}

.form-container {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
}

.form-container-login {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
  max-width: 600px;
}

.footer-login {
  display: block;
  max-width: 600px;
}

.form-col {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
}

.form-row {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
}

.form-notification {
  padding: 15px;
  width: 1000px;
}

.form-row-notification {
  background-color: #f8f9f9;
  border-radius: 0.25rem;
  max-width: 600px;
  max-width: 1000px;
  margin: 5px;
}

.form-alert {
  margin-top: 4px;
  max-width: 600px;
}

input.image_bku {
  height: 80px;
  width: 80px;
  border: none;
}

a.link_bku {
  text-align: center;
  width: 80px;
}

.statusok {
  color: #9e0529;
}

.statusnok {
  color: #f91212;
}

div.div-auto {
  height: auto;
}

.evenIdp {
  background-color: #ffffff;
}

.oddIdp {
  background-color: #f8f9f9;
}

.idp-bg-row-white {
  background-color: #ffffff;
}

div.idp-col-card-msg {
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 0px;
}

div.idp-row-msg {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0px;
}

div.hideIdPContent {
  display: none;
}

div.shoIdPContent {
  display: inline;
}

div.idp-details-header {
  margin-top: 20px;
  font-weight: bold;
}

div.idp-details-box {
  display: flex;
  align-items: last baseline;
}

div.eduLdap-msg {
  font-size: 1rem;
}

div.eduLdap-btn-row {
  margin-top: 15px;
  width: 100%;
  float: left;
}

div.eduLdap-btn-row-left {
  width: 100%;
  float: left;
  max-width: 285px;
  margin-right: 50px;
  margin-top: 10px;
}

div.eduLdap-btn-row-space {
  width: 100%;
  float: left;
  max-width: 30px;
}

div.eduLdap-btn-row-right {
  width: 100%;
  float: left;
  max-width: 285px;
  margin-top: 10px;
}

div.eduLdap-form {
  margin-top: 10px;
}

div.eduLdap-select {
  float: left;
  width: 100%;
}

div.eduLdap-select-row {
  float: left;
  width: 100%;
}

div.eduLdap-select-row-id {
  float: left;
  padding-right: 3px;
  padding-top: 3px;
}

div.eduLdap-select-row-label {
  float: left;
  width: 88%;
}

input.input, select.select, input, .btn-success, .user-tab-active, button.button-favorite, button.button-favorite-save {
  border-radius: 0px;
}

#header {
  background: white;
  height: auto;
}

header {
  border-bottom: 50px solid #9e0529;
}

#header_container, #login, #body_container, #footer {
  max-width: 1200px;
}

div.div-header-logo {
  margin-bottom: 1em;
}

#headline, h1#headline_mobile {
  color: #9e0529;
}

div.links-header {
  background: white;
  border: none;
}

#links {
  margin-top: 3.5em;
}

#logo {
  height: 80px;
}

img.header-logo {
  max-height: 80px;
}

nav.navbar li {
  background: #F5E6E9;
}

nav.navbar li.topnav-Active {
  background: #9e0529;
}

#login {
  margin-top: 2em;
}

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,
.favorite-star-delete,
.favorites-star-delete,
span.favorite-text-delete:hover,
span.favorites-text-delete:hover,
.favorite-star-delete:hover,
.favorites-star-delete:hover,
span.favorite-text-delete:active,
span.favorites-text-delete:active,
.favorite-star-delete:active,
.favorites-star-delete:active {
  color: #9e0529;
  text-decoration-color: #9e0529;
}

#password {
  display: none;
}

.navbar .navbar-toggler {
  border-color: #9e0529;
  background: #9e0529;
}

div.div-header-logo-mobile {
  max-width: 100%;
  height: auto;
  min-width: auto;
  margin-right: 0px;
  text-align: right;
}

#userinfo, #userinfo label, #userinfo input, #userinfo select, footer, .h3-inactive {
  font-size: 0.8rem;
}

@media screen and (max-width: 1024px) {
  header {
    border-bottom: 0;
  }

  #login {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 400px) {
  div.div-header-logo-mobile img {
    max-width: 100%;
    height: auto;
  }

  #logo_mobile {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    height: 67px;
  }
}

.login_ph_online{
	font-size:1rem;
}
/*# sourceMappingURL=portal.css.map */
