﻿@import "../jquery-ui.css";
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Pro');
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa-solid,
.fass,
.fa-sharp,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro';
}
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}
.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: 'Font Awesome 6 Duotone';
}
.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: 'Font Awesome 6 Sharp';
}
.fass,
.fa-sharp {
  font-weight: 900;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 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%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}
.fa-1::before {
  content: "\31";
}
.fa-2::before {
  content: "\32";
}
.fa-3::before {
  content: "\33";
}
.fa-4::before {
  content: "\34";
}
.fa-5::before {
  content: "\35";
}
.fa-6::before {
  content: "\36";
}
.fa-7::before {
  content: "\37";
}
.fa-8::before {
  content: "\38";
}
.fa-9::before {
  content: "\39";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-wagon-covered::before {
  content: "\f8ee";
}
.fa-line-height::before {
  content: "\f871";
}
.fa-bagel::before {
  content: "\e3d7";
}
.fa-transporter-7::before {
  content: "\e2a8";
}
.fa-at::before {
  content: "\40";
}
.fa-rectangles-mixed::before {
  content: "\e323";
}
.fa-phone-arrow-up-right::before {
  content: "\e224";
}
.fa-phone-arrow-up::before {
  content: "\e224";
}
.fa-phone-outgoing::before {
  content: "\e224";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-circle-l::before {
  content: "\e114";
}
.fa-head-side-goggles::before {
  content: "\f6ea";
}
.fa-head-vr::before {
  content: "\f6ea";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-face-hand-yawn::before {
  content: "\e379";
}
.fa-gauge-simple-min::before {
  content: "\f62d";
}
.fa-tachometer-slowest::before {
  content: "\f62d";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-coffin::before {
  content: "\f6c6";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-salad::before {
  content: "\f81e";
}
.fa-bowl-salad::before {
  content: "\f81e";
}
.fa-info::before {
  content: "\f129";
}
.fa-robot-astromech::before {
  content: "\e2d2";
}
.fa-ring-diamond::before {
  content: "\e5ab";
}
.fa-fondue-pot::before {
  content: "\e40d";
}
.fa-theta::before {
  content: "\f69e";
}
.fa-face-hand-peeking::before {
  content: "\e481";
}
.fa-square-user::before {
  content: "\e283";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-tire-pressure-warning::before {
  content: "\f633";
}
.fa-wifi-fair::before {
  content: "\f6ab";
}
.fa-wifi-2::before {
  content: "\f6ab";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-mp3-player::before {
  content: "\f8ce";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-tally-4::before {
  content: "\e297";
}
.fa-rectangle-history::before {
  content: "\e4a2";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-sun-haze::before {
  content: "\f765";
}
.fa-text-size::before {
  content: "\f894";
}
.fa-ufo::before {
  content: "\e047";
}
.fa-fork::before {
  content: "\f2e3";
}
.fa-utensil-fork::before {
  content: "\f2e3";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-mobile-signal::before {
  content: "\e1ef";
}
.fa-barcode-scan::before {
  content: "\f465";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-folder-arrow-down::before {
  content: "\e053";
}
.fa-folder-download::before {
  content: "\e053";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-face-icicles::before {
  content: "\e37c";
}
.fa-shovel::before {
  content: "\f713";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-films::before {
  content: "\e17a";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-face-glasses::before {
  content: "\e377";
}
.fa-nfc::before {
  content: "\e1f7";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-closed-captioning-slash::before {
  content: "\e135";
}
.fa-calculator-simple::before {
  content: "\f64c";
}
.fa-calculator-alt::before {
  content: "\f64c";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-sliders-up::before {
  content: "\f3f1";
}
.fa-sliders-v::before {
  content: "\f3f1";
}
.fa-location-minus::before {
  content: "\f609";
}
.fa-map-marker-minus::before {
  content: "\f609";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-ski-boot::before {
  content: "\e3cc";
}
.fa-standard-definition::before {
  content: "\e28a";
}
.fa-rectangle-sd::before {
  content: "\e28a";
}
.fa-h1::before {
  content: "\f313";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-message-bot::before {
  content: "\e3b8";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-light-ceiling::before {
  content: "\e016";
}
.fa-message-exclamation::before {
  content: "\f4a5";
}
.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}
.fa-bowl-scoop::before {
  content: "\e3de";
}
.fa-bowl-shaved-ice::before {
  content: "\e3de";
}
.fa-square-x::before {
  content: "\e286";
}
.fa-utility-pole-double::before {
  content: "\e2c4";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-chevrons-up::before {
  content: "\f325";
}
.fa-chevron-double-up::before {
  content: "\f325";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-user-vneck::before {
  content: "\e461";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-square-arrow-right::before {
  content: "\f33b";
}
.fa-arrow-square-right::before {
  content: "\f33b";
}
.fa-location-plus::before {
  content: "\f60a";
}
.fa-map-marker-plus::before {
  content: "\f60a";
}
.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-crate-empty::before {
  content: "\e151";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-transporter::before {
  content: "\e042";
}
.fa-calendar-circle-user::before {
  content: "\e471";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-person-carry-box::before {
  content: "\f4cf";
}
.fa-person-carry::before {
  content: "\f4cf";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-union::before {
  content: "\f6a2";
}
.fa-chevrons-left::before {
  content: "\f323";
}
.fa-chevron-double-left::before {
  content: "\f323";
}
.fa-circle-heart::before {
  content: "\f4c7";
}
.fa-heart-circle::before {
  content: "\f4c7";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-bring-forward::before {
  content: "\f856";
}
.fa-square-p::before {
  content: "\e279";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-sigma::before {
  content: "\f68b";
}
.fa-camera-movie::before {
  content: "\f8a9";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-clarinet::before {
  content: "\f8ad";
}
.fa-truck-flatbed::before {
  content: "\e2b6";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-leaf-heart::before {
  content: "\f4cb";
}
.fa-house-building::before {
  content: "\e1b1";
}
.fa-cheese-swiss::before {
  content: "\f7f0";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-bow-arrow::before {
  content: "\f6b9";
}
.fa-cart-xmark::before {
  content: "\e0dd";
}
.fa-hexagon-xmark::before {
  content: "\f2ee";
}
.fa-times-hexagon::before {
  content: "\f2ee";
}
.fa-xmark-hexagon::before {
  content: "\f2ee";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-merge::before {
  content: "\e526";
}
.fa-pager::before {
  content: "\f815";
}
.fa-cart-minus::before {
  content: "\e0db";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-pan-frying::before {
  content: "\e42c";
}
.fa-grid::before {
  content: "\e195";
}
.fa-grid-3::before {
  content: "\e195";
}
.fa-football-helmet::before {
  content: "\f44f";
}
.fa-hand-love::before {
  content: "\e1a5";
}
.fa-trees::before {
  content: "\f724";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-page::before {
  content: "\e428";
}
.fa-k::before {
  content: "\4b";
}
.fa-diagram-previous::before {
  content: "\e478";
}
.fa-gauge-min::before {
  content: "\f628";
}
.fa-tachometer-alt-slowest::before {
  content: "\f628";
}
.fa-folder-grid::before {
  content: "\e188";
}
.fa-eggplant::before {
  content: "\e16c";
}
.fa-ram::before {
  content: "\f70a";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-lips::before {
  content: "\f600";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-desktop-arrow-down::before {
  content: "\e155";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-pumpkin::before {
  content: "\f707";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-pen-field::before {
  content: "\e211";
}
.fa-blueberries::before {
  content: "\e2e8";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-note::before {
  content: "\e1ff";
}
.fa-arrow-down-to-square::before {
  content: "\e096";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-cloud-xmark::before {
  content: "\e35f";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-book-blank::before {
  content: "\f5d9";
}
.fa-book-alt::before {
  content: "\f5d9";
}
.fa-golf-flag-hole::before {
  content: "\e3ac";
}
.fa-message-arrow-down::before {
  content: "\e1db";
}
.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}
.fa-face-unamused::before {
  content: "\e39f";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-circle-9::before {
  content: "\e0f6";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-pencil-slash::before {
  content: "\e215";
}
.fa-bowling-pins::before {
  content: "\f437";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-down-right::before {
  content: "\e16b";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-webhook::before {
  content: "\e5d5";
}
.fa-blinds-open::before {
  content: "\f8fc";
}
.fa-fence::before {
  content: "\e303";
}
.fa-up::before {
  content: "\f357";
}
.fa-arrow-alt-up::before {
  content: "\f357";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-drumstick::before {
  content: "\f6d6";
}
.fa-square-v::before {
  content: "\e284";
}
.fa-face-awesome::before {
  content: "\e409";
}
.fa-gave-dandy::before {
  content: "\e409";
}
.fa-dial-off::before {
  content: "\e162";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-face-smile-horns::before {
  content: "\e391";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-grapes::before {
  content: "\e306";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-dial-max::before {
  content: "\e15e";
}
.fa-circle-m::before {
  content: "\e115";
}
.fa-calendar-image::before {
  content: "\e0d4";
}
.fa-circle-caret-down::before {
  content: "\f32d";
}
.fa-caret-circle-down::before {
  content: "\f32d";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-shish-kebab::before {
  content: "\f821";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-alarm-snooze::before {
  content: "\f845";
}
.fa-scarecrow::before {
  content: "\f70d";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-gift-card::before {
  content: "\f663";
}
.fa-w::before {
  content: "\57";
}
.fa-code-pull-request-draft::before {
  content: "\e3fa";
}
.fa-square-b::before {
  content: "\e264";
}
.fa-elephant::before {
  content: "\f6da";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-message-question::before {
  content: "\e1e3";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-square-3::before {
  content: "\e258";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-microwave::before {
  content: "\e01b";
}
.fa-chf-sign::before {
  content: "\e602";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}
.fa-trash-clock::before {
  content: "\e2b0";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-sprinkler-ceiling::before {
  content: "\e44c";
}
.fa-browsers::before {
  content: "\e0cb";
}
.fa-trillium::before {
  content: "\e588";
}
.fa-music-slash::before {
  content: "\f8d1";
}
.fa-truck-ramp::before {
  content: "\f4e0";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-circle-c::before {
  content: "\e101";
}
.fa-star-christmas::before {
  content: "\f7d4";
}
.fa-chart-bullet::before {
  content: "\e0e1";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-tree-christmas::before {
  content: "\f7db";
}
.fa-tire-flat::before {
  content: "\f632";
}
.fa-sunglasses::before {
  content: "\f892";
}
.fa-badge::before {
  content: "\f335";
}
.fa-message-pen::before {
  content: "\f4a4";
}
.fa-comment-alt-edit::before {
  content: "\f4a4";
}
.fa-message-edit::before {
  content: "\f4a4";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-arrow-progress::before {
  content: "\e5df";
}
.fa-chess-rook-piece::before {
  content: "\f448";
}
.fa-chess-rook-alt::before {
  content: "\f448";
}
.fa-square-root::before {
  content: "\f697";
}
.fa-album-collection-circle-plus::before {
  content: "\e48e";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-face-angry-horns::before {
  content: "\e368";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-tombstone::before {
  content: "\f720";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-list-music::before {
  content: "\f8c9";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-mustache::before {
  content: "\e5bc";
}
.fa-hyphen::before {
  content: "\2d";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-user-chef::before {
  content: "\e3d2";
}
.fa-message-image::before {
  content: "\e1e0";
}
.fa-comment-alt-image::before {
  content: "\e1e0";
}
.fa-users-medical::before {
  content: "\f830";
}
.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}
.fa-sensor-alert::before {
  content: "\e029";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-face-mask::before {
  content: "\e37f";
}
.fa-pickleball::before {
  content: "\e435";
}
.fa-star-sharp-half::before {
  content: "\e28c";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-meat::before {
  content: "\f814";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-empty-set::before {
  content: "\f656";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-bird::before {
  content: "\e469";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-heart-half-stroke::before {
  content: "\e1ac";
}
.fa-heart-half-alt::before {
  content: "\e1ac";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-joystick::before {
  content: "\f8c5";
}
.fa-grill-fire::before {
  content: "\e5a4";
}
.fa-rectangle-vertical-history::before {
  content: "\e237";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-keyboard-left::before {
  content: "\e1c3";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}
.fa-droplet-percent::before {
  content: "\f750";
}
.fa-humidity::before {
  content: "\f750";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-corn::before {
  content: "\f6c7";
}
.fa-roller-coaster::before {
  content: "\e324";
}
.fa-photo-film-music::before {
  content: "\e228";
}
.fa-radar::before {
  content: "\e024";
}
.fa-sickle::before {
  content: "\f822";
}
.fa-film::before {
  content: "\f008";
}
.fa-coconut::before {
  content: "\e2f6";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-shield-cross::before {
  content: "\f712";
}
.fa-cassette-tape::before {
  content: "\f8ab";
}
.fa-square-terminal::before {
  content: "\e32a";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-comment-middle::before {
  content: "\e149";
}
.fa-trash-can-list::before {
  content: "\e2ab";
}
.fa-block::before {
  content: "\e46a";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-face-frown-slight::before {
  content: "\e376";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-sidebar-flip::before {
  content: "\e24f";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-temperature-list::before {
  content: "\e299";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-pipe-section::before {
  content: "\e438";
}
.fa-space-station-moon-construction::before {
  content: "\e034";
}
.fa-space-station-moon-alt::before {
  content: "\e034";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-face-sleeping::before {
  content: "\e38d";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-squirrel::before {
  content: "\f71a";
}
.fa-arrow-up-to-line::before {
  content: "\f341";
}
.fa-arrow-to-top::before {
  content: "\f341";
}
.fa-flag::before {
  content: "\f024";
}
.fa-face-cowboy-hat::before {
  content: "\e36e";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-chart-scatter-3d::before {
  content: "\e0e8";
}
.fa-display-chart-up::before {
  content: "\e5e3";
}
.fa-square-code::before {
  content: "\e267";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-xmark-to-slot::before {
  content: "\f771";
}
.fa-times-to-slot::before {
  content: "\f771";
}
.fa-vote-nay::before {
  content: "\f771";
}
.fa-box-taped::before {
  content: "\f49a";
}
.fa-box-alt::before {
  content: "\f49a";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-swords::before {
  content: "\f71d";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-album::before {
  content: "\f89f";
}
.fa-circle-n::before {
  content: "\e118";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}
.fa-comment-lines::before {
  content: "\f4b0";
}
.fa-luchador-mask::before {
  content: "\f455";
}
.fa-luchador::before {
  content: "\f455";
}
.fa-mask-luchador::before {
  content: "\f455";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-shredder::before {
  content: "\f68a";
}
.fa-book-open-cover::before {
  content: "\e0c0";
}
.fa-book-open-alt::before {
  content: "\e0c0";
}
.fa-sandwich::before {
  content: "\f81f";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-square-parking-slash::before {
  content: "\f617";
}
.fa-parking-slash::before {
  content: "\f617";
}
.fa-train-tunnel::before {
  content: "\e454";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-face-anguished::before {
  content: "\e369";
}
.fa-hockey-sticks::before {
  content: "\f454";
}
.fa-abacus::before {
  content: "\f640";
}
.fa-film-simple::before {
  content: "\f3a0";
}
.fa-film-alt::before {
  content: "\f3a0";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-tree-palm::before {
  content: "\f82b";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-border-center-v::before {
  content: "\f89d";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-clipboard-medical::before {
  content: "\e133";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-up-to-line::before {
  content: "\f34d";
}
.fa-arrow-alt-to-top::before {
  content: "\f34d";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-watch-fitness::before {
  content: "\f63e";
}
.fa-clock-nine-thirty::before {
  content: "\e34d";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-jug::before {
  content: "\f8c6";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-snow-blowing::before {
  content: "\f761";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-arrow-down-from-line::before {
  content: "\f345";
}
.fa-arrow-from-top::before {
  content: "\f345";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-signal-bars-slash::before {
  content: "\f694";
}
.fa-signal-alt-slash::before {
  content: "\f694";
}
.fa-monkey::before {
  content: "\f6fb";
}
.fa-rectangle-pro::before {
  content: "\e235";
}
.fa-pro::before {
  content: "\e235";
}
.fa-house-night::before {
  content: "\e010";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-globe-pointer::before {
  content: "\e60e";
}
.fa-blanket::before {
  content: "\f498";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-comments-question-check::before {
  content: "\e14f";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-arrows-cross::before {
  content: "\e0a2";
}
.fa-backpack::before {
  content: "\f5d4";
}
.fa-square-small::before {
  content: "\e27e";
}
.fa-folder-arrow-up::before {
  content: "\e054";
}
.fa-folder-upload::before {
  content: "\e054";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-crosshairs-simple::before {
  content: "\e59f";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-square-sliders::before {
  content: "\f3f0";
}
.fa-sliders-h-square::before {
  content: "\f3f0";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-message-middle-top::before {
  content: "\e1e2";
}
.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}
.fa-lightbulb-on::before {
  content: "\f672";
}
.fa-knife::before {
  content: "\f2e4";
}
.fa-utensil-knife::before {
  content: "\f2e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-display-chart-up-circle-dollar::before {
  content: "\e5e6";
}
.fa-wave-sine::before {
  content: "\f899";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-circle-w::before {
  content: "\e12c";
}
.fa-circle-calendar::before {
  content: "\e102";
}
.fa-calendar-circle::before {
  content: "\e102";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sunset::before {
  content: "\f767";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-calendar-exclamation::before {
  content: "\f334";
}
.fa-truck-container-empty::before {
  content: "\e2b5";
}
.fa-hand-heart::before {
  content: "\f4bc";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-reply-clock::before {
  content: "\e239";
}
.fa-reply-time::before {
  content: "\e239";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-right::before {
  content: "\f356";
}
.fa-arrow-alt-right::before {
  content: "\f356";
}
.fa-circle-f::before {
  content: "\e10e";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-face-pleading::before {
  content: "\e386";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-police-box::before {
  content: "\e021";
}
.fa-cucumber::before {
  content: "\e401";
}
.fa-head-side-brain::before {
  content: "\f808";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-person-biking-mountain::before {
  content: "\f84b";
}
.fa-biking-mountain::before {
  content: "\f84b";
}
.fa-utensils-slash::before {
  content: "\e464";
}
.fa-print-magnifying-glass::before {
  content: "\f81a";
}
.fa-print-search::before {
  content: "\f81a";
}
.fa-folder-bookmark::before {
  content: "\e186";
}
.fa-om::before {
  content: "\f679";
}
.fa-pi::before {
  content: "\f67e";
}
.fa-flask-round-potion::before {
  content: "\f6e1";
}
.fa-flask-potion::before {
  content: "\f6e1";
}
.fa-face-shush::before {
  content: "\e38c";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}
.fa-square-i::before {
  content: "\e272";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-face-saluting::before {
  content: "\e484";
}
.fa-gauge-simple-low::before {
  content: "\f62c";
}
.fa-tachometer-slow::before {
  content: "\f62c";
}
.fa-face-persevering::before {
  content: "\e385";
}
.fa-circle-camera::before {
  content: "\e103";
}
.fa-camera-circle::before {
  content: "\e103";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-spider-web::before {
  content: "\f719";
}
.fa-circle-microphone::before {
  content: "\e116";
}
.fa-microphone-circle::before {
  content: "\e116";
}
.fa-book-arrow-up::before {
  content: "\e0ba";
}
.fa-popsicle::before {
  content: "\e43e";
}
.fa-command::before {
  content: "\e142";
}
.fa-blinds::before {
  content: "\f8fb";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-saxophone::before {
  content: "\f8dc";
}
.fa-square-2::before {
  content: "\e257";
}
.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}
.fa-field-hockey::before {
  content: "\f44c";
}
.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}
.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}
.fa-face-scream::before {
  content: "\e38b";
}
.fa-square-m::before {
  content: "\e276";
}
.fa-camera-web::before {
  content: "\f832";
}
.fa-webcam::before {
  content: "\f832";
}
.fa-comment-arrow-down::before {
  content: "\e143";
}
.fa-lightbulb-cfl::before {
  content: "\e5a6";
}
.fa-window-frame-open::before {
  content: "\e050";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-period::before {
  content: "\2e";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-up-to-dotted-line::before {
  content: "\e457";
}
.fa-thought-bubble::before {
  content: "\e32e";
}
.fa-skeleton-ribs::before {
  content: "\e5cb";
}
.fa-raygun::before {
  content: "\e025";
}
.fa-flute::before {
  content: "\f8b9";
}
.fa-acorn::before {
  content: "\f6ae";
}
.fa-video-arrow-up-right::before {
  content: "\e2c9";
}
.fa-grate-droplet::before {
  content: "\e194";
}
.fa-seal-exclamation::before {
  content: "\e242";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-message-sms::before {
  content: "\e1e5";
}
.fa-coffee-beans::before {
  content: "\e13f";
}
.fa-hat-witch::before {
  content: "\f6e7";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-clock-three-thirty::before {
  content: "\e357";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-alarm-clock::before {
  content: "\f34e";
}
.fa-eclipse::before {
  content: "\f749";
}
.fa-face-relieved::before {
  content: "\e389";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-octagon-minus::before {
  content: "\f308";
}
.fa-minus-octagon::before {
  content: "\f308";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-face-zany::before {
  content: "\e3a4";
}
.fa-tricycle::before {
  content: "\e5c3";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-square-arrow-up-left::before {
  content: "\e263";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-chart-mixed-up-circle-dollar::before {
  content: "\e5d9";
}
.fa-salt-shaker::before {
  content: "\e446";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-file-plus::before {
  content: "\f319";
}
.fa-draw-square::before {
  content: "\f5ef";
}
.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}
.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-drone-front::before {
  content: "\f860";
}
.fa-drone-alt::before {
  content: "\f860";
}
.fa-glass-empty::before {
  content: "\e191";
}
.fa-dial-high::before {
  content: "\e15c";
}
.fa-user-helmet-safety::before {
  content: "\f82c";
}
.fa-user-construction::before {
  content: "\f82c";
}
.fa-user-hard-hat::before {
  content: "\f82c";
}
.fa-i::before {
  content: "\49";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-basketball-hoop::before {
  content: "\f435";
}
.fa-objects-align-bottom::before {
  content: "\e3bb";
}
.fa-v::before {
  content: "\56";
}
.fa-sparkles::before {
  content: "\f890";
}
.fa-squid::before {
  content: "\e450";
}
.fa-leafy-green::before {
  content: "\e41d";
}
.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}
.fa-calendars::before {
  content: "\e0d7";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-hammer-war::before {
  content: "\f6e4";
}
.fa-circle-d::before {
  content: "\e104";
}
.fa-spider-black-widow::before {
  content: "\f718";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-pear::before {
  content: "\e20c";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-triangle::before {
  content: "\f2ec";
}
.fa-apartment::before {
  content: "\e468";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-pepper::before {
  content: "\e432";
}
.fa-piano::before {
  content: "\f8d4";
}
.fa-gun-squirt::before {
  content: "\e19d";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-user-alien::before {
  content: "\e04a";
}
.fa-shield-check::before {
  content: "\f2f7";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-chart-candlestick::before {
  content: "\e0e2";
}
.fa-briefcase-blank::before {
  content: "\e0c8";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-bracket-round::before {
  content: "\28";
}
.fa-parenthesis::before {
  content: "\28";
}
.fa-joint::before {
  content: "\f595";
}
.fa-horse-saddle::before {
  content: "\f8c3";
}
.fa-mug-marshmallows::before {
  content: "\f7b7";
}
.fa-filters::before {
  content: "\e17e";
}
.fa-bell-on::before {
  content: "\f8fa";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-dial-med::before {
  content: "\e15f";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "\51";
}
.fa-monitor-waveform::before {
  content: "\f611";
}
.fa-monitor-heart-rate::before {
  content: "\f611";
}
.fa-link-simple::before {
  content: "\e1cd";
}
.fa-whistle::before {
  content: "\f460";
}
.fa-g::before {
  content: "\47";
}
.fa-wine-glass-crack::before {
  content: "\f4bb";
}
.fa-fragile::before {
  content: "\f4bb";
}
.fa-slot-machine::before {
  content: "\e3ce";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-car-wash::before {
  content: "\f5e6";
}
.fa-escalator::before {
  content: "\e171";
}
.fa-comment-image::before {
  content: "\e148";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-donut::before {
  content: "\e406";
}
.fa-doughnut::before {
  content: "\e406";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-tally-1::before {
  content: "\e294";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-square-dashed::before {
  content: "\e269";
}
.fa-square-j::before {
  content: "\e273";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-arrow-up-big-small::before {
  content: "\f88e";
}
.fa-sort-size-up::before {
  content: "\f88e";
}
.fa-barcode-read::before {
  content: "\f464";
}
.fa-baguette::before {
  content: "\e3d8";
}
.fa-bowl-soft-serve::before {
  content: "\e46b";
}
.fa-face-holding-back-tears::before {
  content: "\e482";
}
.fa-square-up::before {
  content: "\f353";
}
.fa-arrow-alt-square-up::before {
  content: "\f353";
}
.fa-train-subway-tunnel::before {
  content: "\e2a3";
}
.fa-subway-tunnel::before {
  content: "\e2a3";
}
.fa-square-exclamation::before {
  content: "\f321";
}
.fa-exclamation-square::before {
  content: "\f321";
}
.fa-semicolon::before {
  content: "\3b";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-fan-table::before {
  content: "\e004";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-battery-low::before {
  content: "\e0b1";
}
.fa-battery-1::before {
  content: "\e0b1";
}
.fa-credit-card-front::before {
  content: "\f38a";
}
.fa-brain-arrow-curved-right::before {
  content: "\f677";
}
.fa-mind-share::before {
  content: "\f677";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-location-smile::before {
  content: "\f60d";
}
.fa-map-marker-smile::before {
  content: "\f60d";
}
.fa-arrow-left-to-line::before {
  content: "\f33e";
}
.fa-arrow-to-left::before {
  content: "\f33e";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-sushi::before {
  content: "\e48a";
}
.fa-nigiri::before {
  content: "\e48a";
}
.fa-message-captions::before {
  content: "\e1de";
}
.fa-comment-alt-captions::before {
  content: "\e1de";
}
.fa-trash-list::before {
  content: "\e2b1";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-option::before {
  content: "\e318";
}
.fa-raccoon::before {
  content: "\e613";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-head-side-gear::before {
  content: "\e611";
}
.fa-trash-plus::before {
  content: "\e2b2";
}
.fa-objects-align-top::before {
  content: "\e3c0";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-face-anxious-sweat::before {
  content: "\e36a";
}
.fa-credit-card-blank::before {
  content: "\f389";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-microchip-ai::before {
  content: "\e1ec";
}
.fa-mug::before {
  content: "\f874";
}
.fa-plane-up-slash::before {
  content: "\e22e";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-pen-circle::before {
  content: "\e20e";
}
.fa-bag-seedling::before {
  content: "\e5f2";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-crutches::before {
  content: "\f7f8";
}
.fa-circle-parking::before {
  content: "\f615";
}
.fa-parking-circle::before {
  content: "\f615";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-leaf-oak::before {
  content: "\f6f7";
}
.fa-square-bolt::before {
  content: "\e265";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-lambda::before {
  content: "\f66e";
}
.fa-e::before {
  content: "\45";
}
.fa-pizza::before {
  content: "\f817";
}
.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}
.fa-h3::before {
  content: "\f315";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-badge-percent::before {
  content: "\f646";
}
.fa-user::before {
  content: "\f007";
}
.fa-sensor::before {
  content: "\e028";
}
.fa-comma::before {
  content: "\2c";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-toilet-paper-under::before {
  content: "\e2a0";
}
.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}
.fa-light-emergency::before {
  content: "\e41f";
}
.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-light-switch::before {
  content: "\e017";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-wave-pulse::before {
  content: "\f5f8";
}
.fa-heart-rate::before {
  content: "\f5f8";
}
.fa-key::before {
  content: "\f084";
}
.fa-hat-santa::before {
  content: "\f7a7";
}
.fa-tamale::before {
  content: "\e451";
}
.fa-box-check::before {
  content: "\f467";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-steak::before {
  content: "\f824";
}
.fa-location-crosshairs-slash::before {
  content: "\f603";
}
.fa-location-slash::before {
  content: "\f603";
}
.fa-person-dolly::before {
  content: "\f4d0";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-file-chart-column::before {
  content: "\f659";
}
.fa-file-chart-line::before {
  content: "\f659";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-folder-image::before {
  content: "\e18a";
}
.fa-calendar-pen::before {
  content: "\f333";
}
.fa-calendar-edit::before {
  content: "\f333";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-face-smile-tear::before {
  content: "\e393";
}
.fa-message-plus::before {
  content: "\f4a8";
}
.fa-comment-alt-plus::before {
  content: "\f4a8";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "\43";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-person-dress-fairy::before {
  content: "\e607";
}
.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-chart-line-up::before {
  content: "\e0e5";
}
.fa-mailbox::before {
  content: "\f813";
}
.fa-truck-bolt::before {
  content: "\e3d0";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-circle-three-quarters-stroke::before {
  content: "\e5d4";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-scalpel::before {
  content: "\f61d";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-bell-exclamation::before {
  content: "\f848";
}
.fa-circle-bookmark::before {
  content: "\e100";
}
.fa-bookmark-circle::before {
  content: "\e100";
}
.fa-egg-fried::before {
  content: "\f7fc";
}
.fa-face-weary::before {
  content: "\e3a1";
}
.fa-uniform-martial-arts::before {
  content: "\e3d1";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-sun-dust::before {
  content: "\f764";
}
.fa-comment-text::before {
  content: "\e14d";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-signal-bars::before {
  content: "\f690";
}
.fa-signal-alt::before {
  content: "\f690";
}
.fa-signal-alt-4::before {
  content: "\f690";
}
.fa-signal-bars-strong::before {
  content: "\f690";
}
.fa-diamond-exclamation::before {
  content: "\e405";
}
.fa-star::before {
  content: "\f005";
}
.fa-dial-min::before {
  content: "\e161";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-page-caret-down::before {
  content: "\e429";
}
.fa-file-caret-down::before {
  content: "\e429";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-clock-seven-thirty::before {
  content: "\e351";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-clock-four-thirty::before {
  content: "\e34b";
}
.fa-signal-bars-good::before {
  content: "\f693";
}
.fa-signal-alt-3::before {
  content: "\f693";
}
.fa-cactus::before {
  content: "\f8a7";
}
.fa-lightbulb-gear::before {
  content: "\e5fd";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-plane-tail::before {
  content: "\e22c";
}
.fa-gauge-simple-max::before {
  content: "\f62b";
}
.fa-tachometer-fastest::before {
  content: "\f62b";
}
.fa-circle-u::before {
  content: "\e127";
}
.fa-shield-slash::before {
  content: "\e24b";
}
.fa-square-phone-hangup::before {
  content: "\e27a";
}
.fa-phone-square-down::before {
  content: "\e27a";
}
.fa-arrow-up-left::before {
  content: "\e09d";
}
.fa-transporter-1::before {
  content: "\e043";
}
.fa-peanuts::before {
  content: "\e431";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-bin-bottles-recycle::before {
  content: "\e5f6";
}
.fa-arrow-up-from-square::before {
  content: "\e09c";
}
.fa-file-dashed-line::before {
  content: "\f877";
}
.fa-page-break::before {
  content: "\f877";
}
.fa-bracket-curly-right::before {
  content: "\7d";
}
.fa-spider::before {
  content: "\f717";
}
.fa-clock-three::before {
  content: "\e356";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-scalpel-line-dashed::before {
  content: "\f61e";
}
.fa-scalpel-path::before {
  content: "\f61e";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-pipe-smoking::before {
  content: "\e3c4";
}
.fa-face-astonished::before {
  content: "\e36b";
}
.fa-window::before {
  content: "\f40e";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-ear::before {
  content: "\f5f0";
}
.fa-file-lock::before {
  content: "\e3a6";
}
.fa-diagram-venn::before {
  content: "\e15a";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-goal-net::before {
  content: "\e3ab";
}
.fa-coffin-cross::before {
  content: "\e051";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-location-xmark::before {
  content: "\f60e";
}
.fa-map-marker-times::before {
  content: "\f60e";
}
.fa-map-marker-xmark::before {
  content: "\f60e";
}
.fa-circle-quarter-stroke::before {
  content: "\e5d3";
}
.fa-lasso::before {
  content: "\f8c8";
}
.fa-slash::before {
  content: "\f715";
}
.fa-person-to-portal::before {
  content: "\e022";
}
.fa-portal-enter::before {
  content: "\e022";
}
.fa-calendar-star::before {
  content: "\f736";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-pegasus::before {
  content: "\f703";
}
.fa-files-medical::before {
  content: "\f7fd";
}
.fa-nfc-lock::before {
  content: "\e1f8";
}
.fa-person-ski-lift::before {
  content: "\f7c8";
}
.fa-ski-lift::before {
  content: "\f7c8";
}
.fa-square-6::before {
  content: "\e25b";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-wind-turbine::before {
  content: "\f89b";
}
.fa-sliders-simple::before {
  content: "\e253";
}
.fa-grid-round::before {
  content: "\e5da";
}
.fa-badge-sheriff::before {
  content: "\f8a2";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-intersection::before {
  content: "\f668";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-family::before {
  content: "\e300";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-user-hair-buns::before {
  content: "\e3d3";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-hourglass-clock::before {
  content: "\e41b";
}
.fa-person-seat-reclined::before {
  content: "\e21f";
}
.fa-paper-plane-top::before {
  content: "\e20a";
}
.fa-paper-plane-alt::before {
  content: "\e20a";
}
.fa-send::before {
  content: "\e20a";
}
.fa-message-arrow-up::before {
  content: "\e1dc";
}
.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}
.fa-lightbulb-exclamation::before {
  content: "\f671";
}
.fa-layer-minus::before {
  content: "\f5fe";
}
.fa-layer-group-minus::before {
  content: "\f5fe";
}
.fa-chart-pie-simple-circle-currency::before {
  content: "\e604";
}
.fa-circle-e::before {
  content: "\e109";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-gauge-max::before {
  content: "\f626";
}
.fa-tachometer-alt-fastest::before {
  content: "\f626";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-apostrophe::before {
  content: "\27";
}
.fa-fire-hydrant::before {
  content: "\e17f";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-video-plus::before {
  content: "\f4e1";
}
.fa-square-right::before {
  content: "\f352";
}
.fa-arrow-alt-square-right::before {
  content: "\f352";
}
.fa-comment-smile::before {
  content: "\f4b4";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-inbox-in::before {
  content: "\f310";
}
.fa-inbox-arrow-down::before {
  content: "\f310";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-circle-8::before {
  content: "\e0f5";
}
.fa-clouds-moon::before {
  content: "\f745";
}
.fa-clock-ten-thirty::before {
  content: "\e355";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-folder-user::before {
  content: "\e18e";
}
.fa-trash-can-xmark::before {
  content: "\e2ae";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-left-long-to-line::before {
  content: "\e41e";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-calendar-range::before {
  content: "\e0d6";
}
.fa-flower-daffodil::before {
  content: "\f800";
}
.fa-hand-back-point-up::before {
  content: "\e1a2";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-arrow-up-to-arc::before {
  content: "\e617";
}
.fa-star-exclamation::before {
  content: "\f2f3";
}
.fa-books::before {
  content: "\f5db";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-layer-plus::before {
  content: "\f5ff";
}
.fa-layer-group-plus::before {
  content: "\f5ff";
}
.fa-play-pause::before {
  content: "\e22f";
}
.fa-block-question::before {
  content: "\e3dd";
}
.fa-snooze::before {
  content: "\f880";
}
.fa-zzz::before {
  content: "\f880";
}
.fa-scanner-image::before {
  content: "\f8f3";
}
.fa-tv-retro::before {
  content: "\f401";
}
.fa-square-t::before {
  content: "\e280";
}
.fa-farm::before {
  content: "\f864";
}
.fa-barn-silo::before {
  content: "\f864";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-bars-sort::before {
  content: "\e0ae";
}
.fa-pallet-boxes::before {
  content: "\f483";
}
.fa-palette-boxes::before {
  content: "\f483";
}
.fa-pallet-alt::before {
  content: "\f483";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-code-simple::before {
  content: "\e13d";
}
.fa-bolt-slash::before {
  content: "\e0b8";
}
.fa-panel-fire::before {
  content: "\e42f";
}
.fa-binary-circle-check::before {
  content: "\e33c";
}
.fa-comment-minus::before {
  content: "\f4b1";
}
.fa-burrito::before {
  content: "\f7ed";
}
.fa-violin::before {
  content: "\f8ed";
}
.fa-objects-column::before {
  content: "\e3c1";
}
.fa-square-chevron-down::before {
  content: "\f329";
}
.fa-chevron-square-down::before {
  content: "\f329";
}
.fa-comment-plus::before {
  content: "\f4b2";
}
.fa-triangle-instrument::before {
  content: "\f8e2";
}
.fa-triangle-music::before {
  content: "\f8e2";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-user-pilot-tie::before {
  content: "\e2c1";
}
.fa-piano-keyboard::before {
  content: "\f8d5";
}
.fa-bed-empty::before {
  content: "\f8f9";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-rectangle-vertical::before {
  content: "\f2fb";
}
.fa-rectangle-portrait::before {
  content: "\f2fb";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "\4c";
}
.fa-signal-stream::before {
  content: "\f8dd";
}
.fa-down-to-bracket::before {
  content: "\e4e7";
}
.fa-circle-z::before {
  content: "\e130";
}
.fa-stars::before {
  content: "\f762";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-house-day::before {
  content: "\e00e";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}
.fa-chart-pie-simple::before {
  content: "\f64e";
}
.fa-chart-pie-alt::before {
  content: "\f64e";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-album-collection-circle-user::before {
  content: "\e48f";
}
.fa-candy::before {
  content: "\e3e7";
}
.fa-bowl-hot::before {
  content: "\f823";
}
.fa-soup::before {
  content: "\f823";
}
.fa-flatbread::before {
  content: "\e40b";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-signal-bars-weak::before {
  content: "\f691";
}
.fa-signal-alt-1::before {
  content: "\f691";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-clock-twelve::before {
  content: "\e358";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-citrus-slice::before {
  content: "\e2f5";
}
.fa-sheep::before {
  content: "\f711";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-badger-honey::before {
  content: "\f6b4";
}
.fa-h4::before {
  content: "\f86a";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-signal-slash::before {
  content: "\f695";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-taco::before {
  content: "\f826";
}
.fa-hexagon-plus::before {
  content: "\f300";
}
.fa-plus-hexagon::before {
  content: "\f300";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-messages::before {
  content: "\f4b6";
}
.fa-comments-alt::before {
  content: "\f4b6";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-umbrella-simple::before {
  content: "\e2bc";
}
.fa-umbrella-alt::before {
  content: "\e2bc";
}
.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-prescription-bottle-pill::before {
  content: "\e5c0";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-binary-slash::before {
  content: "\e33e";
}
.fa-square-o::before {
  content: "\e278";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-transporter-3::before {
  content: "\e045";
}
.fa-engine-warning::before {
  content: "\f5f2";
}
.fa-engine-exclamation::before {
  content: "\f5f2";
}
.fa-circle-down-right::before {
  content: "\e108";
}
.fa-square-k::before {
  content: "\e274";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-money-check-pen::before {
  content: "\f872";
}
.fa-money-check-edit::before {
  content: "\f872";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-tilde::before {
  content: "\7e";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-arrow-down-square-triangle::before {
  content: "\f889";
}
.fa-sort-shapes-down-alt::before {
  content: "\f889";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-dog-leashed::before {
  content: "\f6d4";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-face-downcast-sweat::before {
  content: "\e371";
}
.fa-mailbox-flag-up::before {
  content: "\e5bb";
}
.fa-memo-circle-info::before {
  content: "\e49a";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-volume::before {
  content: "\f6a8";
}
.fa-volume-medium::before {
  content: "\f6a8";
}
.fa-transporter-5::before {
  content: "\e2a6";
}
.fa-gauge-circle-bolt::before {
  content: "\e496";
}
.fa-coin-front::before {
  content: "\e3fc";
}
.fa-file-slash::before {
  content: "\e3a7";
}
.fa-message-arrow-up-right::before {
  content: "\e1dd";
}
.fa-treasure-chest::before {
  content: "\f723";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-paintbrush-fine::before {
  content: "\f5a9";
}
.fa-paint-brush-alt::before {
  content: "\f5a9";
}
.fa-paint-brush-fine::before {
  content: "\f5a9";
}
.fa-paintbrush-alt::before {
  content: "\f5a9";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-hood-cloak::before {
  content: "\f6ef";
}
.fa-square-quote::before {
  content: "\e329";
}
.fa-up-left::before {
  content: "\e2bd";
}
.fa-bring-front::before {
  content: "\f857";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-burger-cheese::before {
  content: "\f7f1";
}
.fa-cheeseburger::before {
  content: "\f7f1";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-repeat-1::before {
  content: "\f365";
}
.fa-arrow-down-to-line::before {
  content: "\f33d";
}
.fa-arrow-to-bottom::before {
  content: "\f33d";
}
.fa-grid-5::before {
  content: "\e199";
}
.fa-swap-arrows::before {
  content: "\e60a";
}
.fa-right-long-to-line::before {
  content: "\e444";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-grid-round-5::before {
  content: "\e5de";
}
.fa-tally::before {
  content: "\f69c";
}
.fa-tally-5::before {
  content: "\f69c";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-up-from-dotted-line::before {
  content: "\e456";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-traffic-light-go::before {
  content: "\f638";
}
.fa-face-exhaling::before {
  content: "\e480";
}
.fa-sensor-fire::before {
  content: "\e02a";
}
.fa-user-unlock::before {
  content: "\e058";
}
.fa-hexagon-divide::before {
  content: "\e1ad";
}
.fa-00::before {
  content: "\e467";
}
.fa-crow::before {
  content: "\f520";
}
.fa-cassette-betamax::before {
  content: "\f8a4";
}
.fa-betamax::before {
  content: "\f8a4";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}
.fa-file-binary::before {
  content: "\e175";
}
.fa-circle-v::before {
  content: "\e12a";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-bowl-scoops::before {
  content: "\e3df";
}
.fa-mistletoe::before {
  content: "\f7b4";
}
.fa-custard::before {
  content: "\e403";
}
.fa-lacrosse-stick::before {
  content: "\e3b5";
}
.fa-hockey-mask::before {
  content: "\f6ee";
}
.fa-sunrise::before {
  content: "\f766";
}
.fa-subtitles::before {
  content: "\e60f";
}
.fa-panel-ews::before {
  content: "\e42e";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-cloud-exclamation::before {
  content: "\e491";
}
.fa-message-lines::before {
  content: "\f4a6";
}
.fa-comment-alt-lines::before {
  content: "\f4a6";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-floppy-disk-pen::before {
  content: "\e182";
}
.fa-image::before {
  content: "\f03e";
}
.fa-window-frame::before {
  content: "\e04f";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-file-zip::before {
  content: "\e5ee";
}
.fa-square-ring::before {
  content: "\e44f";
}
.fa-down-from-line::before {
  content: "\f349";
}
.fa-arrow-alt-from-top::before {
  content: "\f349";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-shield-xmark::before {
  content: "\e24c";
}
.fa-shield-times::before {
  content: "\e24c";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-circle-sort-down::before {
  content: "\e031";
}
.fa-sort-circle-down::before {
  content: "\e031";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-forklift::before {
  content: "\f47a";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-bracket-square-right::before {
  content: "\5d";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-square-a::before {
  content: "\e25f";
}
.fa-tick::before {
  content: "\e32f";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-refrigerator::before {
  content: "\e026";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-octagon-xmark::before {
  content: "\f2f0";
}
.fa-times-octagon::before {
  content: "\f2f0";
}
.fa-xmark-octagon::before {
  content: "\f2f0";
}
.fa-align-slash::before {
  content: "\f846";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-truck-ramp-couch::before {
  content: "\f4dd";
}
.fa-truck-couch::before {
  content: "\f4dd";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-360-degrees::before {
  content: "\e2dc";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-square-dashed-circle-plus::before {
  content: "\e5c2";
}
.fa-money-simple-from-bracket::before {
  content: "\e313";
}
.fa-bat::before {
  content: "\f6b5";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-head-side-headphones::before {
  content: "\f8c2";
}
.fa-phone-rotary::before {
  content: "\f8d3";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-calendar-circle-minus::before {
  content: "\e46f";
}
.fa-chopsticks::before {
  content: "\e3f7";
}
.fa-car-wrench::before {
  content: "\f5e3";
}
.fa-car-mechanic::before {
  content: "\f5e3";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-kazoo::before {
  content: "\f8c7";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-bin-bottles::before {
  content: "\e5f5";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-square-arrow-down-left::before {
  content: "\e261";
}
.fa-battery-bolt::before {
  content: "\f376";
}
.fa-tree-large::before {
  content: "\f7dd";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-aperture::before {
  content: "\e2df";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-gear-complex::before {
  content: "\e5e9";
}
.fa-file-magnifying-glass::before {
  content: "\f865";
}
.fa-file-search::before {
  content: "\f865";
}
.fa-up-right::before {
  content: "\e2be";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-user-police::before {
  content: "\e333";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-teddy-bear::before {
  content: "\e3cf";
}
.fa-stocking::before {
  content: "\f7d5";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-image-slash::before {
  content: "\e1b7";
}
.fa-mask-snorkel::before {
  content: "\e3b7";
}
.fa-smoke::before {
  content: "\f760";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-battery-exclamation::before {
  content: "\e0b0";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-crystal-ball::before {
  content: "\e362";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-star-shooting::before {
  content: "\e036";
}
.fa-binary-lock::before {
  content: "\e33d";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-comment-pen::before {
  content: "\f4ae";
}
.fa-comment-edit::before {
  content: "\f4ae";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-banjo::before {
  content: "\f8a3";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-light-emergency-on::before {
  content: "\e420";
}
.fa-kerning::before {
  content: "\f86f";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-square-f::before {
  content: "\e270";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-arrow-left-from-line::before {
  content: "\f344";
}
.fa-arrow-from-right::before {
  content: "\f344";
}
.fa-strawberry::before {
  content: "\e32b";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-clock-eight-thirty::before {
  content: "\e346";
}
.fa-plane-engines::before {
  content: "\f3de";
}
.fa-plane-alt::before {
  content: "\f3de";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-gauge-low::before {
  content: "\f627";
}
.fa-tachometer-alt-slow::before {
  content: "\f627";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-trash-can-plus::before {
  content: "\e2ac";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-globe-snow::before {
  content: "\f7a3";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-integral::before {
  content: "\f667";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-blinds-raised::before {
  content: "\f8fd";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-ufo-beam::before {
  content: "\e048";
}
.fa-circle-caret-up::before {
  content: "\f331";
}
.fa-caret-circle-up::before {
  content: "\f331";
}
.fa-user-vneck-hair-long::before {
  content: "\e463";
}
.fa-square-a-lock::before {
  content: "\e44d";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-gas-pump-slash::before {
  content: "\f5f4";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-transporter-4::before {
  content: "\e2a5";
}
.fa-chart-mixed-up-circle-currency::before {
  content: "\e5d8";
}
.fa-objects-align-right::before {
  content: "\e3bf";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-pig::before {
  content: "\f706";
}
.fa-inbox-full::before {
  content: "\e1ba";
}
.fa-circle-envelope::before {
  content: "\e10c";
}
.fa-envelope-circle::before {
  content: "\e10c";
}
.fa-triangle-person-digging::before {
  content: "\f85d";
}
.fa-construction::before {
  content: "\f85d";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-bullseye-arrow::before {
  content: "\f648";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-clock-seven::before {
  content: "\e350";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-flashlight::before {
  content: "\f8b8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-square-9::before {
  content: "\e25e";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-square-dollar::before {
  content: "\f2e9";
}
.fa-dollar-square::before {
  content: "\f2e9";
}
.fa-usd-square::before {
  content: "\f2e9";
}
.fa-phone-arrow-right::before {
  content: "\e5be";
}
.fa-hand-holding-seedling::before {
  content: "\f4bf";
}
.fa-message-check::before {
  content: "\f4a2";
}
.fa-comment-alt-check::before {
  content: "\f4a2";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-chart-line-up-down::before {
  content: "\e5d7";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-watch::before {
  content: "\f2e1";
}
.fa-circle-down-left::before {
  content: "\e107";
}
.fa-text::before {
  content: "\f893";
}
.fa-projector::before {
  content: "\f8d6";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-tombstone-blank::before {
  content: "\f721";
}
.fa-tombstone-alt::before {
  content: "\f721";
}
.fa-chess-king-piece::before {
  content: "\f440";
}
.fa-chess-king-alt::before {
  content: "\f440";
}
.fa-circle-6::before {
  content: "\e0f3";
}
.fa-left::before {
  content: "\f355";
}
.fa-arrow-alt-left::before {
  content: "\f355";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-square-down::before {
  content: "\f350";
}
.fa-arrow-alt-square-down::before {
  content: "\f350";
}
.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-wreath::before {
  content: "\f7e2";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-meter-droplet::before {
  content: "\e1ea";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-signal-strong::before {
  content: "\f68f";
}
.fa-signal-4::before {
  content: "\f68f";
}
.fa-lollipop::before {
  content: "\e424";
}
.fa-lollypop::before {
  content: "\e424";
}
.fa-list-tree::before {
  content: "\e1d2";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-draw-circle::before {
  content: "\f5ed";
}
.fa-cat-space::before {
  content: "\e001";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-rabbit-running::before {
  content: "\f709";
}
.fa-rabbit-fast::before {
  content: "\f709";
}
.fa-memo-pad::before {
  content: "\e1da";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-alarm-plus::before {
  content: "\f844";
}
.fa-alicorn::before {
  content: "\f6b0";
}
.fa-comment-question::before {
  content: "\e14b";
}
.fa-gingerbread-man::before {
  content: "\f79d";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-burger-fries::before {
  content: "\e0cd";
}
.fa-mug-tea::before {
  content: "\f875";
}
.fa-border-top::before {
  content: "\f855";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-circle-book-open::before {
  content: "\e0ff";
}
.fa-book-circle::before {
  content: "\e0ff";
}
.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-garage-open::before {
  content: "\e00b";
}
.fa-shelves-empty::before {
  content: "\e246";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-watch-apple::before {
  content: "\e2cb";
}
.fa-watch-calculator::before {
  content: "\f8f0";
}
.fa-list-dropdown::before {
  content: "\e1cf";
}
.fa-cabinet-filing::before {
  content: "\f64b";
}
.fa-burger-soda::before {
  content: "\f858";
}
.fa-square-arrow-up::before {
  content: "\f33c";
}
.fa-arrow-square-up::before {
  content: "\f33c";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-pallet-box::before {
  content: "\e208";
}
.fa-face-confounded::before {
  content: "\e36c";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-truck-plow::before {
  content: "\f7de";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-grid-round-2::before {
  content: "\e5db";
}
.fa-comment-middle-top::before {
  content: "\e14a";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-restroom-simple::before {
  content: "\e23a";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-border-outer::before {
  content: "\f851";
}
.fa-hashtag-lock::before {
  content: "\e415";
}
.fa-clock-two-thirty::before {
  content: "\e35b";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-heart-half::before {
  content: "\e1ab";
}
.fa-comment-check::before {
  content: "\f4ac";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-memo::before {
  content: "\e1d8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-glass-citrus::before {
  content: "\f869";
}
.fa-calendar-lines-pen::before {
  content: "\e472";
}
.fa-church::before {
  content: "\f51d";
}
.fa-person-snowmobiling::before {
  content: "\f7d1";
}
.fa-snowmobile::before {
  content: "\f7d1";
}
.fa-face-hushed::before {
  content: "\e37b";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-pickaxe::before {
  content: "\e5bf";
}
.fa-link-simple-slash::before {
  content: "\e1ce";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-face-confused::before {
  content: "\e36d";
}
.fa-pinball::before {
  content: "\e229";
}
.fa-z::before {
  content: "\5a";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-deer::before {
  content: "\f78e";
}
.fa-input-pipe::before {
  content: "\e1be";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "\41";
}
.fa-bookmark-slash::before {
  content: "\e0c2";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-mace::before {
  content: "\f6f8";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-sausage::before {
  content: "\f820";
}
.fa-trash-can-clock::before {
  content: "\e2aa";
}
.fa-p::before {
  content: "\50";
}
.fa-broom-wide::before {
  content: "\e5d1";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-stomach::before {
  content: "\f623";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-guitar-electric::before {
  content: "\f8be";
}
.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}
.fa-moon-cloud::before {
  content: "\f754";
}
.fa-bread-slice-butter::before {
  content: "\e3e1";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-user-group-crown::before {
  content: "\f6a5";
}
.fa-users-crown::before {
  content: "\f6a5";
}
.fa-circle-i::before {
  content: "\e111";
}
.fa-toilet-paper-check::before {
  content: "\e5b2";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-chart-waterfall::before {
  content: "\e0eb";
}
.fa-sparkle::before {
  content: "\e5d6";
}
.fa-face-party::before {
  content: "\e383";
}
.fa-kidneys::before {
  content: "\f5fb";
}
.fa-wifi-exclamation::before {
  content: "\e2cf";
}
.fa-chart-network::before {
  content: "\f78a";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-dice-d4::before {
  content: "\f6d0";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-wheat-awn-slash::before {
  content: "\e338";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-dagger::before {
  content: "\f6cb";
}
.fa-podium::before {
  content: "\f680";
}
.fa-memo-circle-check::before {
  content: "\e1d9";
}
.fa-route-highway::before {
  content: "\f61a";
}
.fa-down-to-line::before {
  content: "\f34a";
}
.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-square-g::before {
  content: "\e271";
}
.fa-circle-phone::before {
  content: "\e11b";
}
.fa-phone-circle::before {
  content: "\e11b";
}
.fa-clipboard-prescription::before {
  content: "\f5e8";
}
.fa-user-nurse-hair::before {
  content: "\e45d";
}
.fa-question::before {
  content: "\3f";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-toggle-large-on::before {
  content: "\e5b1";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-dryer-heat::before {
  content: "\f862";
}
.fa-dryer-alt::before {
  content: "\f862";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-arrow-up-small-big::before {
  content: "\f88f";
}
.fa-sort-size-up-alt::before {
  content: "\f88f";
}
.fa-train-track::before {
  content: "\e453";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-file-exclamation::before {
  content: "\f31a";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-moon-stars::before {
  content: "\f755";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-clothes-hanger::before {
  content: "\e136";
}
.fa-mobile-notch::before {
  content: "\e1ee";
}
.fa-mobile-iphone::before {
  content: "\e1ee";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-images-user::before {
  content: "\e1b9";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-image-polaroid-user::before {
  content: "\e1b6";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-square-ellipsis::before {
  content: "\e26e";
}
.fa-pie::before {
  content: "\f705";
}
.fa-chess-knight-piece::before {
  content: "\f442";
}
.fa-chess-knight-alt::before {
  content: "\f442";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-cloud-plus::before {
  content: "\e35e";
}
.fa-f::before {
  content: "\46";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-bed-bunk::before {
  content: "\f8f8";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-clock-eight::before {
  content: "\e345";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-circle-q::before {
  content: "\e11e";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-face-disguise::before {
  content: "\e370";
}
.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}
.fa-alien-8bit::before {
  content: "\f8f6";
}
.fa-alien-monster::before {
  content: "\f8f6";
}
.fa-hand-point-ribbon::before {
  content: "\e1a6";
}
.fa-poop::before {
  content: "\f619";
}
.fa-object-exclude::before {
  content: "\e49c";
}
.fa-telescope::before {
  content: "\e03e";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-square-list::before {
  content: "\e489";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-comment-code::before {
  content: "\e147";
}
.fa-sim-cards::before {
  content: "\e251";
}
.fa-starship::before {
  content: "\e039";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-seal::before {
  content: "\e241";
}
.fa-user-cowboy::before {
  content: "\f8ea";
}
.fa-hexagon-vertical-nft::before {
  content: "\e505";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-bread-loaf::before {
  content: "\f7eb";
}
.fa-rings-wedding::before {
  content: "\f81b";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-french-fries::before {
  content: "\f803";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-calendar-arrow-down::before {
  content: "\e0d0";
}
.fa-calendar-download::before {
  content: "\e0d0";
}
.fa-send-back::before {
  content: "\f87e";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-signature-lock::before {
  content: "\e3ca";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-octagon-plus::before {
  content: "\f301";
}
.fa-plus-octagon::before {
  content: "\f301";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-melon-slice::before {
  content: "\e311";
}
.fa-space-station-moon::before {
  content: "\e033";
}
.fa-message-smile::before {
  content: "\f4aa";
}
.fa-comment-alt-smile::before {
  content: "\f4aa";
}
.fa-cup-straw::before {
  content: "\e363";
}
.fa-left-from-line::before {
  content: "\f348";
}
.fa-arrow-alt-from-right::before {
  content: "\f348";
}
.fa-h::before {
  content: "\48";
}
.fa-basket-shopping-simple::before {
  content: "\e0af";
}
.fa-shopping-basket-alt::before {
  content: "\e0af";
}
.fa-hands-holding-heart::before {
  content: "\f4c3";
}
.fa-hands-heart::before {
  content: "\f4c3";
}
.fa-clock-nine::before {
  content: "\e34c";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-face-sleepy::before {
  content: "\e38e";
}
.fa-hand-horns::before {
  content: "\e1a9";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-circle-three-quarters::before {
  content: "\e125";
}
.fa-trophy-star::before {
  content: "\f2eb";
}
.fa-trophy-alt::before {
  content: "\f2eb";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-face-thermometer::before {
  content: "\e39a";
}
.fa-grid-round-4::before {
  content: "\e5dd";
}
.fa-shirt-running::before {
  content: "\e3c8";
}
.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}
.fa-face-nauseated::before {
  content: "\e381";
}
.fa-heart::before {
  content: "\f004";
}
.fa-file-chart-pie::before {
  content: "\f65a";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-hexagon-minus::before {
  content: "\f307";
}
.fa-minus-hexagon::before {
  content: "\f307";
}
.fa-left-to-line::before {
  content: "\f34b";
}
.fa-arrow-alt-to-left::before {
  content: "\f34b";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-paw-simple::before {
  content: "\f701";
}
.fa-paw-alt::before {
  content: "\f701";
}
.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}
.fa-brackets-round::before {
  content: "\e0c5";
}
.fa-parentheses::before {
  content: "\e0c5";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-user-shakespeare::before {
  content: "\e2c2";
}
.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-gauge-circle-plus::before {
  content: "\e498";
}
.fa-folders::before {
  content: "\f660";
}
.fa-angel::before {
  content: "\f779";
}
.fa-value-absolute::before {
  content: "\f6a6";
}
.fa-rabbit::before {
  content: "\f708";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-circle-euro::before {
  content: "\e5ce";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-diamond-half::before {
  content: "\e5b7";
}
.fa-lock-keyhole::before {
  content: "\f30d";
}
.fa-lock-alt::before {
  content: "\f30d";
}
.fa-r::before {
  content: "\52";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-square-info::before {
  content: "\f30f";
}
.fa-info-square::before {
  content: "\f30f";
}
.fa-wifi-slash::before {
  content: "\f6ac";
}
.fa-toilet-paper-xmark::before {
  content: "\e5b3";
}
.fa-hands-holding-dollar::before {
  content: "\f4c5";
}
.fa-hands-usd::before {
  content: "\f4c5";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-arrow-down-triangle-square::before {
  content: "\f888";
}
.fa-sort-shapes-down::before {
  content: "\f888";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shutters::before {
  content: "\e449";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-table-tree::before {
  content: "\e293";
}
.fa-house-chimney-heart::before {
  content: "\e1b2";
}
.fa-tally-3::before {
  content: "\e296";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}
.fa-sword::before {
  content: "\f71c";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-interrobang::before {
  content: "\e5ba";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-circle-dashed::before {
  content: "\e105";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-fork-knife::before {
  content: "\f2e6";
}
.fa-utensils-alt::before {
  content: "\f2e6";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-badge-check::before {
  content: "\f336";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-slider::before {
  content: "\e252";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-clock-one-thirty::before {
  content: "\e34f";
}
.fa-inbox-out::before {
  content: "\f311";
}
.fa-inbox-arrow-up::before {
  content: "\f311";
}
.fa-cloud-slash::before {
  content: "\e137";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-octagon-check::before {
  content: "\e426";
}
.fa-flatbread-stuffed::before {
  content: "\e40c";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-cart-circle-plus::before {
  content: "\e3f3";
}
.fa-truck-clock::before {
  content: "\f48c";
}
.fa-shipping-timed::before {
  content: "\f48c";
}
.fa-pool-8-ball::before {
  content: "\e3c5";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-turn-down-left::before {
  content: "\e331";
}
.fa-lock-hashtag::before {
  content: "\e423";
}
.fa-chart-radar::before {
  content: "\e0e7";
}
.fa-staff::before {
  content: "\f71b";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-utility-pole::before {
  content: "\e2c3";
}
.fa-transporter-6::before {
  content: "\e2a7";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-vector-polygon::before {
  content: "\e2c7";
}
.fa-diagram-nested::before {
  content: "\e157";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-image-user::before {
  content: "\e1b8";
}
.fa-buoy::before {
  content: "\e5b5";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-border-center-h::before {
  content: "\f89c";
}
.fa-can-food::before {
  content: "\e3e6";
}
.fa-typewriter::before {
  content: "\f8e7";
}
.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}
.fa-circle-k::before {
  content: "\e113";
}
.fa-face-hand-over-mouth::before {
  content: "\e378";
}
.fa-popcorn::before {
  content: "\f819";
}
.fa-house-water::before {
  content: "\f74f";
}
.fa-house-flood::before {
  content: "\f74f";
}
.fa-object-subtract::before {
  content: "\e49e";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-warehouse-full::before {
  content: "\f495";
}
.fa-warehouse-alt::before {
  content: "\f495";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}
.fa-file-doc::before {
  content: "\e5ed";
}
.fa-square-quarters::before {
  content: "\e44e";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-trash-xmark::before {
  content: "\e2b4";
}
.fa-circle-caret-left::before {
  content: "\f32e";
}
.fa-caret-circle-left::before {
  content: "\f32e";
}
.fa-files::before {
  content: "\e178";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-face-clouds::before {
  content: "\e47d";
}
.fa-user-crown::before {
  content: "\f6a4";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-cart-circle-check::before {
  content: "\e3f1";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-user-tie-hair-long::before {
  content: "\e460";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-head-side-medical::before {
  content: "\f809";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-user-robot::before {
  content: "\e04b";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-card-diamond::before {
  content: "\e3ea";
}
.fa-face-zipper::before {
  content: "\e3a5";
}
.fa-face-raised-eyebrow::before {
  content: "\e388";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-square-chevron-up::before {
  content: "\f32c";
}
.fa-chevron-square-up::before {
  content: "\f32c";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-arrows-to-line::before {
  content: "\e0a7";
}
.fa-dolphin::before {
  content: "\e168";
}
.fa-arrow-up-right::before {
  content: "\e09f";
}
.fa-circle-r::before {
  content: "\e120";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-circle-sort-up::before {
  content: "\e032";
}
.fa-sort-circle-up::before {
  content: "\e032";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-chestnut::before {
  content: "\e3f6";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-heat::before {
  content: "\e00c";
}
.fa-ticket-airline::before {
  content: "\e29a";
}
.fa-boot-heeled::before {
  content: "\e33f";
}
.fa-arrows-minimize::before {
  content: "\e0a5";
}
.fa-compress-arrows::before {
  content: "\e0a5";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-hexagon::before {
  content: "\f312";
}
.fa-manhole::before {
  content: "\e1d6";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-floppy-disks::before {
  content: "\e183";
}
.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}
.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-pump::before {
  content: "\e442";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-dryer::before {
  content: "\f861";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-chess-bishop-piece::before {
  content: "\f43b";
}
.fa-chess-bishop-alt::before {
  content: "\f43b";
}
.fa-shirt-tank-top::before {
  content: "\e3c9";
}
.fa-diploma::before {
  content: "\f5ea";
}
.fa-scroll-ribbon::before {
  content: "\f5ea";
}
.fa-screencast::before {
  content: "\e23e";
}
.fa-walker::before {
  content: "\f831";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-file-user::before {
  content: "\f65c";
}
.fa-user-police-tie::before {
  content: "\e334";
}
.fa-face-tongue-money::before {
  content: "\e39d";
}
.fa-tennis-ball::before {
  content: "\f45e";
}
.fa-square-l::before {
  content: "\e275";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-calendar-arrow-up::before {
  content: "\e0d1";
}
.fa-calendar-upload::before {
  content: "\e0d1";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-scarf::before {
  content: "\f7c1";
}
.fa-album-circle-plus::before {
  content: "\e48c";
}
.fa-user-nurse-hair-long::before {
  content: "\e45e";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-square-left::before {
  content: "\f351";
}
.fa-arrow-alt-square-left::before {
  content: "\f351";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-grid-dividers::before {
  content: "\e3ad";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-face-pensive::before {
  content: "\e384";
}
.fa-user-music::before {
  content: "\f8eb";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-messages-dollar::before {
  content: "\f652";
}
.fa-comments-alt-dollar::before {
  content: "\f652";
}
.fa-sensor-on::before {
  content: "\e02b";
}
.fa-balloon::before {
  content: "\e2e3";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-chess-queen-piece::before {
  content: "\f446";
}
.fa-chess-queen-alt::before {
  content: "\f446";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-house-person-leave::before {
  content: "\e00f";
}
.fa-house-leave::before {
  content: "\e00f";
}
.fa-house-person-depart::before {
  content: "\e00f";
}
.fa-ruler-triangle::before {
  content: "\f61c";
}
.fa-card-club::before {
  content: "\e3e9";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-spinner-third::before {
  content: "\f3f4";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}
.fa-mouse-alt::before {
  content: "\f8cd";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-table-layout::before {
  content: "\e290";
}
.fa-narwhal::before {
  content: "\f6fe";
}
.fa-ramp-loading::before {
  content: "\f4d4";
}
.fa-calendar-circle-plus::before {
  content: "\e470";
}
.fa-toothbrush::before {
  content: "\f635";
}
.fa-border-inner::before {
  content: "\f84e";
}
.fa-paw-claws::before {
  content: "\f702";
}
.fa-kiwi-fruit::before {
  content: "\e30c";
}
.fa-traffic-light-slow::before {
  content: "\f639";
}
.fa-rectangle-code::before {
  content: "\e322";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-keyboard-brightness::before {
  content: "\e1c0";
}
.fa-books-medical::before {
  content: "\f7e8";
}
.fa-lightbulb-slash::before {
  content: "\f673";
}
.fa-house-blank::before {
  content: "\e487";
}
.fa-home-blank::before {
  content: "\e487";
}
.fa-square-5::before {
  content: "\e25a";
}
.fa-square-heart::before {
  content: "\f4c8";
}
.fa-heart-square::before {
  content: "\f4c8";
}
.fa-puzzle::before {
  content: "\e443";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-pipe-circle-check::before {
  content: "\e436";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-octagon-exclamation::before {
  content: "\e204";
}
.fa-dial-low::before {
  content: "\e15d";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-laptop-mobile::before {
  content: "\f87a";
}
.fa-phone-laptop::before {
  content: "\f87a";
}
.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}
.fa-conveyor-belt-alt::before {
  content: "\f46f";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}
.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}
.fa-starfighter-alt::before {
  content: "\e038";
}
.fa-rocket-launch::before {
  content: "\e027";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-vent-damper::before {
  content: "\e465";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-ban-bug::before {
  content: "\f7f9";
}
.fa-debug::before {
  content: "\f7f9";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-garage-car::before {
  content: "\e00a";
}
.fa-square-kanban::before {
  content: "\e488";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-coffee-pot::before {
  content: "\e002";
}
.fa-mouse-field::before {
  content: "\e5a8";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-shower-down::before {
  content: "\e24d";
}
.fa-shower-alt::before {
  content: "\e24d";
}
.fa-box-circle-check::before {
  content: "\e0c4";
}
.fa-brightness::before {
  content: "\e0c9";
}
.fa-car-side-bolt::before {
  content: "\e344";
}
.fa-ornament::before {
  content: "\f7b8";
}
.fa-phone-arrow-down-left::before {
  content: "\e223";
}
.fa-phone-arrow-down::before {
  content: "\e223";
}
.fa-phone-incoming::before {
  content: "\e223";
}
.fa-cloud-word::before {
  content: "\e138";
}
.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-arrow-down-small-big::before {
  content: "\f88d";
}
.fa-sort-size-down-alt::before {
  content: "\f88d";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-face-melting::before {
  content: "\e483";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-pen-clip-slash::before {
  content: "\e20f";
}
.fa-pen-alt-slash::before {
  content: "\e20f";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-scroll-old::before {
  content: "\f70f";
}
.fa-guitars::before {
  content: "\f8bf";
}
.fa-phone-xmark::before {
  content: "\e227";
}
.fa-hose::before {
  content: "\e419";
}
.fa-clock-six::before {
  content: "\e352";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-billboard::before {
  content: "\e5cd";
}
.fa-square-r::before {
  content: "\e27c";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-envelope-open-dollar::before {
  content: "\f657";
}
.fa-divide::before {
  content: "\f529";
}
.fa-sun-cloud::before {
  content: "\f763";
}
.fa-lamp-floor::before {
  content: "\e015";
}
.fa-square-7::before {
  content: "\e25c";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-campfire::before {
  content: "\f6ba";
}
.fa-circle-ampersand::before {
  content: "\e0f8";
}
.fa-snowflakes::before {
  content: "\f7cf";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-leaf-maple::before {
  content: "\f6f6";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-cup-straw-swoosh::before {
  content: "\e364";
}
.fa-temperature-sun::before {
  content: "\f76a";
}
.fa-temperature-hot::before {
  content: "\f76a";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-high-definition::before {
  content: "\e1ae";
}
.fa-rectangle-hd::before {
  content: "\e1ae";
}
.fa-j::before {
  content: "\4a";
}
.fa-galaxy::before {
  content: "\e008";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-cherries::before {
  content: "\e0ec";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-circle-sort::before {
  content: "\e030";
}
.fa-sort-circle::before {
  content: "\e030";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-siren::before {
  content: "\e02d";
}
.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}
.fa-image-landscape::before {
  content: "\e1b5";
}
.fa-landscape::before {
  content: "\e1b5";
}
.fa-tank-water::before {
  content: "\e452";
}
.fa-curling-stone::before {
  content: "\f44a";
}
.fa-curling::before {
  content: "\f44a";
}
.fa-gamepad-modern::before {
  content: "\e5a2";
}
.fa-gamepad-alt::before {
  content: "\e5a2";
}
.fa-messages-question::before {
  content: "\e1e7";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "\4f";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}
.fa-expand-wide::before {
  content: "\f320";
}
.fa-clock-eleven-thirty::before {
  content: "\e348";
}
.fa-rv::before {
  content: "\f7be";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-dreidel::before {
  content: "\f792";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-flower-tulip::before {
  content: "\f801";
}
.fa-people-pants-simple::before {
  content: "\e21a";
}
.fa-cloud-drizzle::before {
  content: "\f738";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-solar-system::before {
  content: "\e02f";
}
.fa-seal-question::before {
  content: "\e243";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-disc-drive::before {
  content: "\f8b5";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-table-rows::before {
  content: "\e292";
}
.fa-rows::before {
  content: "\e292";
}
.fa-location-exclamation::before {
  content: "\f608";
}
.fa-map-marker-exclamation::before {
  content: "\f608";
}
.fa-face-fearful::before {
  content: "\e375";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-bus-school::before {
  content: "\f5dd";
}
.fa-film-slash::before {
  content: "\e179";
}
.fa-square-arrow-down-right::before {
  content: "\e262";
}
.fa-book-sparkles::before {
  content: "\f6b8";
}
.fa-book-spells::before {
  content: "\f6b8";
}
.fa-washing-machine::before {
  content: "\f898";
}
.fa-washer::before {
  content: "\f898";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-user-visor::before {
  content: "\e04c";
}
.fa-file-plus-minus::before {
  content: "\e177";
}
.fa-chess-clock-flip::before {
  content: "\f43e";
}
.fa-chess-clock-alt::before {
  content: "\f43e";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-steering-wheel::before {
  content: "\f622";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-stretcher::before {
  content: "\f825";
}
.fa-book-section::before {
  content: "\e0c1";
}
.fa-book-law::before {
  content: "\e0c1";
}
.fa-inboxes::before {
  content: "\e1bb";
}
.fa-coffee-bean::before {
  content: "\e13e";
}
.fa-circle-yen::before {
  content: "\e5d0";
}
.fa-brackets-curly::before {
  content: "\f7ea";
}
.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}
.fa-ellipsis-v-alt::before {
  content: "\f39c";
}
.fa-comment::before {
  content: "\f075";
}
.fa-square-1::before {
  content: "\e256";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-head-side::before {
  content: "\f6e9";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-dolly-empty::before {
  content: "\f473";
}
.fa-face-tissue::before {
  content: "\e39c";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-bin-recycle::before {
  content: "\e5f7";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-chart-line-down::before {
  content: "\f64d";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-lock-a::before {
  content: "\e422";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-person-pinball::before {
  content: "\e21d";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-apple-core::before {
  content: "\e08f";
}
.fa-circle-y::before {
  content: "\e12f";
}
.fa-h6::before {
  content: "\e413";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-circle-small::before {
  content: "\e122";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-message-medical::before {
  content: "\f7f4";
}
.fa-comment-alt-medical::before {
  content: "\f7f4";
}
.fa-rugby-ball::before {
  content: "\e3c6";
}
.fa-comment-music::before {
  content: "\f8b0";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-tree-deciduous::before {
  content: "\f400";
}
.fa-tree-alt::before {
  content: "\f400";
}
.fa-puzzle-piece-simple::before {
  content: "\e231";
}
.fa-puzzle-piece-alt::before {
  content: "\e231";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-nfc-trash::before {
  content: "\e1fd";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-file-xmark::before {
  content: "\f317";
}
.fa-file-times::before {
  content: "\f317";
}
.fa-house-heart::before {
  content: "\f4c9";
}
.fa-home-heart::before {
  content: "\f4c9";
}
.fa-house-chimney-blank::before {
  content: "\e3b0";
}
.fa-meter-bolt::before {
  content: "\e1e9";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-slash-back::before {
  content: "\5c";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-fishing-rod::before {
  content: "\e3a8";
}
.fa-hammer-crash::before {
  content: "\e414";
}
.fa-message-heart::before {
  content: "\e5c9";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera-polaroid::before {
  content: "\f8aa";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-cart-arrow-up::before {
  content: "\e3ee";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-buoy-mooring::before {
  content: "\e5b6";
}
.fa-square-4::before {
  content: "\e259";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-tricycle-adult::before {
  content: "\e5c4";
}
.fa-waveform::before {
  content: "\f8f1";
}
.fa-water::before {
  content: "\f773";
}
.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}
.fa-star-sharp-half-alt::before {
  content: "\e28d";
}
.fa-nfc-signal::before {
  content: "\e1fb";
}
.fa-plane-prop::before {
  content: "\e22b";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-clock-desk::before {
  content: "\e134";
}
.fa-calendar-clock::before {
  content: "\e0d2";
}
.fa-calendar-time::before {
  content: "\e0d2";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-plate-utensils::before {
  content: "\e43b";
}
.fa-family-pants::before {
  content: "\e302";
}
.fa-hose-reel::before {
  content: "\e41a";
}
.fa-house-window::before {
  content: "\e3b3";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-cloud-rainbow::before {
  content: "\f73e";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-alien::before {
  content: "\f8f5";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-laptop-binary::before {
  content: "\e5e7";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-people-dress-simple::before {
  content: "\e218";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-bowling-ball-pin::before {
  content: "\e0c3";
}
.fa-bell-school-slash::before {
  content: "\f5d6";
}
.fa-plus-large::before {
  content: "\e59e";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-camera-viewfinder::before {
  content: "\e0da";
}
.fa-screenshot::before {
  content: "\e0da";
}
.fa-message-music::before {
  content: "\f8af";
}
.fa-comment-alt-music::before {
  content: "\f8af";
}
.fa-car-building::before {
  content: "\f859";
}
.fa-border-bottom-right::before {
  content: "\f854";
}
.fa-border-style-alt::before {
  content: "\f854";
}
.fa-octagon::before {
  content: "\f306";
}
.fa-comment-arrow-up-right::before {
  content: "\e145";
}
.fa-octagon-divide::before {
  content: "\e203";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-tv-music::before {
  content: "\f8e6";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-reel::before {
  content: "\e238";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-alarm-exclamation::before {
  content: "\f843";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-traffic-cone::before {
  content: "\f636";
}
.fa-grate::before {
  content: "\e193";
}
.fa-arrow-down-right::before {
  content: "\e093";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-person-from-portal::before {
  content: "\e023";
}
.fa-portal-exit::before {
  content: "\e023";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}
.fa-cowbell-more::before {
  content: "\f8b4";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-distribute-spacing-vertical::before {
  content: "\e366";
}
.fa-signal-bars-fair::before {
  content: "\f692";
}
.fa-signal-alt-2::before {
  content: "\f692";
}
.fa-sportsball::before {
  content: "\e44b";
}
.fa-game-console-handheld-crank::before {
  content: "\e5b9";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-face-smile-upside-down::before {
  content: "\e395";
}
.fa-ball-pile::before {
  content: "\f77e";
}
.fa-badge-dollar::before {
  content: "\f645";
}
.fa-money-bills-simple::before {
  content: "\e1f4";
}
.fa-money-bills-alt::before {
  content: "\e1f4";
}
.fa-list-timeline::before {
  content: "\e1d1";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-keyboard-down::before {
  content: "\e1c2";
}
.fa-circle-up-right::before {
  content: "\e129";
}
.fa-cloud-bolt-moon::before {
  content: "\f76d";
}
.fa-thunderstorm-moon::before {
  content: "\f76d";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-bracket-round-right::before {
  content: "\29";
}
.fa-circle-sterling::before {
  content: "\e5cf";
}
.fa-circle-5::before {
  content: "\e0f2";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-fire-flame::before {
  content: "\f6df";
}
.fa-flame::before {
  content: "\f6df";
}
.fa-right-to-line::before {
  content: "\f34c";
}
.fa-arrow-alt-to-right::before {
  content: "\f34c";
}
.fa-gif::before {
  content: "\e190";
}
.fa-chess::before {
  content: "\f439";
}
.fa-trash-slash::before {
  content: "\e2b3";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-font-case::before {
  content: "\f866";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-arrow-down-left::before {
  content: "\e091";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-flask-round-poison::before {
  content: "\f6e0";
}
.fa-flask-poison::before {
  content: "\f6e0";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}
.fa-chart-user::before {
  content: "\f6a3";
}
.fa-user-chart::before {
  content: "\f6a3";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-presentation-screen::before {
  content: "\f685";
}
.fa-presentation::before {
  content: "\f685";
}
.fa-circle-bolt::before {
  content: "\e0fe";
}
.fa-face-smile-halo::before {
  content: "\e38f";
}
.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}
.fa-house-person-return::before {
  content: "\e011";
}
.fa-house-person-arrive::before {
  content: "\e011";
}
.fa-house-return::before {
  content: "\e011";
}
.fa-message-xmark::before {
  content: "\f4ab";
}
.fa-comment-alt-times::before {
  content: "\f4ab";
}
.fa-message-times::before {
  content: "\f4ab";
}
.fa-file-certificate::before {
  content: "\f5f3";
}
.fa-file-award::before {
  content: "\f5f3";
}
.fa-user-doctor-hair-long::before {
  content: "\e459";
}
.fa-camera-security::before {
  content: "\f8fe";
}
.fa-camera-home::before {
  content: "\f8fe";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-book-heart::before {
  content: "\f499";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-duck::before {
  content: "\f6d8";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-flag-swallowtail::before {
  content: "\f74c";
}
.fa-flag-alt::before {
  content: "\f74c";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-car-garage::before {
  content: "\f5e2";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-book-font::before {
  content: "\e0bf";
}
.fa-shield-plus::before {
  content: "\e24a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-eye-dropper-full::before {
  content: "\e172";
}
.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}
.fa-tablet-rugged::before {
  content: "\f48f";
}
.fa-temperature-snow::before {
  content: "\f768";
}
.fa-temperature-frigid::before {
  content: "\f768";
}
.fa-moped::before {
  content: "\e3b9";
}
.fa-face-smile-plus::before {
  content: "\f5b9";
}
.fa-smile-plus::before {
  content: "\f5b9";
}
.fa-radio-tuner::before {
  content: "\f8d8";
}
.fa-radio-alt::before {
  content: "\f8d8";
}
.fa-face-swear::before {
  content: "\e399";
}
.fa-water-arrow-down::before {
  content: "\f774";
}
.fa-water-lower::before {
  content: "\f774";
}
.fa-scanner-touchscreen::before {
  content: "\f48a";
}
.fa-circle-7::before {
  content: "\e0f4";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-person-ski-jumping::before {
  content: "\f7c7";
}
.fa-ski-jump::before {
  content: "\f7c7";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-water-arrow-up::before {
  content: "\f775";
}
.fa-water-rise::before {
  content: "\f775";
}
.fa-waveform-lines::before {
  content: "\f8f2";
}
.fa-waveform-path::before {
  content: "\f8f2";
}
.fa-split::before {
  content: "\e254";
}
.fa-film-canister::before {
  content: "\f8b7";
}
.fa-film-cannister::before {
  content: "\f8b7";
}
.fa-folder-xmark::before {
  content: "\f65f";
}
.fa-folder-times::before {
  content: "\f65f";
}
.fa-toilet-paper-blank::before {
  content: "\f71f";
}
.fa-toilet-paper-alt::before {
  content: "\f71f";
}
.fa-tablet-screen::before {
  content: "\f3fc";
}
.fa-tablet-android-alt::before {
  content: "\f3fc";
}
.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}
.fa-folder-music::before {
  content: "\e18d";
}
.fa-display-medical::before {
  content: "\e166";
}
.fa-desktop-medical::before {
  content: "\e166";
}
.fa-share-all::before {
  content: "\f367";
}
.fa-peapod::before {
  content: "\e31c";
}
.fa-chess-clock::before {
  content: "\f43d";
}
.fa-axe::before {
  content: "\f6b2";
}
.fa-square-d::before {
  content: "\e268";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-mobile-signal-out::before {
  content: "\e1f0";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "\55";
}
.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-light-switch-on::before {
  content: "\e019";
}
.fa-arrow-down-arrow-up::before {
  content: "\f883";
}
.fa-sort-alt::before {
  content: "\f883";
}
.fa-raindrops::before {
  content: "\f75c";
}
.fa-dash::before {
  content: "\e404";
}
.fa-minus-large::before {
  content: "\e404";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-input-numeric::before {
  content: "\e1bd";
}
.fa-truck-tow::before {
  content: "\e2b8";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-car-bolt::before {
  content: "\e341";
}
.fa-arrows-maximize::before {
  content: "\f31d";
}
.fa-expand-arrows::before {
  content: "\f31d";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-cloud-sleet::before {
  content: "\f741";
}
.fa-lamp-street::before {
  content: "\e1c5";
}
.fa-list-radio::before {
  content: "\e1d0";
}
.fa-pen-nib-slash::before {
  content: "\e4a1";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-square-up-left::before {
  content: "\e282";
}
.fa-overline::before {
  content: "\f876";
}
.fa-s::before {
  content: "\53";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}
.fa-usb-drive::before {
  content: "\f8e9";
}
.fa-ballot::before {
  content: "\f732";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-location-dot-slash::before {
  content: "\f605";
}
.fa-map-marker-alt-slash::before {
  content: "\f605";
}
.fa-cards::before {
  content: "\e3ed";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-boxing-glove::before {
  content: "\f438";
}
.fa-glove-boxing::before {
  content: "\f438";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-bell-school::before {
  content: "\f5d5";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-folder-heart::before {
  content: "\e189";
}
.fa-circle-location-arrow::before {
  content: "\f602";
}
.fa-location-circle::before {
  content: "\f602";
}
.fa-face-head-bandage::before {
  content: "\e37a";
}
.fa-sushi-roll::before {
  content: "\e48b";
}
.fa-maki-roll::before {
  content: "\e48b";
}
.fa-makizushi::before {
  content: "\e48b";
}
.fa-car-bump::before {
  content: "\f5e0";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-racquet::before {
  content: "\f45a";
}
.fa-car-mirrors::before {
  content: "\e343";
}
.fa-industry-windows::before {
  content: "\f3b3";
}
.fa-industry-alt::before {
  content: "\f3b3";
}
.fa-bolt-auto::before {
  content: "\e0b6";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-flux-capacitor::before {
  content: "\f8ba";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-honey-pot::before {
  content: "\e418";
}
.fa-olive::before {
  content: "\e316";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-filter-list::before {
  content: "\e17c";
}
.fa-outlet::before {
  content: "\e01c";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-cauldron::before {
  content: "\f6bf";
}
.fa-people::before {
  content: "\e216";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-croissant::before {
  content: "\f7f6";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-swords-laser::before {
  content: "\e03d";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-square-u::before {
  content: "\e281";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-router::before {
  content: "\f8da";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-sword-laser-alt::before {
  content: "\e03c";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-coin::before {
  content: "\f85c";
}
.fa-laptop-slash::before {
  content: "\e1c7";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-circle-b::before {
  content: "\e0fd";
}
.fa-person-dress-simple::before {
  content: "\e21c";
}
.fa-pipe-collar::before {
  content: "\e437";
}
.fa-lights-holiday::before {
  content: "\f7b2";
}
.fa-citrus::before {
  content: "\e2f4";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-chart-tree-map::before {
  content: "\e0ea";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-clock-five-thirty::before {
  content: "\e34a";
}
.fa-pipe-valve::before {
  content: "\e439";
}
.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}
.fa-face-spiral-eyes::before {
  content: "\e485";
}
.fa-compress-wide::before {
  content: "\f326";
}
.fa-circle-phone-hangup::before {
  content: "\e11d";
}
.fa-phone-circle-down::before {
  content: "\e11d";
}
.fa-gear-complex-code::before {
  content: "\e5eb";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-badminton::before {
  content: "\e33a";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-right-from-line::before {
  content: "\f347";
}
.fa-arrow-alt-from-left::before {
  content: "\f347";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-shuttlecock::before {
  content: "\f45b";
}
.fa-user-hair::before {
  content: "\e45a";
}
.fa-eye-evil::before {
  content: "\f6db";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "\4e";
}
.fa-swap::before {
  content: "\e609";
}
.fa-garage::before {
  content: "\e009";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-shovel-snow::before {
  content: "\f7c3";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-face-lying::before {
  content: "\e37e";
}
.fa-sprinkler::before {
  content: "\e035";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-person-sledding::before {
  content: "\f7cb";
}
.fa-sledding::before {
  content: "\f7cb";
}
.fa-game-console-handheld::before {
  content: "\f8bb";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-clock-six-thirty::before {
  content: "\e353";
}
.fa-battery-slash::before {
  content: "\f377";
}
.fa-tugrik-sign::before {
  content: "\e2ba";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-angles-up-down::before {
  content: "\e60d";
}
.fa-shelves::before {
  content: "\f480";
}
.fa-inventory::before {
  content: "\f480";
}
.fa-cloud-snow::before {
  content: "\f742";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-oven::before {
  content: "\e01d";
}
.fa-cloud-binary::before {
  content: "\e601";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-comment-captions::before {
  content: "\e146";
}
.fa-comments-question::before {
  content: "\e14e";
}
.fa-scribble::before {
  content: "\e23f";
}
.fa-rotate-exclamation::before {
  content: "\e23c";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-glass::before {
  content: "\f804";
}
.fa-loader::before {
  content: "\e1d4";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-user-pilot::before {
  content: "\e2c0";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-code-pull-request-closed::before {
  content: "\e3f9";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-face-dotted::before {
  content: "\e47f";
}
.fa-face-worried::before {
  content: "\e3a3";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-vector-circle::before {
  content: "\e2c6";
}
.fa-car-circle-bolt::before {
  content: "\e342";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-flying-disc::before {
  content: "\e3a9";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-square-down-right::before {
  content: "\e26c";
}
.fa-b::before {
  content: "\42";
}
.fa-seat-airline::before {
  content: "\e244";
}
.fa-moon-over-sun::before {
  content: "\f74a";
}
.fa-eclipse-alt::before {
  content: "\f74a";
}
.fa-pipe::before {
  content: "\7c";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-potato::before {
  content: "\e440";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-circle-a::before {
  content: "\e0f7";
}
.fa-helmet-battle::before {
  content: "\f6eb";
}
.fa-butter::before {
  content: "\e3e4";
}
.fa-blanket-fire::before {
  content: "\e3da";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-castle::before {
  content: "\e0de";
}
.fa-golf-club::before {
  content: "\f451";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-chart-pie-simple-circle-dollar::before {
  content: "\e605";
}
.fa-balloons::before {
  content: "\e2e4";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-timeline-arrow::before {
  content: "\e29d";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-game-board-simple::before {
  content: "\f868";
}
.fa-game-board-alt::before {
  content: "\f868";
}
.fa-circle-video::before {
  content: "\e12b";
}
.fa-video-circle::before {
  content: "\e12b";
}
.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}
.fa-house-turret::before {
  content: "\e1b4";
}
.fa-banana::before {
  content: "\e2e5";
}
.fa-hand-holding-skull::before {
  content: "\e1a4";
}
.fa-people-dress::before {
  content: "\e217";
}
.fa-loveseat::before {
  content: "\f4cc";
}
.fa-couch-small::before {
  content: "\f4cc";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-block-quote::before {
  content: "\e0b5";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-money-check-dollar-pen::before {
  content: "\f873";
}
.fa-money-check-edit-alt::before {
  content: "\f873";
}
.fa-up-from-line::before {
  content: "\f346";
}
.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-grid-round-2-plus::before {
  content: "\e5dc";
}
.fa-people-pants::before {
  content: "\e219";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-windsock::before {
  content: "\f777";
}
.fa-circle-half::before {
  content: "\e110";
}
.fa-brake-warning::before {
  content: "\e0c7";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-saxophone-fire::before {
  content: "\f8db";
}
.fa-sax-hot::before {
  content: "\f8db";
}
.fa-camera-web-slash::before {
  content: "\f833";
}
.fa-webcam-slash::before {
  content: "\f833";
}
.fa-folder-medical::before {
  content: "\e18c";
}
.fa-folder-gear::before {
  content: "\e187";
}
.fa-folder-cog::before {
  content: "\e187";
}
.fa-hand-wave::before {
  content: "\e1a7";
}
.fa-arrow-up-arrow-down::before {
  content: "\e099";
}
.fa-sort-up-down::before {
  content: "\e099";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-message-slash::before {
  content: "\f4a9";
}
.fa-comment-alt-slash::before {
  content: "\f4a9";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-trash-can-check::before {
  content: "\e2a9";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-person-simple::before {
  content: "\e220";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-gear-code::before {
  content: "\e5e8";
}
.fa-notes::before {
  content: "\e202";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-trash-undo::before {
  content: "\f895";
}
.fa-trash-arrow-turn-left::before {
  content: "\f895";
}
.fa-champagne-glass::before {
  content: "\f79e";
}
.fa-glass-champagne::before {
  content: "\f79e";
}
.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}
.fa-sun::before {
  content: "\f185";
}
.fa-trash-can-slash::before {
  content: "\e2ad";
}
.fa-trash-alt-slash::before {
  content: "\e2ad";
}
.fa-screen-users::before {
  content: "\f63d";
}
.fa-users-class::before {
  content: "\f63d";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-square-arrow-left::before {
  content: "\f33a";
}
.fa-arrow-square-left::before {
  content: "\f33a";
}
.fa-square-8::before {
  content: "\e25d";
}
.fa-face-smile-hearts::before {
  content: "\e390";
}
.fa-brackets-square::before {
  content: "\f7e9";
}
.fa-brackets::before {
  content: "\f7e9";
}
.fa-laptop-arrow-down::before {
  content: "\e1c6";
}
.fa-hockey-stick-puck::before {
  content: "\e3ae";
}
.fa-house-tree::before {
  content: "\e1b3";
}
.fa-signal-fair::before {
  content: "\f68d";
}
.fa-signal-2::before {
  content: "\f68d";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-circle-dollar::before {
  content: "\f2e8";
}
.fa-dollar-circle::before {
  content: "\f2e8";
}
.fa-usd-circle::before {
  content: "\f2e8";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-arrows-repeat::before {
  content: "\f364";
}
.fa-repeat-alt::before {
  content: "\f364";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-image-polaroid::before {
  content: "\f8c4";
}
.fa-wave-triangle::before {
  content: "\f89a";
}
.fa-person-running-fast::before {
  content: "\e5ff";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-grill::before {
  content: "\e5a3";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-chart-mixed::before {
  content: "\f643";
}
.fa-analytics::before {
  content: "\f643";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "\3c";
}
.fa-display-code::before {
  content: "\e165";
}
.fa-desktop-code::before {
  content: "\e165";
}
.fa-face-drooling::before {
  content: "\e372";
}
.fa-oil-temperature::before {
  content: "\f614";
}
.fa-oil-temp::before {
  content: "\f614";
}
.fa-square-question::before {
  content: "\f2fd";
}
.fa-question-square::before {
  content: "\f2fd";
}
.fa-air-conditioner::before {
  content: "\f8f4";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-mountains::before {
  content: "\f6fd";
}
.fa-omega::before {
  content: "\f67a";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-person-dolly-empty::before {
  content: "\f4d1";
}
.fa-pan-food::before {
  content: "\e42b";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-tickets-airline::before {
  content: "\e29b";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-nfc-slash::before {
  content: "\e1fc";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-grid-2-plus::before {
  content: "\e197";
}
.fa-bells::before {
  content: "\f77f";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-envelope-dot::before {
  content: "\e16f";
}
.fa-envelope-badge::before {
  content: "\e16f";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-bowl-chopsticks::before {
  content: "\e2e9";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-circle-s::before {
  content: "\e121";
}
.fa-box-ballot::before {
  content: "\f735";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-user-tie-hair::before {
  content: "\e45f";
}
.fa-podium-star::before {
  content: "\f758";
}
.fa-user-hair-mullet::before {
  content: "\e45c";
}
.fa-business-front::before {
  content: "\e45c";
}
.fa-party-back::before {
  content: "\e45c";
}
.fa-trian-balbot::before {
  content: "\e45c";
}
.fa-microphone-stand::before {
  content: "\f8cb";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-family-dress::before {
  content: "\e301";
}
.fa-circle-x::before {
  content: "\e12e";
}
.fa-cabin::before {
  content: "\e46d";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-chart-simple-horizontal::before {
  content: "\e474";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-hand-back-point-left::before {
  content: "\e19f";
}
.fa-message-dots::before {
  content: "\f4a3";
}
.fa-comment-alt-dots::before {
  content: "\f4a3";
}
.fa-messaging::before {
  content: "\f4a3";
}
.fa-file-heart::before {
  content: "\e176";
}
.fa-beer-mug::before {
  content: "\e0b3";
}
.fa-beer-foam::before {
  content: "\e0b3";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-drone::before {
  content: "\f85f";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-person-fairy::before {
  content: "\e608";
}
.fa-bed::before {
  content: "\f236";
}
.fa-book-copy::before {
  content: "\e0be";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-square-c::before {
  content: "\e266";
}
.fa-clock-two::before {
  content: "\e35a";
}
.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}
.fa-calendar-users::before {
  content: "\e5e2";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-bee::before {
  content: "\e0b2";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-candy-bar::before {
  content: "\e3e8";
}
.fa-chocolate-bar::before {
  content: "\e3e8";
}
.fa-xmark-large::before {
  content: "\e59b";
}
.fa-pinata::before {
  content: "\e3c3";
}
.fa-arrows-from-line::before {
  content: "\e0a4";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-bowl-spoon::before {
  content: "\e3e0";
}
.fa-hexagon-check::before {
  content: "\e416";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-traffic-light-stop::before {
  content: "\f63a";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-accent-grave::before {
  content: "\60";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-circle-0::before {
  content: "\e0ed";
}
.fa-dial-med-low::before {
  content: "\e160";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-crab::before {
  content: "\e3ff";
}
.fa-box-open-full::before {
  content: "\f49c";
}
.fa-box-full::before {
  content: "\f49c";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: "\3e";
}
.fa-quotes::before {
  content: "\e234";
}
.fa-pretzel::before {
  content: "\e441";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-user-robot-xmarks::before {
  content: "\e4a7";
}
.fa-message-quote::before {
  content: "\e1e4";
}
.fa-comment-alt-quote::before {
  content: "\e1e4";
}
.fa-candy-corn::before {
  content: "\f6bd";
}
.fa-folder-magnifying-glass::before {
  content: "\e18b";
}
.fa-folder-search::before {
  content: "\e18b";
}
.fa-notebook::before {
  content: "\e201";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-bullseye-pointer::before {
  content: "\f649";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-hexagon-image::before {
  content: "\e504";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-crate-apple::before {
  content: "\f6b1";
}
.fa-apple-crate::before {
  content: "\f6b1";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-game-board::before {
  content: "\f867";
}
.fa-hat-chef::before {
  content: "\f86b";
}
.fa-hand-back-point-right::before {
  content: "\e1a1";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-snowflake-droplets::before {
  content: "\e5c1";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-grid-4::before {
  content: "\e198";
}
.fa-socks::before {
  content: "\f696";
}
.fa-face-sunglasses::before {
  content: "\e398";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-square-0::before {
  content: "\e255";
}
.fa-section::before {
  content: "\e447";
}
.fa-square-this-way-up::before {
  content: "\f49f";
}
.fa-box-up::before {
  content: "\f49f";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-square-ampersand::before {
  content: "\e260";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-lamp-desk::before {
  content: "\e014";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-poll-people::before {
  content: "\f759";
}
.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}
.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-user-bounty-hunter::before {
  content: "\e2bf";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-diagram-sankey::before {
  content: "\e158";
}
.fa-cloud-hail-mixed::before {
  content: "\f73a";
}
.fa-circle-up-left::before {
  content: "\e128";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-objects-align-left::before {
  content: "\e3be";
}
.fa-oil-can-drip::before {
  content: "\e205";
}
.fa-face-smiling-hands::before {
  content: "\e396";
}
.fa-broccoli::before {
  content: "\e3e2";
}
.fa-route-interstate::before {
  content: "\f61b";
}
.fa-ear-muffs::before {
  content: "\f795";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-transporter-empty::before {
  content: "\e046";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-angle-90::before {
  content: "\e08d";
}
.fa-rectangle-terminal::before {
  content: "\e236";
}
.fa-kite::before {
  content: "\f6f4";
}
.fa-drum::before {
  content: "\f569";
}
.fa-scrubber::before {
  content: "\f2f8";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fish-bones::before {
  content: "\e304";
}
.fa-deer-rudolph::before {
  content: "\f78f";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-head-side-heart::before {
  content: "\e1aa";
}
.fa-square-e::before {
  content: "\e26d";
}
.fa-meter-fire::before {
  content: "\e1eb";
}
.fa-cloud-hail::before {
  content: "\f739";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-money-from-bracket::before {
  content: "\e312";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-car-bus::before {
  content: "\f85a";
}
.fa-speaker::before {
  content: "\f8df";
}
.fa-timer::before {
  content: "\e29e";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-grill-hot::before {
  content: "\e5a5";
}
.fa-ballot-check::before {
  content: "\f733";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-file-minus::before {
  content: "\f318";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-cup-togo::before {
  content: "\f6c5";
}
.fa-coffee-togo::before {
  content: "\f6c5";
}
.fa-square-down-left::before {
  content: "\e26b";
}
.fa-burger-lettuce::before {
  content: "\e3e3";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-chevrons-down::before {
  content: "\f322";
}
.fa-chevron-double-down::before {
  content: "\f322";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-signal-good::before {
  content: "\f68e";
}
.fa-signal-3::before {
  content: "\f68e";
}
.fa-location-question::before {
  content: "\f60b";
}
.fa-map-marker-question::before {
  content: "\f60b";
}
.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}
.fa-floppy-disk-times::before {
  content: "\e181";
}
.fa-save-circle-xmark::before {
  content: "\e181";
}
.fa-save-times::before {
  content: "\e181";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-peach::before {
  content: "\e20b";
}
.fa-taxi-bus::before {
  content: "\e298";
}
.fa-bracket-curly::before {
  content: "\7b";
}
.fa-bracket-curly-left::before {
  content: "\7b";
}
.fa-lobster::before {
  content: "\e421";
}
.fa-cart-flatbed-empty::before {
  content: "\f476";
}
.fa-dolly-flatbed-empty::before {
  content: "\f476";
}
.fa-colon::before {
  content: "\3a";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-wand::before {
  content: "\f72a";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-table-picnic::before {
  content: "\e32d";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-circle-microphone-lines::before {
  content: "\e117";
}
.fa-microphone-circle-alt::before {
  content: "\e117";
}
.fa-display-slash::before {
  content: "\e2fa";
}
.fa-desktop-slash::before {
  content: "\e2fa";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-transporter-2::before {
  content: "\e044";
}
.fa-hands-holding-diamond::before {
  content: "\f47c";
}
.fa-hand-receiving::before {
  content: "\f47c";
}
.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-bell-plus::before {
  content: "\f849";
}
.fa-book-arrow-right::before {
  content: "\e0b9";
}
.fa-hospitals::before {
  content: "\f80e";
}
.fa-club::before {
  content: "\f327";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-droplet-degree::before {
  content: "\f748";
}
.fa-dewpoint::before {
  content: "\f748";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-hand-holding-magic::before {
  content: "\f6e5";
}
.fa-watermelon-slice::before {
  content: "\e337";
}
.fa-circle-ellipsis::before {
  content: "\e10a";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-sd-cards::before {
  content: "\e240";
}
.fa-jug-bottle::before {
  content: "\e5fb";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-envelopes::before {
  content: "\e170";
}
.fa-phone-office::before {
  content: "\f67d";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-nfc-pen::before {
  content: "\e1fa";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-hat-winter::before {
  content: "\f7a8";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-bone-break::before {
  content: "\f5d8";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-down-from-dotted-line::before {
  content: "\e407";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-border-left::before {
  content: "\f84f";
}
.fa-circle-divide::before {
  content: "\e106";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-diagram-subtask::before {
  content: "\e479";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-square-y::before {
  content: "\e287";
}
.fa-user-doctor-hair::before {
  content: "\e458";
}
.fa-planet-ringed::before {
  content: "\e020";
}
.fa-mushroom::before {
  content: "\e425";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-megaphone::before {
  content: "\f675";
}
.fa-wreath-laurel::before {
  content: "\e5d2";
}
.fa-circle-exclamation-check::before {
  content: "\e10d";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-box-dollar::before {
  content: "\f4a0";
}
.fa-box-usd::before {
  content: "\f4a0";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "\59";
}
.fa-user-headset::before {
  content: "\f82d";
}
.fa-arrows-retweet::before {
  content: "\f361";
}
.fa-retweet-alt::before {
  content: "\f361";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-square-chevron-right::before {
  content: "\f32b";
}
.fa-chevron-square-right::before {
  content: "\f32b";
}
.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-user-magnifying-glass::before {
  content: "\e5c5";
}
.fa-star-sharp::before {
  content: "\e28b";
}
.fa-comment-heart::before {
  content: "\e5c8";
}
.fa-circle-1::before {
  content: "\e0ee";
}
.fa-circle-star::before {
  content: "\e123";
}
.fa-star-circle::before {
  content: "\e123";
}
.fa-fish::before {
  content: "\f578";
}
.fa-cloud-fog::before {
  content: "\f74e";
}
.fa-fog::before {
  content: "\f74e";
}
.fa-waffle::before {
  content: "\e466";
}
.fa-music-note::before {
  content: "\f8cf";
}
.fa-music-alt::before {
  content: "\f8cf";
}
.fa-hexagon-exclamation::before {
  content: "\e417";
}
.fa-cart-shopping-fast::before {
  content: "\e0dc";
}
.fa-object-union::before {
  content: "\e49f";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-starfighter::before {
  content: "\e037";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}
.fa-square-arrow-down::before {
  content: "\f339";
}
.fa-arrow-square-down::before {
  content: "\f339";
}
.fa-diamond-half-stroke::before {
  content: "\e5b8";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-square-chevron-left::before {
  content: "\f32a";
}
.fa-chevron-square-left::before {
  content: "\f32a";
}
.fa-phone-intercom::before {
  content: "\e434";
}
.fa-link-horizontal::before {
  content: "\e1cb";
}
.fa-chain-horizontal::before {
  content: "\e1cb";
}
.fa-mango::before {
  content: "\e30f";
}
.fa-music-note-slash::before {
  content: "\f8d0";
}
.fa-music-alt-slash::before {
  content: "\f8d0";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-face-tongue-sweat::before {
  content: "\e39e";
}
.fa-globe-stand::before {
  content: "\f5f6";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-circle-p::before {
  content: "\e11a";
}
.fa-award-simple::before {
  content: "\e0ab";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-pedestal::before {
  content: "\e20d";
}
.fa-chart-pyramid::before {
  content: "\e0e6";
}
.fa-sidebar::before {
  content: "\e24e";
}
.fa-snowman-head::before {
  content: "\f79b";
}
.fa-frosty-head::before {
  content: "\f79b";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-burger-glass::before {
  content: "\e0ce";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-bars-filter::before {
  content: "\e0ad";
}
.fa-paintbrush-pencil::before {
  content: "\e206";
}
.fa-party-bell::before {
  content: "\e31a";
}
.fa-user-vneck-hair::before {
  content: "\e462";
}
.fa-jack-o-lantern::before {
  content: "\f30e";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-keynote::before {
  content: "\f66c";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-hat-beach::before {
  content: "\e606";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-fort::before {
  content: "\e486";
}
.fa-cloud-check::before {
  content: "\e35c";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-face-smirking::before {
  content: "\e397";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-rhombus::before {
  content: "\e23b";
}
.fa-claw-marks::before {
  content: "\f6c2";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-face-smile-tongue::before {
  content: "\e394";
}
.fa-cart-circle-xmark::before {
  content: "\e3f4";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-circle-phone-flip::before {
  content: "\e11c";
}
.fa-phone-circle-alt::before {
  content: "\e11c";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-key-skeleton::before {
  content: "\f6f3";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-arrow-down-to-bracket::before {
  content: "\e094";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-square-q::before {
  content: "\e27b";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-symbols::before {
  content: "\f86e";
}
.fa-icons-alt::before {
  content: "\f86e";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-flask-gear::before {
  content: "\e5f1";
}
.fa-highlighter-line::before {
  content: "\e1af";
}
.fa-bracket-square::before {
  content: "\5b";
}
.fa-bracket::before {
  content: "\5b";
}
.fa-bracket-left::before {
  content: "\5b";
}
.fa-island-tropical::before {
  content: "\f811";
}
.fa-island-tree-palm::before {
  content: "\f811";
}
.fa-arrow-right-from-line::before {
  content: "\f343";
}
.fa-arrow-from-left::before {
  content: "\f343";
}
.fa-h2::before {
  content: "\f314";
}
.fa-equals::before {
  content: "\3d";
}
.fa-cake-slice::before {
  content: "\e3e5";
}
.fa-shortcake::before {
  content: "\e3e5";
}
.fa-peanut::before {
  content: "\e430";
}
.fa-wrench-simple::before {
  content: "\e2d1";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-tally-2::before {
  content: "\e295";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-cars::before {
  content: "\f85b";
}
.fa-axe-battle::before {
  content: "\f6b3";
}
.fa-user-hair-long::before {
  content: "\e45b";
}
.fa-map::before {
  content: "\f279";
}
.fa-arrow-left-from-arc::before {
  content: "\e615";
}
.fa-file-circle-info::before {
  content: "\e493";
}
.fa-face-disappointed::before {
  content: "\e36f";
}
.fa-lasso-sparkles::before {
  content: "\e1c9";
}
.fa-clock-eleven::before {
  content: "\e347";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-siren-on::before {
  content: "\e02e";
}
.fa-clock-ten::before {
  content: "\e354";
}
.fa-candle-holder::before {
  content: "\f6bc";
}
.fa-video-arrow-down-left::before {
  content: "\e2c8";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}
.fa-save-circle-arrow-right::before {
  content: "\e180";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-planet-moon::before {
  content: "\e01f";
}
.fa-face-eyes-xmarks::before {
  content: "\e374";
}
.fa-chart-scatter::before {
  content: "\f7ee";
}
.fa-display-arrow-down::before {
  content: "\e164";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-olive-branch::before {
  content: "\e317";
}
.fa-angle::before {
  content: "\e08c";
}
.fa-vacuum-robot::before {
  content: "\e04e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-square-divide::before {
  content: "\e26a";
}
.fa-signal-stream-slash::before {
  content: "\e250";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-eye-dropper-half::before {
  content: "\e173";
}
.fa-store-lock::before {
  content: "\e4a6";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-cloud-bolt-sun::before {
  content: "\f76e";
}
.fa-thunderstorm-sun::before {
  content: "\f76e";
}
.fa-camera-slash::before {
  content: "\e0d9";
}
.fa-comment-quote::before {
  content: "\e14c";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-message-code::before {
  content: "\e1df";
}
.fa-glass-half::before {
  content: "\e192";
}
.fa-glass-half-empty::before {
  content: "\e192";
}
.fa-glass-half-full::before {
  content: "\e192";
}
.fa-fill::before {
  content: "\f575";
}
.fa-message-minus::before {
  content: "\f4a7";
}
.fa-comment-alt-minus::before {
  content: "\f4a7";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-dinosaur::before {
  content: "\e5fe";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-link-horizontal-slash::before {
  content: "\e1cc";
}
.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-nose::before {
  content: "\e5bd";
}
.fa-arrow-left-to-arc::before {
  content: "\e616";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-clouds::before {
  content: "\f744";
}
.fa-money-bill-simple::before {
  content: "\e1f1";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-table-pivot::before {
  content: "\e291";
}
.fa-filter-slash::before {
  content: "\e17d";
}
.fa-trash-can-undo::before {
  content: "\f896";
}
.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}
.fa-trash-undo-alt::before {
  content: "\f896";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-person-to-door::before {
  content: "\e433";
}
.fa-turntable::before {
  content: "\f8e4";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-signal-weak::before {
  content: "\f68c";
}
.fa-signal-1::before {
  content: "\f68c";
}
.fa-clock-five::before {
  content: "\e349";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-computer-classic::before {
  content: "\f8b1";
}
.fa-frame::before {
  content: "\e495";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-ellipsis-stroke::before {
  content: "\f39b";
}
.fa-ellipsis-h-alt::before {
  content: "\f39b";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-face-expressionless::before {
  content: "\e373";
}
.fa-down-to-dotted-line::before {
  content: "\e408";
}
.fa-cloud-music::before {
  content: "\f8ae";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-cloud-minus::before {
  content: "\e35d";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-shield-minus::before {
  content: "\e249";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-car-tilt::before {
  content: "\f5e5";
}
.fa-gauge-circle-minus::before {
  content: "\e497";
}
.fa-brightness-low::before {
  content: "\e0ca";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "\25";
}
.fa-percentage::before {
  content: "\25";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-conveyor-belt::before {
  content: "\f46e";
}
.fa-location-check::before {
  content: "\f606";
}
.fa-map-marker-check::before {
  content: "\f606";
}
.fa-coin-vertical::before {
  content: "\e3fd";
}
.fa-display::before {
  content: "\e163";
}
.fa-person-sign::before {
  content: "\f757";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-phone-hangup::before {
  content: "\e225";
}
.fa-signature-slash::before {
  content: "\e3cb";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-wheat-slash::before {
  content: "\e339";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-clouds-sun::before {
  content: "\f746";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-face-vomit::before {
  content: "\e3a0";
}
.fa-speakers::before {
  content: "\f8e0";
}
.fa-tty-answer::before {
  content: "\e2b9";
}
.fa-teletype-answer::before {
  content: "\e2b9";
}
.fa-mug-tea-saucer::before {
  content: "\e1f5";
}
.fa-diagram-lean-canvas::before {
  content: "\e156";
}
.fa-alt::before {
  content: "\e08a";
}
.fa-dial::before {
  content: "\e15b";
}
.fa-dial-med-high::before {
  content: "\e15b";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-circle-trash::before {
  content: "\e126";
}
.fa-trash-circle::before {
  content: "\e126";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-circle-quarters::before {
  content: "\e3f8";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-tower-control::before {
  content: "\e2a2";
}
.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}
.fa-sort-shapes-up::before {
  content: "\f88a";
}
.fa-whale::before {
  content: "\f72c";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-party-horn::before {
  content: "\e31b";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-sun-bright::before {
  content: "\e28f";
}
.fa-sun-alt::before {
  content: "\e28f";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-conveyor-belt-arm::before {
  content: "\e5f8";
}
.fa-lock-keyhole-open::before {
  content: "\f3c2";
}
.fa-lock-open-alt::before {
  content: "\f3c2";
}
.fa-square-fragile::before {
  content: "\f49b";
}
.fa-box-fragile::before {
  content: "\f49b";
}
.fa-square-wine-glass-crack::before {
  content: "\f49b";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-square-n::before {
  content: "\e277";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-meter::before {
  content: "\e1e8";
}
.fa-mandolin::before {
  content: "\f6f9";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-up-from-bracket::before {
  content: "\e590";
}
.fa-knife-kitchen::before {
  content: "\f6f5";
}
.fa-border-right::before {
  content: "\f852";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-spade::before {
  content: "\f2f4";
}
.fa-card-spade::before {
  content: "\e3ec";
}
.fa-line-columns::before {
  content: "\f870";
}
.fa-arrow-right-to-line::before {
  content: "\f340";
}
.fa-arrow-to-right::before {
  content: "\f340";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-flag-pennant::before {
  content: "\f456";
}
.fa-pennant::before {
  content: "\f456";
}
.fa-conveyor-belt-empty::before {
  content: "\e150";
}
.fa-user-group-simple::before {
  content: "\e603";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-camcorder::before {
  content: "\f8a8";
}
.fa-video-handheld::before {
  content: "\f8a8";
}
.fa-pancakes::before {
  content: "\e42d";
}
.fa-album-circle-user::before {
  content: "\e48d";
}
.fa-subtitles-slash::before {
  content: "\e610";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-dice-d10::before {
  content: "\f6cd";
}
.fa-fireplace::before {
  content: "\f79a";
}
.fa-browser::before {
  content: "\f37e";
}
.fa-pen-paintbrush::before {
  content: "\f618";
}
.fa-pencil-paintbrush::before {
  content: "\f618";
}
.fa-fish-cooked::before {
  content: "\f7fe";
}
.fa-chair-office::before {
  content: "\f6c1";
}
.fa-nesting-dolls::before {
  content: "\e3ba";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-trumpet::before {
  content: "\f8e3";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-fire-smoke::before {
  content: "\f74b";
}
.fa-phone-missed::before {
  content: "\e226";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-arrows-repeat-1::before {
  content: "\f366";
}
.fa-repeat-1-alt::before {
  content: "\f366";
}
.fa-gun-slash::before {
  content: "\e19c";
}
.fa-avocado::before {
  content: "\e0aa";
}
.fa-binary::before {
  content: "\e33b";
}
.fa-glasses-round::before {
  content: "\f5f5";
}
.fa-glasses-alt::before {
  content: "\f5f5";
}
.fa-phone-plus::before {
  content: "\f4d2";
}
.fa-ditto::before {
  content: "\22";
}
.fa-person-seat::before {
  content: "\e21e";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-scythe::before {
  content: "\f710";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-ban-parking::before {
  content: "\f616";
}
.fa-parking-circle-slash::before {
  content: "\f616";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-face-diagonal-mouth::before {
  content: "\e47e";
}
.fa-diagram-cells::before {
  content: "\e475";
}
.fa-cricket-bat-ball::before {
  content: "\f449";
}
.fa-cricket::before {
  content: "\f449";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-pen-line::before {
  content: "\e212";
}
.fa-atom-simple::before {
  content: "\f5d3";
}
.fa-atom-alt::before {
  content: "\f5d3";
}
.fa-ampersand::before {
  content: "\26";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-arrow-up-from-line::before {
  content: "\f342";
}
.fa-arrow-from-bottom::before {
  content: "\f342";
}
.fa-moon::before {
  content: "\f186";
}
.fa-pen-slash::before {
  content: "\e213";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-square-star::before {
  content: "\e27f";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-send-backward::before {
  content: "\f87f";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-compass-slash::before {
  content: "\f5e9";
}
.fa-clock-one::before {
  content: "\e34e";
}
.fa-file-music::before {
  content: "\f8b6";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-display-chart-up-circle-currency::before {
  content: "\e5e5";
}
.fa-skeleton::before {
  content: "\f620";
}
.fa-circle-g::before {
  content: "\e10f";
}
.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}
.fa-coin-blank::before {
  content: "\e3fb";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-vacuum::before {
  content: "\e04d";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-card-heart::before {
  content: "\e3eb";
}
.fa-lightbulb-cfl-on::before {
  content: "\e5a7";
}
.fa-melon::before {
  content: "\e310";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-container-storage::before {
  content: "\f4b7";
}
.fa-face-pouting::before {
  content: "\e387";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-face-explode::before {
  content: "\e2fe";
}
.fa-exploding-head::before {
  content: "\e2fe";
}
.fa-hashtag::before {
  content: "\23";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "\54";
}
.fa-transformer-bolt::before {
  content: "\e2a4";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-cassette-vhs::before {
  content: "\f8ec";
}
.fa-vhs::before {
  content: "\f8ec";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-chimney::before {
  content: "\f78b";
}
.fa-object-intersect::before {
  content: "\e49d";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-block-brick::before {
  content: "\e3db";
}
.fa-wall-brick::before {
  content: "\e3db";
}
.fa-fan::before {
  content: "\f863";
}
.fa-bags-shopping::before {
  content: "\f847";
}
.fa-paragraph-left::before {
  content: "\f878";
}
.fa-paragraph-rtl::before {
  content: "\f878";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-caravan-simple::before {
  content: "\e000";
}
.fa-caravan-alt::before {
  content: "\e000";
}
.fa-turtle::before {
  content: "\f726";
}
.fa-pencil-mechanical::before {
  content: "\e5ca";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-booth-curtain::before {
  content: "\f734";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-box-heart::before {
  content: "\f49d";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-user-doctor-message::before {
  content: "\f82e";
}
.fa-user-md-chat::before {
  content: "\f82e";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-lighthouse::before {
  content: "\e612";
}
.fa-amp-guitar::before {
  content: "\f8a1";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-volume-slash::before {
  content: "\f2e2";
}
.fa-border-bottom::before {
  content: "\f84d";
}
.fa-wifi-weak::before {
  content: "\f6aa";
}
.fa-wifi-1::before {
  content: "\f6aa";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-delete-right::before {
  content: "\e154";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-circle-quarter::before {
  content: "\e11f";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-function::before {
  content: "\f661";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-people-simple::before {
  content: "\e21b";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-face-monocle::before {
  content: "\e380";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-calendar-lines::before {
  content: "\e0d5";
}
.fa-calendar-note::before {
  content: "\e0d5";
}
.fa-arrow-down-big-small::before {
  content: "\f88c";
}
.fa-sort-size-down::before {
  content: "\f88c";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-do-not-enter::before {
  content: "\f5ec";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-dice-d8::before {
  content: "\f6d2";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "\4d";
}
.fa-grip-dots-vertical::before {
  content: "\e411";
}
.fa-face-viewfinder::before {
  content: "\e2ff";
}
.fa-soft-serve::before {
  content: "\e400";
}
.fa-creemee::before {
  content: "\e400";
}
.fa-h5::before {
  content: "\e412";
}
.fa-hand-back-point-down::before {
  content: "\e19e";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-rectangle::before {
  content: "\f2fa";
}
.fa-rectangle-landscape::before {
  content: "\f2fa";
}
.fa-clipboard-list-check::before {
  content: "\f737";
}
.fa-turkey::before {
  content: "\f725";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-ice-skate::before {
  content: "\f7ac";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-tomato::before {
  content: "\e330";
}
.fa-sword-laser::before {
  content: "\e03b";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-buildings::before {
  content: "\e0cc";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-cart-flatbed-boxes::before {
  content: "\f475";
}
.fa-dolly-flatbed-alt::before {
  content: "\f475";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-square-w::before {
  content: "\e285";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-lamp::before {
  content: "\f4ca";
}
.fa-airplay::before {
  content: "\e089";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-shield-quartered::before {
  content: "\e575";
}
.fa-slash-forward::before {
  content: "\2f";
}
.fa-location-pen::before {
  content: "\f607";
}
.fa-map-marker-edit::before {
  content: "\f607";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-pot-food::before {
  content: "\e43f";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-print-slash::before {
  content: "\f686";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-tire-rugged::before {
  content: "\f634";
}
.fa-lightbulb-dollar::before {
  content: "\f670";
}
.fa-cowbell::before {
  content: "\f8b3";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-corner::before {
  content: "\e3fe";
}
.fa-chevrons-right::before {
  content: "\f324";
}
.fa-chevron-double-right::before {
  content: "\f324";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-inhaler::before {
  content: "\f5f9";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-snake::before {
  content: "\f716";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-note-medical::before {
  content: "\e200";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-down-left::before {
  content: "\e16a";
}
.fa-share::before {
  content: "\f064";
}
.fa-arrow-turn-right::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-face-thinking::before {
  content: "\e39b";
}
.fa-turn-down-right::before {
  content: "\e455";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-scanner-keyboard::before {
  content: "\f489";
}
.fa-circle-o::before {
  content: "\e119";
}
.fa-grid-horizontal::before {
  content: "\e307";
}
.fa-message-dollar::before {
  content: "\f650";
}
.fa-comment-alt-dollar::before {
  content: "\f650";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-columns-3::before {
  content: "\e361";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-hand-holding-box::before {
  content: "\f47b";
}
.fa-input-text::before {
  content: "\e1bf";
}
.fa-window-flip::before {
  content: "\f40f";
}
.fa-window-alt::before {
  content: "\f40f";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-scanner-gun::before {
  content: "\f488";
}
.fa-scanner::before {
  content: "\f488";
}
.fa-tire::before {
  content: "\f631";
}
.fa-engine::before {
  content: "\e16e";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-circle-caret-right::before {
  content: "\f330";
}
.fa-caret-circle-right::before {
  content: "\f330";
}
.fa-wheat::before {
  content: "\f72d";
}
.fa-file-spreadsheet::before {
  content: "\f65b";
}
.fa-audio-description-slash::before {
  content: "\e0a8";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-chess-pawn-piece::before {
  content: "\f444";
}
.fa-chess-pawn-alt::before {
  content: "\f444";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-square-s::before {
  content: "\e27d";
}
.fa-rectangle-barcode::before {
  content: "\f463";
}
.fa-barcode-alt::before {
  content: "\f463";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-unicorn::before {
  content: "\f727";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-pompebled::before {
  content: "\e43d";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-watch-smart::before {
  content: "\e2cc";
}
.fa-book-user::before {
  content: "\f7e7";
}
.fa-sensor-cloud::before {
  content: "\e02c";
}
.fa-sensor-smoke::before {
  content: "\e02c";
}
.fa-clapperboard-play::before {
  content: "\e132";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-circle-4::before {
  content: "\e0f1";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-album-collection::before {
  content: "\f8a0";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-cloud-showers::before {
  content: "\f73f";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-onion::before {
  content: "\e427";
}
.fa-clock-twelve-thirty::before {
  content: "\e359";
}
.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-rectangle-wide::before {
  content: "\f2fc";
}
.fa-comment-arrow-up::before {
  content: "\e144";
}
.fa-garlic::before {
  content: "\e40e";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-tree-decorated::before {
  content: "\f7dc";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-calendar-heart::before {
  content: "\e0d3";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-flower::before {
  content: "\f7ff";
}
.fa-arrow-down-from-arc::before {
  content: "\e614";
}
.fa-right-left-large::before {
  content: "\e5e1";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-circles-overlap::before {
  content: "\e600";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-starship-freighter::before {
  content: "\e03a";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-bridge-suspension::before {
  content: "\e4cd";
}
.fa-trash-check::before {
  content: "\e2af";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-boombox::before {
  content: "\f8a5";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-shield-exclamation::before {
  content: "\e247";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-grip-dots::before {
  content: "\e410";
}
.fa-comment-exclamation::before {
  content: "\f4af";
}
.fa-pen-swirl::before {
  content: "\e214";
}
.fa-falafel::before {
  content: "\e40a";
}
.fa-circle-2::before {
  content: "\e0ef";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-gramophone::before {
  content: "\f8bd";
}
.fa-dice-d12::before {
  content: "\f6ce";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-down::before {
  content: "\f354";
}
.fa-arrow-alt-down::before {
  content: "\f354";
}
.fa-hundred-points::before {
  content: "\e41c";
}
.fa-100::before {
  content: "\e41c";
}
.fa-paperclip-vertical::before {
  content: "\e3c2";
}
.fa-wind-warning::before {
  content: "\f776";
}
.fa-wind-circle-exclamation::before {
  content: "\f776";
}
.fa-location-pin-slash::before {
  content: "\f60c";
}
.fa-map-marker-slash::before {
  content: "\f60c";
}
.fa-face-sad-sweat::before {
  content: "\e38a";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-cupcake::before {
  content: "\e402";
}
.fa-light-switch-off::before {
  content: "\e018";
}
.fa-toggle-large-off::before {
  content: "\e5b0";
}
.fa-pen-fancy-slash::before {
  content: "\e210";
}
.fa-truck-container::before {
  content: "\f4dc";
}
.fa-boot::before {
  content: "\f782";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-file-check::before {
  content: "\f316";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-cards-blank::before {
  content: "\e4df";
}
.fa-circle-3::before {
  content: "\e0f0";
}
.fa-bench-tree::before {
  content: "\e2e7";
}
.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}
.fa-ski-boot-ski::before {
  content: "\e3cd";
}
.fa-brain-circuit::before {
  content: "\e0c6";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-block-brick-fire::before {
  content: "\e3dc";
}
.fa-firewall::before {
  content: "\e3dc";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "\21";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-face-smile-relaxed::before {
  content: "\e392";
}
.fa-comment-xmark::before {
  content: "\f4b5";
}
.fa-comment-times::before {
  content: "\f4b5";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-face-nose-steam::before {
  content: "\e382";
}
.fa-circle-waveform-lines::before {
  content: "\e12d";
}
.fa-waveform-circle::before {
  content: "\e12d";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-ferris-wheel::before {
  content: "\e174";
}
.fa-computer-speaker::before {
  content: "\f8b2";
}
.fa-skull-cow::before {
  content: "\f8de";
}
.fa-x::before {
  content: "\58";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-circle-t::before {
  content: "\e124";
}
.fa-sack::before {
  content: "\f81c";
}
.fa-grid-2::before {
  content: "\e196";
}
.fa-camera-cctv::before {
  content: "\f8ac";
}
.fa-cctv::before {
  content: "\f8ac";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-horizontal-rule::before {
  content: "\f86c";
}
.fa-bed-front::before {
  content: "\f8f7";
}
.fa-bed-alt::before {
  content: "\f8f7";
}
.fa-d::before {
  content: "\44";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-face-woozy::before {
  content: "\e3a2";
}
.fa-cloud-question::before {
  content: "\e492";
}
.fa-pineapple::before {
  content: "\e31f";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-gallery-thumbnails::before {
  content: "\e3aa";
}
.fa-circle-j::before {
  content: "\e112";
}
.fa-eyes::before {
  content: "\e367";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-page-caret-up::before {
  content: "\e42a";
}
.fa-file-caret-up::before {
  content: "\e42a";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-comet::before {
  content: "\e003";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-shield-keyhole::before {
  content: "\e248";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-square-sliders-vertical::before {
  content: "\f3f2";
}
.fa-sliders-v-square::before {
  content: "\f3f2";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-message-middle::before {
  content: "\e1e1";
}
.fa-comment-middle-alt::before {
  content: "\e1e1";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-square-z::before {
  content: "\e288";
}
.fa-message-text::before {
  content: "\e1e6";
}
.fa-comment-alt-text::before {
  content: "\e1e6";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fontawesome/webfonts/fa-regular-400.woff2') format('woff2'), url('fontawesome/webfonts/fa-regular-400.ttf') format('truetype');
}
.far,
.fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
}
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('fontawesome/webfonts/fa-light-300.woff2') format('woff2'), url('fontawesome/webfonts/fa-light-300.ttf') format('truetype');
}
.fal,
.fa-light {
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
}
@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fontawesome/webfonts/fa-duotone-900.woff2') format('woff2'), url('fontawesome/webfonts/fa-duotone-900.ttf') format('truetype');
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}
.fad:before,
.fa-duotone:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad:after,
.fa-duotone:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:before,
.fa-swap-opacity .fa-duotone:before,
.fad.fa-swap-opacity:before,
.fa-duotone.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after,
.fa-swap-opacity .fa-duotone:after,
.fad.fa-swap-opacity:after,
.fa-duotone.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fad.fa-stack-1x,
.fad.fa-stack-2x,
.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x {
  position: absolute;
}
/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fontawesome/webfonts/fa-brands-400.woff2') format('woff2'), url('fontawesome/webfonts/fa-brands-400.ttf') format('truetype');
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-square-js:before {
  content: "\f3b9";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-square-instagram:before {
  content: "\e055";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before {
  content: "\f2aa";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before {
  content: "\f081";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before {
  content: "\f431";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-shoelace:before {
  content: "\e60c";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before {
  content: "\f1b7";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before {
  content: "\f194";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-square-github:before {
  content: "\f092";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-gitlab-square:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before {
  content: "\f169";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-square-facebook:before {
  content: "\f082";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-square-git:before {
  content: "\f1d2";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-square-tumblr:before {
  content: "\f174";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before {
  content: "\f40c";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
/* #region global */
html {
  font-size: 100%;
}
html:focus-visible,
html :focus-visible {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
}
a:link {
  color: #009cc9;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #2a6496;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:visited {
  color: #009cc9;
  text-decoration: none;
  cursor: pointer;
}
a:focus-visible {
  outline: solid 2px #242730;
}
.btn {
  font-weight: 600;
}
.btn-default {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #ffffff;
  border-color: #cccccc;
  color: #242730 !important;
}
.btn-default:hover {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  color: #242730 !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-default:focus {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  color: #242730 !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-default:active,
.btn-default:hover:active {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  color: #242730 !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-default:focus-visible {
  outline: solid 2px #242730;
}
.btn-primary {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #009cc9;
  border-color: #0088b0;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0088b0;
  border-color: #007496;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-primary:active,
.btn-primary:hover:active {
  background-color: #0088b0;
  border-color: #007496;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-primary:focus-visible {
  outline: solid 2px #242730;
}
.btn-secondary {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #ffffff;
  border-color: #cccccc;
  color: #242730 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  color: #242730 !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-secondary:active,
.btn-secondary:hover:active {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  color: #242730 !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-secondary:focus-visible {
  outline: solid 2px #242730;
}
.btn-success {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #4cae4c;
  border-color: #449d44;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-success:active,
.btn-success:hover:active {
  background-color: #4cae4c;
  border-color: #449d44;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-success:focus-visible {
  outline: solid 2px #242730;
}
.btn-warning {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eea236;
  border-color: #eea236;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-warning:active,
.btn-warning:hover:active {
  background-color: #eea236;
  border-color: #eea236;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-warning:focus-visible {
  outline: solid 2px #242730;
}
.btn-alert {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #ffffff !important;
}
.btn-alert:hover,
.btn-alert:focus {
  background-color: #eea236;
  border-color: #eea236;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-alert:active,
.btn-alert:hover:active {
  background-color: #eea236;
  border-color: #eea236;
  color: #ffffff !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.btn-alert:focus-visible {
  outline: solid 2px #242730;
}
.page-full {
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  display: block;
}
.page-split {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-split {
    /*display: block;*/
    flex-direction: column;
  }
}
.page-split .col-left {
  width: 60%;
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-split .col-left {
    width: 100%;
    padding: 0;
    order: 1;
  }
}
.page-split .col-right {
  width: 40%;
  margin: 0;
  padding: 0 0 0 10px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .page-split .col-right {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.page-control {
  border: none;
  min-height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.page-wrapper {
  width: auto;
  margin: 0;
  padding: 0;
}
.page-header {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  padding: 0 0 5px;
  margin: 40px 0 10px;
  width: 100%;
  display: block;
  position: relative;
}
.page-header h1 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 2.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .page-header h1 {
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (max-width: 480px) {
  .page-header h1 {
    font-weight: 400;
    font-size: 1.75rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.page-header h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .page-header h2 {
    font-weight: 400;
    font-size: 1.5rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.page-header .link {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: right;
  position: absolute;
  white-space: nowrap;
  top: 25px;
  right: 0;
}
.page-header .link:link {
  color: #009cc9;
}
.page-header .link:hover {
  color: #2a6496;
}
.page-header .link:active {
  color: #2a6496;
}
.page-header .link:visited {
  color: #009cc9;
}
.page-item {
  min-height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #242730;
  display: block;
}
.page-item article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
}
.page-item article:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: none;
}
.page-actions {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0 20px;
  display: block;
  position: relative;
}
.page-grid {
  width: 100%;
}
.page-grid thead {
  width: 100%;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.page-grid thead tr:hover {
  background: unset;
}
.page-grid th {
  min-height: 38px;
  padding: 20px 10px 3px;
}
.page-grid td {
  font-size: 13px;
  padding: 4px 10px;
  height: 38px;
}
.page-grid td.view {
  padding: 4px 10px 0;
  float: right;
}
@media only screen and (max-width: 480px) {
  .page-grid td.view {
    padding: 2px 8px 0;
  }
}
.page-grid td.header {
  background: transparent;
  width: 33.33333333%;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
  height: 38px;
}
.page-grid td.data {
  width: 33.33333333%;
  height: 38px;
}
.page-grid td.check {
  width: 33.33333333%;
  padding: 7px 0 0 15px;
}
.page-grid td .btn-link {
  font-weight: 600;
}
.page-grid tr {
  background: transparent;
}
.page-grid tr:hover {
  background: rgba(247, 247, 247, 0.4);
}
.page-grid tr:nth-child(even) {
  background: #f7f7f7;
}
.page-grid tr:nth-child(even):hover {
  background: #f4f4f4;
}
.main {
  min-height: 80vh;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0 15px;
  display: block;
  position: relative;
}
.main:before,
.main:after {
  display: table;
  content: " ";
}
.main:after {
  clear: both;
}
.control {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.control-wrapper {
  margin: 0 0 20px;
  padding: 0;
}
.control-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.control-header {
  min-height: 60px;
  margin: 0 0 1px;
  padding: 0;
  color: #242730;
  border: 1px solid rgba(36, 39, 48, 0.1);
  background: rgba(128, 136, 160, 0.1);
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.control-header h1 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 2.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 5px 0 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .control-header h1 {
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (max-width: 480px) {
  .control-header h1 {
    font-weight: 400;
    font-size: 1.75rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 20px 0;
  }
}
.control-header h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 10px 20px 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .control-header h2 {
    font-weight: 400;
    font-size: 1.25rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 15px 20px 0;
  }
}
.control-header .link {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px 0 0;
}
.control-header .link a {
  margin: 0;
  padding: 0;
}
.control-header .link a:link {
  color: #009cc9;
}
.control-header .link a:hover {
  color: #2a6496;
}
.control-header .link a:active {
  color: #2a6496;
}
.control-header .link a:visited {
  color: #009cc9;
}
.control-header::after {
  content: "";
  display: table;
  clear: both;
}
.control-body {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: blue !important;*/
  font-weight: 500;
  font-size: 1em;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  background: transparent;
  min-height: auto;
  margin: 0;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  background-color: transparent;
}
.control-body p {
  padding-bottom: 10px;
}
.control-body p:last-child {
  padding-bottom: 20px;
}
.control-body .list-group .list-group-item {
  color: #242730;
  background: transparent;
  border-color: rgba(36, 39, 48, 0.1);
}
.control-body .list-group .list-group-item .data-label {
  color: #595e6c;
  padding-right: 8px;
}
.control-body .far,
.control-body .fas,
.control-body .fa,
.control-body .fad,
.control-body .glyphicon,
.control-body .icon {
  padding-right: 5px;
}
.control-body article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
}
.control-body article:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: none;
}
.control-body article .date {
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-body .item {
  background-color: rgba(216, 218, 225, 0.1);
  border: 1px rgba(128, 136, 160, 0.1) solid;
  display: block;
  margin: 10px 0;
  padding: 10px;
  height: 50px;
  width: 100%;
}
.control-body .item .toggle-button {
  outline-color: transparent;
  display: block;
  margin: 0;
  padding: 3px 0 0;
  cursor: pointer;
}
.control-body .item .toggle-button .rbIcon {
  height: 24px;
  width: 40px;
}
.control-body .item .toggle-button .rbText {
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.85em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730 !important;
  padding: 0 0 0 5px;
}
.control-body .item .toggle-button .rbon {
  background: transparent url('data:image/png;base64,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') /*../images/system/100x60_switch_on.png*/ no-repeat 0 0 !important;
  background-size: 40px 24px !important;
  display: inline-block;
}
.control-body .item .toggle-button .rboff {
  background: transparent url('data:image/png;base64,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') /*../images/system/100x60_switch_off.png*/ no-repeat 0 0 !important;
  background-size: 40px 24px !important;
  display: inline-block;
}
.control-body::after {
  content: "";
  display: table;
  clear: both;
}
.control-grid {
  width: 100%;
}
.control-grid tr {
  background: transparent;
}
.control-grid tr:hover {
  background: rgba(247, 247, 247, 0.4);
}
.control-grid tr:nth-child(even) {
  background: #f7f7f7;
}
.control-grid tr:nth-child(even):hover {
  background: #f4f4f4;
}
.control-grid td {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  padding: 10px;
  border-top: none;
  width: 100%;
}
.control-grid td.session {
  margin: 0;
  padding: 5px 10px;
}
.control-grid td.session .study {
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.control-grid td.session .study .name {
  padding: 10px 10px 5px 0;
  display: inline-block;
  white-space: nowrap;
}
.control-grid td.session .study .name:focus-visible {
  outline: solid 2px #242730;
}
.control-grid td.session .study .name .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  padding-right: 5px !important;
}
.control-grid td.session .study .name a.title {
  padding-right: 20px;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.control-grid td.session .study .name a.title:focus-visible {
  outline: solid 2px #242730;
}
.control-grid td.session .study .status {
  padding: 8px 0 5px;
  display: inline-block;
  text-align: right;
}
.control-grid td.session .study .status .label {
  font-weight: 700;
  font-size: 75%;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background: #595e6c;
}
.control-grid td.session .study .edit {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 10px;
}
.control-grid td.session .study a,
.control-grid td.session .study a:link {
  display: inline-block;
}
.control-grid td.session .repeater {
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed rgba(36, 39, 48, 0.1);
}
.control-grid td.session .repeater .dates {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
  font-weight: 600;
  font-size: 0.835rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.control-grid td.session .repeater .dates .time {
  padding: 0 5px 0 20px;
  display: block;
  vertical-align: top;
  width: auto;
}
.control-grid td.session .repeater .dates .time .sub {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  vertical-align: middle;
}
.control-grid td.session .repeater .dates .time .sub .far,
.control-grid td.session .repeater .dates .time .sub .fad,
.control-grid td.session .repeater .dates .time .sub .fal,
.control-grid td.session .repeater .dates .time .sub .fa-regular {
  vertical-align: middle;
}
.control-grid td.session .repeater .dates .time .sub .text {
  display: inline-block;
  padding-top: 1px;
  vertical-align: top;
}
.control-grid td.session .repeater .dates .time .continuous {
  display: block;
  margin: 0;
  padding: 0 0 5px;
  vertical-align: middle;
}
.control-grid td.session .repeater .dates .time .continuous .far,
.control-grid td.session .repeater .dates .time .continuous .fad,
.control-grid td.session .repeater .dates .time .continuous .fal,
.control-grid td.session .repeater .dates .time .continuous .fa-regular {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.725rem;
}
.control-grid td.session .repeater .dates .time .continuous .text {
  display: inline-block;
  vertical-align: middle;
}
.control-grid td.session .repeater .menu {
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 10px 0 0;
  white-space: nowrap;
}
.control-grid td.session .repeater .menu .edit,
.control-grid td.session .repeater .menu .export {
  display: inline-block;
  text-align: right;
  cursor: pointer;
  margin: 0;
}
.control-grid td.session .repeater .menu .edit .fas,
.control-grid td.session .repeater .menu .export .fas {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.control-grid td.session .repeater .menu .edit .fas:link,
.control-grid td.session .repeater .menu .export .fas:link,
.control-grid td.session .repeater .menu .edit .fas:visited,
.control-grid td.session .repeater .menu .export .fas:visited {
  color: #009cc9;
}
.control-grid td.session .repeater .menu .edit .fas:hover,
.control-grid td.session .repeater .menu .export .fas:hover,
.control-grid td.session .repeater .menu .edit .fas:active,
.control-grid td.session .repeater .menu .export .fas:active {
  color: #2a6496;
}
.control-grid td.title a {
  display: flex;
}
.control-grid td.title .icon {
  display: inline-block;
  width: 20px;
  padding-right: 5px !important;
}
.control-grid td.title .text {
  display: inline-block;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.control-grid td.title .date {
  display: none;
}
.control-grid td.link {
  padding-right: 20px;
}
.control-grid td.link .icon {
  padding-right: 8px;
}
.control-grid td.link .icon .icon-alert {
  color: #fcf8e3;
  cursor: help;
}
.control-grid td.link .icon .icon-set {
  color: #dff0d8;
  cursor: help;
}
.control-grid td.time {
  color: #595e6c;
  padding-right: 20px;
}
.control-grid td.time .icon {
  padding-right: 8px;
}
@media only screen and (max-width: 540px) {
  .control-grid td.time .icon {
    display: none;
  }
}
.control-grid td.info {
  margin: 0;
  padding: 0 5px 0 0;
}
.control-grid td.edit,
.control-grid td.info {
  text-align: right;
}
.control-grid td.edit .text-info,
.control-grid td.info .text-info {
  cursor: pointer;
}
.control-grid td.edit .text-muted,
.control-grid td.info .text-muted {
  opacity: 0.15;
}
@media only screen and (max-width: 540px) {
  .control-grid td.edit .glyphicon-pencil,
  .control-grid td.info .glyphicon-pencil,
  .control-grid td.edit .far,
  .control-grid td.info .far,
  .control-grid td.edit .fas,
  .control-grid td.info .fas,
  .control-grid td.edit .fa,
  .control-grid td.info .fa {
    font-size: 16px;
  }
}
.control-grid td.alert-message {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a94442;
}
.control-alert-message {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 10px;
}
.control-alert-message .alert {
  width: 100%;
  border-radius: 4px;
}
.control-alert-message .alert-danger {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
.control-alert-message .alert-success {
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.control-alert-message .alert-warning {
  color: #8a6d3b;
  background: #fcf8e3;
  border-color: #faebcc;
}
.control-alert-message .alert-info {
  color: #31708f;
  background: #d9edf7;
  border-color: #bce8f1;
}
.control-alert-message .alert-message {
  color: #a94442;
}
@media only screen and (max-width: 768px) {
  .control-alert-message {
    padding: 10px 30px;
  }
}
.control-alert {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.control-alert .alert {
  width: 100%;
  border-radius: 4px;
}
.control-alert .alert-danger {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
.control-alert .alert-success {
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.control-alert .alert-warning {
  color: #8a6d3b;
  background: #fcf8e3;
  border-color: #faebcc;
}
.control-alert .alert-info {
  color: #31708f;
  background: #d9edf7;
  border-color: #bce8f1;
}
.control-alert .alert-message {
  color: #a94442;
}
.control-actions {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.control::after {
  content: "";
  display: table;
  clear: both;
}
.tile {
  color: #242730;
  background-color: rgba(103, 119, 130, 0.1);
  border: rgba(103, 119, 130, 0.2) 1px solid;
}
.tile:hover {
  color: #ffffff;
  background-color: rgba(103, 119, 130, 0.4);
  border: rgba(103, 119, 130, 0.5) 1px solid;
  cursor: pointer;
}
form {
  height: 100%;
}
.form-control,
select.dropdown-toggle,
html body .RadInput .riTextBox,
html body .RadInput_Default .riTextBox {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: darkviolet !important;*/
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  min-height: 40px;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  border-color: rgba(36, 39, 48, 0.3);
  margin: 0;
  padding: 6px 12px !important;
}
.form-control:hover,
select.dropdown-toggle:hover,
html body .RadInput .riTextBox:hover,
html body .RadInput_Default .riTextBox:hover,
.form-control:focus,
select.dropdown-toggle:focus,
html body .RadInput .riTextBox:focus,
html body .RadInput_Default .riTextBox:focus {
  background: rgba(36, 39, 48, 0.05);
  border-color: rgba(36, 39, 48, 0.5);
}
.RadInputMgr_Default {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: darkviolet !important;*/
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  min-height: 40px;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  border-color: rgba(36, 39, 48, 0.3);
  margin: 0;
  padding: 6px 12px !important;
}
.RadInputMgr_Default:hover,
.RadInputMgr_Default:focus {
  background: rgba(36, 39, 48, 0.05);
  border-color: rgba(36, 39, 48, 0.5);
}
/*.RadPicker {
    width:100% !important;
    padding: 0;
    input {
        border-radius: @input-border-radius;
        background: @input-bg;
        color: @input-text;
        border: @input-border;
    }

    .riTextBox {
        background: @input-bg;
        color: @input-text;
        border: @input-border;
    }

    .rcSelect {
        background: @input-bg;
        color: @input-text;
        border: @input-border;
    }
}*/
.dropdown-toggle.btn-default {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #ffffff;
  border-color: #cccccc;
  border-radius: 4px;
}
.dropdown-toggle.btn-default:hover {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.dropdown-toggle.btn-default:focus {
  background-color: #f2f2f2;
  border-color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.dropdown-toggle.btn-default:active,
.dropdown-toggle.btn-default:hover:active {
  background-color: #f2f2f2;
  border-color: #b3b3b3;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.dropdown-toggle.btn-default:focus-visible {
  outline: solid 2px #242730;
}
.RadComboBoxDropDown_Bootstrap .rcbHovered {
  padding: 2px 1em !important;
  font-weight: 600;
}
label {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: darkslateblue !important;*/
  display: block;
}
input,
textarea,
select {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: darkviolet !important;*/
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: solid 2px #242730 !important;
}
.validation {
  background-color: rgba(217, 83, 79, 0.025);
  border: 1px solid rgba(217, 83, 79, 0.8);
  color: #d9534f !important;
}
.modal .modal-content {
  margin: 0;
  padding: 0;
}
.modal .modal-header {
  min-height: 60px;
  margin: 0;
  padding: 10px;
  color: #242730;
  border: 1px solid rgba(36, 39, 48, 0.1);
  background: rgba(128, 136, 160, 0.1);
  position: relative;
  border-radius: 4px 4px 0 0;
}
.modal .modal-header h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
.modal .modal-body {
  margin: 0;
  padding: 10px;
  color: #242730;
  background: transparent;
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 0 0 4px 4px;
}
.modal .modal-body .text-editor {
  margin-top: 20px;
  min-height: 200px;
}
.modal .modal-body .text-editor .reply-editor {
  margin-top: 20px;
  width: 100% !important;
  height: 100%;
}
.modal .modal-body .text-editor .reply-editor .reContentArea,
.modal .modal-body .text-editor .reply-editor .reContentCell,
.modal .modal-body .text-editor .reply-editor .reContentCell iframe {
  height: 371px !important;
  overflow: auto;
  /*width: 568px;*/
}
@media only screen and (max-width: 568px) {
  .modal .modal-body .text-editor .reply-editor .reContentArea,
  .modal .modal-body .text-editor .reply-editor .reContentCell,
  .modal .modal-body .text-editor .reply-editor .reContentCell iframe {
    width: 286px;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .modal .modal-body .text-editor .reply-editor .reContentArea,
  .modal .modal-body .text-editor .reply-editor .reContentCell,
  .modal .modal-body .text-editor .reply-editor .reContentCell iframe {
    width: 446px;
  }
}
.modal .modal-body .text-editor .post-editor {
  width: 100% !important;
  height: 100%;
}
.modal .modal-body .text-editor .post-editor .reContentArea,
.modal .modal-body .text-editor .post-editor .reContentCell,
.modal .modal-body .text-editor .post-editor .reContentCell iframe {
  height: 369px !important;
  overflow: auto;
  /*width: 568px;*/
}
@media only screen and (max-width: 568px) {
  .modal .modal-body .text-editor .post-editor .reContentArea,
  .modal .modal-body .text-editor .post-editor .reContentCell,
  .modal .modal-body .text-editor .post-editor .reContentCell iframe {
    width: 286px;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .modal .modal-body .text-editor .post-editor .reContentArea,
  .modal .modal-body .text-editor .post-editor .reContentCell,
  .modal .modal-body .text-editor .post-editor .reContentCell iframe {
    width: 446px;
  }
}
.modal .modal-body .text-editor .Metro.reWrapper {
  border-radius: 4px;
  border: 1px solid rgba(36, 39, 48, 0.1);
}
.modal .modal-body .text-editor .Metro.RadEditor {
  border: none;
  border-top: 1px solid rgba(36, 39, 48, 0.1);
}
.modal .modal-body .text-editor .Metro.RadEditor .reContentCell {
  background: transparent;
}
.modal .modal-body .text-editor .Metro .reEmptyMessage,
.modal .modal-body .text-editor .Metro .reContentArea {
  padding: 5px;
}
.modal .modal-body .video-editor {
  margin-top: 20px;
  min-height: 80px;
}
.modal .modal-body-delete {
  font-weight: 500;
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 10px;
}
.modal .modal-pulse-answers {
  display: block;
  width: 100%;
  clear: both;
  padding: 0 0 40px 0;
}
.modal .modal-pulse-answers .pulse-input {
  display: inline-block;
  width: 90%;
}
.modal .modal-pulse-answers .pulse-add {
  display: inline-block;
  text-align: right;
  width: 10%;
}
.modal .modal .pulse-delete {
  width: 10%;
  text-align: right;
}
.modal .modal .video-delete {
  width: 16px;
  height: 16px;
  padding-left: 2px;
  float: right;
}
.modal .modal .video-delete:hover {
  cursor: pointer;
  color: #2b5797;
}
.modal .modal .btn-danger {
  color: #ffffff;
}
.modal .modal .btn-danger:hover {
  color: #ffffff !important;
}
.modal .modal .nav-tabs {
  background: transparent;
}
.modal .modal .nav-tabs li {
  background: transparent;
}
.modal .modal .nav-tabs li .active {
  background: #2a6496;
}
/* Modal backdrop opacity fix */
.modal-backdrop.in {
  opacity: 0.4 !important;
  filter: alpha(opacity=40) !important;
}
/* #endregion */
/* #region body */
body {
  font-size: 100%;
  font-size-adjust: none;
}
body.pre-auth-wrapper {
  padding: 80px 0 0;
}
body.post-auth-wrapper {
  padding: 120px 0 0;
}
body .pre-auth-body .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
}
body .post-auth-body .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
}
/* #endregion */
/* #region controls */
.login-control .control-wrapper {
  margin: 0 0 20px;
  padding: 0;
}
.login-control .control-header {
  min-height: auto;
  margin: 0;
  padding: 0;
  color: #242730;
  background: none;
  border: none;
}
.login-control .control-header h1 {
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 0 5px;
  margin: 20px 0 0;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
@media only screen and (max-width: 768px) {
  .login-control .control-header h1 {
    font-weight: 700;
    font-size: 1.25rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.login-control .control-header h2 {
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 0 5px;
  margin: 20px 0 0;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
@media only screen and (max-width: 768px) {
  .login-control .control-header h2 {
    font-weight: 700;
    font-size: 1.25rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.login-control .control-body {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: blue !important;*/
  font-weight: 500;
  font-size: 0.9375em;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
}
.login-control .login-text-body {
  margin: 0;
  padding: 30px 0 20px;
}
.login-control .login-text-body .register {
  margin: 20px auto 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .login-control .login-text-body .register .btn {
    width: 100%;
  }
}
.login-control .login-input-body {
  margin: 0;
  padding: 20px 0;
}
.login-control .login-input-body .username {
  margin: 0;
  padding: 10px 0;
}
.login-control .login-input-body .password {
  margin: 0;
  padding: 10px 0;
}
.login-control .login-input-body .remember {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 700;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0 0 40px 20px;
  display: flex;
  justify-content: space-between;
}
.login-control .login-input-body .remember label {
  padding-left: 0;
  color: #242730;
}
.login-control .login-input-body .remember .forget {
  font-weight: 500;
}
.login-control .login-input-body .control-actions {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding: 0 0 40px;
}
.login-control .login-input-body .links {
  font-weight: 700;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 0;
}
.login-control .login-input-body .links .link {
  display: inline-block;
}
.login-control .login-input-body .forgot,
.login-control .login-input-body .reset {
  padding-top: 40px;
  padding-bottom: 40px;
}
.login-control .login-input-body .forgot .text,
.login-control .login-input-body .reset .text {
  font-weight: 500;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.login-control .login-input-body .alert {
  font-weight: 500;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  display: block;
  margin: 10px 0;
}
.welcome-control .control-wrapper {
  padding: 10px;
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 4px;
}
.welcome-control .control-wrapper img {
  margin: 20px 0;
}
.welcome-control .control-header {
  background: transparent;
  border: 0;
}
.welcome-control .control-header h1,
.welcome-control .control-header h2 {
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 20px 0 5px 0;
  margin-bottom: 20px;
}
.welcome-control .control-body {
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.65em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  border: 0;
}
.quick-poll-control .control-header {
  position: relative;
}
.quick-poll-control .control-header .next-panel {
  color: #242730;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  right: 15px;
  top: 19px;
}
.quick-poll-control .control-header .next-panel:hover,
.quick-poll-control .control-header .next-panel:active {
  color: #8088a0;
}
.quick-poll-control .control-body .poll-panel {
  width: 100%;
  display: block;
  margin: 0;
  padding: 20px 0;
}
.quick-poll-control .control-body .poll-panel .question {
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  display: block;
}
.quick-poll-control .control-body .poll-panel .answers {
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  margin: 0;
  padding: 20px 0 10px;
  width: 100%;
  display: block;
}
.quick-poll-control .control-body .poll-panel .answers ul {
  display: block;
  margin: 0 0 1px 0;
}
.quick-poll-control .control-body .poll-panel .answers li {
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0.75em;
}
.quick-poll-control .control-body .poll-panel .answers table {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
}
.quick-poll-control .control-body .poll-panel .answers table tr {
  width: 100%;
  display: table-row;
}
.quick-poll-control .control-body .poll-panel .answers label {
  font-weight: 600;
  padding: 0 0 20px 26px;
  margin: 0;
  display: inline-block;
}
.quick-poll-control .control-body .poll-panel .answers input {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
}
.quick-poll-control .control-body .poll-panel .answers input[type="checkbox"]:hover + label::before {
  width: 0;
  height: 0;
  background: transparent url('images/icons/80x80_checkbox_on.svg') no-repeat 0 0;
  content: '';
  visibility: hidden;
}
.quick-poll-control .control-body .poll-panel .answers input[type="radio"]:hover + label::before {
  width: 0;
  height: 0;
  background: transparent url('images/icons/80x80_radio_on.svg') no-repeat 0 0;
  content: '';
  visibility: hidden;
}
.quick-poll-control .control-body .poll-panel .answers input[type="checkbox"] + label {
  background: transparent url('images/icons/80x80_checkbox_off.svg') no-repeat 0 4px;
  -webkit-appearance: none;
  border: none;
  margin: 10px 0;
  border-radius: 0;
  background-size: 16px 16px;
  cursor: pointer;
}
.quick-poll-control .control-body .poll-panel .answers input[type="checkbox"]:checked + label {
  background: transparent url('images/icons/80x80_checkbox_on.svg') no-repeat 0 4px;
  background-size: 16px 16px;
  cursor: pointer;
}
.quick-poll-control .control-body .poll-panel .answers input[type="radio"] + label {
  background: transparent url('images/icons/80x80_radio_off.svg') no-repeat 0 4px;
  background-size: 16px 16px;
  -webkit-appearance: none;
  border: none;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
.quick-poll-control .control-body .poll-panel .answers input[type="radio"]:checked + label {
  background: transparent url('images/icons/80x80_radio_on.svg') no-repeat 0 4px;
  background-size: 16px 16px;
  cursor: pointer;
}
.quick-poll-control .control-body .poll-panel .graph-frame {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
}
.quick-poll-control .control-body .poll-panel .graph-frame h2 {
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
}
.quick-poll-control .control-body .poll-panel .graph-row {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  display: flex !important;
  clear: none !important;
  justify-content: space-between;
  width: 100% !important;
}
.quick-poll-control .control-body .poll-panel .graph-row.header {
  margin: 20px 0 0 0;
  clear: both;
}
.quick-poll-control .control-body .poll-panel .graph-row.box {
  border: 1px solid rgba(36, 39, 48, 0.1);
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 2px 0 20px 0;
  padding: 0;
  clear: both;
  height: 20px;
}
.quick-poll-control .control-body .poll-panel .graph-text {
  font-weight: 600;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #242730;
  padding: 0 0 4px 0;
  width: 65%;
  float: left;
  display: inline-block;
  white-space: normal;
  align-self: flex-start;
  width: auto;
}
.quick-poll-control .control-body .poll-panel .graph-count {
  font-weight: 600;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  padding: 0 0 4px 0;
  width: 30%;
  float: right;
  text-align: right;
  display: inline-block;
  white-space: nowrap;
  align-self: flex-end;
  width: auto;
}
.quick-poll-control .control-body .poll-panel .graph-bar {
  min-width: 1px;
  width: 100%;
  height: 20px;
  margin: -1px 0 0 0;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_1 {
  background-color: #49a2c2;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_2 {
  background-color: #bad532;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_3 {
  background-color: #e99e23;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_4 {
  background-color: #f4817e;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_5 {
  background-color: #4eabce;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_6 {
  background-color: #d4e388;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_7 {
  background-color: #f5d3a0;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_8 {
  background-color: #f8b1aa;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_9 {
  background-color: #595e6c;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_10 {
  background-color: #900076;
}
.quick-poll-control .control-body .poll-panel .graph-bar.color_11 {
  background-color: #00c738;
}
.quick-poll-control .control-body .poll-panel .submit {
  display: block;
  padding: 20px 0 0;
}
.calendly-control {
  min-width: 320px;
  height: 80vh;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif !important;
}
.calendly-control [data-id="branding"] {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .calendly-control {
    height: 120vh;
  }
}
@media only screen and (max-width: 768px) {
  .calendly-control {
    min-width: 280px;
    height: 120vh;
  }
}
.scheduler-control {
  display: block;
}
.scheduler-control .control-wrapper {
  width: 100%;
  margin: 40px 0 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .scheduler-control .control-wrapper {
    display: block;
  }
}
.scheduler-control .control-body {
  border-radius: 4px;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 33%;
}
.scheduler-control .control-body article {
  padding: 20px 0 0;
  display: flex;
}
.scheduler-control .control-body article .text {
  display: inline-block;
}
.scheduler-control .control-body article .text.text-1 {
  color: #8a6d3b;
}
.scheduler-control .control-body article .text.text-2 {
  color: #3c763d;
}
.scheduler-control .control-body article .text.text-3 {
  color: #31708f;
}
.scheduler-control .control-body article .far {
  font-weight: 400;
  font-size: 2.6rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding-right: 15px;
}
.scheduler-control .control-body article .far.icon-1 {
  color: #f1c76f;
}
.scheduler-control .control-body article .far.icon-2 {
  color: #a1cd7c;
}
.scheduler-control .control-body article .far.icon-3 {
  color: #92dae8;
}
@media only screen and (max-width: 768px) {
  .scheduler-control .control-body {
    max-width: 100%;
  }
  .scheduler-control .control-body article {
    min-height: auto;
  }
}
.scheduler-control .control-body:nth-child(2) {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .scheduler-control .control-body:nth-child(2) {
    margin: 20px 0;
    min-width: auto;
  }
}
.scheduler-control .choice-menu {
  display: none;
  /*        margin: 0;
        padding: 10px 0;
        display: flex;
        justify-content: flex-end;
        .font(.875rem, 500, normal,normal);*/
}
.scheduler-control .choice-menu .cancel {
  padding: 0;
}
.scheduler-control .choice-menu .back {
  display: none;
  /*padding: 0 0 0 20px;*/
}
@media only screen and (max-width: 768px) {
  .scheduler-control .choice-menu {
    padding: 10px 0 20px;
  }
}
.upcoming-appointments-control a:focus-visible {
  outline: solid 2px #242730;
}
@media only screen and (max-width: 768px) {
  .upcoming-appointments-control .control-body {
    padding: 20px 0;
  }
}
.tiles-control .home-tiles {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.tiles-control .home-tiles a {
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  .tiles-control .home-tiles a {
    width: 100%;
  }
}
.tiles-control .home-tiles .tile {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  width: 100%;
  height: 13rem;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .tiles-control .home-tiles .tile {
    width: 13.75rem;
    height: 13.75rem;
  }
}
@media (min-width: 1024px) {
  .tiles-control .home-tiles .tile {
    width: 16.5rem;
    height: 16.5rem;
  }
}
@media (min-width: 1200px) {
  .tiles-control .home-tiles .tile {
    width: 13rem;
    height: 13rem;
  }
}
.tiles-control .home-tiles .tile h2 {
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 10px 20px;
  border: none;
  white-space: normal;
}
.tiles-control .home-tiles .tile .img {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
}
.tiles-control .profile-tiles .tile {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  min-height: 3.75rem;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  border-radius: 4px;
}
.tiles-control .profile-tiles .tile h2 {
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 10px 20px;
  border: none;
  white-space: normal;
}
.tiles-control .profile-tiles .tile .img {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  bottom: 13px;
  right: 20px;
}
.tiles-control .profile-tiles a:link {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
.tiles-control .profile-tiles a:link:last-child {
  display: block;
  margin: 0;
  padding: 0;
}
.to-do-list-control .control-body {
  padding: 20px 30px 0;
}
.to-do-list-control .control-body .link {
  display: block;
  margin: 0;
  padding: 0;
}
.to-do-list-control .control-body .link span {
  min-width: 1.5rem;
  margin: 0 5px 0 0;
  text-align: center;
}
.to-do-list-control .control-body .link a {
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: 1em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.to-do-list-control .control-body .link p {
  font-weight: 400;
  font-size: 0.825rem;
  font-style: normal;
  line-height: 1em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 30px;
}
.featured-poll-control .control-body .poll-group {
  margin: 0;
  padding: 10px 0 20px;
}
.featured-poll-control .control-body .poll-group .poll-title {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
  margin: 0 0 10px 0;
  padding: 0 0 5px;
}
.featured-poll-control .control-body .poll-group .poll-img {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
  padding: 0;
}
.featured-poll-control .control-body .poll-group .poll-img img {
  width: 100%;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}
.featured-poll-control .control-body .poll-group .poll-img-text {
  width: 70%;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
}
.featured-poll-control .control-body .poll-group .poll-text {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
}
.featured-poll-control .control-body .poll-group .poll-start {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 0 20px;
}
.featured-poll-control .control-body .poll-group .poll-start a,
.featured-poll-control .control-body .poll-group .poll-start a:link {
  float: right;
  clear: right;
}
.featured-poll-control .control-body .poll-group:last-child {
  padding-bottom: 10px;
}
.featured-poll-control .control-body .poll-group::after {
  clear: both;
  display: table;
  content: " ";
}
.rewards-control .trophy-control {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.rewards-control .trophy-control:before,
.rewards-control .trophy-control:after {
  display: table;
  content: " ";
}
.rewards-control .trophy-control:after {
  clear: both;
}
.rewards-control .trophy-control .trophy {
  float: left;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
  padding-bottom: 10px;
}
.rewards-control .trophy-control .trophy .image {
  margin: 5px auto 0;
  display: inline-block;
  position: relative;
  text-align: center;
}
.rewards-control .trophy-control .trophy .image .level {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background-color: red;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: center;
}
.rewards-control .trophy-control .trophy .image .level[title="0"] {
  display: none;
}
.rewards-control .trophy-control .trophy .image .level .value {
  font-weight: 400;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.9em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}
.rewards-control .trophy-control .trophy .name {
  text-align: center;
}
.rewards-control .trophy-control .trophy .name .title {
  font-weight: 600;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 161, 206, 0.8);
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;
}
.rewards-control .trophy-control .trophy .name .title:link {
  color: rgba(0, 161, 206, 0.8);
}
.rewards-control .trophy-control .trophy .name .title:hover {
  color: #2a6496;
}
.rewards-control .trophy-control .trophy .name .popover-content {
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
}
.rewards-control .trophy-control .trophy:before,
.rewards-control .trophy-control .trophy:after {
  display: table;
  content: " ";
}
.rewards-control .trophy-control .trophy:after {
  clear: both;
}
.rewards-control .points-control {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.rewards-control .points-control:before,
.rewards-control .points-control:after {
  display: table;
  content: " ";
}
.rewards-control .points-control:after {
  clear: both;
}
.rewards-control .points-control.history-redeem {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.rewards-control .points-control.history-redeem .reward-text {
  font-weight: 500;
  font-size: 0.835rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
.rewards-control .points-control.history-redeem .totals {
  display: inline-block;
  width: 100%;
  margin-top: 1px;
  padding-top: 5px;
}
.rewards-control .points-control.history-redeem .totals table {
  /*margin: 5px 0 8px;*/
  width: 100%;
}
.rewards-control .points-control.history-redeem .totals table tr {
  margin: 0;
  padding: 0;
}
.rewards-control .points-control.history-redeem .totals table tr:first-child {
  border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
}
.rewards-control .points-control.history-redeem .totals table td {
  height: 2.65rem;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.rewards-control .points-control.history-redeem .totals .name {
  margin: 0;
  padding: 5px 20px 0 0;
  text-align: left;
  width: 60%;
}
.rewards-control .points-control.history-redeem .totals .value {
  margin: 0;
  padding: 5px 20px 0;
  text-align: right;
  min-width: 20%;
}
.rewards-control .points-control.history-redeem .totals .history {
  margin: 0;
  padding: 5px 0 0;
  text-align: right;
  width: 20%;
}
.rewards-control .points-control.history-redeem .totals .redeem {
  margin: 0;
  padding: 5px 0 0;
  text-align: right;
  width: 20%;
}
.rewards-control .points-control.history-redeem .totals .btn {
  min-width: 100%;
}
.rewards-control .points-control .totals {
  display: inline-block;
  width: 100%;
  margin-top: 1px;
  padding-top: 5px;
}
.rewards-control .points-control .totals table {
  margin: 5px 0 8px;
  width: 100%;
}
.rewards-control .points-control .totals .name {
  font-weight: 500;
  font-size: 0.835rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 20px 0 0;
}
.rewards-control .points-control .totals .value {
  font-weight: 500;
  font-size: 0.835rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  padding: 5px 0 0 20px;
}
.rewards-control .redeem-control:before,
.rewards-control .redeem-control:after {
  display: table;
  content: " ";
}
.rewards-control .redeem-control:after {
  clear: both;
}
.rewards-control .redeem-control .btn-redeem {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #ffffff !important;
}
.rewards-control .redeem-control .btn-redeem:hover,
.rewards-control .redeem-control .btn-redeem:focus {
  background-color: #4cae4c;
  border-color: #449d44;
  color: #ffffff !important;
}
.rewards-control .redeem-control .btn-redeem:active,
.rewards-control .redeem-control .btn-redeem:hover:active {
  background-color: #4cae4c;
  border-color: #449d44;
  color: #ffffff !important;
}
.rewards-control .redeem-control table {
  width: 100%;
  margin: 0 0 10px;
}
.rewards-control .redeem-control table:before,
.rewards-control .redeem-control table:after {
  display: table;
  content: " ";
}
.rewards-control .redeem-control table:after {
  clear: both;
}
.rewards-control .redeem-control table td {
  padding-top: 20px;
}
.rewards-control .redeem-control table td.text {
  font-weight: 500;
  font-size: 0.835rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  padding-right: 10px;
}
.rewards-control .redeem-control table td.button {
  text-align: right;
}
.rewards-control .bar {
  border-top: solid 1px rgba(36, 39, 48, 0.1);
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}
.rewards-control .bar .progress {
  border: 1px #ffffff solid;
  border-radius: 0;
  height: 10px;
  margin: 5px 0;
}
.rewards-control .bar .progress .progress-bar-now {
  background-color: rgba(0, 161, 206, 0.5);
  box-shadow: none;
}
.rewards-control .bar .progress .progress-bar-togo {
  background-color: transparent;
  box-shadow: none;
}
.rewards-control .bar .stats {
  clear: both;
  width: 100%;
}
.rewards-control .bar .stats .level {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
}
.rewards-control .bar .stats .togo {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 100;
  font-size: 0.625rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
}
.profile-control .control-wrapper {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.profile-control .profile {
  margin: 0;
  padding: 0;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*justify-content: space-between;*/
}
@media only screen and (max-width: 480px) {
  .profile-control .profile {
    display: block;
    width: 100%;
  }
}
.profile-control .profile-avatar {
  margin: 0;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 480px) {
  .profile-control .profile-avatar {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 0 0 20px;
  }
}
.profile-control .profile-avatar .avatar {
  background-size: cover !important;
  width: 128px;
  height: 128px;
}
@media only screen and (max-width: 480px) {
  .profile-control .profile-avatar .avatar {
    width: 80px;
    height: 80px;
  }
}
.profile-control .profile-content {
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.profile-control .profile-header {
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: dashed 1px rgba(36, 39, 48, 0.1);
  width: 100%;
  min-width: 40%;
}
.profile-control .profile-header h1 {
  font-weight: 600;
  font-size: 3rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  margin: 0;
  padding: 0 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (max-width: 480px) {
  .profile-control .profile-header h1 {
    font-size: 2rem;
    text-align: center;
    padding: 0 0 10px 0;
  }
}
.profile-control .profile-header h2 {
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8088a0;
  margin: 0;
  padding: 0 0 20px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.profile-control .profile-menu {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  width: 100%;
  padding: 5px 0 10px;
}
@media only screen and (max-width: 768px) {
  .profile-control .profile-menu {
    display: block;
  }
}
.profile-control .profile-menu .glyphicon,
.profile-control .profile-menu .far,
.profile-control .profile-menu .fas,
.profile-control .profile-menu .fa,
.profile-control .profile-menu .fad {
  font-size: 11px;
  padding-right: 5px;
}
.profile-control .profile-menu .menu-study-history {
  display: inline-block;
  padding: 10px 40px 0 0;
  text-transform: uppercase;
}
.profile-control .profile-menu .menu-study-history a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .profile-control .profile-menu .menu-study-history {
    display: block;
    width: 100%;
  }
}
.profile-control .profile-menu .menu-reward-history {
  display: inline-block;
  padding: 10px 40px 0 0;
  text-transform: uppercase;
}
.profile-control .profile-menu .menu-reward-history a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .profile-control .profile-menu .menu-reward-history {
    display: block;
    width: 100%;
  }
}
.profile-control .profile-menu .menu-unsubscribe {
  display: inline-block;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.profile-control .profile-menu .menu-unsubscribe a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .profile-control .profile-menu .menu-unsubscribe {
    display: block;
    width: 100%;
  }
}
.profile-control .profile-about {
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
}
.profile-control .profile .status {
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  margin: 20px 0 0;
}
.profile-control .profile .status p {
  margin: 0;
  padding: 5px 0 0;
}
.profile-control .profile-follow {
  min-height: 60px;
  width: 100%;
  margin: 0;
  padding: 25px 0 0;
  vertical-align: bottom;
  display: inline-block;
}
.profile-control .profile-follow .btn-following {
  background-color: #17cbff;
  border-color: #009cc9;
  color: #ffffff;
}
.user-info-control .control-body .data-label {
  color: #a7a9ac;
  font-weight: 600;
}
.set-avatar-control .control-body .selected-avatar {
  padding: 2px;
  border: 1px solid #5cb85c !important;
  border-radius: 60px;
}
.set-avatar-control .control-body .image-list {
  width: 100%;
  padding: 10px 0 20px;
  display: block;
}
.set-avatar-control .control-body .image-list input[type="image"] {
  margin: 10px;
  padding: 0;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  padding: 2px;
  border: 1px solid transparent;
}
.set-avatar-control .control-body .image-list input[type="image"]:hover,
.set-avatar-control .control-body .image-list input[type="image"]:focus {
  background: #ffffff;
  padding: 2px;
  border: 1px solid #5bc0de;
  border-radius: 60px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.set-avatar-control .control-body .image-list input[type="image"]:active {
  background: #ffffff;
  padding: 2px;
  border: 1px solid #5bc0de;
  border-radius: 60px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.set-avatar-control .control-body .btn {
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.timezone-control .control-body .tz-options {
  display: block;
  width: 100%;
}
.timezone-control .control-body .tz-options select.dropdown-toggle {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .timezone-control .control-body .tz-options select.dropdown-toggle {
    /*min-width: 340px;*/
    max-width: 100%;
    width: 100%;
  }
}
.timezone-control .control-body .tz-options-value {
  display: block;
  width: 100%;
}
.timezone-control .control-body .tz-options-value select.dropdown-toggle {
  display: block;
  width: 100%;
}
.timezone-control .control-body .tz-options-value select option {
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .timezone-control .control-body .tz-options-value select.dropdown-toggle {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .timezone-control .control-body .tz-options-value select.dropdown-toggle {
    /*min-width: 340px;*/
    max-width: 100%;
    width: 100%;
  }
}
.timezone-control .control-body .tz-button {
  display: block;
}
@media only screen and (max-width: 480px) {
  .study-history-control .control-body {
    padding: 20px 0;
  }
}
.study-history-control .control-body .history-item {
  font-weight: 600;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f7f7f7;
  min-height: 80px;
  margin: 0;
  padding: 20px;
  width: 100%;
  clear: both;
}
.study-history-control .control-body .history-item:hover {
  background: #f4f4f4;
}
.study-history-control .control-body .history-item:nth-child(odd) {
  background: transparent;
}
.study-history-control .control-body .history-item:nth-child(odd):hover {
  background: rgba(247, 247, 247, 0.4);
}
.study-history-control .control-body .history-item .study {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.study-history-control .control-body .history-item .study .title {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1.45rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 70%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}
.study-history-control .control-body .history-item .study .status {
  width: 30%;
  display: inline-block;
  font-weight: 700;
  font-size: 0.725rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  vertical-align: top;
  margin: 8px 0 0;
  padding-right: 3px;
}
.study-history-control .control-body .history-item .study .status .label {
  white-space: normal;
  padding: 0.2rem 0.6rem 0.3rem;
}
.study-history-control .control-body .history-item .study .status .state {
  font-size: 0.825em;
}
.study-history-control .control-body .history-item .study .status .label-default {
  color: #ffffff;
  background: rgba(36, 39, 48, 0.9);
}
.study-history-control .control-body .history-item table,
.study-history-control .control-body .history-item tr {
  width: 100%;
}
.study-history-control .control-body .history-item td.rewards {
  padding: 10px 0 2px;
  width: 100%;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.study-history-control .control-body .history-item td.token,
.study-history-control .control-body .history-item td.currency {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 0.9rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0 2px;
  color: #242730;
}
.study-history-control .control-body .history-item td.token .currency-data,
.study-history-control .control-body .history-item td.currency .currency-data,
.study-history-control .control-body .history-item td.token .token-data,
.study-history-control .control-body .history-item td.currency .token-data,
.study-history-control .control-body .history-item td.token .time,
.study-history-control .control-body .history-item td.currency .time {
  padding: 0 0 20px 10px;
  font-weight: 500;
}
.study-history-control .control-body .history-item td.details {
  font-weight: 700;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0 2px;
  width: 100%;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  position: relative;
}
.study-history-control .control-body .history-item td.details .view {
  font-weight: 700;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
}
.study-history-control .control-body .history-item td.details .glyphicon,
.study-history-control .control-body .history-item td.details .far,
.study-history-control .control-body .history-item td.details .fas,
.study-history-control .control-body .history-item td.details .fa,
.study-history-control .control-body .history-item td.details .fad {
  top: 2px;
}
.study-history-control .control-body .history-details {
  width: 100%;
  border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
}
.study-history-control .control-body .history-details table,
.study-history-control .control-body .history-details tr {
  width: 100%;
}
.study-history-control .control-body .history-details td {
  height: 32px;
}
.study-history-control .control-body .history-details td.time {
  width: 50%;
  padding: 5px 0;
  font-weight: 700;
  font-size: 0.9rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
}
.study-history-control .control-body .history-details td.time .date-time {
  padding-left: 10px;
  font-weight: 500;
}
.study-history-control .control-body .history-details td.status {
  width: 50%;
  padding: 5px 0;
  font-weight: 700;
  font-size: 0.725rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  text-align: right;
}
.study-history-control .control-body .history-details td.status .state {
  font-size: 0.825em;
}
.study-history-control .control-body .history-details td.status .label {
  white-space: normal;
  padding: 0.2rem 0.6rem 0.3rem;
}
.study-history-control .control-body .history-details td.status .label-default {
  color: #ffffff;
  background: rgba(36, 39, 48, 0.9);
}
.study-history-control .control-body .history-details:last-child {
  border: none;
}
.study-history-control .control-body .header-row {
  font-weight: 700;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
}
.study-history-control .control-body .header-row li {
  padding: 0 0 5px;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.study-history-control .control-body .header-row li:nth-child(1) {
  padding: 0 10px 5px 0;
  width: 50%;
}
.study-history-control .control-body .header-row li:nth-child(2) {
  padding: 0 10px 5px 0;
  width: 26%;
}
.study-history-control .control-body .header-row li:nth-child(3) {
  padding: 0 10px 5px 0;
  width: 12%;
}
.study-history-control .control-body .header-row li:nth-child(4) {
  padding: 0 10px 5px 0;
  width: 12%;
}
.study-history-control .control-body .item-row {
  font-weight: 600;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f7f7f7;
  min-height: 40px;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
}
.study-history-control .control-body .item-row:hover {
  background: #f4f4f4;
}
.study-history-control .control-body .item-row li {
  padding: 0 0 5px;
  list-style: none;
}
.study-history-control .control-body .item-row li:nth-child(1) {
  padding: 10px;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.study-history-control .control-body .item-row li:nth-child(2) {
  padding: 10px 10px 10px 0;
  width: 26%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.study-history-control .control-body .item-row li:nth-child(3) {
  padding: 10px 10px 10px 0;
  width: 12%;
  white-space: nowrap;
}
.study-history-control .control-body .item-row li:nth-child(4) {
  padding: 10px 10px 10px 0;
  width: 12%;
  font-weight: 700;
}
.study-history-control .control-body .item-row:nth-child(even) {
  background-color: transparent;
}
.study-history-control .control-body .load-more {
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #009cc9;
  display: inline-block;
  padding-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .study-history-control .control-body .load-more {
    padding: 20px;
  }
}
.activity-control .control-body .item-list {
  font-weight: 600;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.activity-control .control-body .item-list .activity-grid {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.activity-control .control-body .item-list .radgrid {
  width: 100%;
}
.activity-control .control-body .item-list .radgrid:focus,
.activity-control .control-body .item-list .RadGrid_Default:focus {
  border: none;
  outline-color: transparent;
}
.activity-control .control-body .item-list .action {
  font-weight: 700;
  font-size: 0.9rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  padding-left: 10px;
}
.activity-control .control-body .item-list .time {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  padding-left: 10px;
}
.activity-control .control-body .item-list span {
  padding-right: 3px;
}
.activity-control .control-body .item-row {
  background: transparent;
  min-height: 40px;
  display: block;
  padding: 10px 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.activity-control .control-body .item-row:hover {
  background: rgba(247, 247, 247, 0.4);
}
.activity-control .control-body .item-alt-row {
  background: #f7f7f7;
  min-height: 40px;
  display: block;
  padding: 10px 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.activity-control .control-body .item-alt-row:hover {
  background: #f4f4f4;
}
.activity-control .control-body .load-more {
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  color: #009cc9;
  display: inline-block;
  padding-top: 20px;
  text-align: right;
}
.activity-control .control-body .load-more::after {
  content: "";
  display: table;
  clear: both;
}
.search-results-control .control-body .members {
  width: 100%;
  display: inline-block;
  color: rgba(36, 39, 48, 0.9);
  border: 1px solid rgba(36, 39, 48, 0.1);
  background-color: rgba(186, 191, 204, 0.1);
  padding: 20px 10px;
  margin: 10px 0 20px;
}
.search-results-control .control-body .members .avatar {
  background: transparent url('data:image/png;base64,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') /*/Content/core/images/256x256_user_gray.png*/ no-repeat 0 0;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.search-results-control .control-body .members .info {
  width: 60%;
  /* set to 60% if including avatar */
  display: inline-block;
  margin: 0;
  padding: 0;
}
.search-results-control .control-body .members .info .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #a7abb7;
  display: block;
}
.search-results-control .control-body .members .info .title {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  display: block;
  vertical-align: top;
  padding: 7px 0 0;
}
.search-results-control .control-body .studies h1 {
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  color: #242730;
  border: 1px solid rgba(36, 39, 48, 0.1);
  background: rgba(128, 136, 160, 0.1);
  margin: 0 0 1px 0;
  padding: 8px 20px 0;
  min-height: 60px;
}
.search-results-control .control-body .studies h2 {
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #242730;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 0 0 5px;
  margin: 0;
  width: 100%;
  display: block;
}
.search-results-control .control-body .studies:nth-child(even) {
  background: rgba(216, 218, 225, 0.1);
  border: 1px solid rgba(80, 86, 106, 0.1);
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-results-control .control-body .studies:nth-child(odd) {
  background: transparent;
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-results-control .control-body .studies .body {
  font-weight: 400;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(36, 39, 48, 0.9);
  width: 100%;
  margin: 0 0 10px 0;
}
.search-results-control .control-body .studies .body .time {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
}
.search-results-control .control-body .studies .body .community {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
}
.search-results-control .control-body .studies .body .description {
  padding-top: 10px;
}
.search-results-control .control-body .posts h2 {
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #242730;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 0 0 5px;
  margin: 0;
  width: 100%;
  display: block;
}
.search-results-control .control-body .posts:nth-child(even) {
  background: rgba(216, 218, 225, 0.1);
  border: 1px solid rgba(80, 86, 106, 0.1);
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-results-control .control-body .posts:nth-child(odd) {
  background: transparent;
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-results-control .control-body .posts .body {
  display: block;
  color: rgba(36, 39, 48, 0.9);
  width: 100%;
  margin: 0;
}
.search-results-control .control-body .posts .body .avatar {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAAilBMVEVMaXFoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYRoeYQtb+E+AAAALnRSTlMAEHAgAwcYdhoUAlllVDFIDT0PCwomF19CCEoVb2sSK04eBSw3OzRnJVFgFg4JBj9jNQAAB5JJREFUeAHs2MFqxDAMBNAKbDHKycTGYAI+7P9/ZO+9lG1XG43Y9wcjZ5TEXx/8PqjU2pqYGX4wM2mt1rzJS21i+J2atFqSZV+nKZ6i1lbJEb7LxB9N6dxDOJZM/NOUdbAeveFFrBe+9Bde6mKawTEMDmxwdKEK3EiNf/gTrmbox6CcCnd6Rt0GD8GbyCNi9Q1vZJU/fqYRlI0b7BJl8wtuIkeE/E1xG233l3/iVrMSl59/FXRFANrvOn5DEFYIjt+VdrLj538IliIYXfyfPjSfReVCSFfhf/wZatAQWPOv/0Zo+3DOfyG4y3UCD0V46nhfVhUEtHrlHyAxfPMTGHT5CSYgoCJU+QkmIKAjBP2n2QMDlAZFfoIJVNCq+b///f8LDgUxPfz/f5P/HW+Q28T3XwFuyRYSWK4vAAJa8i9Ap0UoSOLMvwA81kBREHFYA4ZE7Pn8Hal0/wIkK4EhGfMtAIHuX4BEJdhIaGe9BHO4IPtm7+yWG9WBIBwkcA9GQiYbBbZcFFTK7/+M5+7s1Wa1654BVfK9AW1Nj35k9bvokse0z7PD/7h53tOYRZf3U2wCjGl2+A1uTqMocjt6FzAvA/7IsOSDdwgbUcEvAYWExR94XNaKBuOAvyKOokF7UAucVvw163RMK+z0P58vAbMV9vafbylBbz0AthlPMW/GQ6AXJn7H0+zecgh8CJNxBYF1FCYfdnOAHSR2IdJYzQFyAI2QjeYCr0JjdCDiRqHxarIKmEBmslgRvBHLn04SFm/6+wARCkT1fYGO+P2nVqBT7oERSkTdTnjlff/ZFbhqWuAERSZNG+yFwQOqPIRBrzcL3BxUcZswaLVOw3yAMsFrnZPd+QZ4XiO8K1XAAwY8WDXArwDvYIDzpBrg94ABJkROH+DPgkYYMVLmQvw7cSuMCAo35xr+FFCRib8eeNd3QCIrYU1Mb4IJqGoItOwm6GDIym6EDcMB6hoCDdkCAkwJBBOgWsAGYzaqCfzkr4K0idSZwE3fAtk46pWpnr8MVOfBXA5cqqsAQg1cmB7oYM5KdMGO3wNq6AMdzwMXHMDCc8GGvxNiwMCbC/b8nYAaTKCnNQGPQ/C0NsDfC6tjZ4zWBBYcwsRpAwQBEg4hsQS48ZtAHXPBG0uAGYcwswRovqoATdXTAIIAPUsAHMS3ACQB5KsKIN8C1C1AOF6AytvgtwCVCzAcL0Dli6HaBVj0BahzQ8RegIxDyKcRQBwOwAlfgKrawMwToE4XTCcSYKzTA3kCSJ0WQBRggDkDT4C+qluixKuCPU8AD3M8X4CqamAQngCNVFgDD+L/yG9CwNVzNk44GTp+LpSYAnQitdmg80KgYwogEYbs3H+RC4MMO1wWBpQrMr/YK3MAuZD/Nu1dXQ4gPfvlhAVGLEKhob+hGWBCoL+w2QmHDSZswqHjPyCVYEBSeFLqIiRCPQUgF41H9LIzmAKQ6FXeEHvorwJZ3HTiRHaoknSCR1rhEaFIFB6t0mviPkCNoPbSeCM1KBC82suSP6QCBYLXS5z4kPMrELzmK9vvp1eA/P3vyk/KR77/c2m0o3UTqCTt+LGrsHk40HAPYXPVT1bKgfisMJveJFopsYY/nx82wRIbYRCEzShq4i4aJIencItocLeLF/MDnmDwdsFjregwku4B6Yet9F9HgJ7/rG5dArzxH1auS4Ar/2ntqgRo+I+r1yVAZxmzt0U8wb6Zxu6xbdBP0eFJXJy8hQXyg/byMoPEsGSj0L1X3tcHUAk8DV7VY3b8NECBgVQLrXLQ0hihhWOkEDaqUVt+WaHKunjVqK2X/lw/Pj+MsteL25sCjAgTeRJEGAI+rTBkTZ43AAhDwCcHY9y/SdBphK7mCAIECTj5461dqqS9BC09eFl/8DMlaOjR25PDwbiJHr1dfnF0DDgBYZRCbtz4/TzgJAyeG79f1goXh9PgFlILLG+FW8CpmDdCC/xFe7E8/bc5Qr0UtcCyc7I844TMueA0rJie3vv0cY+CRQChCCJOy04qgM+KIAecmOApBfBJEWwOp8ZthAL4pAgmnJ6JUgC/uUO/oAKWP9yJK6extz8KsWARWMT1bv/9Ggrcry//yMfF/vspxHIDKLeBiIqIpQZQvjWwoyr2sk2A8nXhhMqYyteAJUY4ojrGAgMs3iHMDtXhcukuYEErCKiQIHL5eCHQyY4q2aV7IfBfu3WPIzEIQ3H8NdYW7lyNPG4sBCHJ7v2vtz3VfgRihvnd4C/zJIDnx6SeuEiasz/hMmm5/pbO16+4lC7X39Ll+ltpvf030nr9jbRef8NthnxzdHPaBP0nOqIjev9B6Ir22P07obccuT9jgGph518xxHkEnb9gENKI/UoYp9pqz78lHKufBaMVC3T+ghsIL3f+VrHVzt+SPcDfT3An3+7N3xx3yzfuwDICII3/9elM9uXG33Ienc+OWJyXy2+dOmz7J2KSh/Wvt4cgLkqd/wVbIgTnHZegjhlQ4h71nAjTkHJcW38UwWSk8GW3L4IpUdXtv/GbVsLMpOj29/gieAVSM9vv2o1zFbwU8axsP0nX7IKX5Z6zMnPbzcyaszsW8/mFO729fQPAP+A+bDxoagAAAABJRU5ErkJggg==') /*/Content/core/images/256x256_user_gray.png*/ no-repeat 0 0;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 0;
}
.search-results-control .control-body .posts .body .info {
  width: 60%;
  /* set to 60% if including avatar */
  display: inline-block;
  margin: 10px 0;
  padding: 5px 0 0;
}
.search-results-control .control-body .posts .body .info .poster {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 20px 0 0;
  display: block;
}
.search-results-control .control-body .posts .body .info .time {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
  display: block;
}
.search-results-control .control-body .posts .body .info .comments {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
  padding: 0 20px 0 0;
}
.search-results-control .control-body .posts .body .info .likes {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
}
.search-results-control .control-body .posts .body .description {
  font-weight: 400;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0;
  /*border-bottom: 1px dashed @results-border;*/
}
.wall-control .new-post {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 0 10px 0;
}
.wall-control .current-posts {
  padding: 0;
  margin: 0 0 10px 0;
}
.wall-control .glyphicon,
.wall-control .far,
.wall-control .fas,
.wall-control .fa,
.wall-control .fad {
  padding-right: 5px;
}
.wall-control .post {
  border: rgba(36, 39, 48, 0.1) 1px solid;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.wall-control .post-header {
  margin: 0;
  padding: 10px;
  background: rgba(128, 136, 160, 0.1);
}
.wall-control .post-header h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
.wall-control .post-body {
  color: #242730;
  background: transparent;
  margin: 0;
  padding: 10px;
}
.wall-control .post-footer {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  background-color: rgba(128, 136, 160, 0.1);
  height: 45px;
}
.wall-control .post-footer .report {
  display: inline-block;
  margin: 15px 0 0 20px;
  white-space: nowrap;
}
.wall-control .post-footer .report:link {
  color: #8b91a0;
}
.wall-control .post-footer .report:hover {
  text-decoration: underline;
}
.wall-control .post-footer .report.reported {
  color: red;
}
.wall-control .post-footer .follow {
  display: inline-block;
  margin: 15px 20px 0 10px;
}
.wall-control .post-footer .follow:link {
  color: #8b91a0;
}
.wall-control .post-footer .follow:hover {
  text-decoration: underline;
}
.wall-control .post-footer .follow.followed {
  color: #17cbff;
}
.wall-control .post-footer .like {
  display: inline-block;
  margin: 15px 20px 0 10px;
}
.wall-control .post-footer .like:link {
  color: #8b91a0;
}
.wall-control .post-footer .like:hover {
  text-decoration: underline;
}
.wall-control .post-footer .like.liked {
  color: #17cbff;
}
.wall-control .post-footer .reply {
  display: inline-block;
  margin: -2px 10px 0;
}
.wall-control .post-footer .reply .btn {
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wall-control .posted-by {
  display: inline-block;
}
.wall-control .posted-by .avatar {
  background: transparent url('data:image/png;base64,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') /*/Content/core/images/256x256_user_gray.png*/ no-repeat 0 0;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
}
.wall-control .posted-by .info {
  display: inline-block;
  margin: 0 0 0 10px;
}
.wall-control .posted-by .info .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.wall-control .posted-by .info .title {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: 0.6875em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid 1px rgba(36, 39, 48, 0.1);
  color: #242730;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 5px;
  padding: 3px 3px;
}
.wall-control .posted-by .info .posted {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.7125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2px 0 0 0;
  display: block;
}
.wall-control .post-item {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: blue !important;*/
  font-weight: 400;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 20px 0 0 0;
}
.wall-control .post-item .well {
  margin-bottom: 10px;
}
.wall-control .post-item .stats {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 1px solid rgba(157, 163, 182, 0.1);
  display: block;
  margin: 20px 0 0;
  width: 100%;
  clear: both;
}
.wall-control .post-item .stats .likes {
  padding: 10px 0 0 20px;
  display: inline-block;
}
.wall-control .post-item .stats .comments {
  padding: 10px 0 0 20px;
  display: inline-block;
}
.wall-control .post-item .stats .edit {
  padding: 10px 0 0 20px;
  display: inline-block;
}
.wall-control .post-item .stats .edit a:hover {
  color: #449d44;
  text-decoration: underline;
}
.wall-control .post-item .stats .delete {
  display: inline-block;
  padding: 10px 20px 0 0;
}
.wall-control .post-item .stats .delete a:hover {
  color: red;
  text-decoration: underline;
}
.wall-control .post-item .stats .no-show {
  display: inline-block;
  margin: 10px 0 0 0;
}
.wall-control .post-item .stats .no-show a:hover {
  color: red;
  text-decoration: underline;
}
.wall-control .post-item .save,
.wall-control .post-item .cancel {
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px 5px;
  display: inline-block;
}
.wall-control .post-item::after {
  content: "";
  display: table;
  clear: both;
}
.wall-control .replies {
  margin: 0;
  padding: 10px 0 0;
}
.wall-control .replies h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 1.1875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wall-control .replies .reply {
  border-left: 4px rgba(36, 39, 48, 0.1) solid;
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
}
.wall-control .replies .reply:last-child {
  margin: 20px 0 0;
}
.wall-control .replies .reply-by {
  width: 100%;
  display: block;
  clear: both;
  padding: 0 0 15px 0;
}
.wall-control .replies .reply-by .avatar {
  background: transparent url('data:image/png;base64,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') /*/Content/core/images/256x256_user_gray.png*/ no-repeat 0 0;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
}
.wall-control .replies .reply-by .info {
  display: inline-block;
  margin: 0 0 0 10px;
}
.wall-control .replies .reply-by .info .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  display: block;
}
.wall-control .replies .reply-by .info .posted {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.7125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2px 0 0 0;
  display: block;
}
.wall-control .replies .reply-by .info .title {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: 0.6875em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid 1px #dfe1e5;
  color: #a7abb7;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 5px;
  padding: 3px 3px;
}
.wall-control .replies .reply-post {
  font-weight: 400;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
.wall-control .replies .reply-footer {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  background-color: transparent;
  border-top: 1px rgba(36, 39, 48, 0.1) solid;
  width: 100%;
  height: 24px;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
.wall-control .replies .reply-footer#footer {
  padding: 5px 0;
}
.wall-control .replies .reply-footer .report {
  float: left;
  display: inline-block;
  margin: 5px 0 0 0;
}
.wall-control .replies .reply-footer .like {
  float: left;
  display: inline-block;
  margin: 5px 0 0 20px;
}
.wall-control .replies .reply-footer .edit {
  float: left;
  display: inline-block;
  margin: 5px 0 0 20px;
}
.wall-control .replies .reply-footer .no-show {
  float: left;
  display: inline-block;
  margin: 5px 0 0 20px;
}
.wall-control .replies .reply-footer .delete {
  float: right;
  display: inline-block;
  margin: 5px 0 0 20px;
}
.wall-control .replies .reply-footer .delete a:hover {
  color: red;
  text-decoration: underline;
}
.wall-control .replies .reply-footer .posted {
  color: #a7abb7;
  float: left;
  display: inline-block;
  margin: 5px 10px 0 0;
}
.wall-control .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.wall-control .embed-responsive .embed-responsive-item,
.wall-control .embed-responsive iframe,
.wall-control .embed-responsive embed,
.wall-control .embed-responsive object,
.wall-control .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wall-control .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.wall-control .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.date-range-control .date-buttons {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  content: "";
  display: table;
  clear: both;
}
.date-range-control .date-buttons .btn-group-toggle {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.date-range-control .date-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  margin: 20px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .date-range-control .date-inputs {
    display: block;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .date-range-control .date-inputs .form-group {
    margin: 0;
  }
}
.date-range-control .date-inputs .start-date,
.date-range-control .date-inputs .end-date {
  align-self: flex-end;
  min-width: 32%;
}
.date-range-control .date-inputs .get-button {
  margin-top: -13px;
}
@media only screen and (max-width: 768px) {
  .date-range-control .date-inputs .get-button {
    margin: 10px 0 20px;
  }
  .date-range-control .date-inputs .get-button .btn {
    width: 100%;
  }
}
.date-range-control:after {
  content: "";
  display: table;
  clear: both;
}
.calendar-control {
  margin: 40px 0 20px;
  padding: 0;
}
.agenda-control {
  margin: 40px 0 20px;
  padding: 0;
}
.agenda-control .control-wrapper {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  display: block;
}
.agenda-control .control-body {
  border-radius: 4px;
  margin: 0;
  padding: 0;
  border: none;
}
.agenda-control .agenda-header {
  width: 100%;
  margin: 0 0 1px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  color: #242730;
  background: rgba(128, 136, 160, 0.1);
  position: relative;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(36, 39, 48, 0.1);
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-header {
    display: none;
  }
}
.agenda-control .agenda-header .date-header {
  width: 30%;
}
.agenda-control .agenda-header .date-header label {
  margin: 0;
  padding: 20px;
}
.agenda-control .agenda-header .time-header {
  width: 20%;
}
.agenda-control .agenda-header .time-header label {
  margin: 0;
  padding: 20px;
}
.agenda-control .agenda-header .appointment-header {
  width: 50%;
}
.agenda-control .agenda-header .appointment-header label {
  margin: 0;
  padding: 20px;
}
.agenda-control .agenda-row {
  margin: 0;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(36, 39, 48, 0.1);
    /*
            &:nth-child(-1) {
                border-radius: 4px 4px 0 0;
            }*/
  }
}
.agenda-control .agenda-row .date {
  width: 30%;
  display: block;
  margin: 0;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .date {
    width: 100%;
    background: rgba(128, 136, 160, 0.1);
    border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  }
}
.agenda-control .agenda-row .date .day-number {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  min-width: 3.9rem;
  text-align: right;
  font-weight: 600;
  font-size: 3rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .date .day-number {
    min-width: auto;
  }
}
.agenda-control .agenda-row .date .day-month-year {
  display: inline-block;
}
.agenda-control .agenda-row .date .day-month-year .day-name {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
}
.agenda-control .agenda-row .date .day-month-year .month-year {
  display: block;
  font-weight: 400;
  font-size: 0.925rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
}
.agenda-control .agenda-row .time {
  width: 20%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .time {
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
  }
}
.agenda-control .agenda-row .time .get-time {
  margin: 0;
  padding: 20px;
  font-weight: 500;
  font-size: 1.2rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .time .get-time {
    width: 100%;
    padding: 10px;
    font-weight: 600;
    font-size: 1.8rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.agenda-control .agenda-row .appointment {
  width: 50%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .appointment {
    display: block;
    width: 100%;
  }
}
.agenda-control .agenda-row .appointment .end-date {
  font-weight: 500;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.agenda-control .agenda-row .appointment .study {
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .appointment .study {
    width: 100%;
    margin: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
  }
}
.agenda-control .agenda-row .appointment .menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 10px 20px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .agenda-control .agenda-row .appointment .menu {
    justify-content: flex-end;
    padding: 10px;
  }
}
.agenda-control .agenda-row .appointment .menu .link {
  color: #009cc9;
}
.agenda-control .agenda-row .appointment .menu .link:hover {
  color: #2a6496;
}
.agenda-control .agenda-row .appointment .menu .edit {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.agenda-control .agenda-row .appointment .menu .export {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 1.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.agenda-control .agenda-row:last-child {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 0 0 4px 4px;
}
/* #endregion */
/* #region navbar */
nav {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.navbar {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #ffffff;
  border-bottom: transparent;
  border-bottom-width: 0;
  border-bottom-style: none;
}
@media only screen and (max-width: 990px) {
  nav.navbar {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #ffffff;
    border-bottom: rgba(36, 39, 48, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}
nav.pre-auth-nav .custom-header {
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
}
nav.pre-auth-nav .custom-header ul,
nav.pre-auth-nav .custom-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.pre-auth-nav .custom-header::after {
  content: "";
  display: table;
  clear: both;
}
nav.pre-auth-nav .default-header {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
nav.pre-auth-nav .default-header .navbar-frame {
  width: 100%;
  margin: 0;
  padding: 0;
}
nav.pre-auth-nav .default-header .navbar-header {
  margin: 0;
  width: 100%;
}
nav.pre-auth-nav .default-header .navbar-nav {
  margin: 0;
  padding: 0;
  float: right;
}
nav.pre-auth-nav .default-header .nav .gray-caret {
  border-top-color: #333333;
}
nav.pre-auth-nav .default-header .header {
  margin: 0;
  padding: 0;
}
nav.pre-auth-nav .default-header .header-image-frame {
  margin: 15px 0 0;
  padding: 0;
  display: inline-block;
  float: left;
}
nav.pre-auth-nav .default-header .header-image {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  nav.pre-auth-nav .default-header .header-image {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
nav.pre-auth-nav .default-header .header-image img {
  /* If you change the height of this image, you may need to adjust the body padding height above */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 990px) {
  nav.pre-auth-nav .default-header .header-image img {
    height: 24px;
    width: auto;
  }
}
nav.pre-auth-nav .default-header .header-image img::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\e021";
}
nav.pre-auth-nav .default-header .header-navbar-menu {
  margin: 15px 0 0;
  padding: 0;
  float: right;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 990px) {
  nav.pre-auth-nav .default-header .header-navbar-menu {
    margin: 0;
  }
}
nav.pre-auth-nav .default-header .header-navbar-menu::after {
  content: "";
  display: table;
  clear: both;
}
nav.pre-auth-nav .default-header .header-html {
  display: none;
  width: 50%;
}
nav.pre-auth-nav .default-header .header-dropdown-menu {
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  display: none;
}
nav.pre-auth-nav .default-header .header-hamburger-menu {
  display: none;
  height: 0;
  width: 0;
}
nav.pre-auth-nav .default-header .header-languages {
  font-weight: 500;
  font-size: 0.625rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  float: right;
  text-align: right;
}
nav.pre-auth-nav .default-header .header-languages .lang-glyph,
nav.pre-auth-nav .default-header .header-languages .fa,
nav.pre-auth-nav .default-header .header-languages .fas,
nav.pre-auth-nav .default-header .header-languages .far,
nav.pre-auth-nav .default-header .header-languages .fal {
  color: #677782;
  margin: 0;
  padding: 0;
}
nav.pre-auth-nav .default-header .header-languages a.lang-item {
  margin: 0;
  padding: 0 8px 0 5px;
  border-right: 1px solid transparent;
}
nav.pre-auth-nav .default-header .header-languages a.lang-item:link {
  color: rgba(103, 119, 130, 0.8);
  border-right: 1px solid transparent;
}
nav.pre-auth-nav .default-header .header-languages a.lang-item:hover {
  color: rgba(103, 119, 130, 0.8);
  text-decoration: underline;
  cursor: pointer;
}
nav.pre-auth-nav .default-header .header-languages a.lang-item.active {
  color: rgba(103, 119, 130, 0.8);
  cursor: default;
  font-weight: 600;
  text-decoration: underline;
}
nav.pre-auth-nav .default-header .header-languages a.lang-item:last-child {
  padding: 0 0 0 5px;
  border-right: none;
}
nav.pre-auth-nav .default-header .header-languages select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-toggle .lang-label {
  display: none;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .btn-group {
  margin: 0;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .btn-group li.divider:last-child {
  display: none;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li {
  display: block;
  padding: 0 10px;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li:last-child {
  padding-bottom: 10px;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li span {
  display: inline-block;
  padding-right: 5px;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a:link,
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a:visited {
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 3px 0;
}
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a:hover,
nav.pre-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a:focus {
  background: transparent;
  text-decoration: underline;
}
nav.pre-auth-nav .default-header .header-mobile-languages {
  display: inline-block;
  border: 1px solid #cccccc;
  height: 34px;
  padding: 7px 10px;
  float: right;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 14px;
}
nav.pre-auth-nav .default-header .header-mobile-languages > a,
nav.pre-auth-nav .default-header .header-mobile-languages > a:link {
  margin: 0;
  padding: 0;
  color: #333333;
}
nav.pre-auth-nav .default-header::after {
  content: "";
  display: table;
  clear: both;
}
nav.pre-auth-nav::after {
  content: "";
  display: table;
  clear: both;
}
nav.post-auth-nav .custom-header {
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
}
nav.post-auth-nav .custom-header ul,
nav.post-auth-nav .custom-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.post-auth-nav .custom-header::after {
  content: "";
  display: table;
  clear: both;
}
nav.post-auth-nav .default-header {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
nav.post-auth-nav .default-header .navbar-frame {
  width: 100%;
  margin: 0;
  padding: 0;
}
nav.post-auth-nav .default-header .navbar-header {
  margin: 0;
  width: 100%;
}
nav.post-auth-nav .default-header .navbar-nav {
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .navbar-nav li {
    list-style: none;
    display: block;
    vertical-align: top;
  }
}
nav.post-auth-nav .default-header .navbar-nav > li > a:link,
nav.post-auth-nav .default-header .navbar-nav > li > .link {
  color: #677782;
  margin: 5px 10px 0;
  padding: 0;
  vertical-align: bottom;
}
nav.post-auth-nav .default-header .navbar-collapse {
  max-height: unset;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .navbar-collapse {
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
nav.post-auth-nav .default-header .navbar-toggle {
  margin-top: 10px;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .navbar-toggle {
    margin-right: 0;
  }
}
nav.post-auth-nav .default-header .nav .gray-caret {
  border-top-color: #333333;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .nav .divider {
    border-bottom: 1px dotted rgba(36, 39, 48, 0.1);
    padding: 3px 0 5px;
  }
}
nav.post-auth-nav .default-header .header {
  margin: 0;
  padding: 0;
}
nav.post-auth-nav .default-header .header-image-frame {
  margin: 15px 0;
  padding: 0;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .header-image-frame {
    margin: 13px 0 0;
  }
}
nav.post-auth-nav .default-header .header-image {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .header-image {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
}
nav.post-auth-nav .default-header .header-image img {
  /* If you change the height of this image, you may need to adjust the body padding height above */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .header-image img {
    height: 24px;
    width: auto;
  }
}
nav.post-auth-nav .default-header .header-image img::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\e021";
}
nav.post-auth-nav .default-header .header-navbar-menu {
  margin: 15px 0;
  padding: 0;
  display: inline-block;
  float: right;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 990px) {
  nav.post-auth-nav .default-header .header-navbar-menu {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
}
nav.post-auth-nav .default-header .header-mobile-menu {
  display: block;
}
nav.post-auth-nav .default-header .header-hamburger-menu {
  margin-left: 10px;
}
nav.post-auth-nav .default-header .header-languages {
  font-weight: 500;
  font-size: 0.625rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  float: right;
  text-align: right;
}
nav.post-auth-nav .default-header .header-languages .lang-glyph {
  color: #677782;
  margin: 0;
  padding: 0;
}
nav.post-auth-nav .default-header .header-languages a.lang-item {
  margin: 0;
  padding: 0 8px 0 5px;
  border-right: 1px solid transparent;
}
nav.post-auth-nav .default-header .header-languages a.lang-item:link {
  color: rgba(103, 119, 130, 0.8);
  border-right: 1px solid transparent;
}
nav.post-auth-nav .default-header .header-languages a.lang-item:hover {
  color: rgba(103, 119, 130, 0.8);
  text-decoration: underline;
  cursor: pointer;
}
nav.post-auth-nav .default-header .header-languages a.lang-item.active {
  color: rgba(103, 119, 130, 0.8);
  cursor: default;
  font-weight: 600;
  text-decoration: underline;
}
nav.post-auth-nav .default-header .header-languages a.lang-item:last-child {
  padding: 0 0 0 5px;
  border-right: none;
}
nav.post-auth-nav .default-header .header-languages select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-toggle .lang-label {
  display: none;
}
nav.post-auth-nav .default-header .header-dropdown-languages .btn-group {
  margin: 0 10px 0 0;
}
nav.post-auth-nav .default-header .header-dropdown-languages .btn-group li.divider:last-child {
  display: none;
}
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-menu li {
  display: block;
  padding: 0 10px;
}
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-menu li span {
  display: inline-block;
  padding-right: 5px;
}
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a {
  font-weight: 500 !important;
  font-size: 0.825rem !important;
  font-style: normal !important;
  line-height: normal !important;
  text-rendering: auto !important;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #595e6c;
  display: inline-block;
  padding: 3px 0;
}
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a:hover,
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-menu li a:focus {
  background: transparent;
  text-decoration: underline;
}
nav.post-auth-nav .default-header .header-dropdown-languages .dropdown-menu .divider {
  margin: 4px 0 3px;
}
nav.post-auth-nav .default-header .header-dropdown-appointments {
  /*&.note-button {
                        margin: 8px 10px 0;

                        .glyphicon-globe, .far, .fas, .fa {
                            color: @nav-links !important;
                        }
                    }

                    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
                        border-radius: 4px;
                    }*/
}
nav.post-auth-nav .default-header .header-dropdown-appointments .btn-group {
  margin: 0 10px 0 0;
}
nav.post-auth-nav .default-header .header-dropdown-notifications .btn-group {
  margin: 0 10px 0 0;
}
nav.post-auth-nav .default-header .header-dropdown-search .btn-group {
  margin: 0 10px 0 0;
}
nav.post-auth-nav .default-header .header-dropdown-search .search-frame {
  padding: 12px !important;
  width: 280px !important;
}
nav.post-auth-nav .default-header .header-dropdown-search .search-frame .search-input {
  width: 200px;
  min-height: 38px !important;
}
nav.post-auth-nav .default-header .header-dropdown-search .search-frame .btn {
  min-height: 38px;
}
nav.post-auth-nav .default-header .header-dropdown-menu .btn-group {
  margin: 0;
}
nav.post-auth-nav .default-header .header-dropdown-menu .btn-group .btn {
  padding-top: 5px;
}
nav.post-auth-nav .default-header .header-dropdown-menu .btn-group .avatar {
  margin: 0 3px 0 0;
  padding: 0;
  position: relative;
  top: 3px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px !important;
}
nav.post-auth-nav .default-header .header-dropdown-menu .divider {
  margin: 4px 0 3px;
}
nav.post-auth-nav .default-header .header-mobile-languages {
  display: inline-block;
  border: 1px solid #cccccc;
  height: 34px;
  padding: 1px 10px;
  float: right;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  font-size: 14px;
}
nav.post-auth-nav .default-header .header-mobile-languages > a,
nav.post-auth-nav .default-header .header-mobile-languages > a:link {
  margin: 0;
  padding: 0;
  color: #333333;
}
nav.post-auth-nav .default-header .header-mobile-notifications {
  display: inline-block;
  border: 1px solid #cccccc;
  height: 34px;
  padding: 1px 10px;
  float: right;
  border-radius: 4px;
  margin: 10px 0 10px 10px;
  font-size: 14px;
}
nav.post-auth-nav .default-header .header-mobile-notifications > a,
nav.post-auth-nav .default-header .header-mobile-notifications > a:link {
  margin: 0;
  padding: 0;
  color: #333333;
}
nav.post-auth-nav .default-header::after {
  content: "";
  display: table;
  clear: both;
}
nav.post-auth-nav .search-dropdown-area {
  padding: 5px 15px;
}
nav.post-auth-nav .search-dropdown-area .search-input {
  min-height: 40px !important;
}
nav.post-auth-nav .search-dropdown-area .btn {
  min-height: 40px !important;
  font-weight: 500;
}
nav.post-auth-nav-btn {
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav.post-auth-nav.shrink {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: #ffffff;
  border-bottom: rgba(36, 39, 48, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
nav.post-auth-nav.shrink .container .default-header .header-image img {
  height: 33px;
  width: auto;
}
nav.post-auth-nav.shrink .container::after {
  content: "";
  display: table;
  clear: both;
}
nav.post-auth-nav::after {
  content: "";
  display: table;
  clear: both;
}
nav .divider {
  background: transparent;
}
nav a[href="surveys"] {
  padding-right: 30px;
}
.nav-notifications {
  padding: 12px;
  width: 400px;
  height: 300px;
}
.nav-notifications h1,
.nav-notifications h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #595e6c;
  margin: 0;
  padding: 0;
}
.nav-notifications h1 .events,
.nav-notifications h2 .events {
  margin: 0 0 3px 20px;
  display: inline-block;
  font-size: 0.835em;
  color: #fcf8e3;
}
.nav-notifications .view-read {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 12px;
}
.nav-notifications .body {
  overflow: hidden !important;
  height: 280px !important;
}
.nav-notifications .body .note {
  border-bottom: rgba(103, 119, 130, 0.2) 1px solid;
  display: block;
  padding: 10px 0 8px;
  position: relative;
  clear: both;
}
.nav-notifications .body .note.active {
  background: rgba(103, 119, 130, 0.06);
}
.nav-notifications .body .note .link {
  font-weight: 700;
  font-size: 0.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  width: 60%;
  text-indent: 8px;
}
.nav-notifications .body .note .link a:link {
  color: #009cc9;
}
.nav-notifications .body .note .time {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 0.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  width: 32%;
  text-indent: 8px;
}
.nav-notifications .body .note .status {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 0.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 10px;
}
.nav-notifications .body .alert-message {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f2dede;
}
.nav-notifications .note-button {
  margin: 8px 10px 0;
}
.nav-notifications .note-button .glyphicon-bell,
.nav-notifications .note-button .far,
.nav-notifications .note-button .fas,
.nav-notifications .note-button .fa {
  color: #677782 !important;
}
.nav-appointments {
  padding: 12px;
  width: 400px;
  height: 300px;
}
.nav-appointments h1,
.nav-appointments h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #595e6c;
  margin: 0;
  padding: 0;
}
.nav-appointments .body {
  overflow: hidden !important;
  height: 280px !important;
}
.nav-appointments .body td.link {
  color: #595e6c;
}
.nav-appointments .body td.status {
  display: none;
  width: 0;
  height: 0;
}
.nav-appointments .body .alert-message {
  padding: 10px 0;
}
.nav-appointments .upcoming {
  display: block;
  height: 170px;
  overflow: auto;
  margin: 0 0 20px;
}
.nav-appointments .upcoming table {
  width: 100%;
  margin: 5px 0;
}
.nav-appointments .upcoming table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.nav-appointments .upcoming table td {
  display: inline-block;
  padding: 8px 2px;
}
.nav-appointments .upcoming table td.link {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.nav-appointments .upcoming table td.link .icon {
  padding: 0 5px;
  font-size: 0.825em;
}
.nav-appointments .upcoming table td.link .icon .icon-alert {
  color: #f89521;
  cursor: help;
}
.nav-appointments .upcoming table td.link .icon .icon-set {
  color: #00a14b;
  cursor: help;
}
.nav-appointments .upcoming table td.link .title {
  font-size: 0.8rem !important;
}
.nav-appointments .upcoming table td.link a:link,
.nav-appointments .upcoming table td.link a:visited {
  font-weight: 700;
  font-size: 0.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #009cc9 !important;
}
.nav-appointments .upcoming table td.time {
  font-weight: 700;
  font-size: 0.8rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
  padding-right: 5px;
  width: 44%;
}
.nav-appointments .upcoming table td.time .icon {
  display: none;
}
.nav-appointments .upcoming table td.edit {
  font-size: 0.825em;
}
.nav-appointments .upcoming .alert-message {
  padding: 0 !important;
}
.nav-appointments .next {
  display: block;
  width: 374px;
}
.nav-appointments .next .date {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  float: left;
  clear: left;
  width: 50%;
}
.nav-appointments .next .time {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 2em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
  float: right;
  clear: right;
  width: 50%;
  text-align: right;
}
.nav-appointments .view-cal {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 12px;
}
/* #endregion */
/* #region pages */
.login-page.login {
  margin-top: 10vh;
}
@media only screen and (max-width: 768px) {
  .login-page.login {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .login-page.login {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .login-page .col-left {
    order: 2;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .login-page .col-right {
    order: 1;
  }
}
.forgot-password-page .page-item article {
  padding: 20px 0;
}
.forgot-password-page .page-item .page-inputs {
  padding: 20px 0 40px;
}
.forgot-password-page .page-item .page-inputs .name,
.forgot-password-page .page-item .page-inputs .dob {
  padding: 0 0 20px;
}
.reset-password-page .page-item article {
  padding: 20px 0;
}
.reset-password-page .page-item .page-inputs {
  padding: 20px 0 40px;
}
.reset-password-page .page-item .page-inputs .password {
  padding: 0 0 20px;
}
.set-username-page .page-item article {
  padding: 20px 0;
}
.set-username-page .page-item .page-inputs {
  padding: 20px 0 40px;
}
.set-username-page .page-item .page-inputs .password {
  padding: 0 0 20px;
}
.set-username-page .page-actions .btn-default,
.set-username-page .page-actions .btn-secondary {
  margin-top: 20px;
}
.notification-page .mark-read {
  float: right;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.notification-page .note {
  font-weight: 500;
  font-size: 0.825em;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: 20px 0;
  clear: both;
}
.notification-page .note .link {
  float: left;
  width: 60%;
  clear: left;
}
.notification-page .note .time {
  float: left;
  width: 35%;
}
.notification-page .note .status {
  float: left;
  width: 5%;
}
.notification-page footer .pull-right {
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 16px;
  right: 0;
  text-align: right;
}
.languages-page .page-item {
  padding-top: 20px;
}
.languages-page .languages-select {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.languages-page .languages-select li {
  padding: 5px 10px;
  display: block;
}
.languages-page .languages-select li a,
.languages-page .languages-select li a:link {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
}
.languages-page .languages-select .divider {
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  height: 1px;
}
.languages-page .languages-select .divider:last-child {
  border-bottom: none;
}
.profile-custom-page {
  /*.RadInput_Bootstrap .riTextBox,
    .riTextBox,
    input.riTextBox {
        .control-font-family(@control-font-family);
        .font(.875rem, 500, normal, normal);
        min-height: 40px !important;
        border-radius: 0 !important;
        padding: 2px 10px 1px !important;
    }*/
}
.profile-custom-page .profile-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.profile-custom-page .profile-group-link {
  width: 20%;
  padding-top: 10px;
}
.profile-custom-page .profile-group-link .nav-content {
  min-width: 200px;
  padding: 0 20px 0 0;
}
.profile-custom-page .profile-group-link .nav li a:link {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: green !important;*/
  color: #242730;
  border: 1px solid #cccccc;
  background: #ffffff;
  margin-bottom: 20px;
}
.profile-custom-page .profile-group-link .nav li a:hover {
  color: #242730;
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
}
.profile-custom-page .profile-group-link .nav li a:visited {
  color: #242730;
  border: 1px solid #cccccc;
}
.profile-custom-page .profile-group-link .nav.nav-pills > li.active > a,
.profile-custom-page .profile-group-link .nav.nav-pills > li.active > a:hover,
.profile-custom-page .profile-group-link .nav.nav-pills > li.active > a:focus {
  color: #ffffff;
  border: 1px solid #007496;
  background: #0088b0;
}
.profile-custom-page .profile-group-area {
  width: 80%;
  padding-top: 10px;
}
.profile-custom-page .profile-group-area .control-body .item {
  height: auto;
  background: transparent;
  border: none;
  margin: 0;
  padding: 5px 0 0;
}
.profile-custom-page .RadPicker_Bootstrap .rcCalPopup {
  min-height: 38px !important;
  border-radius: 0 !important;
  background-position: -10px -4207px !important;
}
.profile-custom-page .RadComboBox .rcbInput {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  min-height: 38px !important;
}
.profile-custom-page .RadComboBox_Bootstrap .rcbInputCell,
.profile-custom-page .RadComboBox_Bootstrap .rcbArrowCell,
.profile-custom-page .RadComboBox_Bootstrap .rcbFocused {
  border-radius: 0 !important;
}
.profile-custom-page .custom-profile .rcbHovered {
  padding: 2px 1em !important;
}
.switch-profile-page .page-item .profiles {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch-profile-page .page-item .profiles li {
  float: left;
  width: 200px;
  height: 200px;
  list-style: none;
  margin: 10px;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -webkit-transform 0.2s;
  -o-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.switch-profile-page .page-item .profiles li .frame {
  display: block;
  width: 100%;
  height: 100%;
  border: transparent 10px solid;
}
.switch-profile-page .page-item .profiles li .frame:hover {
  -moz-transition-duration: 0.18182s;
  -o-transition-duration: 0.18182s;
  -webkit-transition-duration: 0.18182s;
  transition-duration: 0.18182s;
  border: rgba(0, 0, 0, 0.1) 10px solid;
}
.switch-profile-page .page-item .profiles li .avatar {
  display: block;
  margin: 15px auto 10px;
  background: transparent url('data:image/png;base64,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') /*/Content/core/images/256x256_user_gray.png*/ no-repeat center center;
  background-size: contain;
  width: 128px;
  height: 128px;
}
.switch-profile-page .page-item .profiles li .avatar:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition-duration: 0.18182s;
  -o-transition-duration: 0.18182s;
  -webkit-transition-duration: 0.18182s;
  transition-duration: 0.18182s;
}
.switch-profile-page .page-item .profiles li .name {
  display: block;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.search-page .search {
  margin: 0 0 20px;
}
.search-page .search-again {
  padding: 0;
  margin: 1px 0 20px 0;
}
.search-page .search-again input[type=text] {
  border-radius: 0;
  height: 58px;
}
.search-page .search-again button[type=button] {
  border-radius: 0 !important;
  border-left: none;
  height: 58px !important;
}
.search-page .search-results {
  margin: 0 0 20px;
}
.search-page .search-results article {
  font-weight: 500;
  font-size: 0.95rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  background: transparent;
  margin: 0;
  padding: 20px;
}
.search-page .search-results article::after {
  content: "";
  display: table;
  clear: both;
}
.search-page .search-results .members {
  width: 100%;
  display: inline-block;
  color: rgba(36, 39, 48, 0.9);
  border: 1px solid rgba(36, 39, 48, 0.1);
  background-color: rgba(186, 191, 204, 0.1);
  padding: 20px 10px;
  margin: 10px 0 20px;
}
.search-page .search-results .members .avatar {
  background: transparent url('data:image/png;base64,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') /*/Content/core/images/256x256_user_gray.png*/ no-repeat 0 0;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.search-page .search-results .members .info {
  width: 60%;
  /* set to 60% if including avatar */
  display: inline-block;
  margin: 0;
  padding: 0;
}
.search-page .search-results .members .info .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #a7abb7;
  display: block;
}
.search-page .search-results .members .info .title {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  display: block;
  vertical-align: top;
  padding: 7px 0 0;
}
.search-page .search-results .studies {
  display: block;
  padding: 0;
  margin: 0 0 20px;
}
.search-page .search-results .studies h1 {
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  color: #242730;
  border: 1px solid rgba(36, 39, 48, 0.1);
  background: rgba(128, 136, 160, 0.1);
  margin: 0 0 1px 0;
  padding: 8px 20px 0;
  min-height: 60px;
}
.search-page .search-results .studies h2 {
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #242730;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 0 0 5px;
  margin: 0;
  width: 100%;
  display: block;
}
.search-page .search-results .studies:nth-child(even) {
  background: rgba(216, 218, 225, 0.1);
  border: 1px solid rgba(80, 86, 106, 0.1);
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-page .search-results .studies:nth-child(odd) {
  background: transparent;
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-page .search-results .studies .body {
  font-weight: 400;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(36, 39, 48, 0.9);
  width: 100%;
  margin: 0 0 10px 0;
}
.search-page .search-results .studies .body .time {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
}
.search-page .search-results .studies .body .community {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
}
.search-page .search-results .studies .body .description {
  padding-top: 10px;
}
.search-page .search-results .posts {
  display: block;
  padding: 0;
  margin: 0 0 20px;
}
.search-page .search-results .posts h2 {
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #242730;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 0 0 5px;
  margin: 0;
  width: 100%;
  display: block;
}
.search-page .search-results .posts:nth-child(even) {
  background: rgba(216, 218, 225, 0.1);
  border: 1px solid rgba(80, 86, 106, 0.1);
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-page .search-results .posts:nth-child(odd) {
  background: transparent;
  display: block;
  margin: 0 auto 20px;
  padding: 10px;
}
.search-page .search-results .posts .body {
  display: block;
  color: rgba(36, 39, 48, 0.9);
  width: 100%;
  margin: 0;
}
.search-page .search-results .posts .body .avatar {
  background: transparent url('data:image/png;base64,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') /*/Content/core/images/256x256_user_gray.png*/ no-repeat 0 0;
  background-size: 40px 40px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 0;
}
.search-page .search-results .posts .body .info {
  width: 60%;
  /* set to 60% if including avatar */
  display: inline-block;
  margin: 10px 0;
  padding: 5px 0 0;
}
.search-page .search-results .posts .body .info .poster {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 20px 0 0;
  display: block;
}
.search-page .search-results .posts .body .info .time {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
  display: block;
}
.search-page .search-results .posts .body .info .comments {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
  padding: 0 20px 0 0;
}
.search-page .search-results .posts .body .info .likes {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  padding: 0 0 10px;
}
.search-page .search-results .posts .body .description {
  font-weight: 400;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0;
  /*border-bottom: 1px dashed @results-border;*/
}
.search-page .search .all-results {
  margin: 0;
  padding: 0;
}
.schedule-page .page-item .next-session {
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 20px;
  right: 20px;
}
.schedule-page .page-item .confirmation {
  display: block;
}
.schedule-page .page-item .confirmation .status {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  display: block;
}
.schedule-page .page-item .confirmation .status .text {
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0;
  padding: 0 0 10px 10px;
  white-space: normal;
  width: 75%;
}
@media only screen and (max-width: 990px) {
  .schedule-page .page-item .confirmation .status .text {
    width: 70%;
  }
}
.schedule-page .page-item .confirmation .status .btn {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media only screen and (max-width: 990px) {
  .schedule-page .page-item .confirmation .status .btn {
    top: 0;
  }
}
.schedule-page .page-item .calendar {
  display: inline-block;
}
.schedule-page .page-item .calendar-date {
  display: block;
  width: 100%;
}
.schedule-page .page-item .calendar-date .date-header {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  margin: 20px 0 0 0;
  padding: 0 0 20px;
}
.schedule-page .page-item .calendar-date .date-header .left {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
}
.schedule-page .page-item .calendar-date .date-header .date {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 700;
  font-size: 1.3125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
.schedule-page .page-item .calendar-date .date-header .right {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 500;
  font-size: 1.375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
}
.schedule-page .page-item .calendar-date .date-events table {
  margin: 20px 0;
  width: 100%;
}
.schedule-page .page-item .calendar-date .date-events table th {
  background-color: #f7f7f7;
  padding: 10px;
}
.schedule-page .page-item .calendar-date .date-events table .study-name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.schedule-page .page-item .calendar-date .date-events table .edit {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.schedule-page .page-item .calendar-date .date-events table .study-session {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 20px;
}
.calendar-page .calendar.RadScheduler_MetroTouch {
  background: transparent;
  border: none;
}
.calendar-page .calendar.RadScheduler_MetroTouch .rsHeader {
  border: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  background: rgba(128, 136, 160, 0.1);
  border-radius: 4px 4px 0 0;
  margin: 0 0 1px;
  padding: 10px 5px 0;
  min-height: 42px;
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler_MetroTouch .rsHeader {
    font-weight: 600;
    font-size: 0.6875remrem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .calendar-page .calendar.RadScheduler_MetroTouch .rsHeader .rsIcon {
    line-height: 1.1em;
  }
  .calendar-page .calendar.RadScheduler_MetroTouch .rsHeader .rsCurrent {
    font-weight: 600;
    font-size: 0.625rem;
    font-style: normal;
    line-height: 1.6em;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.calendar-page .calendar.RadScheduler_MetroTouch .rsHeader ul a {
  border: 1px solid rgba(36, 39, 48, 0.1);
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler_MetroTouch .rsHorizontalHeaderWrapper {
    font-size: 12px;
  }
}
.calendar-page .calendar.RadScheduler_MetroTouch .rsAgendaView {
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler_MetroTouch .rsAgendaView .rsAgendaTable td {
    font-size: 0.925em;
    vertical-align: top;
  }
}
.calendar-page .calendar.RadScheduler_MetroTouch .rsButton {
  background: rgba(128, 136, 160, 0.1);
  border: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  border-radius: 4px;
  margin: 0 5px;
}
.calendar-page .calendar.RadScheduler_MetroTouch .rsButton:hover {
  border: 1px solid rgba(36, 39, 48, 0.9);
  cursor: pointer;
}
.calendar-page .calendar.RadScheduler_MetroTouch .rsSelected > .rsButton,
.calendar-page .calendar.RadScheduler_MetroTouch .rsPressed > .rsButton,
.calendar-page .calendar.RadScheduler_MetroTouch .rsButton:active,
.calendar-page .calendar.RadScheduler_MetroTouch .rsButton.rsPressed {
  background: rgba(128, 136, 160, 0.1);
  border: 1px solid rgba(36, 39, 48, 0.9);
}
.calendar-page .calendar.RadScheduler .rsHorizontalHeaderTable table {
  width: 100%;
  border-collapse: collapse !important;
}
.calendar-page .calendar.RadScheduler .rsHorizontalHeaderTable th {
  font-weight: 600 !important;
  padding-left: 8px;
}
.calendar-page .calendar.RadScheduler .rsAgendaView {
  border: 1px solid rgba(36, 39, 48, 0.1);
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsAgendaDateHeader {
  background: transparent !important;
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable th {
  border-left: none !important;
  border-right: none !important;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable th {
    padding-top: 9px;
  }
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable td {
  border-left: none !important;
  border-right: none !important;
  padding: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable td {
    padding: 11px;
    vertical-align: top;
  }
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox {
  background: transparent !important;
  height: 18px !important;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox {
    font-size: 12px;
    padding-top: 2px;
  }
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox em {
  font-weight: 500;
  font-size: 0.825rem;
  font-style: normal;
  line-height: 2em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox small {
  font-weight: 500;
  font-size: 0.825rem;
  font-style: normal;
  line-height: 0.825em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox small {
    line-height: 1em;
  }
}
.calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox .rsDateHeader {
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .calendar-page .calendar.RadScheduler .rsAgendaView .rsAgendaTable .rsDateBox .rsDateHeader {
    font-size: 0.925em;
  }
}
.calendar-page .calendar.RadScheduler .rsMonthView {
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 0 0 4px 4px;
}
.calendar-page .calendar.RadScheduler .rsMonthView .rsHorizontalHeaderTable th {
  font-weight: 600 !important;
  padding-left: 5px;
}
.calendar-page .calendar.RadScheduler .rsMonthView .rsDateHeader {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #595e6c;
  padding-left: 5px;
}
.calendar-page .calendar.RadScheduler .rsMonthView .rsAptContent {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.725rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.calendar-page .calendar.RadScheduler .rsMonthView .rsAptContent .name {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.calendar-page .calendar.RadScheduler .appointment {
  display: inline-block;
  width: 100%;
}
.calendar-page .calendar.RadScheduler .appointment-agenda {
  border: none;
}
.calendar-page .calendar.RadScheduler .appointment-agenda .menu {
  /*color: #595e6c !important;*/
}
.calendar-page .calendar.RadScheduler .appointment-agenda .menu .export {
  margin-bottom: 10px;
}
.calendar-page .calendar.RadScheduler .appointment .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.925rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 4px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.calendar-page .calendar.RadScheduler .appointment .name .fas,
.calendar-page .calendar.RadScheduler .appointment .name .far,
.calendar-page .calendar.RadScheduler .appointment .name .fal {
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
}
.calendar-page .calendar.RadScheduler .appointment .name:hover {
  cursor: pointer;
  color: #2a6496;
  text-decoration: underline;
}
.calendar-page .calendar.RadScheduler .session {
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.calendar-page .calendar.RadScheduler .session .menu {
  display: inline-block;
}
.calendar-page .calendar.RadScheduler .session .menu .export,
.calendar-page .calendar.RadScheduler .session .menu .edit {
  display: block;
  cursor: pointer;
}
.calendar-page .calendar.RadScheduler .session .menu .tooltip .tooltip-inner {
  padding: 3px 8px;
}
@media only screen and (max-width: 480px) {
  .calendar-page .page-header .link {
    display: none;
  }
}
.refer-page .page-item article {
  font-weight: 500;
  font-size: 0.95rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
}
.refer-page .page-item .refer-form .input {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 20px 0;
}
.refer-page .page-item .refer-form .input .captcha {
  margin: 0 auto 40px;
  width: 200px;
  display: block;
}
.refer-page .page-item .refer-form .input .captcha captcha-img {
  width: 200px;
}
.refer-page .page-item .refer-form .input .captcha .captcha-input {
  border: 1px solid rgba(36, 39, 48, 0.1);
  margin: 10px 0;
  height: 34px;
  width: 200px;
  border-radius: 4px;
}
.refer-page .page-item .refer-form .input .captcha .captcha-label {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 200px;
  display: block;
  clear: both;
  text-align: center;
}
.refer-page .page-item .refer-form .add-friend {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;
}
.messages-page .page-item {
  margin-top: 20px;
}
.messages-page .page-item article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: rgba(36, 39, 48, 0.1) 1px solid;
}
.messages-page .page-item article:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: none;
}
.messages-page .page-item article .date {
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages-page .page-item .far,
.messages-page .page-item .fas,
.messages-page .page-item .fa,
.messages-page .page-item .fad,
.messages-page .page-item .glyphicon,
.messages-page .page-item .icon {
  padding-right: 5px;
}
.support-page {
  min-height: 80vh;
  width: 40%;
  margin: 40px auto 0;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .support-page {
    width: 100%;
  }
}
.support-page .page-item .support-text .text {
  font-weight: 500;
  font-size: 0.9375em;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 0;
}
.support-page .page-item .support-text .terms {
  padding: 20px 0;
}
.support-page .page-item .support-text .terms .terms-header {
  font-weight: 600;
  font-size: 0.825em;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a94442;
  text-align: center;
  padding-bottom: 5px;
}
.support-page .page-item .support-text .terms .terms-text {
  font-weight: 500;
  font-size: 0.9375em;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 20vh;
  max-height: 40vh;
  background: #f2dede;
  border: solid 1px rgba(36, 39, 48, 0.1);
  padding: 20px;
  width: 100%;
  overflow-y: auto;
}
.support-page .page-item .support-input .username,
.support-page .page-item .support-input .dob,
.support-page .page-item .support-input .password,
.support-page .page-item .support-input .email {
  margin: 0 0 15px;
  padding: 0;
}
.support-page .page-item .support-input .agreement {
  padding: 10px 0 5px;
}
.support-page .page-item .support-input .agreement label {
  display: inline-block;
  padding-left: 5px;
}
.support-page .page-item .support-input .agreement .small-text {
  display: block;
  font-size: 85%;
  padding: 0 18px;
}
.support-page .page-item .support-input .agreement .validation {
  font-weight: 600;
  font-size: 0.825em;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d9534f;
  border: none;
  background: transparent;
  padding: 2px 18px;
}
.support-page .page-item .support-actions .button {
  display: block;
  width: 100%;
  clear: both;
  padding: 15px 0;
}
.support-page .page-item .support-actions .ineligable {
  padding: 15px 0 10px;
}
.support-page .page-item .control-header h1 {
  padding: 5px 20px 0;
}
.faq-page .page-item .items article {
  font-weight: 500;
  font-size: 0.95rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  background: #ffffff;
  margin: 0;
  padding: 20px 0 0;
}
.faq-page .page-item .items article .question {
  font-weight: 600;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.45;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  position: relative;
  text-align: left;
}
.faq-page .page-item .items article .question a[aria-expanded="true"]::after {
  font-weight: 500;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  /*text-rendering: optimizeLegibility;*/
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  content: "\f146";
  padding: 0 0 0 15px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 5px;
}
.faq-page .page-item .items article .question a[aria-expanded="false"]::after {
  font-weight: 500;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  /*text-rendering: optimizeLegibility;*/
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  content: "\f0fe";
  padding: 0 0 0 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
.faq-page .page-item .items article .answer {
  line-height: 1.45rem;
  padding: 10px 0;
  display: block;
}
.panelist-scheduler-page .schedule-info {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .panelist-scheduler-page .schedule-info h3 {
    font-weight: 600;
    font-size: 1.15em;
    font-style: normal;
    line-height: 1.5rem;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.panelist-scheduler-page .yB2Kbs3Dw5W8t3rtYGUC.iI5fcRo4gq4qDPNtSDOI {
  background-color: transparent !important;
}
.study-history-page .page-item {
  /*        .select-date {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin: 20px 0;
            padding: 0;

            .start-date, .end-date {
                min-width: 40%;
            }

            .get-button {
                margin: 28px 0 18px;
            }

            &::after {
                .clear-after();
            }
        }*/
}
.study-history-detail-page .page-header .return {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .study-history-detail-page .page-header .return {
    bottom: -30px;
  }
}
.study-history-detail-page .page-item .record-group {
  margin: 0;
  padding: 0;
}
.study-history-detail-page .page-item .record-info {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  display: table;
}
.study-history-detail-page .page-item .record-info tr {
  width: 100%;
  display: table-row;
  border-bottom: dotted 1px rgba(36, 39, 48, 0.1);
}
.study-history-detail-page .page-item .record-info tr th.rbText {
  color: #242730;
}
.study-history-detail-page .page-item .record-info tr td.details {
  display: table-cell;
  padding: 30px 0 5px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .study-history-detail-page .page-item .record-info tr td.details {
    font-size: 11px;
  }
  .study-history-detail-page .page-item .record-info tr td.details b {
    font-weight: 700;
    font-size: 13px;
  }
}
.study-history-detail-page .page-item .record-info tr td.actions {
  display: table-cell;
  padding: 30px 0 5px;
  margin: 0;
}
.study-history-detail-page .page-item .record-info tr td.actions .delete {
  display: inline-block;
  float: right;
  padding: 0 0 0 20px;
}
.study-history-detail-page .page-item .record-info tr td.actions .export {
  display: inline-block;
  float: right;
}
.study-history-detail-page .page-item .record-info::after {
  content: "";
  display: table;
  clear: both;
}
.error-page .error {
  margin: 0 0 0;
  padding: 0 0 20px;
}
.error-page .error-message {
  margin: 0 0 20px;
}
.error-page .error-message h1 {
  font-weight: 700;
  font-size: 4.5rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff;
  background-color: #d9534f;
  padding: 10px 30px 15px;
  margin: 110px 0 1px;
  border-radius: 4px 4px 0 0;
}
.error-page .error-message .detail {
  font-weight: 500;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.85em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242730;
  background-color: #fbefee;
  margin: 0;
  padding: 20px 30px;
  min-height: 300px;
  border-radius: 0 0 4px 4px;
}
.error-page #error-text .description,
.error-page #error-text description {
  display: none;
}
.info-page .info {
  margin: 0 0 0;
  padding: 0 0 20px;
}
.info-page .info-message {
  margin: 0 0 20px;
}
.info-page .info-message h1 {
  font-weight: 700;
  font-size: 4.5rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff;
  background-color: #68cbdf;
  padding: 10px 30px 15px;
  margin: 60px 0 1px;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 480px) {
  .info-page .info-message h1 {
    font-size: 1.53em;
    padding: 10px 15px 15px;
    white-space: normal;
  }
}
.info-page .info-message .detail {
  font-weight: 500;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.85em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #31708f;
  background-color: #eff9fc;
  margin: 0;
  padding: 20px 30px;
  min-height: 300px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 480px) {
  .info-page .info-message .detail {
    padding: 10px 15px 15px;
    white-space: normal;
  }
}
.info-page #info-text .description,
.info-page #info-text description {
  display: none;
}
.unauthorized-page .unauthorized {
  margin: 0 0 0;
  padding: 0 0 20px;
}
.unauthorized-page .unauthorized-message {
  margin: 0 0 20px;
}
.unauthorized-page .unauthorized-message h1 {
  font-weight: 700;
  font-size: 4.5rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff;
  background: #f89521;
  padding: 10px 30px 15px;
  margin: 110px 0 1px;
  border-radius: 4px 4px 0 0;
}
.unauthorized-page .unauthorized-message .detail {
  font-weight: 500;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.85em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8a6d3b;
  background: #fcf8e3;
  margin: 0;
  padding: 20px 30px;
  min-height: 300px;
  border-radius: 0 0 4px 4px;
}
.unauthorized-page #error-text .description,
.unauthorized-page #error-text description {
  display: none;
}
.wall-page .post-area .post-options {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 15px 0 10px;
  padding: 0;
}
.wall-page .post-area .post-options .glyphicon,
.wall-page .post-area .post-options .far,
.wall-page .post-area .post-options .fas,
.wall-page .post-area .post-options .fa,
.wall-page .post-area .post-options .fadlyphicon {
  padding-right: 5px;
}
.polls-page .page-item .category {
  margin: 0 0 20px 0;
}
.polls-page .page-item .category table {
  width: 100%;
}
.polls-page .page-item table {
  margin-bottom: 20px;
  width: 100%;
}
.polls-page .page-item table tr {
  background: transparent;
}
.polls-page .page-item table tr:hover {
  background: transparent;
}
.polls-page .page-item table td {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.875em;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  padding: 10px;
  border-top: none;
}
.polls-page .page-item table td.info {
  text-align: right;
}
.polls-page .page-item table td.info .text-info {
  cursor: pointer;
}
.polls-page .page-item table td.info .text-muted {
  opacity: 0.15;
}
@media only screen and (max-width: 540px) {
  .polls-page .page-item table td.info .glyphicon-pencil,
  .polls-page .page-item table td.info .far,
  .polls-page .page-item table td.info .fas,
  .polls-page .page-item table td.info .fa {
    font-size: 1.2em;
  }
}
.polls-page .page-item .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px 10px 0 10px;
  padding: 0 0 5px 0;
  display: block;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.polls-page .page-item .name .icon {
  vertical-align: top;
  padding: 10px 0 0 0;
}
.polls-page .page-item .name .icon .glyphicon,
.polls-page .page-item .name .icon .far,
.polls-page .page-item .name .icon .fas,
.polls-page .page-item .name .icon .fa,
.polls-page .page-item .name .icon .fad {
  padding: 0 5px 0 10px;
}
.polls-page .page-item .name .title {
  padding: 10px 0 0;
  width: 100%;
}
.polls-page .page-item .name .date {
  font-weight: 500;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 0.5em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(36, 39, 48, 0.5);
  padding: 2px 10px 0 0;
}
.polls-page .page-item .name .text-muted {
  opacity: 0.15;
  margin-right: 4px;
}
.polls-page .page-item .content {
  font-weight: 500;
  font-size: 0.938rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 10px 10px 20px 10px;
  vertical-align: top;
}
.polls-page .page-item .content .start {
  padding-top: 20px;
}
.polls-page .page-item .row {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.polls-page .page-item .row:nth-child(odd) {
  background-color: #f7f7f7;
  display: block;
  margin: 0 auto;
}
.polls-page-history {
  margin-bottom: 200px;
  display: block;
}
@media only screen and (max-width: 480px) {
  .polls-page-history {
    margin-top: 30px;
  }
}
.polls-page-history h1,
.polls-page-history h2,
.polls-page-history h3.rule {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  padding: 0 0 5px;
  margin: 40px 0 10px;
  width: 100%;
  display: block;
  position: relative;
}
.polls-page-history h1 h1,
.polls-page-history h2 h1,
.polls-page-history h3.rule h1 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 2.25rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .polls-page-history h1 h1,
  .polls-page-history h2 h1,
  .polls-page-history h3.rule h1 {
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media only screen and (max-width: 480px) {
  .polls-page-history h1 h1,
  .polls-page-history h2 h1,
  .polls-page-history h3.rule h1 {
    font-weight: 400;
    font-size: 1.75rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.polls-page-history h1 h2,
.polls-page-history h2 h2,
.polls-page-history h3.rule h2 {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .polls-page-history h1 h2,
  .polls-page-history h2 h2,
  .polls-page-history h3.rule h2 {
    font-weight: 400;
    font-size: 1.5rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.polls-page-history h1 .link,
.polls-page-history h2 .link,
.polls-page-history h3.rule .link {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: right;
  position: absolute;
  white-space: nowrap;
  top: 25px;
  right: 0;
}
.polls-page-history h1 .link:link,
.polls-page-history h2 .link:link,
.polls-page-history h3.rule .link:link {
  color: #009cc9;
}
.polls-page-history h1 .link:hover,
.polls-page-history h2 .link:hover,
.polls-page-history h3.rule .link:hover {
  color: #2a6496;
}
.polls-page-history h1 .link:active,
.polls-page-history h2 .link:active,
.polls-page-history h3.rule .link:active {
  color: #2a6496;
}
.polls-page-history h1 .link:visited,
.polls-page-history h2 .link:visited,
.polls-page-history h3.rule .link:visited {
  color: #009cc9;
}
@media only screen and (max-width: 480px) {
  .polls-page-history h1,
  .polls-page-history h2,
  .polls-page-history h3.rule {
    font-size: 1.53em;
  }
}
.polls-page-history .select-date {
  display: block;
  margin: 30px -15px 20px;
  padding: 0;
}
.polls-page-history .select-date .get-button .btn {
  float: right;
}
.polls-page-history .select-date:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history .grid {
  width: 100%;
}
.polls-page-history .grid th {
  height: 38px;
  padding: 20px 10px 3px;
}
.polls-page-history .grid td {
  font-size: 13px;
  padding: 4px 8px;
  height: 38px;
}
.polls-page-history .grid td.view {
  padding: 7px 8px 0;
  float: right;
}
@media only screen and (max-width: 480px) {
  .polls-page-history .grid td.view {
    padding: 2px 8px 0;
  }
}
.polls-page-history .grid td .btn-link {
  font-weight: 600;
}
.polls-page-history .grid tr:nth-child(even) {
  background: #f2f2f2;
}
.polls-page-history .grid:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history-detail {
  margin-top: 140px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 480px) {
  .polls-page-history-detail {
    margin-top: 30px;
  }
}
.polls-page-history-detail:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history-detail h1,
.polls-page-history-detail h2,
.polls-page-history-detail h3.rule {
  position: relative;
  font-size: 34px;
  font-weight: 200;
  color: #242730;
  background: transparent;
  border: none;
  border-bottom: solid 2px rgba(36, 39, 48, 0.1);
  padding: 0 0 10px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .polls-page-history-detail h1,
  .polls-page-history-detail h2,
  .polls-page-history-detail h3.rule {
    font-size: 26px;
  }
}
.polls-page-history-detail h1 .return,
.polls-page-history-detail h2 .return,
.polls-page-history-detail h3.rule .return {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .polls-page-history-detail h1 .return,
  .polls-page-history-detail h2 .return,
  .polls-page-history-detail h3.rule .return {
    bottom: -30px;
  }
}
.polls-page-history-detail table {
  display: table;
  width: 100%;
}
.polls-page-history-detail table tbody {
  width: 100% !important;
}
.polls-page-history-detail .record-group {
  margin: 0;
  padding: 0;
}
.polls-page-history-detail .record-info {
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
  display: table;
}
.polls-page-history-detail .record-info tr {
  width: 100%;
  display: table-row;
  border-bottom: dotted 1px rgba(36, 39, 48, 0.1);
}
.polls-page-history-detail .record-info tr td.details {
  display: table-cell;
  padding: 30px 0 5px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .polls-page-history-detail .record-info tr td.details {
    font-size: 11px;
  }
  .polls-page-history-detail .record-info tr td.details b {
    font-weight: 700;
    font-size: 13px;
  }
}
.polls-page-history-detail .record-info tr td.actions {
  display: table-cell;
  padding: 30px 0 5px;
  margin: 0;
}
.polls-page-history-detail .record-info tr td.actions .delete {
  display: inline-block;
  float: right;
  padding: 0 0 0 20px;
}
.polls-page-history-detail .record-info tr td.actions .export {
  display: inline-block;
  float: right;
}
.polls-page-history-detail .record-info:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history-detail .grid {
  width: 100%;
  display: table;
}
.polls-page-history-detail .grid:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history-detail .grid th {
  height: 38px;
  padding: 10px 10px 0;
  width: auto;
  white-space: nowrap;
  border-bottom: solid 1px rgba(36, 39, 48, 0.1);
  font-size: 12px;
}
.polls-page-history-detail .grid td {
  font-size: 13px;
  padding: 4px 8px;
  height: 38px;
  display: table-cell;
}
.polls-page-history-detail .grid td:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.polls-page-history-detail .grid td.header {
  width: 33.33333333%;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
  height: 38px;
}
.polls-page-history-detail .grid td.data {
  width: 33.33333333%;
  height: 38px;
}
.polls-page-history-detail .grid td.view {
  padding: 7px 8px 0;
  float: right;
}
.polls-page-history-detail .grid td.check {
  width: 33.33333333%;
  padding: 7px 0 0 15px;
}
.polls-page-history-detail .grid td .btn {
  border-radius: 0;
  border: none;
}
.polls-page-history-detail .grid tr:nth-child(even) {
  width: 100% !important;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
}
.polls-page-history-detail .grid tr:after {
  content: "";
  display: table;
  clear: both;
}
/* #endregion */
/* #region rewards */
.pin_megaphonepin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_megaphone_pin_blue.png*/ no-repeat 0 0;
}
.pin_bronzemegaphonepin {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAB+1BMVEUAAAD///////////////////////////////////////////////////////////+5eFa6eli7e1m8fVu9fl29f1+9gGC9gGG+gF6+gmK/gWDAg2LAhmfAh2jAh2rChWTCiWvDhmXDiGnEiGfEjXDEj3PFiWnGi2rGkXbHjGzHlHnHln3Ijm7Jj2/LmoDLm4HLnofNmHrNm4DOoorOpZHPnH/PoovRn4PRoYbRo4nRo4rSpIrSqZPSrZrTq5XUpozUqZHVqY3VtaTWrJTWr5nXrZLXrZXXsp7YsJrYs6DZsZjZvK7atZ3bs53cuaLcvKvcwLDcxLjeuqbevKrevafev67gwa3gwrDgxLXgxbbgyr7hwa/hw7PhxbLjx7jjybfjzL7j08vlyLjlzLzlzMDn0MLn0sXn2M/n2tXoz8Ho1Mfp1crq4t/r1srs3NHs5eLu3dPu3dXu4Nfu4dju6efu6ejv49rv5Nzv6+rx6eLx6uTx6uXx7Ojx7evx7u3x7+/x8PHx8fLy5Nzy5t/16uT27ur48e379/T8+Pb////x6OHy6eP8+fj17un9/Pv+/v37+Pb07Of28ez49PD69vT38u717+r8+/n59fLz6+XKkXHs3dPix7fevanVsJzlzb7q2Mzq2tDcvq3Up43n08fZspvbt6LZt6TMlnhsgUJrAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAEh5JREFUeF7s2Odu4zgUBeCRVUzTovjc57KpuqVM393HHNg/EiBAJokcSZfGfm9wLslDUV/m9b8ky4SQZanwgipLKUSWJTcbPc3FtsQ7lFuRpzeWvZBP0a3tusE5Ry8454aus/ZpDLK4jSlkotQ487ZrnaE3Gdd21uNMlyKLOvxqvcWZrztn6EOM62qPs+16FenSb6pL+EN7pJGObe8BoNpEtxFyqQGE+jn8+CHUAYCWeUSdd1l7f3D0SdzBX/ZBFK2YrNUlfUOfqrnMQK0T7osvAYTe0QRcHwBIztugKAHY1tBETGsBlAXXvV8BoT/SpI59ACqGJyERGvCDocmZwQNaJPzi71uaSbu/jIBXfOtoRs4CWnCpvuop/swjqDjUYaYAv6MF7DygsqWfO1sgtLSQNgDbRZ9KQgOdocWY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') /*/images/trophies/256x256_megaphone_pin_bronze.png*/ no-repeat 0 0;
}
.pin_silvermegaphonepin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_megaphone_pin_silver.png*/ no-repeat 0 0;
}
.pin_thegoldenmegaphonepin {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAB9VBMVEUAAAD////////////////////////////////////////////////////////////SuE7TuVDTulPUulXUu1fUvFfUvFjVvFnVvVzWvV7WvmDWv2PWwGDWwGHXv2LXwGXYwGfYwWTYwWnYwmbYw23ZwmvZw27ZxGraw3DaxW/axnfbxXLbyHPcyHvcyoHdynrdyoDdzHzezIrezYzfy4Tfzoff0IXgzoXgz4ngz5Lg0Zbhz4zh0prh1I7i0ZHi057i1JXi1aDj05Dj05Xj2Krl3LXm1p7m15vn2aDn3q3o2KXo2qfo4Lzp2qnp3Kfp4bDp48nq3K3q3q3q3rDq47Pr37Dr4LLr4LTr5tPs4rjs57zs6M7t4rnt5Lzt6t7u5L3u5r/u6sXu6+Lv5cHv6MPv6cfv7ejv7ufw68vw7urx6cjx6crx7c7x8fHx8fLy79Ly8u/y8+3z7dPz8dbz89jz89rz9Nrz9Ojz9Ov07dP07tX09d309uT09uX179f19+L28Nz38t749OX59un6+O38+/T9+/b////19+H2+OP9/fj4+en5+uz6+/D+/vv+//38/fb3+ef7/PT4+ur2+OX9/vn7/PL5++7axHLk2Jjo3qrr5Lfy8dPw7czu68Xo36rcx3nt577x78/k15zh0Y7m2qPm26EgZHRRAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAEhhJREFUeF7s2OlyozgUBeDGLJZlhB77XO2A1yy998xzdtk/4qpUZZLgAJIz3xucK+kI8WVa/8uKgjFe1wLPiLrmjBVFdrPR85Kta7xBvWZlfmPZK/4UXWvnDsYYesYYc3BO66cx8Oo2plCwWuLEa2eNolcpY532OJE1K5IOv1iuceJbZxS9izKu9ThZLxeJLv2qOYff2y0NtLW9B4BmldxGKLkEENpL+OFDaAMAycuEOu+89n5v6IOYvT/vgyRaMVuKc/qOPlR3noFYZrEvPgcQekMjMH0AwGPeBlUNQFtFI1FWA6irWPd+A4R+S6Pa9gFoIjwJGZOAPyganTp4QLIsvvg7SxOxu/MI4oqvDU3IaECyWKqvucSfdgRNDHVYCMBvaAYbD4hi7ufOGgiWZmIDsJ71qcQk4BTNRjlALmeLnwtA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') /*/images/trophies/256x256_megaphone_pin_gold.png*/ no-repeat 0 0;
}
.pin_megaphonepin_disabled,
.pin_bronzemegaphonepin_disabled,
.pin_silvermegaphonepin_disabled,
.pin_thegoldenmegaphonepin_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_megaphone_pin_gray.png*/ no-repeat 0 0;
}
.pin_thespinpin {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABfVBMVEUAAAD///////////////////////////////////////////////////////////8xwNY1wdY4wdc5wtc8wtc+xNlAw9hCxNlDw9hFxdlHxNlKxdlKxtpOxtpOx9tSxtpTydxVx9pYzN5ZyNtby91dyNteydxgydxjzd5kytxl0OBnyt1sz+Bx0eFx1ON0zt900eF1zt95z+B50OB80+J+0uF+2OWF1eSH1eOI1OOL1uSL3OiN1+WP3OiR1+WV2eaW2OWW2OaX2eaY2eaY4OuZ2+ib2eab3uqe3Oif2+ej3+qk3Oil4+2m3ump3umr4eus4uyv4Ouy4euy5/C65u675e685O2+6PC/6/LA5u7B6fDI7PLJ6fHO6/LR7/TX7/TY8/ff8/fg8vfj9fnk9Pjl9/ro9vnt+fvy+/z2+/32/P3////t+Prb8fZry91wzN615e7F5/C34uzk9fis4ey65u/p9vl+0eHS7fPy+vvW8PWu3+qQ2Ob7/f7a8ve04NHZAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAACqpJREFUeF7s1GlywyAMBeBCwIAso4O+pPu+nb3j/Gtn3M40AeTlu8GT9HRR1WazcS7ExMz4gZlTDM4tN7l1kVjwJ2GKzi4su48T0ScJR2+XEb6jjH/K1M17CMZTxokyeTPT1QfGmXCw80s/4KyGOc3AdIwCuJtHFxwJChFy+pefUVRWfQY2CYqTpPUb7AiV0E5j9RkVsVMZf7UjsD0a6LX8AkNohIyG/FHQjMT25c9oKjtV5V/bKwgCBSS0Wj9DCbaN1q+GhGbrX+sReIEy4ivGNwkKJVPt/AeoNNja57/OGkRM2n+glP3R42H0gkmxfP17TDvcnDaBu8/R68P16P796Ony6u32m2f8ojeF8w9fxJrvcxNFHIdNSNOShmQTC8S2WkvUUFtBKmKrgr8Aa4VKiRZqUGGqUvi223CjmGiTv93L0JnP9HLZ3Kb3uX1e5cW9eZ7J7t7urZgCeKMX+POvKzqUg40I/uAMtcCpopgDjFqg8yP0R/IHReJ5WcbsL3veiAXaX+iT+oMibYOYFRkWYLQCT5b1AJYt/EHWgT8CoEAM/vdt/EHWgT8CoADB312BnEQJgAJO/EEu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') /*/images/trophies/256x256_spin_pin_blue.png*/ no-repeat 0 0;
}
.pin_thesilverspinner {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABYlBMVEUAAAD///////////////////////////////////////////////////////////+/vr7Av7/BwMDCwMDCwcHDwsLEw8PFxMTGxcXHxcXHxsbIx8fJyMjLysrMysrNzMzOzc3Pzs7Rz8/R0NDT0tLV1NTW1NTW1dXX1tbY1tbY19fZ19fZ2NfZ2Nja2dnb2dnb2trd29ve3Nze3d3g3t7g397g39/h4ODi4ODi4eHl4+Pl5OPn5+fo5ubq6Ojq6ejr6urr6+vs6urt6+vt7Ovt7Ozv7+/w7+/y8PDz8vLz8/P29fX39/f49/f5+fn7+/v+/f3////x8O/29vX19PP8+/vy8fD4+Pf+/v79/f3z8vH7+vr19fT8/Pz5+Pj08/L6+fn39/bv7e3s6+rf3t7U09Pr6enr6une3dzv7u3p5+fw7+7n5eXn5uXn5ubS0dHc29vMy8vj4uLW1dTu7ezKycmrfDg4AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADgZJREFUeF7s1+eOnDAUBeAwSzEG42c7151pW9J7ff/I/BgpSJMo2QV7Rvne4NyGebau/4qyZIz3vcCM6HvOWFkWVxv9pmJdjznvMdd3rLq5suw1P0U3xjmltaYZrbVyzphTGXh9HVUoWS8RBeOUpj+zWjkTEMmelRcdftN0iMLWaUt/xWq3DYi6ZnOhrW+HKfxBjfSPRnUIADC0FzcIFZcA/DaGf5xR3XoAklcXdPOm3oeDpieip0EY2ou4ikUjpvRHelLHqQaiKXJvPgfgbzUtQE+7wHMeg7oHYBQtRhkAfZ3r7A+x+SMtaoxjMGS4CQWTQLiztDh7FwDJivzi7xWtRO2nEuQV32hakTaAZLmcvuEUf+USDDmcw1IAYUcJ7AIgUr+RNx3gFSWiPNAl/VViEnCWkrEOkE26Z58AzEhJjQYQaR6HRXtm+ROcgrZIcPwG4GApA/YADKsPAQOCpkzoALB1j7+Ytz/9EIgVPwe1jO3Pig6Q9VrXjwNbS5mxW4AXK42/V5Qh5VdZg0pif6QsHQNktXT+Zjb+2a3Bwu9CDjg66/4dLeV+8v0hekNnOYAvef4E/I7Oe3j7uAq8+hh9eP46+vztRfTpx5ev73/xkn5j5yGKBd/+/viTWLN9auKK4nAhgKBEbmgIr7YgopZSSgVrxFatU6XYKjknb0IEUQdH4paBjvf/70YZfpPsZnfv5p7d55Pj5MvzzN577mWXgwI48Qv8eTqvfTkrRvAHb9wCGSH/MdqvcXCAuAU+FaEfyx/U9mksI+RfrYUsVCdmgeNl3as/qFVFCgwRHTKHBYhX4PGC7sKCwfoHh0RDifojAArY8d809UeBhP0RAAXk/eULwL/MUQKgQCr+oIwCCfgjAAqk548CSfvzsYMCEv4pFchg/YfhGBSQ88c+kLE0/+EfHgAFUvNHgbFMYv4IgAKS/vIFcP+pslkAFEjJH1R7vxllcf43CIACKfnjXpDt9f7/Cv4mAVDA3H+xV39Qe9Xb3wcu4f4biaXoBdZndReWHBv+uB1fiu8/SPSaTdCRC6yrCUl/8JpoMK5//xjV2YijsALwVzlRf1Cnsf7YA6DBpgGCC8DfZVbUHzTijoLLGAAGAUIKwF8VRP1BbTfeRjiEDdAgQFgB+KucuD82wqFYJ8AymwcIKQB/l1lZf1COsw1gAzAKEFoA/mpS3h/bgPn7/90aG3NLhxaAvxqX98c2MGzmP0BUYXM+6nNWPQXgD+aE/UGFaMBoAl6lA+4lgD71FIA/1oC0PzigqyazcAQLwDBAcIE11UYeP1+V8sciGDGYAFgApgECCyyrDubwYzF/LIKMwQQ44JgBAguoTqbE/cEBZeUmAAIEFvhWdZD3/+G9zwwSnAS4A73meNzVgQU2Ogvk/H62OaPUMtvnddTj0BWqckxOtGGBGR//aeWyzvap0pWIR4C9+AEMC0z4+gsV2It2GMhSneMHMCyQ8/MXK1CnbKRLYM1agPACy15/uQI1XAuDzoBlthlA3wkscN3jL1mgTFcjjEC2G+CsGFSg4PEXLRA6CvswAuPwXhsX2PD4ixTAKOwLeQCq3AvauMBNj79ogSoNhzwAFe6FM+MC0x5/0QIVPAISDwCvaOMCRfiLFsAjIPEAYBMwKDCx9oxcXv7VhH9QAflH4BLtc4+sRS9wY4fOKb2Dv3iB/YB3ZTgDxOZ4MWqBx9Rif59anKpujBdm7yd1FhiiXe6ZR2fRCjxt2W85LlutBgv+9pNz2sVugd2ux8FResu980BHKuBaN5rOF5oNon+Uh/zUF3vrBd7SqL9/BreAnrgfpcAW0X7TOafp1rjdJp+bmHHtwX27N4JMl3eBh8yyBfDlwwuirbYcfyjYF2Y0sF/g0P9dYR/RHssWwLcvGyWiJgI0iXaw6WkgUmCPqM93BlYZSBbYuF5QROQAh4iUy/TNX7CHyhWo+k7CLGagZIGf51uHQL8A3/3QqlNMoECZsr5bILNwgbmpfE59ZYfoIfwfEpVa9k5CBfy2wRE6ZNECc5N5Bf4g2kaAbaIXjpNcgUMa8TkFVth+AdiPqzZuE5UwBkuYCYkUqHhPg4M4BVovMFvIKQ/PiRrni+Bhg6jRdk/Q0gV2adBzCDhgkQIzEznlx7UdotL2E8d5sl0iKrn/AM6p7sLZI7bCgecoMEZv2H4B2Hv5tUQX7CxvOtEKLB6zDd7QWOfbkF0WYF11Zd558pLOeXZNTUctsGZrDQx0zIADTqQA/F2e/t0gev7bDeUyuRaxwHtLa2BEdAagQIC/yyb+azxigRWJOdCPU5B8Afi7THcvsKp9mbd1FupvuwcccoIF4O/cVN0LLGlf2AqNtvvAFSqzfAH4g6IyLsBWKLe9K8dNWLQA/MG0cQFrd2LxIYgCHn9wXZkWeGd/EA5jCIoWgD/YUKYFTmwdBvGGZJTKnEgB+MMwF1JAKkCZRuW3ALDezV8XVGCBzQVPAOubQAZbgGQB+MPuhtYzyrDAibUbYebihUiD5VnPq+sOgJvnvpTf8PxKIkCDhi6uwnVOgE9NX389oTr5yQkq8C/boX5xJc5SJUV/7xrI3f0QVOAe26FysQsS1VL013Oqg++POajAR7ZDjQh7YHr+LnmPP3cWKJ5ZD4BdcJCqyfsX52E05fH3K2A/QJUGz8+B9cT94YM1AH//AtYD1GkYV8EU/MG4x9+3AALYvRCOUiVdfz3p8Q8qsMqWxwBRLS1/rAH4hxY4YrtjoI8oJX8wDv+gAnfsBuCvr8kHqJqo/6n2UoB/YIFTuwGqNIAAafrrWfiHFBAIgCmYuD/IwT+0wBFbnIMIkKq/LsA/rID1AJepnLq/noF/eAG2RZku4xiQlj/eeUYt8CPbPAgggLz/koF/UAHLAbJxA8j7o4BUgKwbgChtfw3/SAXYGkQIkKK/5nA+SAZI21+zQQGJAPL+m4H+ms0KvBMIIOy/oOMHQAGxAGn7azYoIBEgbX/NBgUkAqTtr9mggESAtPxXEMCggEAASf//uvvfZQQwKvBZIICAf8h3z0ePGAHMCryXDiDvf3brhNksAAoIBBDy//3B2eJRi5WPLe6ftMDXzgjwP3tnkOM0EETRhGQSYpLhDIgLzHaO8XFsCMGOGSTE7OH+SAjpraBkh5Zw/fx1Nv3kVHV1d9V/N47A/wvg6cv3p18KfjcJAHqeQS1QAEAJ3QCIAxE3AByI7J0B7G8AOBY3BFCr4mLEDAAXIzcAazWGALgcvQFYSq4ApCVPZAwBtBKPpBwBHLXnmZwZAJ7JkQeNAJAFeSrrB4CnsiudLAHQMiK1ZgBIAqQBPwA0TFT67AiAlpmNzmYAaJoiCjoBIAbSOGkFgMZJWmetANA6S/N0ZgBx8/RanRcA2ucJAmYACAEUhEYAKAUZomIFgCEqjNHxAsAYHQYpWQFgkBKjtKwAMEqLOTJeAEiCjNPzAcA4PVSpdwLQqwpGauYGwEhNdK+LDwByANpp8AEwaBcMVk4EIB6szGhtFwC1DsFw9eQAGm2D8fqpAMTj9TFY8AAwqAosNpIBiC02MFlJCSA2WcFmxwHASZvAaCkrgNh0casuP4BO28BsLS+A2G/vpZqcAGK7PT6BlADiD4BPICkAPoDQdDUnAExXQ9vdnACw3Y2Nl3MCYA8QW2+nBID1dmy+nhMA5uux/X4+ANjvx3qlJieAhhvxv+oFqTAHAFIgF8JRKmzzAWhJgaEO6vMB6ImAoVbSMRuAozgIi7XTqc0FoD1pt4jFflB9LgC97peLEVpLxwQAJv0ByAQpAJABRuqgcx4AZzIAirdDdRYA9R+2QGFZeMkB4EIROEqVusJh4M1vN+rCAaBTtZiiZfEw8A3HhLIBgAw4MgwUPhp4fstQ3WJ6TwAYrTuVrgsfHx4eS9eAultM1rZ8ICwfALeLK1RxQjhLtR8IgNN0UDdjAm0X74DiVNDMF0BDApis1WsNc13/oNeUQG4EWP/1BDRPAgMl8JXaiLpoPqpFBVCAgM36IWC6fgj0s/r/s/5/R2BIsH4TAsPPduxtt1EYCAPwGBNwiMFPFG66L/ADBpxTW5CyapPLvL82Rr1ZVVrVUA6p9rvN1T+eGcdABfTtuIIus6Ga5lfbtql1/cs2vTvff2uaSzZIqaE4jYCrIe+Ct1trM3/N9l6KvnUojzb/KHjc83V8eUq3V3fvv2+93r8xp5GwGPXBPf752tvWtQSHGjGj8URAlTlqr0NkTiogolGFwL50nP7ttb+z0/jvgZBGtlI4PruugPeeA3BunMb/CLWi0Xkx6tx5D9xaxz2Ynp/eMid5jdijCbCoG4Me3pqn9pz+sxJpmrbtzf0K7No/YjSNQMEU2SCX5rNsgMJABTQZLwZOZbYY5Qm2/ackYJtgIQoDCJqYn9gmWMrxJ5wmx9aAOWSzOxhgzWgOPAb0LpvVTgMxp7kIBVQzzkFZASqkGXkboM6zmeQ1sPFoXn4MmMNcwx/7NL8gAXSRTazQQBLQMghlSzB1fCVoMZhQwDGfbPaPNj4ja1ElMK9lNrry1SwvvsXCBKhfdtmodi81kISMFimQAPSIk5BrADKg5eIRbBuMshALe/iIOC0bC2MA5vScfavnkwEQB4weAF8nXQ2+rQ+KLn2y5vQwVpECUO/zwTtxl3edr6IVPRi/6wOYU77rH/5k0J29Tw/JCzewzL4qysxJWVR7A2sTevTIfCEVLKOrvCi/Ej2vtIGlpPDpJ+BBJPFB66rKi+LTgiyKe/BKa3yQUcDpR+ErsZH4ArkRK04/FfN9ISIp5afYUkZC+D6jSf33B5YoyP4flQVXAAAAAElFTkSuQmCC') /*/images/trophies/256x256_spin_pin_silver.png*/ no-repeat 0 0;
}
.pin_thegoldenspinner {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAB1FBMVEUAAAD////////////////////////////////////////////////////////////SuE7TuVDTulPUulXUu1fUvFfVvFnVvVvVvVzWvV7Wvl7WvmDXv2HXv2LXwGXYwGfYwmrZwmnZwmvZw27aw3DaxG/axW/cxnTcx3jcx3ncyXndyHzdynrdyoDeyX/eyn/eyoLezIPfzIXfzofgzITgzYjgzoXhzorhzozhz43iz4/i0I/i0JDi1JXj0JHj0ZLj05Dk0pXk15zk2Jjl05jl1Jrl1Jvm15vm2KDm2qPm26Hn1qDn16Lo26bo36rp2qnp2qvp26rp3azp4LDp4bDq3K3r3bDr4LTr5Lfs37bs4rjt577u4rzu47zu5L3u5r/v5MHv6cfv6sfv7Mjw68vx58fx6cjx7s/y6czy8dPz89jz89rz9Nr07NL07dP28N338t748+P59en59un7+O78+vT8+/T+/fn////19+H4+en5+uz2+OP9/fj+/vv+//35++72+OX6+/D7/PL8/fb3+ef4+ur7/PT9/vnv6MPy79Lz8dbbxXXt5Lzo3qro363o2KXq3rDdyn/w7czu6sXh0Y7x7c709d3t6MLm2qLaxHLm1p+MxMV9AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADjZJREFUeF7s12lu2zAQBeDK0UJTonjdN1y12km679tlC+pHgBpwUzSRSBv9bvBmhqPRi239l+U5Y7xpBE6IpuGM5Xl2tdFvClY3+AtNzYqbK8te8ofo1o5Dp5SiE0qpbhitfSgDL6+jCjlrJAJnB60MPcooPViHQDYsv+jwu6pG4KbhJPqjjBomh6Cudhfa+n27hD/qnv5Rr48OANr9xQ1CwSUAP4XwT9PryQOQvLignbf03o2Knoka3TIHF7EVs0os6Wd6VvNSA1FlqTefA/BHRStQRw+ApzwGZQPAakMrMdoCaMpUZ78Nze9pVX0YgzbBl5AxCbjO0OpM5wDJsvTi32raiL5dSpBWfKtoQ8oCkqWy+tqH+BuXoE1hHeYCcAeK4OAAEftG3tWA1xSJ9kAd9VeJSWAwFI0ZAFnFO/sEYHuKqreAiHMcZvszjz/CKthnEZZfC4yGEmBGoN18CBjgFCVC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') /*/images/trophies/256x256_spin_pin_gold.png*/ no-repeat 0 0;
}
.pin_thespinpin_disabled,
.pin_thesilverspinner_disabled,
.pin_thegoldenspinner_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_spin_pin_gray.png*/ no-repeat 0 0;
}
.pin_bountyhunterpin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_bounty_hunter_pin_blue.png*/ no-repeat 0 0;
}
.pin_bountyhunterpin_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_bounty_hunter_pin_gray.png*/ no-repeat 0 0;
}
.pin_anniversarypin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_cakeday_pin_blue.png*/ no-repeat 0 0;
}
.pin_anniversarypin_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_cakeday_pin_gray.png*/ no-repeat 0 0;
}
.pin_chaching {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_chaching_pin_blue.png*/ no-repeat 0 0;
}
.pin_chaching_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_chaching_pin_gray.png*/ no-repeat 0 0;
}
.pin_mediamasterpin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_media_master_pin_blue.png*/ no-repeat 0 0;
}
.pin_mediamasterpin_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_media_master_pin_gray.png*/ no-repeat 0 0;
}
.pin_megamouthpin {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABZVBMVEUAAAD///////////////////////////////////////////////////////////8xwNY1wdY4wdc8wtdAw9hFxdlHxNlJxtpKxdlLyNtMx9pOxtpSxtpVx9pWytxZyNtZy91dyNtjzt9kytxl0OBmz99nyt1py91szd9v0uJwzN5x1ONz0+J1zt95z+B81uR+0eGA0uKA1uWC0+KD0uKD1OOE0+KI1OOJ2ueL2eaL3OiM1eSN2ueR1+WW3umY4Oua2uea3uqb2eaf2+ej4uyk3Oil4+2n4uyp3umu3+qw5u6y4euy4eyz5u+34uy85O296fHA5u7A6vHF5/DJ6fHK7fTN7vTO6/LS7fPW8fbX7/Tb8fbc9Pjg8vfg9fjk9Pjl9/rp9vnt+Pry+vv2+/37/f7///+Q2Oaj3+ra8vd0zt/t+fvI7PJry9215e72/P3j9fl+0uHR7/SH1eOs4uy+6PCZ2+itNkkGAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADGVJREFUeF7s1ouOmzAQhtHiGGPMwLzlb+657/NXVF0piVotiWI8oJw3+MYzJL8W9fHxoXVmcyLCAyLKbab1dsuVto4YP2JyVquNtaeWGE9hsqnaRrxxFV5UObPuISTpTfzLQ0iTlT59RngTytT66ku8VbmmGSSGEACZddyCdoxA2Gn5j18hqEr0GqicERznSmj+zmEhbifx9AkLIr2m/O2PQBWIoFBC8hOHSFwiod8yomEb//grRFVpwce//U9BxhCAs1jPTxCClKjnl78E8p9f/hKkDGE4XTA/ySFQniy2/iVEKpWE9d/+GVg8pWn6cXJqDgjPhj//4on20bfDrXN9DT2FIgncX2Keff81/NOx3iOkMugEdoxZmnr4vxFB8S5cv+Z5+f5m6/2f++/Hsf6+hy+ExTpUv3ky348N7nSny3FoDwjNROzf19/1/R7RmGj9p79rXneYbGkCbv7zT/mxuRj93XmY+A4CuOX7D+2U3/YANjcBM7v/3EEKE6O/hiBm+f4eD7p+9P44DK33l+thpRPQr/Y39XG40y7986Df8///Nzln+NZGEYRxuQaheCUJINUiVqSitlKrVtG2EcWiRfSQFi0tKjWFSe6Szd4lIX+/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') /*/images/trophies/256x256_megamouth_pin_blue.png*/ no-repeat 0 0;
}
.pin_megamouthpin_disabled {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABAlBMVEUAAAD///////////////////////////////////////////////////////////+YmJiampqbm5udnZ2enp6hoaGjo6OkpKSlpaWmpqanp6epqamqqqqrq6utra2vr6+xsbGysrK2tra3t7e4uLi7u7u8vLy9vb2+vr7BwcHDw8PFxcXIyMjKysrLy8vMzMzNzc3Pz8/Q0NDR0dHS0tLU1NTW1tbZ2dnb29vd3d3e3t7g4ODj4+Pl5eXo6Ojq6urt7e3v7+/y8vL39/f8/Pz////ExMTOzs7Y2Nj19fWwsLDh4eHr6+v6+vq1tbXm5ubw8PC6urq/v7/T09PJycnc3Nw81shYAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADDdJREFUeF7s1A1unDAQhuFijDHegTnVZ/O/f8n9r1Il6kpp1CoQxXjY3ecG73jGvzb19PSkdWkrIsInRFTZUuv7LVfaOmJ8iclZre6svbDEWIXJFuo+4o1r8E2NM/seQlbc4r+vcUW206cvCT+ESrW/+ho/qt7TDDJDiIDMPm5BO0Yk7LT8x28QVSN6DVTFiI4rJTQ/d9iIyyWePmFDpEXmP+wI1AEJHJSQ/MwhEZdJ6LeMZNimP/4GSTVa1PE/2ldQMgTgMtXzE4QgJer55S+B/OeXvwQFQxguNszPKghUZZutfw2RapVg/R/wDCxWGcehfXMcT4jPxj//w4r21s/9R5fwGnsKhyxyf41lpuGl/6dzmBBTHXUCOWORMfT/1yIqzuP1a16W7z9svX+//6Ftw+0eXhAX61j9ZmW+b0f8pTtez/18QmwmYf8UbvXDhGRMsv7jnzUPHdaRPwG34vlDh9Rciv7u0r/xHQRw2/ef3td/HgDc3QTM4v5LBylMiv4AQcz2/QM+6YbW+3Pfz95fX087nYD+Tc75sLVtA2F8uGFQ5pI/kGajjIy1a9OUrrQUwaDQreOSWLEcO4bv/1X2mNBepEh+8rSSziu/b/Bezq/uTqd8rf54mHGJxPfxUPNV/4vpgn5xI6u3UAbT9AUrqN/McEH/KOE6BuCX+oqX/ndcaMsBibMvze84hlvSST7FIElUujteZv4RJcpvm/NbklyxPSEIbs48zL+uC7FCMQSejcEC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') /*/images/trophies/256x256_megamouth_pin_gray.png*/ no-repeat 0 0;
}
.pin_mostwanted {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABhlBMVEUAAAD///////////////////////////////////////////////////////////8wsMQwscUws8cwtMkwtcowtssxuM0xus8xu9AxvNIxvdMxvtQxv9UxwNY5wtc9tchCxNlHwNRKustKv9FLyNtOvtFTv9FTydxXv89YzN5by91dyNtkxNNkxdRkydhkzNxkzd1l0OBnyt1ry91sz+BxydZxzt9x1ONyzd90zt900eF60OB60uJ80+J+ztp+0uJ+2OWB0uKF1eSH1eOI1eOL096L3OiM1+WN1+WQ2OaW2ueX2uaY2OKY2+WY3OaY3eeY4Oue3Oif3umj3+qk3OWl3+qm3ums4euu3uiu5O2x4emx5O604+215e634uy75u676PC85O2+6PC/6/LA5u7C6PDF5/DI7PLJ6fHJ6/HL6/DM7/XO6/LR7fPS7fPS7vPX7/TY8PTa8vfb8fbf8vbg8vfg9fjj9fnk9Pjl9fjp9vnt+Prt+fvy+vvy+/z2+/37/f7///+gRzo8AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAB9BJREFUeF7s1FkOhTAIhlHKpYP4W9bMzu+7LybG2iGeHXxAS6/6fD4iuWwA/ATAVrIILYulKMwvGbQIL9Yeyyn9kqFEXiM+afWbqiammYV4ir+hagw0Jc7whyDzfPWHP+qYaQYhwRtACjQDUfNGTGX85Vdvqg59BryZN2cb05h+6i/RH41H4C+CzJS//gh49w52pjEE9U400ACKeTdWqDep3lWVgR//+l9BNh+AZeqD8SfH7nEjCGEoAAMzMLvArE+WnyJNFOUCW26f4t085VSJxEheGb/vBgbbYMOInjiv/yCbgevnSoIsMEZyeJ54hUHXGJ4k7TBpTwbSn6AMLjDsErTFBtNaVI5/h3F7DIoWgXmyBDWrYAKyBiUFkyjk8QNFKX7qE6iYSiWPH6jk8QOVtP4PhTx+oCjET3kCK6a16v7/OeaCKJiYRO351/103DC5Znn/ZX9LluFADqclgQOSFBogRyOscKKSNoBDVmgA/ttAhyM9DNvgynauAIiLoMOZTloAh228AIiLoMGhprAE87ogu8Glm8ISwOVqIAqcknh2CKQaCxMcS5xP4KENPIGsT2GHa30gAThToAPUKbDgvJ/7/ePl9e19xOf3X74eD6hYwn/qLzt319pEEIUB2Oom3S5jOlHb+JUY8MLS9MpJJX5FjBVr4oWxfl2UVQpBKogEFiXQXuw/V5qWMzjuIsvxbOCd9x+cB3LOTDInacHMnm/o01xpNP85HZOXZwdHwmeB80XL72s79fWCAG72jkTPAgU3QV7pP3PpOhOAuf+FG2CF+xZwvK3d1BtMAMbsyd0IqoXq39B/TYMJgF+gyvs9wLbOyDUuAHPAC1BjPQS91Vmp3+QCuMvcCQPGGTi7pTOzxgVgXohMwqW0QPo6Jze4AMwPXoElthY403lZYwN4I9EGFVMHoNTZAO7xAii2U+CWzs1VLgDzk/k0yPVrmM7POhvA5///O1mRB0FTnZ/LbAAfeQEuMn0CvooBvOS+EfF8AqZb+bm9sADLMl8FvV5YAOWegqAA3LNQBQ2g4twDwAAi5yYMBlBzhiASgDsIl7EA3EEY4QFETgsAA6g5LQAHwG0CFSwA9yQQIgKEFoBCBFAWwCoiwKrdA6EA3C4YYAIE1AMxAagLRpgAEQ0BYYB2dzgcDu7MAXrjyWSyv1MCgKIhIAvQjefZbf0GGE2Tk0x64gA0BlJRgMfxWcatzrvkLIc9aYCUhoAkwGZMGTxKKJ/EAYJSAN7HVr4nVnbKAgglATZjO4mdfWmAsAyAB9kA38oCiCQBdh0AiiwAHQSUJMBwgQBUGQADdIBuNsBhWQCpJEA7G+CDNEAqCEAZZgI8xABojzMARgYDoNmyBJz6EQBsAbt+AABXwKofCYAEqH4YABIggOnIYAGQwLz+pwYMgASofigAEqD6oQBIgOqHAiABqh8KgASofigAEnhisAGanYUAUKgAygOcxANEmAC0Rx6iAoQeYJ4AFSDwAKdBBaAnMpgA9ERGYQIo/0zOP5T0T2X9Y2nk5/J+YYKygrwy45em/NqcX5z0q7N+efoC+Pq8/wMF/xca1XIAfhF3PisLw0AQV9EI4p/NR1RQQ/GjCoVcPIg36QN48Nxrb/YJejDQN/cq0kZhssnvDQKTnd3LzP7wI0fTCbAFxI/RUYSDxOhwnwOl/sIfwfwDhwC7EVbazY5wDGKC3Nuw1W7WhHPzFSg4axhI+UfAA4jT4/8DuXaxJZzEW6DiIPwQWBHOFfoB/D5wcglAEk7tr2VBhJaAiiYA0RGszEHOagHJE9yC+O8Bm+l2NjKWBTSToA0zNuN7fwGHq4e4iW3epn9JMEnhu3ZPNDxU6ef8V4RjaiBZPHTRXnl5V/+ScM4v9u7eCGEYBsOwLMcJkAQtwl+GgIqCOcIU2pzSLSKkiD49I/hO9snNO68R3dvret6vxzRNt+vlfFrq/pzXiawQKwA2hJbwootZ3csRW4vcXgQXI7kZ0dXI7kZ4OdLbEV+P/D7aU9jQ13rMJ7BiUXeEyaBTdzoyGQCWAKghECajDmAAgIZgIDsWzAGoirpR6CcHX0ugXRrVhTHRj1gwL4CqgF4A1c7pJwDQXtjTMml0fAEC/BBKosWy6GZJpj9onH2C2bW6US0R9Al82rG31YZhGAzAsqrYjqPGbxgYjOCLUgKmUGZCszffYBe72MbWNLGcrt8b/PJJsgYovQJTSukikF9qLhrTOcZjCOGp+0Z4F+MppeUnIPkKpNPwmfp34RjTtFB++QpMp9DN0Q/jAvnl74HYzRemW8+/fAXG7hbx5vzyFRjy7wANK6FZXfFl6Ls5no/z3gNP8AO5uWBK8dBfkz3E82Wd/l9yOp7Sy0cb0H2vD+EQ4zmNGebf2VSzYBf4YdFusFGwNlv2/1cGlS81vq8gCyz0m2yPkIlyJeavFeRT+QK3f1bIZeVnhNyML2j5DQhALm35/+km8AbEYCOfv0GQRK1s/JZAmhU8B96CIPm2yCkoAzbCh18ece74TFAWYuH48nYu29nfQZmwzvAi+BqhXEqv3Be0WkHhyPnVFt8RbIHSvEZ81go2A83C32Z7g7AxaHixtTcIm6Qqd/Od2LpKwZahdu388BrhHmBl+cqnwbOtEO4KknXs/xLdWUK4W0TG1sxfLkhmrq0hgpweHh7eADl9fAGeLwXcAAAAAElFTkSuQmCC') /*/images/trophies/256x256_most_wanted_pin_blue.png*/ no-repeat 0 0;
}
.pin_mostwanted_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_most_wanted_pin_gray.png*/ no-repeat 0 0;
}
.pin_ontherecord {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABBVBMVEUAAAD///////////////////////////////////////////////////////////8+xNlAw9hLyNtdyNthzN1nyt1x1ONzzd50zt930OB80OB+0uGE0uGH1eOJ2eaL3OiN1eKR2eSY4OuZ2+ig2+aj3+qt4uuu3uiy5/C15e634uy85O2+6PC/6/LA5u7B5evF5/DI5uzJ6fHM7/XO6/LQ6O3R6/DR7/TS7fPT8fbX7/Ta8vfb8fbg8vfj9fnk9Pjl9/rp9vnt+Prx8fLy+vvy+/z19fX2+/32/P37/f7///+Q2OZl0OBYzN7t+fvI7PLY8/dry90xwNal4+2s4ux+2OVOxtpftNthAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAACQ9JREFUeF7s1FmOKyEMhtGGMpPL4H396XG4d/9L6cdIeYkUhcKEnB18NublUE9PT0QpFxHBBREpORE9brmnzKK4SoUz+QdrD/ki/SqVHPxjxEduuFHjOPcQXDjH36pxcJOuPgnuRJKfr77irupMM3BR0IHEOW6BWNGJMtlffkNXzfQz8EXRnRZvNH9jHIQ3g/kkOJCQyfxlR+B3DLB7I/mOMQg7C/1ZMYzm4fnUMFQjU8e/2leQFAZoGrV+gRHi11z/maZh61/1EQSFMRoOzHcFBhV3VL+vMKn6Ac9/wTPIMCz3P/8dpu2uc3+FcbXrBDaFebr16yfFBJR69UdMIi7eD8RO/UtPgDEVXrwf4A79C08gYkLRev/nz7/Xt+//X6fT78e76QnEP/bOvrdVG4rDQElpExK6brtjY1nvmmW7SLmapmiLJiRUacqEDi3U3LTf/6Os6st8XVIBufwMsfP810qN5Kf2ObZjH1P7XF2cF4/cs0eCMOutAZtaZ3ldvHDPXpi3r8Du5/x//a7g3DPOJunhusBsvf0fzwpRACeI2zZg9m/9e1kI3DOBvG+r4xG1zF1REgA1MOrZ/tddUSGA5X3aJRtQy3wqKgWwFbXLwNgZy6N2WRY1BPgZtYpn9SYArs/rCGBpXwLhEJsAuAB0GBj2JABcFTUF+AkgDHQfAOiurgCWUw/CgEstsz6rLSCglnGNxjjUNh+K2gJYTC3jdD8A6F0DARvqehC41DpFAwFT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') /*/images/trophies/256x256_on_record_pin_blue.png*/ no-repeat 0 0;
}
.pin_ontherecord_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_on_record_pin_gray.png*/ no-repeat 0 0;
}
.pin_peek {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_peek_pin_blue.png*/ no-repeat 0 0;
}
.pin_peek_disabled {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABa1BMVEUAAAD///////////////////////////////////////////////////////////+MjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OVlZWWlpaXl5eYmJiampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHDw8PExMTFxcXGxsbHx8fIyMjKysrMzMzNzc3Ozs7Q0NDR0dHS0tLT09PU1NTV1dXW1tbX19fY2NjZ2dnb29vd3d3e3t7f39/i4uLk5OTl5eXm5ubo6Ojp6enq6urs7Ozt7e3u7u7v7+/w8PDx8fHz8/P09PT29vb4+Pj5+fn7+/v8/Pz9/f3+/v7////r6+v6+vr19fXy8vL39/fj4+Pg4OD638f7AAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADA1JREFUeF7s11tywyAMhtGCZcCyQGv93evyO33NS2aayIjgs4NPQhnn7VSXy4Uol01EcENEtpKJXrc8UmFR3KXCheKLta/lJv0ulbLG14hP3PBPjdPYQwgrNzyo8RoGXX0WPInkOF59xVPVkWYQksCApDFugVhhRJn8L7/BVHP9DOKmMKdbdJq/ME7Ci8N8EpxIyGX+tCOIOzrYo5P8wOiEg4f+ouhGS/d8auiqkavjn+2nICsc0Nxr/QInJPpevz3N3dY/6yNYFc7oemJ+2ODQFs7qjxUu1djh+U94BgWOFfvz3+HaHoz7K5yrphNYFO7pYtdPigEoWfUnDCJN3g8ko/6pJ8AYCk/eD7BB/8QTSBhQmrwfSAb9U06AMCyy/f6f439BMOv/+jyOnz/fx/HxDhMaHu6vv+Sa/1MaRxTAG1JDU0l66ZfY+qJRLGeOL1WuktBqRlqHUGItY3fgNHrFRns3nbZMFxDvz++9vaVw5xHR251zJp8fiODNG94n+97uvlFO8qcO8WOYVuc23o5lzD86pwYJ5cKiwpm9dfOvnkkmY3Q7t2pKNkNF0zHJu2kJXwURJqUJ4Q3wtEWu5HAguBEmbk0D7DhkKrpSGmH8N6B+i0yJ0xF/L4q/AVhkeoxB/G0g8Ulc+SOtQextICU8/xgNpK6ff1J4/rEaSMZcAOfk+hgdoUUQawH0WuQGOEKLINYCOCQBYjgPJGMsgC4Z8TO5gkZj9PMgriKYFVsAxKNeUgFRS/UJuVcKi+CyWKg0xBfBbGxDMIcgtSyMyNZC0i9j9pzFMkGseAZkD6lI+gTZAj8lEqCeBh8qLgKDCuRhLEMAvgCK4LL0/Z5xYDYrSzzBcSqA5KqGYZqvC+CSroteAh/FMgUc4PJXMf1q17btPnVpLLEyqJVdsgX3pcYWyPPfbBfqYm6AS7lBDMETQvmXwL5BiNOjI45qW5g+5DA7LoD+XYDL7NkMymiwTlDcOaYjzlls2dfCRNQjj790X4NHrmtzAZ6BDQji2B7UowmcwG5ySCOQkLkFWhcXFm0Txnnn1Gn3xwRkMH8uIHwN7NmcoLpg7P6g7dx0dDgrcQs02VzXIYy2MdzEXgHDsBlvT0xrwJ/HPtcgyA7Wv8344/fj0z7PjisaxjZ5bHasbPVkbYWpCL0uSMvNZBOQdRs5aRHEOKfIdwBl4gEArEOceTm2zA5XhPCNNIAp6UrwYaTjbpA+HdRKi8P17fi//RuALGHUAHJsfTT9E6FV3Cs2w2O3JJ2GUoIFWCw9wA5wREa0qQtAmgwPSVWWv3/x0CpTNCG2nFvhXSpYAH7s/f+eBX5D6QYAYZS9HnEQXOJNViR9oQLoXRlngMkCHCZg3VcAyMVlAW+Jjx6lJhNghceWchZIUBkCFpmAJvFxWcAx8WExARVCuuGxpZwF7gsXgK9ZyLgCiMv+zgt9Y3uff/8CqIRRYQLY9lYv6/rLXT4NaQDUxAu4f8UtQLyAImuCmH9ZR17se00AoEgYdYCq1wJ+1Bk/eQIqAA2sltDYMm4E96gUATsAe0zAtu6xzX71Bhe4RxpyTMCuzvmFCVhlS8QRLIDeEzgHOPla4XxLQlhWlpF5WGcC9CFMwAbMLyx7zGMNHOAC4FRRQBMAH3gSHlv5n7ntCHOBaIegv+aUKwQwHgP86hOw6wowAR4rnE8B1lHAps7ZQQGrMP9ocmxljP0Ih6FIe+CuMpWAR/Ow1A0IOBumN1RUDwqoAnyhTCdAF7IT3qHXZns6AcpnALmGT0DjGcDnyoivAH7wC3gF8KUypYAcvR53RLXAnOKS1pAKCaGkcVYB1PqYgLoKsKqNkX0CsDUuoATwNKtpk2NrHKzCOSFtMHVDARr/ypfBhDgaAJTX+JuiDgCa7mPtKUC2qHOep9388d3k2DqHLRMRF4IElSlAzy8AQFrN5/NqGgAW8nqA4gp+nNHyeS2Dz2Z0XZaA8NNgUqYA5NkCDFlQi/pl8miGs7KmyxSQDBHwQK4A5Bs1veSi5vUJrGkr+EBGQz8yBTwIqwApAiIgTUB4DSTfHwHhNZB6vwSkop6CggImXYZEEBrboP+2fQIinoVmogroEYY5/o9BxTDwxTa8N//8eRRFwEzwHhBVALXY1/JG+FbnUOCfOfHYbR570EIL/5FvNzsJA1EYhg2WWCZN69KFN2DceTsuWDTiKQK2hXL9iptvMcszZ/wmpxdAwhN4Zzo/i4gKIERvwlqA6TzPt298nefbpsUy96kOOeGzL3+ffdpttyJKgDYaBJUAGZ/xSyQCUA6ED+UAjIdBtADxQBiKATgOImqAOAJtIQCni0gigDZKAD/AuBdJARBHYM0PgPbpAeKZQM0PgPbpAeIjUw09wPEikgwgfh3oaAHQvuQAXdRAPgC0LyVAXMGKEwDtswGo0EBiALQvOQAqGAgB0D4zgIBBgBTgtBcxBMAw0FECjFcRUwAMAxMVANpnDDBhECACQPvsASpCALQvI0DNBID22QPUZAD482cGCEQA40EkG0DANIAF4DxIRoCGBwDtcwuA9uUHmAgA0L6MABMDANrnGeA4iE8ALHg5BvhG+3wBoH0uAbDY7xMA7XMJgPa5BMBiv0sAtM8lANrnEwAvfS4B0D6XAGifSwC0jxCgMQXQt6/8FSG0zyUAFrxYAYIlADY6+QA2BhsjBu0rf2cI7SMFqAwA9O0rfncY7aMHuDMCQPs+dwsjgPERGSz27/q+JwTojA9JYaPz4xdg4QNorI7JoX3cv4Bgd1AS7WNuQG1wVFYx8ckPUFkclkb7+AFWBsfl0T5+gM7gwoTlvM/0wsRGDYCNzmIA6qSXptC+YgDWSa/NYcGrGIBV0ouT2OgsBaBNdnX273l+/NdHMQ9UXp7mePSXp+99ASABiIA3gB9yzp4FYRgIoLb4AWJdHG/pUoWCxKEOLkVwkSxOBVGKQ9YuDv5/7R8QyjvMge8nPEJyR+AtVRIa25URwBWAapqVGIFHVJJ/E5CAkJJFAbywPYskYH8P11IoCimtNI4AFz48CoFo5KWzKAIuoef0awEZCCrqCmi0BPCgYhpFQB16nEBUAusLIIAdgbNANuANQLOQF07pCqFUIKuLZqFWbHAEUxDbB5pcDJC/0B6A/ke61g9mt/7GwQ/l1r25u2PdhIEgCKB7ZzsmtuHq/ECaVFyKFLQ0IEVKEYogqhQ0qYaI/4/oqIYz0srKvE9Y7a592wzGqd1j9rhM7eBtwQMW9AvwQCM2/P1mag1nKdCQFX+niQvwSGN2pi/ACs6iER387TIHX50xFfx9ZO4IV5VRA9ytM3eCp8G4Gu7e8pTfwdps4hY45hvWzg0waQt877evz7estvuzawNwPRx8LS9ensrl5cUGhFP+eISDn8OVzw3zfrhy9vkH4DrI6kqjt0WlYEVmEDWzQgtIWlipGpJqK9ZDUG/lYoKcFG2EFnJaG2WAmMHGiUl/ALhWdADKDfoDwMWkPwBcAxmN3aXTfwRyYQ4J82B3ikl/AXCN6AIoNxM9ApTr9d+AXJjrL0AuJP0rIFcl/FupMkb/QPbX3h3sOA7CYAA2rpMQ6oaHQ5qoh6iHSj1GWtI0PP6qh71sDzNDCCZVv2NvPwbLoEohSKJO/+mwp6v/z/z8dcrwZyCZFRjvs/dLCO575xC8v90nqfyv6pXR/RBcjHPw8ySQP+W9aL6c3Tr9cBsjb0DyK+B7l8QwxuSXX4GLS+UrNr9sH1hcMmPE+ZdfgSm4NPo5Lr/8Hnhc+vXbf5hF+v8ripqKp9slfLlIYbg+fjv/EmzmYONngZsfwtn9VB8Wf71P6ed/8dvx+G8IXsIL/7RyHD4p2JQq/IXkqGBruuz3rwwqW2p8W0EWWOgz2QkhE2VKzN8qyKeyBW7/rJDLys8IuTW2oPI3IAC5tPJLbQL58ovBAubCI4Ik6mTjdwTStOA5sBoEyY9FRkEZ8Ch8+OUR547PBGUhFo4v75CtF5gDlAlbm6HztwjlUvXGc0FXKygcGbtZ8Q3BHqh6k4bItYLdwCbxs9mpQdgZbDhZ7RuEXVKVWd0TO1Mp2DOsTRcfvkZ4B1hptr9s+KwrhLeCpA3bn0Q3mhDeFlGjW+aXBsnMrW6IIKePj4+/23CcNdz8D0QAAAAASUVORK5CYII=') /*/images/trophies/256x256_peek_pin_gray.png*/ no-repeat 0 0;
}
.pin_pioneeringpin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_pioneer_pin_blue.png*/ no-repeat 0 0;
}
.pin_pioneeringpin_disabled {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABMlBMVEUAAAD///////////////////////////////////////////////////////////+GhoaIiIiLi4uRkZGSkpKUlJSVlZWWlpaYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGjo6OkpKSlpaWmpqanp6epqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrK0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u9vb2+vr6/v7/AwMDCwsLDw8PExMTFxcXHx8fIyMjJycnLy8vMzMzNzc3Ozs7Pz8/S0tLT09PU1NTW1tbY2Nja2trc3Nzd3d3f39/h4eHi4uLk5OTl5eXm5ubp6enq6urr6+vs7Ozv7+/w8PDy8vL09PT19fX29vb4+Pj5+fn6+vr7+/v///8kANdCAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAC0lJREFUeF7s0lsOhTAIRVGKtKWIZZTMfwr38yb+mBhrH3HNYB+AV30+H6LMRVX9RFULZyJYFhKLml8yFSZcrD3yKf2SKUdcIz5J9ZuqJISZhfiPv6tKDDAlzOoP0Yzz1R/+qGOmDUJSb0BTgBmQmDdiQuMfv3pTdeg3wGLenBWEMW3iL5ENxkPqL1KaKX/9CXD3DnaEMQTxTiTAANi8G2Pojap3VQl6wh+55qrjMAxE0U3bJN08ajqoqCSsvCQkYGFBiKUQS/f/f2GtJaar6UxvpB6eSj72iTpWehDhvwraAD4ILWv7B+yE4cDdfj6hpW3/px6COmBnhPrrfVTf2CHf1duO/4hdMh4Ix/8DMzhjx5z98++xa/rKef0jds7oauBonf/2eGywJRwdR78AY24iNxgT3AbEBuZIBuY0XutnCuAbaMAUwDfQgSBAT8ddP18AOu76+QLQcfvnC0BjuX6mAL6BBkwBfAMnaNiipYAYoeHE+/8/izzsBDxEZtZcUAX12X5aCXiqSwkVa/69isg12QhIfz9Gmo576PiRzGwjYJbMD3T0rPuvu2RWCwGrZO6cW7IaajbJ3NLrAtJNMhvU1F9qDgF6lhKBVkAJYIGecCBdAE4lAp2AEsDEuSbs8BKxRKATUAKIlLmoRsErAsm4BVCo9S8A5wgkowvA/zUwIOMdwSKy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') /*/images/trophies/256x256_pioneer_pin_gray.png*/ no-repeat 0 0;
}
.pin_prizm {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_prizm_pin_blue.png*/ no-repeat 0 0;
}
.pin_prizm_disabled {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABKVBMVEUAAAD///////////////////////////////////////////////////////////+YmJiampqbm5udnZ2enp6goKChoaGjo6OkpKSlpaWmpqanp6epqamqqqqrq6usrKytra2vr6+wsLCysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy+vr6/v7/BwcHDw8PExMTFxcXIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/R0dHS0tLT09PU1NTW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm5ubo6Ojq6urr6+vs7Ozt7e3u7u7w8PDx8fHy8vLz8/P19fX39/f5+fn6+vr7+/v8/Pz9/f3///9YxdsaAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAACfdJREFUeF7s2l1yxSAIBeBq8CcEZY9n/4voe146k14jyv12cECY6OTnVV9fX0SlniKCGxE5ayHaN3mkyqL4kwpXiptlT/UW/U8qNcU9wmfueKhzXrsIIXHHP3VOYdHWF8GHSInrpW/4qLZSDUIWDCB5jVkgVgyiTPab3zFUN30M4qkYTk+r2+BgvIQPi6MveJGQyfhuSxAvTHBZ2QWBMQkHC/mrYhqt84e/Y6pOpobf2yooCgO0zGq/wAiJ3tp/p2Va+70egqQwRtOL8cMJg87w2vFvMKnFCcff4RhUGFbHj/8F064wOH+DcW1oBQ6FeXqMy0+KBSiNyp+xiOw8P5AH5XddAcZS2Hl+gAfkd1yBjAVl5/mBPCC/ywoQlkVjv/993AuCYmEajN9/7d+OLyzusvz+Zf+VLGED6Xn+qNiAxgEL0MciZGyC3S2Au2RwAdhfA4KNyIP/H7CV8mwAHA+B/HJrxroNwkAYbkgpCTjOO9zAUIZISCxIYWDIkqFIVMpglcHv/xCV2qp20zrp9P+Wv40V3d13/4FNDEVuAD4FoAHSaYLKJkgFOIKlciDTNkk0+QjAZ0O/AvIvhPwQGH8szGzCZFwF8qmiUqCZiSrkh4CpEZFhIUUCfgFM8kHLKQF+ASy1fHKOqwTWFsQoXzToJlhHsQMY+WYk7AL8HaAVh4loF9haDLN4dBbLNoIU0IjPjE4E9J+BTvKDQzS/DmmwAoWjQs1egnq5ogar8JHrwIv8YojChCu0AnkqXDFH4OQq372KNoYxqNAKHA1LhYq4BY7iUoD/wN8GC4vA1J78fCGe6N/JdjgFurY/k1S4I3WAHwIuV0royT1QgBXYB94IiALvgEDF9xwVKsoWtHgK/GMqTsxdKAcrMOBFHDkhB/h7T6AscJSEJNy5dg/sxoaWiTOsAk1QDTgyuAQPLv0G8/HMEmFJUaBlqrCEjoDba/9SE65jGjwChls30NGrDsoQyOEKDB8JKJvABhgCunuGYPwypfAKDL8gRhzYA+9g/2gRDHvgDLw/5F6f3ZA8vrxZBBnsi8g7b2bT4jYMhOEeeggl0ElWSewkdmyJXVbstmFrCkqp2+BDwfSgQg3FFO+h//9HLCvSyYfijEgiP+fJQS/kfUYWobkqlwwGKc5MAJjIlK59v4/470B60dFKMjBMcCgdwAax9BlDz+8eSK+6WgnYYYFTU9hDSFVWPnZBjxKgLjtNiYdHGEeGYBNfPYZ+JxKwr7tNmcVwjDkORtBGKFShr66B7r6D1ebwLQw5wgBpjeFyVaAEOlJg8hDCSYLtKJAYVVxmzLcYQDdPQSMgGCQ4GwVsCC7QxqQD6HWjwAhIxnyXNJqOb4DgEmP2fAdQ5TLgiMtZIm6xmAVsAATnGbPncw2oi2W4d6IZOMD4cdIoGBEBnmHMd37WACM6U3dMPlrrHcGMnyCaTRg4E5K67HsJQG9EJ/Jq9xJQNDrPRAgEw5QTJPNg5NaPqvsAqs1+Fyvd9hSkCyViSoU00XTMgEC4BnC1xmPm8FnZkJf8qlSyJYatCsU9kcJiflKWoesmdLXGg3BZ1PRTEFJrtRRwwGgbwNf1KvuA/6L2fmyTZeM1ALvx8vqsD32mHNgxFX5cv/J99WSl4CZL7TEAu/GIpyAKUw4myRuOrNYG1xSSA1kqfwHYjWfz45yP/bpU8hZ/eL9GMAWHfvwvS+kjALvxXsi50t40YiCaqwcrRKoqlVIpqlKocgg1lJCjpS27XAtrUDiCCg2XyP//ESWKkD+Y2l6eZ77k/QBLPDzzZmfe2L4PFr+DdhUo8G/y2UzaSiw/oQSYM57dKGhzO33GD9bilxULnxECzBnPfhQEdNHzgUR8FsY4AeaMZx4FQXMUvxpIxGXhHiBAm/HM6GKzLklfTohmWC0HWvy8+pZdR0AXIECf8fBRkHUA+eIJUVirBLFZqMAEmDOe2RINTtNPxQpRo14NYrFQsiMAyHi4BJpPuBUSMh70LFycPVfgCAF/ZcZDRkG4o+ZLQ0jIeDDhR+HiDCKgs/zx3zv4KAj3VBXEGkRNNR5UQCHQmTocBUFSWBP/QTOslR0QkKTzg42d+Cq/Cg2ihiYegI6QW0s0KIWtUf9O6LCMhzJAAIMlGj9o/jCQJOjiIT4BHtUoqOv6Ki3Gf7rCEA9VewISwGAEkEDUXDoZ9oRtPLBOhux3YHA5mYz6baFAKRUsCdijsUQXnbKpFhRTU1KIGnVkOozfWoZ4mj9ok0LP0iVFY4mm95etMuOwtxkBsEUGl0D8s1JmxnZcAvYBkxTeByNoLEyVcmlgaZLyCLaCSCxWBijlkl6HPNwoiXu+KZqLslwamlTQsQxkDa0Ypm9rWS6N9CLg2iwdAhJIMmCYLGxXRvZZJIv/XLMI4DKA/1P4zcIXJhJMsYpLIdHKzCuubI2rC83S1A6TXuPkXhLtzqa4rileYdJsT3tcNTt+PM3q7BtcqrgQkixP78Lf7Ww4mZG8I5MCJZARRZJHBT0wRBlxQvKExmswAjhB8ojK9gu7AeqTgsmXlQOSjp/SKqXZkJs5FEF31XArx3T/i7N/7N1BrsMgDEVRIIT+ECh79P4X8YdvaDXqpL6cHTiKjUwive8egjINZALixbwO8HsAF7YyDGMkkWYYLYlkw8igiCl/D5BqEBUQs+duwuQx2B5EbFBC9y4DuJhRe1KQYYvSnait8I4kxIVgMCOHpSbHALwA5Feg7tDVHbu7g5d39PYOX9/x+44KPQLlZh6BUpaFs0r6wAvwNQy2Eoz0mbKYDSAvaAPIYDaAlMVsADktjDM90klLoEieFsLM6aGymANATugAkL/glwC+m7QDiuTJHICSV+xbQN+x7GetI31BDX4J5mtBfgZ6rkHrlwatX3rwDcjXofVLh9YvDdr/0gLUD3kC/+3c0arjIBAG4HFqojHTzCsVSuEQKOUgoRRDKfP+D7GUvSnsxcakUVP6vcGov87cWMNKNMsijxDC4J/OL/99+adbCKO8B2uIkGQuuAfv+/7wf6f+7K8hQf+fcDoOvj/EOl2Ge5r5N55qJcLjcjzM9HOTOVoFa7My3fGwwCDxLCRQsUx1SrsAXEESuJ8cAT/7DPQhPv4IiSgnk42+P0bn/3K9S7RGQToVx73/gz/3E/Lw7Apuo8zBFSSFJDOMIQT/1/m1DfLXEMJDFiCE1AxLMdhABkhSCELIw3Ah258NtpJdi5CT7iSrTkNuliUbtlAA5SQTp6AM2GYOf36aJDHSUBZNmcvPb+ckEbeDMmHDsjpuEMql6k5W1dUKCqcdy0rYadgCVZOsgGoFm4FmL2+1Nwgbg4bkTcggbJKqXCcLda5SsGVYu25+8TXCJ8DKEksUJlshfBTU1hFPKd1ZjfCxtDa2IfrngiSixhqtIaWvr68/v/L9jV65U7cAAAAASUVORK5CYII=') /*/images/trophies/256x256_prizm_pin_gray.png*/ no-repeat 0 0;
}
.pin_thepulsepin {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABhlBMVEUAAAD///////////////////////////////////////////////////////////8wsMQxvtQxv9UxwNY1wdY4wdc8wtc9tcg+xNlAw9hHxNlKustLyNtOxtpRv9JSxtpTx9pTydxVx9pWyNtXv89Yy91YzN5ZyNtdyNtfzd9gydxjzd5kxNNkytxl0OBnyt1o0OBxydZx1ON1zt911ON+ztp+0N5+0uF+2OWD0uKG2eaH1eOI1OOL096L3OiM1eSQ2OaY2OKY4OuZ2+ib2eaf2+ej3+qk3OWk3Oil4+2u3+qx4emy5/C15e6+5u2/6/LL6/DL7vTM7/XY8PTY8/fl9fjl9/rp9/ry+/z///9ry9234uzO6/LF5/Db8fa85O3J6fHt+Prt+ft0zt/2+/37/f7a8vfp9vnS7fPy+vvX7/TR7/TI7PL2/P1wzN5+0eG75e6y4et5z+Cp3unk9fiR1+XA5u7o9vms4ezW7/Ws4uyM1uSH1OOj3um+6PDg8vfj9fnk9PgsuUZgAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADHVJREFUeF7s18fSmzAUBeCAhRCyQM93JMC9/SW997x5JhAxk2wyRhZcHH8ra8HinHvF4CeDurm5YSwVmVIKf1FKZSJl7HqTx0xIpfFPWknB4ivLngilcRatRBJfR3guC/RUSD7tEqJEFvBUyCSa6OhThQtRaTy99DkuKp9SBxFXCEDxadwFJjUC0ZLRH36BoArSaxBnGsHpjOrbYCYxEDmjePUVBqQYyfj/bQXxHCOYU3kXRBIjkRGF/EJjNFqMf/kLjKpghC//9b8KUg0CdDrW+BWIUDGp8dNfAvrjp78EiQYxOhkwfpSBoCwabP1zkJTHE1j/x/27VWPbHE/t4fV+QtdAwMNXY16+sL/UzXnZ/H711GzucQki/PWfw8O9Ma4BV0Cb35jNGpcwjwLnz9GHW/VPxjXgCnD5jXnvroafPGgDM40+6re29cy4BlwBXX7zxraqA7zoWbj8rFf+XWUXx7rx2bgGXAFdfvOlbpTWHuFFs1D5OXopbblD68F0DfwuoMtv1midKvsNfjip/CtbofOxa+BDc37u8m8e4GwXix3FBjj6ubMHdLDe/9YO/Ls7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') /*/images/trophies/256x256_pulse_pin_blue.png*/ no-repeat 0 0;
}
.pin_thepulsepin_disabled {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABI1BMVEUAAAD///////////////////////////////////////////////////////////+MjIyTk5OXl5eYmJiampqbm5udnZ2enp6goKChoaGioqKkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+zs7O4uLi5ubm8vLy+vr7CwsLExMTFxcXGxsbIyMjJycnKysrMzMzOzs7R0dHY2Njf39/i4uLk5OTp6ens7Ozx8fHz8/P4+Pj5+fn////W1tawsLD19fXr6+v6+vre3t7Z2dm1tbXj4+Pg4ODw8PDy8vL8/Pzo6Ojl5eX39/fh4eHm5ubDw8OysrLPz8+3t7fb29vc3NzS0tLT09PNzc3U1NS/v7/BwcHt7e26urp6KimLAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADFZJREFUeF7s1smS2yAUBdAYI4QwEr90QYPnobszz///FalIjaqSTcpCWE+Oz8osWNwLT+bNTT08PHCeykxrjb9orTOZcn6/yRmXShv8k9FKcnZn2ROpDa5itEzYfYQXqsBAhRLzLmGRqAKBCpUsZnr0qcZIdMrmlz7HqPI5dbAQGhFoMY9Z4MogEqM4/cMvEFVB+hqwzCA6kzGi8ZcKN6KWFEdf44Y0Jxn/v62ArTCBFaPy5VeYiCLxjyANJmPk9MNfYFIFJzz89/8pSA0IMOlUx69BhGakjp/+JaB//PQvQWJAjElu+fTJQFB2s2cRy0FSzmZw/evqULbqdnnpFvtqRmMgEeCjc++/2t+6yLv297u3bvOMMcj4479CgGfnfAO+gC6/c5sSY1gtIufPMYS/6t+db8AX4PM798mPRpg8agNLgyGqD7bz0/kGfAF9fvdiO80BQcwyXn4+KP+xsetz1frmfAO+gD6/+1K1ttaeEcTwWPkFBtna7RGdJ9c38FpAn9+V6Fwa+wNhBKn8pW3Q+9w3cGrXa59/8wSvXq+PFBsQGOZkD+ihrF51B773y/qPHXvQa0BhoJ29/s6cEEqRyQ+7C9hCpgEFygXEb0BgfgVA0MiPZo0rXewZpBoQCLG1Na5zsBUoNcARpLJlwI4wfJz3/y/yzvCtceMI42AMGGOwuXWjHPElhLTUrYtp657tIGIN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') /*/images/trophies/256x256_pulse_pin_gray.png*/ no-repeat 0 0;
}
.pin_soapboxpin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_soap_box_pin_blue.png*/ no-repeat 0 0;
}
.pin_soapboxpin_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_soap_box_pin_gray.png*/ no-repeat 0 0;
}
.pin_sos {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_sos_pin_blue.png*/ no-repeat 0 0;
}
.pin_sos_disabled {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_sos_pin_gray.png*/ no-repeat 0 0;
}
.pin_superstarterpin {
  background: transparent url('data:image/png;base64,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') /*/images/trophies/256x256_starter_pin_blue.png*/ no-repeat 0 0;
}
.pin_superstarterpin_disabled {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABWVBMVEUAAAD///////////////////////////////////////////////////////////+Li4uMjIyNjY2Ojo6Pj4+QkJCSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmbm5udnZ2enp6goKChoaGkpKSlpaWmpqanp6eoqKipqamrq6utra2vr6+wsLCxsbGysrK0tLS1tbW3t7e4uLi5ubm7u7u8vLy9vb2/v7/FxcXLy8vMzMzPz8/Q0NDS0tLT09PY2Nja2trb29vc3Nzf39/h4eHi4uLj4+Pm5ubp6enr6+vs7Ozx8fH09PT19fX6+vr7+/v////Dw8POzs7AwMDX19ft7e3y8vLR0dHo6OjJycn8/Pzw8PD5+fng4ODz8/PGxsa+vr7BwcHHx8fk5OTExMTU1NTd3d329vb4+Pjq6urV1dXW1tbCwsLu7u7e3t66urrZ2dnl5eXKysqRbcHwAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAADDtJREFUeF7s14eO4yAUheGBYIwxNq92wE7P1O29vH8ZaTS7zqYoUnSxr7P53uD8QBTf9Orq6kqp3BTOOexwzhUmV+pyl0tlrPM4yTtrlLyw7ZnZnX46g8kuo4LUtsaZaqvHHUFk3fjzI2RipEefOxBxuRzf+gqkqjE1ENohAafH8RaU9UjEW8X/8GskVbO+BrLwSM4Xkun8iUVP7ITj03fokVMs5/+3CWSJAZSSyXxhMRArOOw3HoPxZvjHX2NQtWL8+C//pyD3YMDnQx2/AxNOsjp+/peA//HzvwSZB4XNrzdr0PBZj/NFARKb+7CMUxApRG/XvyLbH5aRrkAlR3X9gXl4CRBnGNUzMCDyObwGmH8AFZP++Zcgctv8CRDbFaiUIvH+CkS+PYa/AeJ7kKmSFph4UHkbtgLENcj4Sbr9im7/l/BPgPkKZLxKtV+DzOyhC0D9CADNfj+ewk6AeAdCmvv+RbMXoAXzAhaEmrAXIE5BybLe/z0cCPAOpCzj/bg/FCBOGRfQoLRoDgZoQUtz3Y8YDgaId6Clme6fPRwJcAueBRRo/QxHAsQViClG//87zdEAn9Bh810gqPcvwtEALah5weX7t/P7x7avy20f0WHydVw+k2+urU3DURh3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') /*/images/trophies/256x256_starter_pin_gray.png*/ no-repeat 0 0;
}
.pin-size {
  height: 100px;
  width: 100px;
  background-size: 100px 100px;
}
.trophies-page .page-item {
  min-height: unset;
}
@media only screen and (max-width: 540px) {
  .trophies-page .page-item {
    padding: 20px 0;
  }
  .trophies-page .page-item .trophy-grid .trophy .item {
    padding: 20px 10px;
  }
}
.trophies-page .trophy-grid {
  padding: 10px 0 20px;
}
.trophies-page .trophy-grid .trophy .item {
  border: 1px solid rgba(36, 39, 48, 0.1);
  background-color: rgba(186, 191, 204, 0.1);
  margin: 10px auto;
  padding: 20px;
  min-height: 225px;
  border-radius: 4px;
}
.trophies-page .trophy-grid .trophy .item .image .pin-size {
  margin: 0 auto 20px;
  display: block;
}
.trophies-page .trophy-grid .trophy .item .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.rewards-page .account {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
}
.rewards-page .account .info .name {
  display: block;
  padding-bottom: 3px;
}
.rewards-page .account .info .name .panelist-name {
  font-size: 0.925rem;
  font-weight: 700;
  /*color: @text-color;*/
}
.rewards-page .account .info .email {
  display: block;
}
.rewards-page .account .info .email i {
  font-weight: 600;
  font-size: 0.725rem;
  padding: 0 5px 0 3px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .account .info .email i {
    font-size: 0.5rem;
    padding: 0 1px 0 0;
  }
}
.rewards-page .account .info .email .panelist-email {
  font-size: 0.925rem;
  font-weight: 600;
  /*color: @text-color;*/
}
@media only screen and (max-width: 480px) {
  .rewards-page .account .info .email .panelist-email {
    font-size: 0.725rem;
  }
}
.rewards-page .account .menu .total {
  display: block;
  padding-bottom: 5px;
  font-size: 0.945rem;
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .rewards-page .account .menu .total {
    font-size: 0.725rem;
  }
}
.rewards-page .account .menu .total strong {
  font-weight: 700;
}
.rewards-page .account .menu .total small {
  font-size: 0.725rem;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .rewards-page .account .menu .total small {
    display: block;
    font-size: 0.65rem;
  }
}
.rewards-page .account .menu .total i {
  font-weight: 600;
  font-size: 0.925rem;
  padding-right: 5px;
}
.rewards-page .account .menu .link {
  display: block;
  padding-bottom: 5px;
  font-size: 0.845rem;
  font-weight: 600;
  text-align: right;
}
.rewards-page .account .menu .link strong {
  font-weight: 700;
}
.rewards-page .account .menu .link i {
  font-weight: 600;
  font-size: 0.825rem;
  padding-left: 5px;
}
.rewards-page .search-grid {
  margin: 0;
  padding: 15px 0 0px;
}
.rewards-page .search-grid .search-rewards {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 540px) {
  .rewards-page .search-grid .search-rewards {
    display: block;
    margin: 0;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rewards-page .search-grid .search-rewards {
    display: block;
    padding: 0;
  }
}
.rewards-page .search-grid .search-rewards label {
  font-weight: 700;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .search-grid .search-rewards .search-rewards-input,
.rewards-page .search-grid .search-rewards .racInput {
  min-height: 33px !important;
  width: 300px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .search-grid .search-rewards .search-rewards-input,
  .rewards-page .search-grid .search-rewards .racInput {
    width: 260px !important;
  }
}
.rewards-page .search-grid .search-rewards .search {
  display: block;
  /*min-width: 300px;*/
}
@media only screen and (max-width: 480px) {
  .rewards-page .search-grid .search-rewards .search {
    width: 260px !important;
  }
}
.rewards-page .search-grid .search-games {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 540px) {
  .rewards-page .search-grid .search-games {
    display: block;
    margin: 0;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rewards-page .search-grid .search-games {
    display: block;
    padding: 0;
  }
}
.rewards-page .search-grid .search-games label {
  font-weight: 700;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .search-grid .search-games .search-games-input,
.rewards-page .search-grid .search-games .racInput {
  height: 33px !important;
}
@media only screen and (max-width: 480px) {
  .rewards-page .search-grid .search-games .search-games-input,
  .rewards-page .search-grid .search-games .racInput {
    width: 260px !important;
  }
}
.rewards-page .search-grid .search-games .search {
  display: inline-block;
}
.rewards-page .search-grid .search-games .platforms {
  display: inline-block;
  padding-right: 20px;
}
@media only screen and (max-width: 540px) {
  .rewards-page .search-grid .search-games .platforms {
    display: block;
    margin: 0;
    padding: 0 0 20px;
  }
}
.rewards-page .reward-grid {
  margin-top: 0;
  padding: 40px 0;
}
.rewards-page .reward-grid .reward .reward-array {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 2rem;
}
.rewards-page .reward-grid .reward .item {
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 4px;
  background-color: rgba(186, 191, 204, 0.1);
  margin: auto;
  padding: 30px 20px 20px;
  text-align: center;
  min-height: 260px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-grid .reward .item {
    min-height: auto;
  }
}
.rewards-page .reward-grid .reward .item:hover {
  background: rgba(0, 161, 206, 0.1);
  border: 1px solid rgba(36, 39, 48, 0.1);
}
.rewards-page .reward-grid .reward .item .image {
  margin: 0 auto;
  padding: 0;
  display: block;
  border-radius: 4px;
  height: 8.5rem;
}
.rewards-page .reward-grid .reward .item .image.tall {
  max-width: 16rem;
  height: 11.25rem;
  /*max-height: 12rem;
                        min-height: 12rem;*/
  overflow: hidden;
}
.rewards-page .reward-grid .reward .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  vertical-align: middle;
}
.rewards-page .reward-grid .reward .item .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 20px 0;
  text-align: center;
  vertical-align: middle;
  min-height: 5rem;
}
.rewards-page .reward-control {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-control {
    margin: 0;
    padding: 0;
    display: block;
  }
}
.rewards-page .reward-control-footer {
  width: 100%;
  display: flex;
  /* box-shadow: inset 0px 11px 8px -10px @control-border; */
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.rewards-page .reward-control-footer .buttons {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-control-footer {
    display: block;
  }
  .rewards-page .reward-control-footer div {
    padding: 10px 0;
  }
  .rewards-page .reward-control-footer div .btn {
    width: 100%;
  }
}
.rewards-page .reward-detail {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .rewards-page .reward-detail {
    display: block;
  }
}
.rewards-page .reward-detail .reward-control.detail-border {
  padding: 3px 3px 3px 0;
}
@media only screen and (max-width: 768px) {
  .rewards-page .reward-detail .reward-control.detail-border {
    width: 100%;
    padding: 3px;
  }
}
.rewards-page .reward-detail .brand {
  padding: 20px 30px;
  margin: 0;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .rewards-page .reward-detail .brand {
    width: 100%;
  }
}
.rewards-page .reward-detail .brand .name {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  padding: 0 0 5px;
  margin: 0;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .rewards-page .reward-detail .brand .name {
    font-size: 1.2em;
    font-weight: 500;
  }
}
.rewards-page .reward-detail .brand .details {
  font-weight: 500;
  font-size: 0.95rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 20px 0;
}
.rewards-page .reward-detail .brand .details .info {
  margin: 0;
  padding: 0;
}
.rewards-page .reward-detail .brand .details .info .image {
  margin: 0;
  padding: 0 20px 20px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rewards-page .reward-detail .brand .details .info .image {
    display: none;
  }
}
.rewards-page .reward-detail .brand .details .info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
.rewards-page .reward-detail .brand .details .info .description {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 0.825rem;
  font-style: normal;
  line-height: 1.65em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .reward-detail .brand .details .disclaimer {
  margin: 10px 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  font-weight: 300;
  font-size: 0.625rem;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7a9ac;
  display: block;
  width: 100%;
}
.rewards-page .reward-detail .reward {
  padding: 0;
  margin: 0;
  width: 30%;
  background: rgba(186, 191, 204, 0.1);
  background-size: auto 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .rewards-page .reward-detail .reward {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.rewards-page .reward-detail .reward .options {
  font-weight: 500;
  font-size: 0.95rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*color: @control-body-text;*/
  margin: 0;
  padding: 20px;
  height: 100%;
  position: relative;
}
.rewards-page .reward-detail .reward .options .loop {
  margin: 0;
  padding: 15px;
}
.rewards-page .reward-detail .reward .options .loop-full {
  margin: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-detail .reward .options .loop-full {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.rewards-page .reward-detail .reward .options .loop-full .fixed-full {
  margin: 0;
  padding: 15px;
  display: block;
  width: 100%;
  height: 100%;
}
.rewards-page .reward-detail .reward .options .loop-full .fixed-full .select {
  display: block;
  margin: 0;
  padding: 0;
}
.rewards-page .reward-detail .reward .options .loop-full .fixed-full .select a {
  color: #009cc9;
}
.rewards-page .reward-detail .reward .options .loop-full .fixed-full .count {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  color: #242730;
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .reward-detail .reward .options .loop:nth-child(odd) {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.rewards-page .reward-detail .reward .options .loop .fixed {
  margin: 0;
  padding: 0 0 5px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rewards-page .reward-detail .reward .options .loop .fixed .select {
  text-align: right;
  margin: 0;
  padding: 0 0 0 15px;
}
.rewards-page .reward-detail .reward .options .loop .fixed .select a {
  color: #009cc9;
}
.rewards-page .reward-detail .reward .options .loop .fixed .count {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  color: #242730;
  font-weight: 600;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .reward-detail .reward .options .loop .variable {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.rewards-page .reward-detail .reward .options .loop .variable .select {
  margin: 0;
  padding: 0 0 20px 0;
}
.rewards-page .reward-detail .reward .options .loop .variable .select a {
  color: #009cc9;
}
.rewards-page .reward-detail .reward .options .loop .reward-name {
  margin: 0;
  padding: 4px 0;
  font-weight: 600;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .reward-detail .reward .options .loop .reward-instructions {
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  margin: 0;
  padding: 10px 0;
  /*color: @text-color;*/
  font-weight: 400;
  font-size: 0.925rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rewards-page .reward-detail .reward .options .loop .reward-instructions strong {
  font-weight: 600;
  font-size: 0.825rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.rewards-page .reward-detail .reward .options .loop .reward-amount {
  margin: 0;
  padding: 10px 0 20px;
}
.rewards-page .reward-detail .reward .options .loop .reward-amount label {
  /*color: @text-color;*/
}
.rewards-page .reward-detail .reward .options .loop .reward-amount .RadComboBox_Bootstrap {
  width: 100%;
  margin-bottom: 20px;
}
.rewards-page .reward-detail .reward .options .loop .reward-validation {
  color: #a94442;
  font-weight: 600;
  font-size: 0.725rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0;
}
.rewards-page .reward-detail .reward .options .fas {
  padding: 40px 0 0;
  display: block;
  text-align: center;
  font-size: 40px !important;
  /*color: @text-color;*/
}
.rewards-page .reward-detail .reward .options .alert-rewards {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  text-align: center;
  padding: 20px;
  /*color: @text-color;*/
}
.rewards-page .reward-confirm .confirm {
  width: 100%;
  margin: 0;
  padding: 0;
}
.rewards-page .reward-confirm .confirm .confirm-header {
  margin: 0;
  padding: 20px;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .confirm .confirm-header {
    white-space: normal;
  }
}
.rewards-page .reward-confirm .confirm .confirm-info {
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  padding: 40px 20px 40px;
}
.rewards-page .reward-confirm .confirm .confirm-info .brand {
  margin: 0 auto;
  padding: 3px;
  max-width: 60%;
  display: flex;
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .confirm .confirm-info .brand {
    display: block;
    max-width: 100%;
  }
}
.rewards-page .reward-confirm .confirm .confirm-info .brand .image {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 4px 0 0 4px;
  width: 50%;
}
.rewards-page .reward-confirm .confirm .confirm-info .brand .image.card-bg {
  background: rgba(186, 191, 204, 0.1);
  padding: 10px 0;
}
.rewards-page .reward-confirm .confirm .confirm-info .brand .image img {
  margin: 0 auto;
  display: block;
  border-radius: 4px 0 0 4px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .confirm .confirm-info .brand .image {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
}
.rewards-page .reward-confirm .confirm .confirm-info .brand .info {
  background: rgba(186, 191, 204, 0.1);
  display: inline-block;
  margin: 0;
  padding: 20px;
  width: 50%;
  border-radius: 0 4px 4px 0;
}
.rewards-page .reward-confirm .confirm .confirm-info .brand .info .name {
  width: 100%;
  display: block;
  vertical-align: middle;
  text-align: left;
  font-weight: 600;
  font-size: 1.15rem;
  font-style: normal;
  line-height: 1.2em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 20px 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px 4px 0 0;
}
.rewards-page .reward-confirm .confirm .confirm-info .brand .info .amount {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .confirm .confirm-info .brand .info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
}
.rewards-page .reward-confirm .confirm .confirm-label {
  text-align: center;
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  padding: 30px;
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .confirm .confirm-label {
    padding: 20px 15px 25px;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    font-weight: 600;
    font-size: 0.825rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rewards-page .reward-confirm .confirm .confirm-agree {
  margin: 10px auto 40px;
  padding: 25px 30px 20px;
  font-weight: 500;
  font-size: 0.925rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 90%;
  display: block;
  /*background: @control-grid-bg;*/
  border: 1px solid rgba(36, 39, 48, 0.1);
  border-radius: 4px;
}
.rewards-page .reward-confirm .confirm .confirm-agree input {
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  opacity: 0;
}
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:hover + label::before {
  width: 0;
  height: 0;
  background: transparent url('images/icons/80x80_checkbox_on.svg') no-repeat 0 0;
  content: '';
  visibility: hidden;
}
.rewards-page .reward-confirm .confirm .confirm-agree input[type="radio"]:hover + label::before {
  width: 0;
  height: 0;
  background: transparent url('images/icons/80x80_radio_on.svg') no-repeat 0 0;
  content: '';
  visibility: hidden;
}
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"] + label {
  background: transparent url('images/icons/80x80_checkbox_off.svg') no-repeat 0 0;
  -webkit-appearance: none;
  border: none;
  margin: 10px 0;
  border-radius: 0;
  background-size: 30px 30px;
  cursor: pointer;
}
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:checked + label {
  background: transparent url('images/icons/80x80_checkbox_on.svg') no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
}
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:hover + label,
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:focus + label,
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"] + label:hover {
  background: transparent url('images/icons/80x80_checkbox_on.svg') no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
}
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:hover:checked + label,
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:focus:checked + label,
.rewards-page .reward-confirm .confirm .confirm-agree input[type="checkbox"]:checked + label:hover {
  background: transparent url('images/icons/80x80_checkbox_on.svg') no-repeat 0 0;
  background-size: 30px 30px;
  cursor: pointer;
}
.rewards-page .reward-confirm .confirm .confirm-agree label {
  vertical-align: top;
  padding: 2px 0 10px 40px;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .confirm .confirm-agree label {
    font-weight: 700;
    font-size: 0.925rem;
    font-style: normal;
    line-height: normal;
    text-rendering: auto;
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.rewards-page .reward-confirm .confirm .confirm-agree p {
  display: block;
}
.rewards-page .reward-confirm .confirm .confirm-error {
  width: 100%;
  display: block;
  text-align: center;
  color: #a94442;
  font-weight: 700;
}
.rewards-page .reward-confirm .reward-control-footer {
  width: 100%;
  display: block;
}
.rewards-page .reward-confirm .reward-control-footer .buttons {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-confirm .reward-control-footer .buttons {
    display: block;
  }
  .rewards-page .reward-confirm .reward-control-footer .buttons div {
    padding: 10px 0;
  }
  .rewards-page .reward-confirm .reward-control-footer .buttons div .btn {
    width: 100%;
  }
}
.rewards-page .reward-complete .complete {
  width: 100%;
  margin: 0;
  padding: 0;
}
.rewards-page .reward-complete .complete .complete-header {
  margin: 0;
  padding: 20px;
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-complete .complete .complete-header {
    white-space: normal;
  }
}
.rewards-page .reward-complete .complete .complete-info {
  margin: 0;
  padding: 40px 20px;
  font-weight: 500;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  text-align: center;
  color: #5cb85c;
}
.rewards-page .reward-complete .complete .complete-info .code {
  font-weight: 700;
  /* color: @text-color-alt; */
}
.rewards-page .reward-complete .complete .complete-text {
  margin: 0;
  padding: 20px 20px 40px;
  border-top: 1px solid rgba(36, 39, 48, 0.1);
  font-weight: 400;
  font-size: 1.1rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-complete .complete .complete-text {
    padding: 20px 15px 30px;
    white-space: normal;
  }
}
.rewards-page .reward-complete .complete .complete-error {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #a94442;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 20px;
}
.rewards-page .reward-complete .reward-control-footer {
  width: 100%;
  display: block;
}
.rewards-page .reward-complete .reward-control-footer .buttons {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .rewards-page .reward-complete .reward-control-footer .buttons {
    display: block;
  }
  .rewards-page .reward-complete .reward-control-footer .buttons div {
    padding: 10px 0;
  }
  .rewards-page .reward-complete .reward-control-footer .buttons div .btn {
    width: 100%;
  }
}
.rewards-history-page .page-item {
  /*        .select-date {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 20px 0;
            padding: 0;

            .start-date, .end-date {
                align-self: flex-end;
                min-width: 32%;
            }

            .range {
                align-self: flex-end;
                margin-bottom: 18px;
            }

            &:after {
                .clear-after();
            }
        }*/
}
.rewards-history-page .page-item .account {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 10px 0 15px;
  border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
}
.rewards-history-page .page-item .account .info .name {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 5px;
}
.rewards-history-page .page-item .account .info .email {
  display: block;
  font-size: 0.745rem;
  font-weight: 500;
}
.rewards-history-page .page-item .account .info .email i {
  padding-right: 5px;
  color: #242730;
  font-weight: 600;
}
.rewards-history-page .page-item .account .totals .point-total {
  display: none;
}
.rewards-history-page .page-item .account .totals .point-total small {
  display: inline-block;
  font-size: 0.845rem;
  font-weight: 500;
  vertical-align: bottom;
  padding-bottom: 2px;
}
.rewards-history-page .page-item .account .totals .point-total strong {
  font-size: 1.2em;
  font-weight: 700;
}
.rewards-history-page .page-item .account .totals .point-total i {
  font-size: 1.2em;
  color: #f0ad4e;
  padding-right: 5px;
}
.rewards-history-page .page-item .account .totals .money-total small {
  display: inline-block;
  font-size: 0.845rem;
  font-weight: 500;
  vertical-align: bottom;
  padding-bottom: 2px;
}
.rewards-history-page .page-item .account .totals .money-total strong {
  font-size: 1.2em;
  font-weight: 700;
}
.rewards-history-page .page-item .account .totals .money-total i {
  font-size: 1.2em;
  color: #5bc0de;
  padding-right: 5px;
}
.rewards-history-page .page-item .page-grid .RadGrid {
  border: 0;
}
.rewards-history-page .page-item .page-grid th {
  font-weight: 600;
  font-size: 0.925rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  min-height: 38px;
  padding: 20px 10px 3px;
  background: transparent;
  border-left: none;
  border-right: none;
}
.rewards-history-page .page-item .page-grid td {
  border: none;
}
.rewards-history-page .page-item .page-grid tr.history-error-row {
  color: #d9534f;
}
/* #endregion */
/* #region polls */
.poll-page .poll-item {
  font-weight: 500;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poll-page .poll-item img {
  padding-bottom: 20px;
}
.poll-page .poll-item h2 {
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  margin: 0;
  padding: 0 0 20px;
}
.poll-page .poll-item .created-by,
.poll-page .poll-item .created-on {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 0.9375rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a7abb7;
  margin: 10px 0;
}
.poll-page .poll-item article {
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.375em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(36, 39, 48, 0.9);
}
.poll-page .poll-item article:last-child {
  padding-bottom: 25px;
}
.poll-page .poll-item .btn {
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.poll-page .rule {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.poll-results {
  margin-bottom: 40px;
}
.poll-results h2 {
  font-weight: 700;
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
  color: #242730;
  width: 100%;
}
.poll-results h2 .toggle {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.5125rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #009cc9;
  padding: 10px 0 0 0;
}
.poll-results .poll-body {
  border-bottom: 1px solid rgba(36, 39, 48, 0.1);
}
.poll-results .poll-body article {
  display: block;
}
.poll-results .poll-body article .result {
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.375em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px dashed rgba(36, 39, 48, 0.1);
  color: rgba(36, 39, 48, 0.9);
  padding-bottom: 10px;
  display: block;
}
.poll-results .poll-body article .result:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}
.poll-results .poll-body article .result .question {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: red !important;*/
  font-weight: 600;
  font-size: 1.1875rem;
  font-style: normal;
  line-height: 1.5625em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 0;
}
.poll-results .poll-body article .result .answer-bar {
  width: 100%;
  display: block;
}
.poll-results .poll-body article .result .answer-bar .answer {
  font-weight: 600;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #707688;
  padding-bottom: 5px;
}
.poll-results .poll-body article .result .answer-bar .answer .your-pick {
  font-size: 0.75em;
  padding: 0 0 5px 5px;
}
.poll-results .poll-body article .result .answer-bar .bar .progress {
  height: 40px;
}
.poll-results .poll-body article .result .answer-bar .bar .progress-bar {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2.8em;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #707688;
  text-align: left;
  text-indent: 10px;
}
.poll-results .poll-body article .result .answer-bar .bar .value {
  background-color: #a3d7a3;
  color: #ffffff;
}
.poll-results .poll-body article .result .answer-bar .bar .max-value {
  background-color: #5cb85c;
  color: #ffffff;
}
/* #endregion */
/* #region calendar popup */
.calendar-popup {
  padding: 5px;
}
.calendar-popup-frame {
  width: 230px;
  min-height: 130px;
  display: block;
}
.calendar-popup .description {
  display: block;
  padding-bottom: 10px;
}
.calendar-popup .description label {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.938rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 0;
  margin: 0;
}
.calendar-popup .description .text {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.813rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.calendar-popup .dates label {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 600;
  font-size: 0.938rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 0;
  margin: 0;
}
.calendar-popup .dates .text {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: peru !important;*/
  font-weight: 500;
  font-size: 0.813rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 10px;
}
/* #endregion */
/* #region editor */
.modal-open {
  overflow-y: scroll;
}
.RadFileExplorer input.rfeAddressBox {
  display: none;
}
.RadFileExplorer td.rspPane.rspFirstItem {
  display: none;
}
.RadFileExplorer td.rspResizeBar {
  display: none;
}
#DivReadOnlyEditor .reToolCell {
  display: none;
}
#imageTabStrip,
.RadTabStrip.RadTabStrip_Metro.RadTabStripBottom_Metro.RadTabStripBottom_Metro_Baseline {
  display: none !important;
}
.RadWindow .rwTitleRow,
.RadWindow.rwTitleRow,
.RadWindow_Metro .rwTopLeft,
.RadWindow_Metro .rwTopRight,
.RadWindow_Metro .rwTitlebar,
.RadWindow_Metro .rwTopResize,
.RadWindow_Metro .rwControlButtons a {
  background-color: rgba(103, 119, 130, 0.8) !important;
  border: none !important;
}
.rtbItem.rtbBtn.rtbDisabled {
  display: none !important;
}
/* #endregion */
/* #region spinner */
.spinner {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  width: 100%;
  z-index: 9999999999;
}
.spinner-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
.spinner .lds-spin {
  position: relative;
}
.spinner .lds-spin div > div {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #677883;
  -webkit-animation: lds-spin 2s linear infinite;
  animation: lds-spin 2s linear infinite;
}
.spinner .lds-spin div:nth-child(1) > div {
  left: 148px;
  top: 88px;
  -webkit-animation-delay: -1.83333333s;
  animation-delay: -1.83333333s;
}
.spinner .lds-spin > div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 160px 100px;
  transform-origin: 160px 100px;
}
.spinner .lds-spin div:nth-child(2) > div {
  left: 139.96152424px;
  top: 118px;
  -webkit-animation-delay: -1.66666667s;
  animation-delay: -1.66666667s;
}
.spinner .lds-spin > div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 151.96152424px 130px;
  transform-origin: 151.96152424px 130px;
}
.spinner .lds-spin div:nth-child(3) > div {
  left: 118px;
  top: 139.96152424px;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.spinner .lds-spin > div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: 130px 151.96152424px;
  transform-origin: 130px 151.96152424px;
}
.spinner .lds-spin div:nth-child(4) > div {
  left: 88px;
  top: 148px;
  -webkit-animation-delay: -1.33333333s;
  animation-delay: -1.33333333s;
}
.spinner .lds-spin > div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100px 160px;
  transform-origin: 100px 160px;
}
.spinner .lds-spin div:nth-child(5) > div {
  left: 58px;
  top: 139.96152424px;
  -webkit-animation-delay: -1.16666667s;
  animation-delay: -1.16666667s;
}
.spinner .lds-spin > div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-transform-origin: 70px 151.96152424px;
  transform-origin: 70px 151.96152424px;
}
.spinner .lds-spin div:nth-child(6) > div {
  left: 36.03847576px;
  top: 118px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .lds-spin > div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transform-origin: 48.03847576px 130px;
  transform-origin: 48.03847576px 130px;
}
.spinner .lds-spin div:nth-child(7) > div {
  left: 28px;
  top: 88px;
  -webkit-animation-delay: -0.83333333s;
  animation-delay: -0.83333333s;
}
.spinner .lds-spin > div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 40px 100px;
  transform-origin: 40px 100px;
}
.spinner .lds-spin div:nth-child(8) > div {
  left: 36.03847576px;
  top: 58px;
  -webkit-animation-delay: -0.66666667s;
  animation-delay: -0.66666667s;
}
.spinner .lds-spin > div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-transform-origin: 48.03847576px 70px;
  transform-origin: 48.03847576px 70px;
}
.spinner .lds-spin div:nth-child(9) > div {
  left: 58px;
  top: 36.03847576px;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner .lds-spin > div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-transform-origin: 70px 48.03847576px;
  transform-origin: 70px 48.03847576px;
}
.spinner .lds-spin div:nth-child(10) > div {
  left: 88px;
  top: 28px;
  -webkit-animation-delay: -0.33333333s;
  animation-delay: -0.33333333s;
}
.spinner .lds-spin > div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 100px 40px;
  transform-origin: 100px 40px;
}
.spinner .lds-spin div:nth-child(11) > div {
  left: 118px;
  top: 36.03847576px;
  -webkit-animation-delay: -0.16666667s;
  animation-delay: -0.16666667s;
}
.spinner .lds-spin > div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-transform-origin: 130px 48.03847576px;
  transform-origin: 130px 48.03847576px;
}
.spinner .lds-spin div:nth-child(12) > div {
  left: 139.96152424px;
  top: 58px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.spinner .lds-spin > div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-transform-origin: 151.96152424px 70px;
  transform-origin: 151.96152424px 70px;
}
.spinner .lds-spin div:nth-child(13) > div {
  left: 148px;
  top: 88px;
  -webkit-animation-delay: 0.16666667s;
  animation-delay: 0.16666667s;
}
.spinner .lds-spin > div:nth-child(13) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: 160px 100px;
  transform-origin: 160px 100px;
}
.spinner .lds-spin {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
@keyframes lds-spin {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes lds-spin {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* #endregion */
/* #region footer */
.sub-footer {
  width: 100%;
  display: block;
  clear: both;
  margin: 20px 0;
  padding: 0 15px;
}
.sub-footer-web {
  min-height: 30px;
}
.sub-footer-mobile {
  min-height: 50px;
}
.sub-footer .social {
  padding-bottom: 0;
}
.sub-footer .social .RadSocialShare {
  padding-left: 0;
}
.sub-footer .RadSocialShare {
  background-color: transparent;
}
.sub-footer::after {
  content: "";
  display: table;
  clear: both;
}
.post-auth-footer,
.pre-auth-footer {
  padding: 0 15px;
  padding: 5px 15px;
  display: block;
}
.post-auth-footer .footer-content,
.pre-auth-footer .footer-content {
  font-family: 'Segoe UI', 'Open Sans', Tahoma, Verdana, Arial, sans-serif;
  /*color: darkolivegreen !important;*/
  font-weight: 400;
  font-size: 0.6875rem;
  font-style: normal;
  line-height: normal;
  text-rendering: auto;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(36, 39, 48, 0.7);
  border-top: 1px rgba(36, 39, 48, 0.1) solid;
  padding: 15px 0;
  width: 100%;
  display: block;
}
.post-auth-footer .footer-content p,
.pre-auth-footer .footer-content p {
  margin: 5px 0;
  text-align: left;
}
.post-auth-footer:after,
.pre-auth-footer:after {
  content: "";
  display: table;
  clear: both;
}
/* #endregion */