@charset "UTF-8";
/*
Theme Name: Accio Child Theme
Theme URI: http://themeforest.net/user/ThemeMakers/portfolio
Author: ThemeMakers
Author URI: http://themeforest.net/user/ThemeMakers
Description: ThemeMakers Accio Child Theme.
Template: accio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photography, photo-portfolio, business, sortable-multiple-galleries, portfolio, responsive-gallery, album, slider, fashion, wedding, interior, retina-ready, agency
*/
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap");
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.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.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  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-bounce;
  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.28, 0.84, 0.42, 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(0.4, 0, 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(0.4, 0, 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, linear);
}
.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-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-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: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "";
}
.fa-arrows-to-circle::before {
  content: "";
}
.fa-circle-chevron-right::before {
  content: "";
}
.fa-chevron-circle-right::before {
  content: "";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "";
}
.fa-trash-alt::before {
  content: "";
}
.fa-text-height::before {
  content: "";
}
.fa-user-xmark::before {
  content: "";
}
.fa-user-times::before {
  content: "";
}
.fa-stethoscope::before {
  content: "";
}
.fa-message::before {
  content: "";
}
.fa-comment-alt::before {
  content: "";
}
.fa-info::before {
  content: "";
}
.fa-down-left-and-up-right-to-center::before {
  content: "";
}
.fa-compress-alt::before {
  content: "";
}
.fa-explosion::before {
  content: "";
}
.fa-file-lines::before {
  content: "";
}
.fa-file-alt::before {
  content: "";
}
.fa-file-text::before {
  content: "";
}
.fa-wave-square::before {
  content: "";
}
.fa-ring::before {
  content: "";
}
.fa-building-un::before {
  content: "";
}
.fa-dice-three::before {
  content: "";
}
.fa-calendar-days::before {
  content: "";
}
.fa-calendar-alt::before {
  content: "";
}
.fa-anchor-circle-check::before {
  content: "";
}
.fa-building-circle-arrow-right::before {
  content: "";
}
.fa-volleyball::before {
  content: "";
}
.fa-volleyball-ball::before {
  content: "";
}
.fa-arrows-up-to-line::before {
  content: "";
}
.fa-sort-down::before {
  content: "";
}
.fa-sort-desc::before {
  content: "";
}
.fa-circle-minus::before {
  content: "";
}
.fa-minus-circle::before {
  content: "";
}
.fa-door-open::before {
  content: "";
}
.fa-right-from-bracket::before {
  content: "";
}
.fa-sign-out-alt::before {
  content: "";
}
.fa-atom::before {
  content: "";
}
.fa-soap::before {
  content: "";
}
.fa-icons::before {
  content: "";
}
.fa-heart-music-camera-bolt::before {
  content: "";
}
.fa-microphone-lines-slash::before {
  content: "";
}
.fa-microphone-alt-slash::before {
  content: "";
}
.fa-bridge-circle-check::before {
  content: "";
}
.fa-pump-medical::before {
  content: "";
}
.fa-fingerprint::before {
  content: "";
}
.fa-hand-point-right::before {
  content: "";
}
.fa-magnifying-glass-location::before {
  content: "";
}
.fa-search-location::before {
  content: "";
}
.fa-forward-step::before {
  content: "";
}
.fa-step-forward::before {
  content: "";
}
.fa-face-smile-beam::before {
  content: "";
}
.fa-smile-beam::before {
  content: "";
}
.fa-flag-checkered::before {
  content: "";
}
.fa-football::before {
  content: "";
}
.fa-football-ball::before {
  content: "";
}
.fa-school-circle-exclamation::before {
  content: "";
}
.fa-crop::before {
  content: "";
}
.fa-angles-down::before {
  content: "";
}
.fa-angle-double-down::before {
  content: "";
}
.fa-users-rectangle::before {
  content: "";
}
.fa-people-roof::before {
  content: "";
}
.fa-people-line::before {
  content: "";
}
.fa-beer-mug-empty::before {
  content: "";
}
.fa-beer::before {
  content: "";
}
.fa-diagram-predecessor::before {
  content: "";
}
.fa-arrow-up-long::before {
  content: "";
}
.fa-long-arrow-up::before {
  content: "";
}
.fa-fire-flame-simple::before {
  content: "";
}
.fa-burn::before {
  content: "";
}
.fa-person::before {
  content: "";
}
.fa-male::before {
  content: "";
}
.fa-laptop::before {
  content: "";
}
.fa-file-csv::before {
  content: "";
}
.fa-menorah::before {
  content: "";
}
.fa-truck-plane::before {
  content: "";
}
.fa-record-vinyl::before {
  content: "";
}
.fa-face-grin-stars::before {
  content: "";
}
.fa-grin-stars::before {
  content: "";
}
.fa-bong::before {
  content: "";
}
.fa-spaghetti-monster-flying::before {
  content: "";
}
.fa-pastafarianism::before {
  content: "";
}
.fa-arrow-down-up-across-line::before {
  content: "";
}
.fa-spoon::before {
  content: "";
}
.fa-utensil-spoon::before {
  content: "";
}
.fa-jar-wheat::before {
  content: "";
}
.fa-envelopes-bulk::before {
  content: "";
}
.fa-mail-bulk::before {
  content: "";
}
.fa-file-circle-exclamation::before {
  content: "";
}
.fa-circle-h::before {
  content: "";
}
.fa-hospital-symbol::before {
  content: "";
}
.fa-pager::before {
  content: "";
}
.fa-address-book::before {
  content: "";
}
.fa-contact-book::before {
  content: "";
}
.fa-strikethrough::before {
  content: "";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "";
}
.fa-pencil::before {
  content: "";
}
.fa-pencil-alt::before {
  content: "";
}
.fa-backward::before {
  content: "";
}
.fa-caret-right::before {
  content: "";
}
.fa-comments::before {
  content: "";
}
.fa-paste::before {
  content: "";
}
.fa-file-clipboard::before {
  content: "";
}
.fa-code-pull-request::before {
  content: "";
}
.fa-clipboard-list::before {
  content: "";
}
.fa-truck-ramp-box::before {
  content: "";
}
.fa-truck-loading::before {
  content: "";
}
.fa-user-check::before {
  content: "";
}
.fa-vial-virus::before {
  content: "";
}
.fa-sheet-plastic::before {
  content: "";
}
.fa-blog::before {
  content: "";
}
.fa-user-ninja::before {
  content: "";
}
.fa-person-arrow-up-from-line::before {
  content: "";
}
.fa-scroll-torah::before {
  content: "";
}
.fa-torah::before {
  content: "";
}
.fa-broom-ball::before {
  content: "";
}
.fa-quidditch::before {
  content: "";
}
.fa-quidditch-broom-ball::before {
  content: "";
}
.fa-toggle-off::before {
  content: "";
}
.fa-box-archive::before {
  content: "";
}
.fa-archive::before {
  content: "";
}
.fa-person-drowning::before {
  content: "";
}
.fa-arrow-down-9-1::before {
  content: "";
}
.fa-sort-numeric-desc::before {
  content: "";
}
.fa-sort-numeric-down-alt::before {
  content: "";
}
.fa-face-grin-tongue-squint::before {
  content: "";
}
.fa-grin-tongue-squint::before {
  content: "";
}
.fa-spray-can::before {
  content: "";
}
.fa-truck-monster::before {
  content: "";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "";
}
.fa-globe-africa::before {
  content: "";
}
.fa-rainbow::before {
  content: "";
}
.fa-circle-notch::before {
  content: "";
}
.fa-tablet-screen-button::before {
  content: "";
}
.fa-tablet-alt::before {
  content: "";
}
.fa-paw::before {
  content: "";
}
.fa-cloud::before {
  content: "";
}
.fa-trowel-bricks::before {
  content: "";
}
.fa-face-flushed::before {
  content: "";
}
.fa-flushed::before {
  content: "";
}
.fa-hospital-user::before {
  content: "";
}
.fa-tent-arrow-left-right::before {
  content: "";
}
.fa-gavel::before {
  content: "";
}
.fa-legal::before {
  content: "";
}
.fa-binoculars::before {
  content: "";
}
.fa-microphone-slash::before {
  content: "";
}
.fa-box-tissue::before {
  content: "";
}
.fa-motorcycle::before {
  content: "";
}
.fa-bell-concierge::before {
  content: "";
}
.fa-concierge-bell::before {
  content: "";
}
.fa-pen-ruler::before {
  content: "";
}
.fa-pencil-ruler::before {
  content: "";
}
.fa-people-arrows::before {
  content: "";
}
.fa-people-arrows-left-right::before {
  content: "";
}
.fa-mars-and-venus-burst::before {
  content: "";
}
.fa-square-caret-right::before {
  content: "";
}
.fa-caret-square-right::before {
  content: "";
}
.fa-scissors::before {
  content: "";
}
.fa-cut::before {
  content: "";
}
.fa-sun-plant-wilt::before {
  content: "";
}
.fa-toilets-portable::before {
  content: "";
}
.fa-hockey-puck::before {
  content: "";
}
.fa-table::before {
  content: "";
}
.fa-magnifying-glass-arrow-right::before {
  content: "";
}
.fa-tachograph-digital::before {
  content: "";
}
.fa-digital-tachograph::before {
  content: "";
}
.fa-users-slash::before {
  content: "";
}
.fa-clover::before {
  content: "";
}
.fa-reply::before {
  content: "";
}
.fa-mail-reply::before {
  content: "";
}
.fa-star-and-crescent::before {
  content: "";
}
.fa-house-fire::before {
  content: "";
}
.fa-square-minus::before {
  content: "";
}
.fa-minus-square::before {
  content: "";
}
.fa-helicopter::before {
  content: "";
}
.fa-compass::before {
  content: "";
}
.fa-square-caret-down::before {
  content: "";
}
.fa-caret-square-down::before {
  content: "";
}
.fa-file-circle-question::before {
  content: "";
}
.fa-laptop-code::before {
  content: "";
}
.fa-swatchbook::before {
  content: "";
}
.fa-prescription-bottle::before {
  content: "";
}
.fa-bars::before {
  content: "";
}
.fa-navicon::before {
  content: "";
}
.fa-people-group::before {
  content: "";
}
.fa-hourglass-end::before {
  content: "";
}
.fa-hourglass-3::before {
  content: "";
}
.fa-heart-crack::before {
  content: "";
}
.fa-heart-broken::before {
  content: "";
}
.fa-square-up-right::before {
  content: "";
}
.fa-external-link-square-alt::before {
  content: "";
}
.fa-face-kiss-beam::before {
  content: "";
}
.fa-kiss-beam::before {
  content: "";
}
.fa-film::before {
  content: "";
}
.fa-ruler-horizontal::before {
  content: "";
}
.fa-people-robbery::before {
  content: "";
}
.fa-lightbulb::before {
  content: "";
}
.fa-caret-left::before {
  content: "";
}
.fa-circle-exclamation::before {
  content: "";
}
.fa-exclamation-circle::before {
  content: "";
}
.fa-school-circle-xmark::before {
  content: "";
}
.fa-arrow-right-from-bracket::before {
  content: "";
}
.fa-sign-out::before {
  content: "";
}
.fa-circle-chevron-down::before {
  content: "";
}
.fa-chevron-circle-down::before {
  content: "";
}
.fa-unlock-keyhole::before {
  content: "";
}
.fa-unlock-alt::before {
  content: "";
}
.fa-cloud-showers-heavy::before {
  content: "";
}
.fa-headphones-simple::before {
  content: "";
}
.fa-headphones-alt::before {
  content: "";
}
.fa-sitemap::before {
  content: "";
}
.fa-circle-dollar-to-slot::before {
  content: "";
}
.fa-donate::before {
  content: "";
}
.fa-memory::before {
  content: "";
}
.fa-road-spikes::before {
  content: "";
}
.fa-fire-burner::before {
  content: "";
}
.fa-flag::before {
  content: "";
}
.fa-hanukiah::before {
  content: "";
}
.fa-feather::before {
  content: "";
}
.fa-volume-low::before {
  content: "";
}
.fa-volume-down::before {
  content: "";
}
.fa-comment-slash::before {
  content: "";
}
.fa-cloud-sun-rain::before {
  content: "";
}
.fa-compress::before {
  content: "";
}
.fa-wheat-awn::before {
  content: "";
}
.fa-wheat-alt::before {
  content: "";
}
.fa-ankh::before {
  content: "";
}
.fa-hands-holding-child::before {
  content: "";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "";
}
.fa-check-square::before {
  content: "";
}
.fa-peseta-sign::before {
  content: "";
}
.fa-heading::before {
  content: "";
}
.fa-header::before {
  content: "";
}
.fa-ghost::before {
  content: "";
}
.fa-list::before {
  content: "";
}
.fa-list-squares::before {
  content: "";
}
.fa-square-phone-flip::before {
  content: "";
}
.fa-phone-square-alt::before {
  content: "";
}
.fa-cart-plus::before {
  content: "";
}
.fa-gamepad::before {
  content: "";
}
.fa-circle-dot::before {
  content: "";
}
.fa-dot-circle::before {
  content: "";
}
.fa-face-dizzy::before {
  content: "";
}
.fa-dizzy::before {
  content: "";
}
.fa-egg::before {
  content: "";
}
.fa-house-medical-circle-xmark::before {
  content: "";
}
.fa-campground::before {
  content: "";
}
.fa-folder-plus::before {
  content: "";
}
.fa-futbol::before {
  content: "";
}
.fa-futbol-ball::before {
  content: "";
}
.fa-soccer-ball::before {
  content: "";
}
.fa-paintbrush::before {
  content: "";
}
.fa-paint-brush::before {
  content: "";
}
.fa-lock::before {
  content: "";
}
.fa-gas-pump::before {
  content: "";
}
.fa-hot-tub-person::before {
  content: "";
}
.fa-hot-tub::before {
  content: "";
}
.fa-map-location::before {
  content: "";
}
.fa-map-marked::before {
  content: "";
}
.fa-house-flood-water::before {
  content: "";
}
.fa-tree::before {
  content: "";
}
.fa-bridge-lock::before {
  content: "";
}
.fa-sack-dollar::before {
  content: "";
}
.fa-pen-to-square::before {
  content: "";
}
.fa-edit::before {
  content: "";
}
.fa-car-side::before {
  content: "";
}
.fa-share-nodes::before {
  content: "";
}
.fa-share-alt::before {
  content: "";
}
.fa-heart-circle-minus::before {
  content: "";
}
.fa-hourglass-half::before {
  content: "";
}
.fa-hourglass-2::before {
  content: "";
}
.fa-microscope::before {
  content: "";
}
.fa-sink::before {
  content: "";
}
.fa-bag-shopping::before {
  content: "";
}
.fa-shopping-bag::before {
  content: "";
}
.fa-arrow-down-z-a::before {
  content: "";
}
.fa-sort-alpha-desc::before {
  content: "";
}
.fa-sort-alpha-down-alt::before {
  content: "";
}
.fa-mitten::before {
  content: "";
}
.fa-person-rays::before {
  content: "";
}
.fa-users::before {
  content: "";
}
.fa-eye-slash::before {
  content: "";
}
.fa-flask-vial::before {
  content: "";
}
.fa-hand::before {
  content: "";
}
.fa-hand-paper::before {
  content: "";
}
.fa-om::before {
  content: "";
}
.fa-worm::before {
  content: "";
}
.fa-house-circle-xmark::before {
  content: "";
}
.fa-plug::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}
.fa-hand-spock::before {
  content: "";
}
.fa-stopwatch::before {
  content: "";
}
.fa-face-kiss::before {
  content: "";
}
.fa-kiss::before {
  content: "";
}
.fa-bridge-circle-xmark::before {
  content: "";
}
.fa-face-grin-tongue::before {
  content: "";
}
.fa-grin-tongue::before {
  content: "";
}
.fa-chess-bishop::before {
  content: "";
}
.fa-face-grin-wink::before {
  content: "";
}
.fa-grin-wink::before {
  content: "";
}
.fa-ear-deaf::before {
  content: "";
}
.fa-deaf::before {
  content: "";
}
.fa-deafness::before {
  content: "";
}
.fa-hard-of-hearing::before {
  content: "";
}
.fa-road-circle-check::before {
  content: "";
}
.fa-dice-five::before {
  content: "";
}
.fa-square-rss::before {
  content: "";
}
.fa-rss-square::before {
  content: "";
}
.fa-land-mine-on::before {
  content: "";
}
.fa-i-cursor::before {
  content: "";
}
.fa-stamp::before {
  content: "";
}
.fa-stairs::before {
  content: "";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "";
}
.fa-hryvnia::before {
  content: "";
}
.fa-pills::before {
  content: "";
}
.fa-face-grin-wide::before {
  content: "";
}
.fa-grin-alt::before {
  content: "";
}
.fa-tooth::before {
  content: "";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "";
}
.fa-bicycle::before {
  content: "";
}
.fa-staff-snake::before {
  content: "";
}
.fa-rod-asclepius::before {
  content: "";
}
.fa-rod-snake::before {
  content: "";
}
.fa-staff-aesculapius::before {
  content: "";
}
.fa-head-side-cough-slash::before {
  content: "";
}
.fa-truck-medical::before {
  content: "";
}
.fa-ambulance::before {
  content: "";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}
.fa-snowman::before {
  content: "";
}
.fa-mortar-pestle::before {
  content: "";
}
.fa-road-barrier::before {
  content: "";
}
.fa-school::before {
  content: "";
}
.fa-igloo::before {
  content: "";
}
.fa-joint::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-horse::before {
  content: "";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "";
}
.fa-temperature-half::before {
  content: "";
}
.fa-temperature-2::before {
  content: "";
}
.fa-thermometer-2::before {
  content: "";
}
.fa-thermometer-half::before {
  content: "";
}
.fa-dong-sign::before {
  content: "";
}
.fa-capsules::before {
  content: "";
}
.fa-poo-storm::before {
  content: "";
}
.fa-poo-bolt::before {
  content: "";
}
.fa-face-frown-open::before {
  content: "";
}
.fa-frown-open::before {
  content: "";
}
.fa-hand-point-up::before {
  content: "";
}
.fa-money-bill::before {
  content: "";
}
.fa-bookmark::before {
  content: "";
}
.fa-align-justify::before {
  content: "";
}
.fa-umbrella-beach::before {
  content: "";
}
.fa-helmet-un::before {
  content: "";
}
.fa-bullseye::before {
  content: "";
}
.fa-bacon::before {
  content: "";
}
.fa-hand-point-down::before {
  content: "";
}
.fa-arrow-up-from-bracket::before {
  content: "";
}
.fa-folder::before {
  content: "";
}
.fa-folder-blank::before {
  content: "";
}
.fa-file-waveform::before {
  content: "";
}
.fa-file-medical-alt::before {
  content: "";
}
.fa-radiation::before {
  content: "";
}
.fa-chart-simple::before {
  content: "";
}
.fa-mars-stroke::before {
  content: "";
}
.fa-vial::before {
  content: "";
}
.fa-gauge::before {
  content: "";
}
.fa-dashboard::before {
  content: "";
}
.fa-gauge-med::before {
  content: "";
}
.fa-tachometer-alt-average::before {
  content: "";
}
.fa-wand-magic-sparkles::before {
  content: "";
}
.fa-magic-wand-sparkles::before {
  content: "";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "";
}
.fa-pen-alt::before {
  content: "";
}
.fa-bridge-circle-exclamation::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-school-circle-check::before {
  content: "";
}
.fa-dumpster::before {
  content: "";
}
.fa-van-shuttle::before {
  content: "";
}
.fa-shuttle-van::before {
  content: "";
}
.fa-building-user::before {
  content: "";
}
.fa-square-caret-left::before {
  content: "";
}
.fa-caret-square-left::before {
  content: "";
}
.fa-highlighter::before {
  content: "";
}
.fa-key::before {
  content: "";
}
.fa-bullhorn::before {
  content: "";
}
.fa-globe::before {
  content: "";
}
.fa-synagogue::before {
  content: "";
}
.fa-person-half-dress::before {
  content: "";
}
.fa-road-bridge::before {
  content: "";
}
.fa-location-arrow::before {
  content: "";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "";
}
.fa-building-lock::before {
  content: "";
}
.fa-pizza-slice::before {
  content: "";
}
.fa-money-bill-wave::before {
  content: "";
}
.fa-chart-area::before {
  content: "";
}
.fa-area-chart::before {
  content: "";
}
.fa-house-flag::before {
  content: "";
}
.fa-person-circle-minus::before {
  content: "";
}
.fa-ban::before {
  content: "";
}
.fa-cancel::before {
  content: "";
}
.fa-camera-rotate::before {
  content: "";
}
.fa-spray-can-sparkles::before {
  content: "";
}
.fa-air-freshener::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-repeat::before {
  content: "";
}
.fa-cross::before {
  content: "";
}
.fa-box::before {
  content: "";
}
.fa-venus-mars::before {
  content: "";
}
.fa-arrow-pointer::before {
  content: "";
}
.fa-mouse-pointer::before {
  content: "";
}
.fa-maximize::before {
  content: "";
}
.fa-expand-arrows-alt::before {
  content: "";
}
.fa-charging-station::before {
  content: "";
}
.fa-shapes::before {
  content: "";
}
.fa-triangle-circle-square::before {
  content: "";
}
.fa-shuffle::before {
  content: "";
}
.fa-random::before {
  content: "";
}
.fa-person-running::before {
  content: "";
}
.fa-running::before {
  content: "";
}
.fa-mobile-retro::before {
  content: "";
}
.fa-grip-lines-vertical::before {
  content: "";
}
.fa-spider::before {
  content: "";
}
.fa-hands-bound::before {
  content: "";
}
.fa-file-invoice-dollar::before {
  content: "";
}
.fa-plane-circle-exclamation::before {
  content: "";
}
.fa-x-ray::before {
  content: "";
}
.fa-spell-check::before {
  content: "";
}
.fa-slash::before {
  content: "";
}
.fa-computer-mouse::before {
  content: "";
}
.fa-mouse::before {
  content: "";
}
.fa-arrow-right-to-bracket::before {
  content: "";
}
.fa-sign-in::before {
  content: "";
}
.fa-shop-slash::before {
  content: "";
}
.fa-store-alt-slash::before {
  content: "";
}
.fa-server::before {
  content: "";
}
.fa-virus-covid-slash::before {
  content: "";
}
.fa-shop-lock::before {
  content: "";
}
.fa-hourglass-start::before {
  content: "";
}
.fa-hourglass-1::before {
  content: "";
}
.fa-blender-phone::before {
  content: "";
}
.fa-building-wheat::before {
  content: "";
}
.fa-person-breastfeeding::before {
  content: "";
}
.fa-right-to-bracket::before {
  content: "";
}
.fa-sign-in-alt::before {
  content: "";
}
.fa-venus::before {
  content: "";
}
.fa-passport::before {
  content: "";
}
.fa-heart-pulse::before {
  content: "";
}
.fa-heartbeat::before {
  content: "";
}
.fa-people-carry-box::before {
  content: "";
}
.fa-people-carry::before {
  content: "";
}
.fa-temperature-high::before {
  content: "";
}
.fa-microchip::before {
  content: "";
}
.fa-crown::before {
  content: "";
}
.fa-weight-hanging::before {
  content: "";
}
.fa-xmarks-lines::before {
  content: "";
}
.fa-file-prescription::before {
  content: "";
}
.fa-weight-scale::before {
  content: "";
}
.fa-weight::before {
  content: "";
}
.fa-user-group::before {
  content: "";
}
.fa-user-friends::before {
  content: "";
}
.fa-arrow-up-a-z::before {
  content: "";
}
.fa-sort-alpha-up::before {
  content: "";
}
.fa-chess-knight::before {
  content: "";
}
.fa-face-laugh-squint::before {
  content: "";
}
.fa-laugh-squint::before {
  content: "";
}
.fa-wheelchair::before {
  content: "";
}
.fa-circle-arrow-up::before {
  content: "";
}
.fa-arrow-circle-up::before {
  content: "";
}
.fa-toggle-on::before {
  content: "";
}
.fa-person-walking::before {
  content: "";
}
.fa-walking::before {
  content: "";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "";
}
.fa-bed-pulse::before {
  content: "";
}
.fa-procedures::before {
  content: "";
}
.fa-shuttle-space::before {
  content: "";
}
.fa-space-shuttle::before {
  content: "";
}
.fa-face-laugh::before {
  content: "";
}
.fa-laugh::before {
  content: "";
}
.fa-folder-open::before {
  content: "";
}
.fa-heart-circle-plus::before {
  content: "";
}
.fa-code-fork::before {
  content: "";
}
.fa-city::before {
  content: "";
}
.fa-microphone-lines::before {
  content: "";
}
.fa-microphone-alt::before {
  content: "";
}
.fa-pepper-hot::before {
  content: "";
}
.fa-unlock::before {
  content: "";
}
.fa-colon-sign::before {
  content: "";
}
.fa-headset::before {
  content: "";
}
.fa-store-slash::before {
  content: "";
}
.fa-road-circle-xmark::before {
  content: "";
}
.fa-user-minus::before {
  content: "";
}
.fa-mars-stroke-up::before {
  content: "";
}
.fa-mars-stroke-v::before {
  content: "";
}
.fa-champagne-glasses::before {
  content: "";
}
.fa-glass-cheers::before {
  content: "";
}
.fa-clipboard::before {
  content: "";
}
.fa-house-circle-exclamation::before {
  content: "";
}
.fa-file-arrow-up::before {
  content: "";
}
.fa-file-upload::before {
  content: "";
}
.fa-wifi::before {
  content: "";
}
.fa-wifi-3::before {
  content: "";
}
.fa-wifi-strong::before {
  content: "";
}
.fa-bath::before {
  content: "";
}
.fa-bathtub::before {
  content: "";
}
.fa-underline::before {
  content: "";
}
.fa-user-pen::before {
  content: "";
}
.fa-user-edit::before {
  content: "";
}
.fa-signature::before {
  content: "";
}
.fa-stroopwafel::before {
  content: "";
}
.fa-bold::before {
  content: "";
}
.fa-anchor-lock::before {
  content: "";
}
.fa-building-ngo::before {
  content: "";
}
.fa-manat-sign::before {
  content: "";
}
.fa-not-equal::before {
  content: "";
}
.fa-border-top-left::before {
  content: "";
}
.fa-border-style::before {
  content: "";
}
.fa-map-location-dot::before {
  content: "";
}
.fa-map-marked-alt::before {
  content: "";
}
.fa-jedi::before {
  content: "";
}
.fa-square-poll-vertical::before {
  content: "";
}
.fa-poll::before {
  content: "";
}
.fa-mug-hot::before {
  content: "";
}
.fa-car-battery::before {
  content: "";
}
.fa-battery-car::before {
  content: "";
}
.fa-gift::before {
  content: "";
}
.fa-dice-two::before {
  content: "";
}
.fa-chess-queen::before {
  content: "";
}
.fa-glasses::before {
  content: "";
}
.fa-chess-board::before {
  content: "";
}
.fa-building-circle-check::before {
  content: "";
}
.fa-person-chalkboard::before {
  content: "";
}
.fa-mars-stroke-right::before {
  content: "";
}
.fa-mars-stroke-h::before {
  content: "";
}
.fa-hand-back-fist::before {
  content: "";
}
.fa-hand-rock::before {
  content: "";
}
.fa-square-caret-up::before {
  content: "";
}
.fa-caret-square-up::before {
  content: "";
}
.fa-cloud-showers-water::before {
  content: "";
}
.fa-chart-bar::before {
  content: "";
}
.fa-bar-chart::before {
  content: "";
}
.fa-hands-bubbles::before {
  content: "";
}
.fa-hands-wash::before {
  content: "";
}
.fa-less-than-equal::before {
  content: "";
}
.fa-train::before {
  content: "";
}
.fa-eye-low-vision::before {
  content: "";
}
.fa-low-vision::before {
  content: "";
}
.fa-crow::before {
  content: "";
}
.fa-sailboat::before {
  content: "";
}
.fa-window-restore::before {
  content: "";
}
.fa-square-plus::before {
  content: "";
}
.fa-plus-square::before {
  content: "";
}
.fa-torii-gate::before {
  content: "";
}
.fa-frog::before {
  content: "";
}
.fa-bucket::before {
  content: "";
}
.fa-image::before {
  content: "";
}
.fa-microphone::before {
  content: "";
}
.fa-cow::before {
  content: "";
}
.fa-caret-up::before {
  content: "";
}
.fa-screwdriver::before {
  content: "";
}
.fa-folder-closed::before {
  content: "";
}
.fa-house-tsunami::before {
  content: "";
}
.fa-square-nfi::before {
  content: "";
}
.fa-arrow-up-from-ground-water::before {
  content: "";
}
.fa-martini-glass::before {
  content: "";
}
.fa-glass-martini-alt::before {
  content: "";
}
.fa-rotate-left::before {
  content: "";
}
.fa-rotate-back::before {
  content: "";
}
.fa-rotate-backward::before {
  content: "";
}
.fa-undo-alt::before {
  content: "";
}
.fa-table-columns::before {
  content: "";
}
.fa-columns::before {
  content: "";
}
.fa-lemon::before {
  content: "";
}
.fa-head-side-mask::before {
  content: "";
}
.fa-handshake::before {
  content: "";
}
.fa-gem::before {
  content: "";
}
.fa-dolly::before {
  content: "";
}
.fa-dolly-box::before {
  content: "";
}
.fa-smoking::before {
  content: "";
}
.fa-minimize::before {
  content: "";
}
.fa-compress-arrows-alt::before {
  content: "";
}
.fa-monument::before {
  content: "";
}
.fa-snowplow::before {
  content: "";
}
.fa-angles-right::before {
  content: "";
}
.fa-angle-double-right::before {
  content: "";
}
.fa-cannabis::before {
  content: "";
}
.fa-circle-play::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-tablets::before {
  content: "";
}
.fa-ethernet::before {
  content: "";
}
.fa-euro-sign::before {
  content: "";
}
.fa-eur::before {
  content: "";
}
.fa-euro::before {
  content: "";
}
.fa-chair::before {
  content: "";
}
.fa-circle-check::before {
  content: "";
}
.fa-check-circle::before {
  content: "";
}
.fa-circle-stop::before {
  content: "";
}
.fa-stop-circle::before {
  content: "";
}
.fa-compass-drafting::before {
  content: "";
}
.fa-drafting-compass::before {
  content: "";
}
.fa-plate-wheat::before {
  content: "";
}
.fa-icicles::before {
  content: "";
}
.fa-person-shelter::before {
  content: "";
}
.fa-neuter::before {
  content: "";
}
.fa-id-badge::before {
  content: "";
}
.fa-marker::before {
  content: "";
}
.fa-face-laugh-beam::before {
  content: "";
}
.fa-laugh-beam::before {
  content: "";
}
.fa-helicopter-symbol::before {
  content: "";
}
.fa-universal-access::before {
  content: "";
}
.fa-circle-chevron-up::before {
  content: "";
}
.fa-chevron-circle-up::before {
  content: "";
}
.fa-lari-sign::before {
  content: "";
}
.fa-volcano::before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}
.fa-sterling-sign::before {
  content: "";
}
.fa-gbp::before {
  content: "";
}
.fa-pound-sign::before {
  content: "";
}
.fa-viruses::before {
  content: "";
}
.fa-square-person-confined::before {
  content: "";
}
.fa-user-tie::before {
  content: "";
}
.fa-arrow-down-long::before {
  content: "";
}
.fa-long-arrow-down::before {
  content: "";
}
.fa-tent-arrow-down-to-line::before {
  content: "";
}
.fa-certificate::before {
  content: "";
}
.fa-reply-all::before {
  content: "";
}
.fa-mail-reply-all::before {
  content: "";
}
.fa-suitcase::before {
  content: "";
}
.fa-person-skating::before {
  content: "";
}
.fa-skating::before {
  content: "";
}
.fa-filter-circle-dollar::before {
  content: "";
}
.fa-funnel-dollar::before {
  content: "";
}
.fa-camera-retro::before {
  content: "";
}
.fa-circle-arrow-down::before {
  content: "";
}
.fa-arrow-circle-down::before {
  content: "";
}
.fa-file-import::before {
  content: "";
}
.fa-arrow-right-to-file::before {
  content: "";
}
.fa-square-arrow-up-right::before {
  content: "";
}
.fa-external-link-square::before {
  content: "";
}
.fa-box-open::before {
  content: "";
}
.fa-scroll::before {
  content: "";
}
.fa-spa::before {
  content: "";
}
.fa-location-pin-lock::before {
  content: "";
}
.fa-pause::before {
  content: "";
}
.fa-hill-avalanche::before {
  content: "";
}
.fa-temperature-empty::before {
  content: "";
}
.fa-temperature-0::before {
  content: "";
}
.fa-thermometer-0::before {
  content: "";
}
.fa-thermometer-empty::before {
  content: "";
}
.fa-bomb::before {
  content: "";
}
.fa-registered::before {
  content: "";
}
.fa-address-card::before {
  content: "";
}
.fa-contact-card::before {
  content: "";
}
.fa-vcard::before {
  content: "";
}
.fa-scale-unbalanced-flip::before {
  content: "";
}
.fa-balance-scale-right::before {
  content: "";
}
.fa-subscript::before {
  content: "";
}
.fa-diamond-turn-right::before {
  content: "";
}
.fa-directions::before {
  content: "";
}
.fa-burst::before {
  content: "";
}
.fa-house-laptop::before {
  content: "";
}
.fa-laptop-house::before {
  content: "";
}
.fa-face-tired::before {
  content: "";
}
.fa-tired::before {
  content: "";
}
.fa-money-bills::before {
  content: "";
}
.fa-smog::before {
  content: "";
}
.fa-crutch::before {
  content: "";
}
.fa-cloud-arrow-up::before {
  content: "";
}
.fa-cloud-upload::before {
  content: "";
}
.fa-cloud-upload-alt::before {
  content: "";
}
.fa-palette::before {
  content: "";
}
.fa-arrows-turn-right::before {
  content: "";
}
.fa-vest::before {
  content: "";
}
.fa-ferry::before {
  content: "";
}
.fa-arrows-down-to-people::before {
  content: "";
}
.fa-seedling::before {
  content: "";
}
.fa-sprout::before {
  content: "";
}
.fa-left-right::before {
  content: "";
}
.fa-arrows-alt-h::before {
  content: "";
}
.fa-boxes-packing::before {
  content: "";
}
.fa-circle-arrow-left::before {
  content: "";
}
.fa-arrow-circle-left::before {
  content: "";
}
.fa-group-arrows-rotate::before {
  content: "";
}
.fa-bowl-food::before {
  content: "";
}
.fa-candy-cane::before {
  content: "";
}
.fa-arrow-down-wide-short::before {
  content: "";
}
.fa-sort-amount-asc::before {
  content: "";
}
.fa-sort-amount-down::before {
  content: "";
}
.fa-cloud-bolt::before {
  content: "";
}
.fa-thunderstorm::before {
  content: "";
}
.fa-text-slash::before {
  content: "";
}
.fa-remove-format::before {
  content: "";
}
.fa-face-smile-wink::before {
  content: "";
}
.fa-smile-wink::before {
  content: "";
}
.fa-file-word::before {
  content: "";
}
.fa-file-powerpoint::before {
  content: "";
}
.fa-arrows-left-right::before {
  content: "";
}
.fa-arrows-h::before {
  content: "";
}
.fa-house-lock::before {
  content: "";
}
.fa-cloud-arrow-down::before {
  content: "";
}
.fa-cloud-download::before {
  content: "";
}
.fa-cloud-download-alt::before {
  content: "";
}
.fa-children::before {
  content: "";
}
.fa-chalkboard::before {
  content: "";
}
.fa-blackboard::before {
  content: "";
}
.fa-user-large-slash::before {
  content: "";
}
.fa-user-alt-slash::before {
  content: "";
}
.fa-envelope-open::before {
  content: "";
}
.fa-handshake-simple-slash::before {
  content: "";
}
.fa-handshake-alt-slash::before {
  content: "";
}
.fa-mattress-pillow::before {
  content: "";
}
.fa-guarani-sign::before {
  content: "";
}
.fa-arrows-rotate::before {
  content: "";
}
.fa-refresh::before {
  content: "";
}
.fa-sync::before {
  content: "";
}
.fa-fire-extinguisher::before {
  content: "";
}
.fa-cruzeiro-sign::before {
  content: "";
}
.fa-greater-than-equal::before {
  content: "";
}
.fa-shield-halved::before {
  content: "";
}
.fa-shield-alt::before {
  content: "";
}
.fa-book-atlas::before {
  content: "";
}
.fa-atlas::before {
  content: "";
}
.fa-virus::before {
  content: "";
}
.fa-envelope-circle-check::before {
  content: "";
}
.fa-layer-group::before {
  content: "";
}
.fa-arrows-to-dot::before {
  content: "";
}
.fa-archway::before {
  content: "";
}
.fa-heart-circle-check::before {
  content: "";
}
.fa-house-chimney-crack::before {
  content: "";
}
.fa-house-damage::before {
  content: "";
}
.fa-file-zipper::before {
  content: "";
}
.fa-file-archive::before {
  content: "";
}
.fa-square::before {
  content: "";
}
.fa-martini-glass-empty::before {
  content: "";
}
.fa-glass-martini::before {
  content: "";
}
.fa-couch::before {
  content: "";
}
.fa-cedi-sign::before {
  content: "";
}
.fa-italic::before {
  content: "";
}
.fa-church::before {
  content: "";
}
.fa-comments-dollar::before {
  content: "";
}
.fa-democrat::before {
  content: "";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "";
}
.fa-skiing::before {
  content: "";
}
.fa-road-lock::before {
  content: "";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "";
}
.fa-temperature-down::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "";
}
.fa-newspaper::before {
  content: "";
}
.fa-rectangle-ad::before {
  content: "";
}
.fa-ad::before {
  content: "";
}
.fa-circle-arrow-right::before {
  content: "";
}
.fa-arrow-circle-right::before {
  content: "";
}
.fa-filter-circle-xmark::before {
  content: "";
}
.fa-locust::before {
  content: "";
}
.fa-sort::before {
  content: "";
}
.fa-unsorted::before {
  content: "";
}
.fa-list-ol::before {
  content: "";
}
.fa-list-1-2::before {
  content: "";
}
.fa-list-numeric::before {
  content: "";
}
.fa-person-dress-burst::before {
  content: "";
}
.fa-money-check-dollar::before {
  content: "";
}
.fa-money-check-alt::before {
  content: "";
}
.fa-vector-square::before {
  content: "";
}
.fa-bread-slice::before {
  content: "";
}
.fa-language::before {
  content: "";
}
.fa-face-kiss-wink-heart::before {
  content: "";
}
.fa-kiss-wink-heart::before {
  content: "";
}
.fa-filter::before {
  content: "";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "";
}
.fa-up-down-left-right::before {
  content: "";
}
.fa-arrows-alt::before {
  content: "";
}
.fa-house-chimney-user::before {
  content: "";
}
.fa-hand-holding-heart::before {
  content: "";
}
.fa-puzzle-piece::before {
  content: "";
}
.fa-money-check::before {
  content: "";
}
.fa-star-half-stroke::before {
  content: "";
}
.fa-star-half-alt::before {
  content: "";
}
.fa-code::before {
  content: "";
}
.fa-whiskey-glass::before {
  content: "";
}
.fa-glass-whiskey::before {
  content: "";
}
.fa-building-circle-exclamation::before {
  content: "";
}
.fa-magnifying-glass-chart::before {
  content: "";
}
.fa-arrow-up-right-from-square::before {
  content: "";
}
.fa-external-link::before {
  content: "";
}
.fa-cubes-stacked::before {
  content: "";
}
.fa-won-sign::before {
  content: "";
}
.fa-krw::before {
  content: "";
}
.fa-won::before {
  content: "";
}
.fa-virus-covid::before {
  content: "";
}
.fa-austral-sign::before {
  content: "";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "";
}
.fa-road::before {
  content: "";
}
.fa-taxi::before {
  content: "";
}
.fa-cab::before {
  content: "";
}
.fa-person-circle-plus::before {
  content: "";
}
.fa-chart-pie::before {
  content: "";
}
.fa-pie-chart::before {
  content: "";
}
.fa-bolt-lightning::before {
  content: "";
}
.fa-sack-xmark::before {
  content: "";
}
.fa-file-excel::before {
  content: "";
}
.fa-file-contract::before {
  content: "";
}
.fa-fish-fins::before {
  content: "";
}
.fa-building-flag::before {
  content: "";
}
.fa-face-grin-beam::before {
  content: "";
}
.fa-grin-beam::before {
  content: "";
}
.fa-object-ungroup::before {
  content: "";
}
.fa-poop::before {
  content: "";
}
.fa-location-pin::before {
  content: "";
}
.fa-map-marker::before {
  content: "";
}
.fa-kaaba::before {
  content: "";
}
.fa-toilet-paper::before {
  content: "";
}
.fa-helmet-safety::before {
  content: "";
}
.fa-hard-hat::before {
  content: "";
}
.fa-hat-hard::before {
  content: "";
}
.fa-eject::before {
  content: "";
}
.fa-circle-right::before {
  content: "";
}
.fa-arrow-alt-circle-right::before {
  content: "";
}
.fa-plane-circle-check::before {
  content: "";
}
.fa-face-rolling-eyes::before {
  content: "";
}
.fa-meh-rolling-eyes::before {
  content: "";
}
.fa-object-group::before {
  content: "";
}
.fa-chart-line::before {
  content: "";
}
.fa-line-chart::before {
  content: "";
}
.fa-mask-ventilator::before {
  content: "";
}
.fa-arrow-right::before {
  content: "";
}
.fa-signs-post::before {
  content: "";
}
.fa-map-signs::before {
  content: "";
}
.fa-cash-register::before {
  content: "";
}
.fa-person-circle-question::before {
  content: "";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "";
}
.fa-screwdriver-wrench::before {
  content: "";
}
.fa-tools::before {
  content: "";
}
.fa-arrows-to-eye::before {
  content: "";
}
.fa-plug-circle-bolt::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-mars-and-venus::before {
  content: "";
}
.fa-house-user::before {
  content: "";
}
.fa-home-user::before {
  content: "";
}
.fa-dumpster-fire::before {
  content: "";
}
.fa-house-crack::before {
  content: "";
}
.fa-martini-glass-citrus::before {
  content: "";
}
.fa-cocktail::before {
  content: "";
}
.fa-face-surprise::before {
  content: "";
}
.fa-surprise::before {
  content: "";
}
.fa-bottle-water::before {
  content: "";
}
.fa-circle-pause::before {
  content: "";
}
.fa-pause-circle::before {
  content: "";
}
.fa-toilet-paper-slash::before {
  content: "";
}
.fa-apple-whole::before {
  content: "";
}
.fa-apple-alt::before {
  content: "";
}
.fa-kitchen-set::before {
  content: "";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "";
}
.fa-temperature-1::before {
  content: "";
}
.fa-thermometer-1::before {
  content: "";
}
.fa-thermometer-quarter::before {
  content: "";
}
.fa-cube::before {
  content: "";
}
.fa-bitcoin-sign::before {
  content: "";
}
.fa-shield-dog::before {
  content: "";
}
.fa-solar-panel::before {
  content: "";
}
.fa-lock-open::before {
  content: "";
}
.fa-elevator::before {
  content: "";
}
.fa-money-bill-transfer::before {
  content: "";
}
.fa-money-bill-trend-up::before {
  content: "";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}
.fa-square-poll-horizontal::before {
  content: "";
}
.fa-poll-h::before {
  content: "";
}
.fa-circle::before {
  content: "";
}
.fa-backward-fast::before {
  content: "";
}
.fa-fast-backward::before {
  content: "";
}
.fa-recycle::before {
  content: "";
}
.fa-user-astronaut::before {
  content: "";
}
.fa-plane-slash::before {
  content: "";
}
.fa-trademark::before {
  content: "";
}
.fa-basketball::before {
  content: "";
}
.fa-basketball-ball::before {
  content: "";
}
.fa-satellite-dish::before {
  content: "";
}
.fa-circle-up::before {
  content: "";
}
.fa-arrow-alt-circle-up::before {
  content: "";
}
.fa-mobile-screen-button::before {
  content: "";
}
.fa-mobile-alt::before {
  content: "";
}
.fa-volume-high::before {
  content: "";
}
.fa-volume-up::before {
  content: "";
}
.fa-users-rays::before {
  content: "";
}
.fa-wallet::before {
  content: "";
}
.fa-clipboard-check::before {
  content: "";
}
.fa-file-audio::before {
  content: "";
}
.fa-burger::before {
  content: "";
}
.fa-hamburger::before {
  content: "";
}
.fa-wrench::before {
  content: "";
}
.fa-bugs::before {
  content: "";
}
.fa-rupee-sign::before {
  content: "";
}
.fa-rupee::before {
  content: "";
}
.fa-file-image::before {
  content: "";
}
.fa-circle-question::before {
  content: "";
}
.fa-question-circle::before {
  content: "";
}
.fa-plane-departure::before {
  content: "";
}
.fa-handshake-slash::before {
  content: "";
}
.fa-book-bookmark::before {
  content: "";
}
.fa-code-branch::before {
  content: "";
}
.fa-hat-cowboy::before {
  content: "";
}
.fa-bridge::before {
  content: "";
}
.fa-phone-flip::before {
  content: "";
}
.fa-phone-alt::before {
  content: "";
}
.fa-truck-front::before {
  content: "";
}
.fa-cat::before {
  content: "";
}
.fa-anchor-circle-exclamation::before {
  content: "";
}
.fa-truck-field::before {
  content: "";
}
.fa-route::before {
  content: "";
}
.fa-clipboard-question::before {
  content: "";
}
.fa-panorama::before {
  content: "";
}
.fa-comment-medical::before {
  content: "";
}
.fa-teeth-open::before {
  content: "";
}
.fa-file-circle-minus::before {
  content: "";
}
.fa-tags::before {
  content: "";
}
.fa-wine-glass::before {
  content: "";
}
.fa-forward-fast::before {
  content: "";
}
.fa-fast-forward::before {
  content: "";
}
.fa-face-meh-blank::before {
  content: "";
}
.fa-meh-blank::before {
  content: "";
}
.fa-square-parking::before {
  content: "";
}
.fa-parking::before {
  content: "";
}
.fa-house-signal::before {
  content: "";
}
.fa-bars-progress::before {
  content: "";
}
.fa-tasks-alt::before {
  content: "";
}
.fa-faucet-drip::before {
  content: "";
}
.fa-cart-flatbed::before {
  content: "";
}
.fa-dolly-flatbed::before {
  content: "";
}
.fa-ban-smoking::before {
  content: "";
}
.fa-smoking-ban::before {
  content: "";
}
.fa-terminal::before {
  content: "";
}
.fa-mobile-button::before {
  content: "";
}
.fa-house-medical-flag::before {
  content: "";
}
.fa-basket-shopping::before {
  content: "";
}
.fa-shopping-basket::before {
  content: "";
}
.fa-tape::before {
  content: "";
}
.fa-bus-simple::before {
  content: "";
}
.fa-bus-alt::before {
  content: "";
}
.fa-eye::before {
  content: "";
}
.fa-face-sad-cry::before {
  content: "";
}
.fa-sad-cry::before {
  content: "";
}
.fa-audio-description::before {
  content: "";
}
.fa-person-military-to-person::before {
  content: "";
}
.fa-file-shield::before {
  content: "";
}
.fa-user-slash::before {
  content: "";
}
.fa-pen::before {
  content: "";
}
.fa-tower-observation::before {
  content: "";
}
.fa-file-code::before {
  content: "";
}
.fa-signal::before {
  content: "";
}
.fa-signal-5::before {
  content: "";
}
.fa-signal-perfect::before {
  content: "";
}
.fa-bus::before {
  content: "";
}
.fa-heart-circle-xmark::before {
  content: "";
}
.fa-house-chimney::before {
  content: "";
}
.fa-home-lg::before {
  content: "";
}
.fa-window-maximize::before {
  content: "";
}
.fa-face-frown::before {
  content: "";
}
.fa-frown::before {
  content: "";
}
.fa-prescription::before {
  content: "";
}
.fa-shop::before {
  content: "";
}
.fa-store-alt::before {
  content: "";
}
.fa-floppy-disk::before {
  content: "";
}
.fa-save::before {
  content: "";
}
.fa-vihara::before {
  content: "";
}
.fa-scale-unbalanced::before {
  content: "";
}
.fa-balance-scale-left::before {
  content: "";
}
.fa-sort-up::before {
  content: "";
}
.fa-sort-asc::before {
  content: "";
}
.fa-comment-dots::before {
  content: "";
}
.fa-commenting::before {
  content: "";
}
.fa-plant-wilt::before {
  content: "";
}
.fa-diamond::before {
  content: "";
}
.fa-face-grin-squint::before {
  content: "";
}
.fa-grin-squint::before {
  content: "";
}
.fa-hand-holding-dollar::before {
  content: "";
}
.fa-hand-holding-usd::before {
  content: "";
}
.fa-bacterium::before {
  content: "";
}
.fa-hand-pointer::before {
  content: "";
}
.fa-drum-steelpan::before {
  content: "";
}
.fa-hand-scissors::before {
  content: "";
}
.fa-hands-praying::before {
  content: "";
}
.fa-praying-hands::before {
  content: "";
}
.fa-arrow-rotate-right::before {
  content: "";
}
.fa-arrow-right-rotate::before {
  content: "";
}
.fa-arrow-rotate-forward::before {
  content: "";
}
.fa-redo::before {
  content: "";
}
.fa-biohazard::before {
  content: "";
}
.fa-location-crosshairs::before {
  content: "";
}
.fa-location::before {
  content: "";
}
.fa-mars-double::before {
  content: "";
}
.fa-child-dress::before {
  content: "";
}
.fa-users-between-lines::before {
  content: "";
}
.fa-lungs-virus::before {
  content: "";
}
.fa-face-grin-tears::before {
  content: "";
}
.fa-grin-tears::before {
  content: "";
}
.fa-phone::before {
  content: "";
}
.fa-calendar-xmark::before {
  content: "";
}
.fa-calendar-times::before {
  content: "";
}
.fa-child-reaching::before {
  content: "";
}
.fa-head-side-virus::before {
  content: "";
}
.fa-user-gear::before {
  content: "";
}
.fa-user-cog::before {
  content: "";
}
.fa-arrow-up-1-9::before {
  content: "";
}
.fa-sort-numeric-up::before {
  content: "";
}
.fa-door-closed::before {
  content: "";
}
.fa-shield-virus::before {
  content: "";
}
.fa-dice-six::before {
  content: "";
}
.fa-mosquito-net::before {
  content: "";
}
.fa-bridge-water::before {
  content: "";
}
.fa-person-booth::before {
  content: "";
}
.fa-text-width::before {
  content: "";
}
.fa-hat-wizard::before {
  content: "";
}
.fa-pen-fancy::before {
  content: "";
}
.fa-person-digging::before {
  content: "";
}
.fa-digging::before {
  content: "";
}
.fa-trash::before {
  content: "";
}
.fa-gauge-simple::before {
  content: "";
}
.fa-gauge-simple-med::before {
  content: "";
}
.fa-tachometer-average::before {
  content: "";
}
.fa-book-medical::before {
  content: "";
}
.fa-poo::before {
  content: "";
}
.fa-quote-right::before {
  content: "";
}
.fa-quote-right-alt::before {
  content: "";
}
.fa-shirt::before {
  content: "";
}
.fa-t-shirt::before {
  content: "";
}
.fa-tshirt::before {
  content: "";
}
.fa-cubes::before {
  content: "";
}
.fa-divide::before {
  content: "";
}
.fa-tenge-sign::before {
  content: "";
}
.fa-tenge::before {
  content: "";
}
.fa-headphones::before {
  content: "";
}
.fa-hands-holding::before {
  content: "";
}
.fa-hands-clapping::before {
  content: "";
}
.fa-republican::before {
  content: "";
}
.fa-arrow-left::before {
  content: "";
}
.fa-person-circle-xmark::before {
  content: "";
}
.fa-ruler::before {
  content: "";
}
.fa-align-left::before {
  content: "";
}
.fa-dice-d6::before {
  content: "";
}
.fa-restroom::before {
  content: "";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "";
}
.fa-file-video::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-external-link-alt::before {
  content: "";
}
.fa-table-cells::before {
  content: "";
}
.fa-th::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.fa-book-bible::before {
  content: "";
}
.fa-bible::before {
  content: "";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "";
}
.fa-medkit::before {
  content: "";
}
.fa-user-secret::before {
  content: "";
}
.fa-otter::before {
  content: "";
}
.fa-person-dress::before {
  content: "";
}
.fa-female::before {
  content: "";
}
.fa-comment-dollar::before {
  content: "";
}
.fa-business-time::before {
  content: "";
}
.fa-briefcase-clock::before {
  content: "";
}
.fa-table-cells-large::before {
  content: "";
}
.fa-th-large::before {
  content: "";
}
.fa-book-tanakh::before {
  content: "";
}
.fa-tanakh::before {
  content: "";
}
.fa-phone-volume::before {
  content: "";
}
.fa-volume-control-phone::before {
  content: "";
}
.fa-hat-cowboy-side::before {
  content: "";
}
.fa-clipboard-user::before {
  content: "";
}
.fa-child::before {
  content: "";
}
.fa-lira-sign::before {
  content: "";
}
.fa-satellite::before {
  content: "";
}
.fa-plane-lock::before {
  content: "";
}
.fa-tag::before {
  content: "";
}
.fa-comment::before {
  content: "";
}
.fa-cake-candles::before {
  content: "";
}
.fa-birthday-cake::before {
  content: "";
}
.fa-cake::before {
  content: "";
}
.fa-envelope::before {
  content: "";
}
.fa-angles-up::before {
  content: "";
}
.fa-angle-double-up::before {
  content: "";
}
.fa-paperclip::before {
  content: "";
}
.fa-arrow-right-to-city::before {
  content: "";
}
.fa-ribbon::before {
  content: "";
}
.fa-lungs::before {
  content: "";
}
.fa-arrow-up-9-1::before {
  content: "";
}
.fa-sort-numeric-up-alt::before {
  content: "";
}
.fa-litecoin-sign::before {
  content: "";
}
.fa-border-none::before {
  content: "";
}
.fa-circle-nodes::before {
  content: "";
}
.fa-parachute-box::before {
  content: "";
}
.fa-indent::before {
  content: "";
}
.fa-truck-field-un::before {
  content: "";
}
.fa-hourglass::before {
  content: "";
}
.fa-hourglass-empty::before {
  content: "";
}
.fa-mountain::before {
  content: "";
}
.fa-user-doctor::before {
  content: "";
}
.fa-user-md::before {
  content: "";
}
.fa-circle-info::before {
  content: "";
}
.fa-info-circle::before {
  content: "";
}
.fa-cloud-meatball::before {
  content: "";
}
.fa-camera::before {
  content: "";
}
.fa-camera-alt::before {
  content: "";
}
.fa-square-virus::before {
  content: "";
}
.fa-meteor::before {
  content: "";
}
.fa-car-on::before {
  content: "";
}
.fa-sleigh::before {
  content: "";
}
.fa-arrow-down-1-9::before {
  content: "";
}
.fa-sort-numeric-asc::before {
  content: "";
}
.fa-sort-numeric-down::before {
  content: "";
}
.fa-hand-holding-droplet::before {
  content: "";
}
.fa-hand-holding-water::before {
  content: "";
}
.fa-water::before {
  content: "";
}
.fa-calendar-check::before {
  content: "";
}
.fa-braille::before {
  content: "";
}
.fa-prescription-bottle-medical::before {
  content: "";
}
.fa-prescription-bottle-alt::before {
  content: "";
}
.fa-landmark::before {
  content: "";
}
.fa-truck::before {
  content: "";
}
.fa-crosshairs::before {
  content: "";
}
.fa-person-cane::before {
  content: "";
}
.fa-tent::before {
  content: "";
}
.fa-vest-patches::before {
  content: "";
}
.fa-check-double::before {
  content: "";
}
.fa-arrow-down-a-z::before {
  content: "";
}
.fa-sort-alpha-asc::before {
  content: "";
}
.fa-sort-alpha-down::before {
  content: "";
}
.fa-money-bill-wheat::before {
  content: "";
}
.fa-cookie::before {
  content: "";
}
.fa-arrow-rotate-left::before {
  content: "";
}
.fa-arrow-left-rotate::before {
  content: "";
}
.fa-arrow-rotate-back::before {
  content: "";
}
.fa-arrow-rotate-backward::before {
  content: "";
}
.fa-undo::before {
  content: "";
}
.fa-hard-drive::before {
  content: "";
}
.fa-hdd::before {
  content: "";
}
.fa-face-grin-squint-tears::before {
  content: "";
}
.fa-grin-squint-tears::before {
  content: "";
}
.fa-dumbbell::before {
  content: "";
}
.fa-rectangle-list::before {
  content: "";
}
.fa-list-alt::before {
  content: "";
}
.fa-tarp-droplet::before {
  content: "";
}
.fa-house-medical-circle-check::before {
  content: "";
}
.fa-person-skiing-nordic::before {
  content: "";
}
.fa-skiing-nordic::before {
  content: "";
}
.fa-calendar-plus::before {
  content: "";
}
.fa-plane-arrival::before {
  content: "";
}
.fa-circle-left::before {
  content: "";
}
.fa-arrow-alt-circle-left::before {
  content: "";
}
.fa-train-subway::before {
  content: "";
}
.fa-subway::before {
  content: "";
}
.fa-chart-gantt::before {
  content: "";
}
.fa-indian-rupee-sign::before {
  content: "";
}
.fa-indian-rupee::before {
  content: "";
}
.fa-inr::before {
  content: "";
}
.fa-crop-simple::before {
  content: "";
}
.fa-crop-alt::before {
  content: "";
}
.fa-money-bill-1::before {
  content: "";
}
.fa-money-bill-alt::before {
  content: "";
}
.fa-left-long::before {
  content: "";
}
.fa-long-arrow-alt-left::before {
  content: "";
}
.fa-dna::before {
  content: "";
}
.fa-virus-slash::before {
  content: "";
}
.fa-minus::before {
  content: "";
}
.fa-subtract::before {
  content: "";
}
.fa-chess::before {
  content: "";
}
.fa-arrow-left-long::before {
  content: "";
}
.fa-long-arrow-left::before {
  content: "";
}
.fa-plug-circle-check::before {
  content: "";
}
.fa-street-view::before {
  content: "";
}
.fa-franc-sign::before {
  content: "";
}
.fa-volume-off::before {
  content: "";
}
.fa-hands-asl-interpreting::before {
  content: "";
}
.fa-american-sign-language-interpreting::before {
  content: "";
}
.fa-asl-interpreting::before {
  content: "";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "";
}
.fa-gear::before {
  content: "";
}
.fa-cog::before {
  content: "";
}
.fa-droplet-slash::before {
  content: "";
}
.fa-tint-slash::before {
  content: "";
}
.fa-mosque::before {
  content: "";
}
.fa-mosquito::before {
  content: "";
}
.fa-star-of-david::before {
  content: "";
}
.fa-person-military-rifle::before {
  content: "";
}
.fa-cart-shopping::before {
  content: "";
}
.fa-shopping-cart::before {
  content: "";
}
.fa-vials::before {
  content: "";
}
.fa-plug-circle-plus::before {
  content: "";
}
.fa-place-of-worship::before {
  content: "";
}
.fa-grip-vertical::before {
  content: "";
}
.fa-arrow-turn-up::before {
  content: "";
}
.fa-level-up::before {
  content: "";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "";
}
.fa-square-root-alt::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-clock-four::before {
  content: "";
}
.fa-backward-step::before {
  content: "";
}
.fa-step-backward::before {
  content: "";
}
.fa-pallet::before {
  content: "";
}
.fa-faucet::before {
  content: "";
}
.fa-baseball-bat-ball::before {
  content: "";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "";
}
.fa-keyboard::before {
  content: "";
}
.fa-caret-down::before {
  content: "";
}
.fa-house-chimney-medical::before {
  content: "";
}
.fa-clinic-medical::before {
  content: "";
}
.fa-temperature-three-quarters::before {
  content: "";
}
.fa-temperature-3::before {
  content: "";
}
.fa-thermometer-3::before {
  content: "";
}
.fa-thermometer-three-quarters::before {
  content: "";
}
.fa-mobile-screen::before {
  content: "";
}
.fa-mobile-android-alt::before {
  content: "";
}
.fa-plane-up::before {
  content: "";
}
.fa-piggy-bank::before {
  content: "";
}
.fa-battery-half::before {
  content: "";
}
.fa-battery-3::before {
  content: "";
}
.fa-mountain-city::before {
  content: "";
}
.fa-coins::before {
  content: "";
}
.fa-khanda::before {
  content: "";
}
.fa-sliders::before {
  content: "";
}
.fa-sliders-h::before {
  content: "";
}
.fa-folder-tree::before {
  content: "";
}
.fa-network-wired::before {
  content: "";
}
.fa-map-pin::before {
  content: "";
}
.fa-hamsa::before {
  content: "";
}
.fa-cent-sign::before {
  content: "";
}
.fa-flask::before {
  content: "";
}
.fa-person-pregnant::before {
  content: "";
}
.fa-wand-sparkles::before {
  content: "";
}
.fa-ellipsis-vertical::before {
  content: "";
}
.fa-ellipsis-v::before {
  content: "";
}
.fa-ticket::before {
  content: "";
}
.fa-power-off::before {
  content: "";
}
.fa-right-long::before {
  content: "";
}
.fa-long-arrow-alt-right::before {
  content: "";
}
.fa-flag-usa::before {
  content: "";
}
.fa-laptop-file::before {
  content: "";
}
.fa-tty::before {
  content: "";
}
.fa-teletype::before {
  content: "";
}
.fa-diagram-next::before {
  content: "";
}
.fa-person-rifle::before {
  content: "";
}
.fa-house-medical-circle-exclamation::before {
  content: "";
}
.fa-closed-captioning::before {
  content: "";
}
.fa-person-hiking::before {
  content: "";
}
.fa-hiking::before {
  content: "";
}
.fa-venus-double::before {
  content: "";
}
.fa-images::before {
  content: "";
}
.fa-calculator::before {
  content: "";
}
.fa-people-pulling::before {
  content: "";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "";
}
.fa-tram::before {
  content: "";
}
.fa-cloud-rain::before {
  content: "";
}
.fa-building-circle-xmark::before {
  content: "";
}
.fa-ship::before {
  content: "";
}
.fa-arrows-down-to-line::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-face-grin::before {
  content: "";
}
.fa-grin::before {
  content: "";
}
.fa-delete-left::before {
  content: "";
}
.fa-backspace::before {
  content: "";
}
.fa-eye-dropper::before {
  content: "";
}
.fa-eye-dropper-empty::before {
  content: "";
}
.fa-eyedropper::before {
  content: "";
}
.fa-file-circle-check::before {
  content: "";
}
.fa-forward::before {
  content: "";
}
.fa-mobile::before {
  content: "";
}
.fa-mobile-android::before {
  content: "";
}
.fa-mobile-phone::before {
  content: "";
}
.fa-face-meh::before {
  content: "";
}
.fa-meh::before {
  content: "";
}
.fa-align-center::before {
  content: "";
}
.fa-book-skull::before {
  content: "";
}
.fa-book-dead::before {
  content: "";
}
.fa-id-card::before {
  content: "";
}
.fa-drivers-license::before {
  content: "";
}
.fa-outdent::before {
  content: "";
}
.fa-dedent::before {
  content: "";
}
.fa-heart-circle-exclamation::before {
  content: "";
}
.fa-house::before {
  content: "";
}
.fa-home::before {
  content: "";
}
.fa-home-alt::before {
  content: "";
}
.fa-home-lg-alt::before {
  content: "";
}
.fa-calendar-week::before {
  content: "";
}
.fa-laptop-medical::before {
  content: "";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "";
}
.fa-dice-one::before {
  content: "";
}
.fa-kiwi-bird::before {
  content: "";
}
.fa-arrow-right-arrow-left::before {
  content: "";
}
.fa-exchange::before {
  content: "";
}
.fa-rotate-right::before {
  content: "";
}
.fa-redo-alt::before {
  content: "";
}
.fa-rotate-forward::before {
  content: "";
}
.fa-utensils::before {
  content: "";
}
.fa-cutlery::before {
  content: "";
}
.fa-arrow-up-wide-short::before {
  content: "";
}
.fa-sort-amount-up::before {
  content: "";
}
.fa-mill-sign::before {
  content: "";
}
.fa-bowl-rice::before {
  content: "";
}
.fa-skull::before {
  content: "";
}
.fa-tower-broadcast::before {
  content: "";
}
.fa-broadcast-tower::before {
  content: "";
}
.fa-truck-pickup::before {
  content: "";
}
.fa-up-long::before {
  content: "";
}
.fa-long-arrow-alt-up::before {
  content: "";
}
.fa-stop::before {
  content: "";
}
.fa-code-merge::before {
  content: "";
}
.fa-upload::before {
  content: "";
}
.fa-hurricane::before {
  content: "";
}
.fa-mound::before {
  content: "";
}
.fa-toilet-portable::before {
  content: "";
}
.fa-compact-disc::before {
  content: "";
}
.fa-file-arrow-down::before {
  content: "";
}
.fa-file-download::before {
  content: "";
}
.fa-caravan::before {
  content: "";
}
.fa-shield-cat::before {
  content: "";
}
.fa-bolt::before {
  content: "";
}
.fa-zap::before {
  content: "";
}
.fa-glass-water::before {
  content: "";
}
.fa-oil-well::before {
  content: "";
}
.fa-vault::before {
  content: "";
}
.fa-mars::before {
  content: "";
}
.fa-toilet::before {
  content: "";
}
.fa-plane-circle-xmark::before {
  content: "";
}
.fa-yen-sign::before {
  content: "";
}
.fa-cny::before {
  content: "";
}
.fa-jpy::before {
  content: "";
}
.fa-rmb::before {
  content: "";
}
.fa-yen::before {
  content: "";
}
.fa-ruble-sign::before {
  content: "";
}
.fa-rouble::before {
  content: "";
}
.fa-rub::before {
  content: "";
}
.fa-ruble::before {
  content: "";
}
.fa-sun::before {
  content: "";
}
.fa-guitar::before {
  content: "";
}
.fa-face-laugh-wink::before {
  content: "";
}
.fa-laugh-wink::before {
  content: "";
}
.fa-horse-head::before {
  content: "";
}
.fa-bore-hole::before {
  content: "";
}
.fa-industry::before {
  content: "";
}
.fa-circle-down::before {
  content: "";
}
.fa-arrow-alt-circle-down::before {
  content: "";
}
.fa-arrows-turn-to-dots::before {
  content: "";
}
.fa-florin-sign::before {
  content: "";
}
.fa-arrow-down-short-wide::before {
  content: "";
}
.fa-sort-amount-desc::before {
  content: "";
}
.fa-sort-amount-down-alt::before {
  content: "";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "";
}
.fa-car-tunnel::before {
  content: "";
}
.fa-head-side-cough::before {
  content: "";
}
.fa-grip-lines::before {
  content: "";
}
.fa-thumbs-down::before {
  content: "";
}
.fa-user-lock::before {
  content: "";
}
.fa-arrow-right-long::before {
  content: "";
}
.fa-long-arrow-right::before {
  content: "";
}
.fa-anchor-circle-xmark::before {
  content: "";
}
.fa-ellipsis::before {
  content: "";
}
.fa-ellipsis-h::before {
  content: "";
}
.fa-chess-pawn::before {
  content: "";
}
.fa-kit-medical::before {
  content: "";
}
.fa-first-aid::before {
  content: "";
}
.fa-person-through-window::before {
  content: "";
}
.fa-toolbox::before {
  content: "";
}
.fa-hands-holding-circle::before {
  content: "";
}
.fa-bug::before {
  content: "";
}
.fa-credit-card::before {
  content: "";
}
.fa-credit-card-alt::before {
  content: "";
}
.fa-car::before {
  content: "";
}
.fa-automobile::before {
  content: "";
}
.fa-hand-holding-hand::before {
  content: "";
}
.fa-book-open-reader::before {
  content: "";
}
.fa-book-reader::before {
  content: "";
}
.fa-mountain-sun::before {
  content: "";
}
.fa-arrows-left-right-to-line::before {
  content: "";
}
.fa-dice-d20::before {
  content: "";
}
.fa-truck-droplet::before {
  content: "";
}
.fa-file-circle-xmark::before {
  content: "";
}
.fa-temperature-arrow-up::before {
  content: "";
}
.fa-temperature-up::before {
  content: "";
}
.fa-medal::before {
  content: "";
}
.fa-bed::before {
  content: "";
}
.fa-square-h::before {
  content: "";
}
.fa-h-square::before {
  content: "";
}
.fa-podcast::before {
  content: "";
}
.fa-temperature-full::before {
  content: "";
}
.fa-temperature-4::before {
  content: "";
}
.fa-thermometer-4::before {
  content: "";
}
.fa-thermometer-full::before {
  content: "";
}
.fa-bell::before {
  content: "";
}
.fa-superscript::before {
  content: "";
}
.fa-plug-circle-xmark::before {
  content: "";
}
.fa-star-of-life::before {
  content: "";
}
.fa-phone-slash::before {
  content: "";
}
.fa-paint-roller::before {
  content: "";
}
.fa-handshake-angle::before {
  content: "";
}
.fa-hands-helping::before {
  content: "";
}
.fa-location-dot::before {
  content: "";
}
.fa-map-marker-alt::before {
  content: "";
}
.fa-file::before {
  content: "";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "";
}
.fa-swimmer::before {
  content: "";
}
.fa-arrow-down::before {
  content: "";
}
.fa-droplet::before {
  content: "";
}
.fa-tint::before {
  content: "";
}
.fa-eraser::before {
  content: "";
}
.fa-earth-americas::before {
  content: "";
}
.fa-earth::before {
  content: "";
}
.fa-earth-america::before {
  content: "";
}
.fa-globe-americas::before {
  content: "";
}
.fa-person-burst::before {
  content: "";
}
.fa-dove::before {
  content: "";
}
.fa-battery-empty::before {
  content: "";
}
.fa-battery-0::before {
  content: "";
}
.fa-socks::before {
  content: "";
}
.fa-inbox::before {
  content: "";
}
.fa-section::before {
  content: "";
}
.fa-gauge-high::before {
  content: "";
}
.fa-tachometer-alt::before {
  content: "";
}
.fa-tachometer-alt-fast::before {
  content: "";
}
.fa-envelope-open-text::before {
  content: "";
}
.fa-hospital::before {
  content: "";
}
.fa-hospital-alt::before {
  content: "";
}
.fa-hospital-wide::before {
  content: "";
}
.fa-wine-bottle::before {
  content: "";
}
.fa-chess-rook::before {
  content: "";
}
.fa-bars-staggered::before {
  content: "";
}
.fa-reorder::before {
  content: "";
}
.fa-stream::before {
  content: "";
}
.fa-dharmachakra::before {
  content: "";
}
.fa-hotdog::before {
  content: "";
}
.fa-person-walking-with-cane::before {
  content: "";
}
.fa-blind::before {
  content: "";
}
.fa-drum::before {
  content: "";
}
.fa-ice-cream::before {
  content: "";
}
.fa-heart-circle-bolt::before {
  content: "";
}
.fa-fax::before {
  content: "";
}
.fa-paragraph::before {
  content: "";
}
.fa-check-to-slot::before {
  content: "";
}
.fa-vote-yea::before {
  content: "";
}
.fa-star-half::before {
  content: "";
}
.fa-boxes-stacked::before {
  content: "";
}
.fa-boxes::before {
  content: "";
}
.fa-boxes-alt::before {
  content: "";
}
.fa-link::before {
  content: "";
}
.fa-chain::before {
  content: "";
}
.fa-ear-listen::before {
  content: "";
}
.fa-assistive-listening-systems::before {
  content: "";
}
.fa-tree-city::before {
  content: "";
}
.fa-play::before {
  content: "";
}
.fa-font::before {
  content: "";
}
.fa-rupiah-sign::before {
  content: "";
}
.fa-magnifying-glass::before {
  content: "";
}
.fa-search::before {
  content: "";
}
.fa-table-tennis-paddle-ball::before {
  content: "";
}
.fa-ping-pong-paddle-ball::before {
  content: "";
}
.fa-table-tennis::before {
  content: "";
}
.fa-person-dots-from-line::before {
  content: "";
}
.fa-diagnoses::before {
  content: "";
}
.fa-trash-can-arrow-up::before {
  content: "";
}
.fa-trash-restore-alt::before {
  content: "";
}
.fa-naira-sign::before {
  content: "";
}
.fa-cart-arrow-down::before {
  content: "";
}
.fa-walkie-talkie::before {
  content: "";
}
.fa-file-pen::before {
  content: "";
}
.fa-file-edit::before {
  content: "";
}
.fa-receipt::before {
  content: "";
}
.fa-square-pen::before {
  content: "";
}
.fa-pen-square::before {
  content: "";
}
.fa-pencil-square::before {
  content: "";
}
.fa-suitcase-rolling::before {
  content: "";
}
.fa-person-circle-exclamation::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-battery-full::before {
  content: "";
}
.fa-battery::before {
  content: "";
}
.fa-battery-5::before {
  content: "";
}
.fa-skull-crossbones::before {
  content: "";
}
.fa-code-compare::before {
  content: "";
}
.fa-list-ul::before {
  content: "";
}
.fa-list-dots::before {
  content: "";
}
.fa-school-lock::before {
  content: "";
}
.fa-tower-cell::before {
  content: "";
}
.fa-down-long::before {
  content: "";
}
.fa-long-arrow-alt-down::before {
  content: "";
}
.fa-ranking-star::before {
  content: "";
}
.fa-chess-king::before {
  content: "";
}
.fa-person-harassing::before {
  content: "";
}
.fa-brazilian-real-sign::before {
  content: "";
}
.fa-landmark-dome::before {
  content: "";
}
.fa-landmark-alt::before {
  content: "";
}
.fa-arrow-up::before {
  content: "";
}
.fa-tv::before {
  content: "";
}
.fa-television::before {
  content: "";
}
.fa-tv-alt::before {
  content: "";
}
.fa-shrimp::before {
  content: "";
}
.fa-list-check::before {
  content: "";
}
.fa-tasks::before {
  content: "";
}
.fa-jug-detergent::before {
  content: "";
}
.fa-circle-user::before {
  content: "";
}
.fa-user-circle::before {
  content: "";
}
.fa-user-shield::before {
  content: "";
}
.fa-wind::before {
  content: "";
}
.fa-car-burst::before {
  content: "";
}
.fa-car-crash::before {
  content: "";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "";
}
.fa-snowboarding::before {
  content: "";
}
.fa-truck-fast::before {
  content: "";
}
.fa-shipping-fast::before {
  content: "";
}
.fa-fish::before {
  content: "";
}
.fa-user-graduate::before {
  content: "";
}
.fa-circle-half-stroke::before {
  content: "";
}
.fa-adjust::before {
  content: "";
}
.fa-clapperboard::before {
  content: "";
}
.fa-circle-radiation::before {
  content: "";
}
.fa-radiation-alt::before {
  content: "";
}
.fa-baseball::before {
  content: "";
}
.fa-baseball-ball::before {
  content: "";
}
.fa-jet-fighter-up::before {
  content: "";
}
.fa-diagram-project::before {
  content: "";
}
.fa-project-diagram::before {
  content: "";
}
.fa-copy::before {
  content: "";
}
.fa-volume-xmark::before {
  content: "";
}
.fa-volume-mute::before {
  content: "";
}
.fa-volume-times::before {
  content: "";
}
.fa-hand-sparkles::before {
  content: "";
}
.fa-grip::before {
  content: "";
}
.fa-grip-horizontal::before {
  content: "";
}
.fa-share-from-square::before {
  content: "";
}
.fa-share-square::before {
  content: "";
}
.fa-child-combatant::before {
  content: "";
}
.fa-child-rifle::before {
  content: "";
}
.fa-gun::before {
  content: "";
}
.fa-square-phone::before {
  content: "";
}
.fa-phone-square::before {
  content: "";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "";
}
.fa-computer::before {
  content: "";
}
.fa-xmark::before {
  content: "";
}
.fa-close::before {
  content: "";
}
.fa-multiply::before {
  content: "";
}
.fa-remove::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-arrows-up-down-left-right::before {
  content: "";
}
.fa-arrows::before {
  content: "";
}
.fa-chalkboard-user::before {
  content: "";
}
.fa-chalkboard-teacher::before {
  content: "";
}
.fa-peso-sign::before {
  content: "";
}
.fa-building-shield::before {
  content: "";
}
.fa-baby::before {
  content: "";
}
.fa-users-line::before {
  content: "";
}
.fa-quote-left::before {
  content: "";
}
.fa-quote-left-alt::before {
  content: "";
}
.fa-tractor::before {
  content: "";
}
.fa-trash-arrow-up::before {
  content: "";
}
.fa-trash-restore::before {
  content: "";
}
.fa-arrow-down-up-lock::before {
  content: "";
}
.fa-lines-leaning::before {
  content: "";
}
.fa-ruler-combined::before {
  content: "";
}
.fa-copyright::before {
  content: "";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "";
}
.fa-teeth::before {
  content: "";
}
.fa-shekel-sign::before {
  content: "";
}
.fa-ils::before {
  content: "";
}
.fa-shekel::before {
  content: "";
}
.fa-sheqel::before {
  content: "";
}
.fa-sheqel-sign::before {
  content: "";
}
.fa-map::before {
  content: "";
}
.fa-rocket::before {
  content: "";
}
.fa-photo-film::before {
  content: "";
}
.fa-photo-video::before {
  content: "";
}
.fa-folder-minus::before {
  content: "";
}
.fa-store::before {
  content: "";
}
.fa-arrow-trend-up::before {
  content: "";
}
.fa-plug-circle-minus::before {
  content: "";
}
.fa-sign-hanging::before {
  content: "";
}
.fa-sign::before {
  content: "";
}
.fa-bezier-curve::before {
  content: "";
}
.fa-bell-slash::before {
  content: "";
}
.fa-tablet::before {
  content: "";
}
.fa-tablet-android::before {
  content: "";
}
.fa-school-flag::before {
  content: "";
}
.fa-fill::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-drumstick-bite::before {
  content: "";
}
.fa-holly-berry::before {
  content: "";
}
.fa-chevron-left::before {
  content: "";
}
.fa-bacteria::before {
  content: "";
}
.fa-hand-lizard::before {
  content: "";
}
.fa-notdef::before {
  content: "";
}
.fa-disease::before {
  content: "";
}
.fa-briefcase-medical::before {
  content: "";
}
.fa-genderless::before {
  content: "";
}
.fa-chevron-right::before {
  content: "";
}
.fa-retweet::before {
  content: "";
}
.fa-car-rear::before {
  content: "";
}
.fa-car-alt::before {
  content: "";
}
.fa-pump-soap::before {
  content: "";
}
.fa-video-slash::before {
  content: "";
}
.fa-battery-quarter::before {
  content: "";
}
.fa-battery-2::before {
  content: "";
}
.fa-radio::before {
  content: "";
}
.fa-baby-carriage::before {
  content: "";
}
.fa-carriage-baby::before {
  content: "";
}
.fa-traffic-light::before {
  content: "";
}
.fa-thermometer::before {
  content: "";
}
.fa-vr-cardboard::before {
  content: "";
}
.fa-hand-middle-finger::before {
  content: "";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "";
}
.fa-glass-water-droplet::before {
  content: "";
}
.fa-display::before {
  content: "";
}
.fa-face-smile::before {
  content: "";
}
.fa-smile::before {
  content: "";
}
.fa-thumbtack::before {
  content: "";
}
.fa-thumb-tack::before {
  content: "";
}
.fa-trophy::before {
  content: "";
}
.fa-person-praying::before {
  content: "";
}
.fa-pray::before {
  content: "";
}
.fa-hammer::before {
  content: "";
}
.fa-hand-peace::before {
  content: "";
}
.fa-rotate::before {
  content: "";
}
.fa-sync-alt::before {
  content: "";
}
.fa-spinner::before {
  content: "";
}
.fa-robot::before {
  content: "";
}
.fa-peace::before {
  content: "";
}
.fa-gears::before {
  content: "";
}
.fa-cogs::before {
  content: "";
}
.fa-warehouse::before {
  content: "";
}
.fa-arrow-up-right-dots::before {
  content: "";
}
.fa-splotch::before {
  content: "";
}
.fa-face-grin-hearts::before {
  content: "";
}
.fa-grin-hearts::before {
  content: "";
}
.fa-dice-four::before {
  content: "";
}
.fa-sim-card::before {
  content: "";
}
.fa-transgender::before {
  content: "";
}
.fa-transgender-alt::before {
  content: "";
}
.fa-mercury::before {
  content: "";
}
.fa-arrow-turn-down::before {
  content: "";
}
.fa-level-down::before {
  content: "";
}
.fa-person-falling-burst::before {
  content: "";
}
.fa-award::before {
  content: "";
}
.fa-ticket-simple::before {
  content: "";
}
.fa-ticket-alt::before {
  content: "";
}
.fa-building::before {
  content: "";
}
.fa-angles-left::before {
  content: "";
}
.fa-angle-double-left::before {
  content: "";
}
.fa-qrcode::before {
  content: "";
}
.fa-clock-rotate-left::before {
  content: "";
}
.fa-history::before {
  content: "";
}
.fa-face-grin-beam-sweat::before {
  content: "";
}
.fa-grin-beam-sweat::before {
  content: "";
}
.fa-file-export::before {
  content: "";
}
.fa-arrow-right-from-file::before {
  content: "";
}
.fa-shield::before {
  content: "";
}
.fa-shield-blank::before {
  content: "";
}
.fa-arrow-up-short-wide::before {
  content: "";
}
.fa-sort-amount-up-alt::before {
  content: "";
}
.fa-house-medical::before {
  content: "";
}
.fa-golf-ball-tee::before {
  content: "";
}
.fa-golf-ball::before {
  content: "";
}
.fa-circle-chevron-left::before {
  content: "";
}
.fa-chevron-circle-left::before {
  content: "";
}
.fa-house-chimney-window::before {
  content: "";
}
.fa-pen-nib::before {
  content: "";
}
.fa-tent-arrow-turn-left::before {
  content: "";
}
.fa-tents::before {
  content: "";
}
.fa-wand-magic::before {
  content: "";
}
.fa-magic::before {
  content: "";
}
.fa-dog::before {
  content: "";
}
.fa-carrot::before {
  content: "";
}
.fa-moon::before {
  content: "";
}
.fa-wine-glass-empty::before {
  content: "";
}
.fa-wine-glass-alt::before {
  content: "";
}
.fa-cheese::before {
  content: "";
}
.fa-yin-yang::before {
  content: "";
}
.fa-music::before {
  content: "";
}
.fa-code-commit::before {
  content: "";
}
.fa-temperature-low::before {
  content: "";
}
.fa-person-biking::before {
  content: "";
}
.fa-biking::before {
  content: "";
}
.fa-broom::before {
  content: "";
}
.fa-shield-heart::before {
  content: "";
}
.fa-gopuram::before {
  content: "";
}
.fa-earth-oceania::before {
  content: "";
}
.fa-globe-oceania::before {
  content: "";
}
.fa-square-xmark::before {
  content: "";
}
.fa-times-square::before {
  content: "";
}
.fa-xmark-square::before {
  content: "";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "";
}
.fa-expand-alt::before {
  content: "";
}
.fa-oil-can::before {
  content: "";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "";
}
.fa-chart-column::before {
  content: "";
}
.fa-infinity::before {
  content: "";
}
.fa-vial-circle-check::before {
  content: "";
}
.fa-person-arrow-down-to-line::before {
  content: "";
}
.fa-voicemail::before {
  content: "";
}
.fa-fan::before {
  content: "";
}
.fa-person-walking-luggage::before {
  content: "";
}
.fa-up-down::before {
  content: "";
}
.fa-arrows-alt-v::before {
  content: "";
}
.fa-cloud-moon-rain::before {
  content: "";
}
.fa-calendar::before {
  content: "";
}
.fa-trailer::before {
  content: "";
}
.fa-bahai::before {
  content: "";
}
.fa-haykal::before {
  content: "";
}
.fa-sd-card::before {
  content: "";
}
.fa-dragon::before {
  content: "";
}
.fa-shoe-prints::before {
  content: "";
}
.fa-circle-plus::before {
  content: "";
}
.fa-plus-circle::before {
  content: "";
}
.fa-face-grin-tongue-wink::before {
  content: "";
}
.fa-grin-tongue-wink::before {
  content: "";
}
.fa-hand-holding::before {
  content: "";
}
.fa-plug-circle-exclamation::before {
  content: "";
}
.fa-link-slash::before {
  content: "";
}
.fa-chain-broken::before {
  content: "";
}
.fa-chain-slash::before {
  content: "";
}
.fa-unlink::before {
  content: "";
}
.fa-clone::before {
  content: "";
}
.fa-person-walking-arrow-loop-left::before {
  content: "";
}
.fa-arrow-up-z-a::before {
  content: "";
}
.fa-sort-alpha-up-alt::before {
  content: "";
}
.fa-fire-flame-curved::before {
  content: "";
}
.fa-fire-alt::before {
  content: "";
}
.fa-tornado::before {
  content: "";
}
.fa-file-circle-plus::before {
  content: "";
}
.fa-book-quran::before {
  content: "";
}
.fa-quran::before {
  content: "";
}
.fa-anchor::before {
  content: "";
}
.fa-border-all::before {
  content: "";
}
.fa-face-angry::before {
  content: "";
}
.fa-angry::before {
  content: "";
}
.fa-cookie-bite::before {
  content: "";
}
.fa-arrow-trend-down::before {
  content: "";
}
.fa-rss::before {
  content: "";
}
.fa-feed::before {
  content: "";
}
.fa-draw-polygon::before {
  content: "";
}
.fa-scale-balanced::before {
  content: "";
}
.fa-balance-scale::before {
  content: "";
}
.fa-gauge-simple-high::before {
  content: "";
}
.fa-tachometer::before {
  content: "";
}
.fa-tachometer-fast::before {
  content: "";
}
.fa-shower::before {
  content: "";
}
.fa-desktop::before {
  content: "";
}
.fa-desktop-alt::before {
  content: "";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "";
}
.fa-th-list::before {
  content: "";
}
.fa-comment-sms::before {
  content: "";
}
.fa-sms::before {
  content: "";
}
.fa-book::before {
  content: "";
}
.fa-user-plus::before {
  content: "";
}
.fa-check::before {
  content: "";
}
.fa-battery-three-quarters::before {
  content: "";
}
.fa-battery-4::before {
  content: "";
}
.fa-house-circle-check::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-diagram-successor::before {
  content: "";
}
.fa-truck-arrow-right::before {
  content: "";
}
.fa-arrows-split-up-and-left::before {
  content: "";
}
.fa-hand-fist::before {
  content: "";
}
.fa-fist-raised::before {
  content: "";
}
.fa-cloud-moon::before {
  content: "";
}
.fa-briefcase::before {
  content: "";
}
.fa-person-falling::before {
  content: "";
}
.fa-image-portrait::before {
  content: "";
}
.fa-portrait::before {
  content: "";
}
.fa-user-tag::before {
  content: "";
}
.fa-rug::before {
  content: "";
}
.fa-earth-europe::before {
  content: "";
}
.fa-globe-europe::before {
  content: "";
}
.fa-cart-flatbed-suitcase::before {
  content: "";
}
.fa-luggage-cart::before {
  content: "";
}
.fa-rectangle-xmark::before {
  content: "";
}
.fa-rectangle-times::before {
  content: "";
}
.fa-times-rectangle::before {
  content: "";
}
.fa-window-close::before {
  content: "";
}
.fa-baht-sign::before {
  content: "";
}
.fa-book-open::before {
  content: "";
}
.fa-book-journal-whills::before {
  content: "";
}
.fa-journal-whills::before {
  content: "";
}
.fa-handcuffs::before {
  content: "";
}
.fa-triangle-exclamation::before {
  content: "";
}
.fa-exclamation-triangle::before {
  content: "";
}
.fa-warning::before {
  content: "";
}
.fa-database::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-arrow-turn-right::before {
  content: "";
}
.fa-mail-forward::before {
  content: "";
}
.fa-bottle-droplet::before {
  content: "";
}
.fa-mask-face::before {
  content: "";
}
.fa-hill-rockslide::before {
  content: "";
}
.fa-right-left::before {
  content: "";
}
.fa-exchange-alt::before {
  content: "";
}
.fa-paper-plane::before {
  content: "";
}
.fa-road-circle-exclamation::before {
  content: "";
}
.fa-dungeon::before {
  content: "";
}
.fa-align-right::before {
  content: "";
}
.fa-money-bill-1-wave::before {
  content: "";
}
.fa-money-bill-wave-alt::before {
  content: "";
}
.fa-life-ring::before {
  content: "";
}
.fa-hands::before {
  content: "";
}
.fa-sign-language::before {
  content: "";
}
.fa-signing::before {
  content: "";
}
.fa-calendar-day::before {
  content: "";
}
.fa-water-ladder::before {
  content: "";
}
.fa-ladder-water::before {
  content: "";
}
.fa-swimming-pool::before {
  content: "";
}
.fa-arrows-up-down::before {
  content: "";
}
.fa-arrows-v::before {
  content: "";
}
.fa-face-grimace::before {
  content: "";
}
.fa-grimace::before {
  content: "";
}
.fa-wheelchair-move::before {
  content: "";
}
.fa-wheelchair-alt::before {
  content: "";
}
.fa-turn-down::before {
  content: "";
}
.fa-level-down-alt::before {
  content: "";
}
.fa-person-walking-arrow-right::before {
  content: "";
}
.fa-square-envelope::before {
  content: "";
}
.fa-envelope-square::before {
  content: "";
}
.fa-dice::before {
  content: "";
}
.fa-bowling-ball::before {
  content: "";
}
.fa-brain::before {
  content: "";
}
.fa-bandage::before {
  content: "";
}
.fa-band-aid::before {
  content: "";
}
.fa-calendar-minus::before {
  content: "";
}
.fa-circle-xmark::before {
  content: "";
}
.fa-times-circle::before {
  content: "";
}
.fa-xmark-circle::before {
  content: "";
}
.fa-gifts::before {
  content: "";
}
.fa-hotel::before {
  content: "";
}
.fa-earth-asia::before {
  content: "";
}
.fa-globe-asia::before {
  content: "";
}
.fa-id-card-clip::before {
  content: "";
}
.fa-id-card-alt::before {
  content: "";
}
.fa-magnifying-glass-plus::before {
  content: "";
}
.fa-search-plus::before {
  content: "";
}
.fa-thumbs-up::before {
  content: "";
}
.fa-user-clock::before {
  content: "";
}
.fa-hand-dots::before {
  content: "";
}
.fa-allergies::before {
  content: "";
}
.fa-file-invoice::before {
  content: "";
}
.fa-window-minimize::before {
  content: "";
}
.fa-mug-saucer::before {
  content: "";
}
.fa-coffee::before {
  content: "";
}
.fa-brush::before {
  content: "";
}
.fa-mask::before {
  content: "";
}
.fa-magnifying-glass-minus::before {
  content: "";
}
.fa-search-minus::before {
  content: "";
}
.fa-ruler-vertical::before {
  content: "";
}
.fa-user-large::before {
  content: "";
}
.fa-user-alt::before {
  content: "";
}
.fa-train-tram::before {
  content: "";
}
.fa-user-nurse::before {
  content: "";
}
.fa-syringe::before {
  content: "";
}
.fa-cloud-sun::before {
  content: "";
}
.fa-stopwatch-20::before {
  content: "";
}
.fa-square-full::before {
  content: "";
}
.fa-magnet::before {
  content: "";
}
.fa-jar::before {
  content: "";
}
.fa-note-sticky::before {
  content: "";
}
.fa-sticky-note::before {
  content: "";
}
.fa-bug-slash::before {
  content: "";
}
.fa-arrow-up-from-water-pump::before {
  content: "";
}
.fa-bone::before {
  content: "";
}
.fa-user-injured::before {
  content: "";
}
.fa-face-sad-tear::before {
  content: "";
}
.fa-sad-tear::before {
  content: "";
}
.fa-plane::before {
  content: "";
}
.fa-tent-arrows-down::before {
  content: "";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "";
}
.fa-print::before {
  content: "";
}
.fa-turkish-lira-sign::before {
  content: "";
}
.fa-try::before {
  content: "";
}
.fa-turkish-lira::before {
  content: "";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "";
}
.fa-search-dollar::before {
  content: "";
}
.fa-users-gear::before {
  content: "";
}
.fa-users-cog::before {
  content: "";
}
.fa-person-military-pointing::before {
  content: "";
}
.fa-building-columns::before {
  content: "";
}
.fa-bank::before {
  content: "";
}
.fa-institution::before {
  content: "";
}
.fa-museum::before {
  content: "";
}
.fa-university::before {
  content: "";
}
.fa-umbrella::before {
  content: "";
}
.fa-trowel::before {
  content: "";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "";
}
.fa-masks-theater::before {
  content: "";
}
.fa-theater-masks::before {
  content: "";
}
.fa-kip-sign::before {
  content: "";
}
.fa-hand-point-left::before {
  content: "";
}
.fa-handshake-simple::before {
  content: "";
}
.fa-handshake-alt::before {
  content: "";
}
.fa-jet-fighter::before {
  content: "";
}
.fa-fighter-jet::before {
  content: "";
}
.fa-square-share-nodes::before {
  content: "";
}
.fa-share-alt-square::before {
  content: "";
}
.fa-barcode::before {
  content: "";
}
.fa-plus-minus::before {
  content: "";
}
.fa-video::before {
  content: "";
}
.fa-video-camera::before {
  content: "";
}
.fa-graduation-cap::before {
  content: "";
}
.fa-mortar-board::before {
  content: "";
}
.fa-hand-holding-medical::before {
  content: "";
}
.fa-person-circle-check::before {
  content: "";
}
.fa-turn-up::before {
  content: "";
}
.fa-level-up-alt::before {
  content: "";
}
.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;
}
/*Service Cards */
/* FontAwesome Redirects */
/* Colors */
--ukmc-font-family: "Roboto";
.card-custom {
  overflow: hidden;
  min-height: 450px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}
.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}
/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: "";
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}
.card-custom-avatar i {
  background: #0B3C60;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 120px;
  left: 1.25rem;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}
.card-footer {
  line-height: 50px;
  background: inherit;
  border: inherit;
}
.card-footer a:hover i {
  color: #E87A04;
}
.card-footer a:hover i.services {
  transform: translate(10px, 0);
}
.card-footer a:hover i.operations {
  transform: translate(0, 10px);
}
.card-footer i {
  display: inline-block;
  color: #3d3d3d;
  font-size: 15px;
  margin-left: 10px;
  transition: color 0s, transform 1s;
}
.card-footer span {
  font-size: 15px;
}
/* FontAwesome Redirects */
/* Colors */
--ukmc-font-family: "Roboto";
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.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.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  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-bounce;
  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.28, 0.84, 0.42, 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(0.4, 0, 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(0.4, 0, 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, linear);
}
.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-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-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: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "";
}
.fa-arrows-to-circle::before {
  content: "";
}
.fa-circle-chevron-right::before {
  content: "";
}
.fa-chevron-circle-right::before {
  content: "";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "";
}
.fa-trash-alt::before {
  content: "";
}
.fa-text-height::before {
  content: "";
}
.fa-user-xmark::before {
  content: "";
}
.fa-user-times::before {
  content: "";
}
.fa-stethoscope::before {
  content: "";
}
.fa-message::before {
  content: "";
}
.fa-comment-alt::before {
  content: "";
}
.fa-info::before {
  content: "";
}
.fa-down-left-and-up-right-to-center::before {
  content: "";
}
.fa-compress-alt::before {
  content: "";
}
.fa-explosion::before {
  content: "";
}
.fa-file-lines::before {
  content: "";
}
.fa-file-alt::before {
  content: "";
}
.fa-file-text::before {
  content: "";
}
.fa-wave-square::before {
  content: "";
}
.fa-ring::before {
  content: "";
}
.fa-building-un::before {
  content: "";
}
.fa-dice-three::before {
  content: "";
}
.fa-calendar-days::before {
  content: "";
}
.fa-calendar-alt::before {
  content: "";
}
.fa-anchor-circle-check::before {
  content: "";
}
.fa-building-circle-arrow-right::before {
  content: "";
}
.fa-volleyball::before {
  content: "";
}
.fa-volleyball-ball::before {
  content: "";
}
.fa-arrows-up-to-line::before {
  content: "";
}
.fa-sort-down::before {
  content: "";
}
.fa-sort-desc::before {
  content: "";
}
.fa-circle-minus::before {
  content: "";
}
.fa-minus-circle::before {
  content: "";
}
.fa-door-open::before {
  content: "";
}
.fa-right-from-bracket::before {
  content: "";
}
.fa-sign-out-alt::before {
  content: "";
}
.fa-atom::before {
  content: "";
}
.fa-soap::before {
  content: "";
}
.fa-icons::before {
  content: "";
}
.fa-heart-music-camera-bolt::before {
  content: "";
}
.fa-microphone-lines-slash::before {
  content: "";
}
.fa-microphone-alt-slash::before {
  content: "";
}
.fa-bridge-circle-check::before {
  content: "";
}
.fa-pump-medical::before {
  content: "";
}
.fa-fingerprint::before {
  content: "";
}
.fa-hand-point-right::before {
  content: "";
}
.fa-magnifying-glass-location::before {
  content: "";
}
.fa-search-location::before {
  content: "";
}
.fa-forward-step::before {
  content: "";
}
.fa-step-forward::before {
  content: "";
}
.fa-face-smile-beam::before {
  content: "";
}
.fa-smile-beam::before {
  content: "";
}
.fa-flag-checkered::before {
  content: "";
}
.fa-football::before {
  content: "";
}
.fa-football-ball::before {
  content: "";
}
.fa-school-circle-exclamation::before {
  content: "";
}
.fa-crop::before {
  content: "";
}
.fa-angles-down::before {
  content: "";
}
.fa-angle-double-down::before {
  content: "";
}
.fa-users-rectangle::before {
  content: "";
}
.fa-people-roof::before {
  content: "";
}
.fa-people-line::before {
  content: "";
}
.fa-beer-mug-empty::before {
  content: "";
}
.fa-beer::before {
  content: "";
}
.fa-diagram-predecessor::before {
  content: "";
}
.fa-arrow-up-long::before {
  content: "";
}
.fa-long-arrow-up::before {
  content: "";
}
.fa-fire-flame-simple::before {
  content: "";
}
.fa-burn::before {
  content: "";
}
.fa-person::before {
  content: "";
}
.fa-male::before {
  content: "";
}
.fa-laptop::before {
  content: "";
}
.fa-file-csv::before {
  content: "";
}
.fa-menorah::before {
  content: "";
}
.fa-truck-plane::before {
  content: "";
}
.fa-record-vinyl::before {
  content: "";
}
.fa-face-grin-stars::before {
  content: "";
}
.fa-grin-stars::before {
  content: "";
}
.fa-bong::before {
  content: "";
}
.fa-spaghetti-monster-flying::before {
  content: "";
}
.fa-pastafarianism::before {
  content: "";
}
.fa-arrow-down-up-across-line::before {
  content: "";
}
.fa-spoon::before {
  content: "";
}
.fa-utensil-spoon::before {
  content: "";
}
.fa-jar-wheat::before {
  content: "";
}
.fa-envelopes-bulk::before {
  content: "";
}
.fa-mail-bulk::before {
  content: "";
}
.fa-file-circle-exclamation::before {
  content: "";
}
.fa-circle-h::before {
  content: "";
}
.fa-hospital-symbol::before {
  content: "";
}
.fa-pager::before {
  content: "";
}
.fa-address-book::before {
  content: "";
}
.fa-contact-book::before {
  content: "";
}
.fa-strikethrough::before {
  content: "";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "";
}
.fa-pencil::before {
  content: "";
}
.fa-pencil-alt::before {
  content: "";
}
.fa-backward::before {
  content: "";
}
.fa-caret-right::before {
  content: "";
}
.fa-comments::before {
  content: "";
}
.fa-paste::before {
  content: "";
}
.fa-file-clipboard::before {
  content: "";
}
.fa-code-pull-request::before {
  content: "";
}
.fa-clipboard-list::before {
  content: "";
}
.fa-truck-ramp-box::before {
  content: "";
}
.fa-truck-loading::before {
  content: "";
}
.fa-user-check::before {
  content: "";
}
.fa-vial-virus::before {
  content: "";
}
.fa-sheet-plastic::before {
  content: "";
}
.fa-blog::before {
  content: "";
}
.fa-user-ninja::before {
  content: "";
}
.fa-person-arrow-up-from-line::before {
  content: "";
}
.fa-scroll-torah::before {
  content: "";
}
.fa-torah::before {
  content: "";
}
.fa-broom-ball::before {
  content: "";
}
.fa-quidditch::before {
  content: "";
}
.fa-quidditch-broom-ball::before {
  content: "";
}
.fa-toggle-off::before {
  content: "";
}
.fa-box-archive::before {
  content: "";
}
.fa-archive::before {
  content: "";
}
.fa-person-drowning::before {
  content: "";
}
.fa-arrow-down-9-1::before {
  content: "";
}
.fa-sort-numeric-desc::before {
  content: "";
}
.fa-sort-numeric-down-alt::before {
  content: "";
}
.fa-face-grin-tongue-squint::before {
  content: "";
}
.fa-grin-tongue-squint::before {
  content: "";
}
.fa-spray-can::before {
  content: "";
}
.fa-truck-monster::before {
  content: "";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "";
}
.fa-globe-africa::before {
  content: "";
}
.fa-rainbow::before {
  content: "";
}
.fa-circle-notch::before {
  content: "";
}
.fa-tablet-screen-button::before {
  content: "";
}
.fa-tablet-alt::before {
  content: "";
}
.fa-paw::before {
  content: "";
}
.fa-cloud::before {
  content: "";
}
.fa-trowel-bricks::before {
  content: "";
}
.fa-face-flushed::before {
  content: "";
}
.fa-flushed::before {
  content: "";
}
.fa-hospital-user::before {
  content: "";
}
.fa-tent-arrow-left-right::before {
  content: "";
}
.fa-gavel::before {
  content: "";
}
.fa-legal::before {
  content: "";
}
.fa-binoculars::before {
  content: "";
}
.fa-microphone-slash::before {
  content: "";
}
.fa-box-tissue::before {
  content: "";
}
.fa-motorcycle::before {
  content: "";
}
.fa-bell-concierge::before {
  content: "";
}
.fa-concierge-bell::before {
  content: "";
}
.fa-pen-ruler::before {
  content: "";
}
.fa-pencil-ruler::before {
  content: "";
}
.fa-people-arrows::before {
  content: "";
}
.fa-people-arrows-left-right::before {
  content: "";
}
.fa-mars-and-venus-burst::before {
  content: "";
}
.fa-square-caret-right::before {
  content: "";
}
.fa-caret-square-right::before {
  content: "";
}
.fa-scissors::before {
  content: "";
}
.fa-cut::before {
  content: "";
}
.fa-sun-plant-wilt::before {
  content: "";
}
.fa-toilets-portable::before {
  content: "";
}
.fa-hockey-puck::before {
  content: "";
}
.fa-table::before {
  content: "";
}
.fa-magnifying-glass-arrow-right::before {
  content: "";
}
.fa-tachograph-digital::before {
  content: "";
}
.fa-digital-tachograph::before {
  content: "";
}
.fa-users-slash::before {
  content: "";
}
.fa-clover::before {
  content: "";
}
.fa-reply::before {
  content: "";
}
.fa-mail-reply::before {
  content: "";
}
.fa-star-and-crescent::before {
  content: "";
}
.fa-house-fire::before {
  content: "";
}
.fa-square-minus::before {
  content: "";
}
.fa-minus-square::before {
  content: "";
}
.fa-helicopter::before {
  content: "";
}
.fa-compass::before {
  content: "";
}
.fa-square-caret-down::before {
  content: "";
}
.fa-caret-square-down::before {
  content: "";
}
.fa-file-circle-question::before {
  content: "";
}
.fa-laptop-code::before {
  content: "";
}
.fa-swatchbook::before {
  content: "";
}
.fa-prescription-bottle::before {
  content: "";
}
.fa-bars::before {
  content: "";
}
.fa-navicon::before {
  content: "";
}
.fa-people-group::before {
  content: "";
}
.fa-hourglass-end::before {
  content: "";
}
.fa-hourglass-3::before {
  content: "";
}
.fa-heart-crack::before {
  content: "";
}
.fa-heart-broken::before {
  content: "";
}
.fa-square-up-right::before {
  content: "";
}
.fa-external-link-square-alt::before {
  content: "";
}
.fa-face-kiss-beam::before {
  content: "";
}
.fa-kiss-beam::before {
  content: "";
}
.fa-film::before {
  content: "";
}
.fa-ruler-horizontal::before {
  content: "";
}
.fa-people-robbery::before {
  content: "";
}
.fa-lightbulb::before {
  content: "";
}
.fa-caret-left::before {
  content: "";
}
.fa-circle-exclamation::before {
  content: "";
}
.fa-exclamation-circle::before {
  content: "";
}
.fa-school-circle-xmark::before {
  content: "";
}
.fa-arrow-right-from-bracket::before {
  content: "";
}
.fa-sign-out::before {
  content: "";
}
.fa-circle-chevron-down::before {
  content: "";
}
.fa-chevron-circle-down::before {
  content: "";
}
.fa-unlock-keyhole::before {
  content: "";
}
.fa-unlock-alt::before {
  content: "";
}
.fa-cloud-showers-heavy::before {
  content: "";
}
.fa-headphones-simple::before {
  content: "";
}
.fa-headphones-alt::before {
  content: "";
}
.fa-sitemap::before {
  content: "";
}
.fa-circle-dollar-to-slot::before {
  content: "";
}
.fa-donate::before {
  content: "";
}
.fa-memory::before {
  content: "";
}
.fa-road-spikes::before {
  content: "";
}
.fa-fire-burner::before {
  content: "";
}
.fa-flag::before {
  content: "";
}
.fa-hanukiah::before {
  content: "";
}
.fa-feather::before {
  content: "";
}
.fa-volume-low::before {
  content: "";
}
.fa-volume-down::before {
  content: "";
}
.fa-comment-slash::before {
  content: "";
}
.fa-cloud-sun-rain::before {
  content: "";
}
.fa-compress::before {
  content: "";
}
.fa-wheat-awn::before {
  content: "";
}
.fa-wheat-alt::before {
  content: "";
}
.fa-ankh::before {
  content: "";
}
.fa-hands-holding-child::before {
  content: "";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "";
}
.fa-check-square::before {
  content: "";
}
.fa-peseta-sign::before {
  content: "";
}
.fa-heading::before {
  content: "";
}
.fa-header::before {
  content: "";
}
.fa-ghost::before {
  content: "";
}
.fa-list::before {
  content: "";
}
.fa-list-squares::before {
  content: "";
}
.fa-square-phone-flip::before {
  content: "";
}
.fa-phone-square-alt::before {
  content: "";
}
.fa-cart-plus::before {
  content: "";
}
.fa-gamepad::before {
  content: "";
}
.fa-circle-dot::before {
  content: "";
}
.fa-dot-circle::before {
  content: "";
}
.fa-face-dizzy::before {
  content: "";
}
.fa-dizzy::before {
  content: "";
}
.fa-egg::before {
  content: "";
}
.fa-house-medical-circle-xmark::before {
  content: "";
}
.fa-campground::before {
  content: "";
}
.fa-folder-plus::before {
  content: "";
}
.fa-futbol::before {
  content: "";
}
.fa-futbol-ball::before {
  content: "";
}
.fa-soccer-ball::before {
  content: "";
}
.fa-paintbrush::before {
  content: "";
}
.fa-paint-brush::before {
  content: "";
}
.fa-lock::before {
  content: "";
}
.fa-gas-pump::before {
  content: "";
}
.fa-hot-tub-person::before {
  content: "";
}
.fa-hot-tub::before {
  content: "";
}
.fa-map-location::before {
  content: "";
}
.fa-map-marked::before {
  content: "";
}
.fa-house-flood-water::before {
  content: "";
}
.fa-tree::before {
  content: "";
}
.fa-bridge-lock::before {
  content: "";
}
.fa-sack-dollar::before {
  content: "";
}
.fa-pen-to-square::before {
  content: "";
}
.fa-edit::before {
  content: "";
}
.fa-car-side::before {
  content: "";
}
.fa-share-nodes::before {
  content: "";
}
.fa-share-alt::before {
  content: "";
}
.fa-heart-circle-minus::before {
  content: "";
}
.fa-hourglass-half::before {
  content: "";
}
.fa-hourglass-2::before {
  content: "";
}
.fa-microscope::before {
  content: "";
}
.fa-sink::before {
  content: "";
}
.fa-bag-shopping::before {
  content: "";
}
.fa-shopping-bag::before {
  content: "";
}
.fa-arrow-down-z-a::before {
  content: "";
}
.fa-sort-alpha-desc::before {
  content: "";
}
.fa-sort-alpha-down-alt::before {
  content: "";
}
.fa-mitten::before {
  content: "";
}
.fa-person-rays::before {
  content: "";
}
.fa-users::before {
  content: "";
}
.fa-eye-slash::before {
  content: "";
}
.fa-flask-vial::before {
  content: "";
}
.fa-hand::before {
  content: "";
}
.fa-hand-paper::before {
  content: "";
}
.fa-om::before {
  content: "";
}
.fa-worm::before {
  content: "";
}
.fa-house-circle-xmark::before {
  content: "";
}
.fa-plug::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}
.fa-hand-spock::before {
  content: "";
}
.fa-stopwatch::before {
  content: "";
}
.fa-face-kiss::before {
  content: "";
}
.fa-kiss::before {
  content: "";
}
.fa-bridge-circle-xmark::before {
  content: "";
}
.fa-face-grin-tongue::before {
  content: "";
}
.fa-grin-tongue::before {
  content: "";
}
.fa-chess-bishop::before {
  content: "";
}
.fa-face-grin-wink::before {
  content: "";
}
.fa-grin-wink::before {
  content: "";
}
.fa-ear-deaf::before {
  content: "";
}
.fa-deaf::before {
  content: "";
}
.fa-deafness::before {
  content: "";
}
.fa-hard-of-hearing::before {
  content: "";
}
.fa-road-circle-check::before {
  content: "";
}
.fa-dice-five::before {
  content: "";
}
.fa-square-rss::before {
  content: "";
}
.fa-rss-square::before {
  content: "";
}
.fa-land-mine-on::before {
  content: "";
}
.fa-i-cursor::before {
  content: "";
}
.fa-stamp::before {
  content: "";
}
.fa-stairs::before {
  content: "";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "";
}
.fa-hryvnia::before {
  content: "";
}
.fa-pills::before {
  content: "";
}
.fa-face-grin-wide::before {
  content: "";
}
.fa-grin-alt::before {
  content: "";
}
.fa-tooth::before {
  content: "";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "";
}
.fa-bicycle::before {
  content: "";
}
.fa-staff-snake::before {
  content: "";
}
.fa-rod-asclepius::before {
  content: "";
}
.fa-rod-snake::before {
  content: "";
}
.fa-staff-aesculapius::before {
  content: "";
}
.fa-head-side-cough-slash::before {
  content: "";
}
.fa-truck-medical::before {
  content: "";
}
.fa-ambulance::before {
  content: "";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}
.fa-snowman::before {
  content: "";
}
.fa-mortar-pestle::before {
  content: "";
}
.fa-road-barrier::before {
  content: "";
}
.fa-school::before {
  content: "";
}
.fa-igloo::before {
  content: "";
}
.fa-joint::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-horse::before {
  content: "";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "";
}
.fa-temperature-half::before {
  content: "";
}
.fa-temperature-2::before {
  content: "";
}
.fa-thermometer-2::before {
  content: "";
}
.fa-thermometer-half::before {
  content: "";
}
.fa-dong-sign::before {
  content: "";
}
.fa-capsules::before {
  content: "";
}
.fa-poo-storm::before {
  content: "";
}
.fa-poo-bolt::before {
  content: "";
}
.fa-face-frown-open::before {
  content: "";
}
.fa-frown-open::before {
  content: "";
}
.fa-hand-point-up::before {
  content: "";
}
.fa-money-bill::before {
  content: "";
}
.fa-bookmark::before {
  content: "";
}
.fa-align-justify::before {
  content: "";
}
.fa-umbrella-beach::before {
  content: "";
}
.fa-helmet-un::before {
  content: "";
}
.fa-bullseye::before {
  content: "";
}
.fa-bacon::before {
  content: "";
}
.fa-hand-point-down::before {
  content: "";
}
.fa-arrow-up-from-bracket::before {
  content: "";
}
.fa-folder::before {
  content: "";
}
.fa-folder-blank::before {
  content: "";
}
.fa-file-waveform::before {
  content: "";
}
.fa-file-medical-alt::before {
  content: "";
}
.fa-radiation::before {
  content: "";
}
.fa-chart-simple::before {
  content: "";
}
.fa-mars-stroke::before {
  content: "";
}
.fa-vial::before {
  content: "";
}
.fa-gauge::before {
  content: "";
}
.fa-dashboard::before {
  content: "";
}
.fa-gauge-med::before {
  content: "";
}
.fa-tachometer-alt-average::before {
  content: "";
}
.fa-wand-magic-sparkles::before {
  content: "";
}
.fa-magic-wand-sparkles::before {
  content: "";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "";
}
.fa-pen-alt::before {
  content: "";
}
.fa-bridge-circle-exclamation::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-school-circle-check::before {
  content: "";
}
.fa-dumpster::before {
  content: "";
}
.fa-van-shuttle::before {
  content: "";
}
.fa-shuttle-van::before {
  content: "";
}
.fa-building-user::before {
  content: "";
}
.fa-square-caret-left::before {
  content: "";
}
.fa-caret-square-left::before {
  content: "";
}
.fa-highlighter::before {
  content: "";
}
.fa-key::before {
  content: "";
}
.fa-bullhorn::before {
  content: "";
}
.fa-globe::before {
  content: "";
}
.fa-synagogue::before {
  content: "";
}
.fa-person-half-dress::before {
  content: "";
}
.fa-road-bridge::before {
  content: "";
}
.fa-location-arrow::before {
  content: "";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "";
}
.fa-building-lock::before {
  content: "";
}
.fa-pizza-slice::before {
  content: "";
}
.fa-money-bill-wave::before {
  content: "";
}
.fa-chart-area::before {
  content: "";
}
.fa-area-chart::before {
  content: "";
}
.fa-house-flag::before {
  content: "";
}
.fa-person-circle-minus::before {
  content: "";
}
.fa-ban::before {
  content: "";
}
.fa-cancel::before {
  content: "";
}
.fa-camera-rotate::before {
  content: "";
}
.fa-spray-can-sparkles::before {
  content: "";
}
.fa-air-freshener::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-repeat::before {
  content: "";
}
.fa-cross::before {
  content: "";
}
.fa-box::before {
  content: "";
}
.fa-venus-mars::before {
  content: "";
}
.fa-arrow-pointer::before {
  content: "";
}
.fa-mouse-pointer::before {
  content: "";
}
.fa-maximize::before {
  content: "";
}
.fa-expand-arrows-alt::before {
  content: "";
}
.fa-charging-station::before {
  content: "";
}
.fa-shapes::before {
  content: "";
}
.fa-triangle-circle-square::before {
  content: "";
}
.fa-shuffle::before {
  content: "";
}
.fa-random::before {
  content: "";
}
.fa-person-running::before {
  content: "";
}
.fa-running::before {
  content: "";
}
.fa-mobile-retro::before {
  content: "";
}
.fa-grip-lines-vertical::before {
  content: "";
}
.fa-spider::before {
  content: "";
}
.fa-hands-bound::before {
  content: "";
}
.fa-file-invoice-dollar::before {
  content: "";
}
.fa-plane-circle-exclamation::before {
  content: "";
}
.fa-x-ray::before {
  content: "";
}
.fa-spell-check::before {
  content: "";
}
.fa-slash::before {
  content: "";
}
.fa-computer-mouse::before {
  content: "";
}
.fa-mouse::before {
  content: "";
}
.fa-arrow-right-to-bracket::before {
  content: "";
}
.fa-sign-in::before {
  content: "";
}
.fa-shop-slash::before {
  content: "";
}
.fa-store-alt-slash::before {
  content: "";
}
.fa-server::before {
  content: "";
}
.fa-virus-covid-slash::before {
  content: "";
}
.fa-shop-lock::before {
  content: "";
}
.fa-hourglass-start::before {
  content: "";
}
.fa-hourglass-1::before {
  content: "";
}
.fa-blender-phone::before {
  content: "";
}
.fa-building-wheat::before {
  content: "";
}
.fa-person-breastfeeding::before {
  content: "";
}
.fa-right-to-bracket::before {
  content: "";
}
.fa-sign-in-alt::before {
  content: "";
}
.fa-venus::before {
  content: "";
}
.fa-passport::before {
  content: "";
}
.fa-heart-pulse::before {
  content: "";
}
.fa-heartbeat::before {
  content: "";
}
.fa-people-carry-box::before {
  content: "";
}
.fa-people-carry::before {
  content: "";
}
.fa-temperature-high::before {
  content: "";
}
.fa-microchip::before {
  content: "";
}
.fa-crown::before {
  content: "";
}
.fa-weight-hanging::before {
  content: "";
}
.fa-xmarks-lines::before {
  content: "";
}
.fa-file-prescription::before {
  content: "";
}
.fa-weight-scale::before {
  content: "";
}
.fa-weight::before {
  content: "";
}
.fa-user-group::before {
  content: "";
}
.fa-user-friends::before {
  content: "";
}
.fa-arrow-up-a-z::before {
  content: "";
}
.fa-sort-alpha-up::before {
  content: "";
}
.fa-chess-knight::before {
  content: "";
}
.fa-face-laugh-squint::before {
  content: "";
}
.fa-laugh-squint::before {
  content: "";
}
.fa-wheelchair::before {
  content: "";
}
.fa-circle-arrow-up::before {
  content: "";
}
.fa-arrow-circle-up::before {
  content: "";
}
.fa-toggle-on::before {
  content: "";
}
.fa-person-walking::before {
  content: "";
}
.fa-walking::before {
  content: "";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "";
}
.fa-bed-pulse::before {
  content: "";
}
.fa-procedures::before {
  content: "";
}
.fa-shuttle-space::before {
  content: "";
}
.fa-space-shuttle::before {
  content: "";
}
.fa-face-laugh::before {
  content: "";
}
.fa-laugh::before {
  content: "";
}
.fa-folder-open::before {
  content: "";
}
.fa-heart-circle-plus::before {
  content: "";
}
.fa-code-fork::before {
  content: "";
}
.fa-city::before {
  content: "";
}
.fa-microphone-lines::before {
  content: "";
}
.fa-microphone-alt::before {
  content: "";
}
.fa-pepper-hot::before {
  content: "";
}
.fa-unlock::before {
  content: "";
}
.fa-colon-sign::before {
  content: "";
}
.fa-headset::before {
  content: "";
}
.fa-store-slash::before {
  content: "";
}
.fa-road-circle-xmark::before {
  content: "";
}
.fa-user-minus::before {
  content: "";
}
.fa-mars-stroke-up::before {
  content: "";
}
.fa-mars-stroke-v::before {
  content: "";
}
.fa-champagne-glasses::before {
  content: "";
}
.fa-glass-cheers::before {
  content: "";
}
.fa-clipboard::before {
  content: "";
}
.fa-house-circle-exclamation::before {
  content: "";
}
.fa-file-arrow-up::before {
  content: "";
}
.fa-file-upload::before {
  content: "";
}
.fa-wifi::before {
  content: "";
}
.fa-wifi-3::before {
  content: "";
}
.fa-wifi-strong::before {
  content: "";
}
.fa-bath::before {
  content: "";
}
.fa-bathtub::before {
  content: "";
}
.fa-underline::before {
  content: "";
}
.fa-user-pen::before {
  content: "";
}
.fa-user-edit::before {
  content: "";
}
.fa-signature::before {
  content: "";
}
.fa-stroopwafel::before {
  content: "";
}
.fa-bold::before {
  content: "";
}
.fa-anchor-lock::before {
  content: "";
}
.fa-building-ngo::before {
  content: "";
}
.fa-manat-sign::before {
  content: "";
}
.fa-not-equal::before {
  content: "";
}
.fa-border-top-left::before {
  content: "";
}
.fa-border-style::before {
  content: "";
}
.fa-map-location-dot::before {
  content: "";
}
.fa-map-marked-alt::before {
  content: "";
}
.fa-jedi::before {
  content: "";
}
.fa-square-poll-vertical::before {
  content: "";
}
.fa-poll::before {
  content: "";
}
.fa-mug-hot::before {
  content: "";
}
.fa-car-battery::before {
  content: "";
}
.fa-battery-car::before {
  content: "";
}
.fa-gift::before {
  content: "";
}
.fa-dice-two::before {
  content: "";
}
.fa-chess-queen::before {
  content: "";
}
.fa-glasses::before {
  content: "";
}
.fa-chess-board::before {
  content: "";
}
.fa-building-circle-check::before {
  content: "";
}
.fa-person-chalkboard::before {
  content: "";
}
.fa-mars-stroke-right::before {
  content: "";
}
.fa-mars-stroke-h::before {
  content: "";
}
.fa-hand-back-fist::before {
  content: "";
}
.fa-hand-rock::before {
  content: "";
}
.fa-square-caret-up::before {
  content: "";
}
.fa-caret-square-up::before {
  content: "";
}
.fa-cloud-showers-water::before {
  content: "";
}
.fa-chart-bar::before {
  content: "";
}
.fa-bar-chart::before {
  content: "";
}
.fa-hands-bubbles::before {
  content: "";
}
.fa-hands-wash::before {
  content: "";
}
.fa-less-than-equal::before {
  content: "";
}
.fa-train::before {
  content: "";
}
.fa-eye-low-vision::before {
  content: "";
}
.fa-low-vision::before {
  content: "";
}
.fa-crow::before {
  content: "";
}
.fa-sailboat::before {
  content: "";
}
.fa-window-restore::before {
  content: "";
}
.fa-square-plus::before {
  content: "";
}
.fa-plus-square::before {
  content: "";
}
.fa-torii-gate::before {
  content: "";
}
.fa-frog::before {
  content: "";
}
.fa-bucket::before {
  content: "";
}
.fa-image::before {
  content: "";
}
.fa-microphone::before {
  content: "";
}
.fa-cow::before {
  content: "";
}
.fa-caret-up::before {
  content: "";
}
.fa-screwdriver::before {
  content: "";
}
.fa-folder-closed::before {
  content: "";
}
.fa-house-tsunami::before {
  content: "";
}
.fa-square-nfi::before {
  content: "";
}
.fa-arrow-up-from-ground-water::before {
  content: "";
}
.fa-martini-glass::before {
  content: "";
}
.fa-glass-martini-alt::before {
  content: "";
}
.fa-rotate-left::before {
  content: "";
}
.fa-rotate-back::before {
  content: "";
}
.fa-rotate-backward::before {
  content: "";
}
.fa-undo-alt::before {
  content: "";
}
.fa-table-columns::before {
  content: "";
}
.fa-columns::before {
  content: "";
}
.fa-lemon::before {
  content: "";
}
.fa-head-side-mask::before {
  content: "";
}
.fa-handshake::before {
  content: "";
}
.fa-gem::before {
  content: "";
}
.fa-dolly::before {
  content: "";
}
.fa-dolly-box::before {
  content: "";
}
.fa-smoking::before {
  content: "";
}
.fa-minimize::before {
  content: "";
}
.fa-compress-arrows-alt::before {
  content: "";
}
.fa-monument::before {
  content: "";
}
.fa-snowplow::before {
  content: "";
}
.fa-angles-right::before {
  content: "";
}
.fa-angle-double-right::before {
  content: "";
}
.fa-cannabis::before {
  content: "";
}
.fa-circle-play::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-tablets::before {
  content: "";
}
.fa-ethernet::before {
  content: "";
}
.fa-euro-sign::before {
  content: "";
}
.fa-eur::before {
  content: "";
}
.fa-euro::before {
  content: "";
}
.fa-chair::before {
  content: "";
}
.fa-circle-check::before {
  content: "";
}
.fa-check-circle::before {
  content: "";
}
.fa-circle-stop::before {
  content: "";
}
.fa-stop-circle::before {
  content: "";
}
.fa-compass-drafting::before {
  content: "";
}
.fa-drafting-compass::before {
  content: "";
}
.fa-plate-wheat::before {
  content: "";
}
.fa-icicles::before {
  content: "";
}
.fa-person-shelter::before {
  content: "";
}
.fa-neuter::before {
  content: "";
}
.fa-id-badge::before {
  content: "";
}
.fa-marker::before {
  content: "";
}
.fa-face-laugh-beam::before {
  content: "";
}
.fa-laugh-beam::before {
  content: "";
}
.fa-helicopter-symbol::before {
  content: "";
}
.fa-universal-access::before {
  content: "";
}
.fa-circle-chevron-up::before {
  content: "";
}
.fa-chevron-circle-up::before {
  content: "";
}
.fa-lari-sign::before {
  content: "";
}
.fa-volcano::before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}
.fa-sterling-sign::before {
  content: "";
}
.fa-gbp::before {
  content: "";
}
.fa-pound-sign::before {
  content: "";
}
.fa-viruses::before {
  content: "";
}
.fa-square-person-confined::before {
  content: "";
}
.fa-user-tie::before {
  content: "";
}
.fa-arrow-down-long::before {
  content: "";
}
.fa-long-arrow-down::before {
  content: "";
}
.fa-tent-arrow-down-to-line::before {
  content: "";
}
.fa-certificate::before {
  content: "";
}
.fa-reply-all::before {
  content: "";
}
.fa-mail-reply-all::before {
  content: "";
}
.fa-suitcase::before {
  content: "";
}
.fa-person-skating::before {
  content: "";
}
.fa-skating::before {
  content: "";
}
.fa-filter-circle-dollar::before {
  content: "";
}
.fa-funnel-dollar::before {
  content: "";
}
.fa-camera-retro::before {
  content: "";
}
.fa-circle-arrow-down::before {
  content: "";
}
.fa-arrow-circle-down::before {
  content: "";
}
.fa-file-import::before {
  content: "";
}
.fa-arrow-right-to-file::before {
  content: "";
}
.fa-square-arrow-up-right::before {
  content: "";
}
.fa-external-link-square::before {
  content: "";
}
.fa-box-open::before {
  content: "";
}
.fa-scroll::before {
  content: "";
}
.fa-spa::before {
  content: "";
}
.fa-location-pin-lock::before {
  content: "";
}
.fa-pause::before {
  content: "";
}
.fa-hill-avalanche::before {
  content: "";
}
.fa-temperature-empty::before {
  content: "";
}
.fa-temperature-0::before {
  content: "";
}
.fa-thermometer-0::before {
  content: "";
}
.fa-thermometer-empty::before {
  content: "";
}
.fa-bomb::before {
  content: "";
}
.fa-registered::before {
  content: "";
}
.fa-address-card::before {
  content: "";
}
.fa-contact-card::before {
  content: "";
}
.fa-vcard::before {
  content: "";
}
.fa-scale-unbalanced-flip::before {
  content: "";
}
.fa-balance-scale-right::before {
  content: "";
}
.fa-subscript::before {
  content: "";
}
.fa-diamond-turn-right::before {
  content: "";
}
.fa-directions::before {
  content: "";
}
.fa-burst::before {
  content: "";
}
.fa-house-laptop::before {
  content: "";
}
.fa-laptop-house::before {
  content: "";
}
.fa-face-tired::before {
  content: "";
}
.fa-tired::before {
  content: "";
}
.fa-money-bills::before {
  content: "";
}
.fa-smog::before {
  content: "";
}
.fa-crutch::before {
  content: "";
}
.fa-cloud-arrow-up::before {
  content: "";
}
.fa-cloud-upload::before {
  content: "";
}
.fa-cloud-upload-alt::before {
  content: "";
}
.fa-palette::before {
  content: "";
}
.fa-arrows-turn-right::before {
  content: "";
}
.fa-vest::before {
  content: "";
}
.fa-ferry::before {
  content: "";
}
.fa-arrows-down-to-people::before {
  content: "";
}
.fa-seedling::before {
  content: "";
}
.fa-sprout::before {
  content: "";
}
.fa-left-right::before {
  content: "";
}
.fa-arrows-alt-h::before {
  content: "";
}
.fa-boxes-packing::before {
  content: "";
}
.fa-circle-arrow-left::before {
  content: "";
}
.fa-arrow-circle-left::before {
  content: "";
}
.fa-group-arrows-rotate::before {
  content: "";
}
.fa-bowl-food::before {
  content: "";
}
.fa-candy-cane::before {
  content: "";
}
.fa-arrow-down-wide-short::before {
  content: "";
}
.fa-sort-amount-asc::before {
  content: "";
}
.fa-sort-amount-down::before {
  content: "";
}
.fa-cloud-bolt::before {
  content: "";
}
.fa-thunderstorm::before {
  content: "";
}
.fa-text-slash::before {
  content: "";
}
.fa-remove-format::before {
  content: "";
}
.fa-face-smile-wink::before {
  content: "";
}
.fa-smile-wink::before {
  content: "";
}
.fa-file-word::before {
  content: "";
}
.fa-file-powerpoint::before {
  content: "";
}
.fa-arrows-left-right::before {
  content: "";
}
.fa-arrows-h::before {
  content: "";
}
.fa-house-lock::before {
  content: "";
}
.fa-cloud-arrow-down::before {
  content: "";
}
.fa-cloud-download::before {
  content: "";
}
.fa-cloud-download-alt::before {
  content: "";
}
.fa-children::before {
  content: "";
}
.fa-chalkboard::before {
  content: "";
}
.fa-blackboard::before {
  content: "";
}
.fa-user-large-slash::before {
  content: "";
}
.fa-user-alt-slash::before {
  content: "";
}
.fa-envelope-open::before {
  content: "";
}
.fa-handshake-simple-slash::before {
  content: "";
}
.fa-handshake-alt-slash::before {
  content: "";
}
.fa-mattress-pillow::before {
  content: "";
}
.fa-guarani-sign::before {
  content: "";
}
.fa-arrows-rotate::before {
  content: "";
}
.fa-refresh::before {
  content: "";
}
.fa-sync::before {
  content: "";
}
.fa-fire-extinguisher::before {
  content: "";
}
.fa-cruzeiro-sign::before {
  content: "";
}
.fa-greater-than-equal::before {
  content: "";
}
.fa-shield-halved::before {
  content: "";
}
.fa-shield-alt::before {
  content: "";
}
.fa-book-atlas::before {
  content: "";
}
.fa-atlas::before {
  content: "";
}
.fa-virus::before {
  content: "";
}
.fa-envelope-circle-check::before {
  content: "";
}
.fa-layer-group::before {
  content: "";
}
.fa-arrows-to-dot::before {
  content: "";
}
.fa-archway::before {
  content: "";
}
.fa-heart-circle-check::before {
  content: "";
}
.fa-house-chimney-crack::before {
  content: "";
}
.fa-house-damage::before {
  content: "";
}
.fa-file-zipper::before {
  content: "";
}
.fa-file-archive::before {
  content: "";
}
.fa-square::before {
  content: "";
}
.fa-martini-glass-empty::before {
  content: "";
}
.fa-glass-martini::before {
  content: "";
}
.fa-couch::before {
  content: "";
}
.fa-cedi-sign::before {
  content: "";
}
.fa-italic::before {
  content: "";
}
.fa-church::before {
  content: "";
}
.fa-comments-dollar::before {
  content: "";
}
.fa-democrat::before {
  content: "";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "";
}
.fa-skiing::before {
  content: "";
}
.fa-road-lock::before {
  content: "";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "";
}
.fa-temperature-down::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "";
}
.fa-newspaper::before {
  content: "";
}
.fa-rectangle-ad::before {
  content: "";
}
.fa-ad::before {
  content: "";
}
.fa-circle-arrow-right::before {
  content: "";
}
.fa-arrow-circle-right::before {
  content: "";
}
.fa-filter-circle-xmark::before {
  content: "";
}
.fa-locust::before {
  content: "";
}
.fa-sort::before {
  content: "";
}
.fa-unsorted::before {
  content: "";
}
.fa-list-ol::before {
  content: "";
}
.fa-list-1-2::before {
  content: "";
}
.fa-list-numeric::before {
  content: "";
}
.fa-person-dress-burst::before {
  content: "";
}
.fa-money-check-dollar::before {
  content: "";
}
.fa-money-check-alt::before {
  content: "";
}
.fa-vector-square::before {
  content: "";
}
.fa-bread-slice::before {
  content: "";
}
.fa-language::before {
  content: "";
}
.fa-face-kiss-wink-heart::before {
  content: "";
}
.fa-kiss-wink-heart::before {
  content: "";
}
.fa-filter::before {
  content: "";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "";
}
.fa-up-down-left-right::before {
  content: "";
}
.fa-arrows-alt::before {
  content: "";
}
.fa-house-chimney-user::before {
  content: "";
}
.fa-hand-holding-heart::before {
  content: "";
}
.fa-puzzle-piece::before {
  content: "";
}
.fa-money-check::before {
  content: "";
}
.fa-star-half-stroke::before {
  content: "";
}
.fa-star-half-alt::before {
  content: "";
}
.fa-code::before {
  content: "";
}
.fa-whiskey-glass::before {
  content: "";
}
.fa-glass-whiskey::before {
  content: "";
}
.fa-building-circle-exclamation::before {
  content: "";
}
.fa-magnifying-glass-chart::before {
  content: "";
}
.fa-arrow-up-right-from-square::before {
  content: "";
}
.fa-external-link::before {
  content: "";
}
.fa-cubes-stacked::before {
  content: "";
}
.fa-won-sign::before {
  content: "";
}
.fa-krw::before {
  content: "";
}
.fa-won::before {
  content: "";
}
.fa-virus-covid::before {
  content: "";
}
.fa-austral-sign::before {
  content: "";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "";
}
.fa-road::before {
  content: "";
}
.fa-taxi::before {
  content: "";
}
.fa-cab::before {
  content: "";
}
.fa-person-circle-plus::before {
  content: "";
}
.fa-chart-pie::before {
  content: "";
}
.fa-pie-chart::before {
  content: "";
}
.fa-bolt-lightning::before {
  content: "";
}
.fa-sack-xmark::before {
  content: "";
}
.fa-file-excel::before {
  content: "";
}
.fa-file-contract::before {
  content: "";
}
.fa-fish-fins::before {
  content: "";
}
.fa-building-flag::before {
  content: "";
}
.fa-face-grin-beam::before {
  content: "";
}
.fa-grin-beam::before {
  content: "";
}
.fa-object-ungroup::before {
  content: "";
}
.fa-poop::before {
  content: "";
}
.fa-location-pin::before {
  content: "";
}
.fa-map-marker::before {
  content: "";
}
.fa-kaaba::before {
  content: "";
}
.fa-toilet-paper::before {
  content: "";
}
.fa-helmet-safety::before {
  content: "";
}
.fa-hard-hat::before {
  content: "";
}
.fa-hat-hard::before {
  content: "";
}
.fa-eject::before {
  content: "";
}
.fa-circle-right::before {
  content: "";
}
.fa-arrow-alt-circle-right::before {
  content: "";
}
.fa-plane-circle-check::before {
  content: "";
}
.fa-face-rolling-eyes::before {
  content: "";
}
.fa-meh-rolling-eyes::before {
  content: "";
}
.fa-object-group::before {
  content: "";
}
.fa-chart-line::before {
  content: "";
}
.fa-line-chart::before {
  content: "";
}
.fa-mask-ventilator::before {
  content: "";
}
.fa-arrow-right::before {
  content: "";
}
.fa-signs-post::before {
  content: "";
}
.fa-map-signs::before {
  content: "";
}
.fa-cash-register::before {
  content: "";
}
.fa-person-circle-question::before {
  content: "";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "";
}
.fa-screwdriver-wrench::before {
  content: "";
}
.fa-tools::before {
  content: "";
}
.fa-arrows-to-eye::before {
  content: "";
}
.fa-plug-circle-bolt::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-mars-and-venus::before {
  content: "";
}
.fa-house-user::before {
  content: "";
}
.fa-home-user::before {
  content: "";
}
.fa-dumpster-fire::before {
  content: "";
}
.fa-house-crack::before {
  content: "";
}
.fa-martini-glass-citrus::before {
  content: "";
}
.fa-cocktail::before {
  content: "";
}
.fa-face-surprise::before {
  content: "";
}
.fa-surprise::before {
  content: "";
}
.fa-bottle-water::before {
  content: "";
}
.fa-circle-pause::before {
  content: "";
}
.fa-pause-circle::before {
  content: "";
}
.fa-toilet-paper-slash::before {
  content: "";
}
.fa-apple-whole::before {
  content: "";
}
.fa-apple-alt::before {
  content: "";
}
.fa-kitchen-set::before {
  content: "";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "";
}
.fa-temperature-1::before {
  content: "";
}
.fa-thermometer-1::before {
  content: "";
}
.fa-thermometer-quarter::before {
  content: "";
}
.fa-cube::before {
  content: "";
}
.fa-bitcoin-sign::before {
  content: "";
}
.fa-shield-dog::before {
  content: "";
}
.fa-solar-panel::before {
  content: "";
}
.fa-lock-open::before {
  content: "";
}
.fa-elevator::before {
  content: "";
}
.fa-money-bill-transfer::before {
  content: "";
}
.fa-money-bill-trend-up::before {
  content: "";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}
.fa-square-poll-horizontal::before {
  content: "";
}
.fa-poll-h::before {
  content: "";
}
.fa-circle::before {
  content: "";
}
.fa-backward-fast::before {
  content: "";
}
.fa-fast-backward::before {
  content: "";
}
.fa-recycle::before {
  content: "";
}
.fa-user-astronaut::before {
  content: "";
}
.fa-plane-slash::before {
  content: "";
}
.fa-trademark::before {
  content: "";
}
.fa-basketball::before {
  content: "";
}
.fa-basketball-ball::before {
  content: "";
}
.fa-satellite-dish::before {
  content: "";
}
.fa-circle-up::before {
  content: "";
}
.fa-arrow-alt-circle-up::before {
  content: "";
}
.fa-mobile-screen-button::before {
  content: "";
}
.fa-mobile-alt::before {
  content: "";
}
.fa-volume-high::before {
  content: "";
}
.fa-volume-up::before {
  content: "";
}
.fa-users-rays::before {
  content: "";
}
.fa-wallet::before {
  content: "";
}
.fa-clipboard-check::before {
  content: "";
}
.fa-file-audio::before {
  content: "";
}
.fa-burger::before {
  content: "";
}
.fa-hamburger::before {
  content: "";
}
.fa-wrench::before {
  content: "";
}
.fa-bugs::before {
  content: "";
}
.fa-rupee-sign::before {
  content: "";
}
.fa-rupee::before {
  content: "";
}
.fa-file-image::before {
  content: "";
}
.fa-circle-question::before {
  content: "";
}
.fa-question-circle::before {
  content: "";
}
.fa-plane-departure::before {
  content: "";
}
.fa-handshake-slash::before {
  content: "";
}
.fa-book-bookmark::before {
  content: "";
}
.fa-code-branch::before {
  content: "";
}
.fa-hat-cowboy::before {
  content: "";
}
.fa-bridge::before {
  content: "";
}
.fa-phone-flip::before {
  content: "";
}
.fa-phone-alt::before {
  content: "";
}
.fa-truck-front::before {
  content: "";
}
.fa-cat::before {
  content: "";
}
.fa-anchor-circle-exclamation::before {
  content: "";
}
.fa-truck-field::before {
  content: "";
}
.fa-route::before {
  content: "";
}
.fa-clipboard-question::before {
  content: "";
}
.fa-panorama::before {
  content: "";
}
.fa-comment-medical::before {
  content: "";
}
.fa-teeth-open::before {
  content: "";
}
.fa-file-circle-minus::before {
  content: "";
}
.fa-tags::before {
  content: "";
}
.fa-wine-glass::before {
  content: "";
}
.fa-forward-fast::before {
  content: "";
}
.fa-fast-forward::before {
  content: "";
}
.fa-face-meh-blank::before {
  content: "";
}
.fa-meh-blank::before {
  content: "";
}
.fa-square-parking::before {
  content: "";
}
.fa-parking::before {
  content: "";
}
.fa-house-signal::before {
  content: "";
}
.fa-bars-progress::before {
  content: "";
}
.fa-tasks-alt::before {
  content: "";
}
.fa-faucet-drip::before {
  content: "";
}
.fa-cart-flatbed::before {
  content: "";
}
.fa-dolly-flatbed::before {
  content: "";
}
.fa-ban-smoking::before {
  content: "";
}
.fa-smoking-ban::before {
  content: "";
}
.fa-terminal::before {
  content: "";
}
.fa-mobile-button::before {
  content: "";
}
.fa-house-medical-flag::before {
  content: "";
}
.fa-basket-shopping::before {
  content: "";
}
.fa-shopping-basket::before {
  content: "";
}
.fa-tape::before {
  content: "";
}
.fa-bus-simple::before {
  content: "";
}
.fa-bus-alt::before {
  content: "";
}
.fa-eye::before {
  content: "";
}
.fa-face-sad-cry::before {
  content: "";
}
.fa-sad-cry::before {
  content: "";
}
.fa-audio-description::before {
  content: "";
}
.fa-person-military-to-person::before {
  content: "";
}
.fa-file-shield::before {
  content: "";
}
.fa-user-slash::before {
  content: "";
}
.fa-pen::before {
  content: "";
}
.fa-tower-observation::before {
  content: "";
}
.fa-file-code::before {
  content: "";
}
.fa-signal::before {
  content: "";
}
.fa-signal-5::before {
  content: "";
}
.fa-signal-perfect::before {
  content: "";
}
.fa-bus::before {
  content: "";
}
.fa-heart-circle-xmark::before {
  content: "";
}
.fa-house-chimney::before {
  content: "";
}
.fa-home-lg::before {
  content: "";
}
.fa-window-maximize::before {
  content: "";
}
.fa-face-frown::before {
  content: "";
}
.fa-frown::before {
  content: "";
}
.fa-prescription::before {
  content: "";
}
.fa-shop::before {
  content: "";
}
.fa-store-alt::before {
  content: "";
}
.fa-floppy-disk::before {
  content: "";
}
.fa-save::before {
  content: "";
}
.fa-vihara::before {
  content: "";
}
.fa-scale-unbalanced::before {
  content: "";
}
.fa-balance-scale-left::before {
  content: "";
}
.fa-sort-up::before {
  content: "";
}
.fa-sort-asc::before {
  content: "";
}
.fa-comment-dots::before {
  content: "";
}
.fa-commenting::before {
  content: "";
}
.fa-plant-wilt::before {
  content: "";
}
.fa-diamond::before {
  content: "";
}
.fa-face-grin-squint::before {
  content: "";
}
.fa-grin-squint::before {
  content: "";
}
.fa-hand-holding-dollar::before {
  content: "";
}
.fa-hand-holding-usd::before {
  content: "";
}
.fa-bacterium::before {
  content: "";
}
.fa-hand-pointer::before {
  content: "";
}
.fa-drum-steelpan::before {
  content: "";
}
.fa-hand-scissors::before {
  content: "";
}
.fa-hands-praying::before {
  content: "";
}
.fa-praying-hands::before {
  content: "";
}
.fa-arrow-rotate-right::before {
  content: "";
}
.fa-arrow-right-rotate::before {
  content: "";
}
.fa-arrow-rotate-forward::before {
  content: "";
}
.fa-redo::before {
  content: "";
}
.fa-biohazard::before {
  content: "";
}
.fa-location-crosshairs::before {
  content: "";
}
.fa-location::before {
  content: "";
}
.fa-mars-double::before {
  content: "";
}
.fa-child-dress::before {
  content: "";
}
.fa-users-between-lines::before {
  content: "";
}
.fa-lungs-virus::before {
  content: "";
}
.fa-face-grin-tears::before {
  content: "";
}
.fa-grin-tears::before {
  content: "";
}
.fa-phone::before {
  content: "";
}
.fa-calendar-xmark::before {
  content: "";
}
.fa-calendar-times::before {
  content: "";
}
.fa-child-reaching::before {
  content: "";
}
.fa-head-side-virus::before {
  content: "";
}
.fa-user-gear::before {
  content: "";
}
.fa-user-cog::before {
  content: "";
}
.fa-arrow-up-1-9::before {
  content: "";
}
.fa-sort-numeric-up::before {
  content: "";
}
.fa-door-closed::before {
  content: "";
}
.fa-shield-virus::before {
  content: "";
}
.fa-dice-six::before {
  content: "";
}
.fa-mosquito-net::before {
  content: "";
}
.fa-bridge-water::before {
  content: "";
}
.fa-person-booth::before {
  content: "";
}
.fa-text-width::before {
  content: "";
}
.fa-hat-wizard::before {
  content: "";
}
.fa-pen-fancy::before {
  content: "";
}
.fa-person-digging::before {
  content: "";
}
.fa-digging::before {
  content: "";
}
.fa-trash::before {
  content: "";
}
.fa-gauge-simple::before {
  content: "";
}
.fa-gauge-simple-med::before {
  content: "";
}
.fa-tachometer-average::before {
  content: "";
}
.fa-book-medical::before {
  content: "";
}
.fa-poo::before {
  content: "";
}
.fa-quote-right::before {
  content: "";
}
.fa-quote-right-alt::before {
  content: "";
}
.fa-shirt::before {
  content: "";
}
.fa-t-shirt::before {
  content: "";
}
.fa-tshirt::before {
  content: "";
}
.fa-cubes::before {
  content: "";
}
.fa-divide::before {
  content: "";
}
.fa-tenge-sign::before {
  content: "";
}
.fa-tenge::before {
  content: "";
}
.fa-headphones::before {
  content: "";
}
.fa-hands-holding::before {
  content: "";
}
.fa-hands-clapping::before {
  content: "";
}
.fa-republican::before {
  content: "";
}
.fa-arrow-left::before {
  content: "";
}
.fa-person-circle-xmark::before {
  content: "";
}
.fa-ruler::before {
  content: "";
}
.fa-align-left::before {
  content: "";
}
.fa-dice-d6::before {
  content: "";
}
.fa-restroom::before {
  content: "";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "";
}
.fa-file-video::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-external-link-alt::before {
  content: "";
}
.fa-table-cells::before {
  content: "";
}
.fa-th::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.fa-book-bible::before {
  content: "";
}
.fa-bible::before {
  content: "";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "";
}
.fa-medkit::before {
  content: "";
}
.fa-user-secret::before {
  content: "";
}
.fa-otter::before {
  content: "";
}
.fa-person-dress::before {
  content: "";
}
.fa-female::before {
  content: "";
}
.fa-comment-dollar::before {
  content: "";
}
.fa-business-time::before {
  content: "";
}
.fa-briefcase-clock::before {
  content: "";
}
.fa-table-cells-large::before {
  content: "";
}
.fa-th-large::before {
  content: "";
}
.fa-book-tanakh::before {
  content: "";
}
.fa-tanakh::before {
  content: "";
}
.fa-phone-volume::before {
  content: "";
}
.fa-volume-control-phone::before {
  content: "";
}
.fa-hat-cowboy-side::before {
  content: "";
}
.fa-clipboard-user::before {
  content: "";
}
.fa-child::before {
  content: "";
}
.fa-lira-sign::before {
  content: "";
}
.fa-satellite::before {
  content: "";
}
.fa-plane-lock::before {
  content: "";
}
.fa-tag::before {
  content: "";
}
.fa-comment::before {
  content: "";
}
.fa-cake-candles::before {
  content: "";
}
.fa-birthday-cake::before {
  content: "";
}
.fa-cake::before {
  content: "";
}
.fa-envelope::before {
  content: "";
}
.fa-angles-up::before {
  content: "";
}
.fa-angle-double-up::before {
  content: "";
}
.fa-paperclip::before {
  content: "";
}
.fa-arrow-right-to-city::before {
  content: "";
}
.fa-ribbon::before {
  content: "";
}
.fa-lungs::before {
  content: "";
}
.fa-arrow-up-9-1::before {
  content: "";
}
.fa-sort-numeric-up-alt::before {
  content: "";
}
.fa-litecoin-sign::before {
  content: "";
}
.fa-border-none::before {
  content: "";
}
.fa-circle-nodes::before {
  content: "";
}
.fa-parachute-box::before {
  content: "";
}
.fa-indent::before {
  content: "";
}
.fa-truck-field-un::before {
  content: "";
}
.fa-hourglass::before {
  content: "";
}
.fa-hourglass-empty::before {
  content: "";
}
.fa-mountain::before {
  content: "";
}
.fa-user-doctor::before {
  content: "";
}
.fa-user-md::before {
  content: "";
}
.fa-circle-info::before {
  content: "";
}
.fa-info-circle::before {
  content: "";
}
.fa-cloud-meatball::before {
  content: "";
}
.fa-camera::before {
  content: "";
}
.fa-camera-alt::before {
  content: "";
}
.fa-square-virus::before {
  content: "";
}
.fa-meteor::before {
  content: "";
}
.fa-car-on::before {
  content: "";
}
.fa-sleigh::before {
  content: "";
}
.fa-arrow-down-1-9::before {
  content: "";
}
.fa-sort-numeric-asc::before {
  content: "";
}
.fa-sort-numeric-down::before {
  content: "";
}
.fa-hand-holding-droplet::before {
  content: "";
}
.fa-hand-holding-water::before {
  content: "";
}
.fa-water::before {
  content: "";
}
.fa-calendar-check::before {
  content: "";
}
.fa-braille::before {
  content: "";
}
.fa-prescription-bottle-medical::before {
  content: "";
}
.fa-prescription-bottle-alt::before {
  content: "";
}
.fa-landmark::before {
  content: "";
}
.fa-truck::before {
  content: "";
}
.fa-crosshairs::before {
  content: "";
}
.fa-person-cane::before {
  content: "";
}
.fa-tent::before {
  content: "";
}
.fa-vest-patches::before {
  content: "";
}
.fa-check-double::before {
  content: "";
}
.fa-arrow-down-a-z::before {
  content: "";
}
.fa-sort-alpha-asc::before {
  content: "";
}
.fa-sort-alpha-down::before {
  content: "";
}
.fa-money-bill-wheat::before {
  content: "";
}
.fa-cookie::before {
  content: "";
}
.fa-arrow-rotate-left::before {
  content: "";
}
.fa-arrow-left-rotate::before {
  content: "";
}
.fa-arrow-rotate-back::before {
  content: "";
}
.fa-arrow-rotate-backward::before {
  content: "";
}
.fa-undo::before {
  content: "";
}
.fa-hard-drive::before {
  content: "";
}
.fa-hdd::before {
  content: "";
}
.fa-face-grin-squint-tears::before {
  content: "";
}
.fa-grin-squint-tears::before {
  content: "";
}
.fa-dumbbell::before {
  content: "";
}
.fa-rectangle-list::before {
  content: "";
}
.fa-list-alt::before {
  content: "";
}
.fa-tarp-droplet::before {
  content: "";
}
.fa-house-medical-circle-check::before {
  content: "";
}
.fa-person-skiing-nordic::before {
  content: "";
}
.fa-skiing-nordic::before {
  content: "";
}
.fa-calendar-plus::before {
  content: "";
}
.fa-plane-arrival::before {
  content: "";
}
.fa-circle-left::before {
  content: "";
}
.fa-arrow-alt-circle-left::before {
  content: "";
}
.fa-train-subway::before {
  content: "";
}
.fa-subway::before {
  content: "";
}
.fa-chart-gantt::before {
  content: "";
}
.fa-indian-rupee-sign::before {
  content: "";
}
.fa-indian-rupee::before {
  content: "";
}
.fa-inr::before {
  content: "";
}
.fa-crop-simple::before {
  content: "";
}
.fa-crop-alt::before {
  content: "";
}
.fa-money-bill-1::before {
  content: "";
}
.fa-money-bill-alt::before {
  content: "";
}
.fa-left-long::before {
  content: "";
}
.fa-long-arrow-alt-left::before {
  content: "";
}
.fa-dna::before {
  content: "";
}
.fa-virus-slash::before {
  content: "";
}
.fa-minus::before {
  content: "";
}
.fa-subtract::before {
  content: "";
}
.fa-chess::before {
  content: "";
}
.fa-arrow-left-long::before {
  content: "";
}
.fa-long-arrow-left::before {
  content: "";
}
.fa-plug-circle-check::before {
  content: "";
}
.fa-street-view::before {
  content: "";
}
.fa-franc-sign::before {
  content: "";
}
.fa-volume-off::before {
  content: "";
}
.fa-hands-asl-interpreting::before {
  content: "";
}
.fa-american-sign-language-interpreting::before {
  content: "";
}
.fa-asl-interpreting::before {
  content: "";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "";
}
.fa-gear::before {
  content: "";
}
.fa-cog::before {
  content: "";
}
.fa-droplet-slash::before {
  content: "";
}
.fa-tint-slash::before {
  content: "";
}
.fa-mosque::before {
  content: "";
}
.fa-mosquito::before {
  content: "";
}
.fa-star-of-david::before {
  content: "";
}
.fa-person-military-rifle::before {
  content: "";
}
.fa-cart-shopping::before {
  content: "";
}
.fa-shopping-cart::before {
  content: "";
}
.fa-vials::before {
  content: "";
}
.fa-plug-circle-plus::before {
  content: "";
}
.fa-place-of-worship::before {
  content: "";
}
.fa-grip-vertical::before {
  content: "";
}
.fa-arrow-turn-up::before {
  content: "";
}
.fa-level-up::before {
  content: "";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "";
}
.fa-square-root-alt::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-clock-four::before {
  content: "";
}
.fa-backward-step::before {
  content: "";
}
.fa-step-backward::before {
  content: "";
}
.fa-pallet::before {
  content: "";
}
.fa-faucet::before {
  content: "";
}
.fa-baseball-bat-ball::before {
  content: "";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "";
}
.fa-keyboard::before {
  content: "";
}
.fa-caret-down::before {
  content: "";
}
.fa-house-chimney-medical::before {
  content: "";
}
.fa-clinic-medical::before {
  content: "";
}
.fa-temperature-three-quarters::before {
  content: "";
}
.fa-temperature-3::before {
  content: "";
}
.fa-thermometer-3::before {
  content: "";
}
.fa-thermometer-three-quarters::before {
  content: "";
}
.fa-mobile-screen::before {
  content: "";
}
.fa-mobile-android-alt::before {
  content: "";
}
.fa-plane-up::before {
  content: "";
}
.fa-piggy-bank::before {
  content: "";
}
.fa-battery-half::before {
  content: "";
}
.fa-battery-3::before {
  content: "";
}
.fa-mountain-city::before {
  content: "";
}
.fa-coins::before {
  content: "";
}
.fa-khanda::before {
  content: "";
}
.fa-sliders::before {
  content: "";
}
.fa-sliders-h::before {
  content: "";
}
.fa-folder-tree::before {
  content: "";
}
.fa-network-wired::before {
  content: "";
}
.fa-map-pin::before {
  content: "";
}
.fa-hamsa::before {
  content: "";
}
.fa-cent-sign::before {
  content: "";
}
.fa-flask::before {
  content: "";
}
.fa-person-pregnant::before {
  content: "";
}
.fa-wand-sparkles::before {
  content: "";
}
.fa-ellipsis-vertical::before {
  content: "";
}
.fa-ellipsis-v::before {
  content: "";
}
.fa-ticket::before {
  content: "";
}
.fa-power-off::before {
  content: "";
}
.fa-right-long::before {
  content: "";
}
.fa-long-arrow-alt-right::before {
  content: "";
}
.fa-flag-usa::before {
  content: "";
}
.fa-laptop-file::before {
  content: "";
}
.fa-tty::before {
  content: "";
}
.fa-teletype::before {
  content: "";
}
.fa-diagram-next::before {
  content: "";
}
.fa-person-rifle::before {
  content: "";
}
.fa-house-medical-circle-exclamation::before {
  content: "";
}
.fa-closed-captioning::before {
  content: "";
}
.fa-person-hiking::before {
  content: "";
}
.fa-hiking::before {
  content: "";
}
.fa-venus-double::before {
  content: "";
}
.fa-images::before {
  content: "";
}
.fa-calculator::before {
  content: "";
}
.fa-people-pulling::before {
  content: "";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "";
}
.fa-tram::before {
  content: "";
}
.fa-cloud-rain::before {
  content: "";
}
.fa-building-circle-xmark::before {
  content: "";
}
.fa-ship::before {
  content: "";
}
.fa-arrows-down-to-line::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-face-grin::before {
  content: "";
}
.fa-grin::before {
  content: "";
}
.fa-delete-left::before {
  content: "";
}
.fa-backspace::before {
  content: "";
}
.fa-eye-dropper::before {
  content: "";
}
.fa-eye-dropper-empty::before {
  content: "";
}
.fa-eyedropper::before {
  content: "";
}
.fa-file-circle-check::before {
  content: "";
}
.fa-forward::before {
  content: "";
}
.fa-mobile::before {
  content: "";
}
.fa-mobile-android::before {
  content: "";
}
.fa-mobile-phone::before {
  content: "";
}
.fa-face-meh::before {
  content: "";
}
.fa-meh::before {
  content: "";
}
.fa-align-center::before {
  content: "";
}
.fa-book-skull::before {
  content: "";
}
.fa-book-dead::before {
  content: "";
}
.fa-id-card::before {
  content: "";
}
.fa-drivers-license::before {
  content: "";
}
.fa-outdent::before {
  content: "";
}
.fa-dedent::before {
  content: "";
}
.fa-heart-circle-exclamation::before {
  content: "";
}
.fa-house::before {
  content: "";
}
.fa-home::before {
  content: "";
}
.fa-home-alt::before {
  content: "";
}
.fa-home-lg-alt::before {
  content: "";
}
.fa-calendar-week::before {
  content: "";
}
.fa-laptop-medical::before {
  content: "";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "";
}
.fa-dice-one::before {
  content: "";
}
.fa-kiwi-bird::before {
  content: "";
}
.fa-arrow-right-arrow-left::before {
  content: "";
}
.fa-exchange::before {
  content: "";
}
.fa-rotate-right::before {
  content: "";
}
.fa-redo-alt::before {
  content: "";
}
.fa-rotate-forward::before {
  content: "";
}
.fa-utensils::before {
  content: "";
}
.fa-cutlery::before {
  content: "";
}
.fa-arrow-up-wide-short::before {
  content: "";
}
.fa-sort-amount-up::before {
  content: "";
}
.fa-mill-sign::before {
  content: "";
}
.fa-bowl-rice::before {
  content: "";
}
.fa-skull::before {
  content: "";
}
.fa-tower-broadcast::before {
  content: "";
}
.fa-broadcast-tower::before {
  content: "";
}
.fa-truck-pickup::before {
  content: "";
}
.fa-up-long::before {
  content: "";
}
.fa-long-arrow-alt-up::before {
  content: "";
}
.fa-stop::before {
  content: "";
}
.fa-code-merge::before {
  content: "";
}
.fa-upload::before {
  content: "";
}
.fa-hurricane::before {
  content: "";
}
.fa-mound::before {
  content: "";
}
.fa-toilet-portable::before {
  content: "";
}
.fa-compact-disc::before {
  content: "";
}
.fa-file-arrow-down::before {
  content: "";
}
.fa-file-download::before {
  content: "";
}
.fa-caravan::before {
  content: "";
}
.fa-shield-cat::before {
  content: "";
}
.fa-bolt::before {
  content: "";
}
.fa-zap::before {
  content: "";
}
.fa-glass-water::before {
  content: "";
}
.fa-oil-well::before {
  content: "";
}
.fa-vault::before {
  content: "";
}
.fa-mars::before {
  content: "";
}
.fa-toilet::before {
  content: "";
}
.fa-plane-circle-xmark::before {
  content: "";
}
.fa-yen-sign::before {
  content: "";
}
.fa-cny::before {
  content: "";
}
.fa-jpy::before {
  content: "";
}
.fa-rmb::before {
  content: "";
}
.fa-yen::before {
  content: "";
}
.fa-ruble-sign::before {
  content: "";
}
.fa-rouble::before {
  content: "";
}
.fa-rub::before {
  content: "";
}
.fa-ruble::before {
  content: "";
}
.fa-sun::before {
  content: "";
}
.fa-guitar::before {
  content: "";
}
.fa-face-laugh-wink::before {
  content: "";
}
.fa-laugh-wink::before {
  content: "";
}
.fa-horse-head::before {
  content: "";
}
.fa-bore-hole::before {
  content: "";
}
.fa-industry::before {
  content: "";
}
.fa-circle-down::before {
  content: "";
}
.fa-arrow-alt-circle-down::before {
  content: "";
}
.fa-arrows-turn-to-dots::before {
  content: "";
}
.fa-florin-sign::before {
  content: "";
}
.fa-arrow-down-short-wide::before {
  content: "";
}
.fa-sort-amount-desc::before {
  content: "";
}
.fa-sort-amount-down-alt::before {
  content: "";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "";
}
.fa-car-tunnel::before {
  content: "";
}
.fa-head-side-cough::before {
  content: "";
}
.fa-grip-lines::before {
  content: "";
}
.fa-thumbs-down::before {
  content: "";
}
.fa-user-lock::before {
  content: "";
}
.fa-arrow-right-long::before {
  content: "";
}
.fa-long-arrow-right::before {
  content: "";
}
.fa-anchor-circle-xmark::before {
  content: "";
}
.fa-ellipsis::before {
  content: "";
}
.fa-ellipsis-h::before {
  content: "";
}
.fa-chess-pawn::before {
  content: "";
}
.fa-kit-medical::before {
  content: "";
}
.fa-first-aid::before {
  content: "";
}
.fa-person-through-window::before {
  content: "";
}
.fa-toolbox::before {
  content: "";
}
.fa-hands-holding-circle::before {
  content: "";
}
.fa-bug::before {
  content: "";
}
.fa-credit-card::before {
  content: "";
}
.fa-credit-card-alt::before {
  content: "";
}
.fa-car::before {
  content: "";
}
.fa-automobile::before {
  content: "";
}
.fa-hand-holding-hand::before {
  content: "";
}
.fa-book-open-reader::before {
  content: "";
}
.fa-book-reader::before {
  content: "";
}
.fa-mountain-sun::before {
  content: "";
}
.fa-arrows-left-right-to-line::before {
  content: "";
}
.fa-dice-d20::before {
  content: "";
}
.fa-truck-droplet::before {
  content: "";
}
.fa-file-circle-xmark::before {
  content: "";
}
.fa-temperature-arrow-up::before {
  content: "";
}
.fa-temperature-up::before {
  content: "";
}
.fa-medal::before {
  content: "";
}
.fa-bed::before {
  content: "";
}
.fa-square-h::before {
  content: "";
}
.fa-h-square::before {
  content: "";
}
.fa-podcast::before {
  content: "";
}
.fa-temperature-full::before {
  content: "";
}
.fa-temperature-4::before {
  content: "";
}
.fa-thermometer-4::before {
  content: "";
}
.fa-thermometer-full::before {
  content: "";
}
.fa-bell::before {
  content: "";
}
.fa-superscript::before {
  content: "";
}
.fa-plug-circle-xmark::before {
  content: "";
}
.fa-star-of-life::before {
  content: "";
}
.fa-phone-slash::before {
  content: "";
}
.fa-paint-roller::before {
  content: "";
}
.fa-handshake-angle::before {
  content: "";
}
.fa-hands-helping::before {
  content: "";
}
.fa-location-dot::before {
  content: "";
}
.fa-map-marker-alt::before {
  content: "";
}
.fa-file::before {
  content: "";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "";
}
.fa-swimmer::before {
  content: "";
}
.fa-arrow-down::before {
  content: "";
}
.fa-droplet::before {
  content: "";
}
.fa-tint::before {
  content: "";
}
.fa-eraser::before {
  content: "";
}
.fa-earth-americas::before {
  content: "";
}
.fa-earth::before {
  content: "";
}
.fa-earth-america::before {
  content: "";
}
.fa-globe-americas::before {
  content: "";
}
.fa-person-burst::before {
  content: "";
}
.fa-dove::before {
  content: "";
}
.fa-battery-empty::before {
  content: "";
}
.fa-battery-0::before {
  content: "";
}
.fa-socks::before {
  content: "";
}
.fa-inbox::before {
  content: "";
}
.fa-section::before {
  content: "";
}
.fa-gauge-high::before {
  content: "";
}
.fa-tachometer-alt::before {
  content: "";
}
.fa-tachometer-alt-fast::before {
  content: "";
}
.fa-envelope-open-text::before {
  content: "";
}
.fa-hospital::before {
  content: "";
}
.fa-hospital-alt::before {
  content: "";
}
.fa-hospital-wide::before {
  content: "";
}
.fa-wine-bottle::before {
  content: "";
}
.fa-chess-rook::before {
  content: "";
}
.fa-bars-staggered::before {
  content: "";
}
.fa-reorder::before {
  content: "";
}
.fa-stream::before {
  content: "";
}
.fa-dharmachakra::before {
  content: "";
}
.fa-hotdog::before {
  content: "";
}
.fa-person-walking-with-cane::before {
  content: "";
}
.fa-blind::before {
  content: "";
}
.fa-drum::before {
  content: "";
}
.fa-ice-cream::before {
  content: "";
}
.fa-heart-circle-bolt::before {
  content: "";
}
.fa-fax::before {
  content: "";
}
.fa-paragraph::before {
  content: "";
}
.fa-check-to-slot::before {
  content: "";
}
.fa-vote-yea::before {
  content: "";
}
.fa-star-half::before {
  content: "";
}
.fa-boxes-stacked::before {
  content: "";
}
.fa-boxes::before {
  content: "";
}
.fa-boxes-alt::before {
  content: "";
}
.fa-link::before {
  content: "";
}
.fa-chain::before {
  content: "";
}
.fa-ear-listen::before {
  content: "";
}
.fa-assistive-listening-systems::before {
  content: "";
}
.fa-tree-city::before {
  content: "";
}
.fa-play::before {
  content: "";
}
.fa-font::before {
  content: "";
}
.fa-rupiah-sign::before {
  content: "";
}
.fa-magnifying-glass::before {
  content: "";
}
.fa-search::before {
  content: "";
}
.fa-table-tennis-paddle-ball::before {
  content: "";
}
.fa-ping-pong-paddle-ball::before {
  content: "";
}
.fa-table-tennis::before {
  content: "";
}
.fa-person-dots-from-line::before {
  content: "";
}
.fa-diagnoses::before {
  content: "";
}
.fa-trash-can-arrow-up::before {
  content: "";
}
.fa-trash-restore-alt::before {
  content: "";
}
.fa-naira-sign::before {
  content: "";
}
.fa-cart-arrow-down::before {
  content: "";
}
.fa-walkie-talkie::before {
  content: "";
}
.fa-file-pen::before {
  content: "";
}
.fa-file-edit::before {
  content: "";
}
.fa-receipt::before {
  content: "";
}
.fa-square-pen::before {
  content: "";
}
.fa-pen-square::before {
  content: "";
}
.fa-pencil-square::before {
  content: "";
}
.fa-suitcase-rolling::before {
  content: "";
}
.fa-person-circle-exclamation::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-battery-full::before {
  content: "";
}
.fa-battery::before {
  content: "";
}
.fa-battery-5::before {
  content: "";
}
.fa-skull-crossbones::before {
  content: "";
}
.fa-code-compare::before {
  content: "";
}
.fa-list-ul::before {
  content: "";
}
.fa-list-dots::before {
  content: "";
}
.fa-school-lock::before {
  content: "";
}
.fa-tower-cell::before {
  content: "";
}
.fa-down-long::before {
  content: "";
}
.fa-long-arrow-alt-down::before {
  content: "";
}
.fa-ranking-star::before {
  content: "";
}
.fa-chess-king::before {
  content: "";
}
.fa-person-harassing::before {
  content: "";
}
.fa-brazilian-real-sign::before {
  content: "";
}
.fa-landmark-dome::before {
  content: "";
}
.fa-landmark-alt::before {
  content: "";
}
.fa-arrow-up::before {
  content: "";
}
.fa-tv::before {
  content: "";
}
.fa-television::before {
  content: "";
}
.fa-tv-alt::before {
  content: "";
}
.fa-shrimp::before {
  content: "";
}
.fa-list-check::before {
  content: "";
}
.fa-tasks::before {
  content: "";
}
.fa-jug-detergent::before {
  content: "";
}
.fa-circle-user::before {
  content: "";
}
.fa-user-circle::before {
  content: "";
}
.fa-user-shield::before {
  content: "";
}
.fa-wind::before {
  content: "";
}
.fa-car-burst::before {
  content: "";
}
.fa-car-crash::before {
  content: "";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "";
}
.fa-snowboarding::before {
  content: "";
}
.fa-truck-fast::before {
  content: "";
}
.fa-shipping-fast::before {
  content: "";
}
.fa-fish::before {
  content: "";
}
.fa-user-graduate::before {
  content: "";
}
.fa-circle-half-stroke::before {
  content: "";
}
.fa-adjust::before {
  content: "";
}
.fa-clapperboard::before {
  content: "";
}
.fa-circle-radiation::before {
  content: "";
}
.fa-radiation-alt::before {
  content: "";
}
.fa-baseball::before {
  content: "";
}
.fa-baseball-ball::before {
  content: "";
}
.fa-jet-fighter-up::before {
  content: "";
}
.fa-diagram-project::before {
  content: "";
}
.fa-project-diagram::before {
  content: "";
}
.fa-copy::before {
  content: "";
}
.fa-volume-xmark::before {
  content: "";
}
.fa-volume-mute::before {
  content: "";
}
.fa-volume-times::before {
  content: "";
}
.fa-hand-sparkles::before {
  content: "";
}
.fa-grip::before {
  content: "";
}
.fa-grip-horizontal::before {
  content: "";
}
.fa-share-from-square::before {
  content: "";
}
.fa-share-square::before {
  content: "";
}
.fa-child-combatant::before {
  content: "";
}
.fa-child-rifle::before {
  content: "";
}
.fa-gun::before {
  content: "";
}
.fa-square-phone::before {
  content: "";
}
.fa-phone-square::before {
  content: "";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "";
}
.fa-computer::before {
  content: "";
}
.fa-xmark::before {
  content: "";
}
.fa-close::before {
  content: "";
}
.fa-multiply::before {
  content: "";
}
.fa-remove::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-arrows-up-down-left-right::before {
  content: "";
}
.fa-arrows::before {
  content: "";
}
.fa-chalkboard-user::before {
  content: "";
}
.fa-chalkboard-teacher::before {
  content: "";
}
.fa-peso-sign::before {
  content: "";
}
.fa-building-shield::before {
  content: "";
}
.fa-baby::before {
  content: "";
}
.fa-users-line::before {
  content: "";
}
.fa-quote-left::before {
  content: "";
}
.fa-quote-left-alt::before {
  content: "";
}
.fa-tractor::before {
  content: "";
}
.fa-trash-arrow-up::before {
  content: "";
}
.fa-trash-restore::before {
  content: "";
}
.fa-arrow-down-up-lock::before {
  content: "";
}
.fa-lines-leaning::before {
  content: "";
}
.fa-ruler-combined::before {
  content: "";
}
.fa-copyright::before {
  content: "";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "";
}
.fa-teeth::before {
  content: "";
}
.fa-shekel-sign::before {
  content: "";
}
.fa-ils::before {
  content: "";
}
.fa-shekel::before {
  content: "";
}
.fa-sheqel::before {
  content: "";
}
.fa-sheqel-sign::before {
  content: "";
}
.fa-map::before {
  content: "";
}
.fa-rocket::before {
  content: "";
}
.fa-photo-film::before {
  content: "";
}
.fa-photo-video::before {
  content: "";
}
.fa-folder-minus::before {
  content: "";
}
.fa-store::before {
  content: "";
}
.fa-arrow-trend-up::before {
  content: "";
}
.fa-plug-circle-minus::before {
  content: "";
}
.fa-sign-hanging::before {
  content: "";
}
.fa-sign::before {
  content: "";
}
.fa-bezier-curve::before {
  content: "";
}
.fa-bell-slash::before {
  content: "";
}
.fa-tablet::before {
  content: "";
}
.fa-tablet-android::before {
  content: "";
}
.fa-school-flag::before {
  content: "";
}
.fa-fill::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-drumstick-bite::before {
  content: "";
}
.fa-holly-berry::before {
  content: "";
}
.fa-chevron-left::before {
  content: "";
}
.fa-bacteria::before {
  content: "";
}
.fa-hand-lizard::before {
  content: "";
}
.fa-notdef::before {
  content: "";
}
.fa-disease::before {
  content: "";
}
.fa-briefcase-medical::before {
  content: "";
}
.fa-genderless::before {
  content: "";
}
.fa-chevron-right::before {
  content: "";
}
.fa-retweet::before {
  content: "";
}
.fa-car-rear::before {
  content: "";
}
.fa-car-alt::before {
  content: "";
}
.fa-pump-soap::before {
  content: "";
}
.fa-video-slash::before {
  content: "";
}
.fa-battery-quarter::before {
  content: "";
}
.fa-battery-2::before {
  content: "";
}
.fa-radio::before {
  content: "";
}
.fa-baby-carriage::before {
  content: "";
}
.fa-carriage-baby::before {
  content: "";
}
.fa-traffic-light::before {
  content: "";
}
.fa-thermometer::before {
  content: "";
}
.fa-vr-cardboard::before {
  content: "";
}
.fa-hand-middle-finger::before {
  content: "";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "";
}
.fa-glass-water-droplet::before {
  content: "";
}
.fa-display::before {
  content: "";
}
.fa-face-smile::before {
  content: "";
}
.fa-smile::before {
  content: "";
}
.fa-thumbtack::before {
  content: "";
}
.fa-thumb-tack::before {
  content: "";
}
.fa-trophy::before {
  content: "";
}
.fa-person-praying::before {
  content: "";
}
.fa-pray::before {
  content: "";
}
.fa-hammer::before {
  content: "";
}
.fa-hand-peace::before {
  content: "";
}
.fa-rotate::before {
  content: "";
}
.fa-sync-alt::before {
  content: "";
}
.fa-spinner::before {
  content: "";
}
.fa-robot::before {
  content: "";
}
.fa-peace::before {
  content: "";
}
.fa-gears::before {
  content: "";
}
.fa-cogs::before {
  content: "";
}
.fa-warehouse::before {
  content: "";
}
.fa-arrow-up-right-dots::before {
  content: "";
}
.fa-splotch::before {
  content: "";
}
.fa-face-grin-hearts::before {
  content: "";
}
.fa-grin-hearts::before {
  content: "";
}
.fa-dice-four::before {
  content: "";
}
.fa-sim-card::before {
  content: "";
}
.fa-transgender::before {
  content: "";
}
.fa-transgender-alt::before {
  content: "";
}
.fa-mercury::before {
  content: "";
}
.fa-arrow-turn-down::before {
  content: "";
}
.fa-level-down::before {
  content: "";
}
.fa-person-falling-burst::before {
  content: "";
}
.fa-award::before {
  content: "";
}
.fa-ticket-simple::before {
  content: "";
}
.fa-ticket-alt::before {
  content: "";
}
.fa-building::before {
  content: "";
}
.fa-angles-left::before {
  content: "";
}
.fa-angle-double-left::before {
  content: "";
}
.fa-qrcode::before {
  content: "";
}
.fa-clock-rotate-left::before {
  content: "";
}
.fa-history::before {
  content: "";
}
.fa-face-grin-beam-sweat::before {
  content: "";
}
.fa-grin-beam-sweat::before {
  content: "";
}
.fa-file-export::before {
  content: "";
}
.fa-arrow-right-from-file::before {
  content: "";
}
.fa-shield::before {
  content: "";
}
.fa-shield-blank::before {
  content: "";
}
.fa-arrow-up-short-wide::before {
  content: "";
}
.fa-sort-amount-up-alt::before {
  content: "";
}
.fa-house-medical::before {
  content: "";
}
.fa-golf-ball-tee::before {
  content: "";
}
.fa-golf-ball::before {
  content: "";
}
.fa-circle-chevron-left::before {
  content: "";
}
.fa-chevron-circle-left::before {
  content: "";
}
.fa-house-chimney-window::before {
  content: "";
}
.fa-pen-nib::before {
  content: "";
}
.fa-tent-arrow-turn-left::before {
  content: "";
}
.fa-tents::before {
  content: "";
}
.fa-wand-magic::before {
  content: "";
}
.fa-magic::before {
  content: "";
}
.fa-dog::before {
  content: "";
}
.fa-carrot::before {
  content: "";
}
.fa-moon::before {
  content: "";
}
.fa-wine-glass-empty::before {
  content: "";
}
.fa-wine-glass-alt::before {
  content: "";
}
.fa-cheese::before {
  content: "";
}
.fa-yin-yang::before {
  content: "";
}
.fa-music::before {
  content: "";
}
.fa-code-commit::before {
  content: "";
}
.fa-temperature-low::before {
  content: "";
}
.fa-person-biking::before {
  content: "";
}
.fa-biking::before {
  content: "";
}
.fa-broom::before {
  content: "";
}
.fa-shield-heart::before {
  content: "";
}
.fa-gopuram::before {
  content: "";
}
.fa-earth-oceania::before {
  content: "";
}
.fa-globe-oceania::before {
  content: "";
}
.fa-square-xmark::before {
  content: "";
}
.fa-times-square::before {
  content: "";
}
.fa-xmark-square::before {
  content: "";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "";
}
.fa-expand-alt::before {
  content: "";
}
.fa-oil-can::before {
  content: "";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "";
}
.fa-chart-column::before {
  content: "";
}
.fa-infinity::before {
  content: "";
}
.fa-vial-circle-check::before {
  content: "";
}
.fa-person-arrow-down-to-line::before {
  content: "";
}
.fa-voicemail::before {
  content: "";
}
.fa-fan::before {
  content: "";
}
.fa-person-walking-luggage::before {
  content: "";
}
.fa-up-down::before {
  content: "";
}
.fa-arrows-alt-v::before {
  content: "";
}
.fa-cloud-moon-rain::before {
  content: "";
}
.fa-calendar::before {
  content: "";
}
.fa-trailer::before {
  content: "";
}
.fa-bahai::before {
  content: "";
}
.fa-haykal::before {
  content: "";
}
.fa-sd-card::before {
  content: "";
}
.fa-dragon::before {
  content: "";
}
.fa-shoe-prints::before {
  content: "";
}
.fa-circle-plus::before {
  content: "";
}
.fa-plus-circle::before {
  content: "";
}
.fa-face-grin-tongue-wink::before {
  content: "";
}
.fa-grin-tongue-wink::before {
  content: "";
}
.fa-hand-holding::before {
  content: "";
}
.fa-plug-circle-exclamation::before {
  content: "";
}
.fa-link-slash::before {
  content: "";
}
.fa-chain-broken::before {
  content: "";
}
.fa-chain-slash::before {
  content: "";
}
.fa-unlink::before {
  content: "";
}
.fa-clone::before {
  content: "";
}
.fa-person-walking-arrow-loop-left::before {
  content: "";
}
.fa-arrow-up-z-a::before {
  content: "";
}
.fa-sort-alpha-up-alt::before {
  content: "";
}
.fa-fire-flame-curved::before {
  content: "";
}
.fa-fire-alt::before {
  content: "";
}
.fa-tornado::before {
  content: "";
}
.fa-file-circle-plus::before {
  content: "";
}
.fa-book-quran::before {
  content: "";
}
.fa-quran::before {
  content: "";
}
.fa-anchor::before {
  content: "";
}
.fa-border-all::before {
  content: "";
}
.fa-face-angry::before {
  content: "";
}
.fa-angry::before {
  content: "";
}
.fa-cookie-bite::before {
  content: "";
}
.fa-arrow-trend-down::before {
  content: "";
}
.fa-rss::before {
  content: "";
}
.fa-feed::before {
  content: "";
}
.fa-draw-polygon::before {
  content: "";
}
.fa-scale-balanced::before {
  content: "";
}
.fa-balance-scale::before {
  content: "";
}
.fa-gauge-simple-high::before {
  content: "";
}
.fa-tachometer::before {
  content: "";
}
.fa-tachometer-fast::before {
  content: "";
}
.fa-shower::before {
  content: "";
}
.fa-desktop::before {
  content: "";
}
.fa-desktop-alt::before {
  content: "";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "";
}
.fa-th-list::before {
  content: "";
}
.fa-comment-sms::before {
  content: "";
}
.fa-sms::before {
  content: "";
}
.fa-book::before {
  content: "";
}
.fa-user-plus::before {
  content: "";
}
.fa-check::before {
  content: "";
}
.fa-battery-three-quarters::before {
  content: "";
}
.fa-battery-4::before {
  content: "";
}
.fa-house-circle-check::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-diagram-successor::before {
  content: "";
}
.fa-truck-arrow-right::before {
  content: "";
}
.fa-arrows-split-up-and-left::before {
  content: "";
}
.fa-hand-fist::before {
  content: "";
}
.fa-fist-raised::before {
  content: "";
}
.fa-cloud-moon::before {
  content: "";
}
.fa-briefcase::before {
  content: "";
}
.fa-person-falling::before {
  content: "";
}
.fa-image-portrait::before {
  content: "";
}
.fa-portrait::before {
  content: "";
}
.fa-user-tag::before {
  content: "";
}
.fa-rug::before {
  content: "";
}
.fa-earth-europe::before {
  content: "";
}
.fa-globe-europe::before {
  content: "";
}
.fa-cart-flatbed-suitcase::before {
  content: "";
}
.fa-luggage-cart::before {
  content: "";
}
.fa-rectangle-xmark::before {
  content: "";
}
.fa-rectangle-times::before {
  content: "";
}
.fa-times-rectangle::before {
  content: "";
}
.fa-window-close::before {
  content: "";
}
.fa-baht-sign::before {
  content: "";
}
.fa-book-open::before {
  content: "";
}
.fa-book-journal-whills::before {
  content: "";
}
.fa-journal-whills::before {
  content: "";
}
.fa-handcuffs::before {
  content: "";
}
.fa-triangle-exclamation::before {
  content: "";
}
.fa-exclamation-triangle::before {
  content: "";
}
.fa-warning::before {
  content: "";
}
.fa-database::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-arrow-turn-right::before {
  content: "";
}
.fa-mail-forward::before {
  content: "";
}
.fa-bottle-droplet::before {
  content: "";
}
.fa-mask-face::before {
  content: "";
}
.fa-hill-rockslide::before {
  content: "";
}
.fa-right-left::before {
  content: "";
}
.fa-exchange-alt::before {
  content: "";
}
.fa-paper-plane::before {
  content: "";
}
.fa-road-circle-exclamation::before {
  content: "";
}
.fa-dungeon::before {
  content: "";
}
.fa-align-right::before {
  content: "";
}
.fa-money-bill-1-wave::before {
  content: "";
}
.fa-money-bill-wave-alt::before {
  content: "";
}
.fa-life-ring::before {
  content: "";
}
.fa-hands::before {
  content: "";
}
.fa-sign-language::before {
  content: "";
}
.fa-signing::before {
  content: "";
}
.fa-calendar-day::before {
  content: "";
}
.fa-water-ladder::before {
  content: "";
}
.fa-ladder-water::before {
  content: "";
}
.fa-swimming-pool::before {
  content: "";
}
.fa-arrows-up-down::before {
  content: "";
}
.fa-arrows-v::before {
  content: "";
}
.fa-face-grimace::before {
  content: "";
}
.fa-grimace::before {
  content: "";
}
.fa-wheelchair-move::before {
  content: "";
}
.fa-wheelchair-alt::before {
  content: "";
}
.fa-turn-down::before {
  content: "";
}
.fa-level-down-alt::before {
  content: "";
}
.fa-person-walking-arrow-right::before {
  content: "";
}
.fa-square-envelope::before {
  content: "";
}
.fa-envelope-square::before {
  content: "";
}
.fa-dice::before {
  content: "";
}
.fa-bowling-ball::before {
  content: "";
}
.fa-brain::before {
  content: "";
}
.fa-bandage::before {
  content: "";
}
.fa-band-aid::before {
  content: "";
}
.fa-calendar-minus::before {
  content: "";
}
.fa-circle-xmark::before {
  content: "";
}
.fa-times-circle::before {
  content: "";
}
.fa-xmark-circle::before {
  content: "";
}
.fa-gifts::before {
  content: "";
}
.fa-hotel::before {
  content: "";
}
.fa-earth-asia::before {
  content: "";
}
.fa-globe-asia::before {
  content: "";
}
.fa-id-card-clip::before {
  content: "";
}
.fa-id-card-alt::before {
  content: "";
}
.fa-magnifying-glass-plus::before {
  content: "";
}
.fa-search-plus::before {
  content: "";
}
.fa-thumbs-up::before {
  content: "";
}
.fa-user-clock::before {
  content: "";
}
.fa-hand-dots::before {
  content: "";
}
.fa-allergies::before {
  content: "";
}
.fa-file-invoice::before {
  content: "";
}
.fa-window-minimize::before {
  content: "";
}
.fa-mug-saucer::before {
  content: "";
}
.fa-coffee::before {
  content: "";
}
.fa-brush::before {
  content: "";
}
.fa-mask::before {
  content: "";
}
.fa-magnifying-glass-minus::before {
  content: "";
}
.fa-search-minus::before {
  content: "";
}
.fa-ruler-vertical::before {
  content: "";
}
.fa-user-large::before {
  content: "";
}
.fa-user-alt::before {
  content: "";
}
.fa-train-tram::before {
  content: "";
}
.fa-user-nurse::before {
  content: "";
}
.fa-syringe::before {
  content: "";
}
.fa-cloud-sun::before {
  content: "";
}
.fa-stopwatch-20::before {
  content: "";
}
.fa-square-full::before {
  content: "";
}
.fa-magnet::before {
  content: "";
}
.fa-jar::before {
  content: "";
}
.fa-note-sticky::before {
  content: "";
}
.fa-sticky-note::before {
  content: "";
}
.fa-bug-slash::before {
  content: "";
}
.fa-arrow-up-from-water-pump::before {
  content: "";
}
.fa-bone::before {
  content: "";
}
.fa-user-injured::before {
  content: "";
}
.fa-face-sad-tear::before {
  content: "";
}
.fa-sad-tear::before {
  content: "";
}
.fa-plane::before {
  content: "";
}
.fa-tent-arrows-down::before {
  content: "";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "";
}
.fa-print::before {
  content: "";
}
.fa-turkish-lira-sign::before {
  content: "";
}
.fa-try::before {
  content: "";
}
.fa-turkish-lira::before {
  content: "";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "";
}
.fa-search-dollar::before {
  content: "";
}
.fa-users-gear::before {
  content: "";
}
.fa-users-cog::before {
  content: "";
}
.fa-person-military-pointing::before {
  content: "";
}
.fa-building-columns::before {
  content: "";
}
.fa-bank::before {
  content: "";
}
.fa-institution::before {
  content: "";
}
.fa-museum::before {
  content: "";
}
.fa-university::before {
  content: "";
}
.fa-umbrella::before {
  content: "";
}
.fa-trowel::before {
  content: "";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "";
}
.fa-masks-theater::before {
  content: "";
}
.fa-theater-masks::before {
  content: "";
}
.fa-kip-sign::before {
  content: "";
}
.fa-hand-point-left::before {
  content: "";
}
.fa-handshake-simple::before {
  content: "";
}
.fa-handshake-alt::before {
  content: "";
}
.fa-jet-fighter::before {
  content: "";
}
.fa-fighter-jet::before {
  content: "";
}
.fa-square-share-nodes::before {
  content: "";
}
.fa-share-alt-square::before {
  content: "";
}
.fa-barcode::before {
  content: "";
}
.fa-plus-minus::before {
  content: "";
}
.fa-video::before {
  content: "";
}
.fa-video-camera::before {
  content: "";
}
.fa-graduation-cap::before {
  content: "";
}
.fa-mortar-board::before {
  content: "";
}
.fa-hand-holding-medical::before {
  content: "";
}
.fa-person-circle-check::before {
  content: "";
}
.fa-turn-up::before {
  content: "";
}
.fa-level-up-alt::before {
  content: "";
}
.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;
}
/* Global styles */
html {
  scroll-behavior: smooth;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  font-family: var(--ukmc-font-family);
}
.header-shrink .navigation > ul > .current-menu-item > a {
  color: #fff !important;
}
a {
  text-decoration: underline solid 1px;
  font-weight: 400;
}
.link-button a {
  text-decoration: none;
}
.bottom-footer {
  background-color: #fff;
}
.no-margin {
  margin-bottom: 0;
}
::selection {
  background-color: #3d3d3d;
  color: #fff;
}
.ukmc-list {
  margin: 0 0 10px 0;
}
.ukmc-list ul, .ukmc-list ol {
  margin: 0;
}
.ukmc-list ul li i, .ukmc-list ol li i {
  padding-right: 10px;
  color: #D79C5F;
}
.ukmc-list .title {
  padding: 0;
  margin: 5px 0;
  font-weight: 400;
}
/* Cookie */
.cookies-infobar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
}
.cookies-infobar .accepted {
  display: none;
}
.cookies-infobar .wrapper {
  margin: 10px;
}
.cookies-infobar a {
  color: inherit;
}
.cookies-infobar .btn {
  display: inline-block;
  padding: 5px 10px;
  background: #0d9999;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}
/* Section Titles */
.section-title {
  margin: 5px 0;
  color: #E87A04;
  padding: 0;
  text-align: center;
  font-size: 4em;
  font-weight: 500;
}
.section-container {
  margin: 10px 0;
  overflow: auto;
}
.section-container .section-content:first-of-type {
  padding: 10px 0 0 0;
}
.section-container .section-content {
  padding: 25px 0 0 0;
}
.section-container .section-content .block {
  scroll-margin-top: 50px;
  margin: 0;
  padding: 10px 0;
}
.section-container .section-content .title {
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
}
.section-container .section-content .title i {
  font-size: 1.5em;
  padding-right: 10px;
  color: #E87A04;
}
.section-container .section-content article {
  margin-bottom: 20px;
}
.section-container .section-content article p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.section-container .section-content h3, .section-container .section-content h4 {
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 5px;
  border-bottom: 2px #E87A04 solid;
}
.section-container .section-content h3 {
  font-size: 1.3em;
}
.section-container .section-content h4 {
  font-size: 1.1em;
}
.section-container .section-accordion {
  margin: 5px 0;
  padding: 5px 0 0 0;
  border: none;
  background-color: #fafafa;
  box-shadow: 3px 5px 5px -4px rgba(0, 0, 0, 0.4);
  border-radius: 0.25em;
  border-top: 0.5px #e6e6e6 solid;
  border-right: 0.5px #e6e6e6 solid;
  border-left: 5px #E87A04 solid;
}
.section-container .section-accordion .title {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.section-container .section-accordion .title i {
  font-size: 1.5em;
  padding-right: 10px;
  color: #E87A04;
}
.section-container .section-accordion .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}
.section-container .section-accordion button {
  display: inline-flex;
  margin: 0;
  padding: 10px;
  background-color: inherit;
  color: #3d3d3d;
}
.section-container .section-accordion button:not(.collapsed) {
  color: #3d3d3d;
  box-shadow: none;
}
.section-container .section-accordion button:focus {
  border: none;
  box-shadow: none;
}
.section-container .section-accordion button:after, .section-container .section-accordion button :not(.collapsed)::after {
  width: 0;
  height: 0;
  margin-left: 0;
  background-image: none;
}
.section-container .section-accordion button:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  font: var(--fa-font-regular);
  transition: transform 0.2s ease-in-out;
}
.section-container .section-accordion button:not(.collapsed)::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font: var(--fa-font-solid);
}
.section-container .section-accordion .content {
  padding: 10px;
}
/*About Tabs*/
.tabs {
  height: 360px;
  padding: 30px 20px;
  overflow: hidden;
}
.tabs .tab-header {
  float: left;
  width: 180px;
  height: 100%;
  border-right: 1px solid #ccc;
  padding: 20px 0px;
}
.tabs .tab-header > div {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  cursor: pointer;
  padding-left: 10px;
}
.tabs .tab-header > div:hover, .tabs .tab-header > div.active {
  color: #E87A04;
}
.tabs .tab-header div i {
  display: inline-block;
  margin: 0px 10px;
}
.tabs .tab-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.tabs .tab-content ul, .tabs .tab-content ol {
  margin: 0;
}
.tabs .tab-content ul li i, .tabs .tab-content ol li i {
  padding-right: 10px;
  color: #D79C5F;
}
.tabs .tab-content-header {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1.5em;
  padding-right: 10px;
}
.tabs .tab-content > div {
  position: absolute;
  padding: 20px 20px;
  top: -200%;
  transition: all 500ms ease-in-out;
}
.tabs .tab-content p {
  padding-top: 10px;
  margin: 0;
  line-height: 1.5em;
}
.tabs .tab-content > div.active {
  top: 0px;
}
.tabs .tab-indicator {
  position: absolute;
  width: 4px;
  height: 50px;
  background: #E87A04;
  left: 216px;
  top: 218px;
  transition: all 500ms ease-in-out;
}
@media (max-device-width: 988px) {
  .tabs {
    overflow: visible;
    height: auto;
  }
  .tabs .tab-indicator, .tabs .tab-header {
    display: None;
  }
  .tabs .tab-content {
    position: relative;
    top: 0px;
    overflow: visible;
  }
  .tabs .tab-content > div {
    position: relative;
    top: 0px;
  }
}
/* Timeline */
.timeline-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .icon {
  margin-bottom: 30px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2em;
  color: #3d3d3d;
  text-align: center;
  width: 100%;
}
.timeline .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
}
.timeline .status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 47%;
}
.timeline .status h4 {
  margin-top: 15px;
}
.timeline .status span {
  display: flex;
  flex-direction: column;
}
.timeline .timeline-desc {
  padding: 0 40px;
  text-align: center;
}
.timeline li.complete .status {
  border-top: 2px solid #E87A04;
}
.timeline li.complete .status:before {
  background-color: #E87A04;
  border: none;
}
@media (min-device-width: 320px) and (max-device-width: 768px) {
  .timeline {
    list-style-type: none;
    display: flex;
    flex-direction: column;
  }
  .timeline .status, .timeline .timeline-desc {
    text-align: center;
    display: flex;
  }
  .li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
  }
  .icon {
    width: 100px;
  }
  .icon .status:before {
    left: -8%;
    top: 30%;
  }
}
/* Paragraph Ordered Lists */
.subItem p {
  line-height: 1em;
}
.subItem li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.subItem li.bullet {
  list-style: disc inside;
  padding-left: 10px;
}
/* Contact Form */
.wpforms-container-full input[type=radio] + label {
  font-size: 1em !important;
}
.wpforms-form .wpforms-field-label {
  font-size: 1em !important;
  color: #3d3d3d !important;
  margin: 0 0 5px 0 !important;
}
.wpforms-form .wpforms-field-sublabel {
  font-size: 0.75em !important;
  color: #3d3d3d;
}
.wpforms-form .wpforms-field {
  padding: 8px 0 !important;
}
.wpforms-form .wpforms-field > input, .wpforms-form .wpforms-field .wpforms-field-row-block > input {
  height: 30px !important;
  font-size: 1em !important;
}
.wpforms-form .wpforms-field > ul {
  font-size: 1em !important;
}
.wpforms-form .wpforms-field.wpforms-field-radio ul li input {
  width: 1em !important;
}
.wpforms-form input[type=submit], .wpforms-form button[type=submit] {
  background-color: #0B3C60 !important;
  border: 1px solid #ebebeb !important;
  color: #fff !important;
  font-size: 1em !important;
  padding: 10px 15px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: #359632 !important;
  border: 1px solid #2a7828 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p {
  color: #fff !important;
}
/* Blog */
.categories {
  font-weight: normal;
  line-height: 1em;
}
.categories h4 {
  border-bottom: 2px #E87A04 solid;
}
.categories ::marker {
  display: none !important;
}
/* FontAwesome Redirects */
/* Colors */
--ukmc-font-family: "Roboto";
/* FontAwesome Redirects */
/* Colors */
--ukmc-font-family: "Roboto";
.footer-07 a, .footer-07 li {
  color: #3d3d3d;
}
.footer-07 p {
  color: #3d3d3d;
}
.footer-07 h4 {
  text-transform: uppercase;
  font-weight: 500;
}
.footer-07 div > img {
  margin: 0 0 5px 0;
  max-width: 150px !important;
}
.footer-07 .logo {
  line-height: 1em;
}
.footer-07 .logo li {
  padding: 8px 0;
}
.footer-07 .menu {
  margin-bottom: 30px;
}
.footer-07 .menu a {
  color: #3d3d3d;
}
.footer-07 .menu li {
  font-size: 1em;
}
.footer-07 .ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
}
.footer-07 .ftco-footer-social li a {
  background: transparent;
}
.footer-07 .ftco-footer-social li i {
  width: 20px;
  height: 20px;
}
/* FontAwesome Redirects */
/* Colors */
--ukmc-font-family: "Roboto";
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.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.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  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-bounce;
  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.28, 0.84, 0.42, 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(0.4, 0, 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(0.4, 0, 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, linear);
}
.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-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-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: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "";
}
.fa-arrows-to-circle::before {
  content: "";
}
.fa-circle-chevron-right::before {
  content: "";
}
.fa-chevron-circle-right::before {
  content: "";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "";
}
.fa-trash-alt::before {
  content: "";
}
.fa-text-height::before {
  content: "";
}
.fa-user-xmark::before {
  content: "";
}
.fa-user-times::before {
  content: "";
}
.fa-stethoscope::before {
  content: "";
}
.fa-message::before {
  content: "";
}
.fa-comment-alt::before {
  content: "";
}
.fa-info::before {
  content: "";
}
.fa-down-left-and-up-right-to-center::before {
  content: "";
}
.fa-compress-alt::before {
  content: "";
}
.fa-explosion::before {
  content: "";
}
.fa-file-lines::before {
  content: "";
}
.fa-file-alt::before {
  content: "";
}
.fa-file-text::before {
  content: "";
}
.fa-wave-square::before {
  content: "";
}
.fa-ring::before {
  content: "";
}
.fa-building-un::before {
  content: "";
}
.fa-dice-three::before {
  content: "";
}
.fa-calendar-days::before {
  content: "";
}
.fa-calendar-alt::before {
  content: "";
}
.fa-anchor-circle-check::before {
  content: "";
}
.fa-building-circle-arrow-right::before {
  content: "";
}
.fa-volleyball::before {
  content: "";
}
.fa-volleyball-ball::before {
  content: "";
}
.fa-arrows-up-to-line::before {
  content: "";
}
.fa-sort-down::before {
  content: "";
}
.fa-sort-desc::before {
  content: "";
}
.fa-circle-minus::before {
  content: "";
}
.fa-minus-circle::before {
  content: "";
}
.fa-door-open::before {
  content: "";
}
.fa-right-from-bracket::before {
  content: "";
}
.fa-sign-out-alt::before {
  content: "";
}
.fa-atom::before {
  content: "";
}
.fa-soap::before {
  content: "";
}
.fa-icons::before {
  content: "";
}
.fa-heart-music-camera-bolt::before {
  content: "";
}
.fa-microphone-lines-slash::before {
  content: "";
}
.fa-microphone-alt-slash::before {
  content: "";
}
.fa-bridge-circle-check::before {
  content: "";
}
.fa-pump-medical::before {
  content: "";
}
.fa-fingerprint::before {
  content: "";
}
.fa-hand-point-right::before {
  content: "";
}
.fa-magnifying-glass-location::before {
  content: "";
}
.fa-search-location::before {
  content: "";
}
.fa-forward-step::before {
  content: "";
}
.fa-step-forward::before {
  content: "";
}
.fa-face-smile-beam::before {
  content: "";
}
.fa-smile-beam::before {
  content: "";
}
.fa-flag-checkered::before {
  content: "";
}
.fa-football::before {
  content: "";
}
.fa-football-ball::before {
  content: "";
}
.fa-school-circle-exclamation::before {
  content: "";
}
.fa-crop::before {
  content: "";
}
.fa-angles-down::before {
  content: "";
}
.fa-angle-double-down::before {
  content: "";
}
.fa-users-rectangle::before {
  content: "";
}
.fa-people-roof::before {
  content: "";
}
.fa-people-line::before {
  content: "";
}
.fa-beer-mug-empty::before {
  content: "";
}
.fa-beer::before {
  content: "";
}
.fa-diagram-predecessor::before {
  content: "";
}
.fa-arrow-up-long::before {
  content: "";
}
.fa-long-arrow-up::before {
  content: "";
}
.fa-fire-flame-simple::before {
  content: "";
}
.fa-burn::before {
  content: "";
}
.fa-person::before {
  content: "";
}
.fa-male::before {
  content: "";
}
.fa-laptop::before {
  content: "";
}
.fa-file-csv::before {
  content: "";
}
.fa-menorah::before {
  content: "";
}
.fa-truck-plane::before {
  content: "";
}
.fa-record-vinyl::before {
  content: "";
}
.fa-face-grin-stars::before {
  content: "";
}
.fa-grin-stars::before {
  content: "";
}
.fa-bong::before {
  content: "";
}
.fa-spaghetti-monster-flying::before {
  content: "";
}
.fa-pastafarianism::before {
  content: "";
}
.fa-arrow-down-up-across-line::before {
  content: "";
}
.fa-spoon::before {
  content: "";
}
.fa-utensil-spoon::before {
  content: "";
}
.fa-jar-wheat::before {
  content: "";
}
.fa-envelopes-bulk::before {
  content: "";
}
.fa-mail-bulk::before {
  content: "";
}
.fa-file-circle-exclamation::before {
  content: "";
}
.fa-circle-h::before {
  content: "";
}
.fa-hospital-symbol::before {
  content: "";
}
.fa-pager::before {
  content: "";
}
.fa-address-book::before {
  content: "";
}
.fa-contact-book::before {
  content: "";
}
.fa-strikethrough::before {
  content: "";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "";
}
.fa-pencil::before {
  content: "";
}
.fa-pencil-alt::before {
  content: "";
}
.fa-backward::before {
  content: "";
}
.fa-caret-right::before {
  content: "";
}
.fa-comments::before {
  content: "";
}
.fa-paste::before {
  content: "";
}
.fa-file-clipboard::before {
  content: "";
}
.fa-code-pull-request::before {
  content: "";
}
.fa-clipboard-list::before {
  content: "";
}
.fa-truck-ramp-box::before {
  content: "";
}
.fa-truck-loading::before {
  content: "";
}
.fa-user-check::before {
  content: "";
}
.fa-vial-virus::before {
  content: "";
}
.fa-sheet-plastic::before {
  content: "";
}
.fa-blog::before {
  content: "";
}
.fa-user-ninja::before {
  content: "";
}
.fa-person-arrow-up-from-line::before {
  content: "";
}
.fa-scroll-torah::before {
  content: "";
}
.fa-torah::before {
  content: "";
}
.fa-broom-ball::before {
  content: "";
}
.fa-quidditch::before {
  content: "";
}
.fa-quidditch-broom-ball::before {
  content: "";
}
.fa-toggle-off::before {
  content: "";
}
.fa-box-archive::before {
  content: "";
}
.fa-archive::before {
  content: "";
}
.fa-person-drowning::before {
  content: "";
}
.fa-arrow-down-9-1::before {
  content: "";
}
.fa-sort-numeric-desc::before {
  content: "";
}
.fa-sort-numeric-down-alt::before {
  content: "";
}
.fa-face-grin-tongue-squint::before {
  content: "";
}
.fa-grin-tongue-squint::before {
  content: "";
}
.fa-spray-can::before {
  content: "";
}
.fa-truck-monster::before {
  content: "";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "";
}
.fa-globe-africa::before {
  content: "";
}
.fa-rainbow::before {
  content: "";
}
.fa-circle-notch::before {
  content: "";
}
.fa-tablet-screen-button::before {
  content: "";
}
.fa-tablet-alt::before {
  content: "";
}
.fa-paw::before {
  content: "";
}
.fa-cloud::before {
  content: "";
}
.fa-trowel-bricks::before {
  content: "";
}
.fa-face-flushed::before {
  content: "";
}
.fa-flushed::before {
  content: "";
}
.fa-hospital-user::before {
  content: "";
}
.fa-tent-arrow-left-right::before {
  content: "";
}
.fa-gavel::before {
  content: "";
}
.fa-legal::before {
  content: "";
}
.fa-binoculars::before {
  content: "";
}
.fa-microphone-slash::before {
  content: "";
}
.fa-box-tissue::before {
  content: "";
}
.fa-motorcycle::before {
  content: "";
}
.fa-bell-concierge::before {
  content: "";
}
.fa-concierge-bell::before {
  content: "";
}
.fa-pen-ruler::before {
  content: "";
}
.fa-pencil-ruler::before {
  content: "";
}
.fa-people-arrows::before {
  content: "";
}
.fa-people-arrows-left-right::before {
  content: "";
}
.fa-mars-and-venus-burst::before {
  content: "";
}
.fa-square-caret-right::before {
  content: "";
}
.fa-caret-square-right::before {
  content: "";
}
.fa-scissors::before {
  content: "";
}
.fa-cut::before {
  content: "";
}
.fa-sun-plant-wilt::before {
  content: "";
}
.fa-toilets-portable::before {
  content: "";
}
.fa-hockey-puck::before {
  content: "";
}
.fa-table::before {
  content: "";
}
.fa-magnifying-glass-arrow-right::before {
  content: "";
}
.fa-tachograph-digital::before {
  content: "";
}
.fa-digital-tachograph::before {
  content: "";
}
.fa-users-slash::before {
  content: "";
}
.fa-clover::before {
  content: "";
}
.fa-reply::before {
  content: "";
}
.fa-mail-reply::before {
  content: "";
}
.fa-star-and-crescent::before {
  content: "";
}
.fa-house-fire::before {
  content: "";
}
.fa-square-minus::before {
  content: "";
}
.fa-minus-square::before {
  content: "";
}
.fa-helicopter::before {
  content: "";
}
.fa-compass::before {
  content: "";
}
.fa-square-caret-down::before {
  content: "";
}
.fa-caret-square-down::before {
  content: "";
}
.fa-file-circle-question::before {
  content: "";
}
.fa-laptop-code::before {
  content: "";
}
.fa-swatchbook::before {
  content: "";
}
.fa-prescription-bottle::before {
  content: "";
}
.fa-bars::before {
  content: "";
}
.fa-navicon::before {
  content: "";
}
.fa-people-group::before {
  content: "";
}
.fa-hourglass-end::before {
  content: "";
}
.fa-hourglass-3::before {
  content: "";
}
.fa-heart-crack::before {
  content: "";
}
.fa-heart-broken::before {
  content: "";
}
.fa-square-up-right::before {
  content: "";
}
.fa-external-link-square-alt::before {
  content: "";
}
.fa-face-kiss-beam::before {
  content: "";
}
.fa-kiss-beam::before {
  content: "";
}
.fa-film::before {
  content: "";
}
.fa-ruler-horizontal::before {
  content: "";
}
.fa-people-robbery::before {
  content: "";
}
.fa-lightbulb::before {
  content: "";
}
.fa-caret-left::before {
  content: "";
}
.fa-circle-exclamation::before {
  content: "";
}
.fa-exclamation-circle::before {
  content: "";
}
.fa-school-circle-xmark::before {
  content: "";
}
.fa-arrow-right-from-bracket::before {
  content: "";
}
.fa-sign-out::before {
  content: "";
}
.fa-circle-chevron-down::before {
  content: "";
}
.fa-chevron-circle-down::before {
  content: "";
}
.fa-unlock-keyhole::before {
  content: "";
}
.fa-unlock-alt::before {
  content: "";
}
.fa-cloud-showers-heavy::before {
  content: "";
}
.fa-headphones-simple::before {
  content: "";
}
.fa-headphones-alt::before {
  content: "";
}
.fa-sitemap::before {
  content: "";
}
.fa-circle-dollar-to-slot::before {
  content: "";
}
.fa-donate::before {
  content: "";
}
.fa-memory::before {
  content: "";
}
.fa-road-spikes::before {
  content: "";
}
.fa-fire-burner::before {
  content: "";
}
.fa-flag::before {
  content: "";
}
.fa-hanukiah::before {
  content: "";
}
.fa-feather::before {
  content: "";
}
.fa-volume-low::before {
  content: "";
}
.fa-volume-down::before {
  content: "";
}
.fa-comment-slash::before {
  content: "";
}
.fa-cloud-sun-rain::before {
  content: "";
}
.fa-compress::before {
  content: "";
}
.fa-wheat-awn::before {
  content: "";
}
.fa-wheat-alt::before {
  content: "";
}
.fa-ankh::before {
  content: "";
}
.fa-hands-holding-child::before {
  content: "";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "";
}
.fa-check-square::before {
  content: "";
}
.fa-peseta-sign::before {
  content: "";
}
.fa-heading::before {
  content: "";
}
.fa-header::before {
  content: "";
}
.fa-ghost::before {
  content: "";
}
.fa-list::before {
  content: "";
}
.fa-list-squares::before {
  content: "";
}
.fa-square-phone-flip::before {
  content: "";
}
.fa-phone-square-alt::before {
  content: "";
}
.fa-cart-plus::before {
  content: "";
}
.fa-gamepad::before {
  content: "";
}
.fa-circle-dot::before {
  content: "";
}
.fa-dot-circle::before {
  content: "";
}
.fa-face-dizzy::before {
  content: "";
}
.fa-dizzy::before {
  content: "";
}
.fa-egg::before {
  content: "";
}
.fa-house-medical-circle-xmark::before {
  content: "";
}
.fa-campground::before {
  content: "";
}
.fa-folder-plus::before {
  content: "";
}
.fa-futbol::before {
  content: "";
}
.fa-futbol-ball::before {
  content: "";
}
.fa-soccer-ball::before {
  content: "";
}
.fa-paintbrush::before {
  content: "";
}
.fa-paint-brush::before {
  content: "";
}
.fa-lock::before {
  content: "";
}
.fa-gas-pump::before {
  content: "";
}
.fa-hot-tub-person::before {
  content: "";
}
.fa-hot-tub::before {
  content: "";
}
.fa-map-location::before {
  content: "";
}
.fa-map-marked::before {
  content: "";
}
.fa-house-flood-water::before {
  content: "";
}
.fa-tree::before {
  content: "";
}
.fa-bridge-lock::before {
  content: "";
}
.fa-sack-dollar::before {
  content: "";
}
.fa-pen-to-square::before {
  content: "";
}
.fa-edit::before {
  content: "";
}
.fa-car-side::before {
  content: "";
}
.fa-share-nodes::before {
  content: "";
}
.fa-share-alt::before {
  content: "";
}
.fa-heart-circle-minus::before {
  content: "";
}
.fa-hourglass-half::before {
  content: "";
}
.fa-hourglass-2::before {
  content: "";
}
.fa-microscope::before {
  content: "";
}
.fa-sink::before {
  content: "";
}
.fa-bag-shopping::before {
  content: "";
}
.fa-shopping-bag::before {
  content: "";
}
.fa-arrow-down-z-a::before {
  content: "";
}
.fa-sort-alpha-desc::before {
  content: "";
}
.fa-sort-alpha-down-alt::before {
  content: "";
}
.fa-mitten::before {
  content: "";
}
.fa-person-rays::before {
  content: "";
}
.fa-users::before {
  content: "";
}
.fa-eye-slash::before {
  content: "";
}
.fa-flask-vial::before {
  content: "";
}
.fa-hand::before {
  content: "";
}
.fa-hand-paper::before {
  content: "";
}
.fa-om::before {
  content: "";
}
.fa-worm::before {
  content: "";
}
.fa-house-circle-xmark::before {
  content: "";
}
.fa-plug::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}
.fa-hand-spock::before {
  content: "";
}
.fa-stopwatch::before {
  content: "";
}
.fa-face-kiss::before {
  content: "";
}
.fa-kiss::before {
  content: "";
}
.fa-bridge-circle-xmark::before {
  content: "";
}
.fa-face-grin-tongue::before {
  content: "";
}
.fa-grin-tongue::before {
  content: "";
}
.fa-chess-bishop::before {
  content: "";
}
.fa-face-grin-wink::before {
  content: "";
}
.fa-grin-wink::before {
  content: "";
}
.fa-ear-deaf::before {
  content: "";
}
.fa-deaf::before {
  content: "";
}
.fa-deafness::before {
  content: "";
}
.fa-hard-of-hearing::before {
  content: "";
}
.fa-road-circle-check::before {
  content: "";
}
.fa-dice-five::before {
  content: "";
}
.fa-square-rss::before {
  content: "";
}
.fa-rss-square::before {
  content: "";
}
.fa-land-mine-on::before {
  content: "";
}
.fa-i-cursor::before {
  content: "";
}
.fa-stamp::before {
  content: "";
}
.fa-stairs::before {
  content: "";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "";
}
.fa-hryvnia::before {
  content: "";
}
.fa-pills::before {
  content: "";
}
.fa-face-grin-wide::before {
  content: "";
}
.fa-grin-alt::before {
  content: "";
}
.fa-tooth::before {
  content: "";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "";
}
.fa-bicycle::before {
  content: "";
}
.fa-staff-snake::before {
  content: "";
}
.fa-rod-asclepius::before {
  content: "";
}
.fa-rod-snake::before {
  content: "";
}
.fa-staff-aesculapius::before {
  content: "";
}
.fa-head-side-cough-slash::before {
  content: "";
}
.fa-truck-medical::before {
  content: "";
}
.fa-ambulance::before {
  content: "";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}
.fa-snowman::before {
  content: "";
}
.fa-mortar-pestle::before {
  content: "";
}
.fa-road-barrier::before {
  content: "";
}
.fa-school::before {
  content: "";
}
.fa-igloo::before {
  content: "";
}
.fa-joint::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-horse::before {
  content: "";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "";
}
.fa-temperature-half::before {
  content: "";
}
.fa-temperature-2::before {
  content: "";
}
.fa-thermometer-2::before {
  content: "";
}
.fa-thermometer-half::before {
  content: "";
}
.fa-dong-sign::before {
  content: "";
}
.fa-capsules::before {
  content: "";
}
.fa-poo-storm::before {
  content: "";
}
.fa-poo-bolt::before {
  content: "";
}
.fa-face-frown-open::before {
  content: "";
}
.fa-frown-open::before {
  content: "";
}
.fa-hand-point-up::before {
  content: "";
}
.fa-money-bill::before {
  content: "";
}
.fa-bookmark::before {
  content: "";
}
.fa-align-justify::before {
  content: "";
}
.fa-umbrella-beach::before {
  content: "";
}
.fa-helmet-un::before {
  content: "";
}
.fa-bullseye::before {
  content: "";
}
.fa-bacon::before {
  content: "";
}
.fa-hand-point-down::before {
  content: "";
}
.fa-arrow-up-from-bracket::before {
  content: "";
}
.fa-folder::before {
  content: "";
}
.fa-folder-blank::before {
  content: "";
}
.fa-file-waveform::before {
  content: "";
}
.fa-file-medical-alt::before {
  content: "";
}
.fa-radiation::before {
  content: "";
}
.fa-chart-simple::before {
  content: "";
}
.fa-mars-stroke::before {
  content: "";
}
.fa-vial::before {
  content: "";
}
.fa-gauge::before {
  content: "";
}
.fa-dashboard::before {
  content: "";
}
.fa-gauge-med::before {
  content: "";
}
.fa-tachometer-alt-average::before {
  content: "";
}
.fa-wand-magic-sparkles::before {
  content: "";
}
.fa-magic-wand-sparkles::before {
  content: "";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "";
}
.fa-pen-alt::before {
  content: "";
}
.fa-bridge-circle-exclamation::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-school-circle-check::before {
  content: "";
}
.fa-dumpster::before {
  content: "";
}
.fa-van-shuttle::before {
  content: "";
}
.fa-shuttle-van::before {
  content: "";
}
.fa-building-user::before {
  content: "";
}
.fa-square-caret-left::before {
  content: "";
}
.fa-caret-square-left::before {
  content: "";
}
.fa-highlighter::before {
  content: "";
}
.fa-key::before {
  content: "";
}
.fa-bullhorn::before {
  content: "";
}
.fa-globe::before {
  content: "";
}
.fa-synagogue::before {
  content: "";
}
.fa-person-half-dress::before {
  content: "";
}
.fa-road-bridge::before {
  content: "";
}
.fa-location-arrow::before {
  content: "";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "";
}
.fa-building-lock::before {
  content: "";
}
.fa-pizza-slice::before {
  content: "";
}
.fa-money-bill-wave::before {
  content: "";
}
.fa-chart-area::before {
  content: "";
}
.fa-area-chart::before {
  content: "";
}
.fa-house-flag::before {
  content: "";
}
.fa-person-circle-minus::before {
  content: "";
}
.fa-ban::before {
  content: "";
}
.fa-cancel::before {
  content: "";
}
.fa-camera-rotate::before {
  content: "";
}
.fa-spray-can-sparkles::before {
  content: "";
}
.fa-air-freshener::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-repeat::before {
  content: "";
}
.fa-cross::before {
  content: "";
}
.fa-box::before {
  content: "";
}
.fa-venus-mars::before {
  content: "";
}
.fa-arrow-pointer::before {
  content: "";
}
.fa-mouse-pointer::before {
  content: "";
}
.fa-maximize::before {
  content: "";
}
.fa-expand-arrows-alt::before {
  content: "";
}
.fa-charging-station::before {
  content: "";
}
.fa-shapes::before {
  content: "";
}
.fa-triangle-circle-square::before {
  content: "";
}
.fa-shuffle::before {
  content: "";
}
.fa-random::before {
  content: "";
}
.fa-person-running::before {
  content: "";
}
.fa-running::before {
  content: "";
}
.fa-mobile-retro::before {
  content: "";
}
.fa-grip-lines-vertical::before {
  content: "";
}
.fa-spider::before {
  content: "";
}
.fa-hands-bound::before {
  content: "";
}
.fa-file-invoice-dollar::before {
  content: "";
}
.fa-plane-circle-exclamation::before {
  content: "";
}
.fa-x-ray::before {
  content: "";
}
.fa-spell-check::before {
  content: "";
}
.fa-slash::before {
  content: "";
}
.fa-computer-mouse::before {
  content: "";
}
.fa-mouse::before {
  content: "";
}
.fa-arrow-right-to-bracket::before {
  content: "";
}
.fa-sign-in::before {
  content: "";
}
.fa-shop-slash::before {
  content: "";
}
.fa-store-alt-slash::before {
  content: "";
}
.fa-server::before {
  content: "";
}
.fa-virus-covid-slash::before {
  content: "";
}
.fa-shop-lock::before {
  content: "";
}
.fa-hourglass-start::before {
  content: "";
}
.fa-hourglass-1::before {
  content: "";
}
.fa-blender-phone::before {
  content: "";
}
.fa-building-wheat::before {
  content: "";
}
.fa-person-breastfeeding::before {
  content: "";
}
.fa-right-to-bracket::before {
  content: "";
}
.fa-sign-in-alt::before {
  content: "";
}
.fa-venus::before {
  content: "";
}
.fa-passport::before {
  content: "";
}
.fa-heart-pulse::before {
  content: "";
}
.fa-heartbeat::before {
  content: "";
}
.fa-people-carry-box::before {
  content: "";
}
.fa-people-carry::before {
  content: "";
}
.fa-temperature-high::before {
  content: "";
}
.fa-microchip::before {
  content: "";
}
.fa-crown::before {
  content: "";
}
.fa-weight-hanging::before {
  content: "";
}
.fa-xmarks-lines::before {
  content: "";
}
.fa-file-prescription::before {
  content: "";
}
.fa-weight-scale::before {
  content: "";
}
.fa-weight::before {
  content: "";
}
.fa-user-group::before {
  content: "";
}
.fa-user-friends::before {
  content: "";
}
.fa-arrow-up-a-z::before {
  content: "";
}
.fa-sort-alpha-up::before {
  content: "";
}
.fa-chess-knight::before {
  content: "";
}
.fa-face-laugh-squint::before {
  content: "";
}
.fa-laugh-squint::before {
  content: "";
}
.fa-wheelchair::before {
  content: "";
}
.fa-circle-arrow-up::before {
  content: "";
}
.fa-arrow-circle-up::before {
  content: "";
}
.fa-toggle-on::before {
  content: "";
}
.fa-person-walking::before {
  content: "";
}
.fa-walking::before {
  content: "";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "";
}
.fa-bed-pulse::before {
  content: "";
}
.fa-procedures::before {
  content: "";
}
.fa-shuttle-space::before {
  content: "";
}
.fa-space-shuttle::before {
  content: "";
}
.fa-face-laugh::before {
  content: "";
}
.fa-laugh::before {
  content: "";
}
.fa-folder-open::before {
  content: "";
}
.fa-heart-circle-plus::before {
  content: "";
}
.fa-code-fork::before {
  content: "";
}
.fa-city::before {
  content: "";
}
.fa-microphone-lines::before {
  content: "";
}
.fa-microphone-alt::before {
  content: "";
}
.fa-pepper-hot::before {
  content: "";
}
.fa-unlock::before {
  content: "";
}
.fa-colon-sign::before {
  content: "";
}
.fa-headset::before {
  content: "";
}
.fa-store-slash::before {
  content: "";
}
.fa-road-circle-xmark::before {
  content: "";
}
.fa-user-minus::before {
  content: "";
}
.fa-mars-stroke-up::before {
  content: "";
}
.fa-mars-stroke-v::before {
  content: "";
}
.fa-champagne-glasses::before {
  content: "";
}
.fa-glass-cheers::before {
  content: "";
}
.fa-clipboard::before {
  content: "";
}
.fa-house-circle-exclamation::before {
  content: "";
}
.fa-file-arrow-up::before {
  content: "";
}
.fa-file-upload::before {
  content: "";
}
.fa-wifi::before {
  content: "";
}
.fa-wifi-3::before {
  content: "";
}
.fa-wifi-strong::before {
  content: "";
}
.fa-bath::before {
  content: "";
}
.fa-bathtub::before {
  content: "";
}
.fa-underline::before {
  content: "";
}
.fa-user-pen::before {
  content: "";
}
.fa-user-edit::before {
  content: "";
}
.fa-signature::before {
  content: "";
}
.fa-stroopwafel::before {
  content: "";
}
.fa-bold::before {
  content: "";
}
.fa-anchor-lock::before {
  content: "";
}
.fa-building-ngo::before {
  content: "";
}
.fa-manat-sign::before {
  content: "";
}
.fa-not-equal::before {
  content: "";
}
.fa-border-top-left::before {
  content: "";
}
.fa-border-style::before {
  content: "";
}
.fa-map-location-dot::before {
  content: "";
}
.fa-map-marked-alt::before {
  content: "";
}
.fa-jedi::before {
  content: "";
}
.fa-square-poll-vertical::before {
  content: "";
}
.fa-poll::before {
  content: "";
}
.fa-mug-hot::before {
  content: "";
}
.fa-car-battery::before {
  content: "";
}
.fa-battery-car::before {
  content: "";
}
.fa-gift::before {
  content: "";
}
.fa-dice-two::before {
  content: "";
}
.fa-chess-queen::before {
  content: "";
}
.fa-glasses::before {
  content: "";
}
.fa-chess-board::before {
  content: "";
}
.fa-building-circle-check::before {
  content: "";
}
.fa-person-chalkboard::before {
  content: "";
}
.fa-mars-stroke-right::before {
  content: "";
}
.fa-mars-stroke-h::before {
  content: "";
}
.fa-hand-back-fist::before {
  content: "";
}
.fa-hand-rock::before {
  content: "";
}
.fa-square-caret-up::before {
  content: "";
}
.fa-caret-square-up::before {
  content: "";
}
.fa-cloud-showers-water::before {
  content: "";
}
.fa-chart-bar::before {
  content: "";
}
.fa-bar-chart::before {
  content: "";
}
.fa-hands-bubbles::before {
  content: "";
}
.fa-hands-wash::before {
  content: "";
}
.fa-less-than-equal::before {
  content: "";
}
.fa-train::before {
  content: "";
}
.fa-eye-low-vision::before {
  content: "";
}
.fa-low-vision::before {
  content: "";
}
.fa-crow::before {
  content: "";
}
.fa-sailboat::before {
  content: "";
}
.fa-window-restore::before {
  content: "";
}
.fa-square-plus::before {
  content: "";
}
.fa-plus-square::before {
  content: "";
}
.fa-torii-gate::before {
  content: "";
}
.fa-frog::before {
  content: "";
}
.fa-bucket::before {
  content: "";
}
.fa-image::before {
  content: "";
}
.fa-microphone::before {
  content: "";
}
.fa-cow::before {
  content: "";
}
.fa-caret-up::before {
  content: "";
}
.fa-screwdriver::before {
  content: "";
}
.fa-folder-closed::before {
  content: "";
}
.fa-house-tsunami::before {
  content: "";
}
.fa-square-nfi::before {
  content: "";
}
.fa-arrow-up-from-ground-water::before {
  content: "";
}
.fa-martini-glass::before {
  content: "";
}
.fa-glass-martini-alt::before {
  content: "";
}
.fa-rotate-left::before {
  content: "";
}
.fa-rotate-back::before {
  content: "";
}
.fa-rotate-backward::before {
  content: "";
}
.fa-undo-alt::before {
  content: "";
}
.fa-table-columns::before {
  content: "";
}
.fa-columns::before {
  content: "";
}
.fa-lemon::before {
  content: "";
}
.fa-head-side-mask::before {
  content: "";
}
.fa-handshake::before {
  content: "";
}
.fa-gem::before {
  content: "";
}
.fa-dolly::before {
  content: "";
}
.fa-dolly-box::before {
  content: "";
}
.fa-smoking::before {
  content: "";
}
.fa-minimize::before {
  content: "";
}
.fa-compress-arrows-alt::before {
  content: "";
}
.fa-monument::before {
  content: "";
}
.fa-snowplow::before {
  content: "";
}
.fa-angles-right::before {
  content: "";
}
.fa-angle-double-right::before {
  content: "";
}
.fa-cannabis::before {
  content: "";
}
.fa-circle-play::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-tablets::before {
  content: "";
}
.fa-ethernet::before {
  content: "";
}
.fa-euro-sign::before {
  content: "";
}
.fa-eur::before {
  content: "";
}
.fa-euro::before {
  content: "";
}
.fa-chair::before {
  content: "";
}
.fa-circle-check::before {
  content: "";
}
.fa-check-circle::before {
  content: "";
}
.fa-circle-stop::before {
  content: "";
}
.fa-stop-circle::before {
  content: "";
}
.fa-compass-drafting::before {
  content: "";
}
.fa-drafting-compass::before {
  content: "";
}
.fa-plate-wheat::before {
  content: "";
}
.fa-icicles::before {
  content: "";
}
.fa-person-shelter::before {
  content: "";
}
.fa-neuter::before {
  content: "";
}
.fa-id-badge::before {
  content: "";
}
.fa-marker::before {
  content: "";
}
.fa-face-laugh-beam::before {
  content: "";
}
.fa-laugh-beam::before {
  content: "";
}
.fa-helicopter-symbol::before {
  content: "";
}
.fa-universal-access::before {
  content: "";
}
.fa-circle-chevron-up::before {
  content: "";
}
.fa-chevron-circle-up::before {
  content: "";
}
.fa-lari-sign::before {
  content: "";
}
.fa-volcano::before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}
.fa-sterling-sign::before {
  content: "";
}
.fa-gbp::before {
  content: "";
}
.fa-pound-sign::before {
  content: "";
}
.fa-viruses::before {
  content: "";
}
.fa-square-person-confined::before {
  content: "";
}
.fa-user-tie::before {
  content: "";
}
.fa-arrow-down-long::before {
  content: "";
}
.fa-long-arrow-down::before {
  content: "";
}
.fa-tent-arrow-down-to-line::before {
  content: "";
}
.fa-certificate::before {
  content: "";
}
.fa-reply-all::before {
  content: "";
}
.fa-mail-reply-all::before {
  content: "";
}
.fa-suitcase::before {
  content: "";
}
.fa-person-skating::before {
  content: "";
}
.fa-skating::before {
  content: "";
}
.fa-filter-circle-dollar::before {
  content: "";
}
.fa-funnel-dollar::before {
  content: "";
}
.fa-camera-retro::before {
  content: "";
}
.fa-circle-arrow-down::before {
  content: "";
}
.fa-arrow-circle-down::before {
  content: "";
}
.fa-file-import::before {
  content: "";
}
.fa-arrow-right-to-file::before {
  content: "";
}
.fa-square-arrow-up-right::before {
  content: "";
}
.fa-external-link-square::before {
  content: "";
}
.fa-box-open::before {
  content: "";
}
.fa-scroll::before {
  content: "";
}
.fa-spa::before {
  content: "";
}
.fa-location-pin-lock::before {
  content: "";
}
.fa-pause::before {
  content: "";
}
.fa-hill-avalanche::before {
  content: "";
}
.fa-temperature-empty::before {
  content: "";
}
.fa-temperature-0::before {
  content: "";
}
.fa-thermometer-0::before {
  content: "";
}
.fa-thermometer-empty::before {
  content: "";
}
.fa-bomb::before {
  content: "";
}
.fa-registered::before {
  content: "";
}
.fa-address-card::before {
  content: "";
}
.fa-contact-card::before {
  content: "";
}
.fa-vcard::before {
  content: "";
}
.fa-scale-unbalanced-flip::before {
  content: "";
}
.fa-balance-scale-right::before {
  content: "";
}
.fa-subscript::before {
  content: "";
}
.fa-diamond-turn-right::before {
  content: "";
}
.fa-directions::before {
  content: "";
}
.fa-burst::before {
  content: "";
}
.fa-house-laptop::before {
  content: "";
}
.fa-laptop-house::before {
  content: "";
}
.fa-face-tired::before {
  content: "";
}
.fa-tired::before {
  content: "";
}
.fa-money-bills::before {
  content: "";
}
.fa-smog::before {
  content: "";
}
.fa-crutch::before {
  content: "";
}
.fa-cloud-arrow-up::before {
  content: "";
}
.fa-cloud-upload::before {
  content: "";
}
.fa-cloud-upload-alt::before {
  content: "";
}
.fa-palette::before {
  content: "";
}
.fa-arrows-turn-right::before {
  content: "";
}
.fa-vest::before {
  content: "";
}
.fa-ferry::before {
  content: "";
}
.fa-arrows-down-to-people::before {
  content: "";
}
.fa-seedling::before {
  content: "";
}
.fa-sprout::before {
  content: "";
}
.fa-left-right::before {
  content: "";
}
.fa-arrows-alt-h::before {
  content: "";
}
.fa-boxes-packing::before {
  content: "";
}
.fa-circle-arrow-left::before {
  content: "";
}
.fa-arrow-circle-left::before {
  content: "";
}
.fa-group-arrows-rotate::before {
  content: "";
}
.fa-bowl-food::before {
  content: "";
}
.fa-candy-cane::before {
  content: "";
}
.fa-arrow-down-wide-short::before {
  content: "";
}
.fa-sort-amount-asc::before {
  content: "";
}
.fa-sort-amount-down::before {
  content: "";
}
.fa-cloud-bolt::before {
  content: "";
}
.fa-thunderstorm::before {
  content: "";
}
.fa-text-slash::before {
  content: "";
}
.fa-remove-format::before {
  content: "";
}
.fa-face-smile-wink::before {
  content: "";
}
.fa-smile-wink::before {
  content: "";
}
.fa-file-word::before {
  content: "";
}
.fa-file-powerpoint::before {
  content: "";
}
.fa-arrows-left-right::before {
  content: "";
}
.fa-arrows-h::before {
  content: "";
}
.fa-house-lock::before {
  content: "";
}
.fa-cloud-arrow-down::before {
  content: "";
}
.fa-cloud-download::before {
  content: "";
}
.fa-cloud-download-alt::before {
  content: "";
}
.fa-children::before {
  content: "";
}
.fa-chalkboard::before {
  content: "";
}
.fa-blackboard::before {
  content: "";
}
.fa-user-large-slash::before {
  content: "";
}
.fa-user-alt-slash::before {
  content: "";
}
.fa-envelope-open::before {
  content: "";
}
.fa-handshake-simple-slash::before {
  content: "";
}
.fa-handshake-alt-slash::before {
  content: "";
}
.fa-mattress-pillow::before {
  content: "";
}
.fa-guarani-sign::before {
  content: "";
}
.fa-arrows-rotate::before {
  content: "";
}
.fa-refresh::before {
  content: "";
}
.fa-sync::before {
  content: "";
}
.fa-fire-extinguisher::before {
  content: "";
}
.fa-cruzeiro-sign::before {
  content: "";
}
.fa-greater-than-equal::before {
  content: "";
}
.fa-shield-halved::before {
  content: "";
}
.fa-shield-alt::before {
  content: "";
}
.fa-book-atlas::before {
  content: "";
}
.fa-atlas::before {
  content: "";
}
.fa-virus::before {
  content: "";
}
.fa-envelope-circle-check::before {
  content: "";
}
.fa-layer-group::before {
  content: "";
}
.fa-arrows-to-dot::before {
  content: "";
}
.fa-archway::before {
  content: "";
}
.fa-heart-circle-check::before {
  content: "";
}
.fa-house-chimney-crack::before {
  content: "";
}
.fa-house-damage::before {
  content: "";
}
.fa-file-zipper::before {
  content: "";
}
.fa-file-archive::before {
  content: "";
}
.fa-square::before {
  content: "";
}
.fa-martini-glass-empty::before {
  content: "";
}
.fa-glass-martini::before {
  content: "";
}
.fa-couch::before {
  content: "";
}
.fa-cedi-sign::before {
  content: "";
}
.fa-italic::before {
  content: "";
}
.fa-church::before {
  content: "";
}
.fa-comments-dollar::before {
  content: "";
}
.fa-democrat::before {
  content: "";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "";
}
.fa-skiing::before {
  content: "";
}
.fa-road-lock::before {
  content: "";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "";
}
.fa-temperature-down::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "";
}
.fa-newspaper::before {
  content: "";
}
.fa-rectangle-ad::before {
  content: "";
}
.fa-ad::before {
  content: "";
}
.fa-circle-arrow-right::before {
  content: "";
}
.fa-arrow-circle-right::before {
  content: "";
}
.fa-filter-circle-xmark::before {
  content: "";
}
.fa-locust::before {
  content: "";
}
.fa-sort::before {
  content: "";
}
.fa-unsorted::before {
  content: "";
}
.fa-list-ol::before {
  content: "";
}
.fa-list-1-2::before {
  content: "";
}
.fa-list-numeric::before {
  content: "";
}
.fa-person-dress-burst::before {
  content: "";
}
.fa-money-check-dollar::before {
  content: "";
}
.fa-money-check-alt::before {
  content: "";
}
.fa-vector-square::before {
  content: "";
}
.fa-bread-slice::before {
  content: "";
}
.fa-language::before {
  content: "";
}
.fa-face-kiss-wink-heart::before {
  content: "";
}
.fa-kiss-wink-heart::before {
  content: "";
}
.fa-filter::before {
  content: "";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "";
}
.fa-up-down-left-right::before {
  content: "";
}
.fa-arrows-alt::before {
  content: "";
}
.fa-house-chimney-user::before {
  content: "";
}
.fa-hand-holding-heart::before {
  content: "";
}
.fa-puzzle-piece::before {
  content: "";
}
.fa-money-check::before {
  content: "";
}
.fa-star-half-stroke::before {
  content: "";
}
.fa-star-half-alt::before {
  content: "";
}
.fa-code::before {
  content: "";
}
.fa-whiskey-glass::before {
  content: "";
}
.fa-glass-whiskey::before {
  content: "";
}
.fa-building-circle-exclamation::before {
  content: "";
}
.fa-magnifying-glass-chart::before {
  content: "";
}
.fa-arrow-up-right-from-square::before {
  content: "";
}
.fa-external-link::before {
  content: "";
}
.fa-cubes-stacked::before {
  content: "";
}
.fa-won-sign::before {
  content: "";
}
.fa-krw::before {
  content: "";
}
.fa-won::before {
  content: "";
}
.fa-virus-covid::before {
  content: "";
}
.fa-austral-sign::before {
  content: "";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "";
}
.fa-road::before {
  content: "";
}
.fa-taxi::before {
  content: "";
}
.fa-cab::before {
  content: "";
}
.fa-person-circle-plus::before {
  content: "";
}
.fa-chart-pie::before {
  content: "";
}
.fa-pie-chart::before {
  content: "";
}
.fa-bolt-lightning::before {
  content: "";
}
.fa-sack-xmark::before {
  content: "";
}
.fa-file-excel::before {
  content: "";
}
.fa-file-contract::before {
  content: "";
}
.fa-fish-fins::before {
  content: "";
}
.fa-building-flag::before {
  content: "";
}
.fa-face-grin-beam::before {
  content: "";
}
.fa-grin-beam::before {
  content: "";
}
.fa-object-ungroup::before {
  content: "";
}
.fa-poop::before {
  content: "";
}
.fa-location-pin::before {
  content: "";
}
.fa-map-marker::before {
  content: "";
}
.fa-kaaba::before {
  content: "";
}
.fa-toilet-paper::before {
  content: "";
}
.fa-helmet-safety::before {
  content: "";
}
.fa-hard-hat::before {
  content: "";
}
.fa-hat-hard::before {
  content: "";
}
.fa-eject::before {
  content: "";
}
.fa-circle-right::before {
  content: "";
}
.fa-arrow-alt-circle-right::before {
  content: "";
}
.fa-plane-circle-check::before {
  content: "";
}
.fa-face-rolling-eyes::before {
  content: "";
}
.fa-meh-rolling-eyes::before {
  content: "";
}
.fa-object-group::before {
  content: "";
}
.fa-chart-line::before {
  content: "";
}
.fa-line-chart::before {
  content: "";
}
.fa-mask-ventilator::before {
  content: "";
}
.fa-arrow-right::before {
  content: "";
}
.fa-signs-post::before {
  content: "";
}
.fa-map-signs::before {
  content: "";
}
.fa-cash-register::before {
  content: "";
}
.fa-person-circle-question::before {
  content: "";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "";
}
.fa-screwdriver-wrench::before {
  content: "";
}
.fa-tools::before {
  content: "";
}
.fa-arrows-to-eye::before {
  content: "";
}
.fa-plug-circle-bolt::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-mars-and-venus::before {
  content: "";
}
.fa-house-user::before {
  content: "";
}
.fa-home-user::before {
  content: "";
}
.fa-dumpster-fire::before {
  content: "";
}
.fa-house-crack::before {
  content: "";
}
.fa-martini-glass-citrus::before {
  content: "";
}
.fa-cocktail::before {
  content: "";
}
.fa-face-surprise::before {
  content: "";
}
.fa-surprise::before {
  content: "";
}
.fa-bottle-water::before {
  content: "";
}
.fa-circle-pause::before {
  content: "";
}
.fa-pause-circle::before {
  content: "";
}
.fa-toilet-paper-slash::before {
  content: "";
}
.fa-apple-whole::before {
  content: "";
}
.fa-apple-alt::before {
  content: "";
}
.fa-kitchen-set::before {
  content: "";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "";
}
.fa-temperature-1::before {
  content: "";
}
.fa-thermometer-1::before {
  content: "";
}
.fa-thermometer-quarter::before {
  content: "";
}
.fa-cube::before {
  content: "";
}
.fa-bitcoin-sign::before {
  content: "";
}
.fa-shield-dog::before {
  content: "";
}
.fa-solar-panel::before {
  content: "";
}
.fa-lock-open::before {
  content: "";
}
.fa-elevator::before {
  content: "";
}
.fa-money-bill-transfer::before {
  content: "";
}
.fa-money-bill-trend-up::before {
  content: "";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}
.fa-square-poll-horizontal::before {
  content: "";
}
.fa-poll-h::before {
  content: "";
}
.fa-circle::before {
  content: "";
}
.fa-backward-fast::before {
  content: "";
}
.fa-fast-backward::before {
  content: "";
}
.fa-recycle::before {
  content: "";
}
.fa-user-astronaut::before {
  content: "";
}
.fa-plane-slash::before {
  content: "";
}
.fa-trademark::before {
  content: "";
}
.fa-basketball::before {
  content: "";
}
.fa-basketball-ball::before {
  content: "";
}
.fa-satellite-dish::before {
  content: "";
}
.fa-circle-up::before {
  content: "";
}
.fa-arrow-alt-circle-up::before {
  content: "";
}
.fa-mobile-screen-button::before {
  content: "";
}
.fa-mobile-alt::before {
  content: "";
}
.fa-volume-high::before {
  content: "";
}
.fa-volume-up::before {
  content: "";
}
.fa-users-rays::before {
  content: "";
}
.fa-wallet::before {
  content: "";
}
.fa-clipboard-check::before {
  content: "";
}
.fa-file-audio::before {
  content: "";
}
.fa-burger::before {
  content: "";
}
.fa-hamburger::before {
  content: "";
}
.fa-wrench::before {
  content: "";
}
.fa-bugs::before {
  content: "";
}
.fa-rupee-sign::before {
  content: "";
}
.fa-rupee::before {
  content: "";
}
.fa-file-image::before {
  content: "";
}
.fa-circle-question::before {
  content: "";
}
.fa-question-circle::before {
  content: "";
}
.fa-plane-departure::before {
  content: "";
}
.fa-handshake-slash::before {
  content: "";
}
.fa-book-bookmark::before {
  content: "";
}
.fa-code-branch::before {
  content: "";
}
.fa-hat-cowboy::before {
  content: "";
}
.fa-bridge::before {
  content: "";
}
.fa-phone-flip::before {
  content: "";
}
.fa-phone-alt::before {
  content: "";
}
.fa-truck-front::before {
  content: "";
}
.fa-cat::before {
  content: "";
}
.fa-anchor-circle-exclamation::before {
  content: "";
}
.fa-truck-field::before {
  content: "";
}
.fa-route::before {
  content: "";
}
.fa-clipboard-question::before {
  content: "";
}
.fa-panorama::before {
  content: "";
}
.fa-comment-medical::before {
  content: "";
}
.fa-teeth-open::before {
  content: "";
}
.fa-file-circle-minus::before {
  content: "";
}
.fa-tags::before {
  content: "";
}
.fa-wine-glass::before {
  content: "";
}
.fa-forward-fast::before {
  content: "";
}
.fa-fast-forward::before {
  content: "";
}
.fa-face-meh-blank::before {
  content: "";
}
.fa-meh-blank::before {
  content: "";
}
.fa-square-parking::before {
  content: "";
}
.fa-parking::before {
  content: "";
}
.fa-house-signal::before {
  content: "";
}
.fa-bars-progress::before {
  content: "";
}
.fa-tasks-alt::before {
  content: "";
}
.fa-faucet-drip::before {
  content: "";
}
.fa-cart-flatbed::before {
  content: "";
}
.fa-dolly-flatbed::before {
  content: "";
}
.fa-ban-smoking::before {
  content: "";
}
.fa-smoking-ban::before {
  content: "";
}
.fa-terminal::before {
  content: "";
}
.fa-mobile-button::before {
  content: "";
}
.fa-house-medical-flag::before {
  content: "";
}
.fa-basket-shopping::before {
  content: "";
}
.fa-shopping-basket::before {
  content: "";
}
.fa-tape::before {
  content: "";
}
.fa-bus-simple::before {
  content: "";
}
.fa-bus-alt::before {
  content: "";
}
.fa-eye::before {
  content: "";
}
.fa-face-sad-cry::before {
  content: "";
}
.fa-sad-cry::before {
  content: "";
}
.fa-audio-description::before {
  content: "";
}
.fa-person-military-to-person::before {
  content: "";
}
.fa-file-shield::before {
  content: "";
}
.fa-user-slash::before {
  content: "";
}
.fa-pen::before {
  content: "";
}
.fa-tower-observation::before {
  content: "";
}
.fa-file-code::before {
  content: "";
}
.fa-signal::before {
  content: "";
}
.fa-signal-5::before {
  content: "";
}
.fa-signal-perfect::before {
  content: "";
}
.fa-bus::before {
  content: "";
}
.fa-heart-circle-xmark::before {
  content: "";
}
.fa-house-chimney::before {
  content: "";
}
.fa-home-lg::before {
  content: "";
}
.fa-window-maximize::before {
  content: "";
}
.fa-face-frown::before {
  content: "";
}
.fa-frown::before {
  content: "";
}
.fa-prescription::before {
  content: "";
}
.fa-shop::before {
  content: "";
}
.fa-store-alt::before {
  content: "";
}
.fa-floppy-disk::before {
  content: "";
}
.fa-save::before {
  content: "";
}
.fa-vihara::before {
  content: "";
}
.fa-scale-unbalanced::before {
  content: "";
}
.fa-balance-scale-left::before {
  content: "";
}
.fa-sort-up::before {
  content: "";
}
.fa-sort-asc::before {
  content: "";
}
.fa-comment-dots::before {
  content: "";
}
.fa-commenting::before {
  content: "";
}
.fa-plant-wilt::before {
  content: "";
}
.fa-diamond::before {
  content: "";
}
.fa-face-grin-squint::before {
  content: "";
}
.fa-grin-squint::before {
  content: "";
}
.fa-hand-holding-dollar::before {
  content: "";
}
.fa-hand-holding-usd::before {
  content: "";
}
.fa-bacterium::before {
  content: "";
}
.fa-hand-pointer::before {
  content: "";
}
.fa-drum-steelpan::before {
  content: "";
}
.fa-hand-scissors::before {
  content: "";
}
.fa-hands-praying::before {
  content: "";
}
.fa-praying-hands::before {
  content: "";
}
.fa-arrow-rotate-right::before {
  content: "";
}
.fa-arrow-right-rotate::before {
  content: "";
}
.fa-arrow-rotate-forward::before {
  content: "";
}
.fa-redo::before {
  content: "";
}
.fa-biohazard::before {
  content: "";
}
.fa-location-crosshairs::before {
  content: "";
}
.fa-location::before {
  content: "";
}
.fa-mars-double::before {
  content: "";
}
.fa-child-dress::before {
  content: "";
}
.fa-users-between-lines::before {
  content: "";
}
.fa-lungs-virus::before {
  content: "";
}
.fa-face-grin-tears::before {
  content: "";
}
.fa-grin-tears::before {
  content: "";
}
.fa-phone::before {
  content: "";
}
.fa-calendar-xmark::before {
  content: "";
}
.fa-calendar-times::before {
  content: "";
}
.fa-child-reaching::before {
  content: "";
}
.fa-head-side-virus::before {
  content: "";
}
.fa-user-gear::before {
  content: "";
}
.fa-user-cog::before {
  content: "";
}
.fa-arrow-up-1-9::before {
  content: "";
}
.fa-sort-numeric-up::before {
  content: "";
}
.fa-door-closed::before {
  content: "";
}
.fa-shield-virus::before {
  content: "";
}
.fa-dice-six::before {
  content: "";
}
.fa-mosquito-net::before {
  content: "";
}
.fa-bridge-water::before {
  content: "";
}
.fa-person-booth::before {
  content: "";
}
.fa-text-width::before {
  content: "";
}
.fa-hat-wizard::before {
  content: "";
}
.fa-pen-fancy::before {
  content: "";
}
.fa-person-digging::before {
  content: "";
}
.fa-digging::before {
  content: "";
}
.fa-trash::before {
  content: "";
}
.fa-gauge-simple::before {
  content: "";
}
.fa-gauge-simple-med::before {
  content: "";
}
.fa-tachometer-average::before {
  content: "";
}
.fa-book-medical::before {
  content: "";
}
.fa-poo::before {
  content: "";
}
.fa-quote-right::before {
  content: "";
}
.fa-quote-right-alt::before {
  content: "";
}
.fa-shirt::before {
  content: "";
}
.fa-t-shirt::before {
  content: "";
}
.fa-tshirt::before {
  content: "";
}
.fa-cubes::before {
  content: "";
}
.fa-divide::before {
  content: "";
}
.fa-tenge-sign::before {
  content: "";
}
.fa-tenge::before {
  content: "";
}
.fa-headphones::before {
  content: "";
}
.fa-hands-holding::before {
  content: "";
}
.fa-hands-clapping::before {
  content: "";
}
.fa-republican::before {
  content: "";
}
.fa-arrow-left::before {
  content: "";
}
.fa-person-circle-xmark::before {
  content: "";
}
.fa-ruler::before {
  content: "";
}
.fa-align-left::before {
  content: "";
}
.fa-dice-d6::before {
  content: "";
}
.fa-restroom::before {
  content: "";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "";
}
.fa-file-video::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-external-link-alt::before {
  content: "";
}
.fa-table-cells::before {
  content: "";
}
.fa-th::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.fa-book-bible::before {
  content: "";
}
.fa-bible::before {
  content: "";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "";
}
.fa-medkit::before {
  content: "";
}
.fa-user-secret::before {
  content: "";
}
.fa-otter::before {
  content: "";
}
.fa-person-dress::before {
  content: "";
}
.fa-female::before {
  content: "";
}
.fa-comment-dollar::before {
  content: "";
}
.fa-business-time::before {
  content: "";
}
.fa-briefcase-clock::before {
  content: "";
}
.fa-table-cells-large::before {
  content: "";
}
.fa-th-large::before {
  content: "";
}
.fa-book-tanakh::before {
  content: "";
}
.fa-tanakh::before {
  content: "";
}
.fa-phone-volume::before {
  content: "";
}
.fa-volume-control-phone::before {
  content: "";
}
.fa-hat-cowboy-side::before {
  content: "";
}
.fa-clipboard-user::before {
  content: "";
}
.fa-child::before {
  content: "";
}
.fa-lira-sign::before {
  content: "";
}
.fa-satellite::before {
  content: "";
}
.fa-plane-lock::before {
  content: "";
}
.fa-tag::before {
  content: "";
}
.fa-comment::before {
  content: "";
}
.fa-cake-candles::before {
  content: "";
}
.fa-birthday-cake::before {
  content: "";
}
.fa-cake::before {
  content: "";
}
.fa-envelope::before {
  content: "";
}
.fa-angles-up::before {
  content: "";
}
.fa-angle-double-up::before {
  content: "";
}
.fa-paperclip::before {
  content: "";
}
.fa-arrow-right-to-city::before {
  content: "";
}
.fa-ribbon::before {
  content: "";
}
.fa-lungs::before {
  content: "";
}
.fa-arrow-up-9-1::before {
  content: "";
}
.fa-sort-numeric-up-alt::before {
  content: "";
}
.fa-litecoin-sign::before {
  content: "";
}
.fa-border-none::before {
  content: "";
}
.fa-circle-nodes::before {
  content: "";
}
.fa-parachute-box::before {
  content: "";
}
.fa-indent::before {
  content: "";
}
.fa-truck-field-un::before {
  content: "";
}
.fa-hourglass::before {
  content: "";
}
.fa-hourglass-empty::before {
  content: "";
}
.fa-mountain::before {
  content: "";
}
.fa-user-doctor::before {
  content: "";
}
.fa-user-md::before {
  content: "";
}
.fa-circle-info::before {
  content: "";
}
.fa-info-circle::before {
  content: "";
}
.fa-cloud-meatball::before {
  content: "";
}
.fa-camera::before {
  content: "";
}
.fa-camera-alt::before {
  content: "";
}
.fa-square-virus::before {
  content: "";
}
.fa-meteor::before {
  content: "";
}
.fa-car-on::before {
  content: "";
}
.fa-sleigh::before {
  content: "";
}
.fa-arrow-down-1-9::before {
  content: "";
}
.fa-sort-numeric-asc::before {
  content: "";
}
.fa-sort-numeric-down::before {
  content: "";
}
.fa-hand-holding-droplet::before {
  content: "";
}
.fa-hand-holding-water::before {
  content: "";
}
.fa-water::before {
  content: "";
}
.fa-calendar-check::before {
  content: "";
}
.fa-braille::before {
  content: "";
}
.fa-prescription-bottle-medical::before {
  content: "";
}
.fa-prescription-bottle-alt::before {
  content: "";
}
.fa-landmark::before {
  content: "";
}
.fa-truck::before {
  content: "";
}
.fa-crosshairs::before {
  content: "";
}
.fa-person-cane::before {
  content: "";
}
.fa-tent::before {
  content: "";
}
.fa-vest-patches::before {
  content: "";
}
.fa-check-double::before {
  content: "";
}
.fa-arrow-down-a-z::before {
  content: "";
}
.fa-sort-alpha-asc::before {
  content: "";
}
.fa-sort-alpha-down::before {
  content: "";
}
.fa-money-bill-wheat::before {
  content: "";
}
.fa-cookie::before {
  content: "";
}
.fa-arrow-rotate-left::before {
  content: "";
}
.fa-arrow-left-rotate::before {
  content: "";
}
.fa-arrow-rotate-back::before {
  content: "";
}
.fa-arrow-rotate-backward::before {
  content: "";
}
.fa-undo::before {
  content: "";
}
.fa-hard-drive::before {
  content: "";
}
.fa-hdd::before {
  content: "";
}
.fa-face-grin-squint-tears::before {
  content: "";
}
.fa-grin-squint-tears::before {
  content: "";
}
.fa-dumbbell::before {
  content: "";
}
.fa-rectangle-list::before {
  content: "";
}
.fa-list-alt::before {
  content: "";
}
.fa-tarp-droplet::before {
  content: "";
}
.fa-house-medical-circle-check::before {
  content: "";
}
.fa-person-skiing-nordic::before {
  content: "";
}
.fa-skiing-nordic::before {
  content: "";
}
.fa-calendar-plus::before {
  content: "";
}
.fa-plane-arrival::before {
  content: "";
}
.fa-circle-left::before {
  content: "";
}
.fa-arrow-alt-circle-left::before {
  content: "";
}
.fa-train-subway::before {
  content: "";
}
.fa-subway::before {
  content: "";
}
.fa-chart-gantt::before {
  content: "";
}
.fa-indian-rupee-sign::before {
  content: "";
}
.fa-indian-rupee::before {
  content: "";
}
.fa-inr::before {
  content: "";
}
.fa-crop-simple::before {
  content: "";
}
.fa-crop-alt::before {
  content: "";
}
.fa-money-bill-1::before {
  content: "";
}
.fa-money-bill-alt::before {
  content: "";
}
.fa-left-long::before {
  content: "";
}
.fa-long-arrow-alt-left::before {
  content: "";
}
.fa-dna::before {
  content: "";
}
.fa-virus-slash::before {
  content: "";
}
.fa-minus::before {
  content: "";
}
.fa-subtract::before {
  content: "";
}
.fa-chess::before {
  content: "";
}
.fa-arrow-left-long::before {
  content: "";
}
.fa-long-arrow-left::before {
  content: "";
}
.fa-plug-circle-check::before {
  content: "";
}
.fa-street-view::before {
  content: "";
}
.fa-franc-sign::before {
  content: "";
}
.fa-volume-off::before {
  content: "";
}
.fa-hands-asl-interpreting::before {
  content: "";
}
.fa-american-sign-language-interpreting::before {
  content: "";
}
.fa-asl-interpreting::before {
  content: "";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "";
}
.fa-gear::before {
  content: "";
}
.fa-cog::before {
  content: "";
}
.fa-droplet-slash::before {
  content: "";
}
.fa-tint-slash::before {
  content: "";
}
.fa-mosque::before {
  content: "";
}
.fa-mosquito::before {
  content: "";
}
.fa-star-of-david::before {
  content: "";
}
.fa-person-military-rifle::before {
  content: "";
}
.fa-cart-shopping::before {
  content: "";
}
.fa-shopping-cart::before {
  content: "";
}
.fa-vials::before {
  content: "";
}
.fa-plug-circle-plus::before {
  content: "";
}
.fa-place-of-worship::before {
  content: "";
}
.fa-grip-vertical::before {
  content: "";
}
.fa-arrow-turn-up::before {
  content: "";
}
.fa-level-up::before {
  content: "";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "";
}
.fa-square-root-alt::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-clock-four::before {
  content: "";
}
.fa-backward-step::before {
  content: "";
}
.fa-step-backward::before {
  content: "";
}
.fa-pallet::before {
  content: "";
}
.fa-faucet::before {
  content: "";
}
.fa-baseball-bat-ball::before {
  content: "";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "";
}
.fa-keyboard::before {
  content: "";
}
.fa-caret-down::before {
  content: "";
}
.fa-house-chimney-medical::before {
  content: "";
}
.fa-clinic-medical::before {
  content: "";
}
.fa-temperature-three-quarters::before {
  content: "";
}
.fa-temperature-3::before {
  content: "";
}
.fa-thermometer-3::before {
  content: "";
}
.fa-thermometer-three-quarters::before {
  content: "";
}
.fa-mobile-screen::before {
  content: "";
}
.fa-mobile-android-alt::before {
  content: "";
}
.fa-plane-up::before {
  content: "";
}
.fa-piggy-bank::before {
  content: "";
}
.fa-battery-half::before {
  content: "";
}
.fa-battery-3::before {
  content: "";
}
.fa-mountain-city::before {
  content: "";
}
.fa-coins::before {
  content: "";
}
.fa-khanda::before {
  content: "";
}
.fa-sliders::before {
  content: "";
}
.fa-sliders-h::before {
  content: "";
}
.fa-folder-tree::before {
  content: "";
}
.fa-network-wired::before {
  content: "";
}
.fa-map-pin::before {
  content: "";
}
.fa-hamsa::before {
  content: "";
}
.fa-cent-sign::before {
  content: "";
}
.fa-flask::before {
  content: "";
}
.fa-person-pregnant::before {
  content: "";
}
.fa-wand-sparkles::before {
  content: "";
}
.fa-ellipsis-vertical::before {
  content: "";
}
.fa-ellipsis-v::before {
  content: "";
}
.fa-ticket::before {
  content: "";
}
.fa-power-off::before {
  content: "";
}
.fa-right-long::before {
  content: "";
}
.fa-long-arrow-alt-right::before {
  content: "";
}
.fa-flag-usa::before {
  content: "";
}
.fa-laptop-file::before {
  content: "";
}
.fa-tty::before {
  content: "";
}
.fa-teletype::before {
  content: "";
}
.fa-diagram-next::before {
  content: "";
}
.fa-person-rifle::before {
  content: "";
}
.fa-house-medical-circle-exclamation::before {
  content: "";
}
.fa-closed-captioning::before {
  content: "";
}
.fa-person-hiking::before {
  content: "";
}
.fa-hiking::before {
  content: "";
}
.fa-venus-double::before {
  content: "";
}
.fa-images::before {
  content: "";
}
.fa-calculator::before {
  content: "";
}
.fa-people-pulling::before {
  content: "";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "";
}
.fa-tram::before {
  content: "";
}
.fa-cloud-rain::before {
  content: "";
}
.fa-building-circle-xmark::before {
  content: "";
}
.fa-ship::before {
  content: "";
}
.fa-arrows-down-to-line::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-face-grin::before {
  content: "";
}
.fa-grin::before {
  content: "";
}
.fa-delete-left::before {
  content: "";
}
.fa-backspace::before {
  content: "";
}
.fa-eye-dropper::before {
  content: "";
}
.fa-eye-dropper-empty::before {
  content: "";
}
.fa-eyedropper::before {
  content: "";
}
.fa-file-circle-check::before {
  content: "";
}
.fa-forward::before {
  content: "";
}
.fa-mobile::before {
  content: "";
}
.fa-mobile-android::before {
  content: "";
}
.fa-mobile-phone::before {
  content: "";
}
.fa-face-meh::before {
  content: "";
}
.fa-meh::before {
  content: "";
}
.fa-align-center::before {
  content: "";
}
.fa-book-skull::before {
  content: "";
}
.fa-book-dead::before {
  content: "";
}
.fa-id-card::before {
  content: "";
}
.fa-drivers-license::before {
  content: "";
}
.fa-outdent::before {
  content: "";
}
.fa-dedent::before {
  content: "";
}
.fa-heart-circle-exclamation::before {
  content: "";
}
.fa-house::before {
  content: "";
}
.fa-home::before {
  content: "";
}
.fa-home-alt::before {
  content: "";
}
.fa-home-lg-alt::before {
  content: "";
}
.fa-calendar-week::before {
  content: "";
}
.fa-laptop-medical::before {
  content: "";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "";
}
.fa-dice-one::before {
  content: "";
}
.fa-kiwi-bird::before {
  content: "";
}
.fa-arrow-right-arrow-left::before {
  content: "";
}
.fa-exchange::before {
  content: "";
}
.fa-rotate-right::before {
  content: "";
}
.fa-redo-alt::before {
  content: "";
}
.fa-rotate-forward::before {
  content: "";
}
.fa-utensils::before {
  content: "";
}
.fa-cutlery::before {
  content: "";
}
.fa-arrow-up-wide-short::before {
  content: "";
}
.fa-sort-amount-up::before {
  content: "";
}
.fa-mill-sign::before {
  content: "";
}
.fa-bowl-rice::before {
  content: "";
}
.fa-skull::before {
  content: "";
}
.fa-tower-broadcast::before {
  content: "";
}
.fa-broadcast-tower::before {
  content: "";
}
.fa-truck-pickup::before {
  content: "";
}
.fa-up-long::before {
  content: "";
}
.fa-long-arrow-alt-up::before {
  content: "";
}
.fa-stop::before {
  content: "";
}
.fa-code-merge::before {
  content: "";
}
.fa-upload::before {
  content: "";
}
.fa-hurricane::before {
  content: "";
}
.fa-mound::before {
  content: "";
}
.fa-toilet-portable::before {
  content: "";
}
.fa-compact-disc::before {
  content: "";
}
.fa-file-arrow-down::before {
  content: "";
}
.fa-file-download::before {
  content: "";
}
.fa-caravan::before {
  content: "";
}
.fa-shield-cat::before {
  content: "";
}
.fa-bolt::before {
  content: "";
}
.fa-zap::before {
  content: "";
}
.fa-glass-water::before {
  content: "";
}
.fa-oil-well::before {
  content: "";
}
.fa-vault::before {
  content: "";
}
.fa-mars::before {
  content: "";
}
.fa-toilet::before {
  content: "";
}
.fa-plane-circle-xmark::before {
  content: "";
}
.fa-yen-sign::before {
  content: "";
}
.fa-cny::before {
  content: "";
}
.fa-jpy::before {
  content: "";
}
.fa-rmb::before {
  content: "";
}
.fa-yen::before {
  content: "";
}
.fa-ruble-sign::before {
  content: "";
}
.fa-rouble::before {
  content: "";
}
.fa-rub::before {
  content: "";
}
.fa-ruble::before {
  content: "";
}
.fa-sun::before {
  content: "";
}
.fa-guitar::before {
  content: "";
}
.fa-face-laugh-wink::before {
  content: "";
}
.fa-laugh-wink::before {
  content: "";
}
.fa-horse-head::before {
  content: "";
}
.fa-bore-hole::before {
  content: "";
}
.fa-industry::before {
  content: "";
}
.fa-circle-down::before {
  content: "";
}
.fa-arrow-alt-circle-down::before {
  content: "";
}
.fa-arrows-turn-to-dots::before {
  content: "";
}
.fa-florin-sign::before {
  content: "";
}
.fa-arrow-down-short-wide::before {
  content: "";
}
.fa-sort-amount-desc::before {
  content: "";
}
.fa-sort-amount-down-alt::before {
  content: "";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "";
}
.fa-car-tunnel::before {
  content: "";
}
.fa-head-side-cough::before {
  content: "";
}
.fa-grip-lines::before {
  content: "";
}
.fa-thumbs-down::before {
  content: "";
}
.fa-user-lock::before {
  content: "";
}
.fa-arrow-right-long::before {
  content: "";
}
.fa-long-arrow-right::before {
  content: "";
}
.fa-anchor-circle-xmark::before {
  content: "";
}
.fa-ellipsis::before {
  content: "";
}
.fa-ellipsis-h::before {
  content: "";
}
.fa-chess-pawn::before {
  content: "";
}
.fa-kit-medical::before {
  content: "";
}
.fa-first-aid::before {
  content: "";
}
.fa-person-through-window::before {
  content: "";
}
.fa-toolbox::before {
  content: "";
}
.fa-hands-holding-circle::before {
  content: "";
}
.fa-bug::before {
  content: "";
}
.fa-credit-card::before {
  content: "";
}
.fa-credit-card-alt::before {
  content: "";
}
.fa-car::before {
  content: "";
}
.fa-automobile::before {
  content: "";
}
.fa-hand-holding-hand::before {
  content: "";
}
.fa-book-open-reader::before {
  content: "";
}
.fa-book-reader::before {
  content: "";
}
.fa-mountain-sun::before {
  content: "";
}
.fa-arrows-left-right-to-line::before {
  content: "";
}
.fa-dice-d20::before {
  content: "";
}
.fa-truck-droplet::before {
  content: "";
}
.fa-file-circle-xmark::before {
  content: "";
}
.fa-temperature-arrow-up::before {
  content: "";
}
.fa-temperature-up::before {
  content: "";
}
.fa-medal::before {
  content: "";
}
.fa-bed::before {
  content: "";
}
.fa-square-h::before {
  content: "";
}
.fa-h-square::before {
  content: "";
}
.fa-podcast::before {
  content: "";
}
.fa-temperature-full::before {
  content: "";
}
.fa-temperature-4::before {
  content: "";
}
.fa-thermometer-4::before {
  content: "";
}
.fa-thermometer-full::before {
  content: "";
}
.fa-bell::before {
  content: "";
}
.fa-superscript::before {
  content: "";
}
.fa-plug-circle-xmark::before {
  content: "";
}
.fa-star-of-life::before {
  content: "";
}
.fa-phone-slash::before {
  content: "";
}
.fa-paint-roller::before {
  content: "";
}
.fa-handshake-angle::before {
  content: "";
}
.fa-hands-helping::before {
  content: "";
}
.fa-location-dot::before {
  content: "";
}
.fa-map-marker-alt::before {
  content: "";
}
.fa-file::before {
  content: "";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "";
}
.fa-swimmer::before {
  content: "";
}
.fa-arrow-down::before {
  content: "";
}
.fa-droplet::before {
  content: "";
}
.fa-tint::before {
  content: "";
}
.fa-eraser::before {
  content: "";
}
.fa-earth-americas::before {
  content: "";
}
.fa-earth::before {
  content: "";
}
.fa-earth-america::before {
  content: "";
}
.fa-globe-americas::before {
  content: "";
}
.fa-person-burst::before {
  content: "";
}
.fa-dove::before {
  content: "";
}
.fa-battery-empty::before {
  content: "";
}
.fa-battery-0::before {
  content: "";
}
.fa-socks::before {
  content: "";
}
.fa-inbox::before {
  content: "";
}
.fa-section::before {
  content: "";
}
.fa-gauge-high::before {
  content: "";
}
.fa-tachometer-alt::before {
  content: "";
}
.fa-tachometer-alt-fast::before {
  content: "";
}
.fa-envelope-open-text::before {
  content: "";
}
.fa-hospital::before {
  content: "";
}
.fa-hospital-alt::before {
  content: "";
}
.fa-hospital-wide::before {
  content: "";
}
.fa-wine-bottle::before {
  content: "";
}
.fa-chess-rook::before {
  content: "";
}
.fa-bars-staggered::before {
  content: "";
}
.fa-reorder::before {
  content: "";
}
.fa-stream::before {
  content: "";
}
.fa-dharmachakra::before {
  content: "";
}
.fa-hotdog::before {
  content: "";
}
.fa-person-walking-with-cane::before {
  content: "";
}
.fa-blind::before {
  content: "";
}
.fa-drum::before {
  content: "";
}
.fa-ice-cream::before {
  content: "";
}
.fa-heart-circle-bolt::before {
  content: "";
}
.fa-fax::before {
  content: "";
}
.fa-paragraph::before {
  content: "";
}
.fa-check-to-slot::before {
  content: "";
}
.fa-vote-yea::before {
  content: "";
}
.fa-star-half::before {
  content: "";
}
.fa-boxes-stacked::before {
  content: "";
}
.fa-boxes::before {
  content: "";
}
.fa-boxes-alt::before {
  content: "";
}
.fa-link::before {
  content: "";
}
.fa-chain::before {
  content: "";
}
.fa-ear-listen::before {
  content: "";
}
.fa-assistive-listening-systems::before {
  content: "";
}
.fa-tree-city::before {
  content: "";
}
.fa-play::before {
  content: "";
}
.fa-font::before {
  content: "";
}
.fa-rupiah-sign::before {
  content: "";
}
.fa-magnifying-glass::before {
  content: "";
}
.fa-search::before {
  content: "";
}
.fa-table-tennis-paddle-ball::before {
  content: "";
}
.fa-ping-pong-paddle-ball::before {
  content: "";
}
.fa-table-tennis::before {
  content: "";
}
.fa-person-dots-from-line::before {
  content: "";
}
.fa-diagnoses::before {
  content: "";
}
.fa-trash-can-arrow-up::before {
  content: "";
}
.fa-trash-restore-alt::before {
  content: "";
}
.fa-naira-sign::before {
  content: "";
}
.fa-cart-arrow-down::before {
  content: "";
}
.fa-walkie-talkie::before {
  content: "";
}
.fa-file-pen::before {
  content: "";
}
.fa-file-edit::before {
  content: "";
}
.fa-receipt::before {
  content: "";
}
.fa-square-pen::before {
  content: "";
}
.fa-pen-square::before {
  content: "";
}
.fa-pencil-square::before {
  content: "";
}
.fa-suitcase-rolling::before {
  content: "";
}
.fa-person-circle-exclamation::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-battery-full::before {
  content: "";
}
.fa-battery::before {
  content: "";
}
.fa-battery-5::before {
  content: "";
}
.fa-skull-crossbones::before {
  content: "";
}
.fa-code-compare::before {
  content: "";
}
.fa-list-ul::before {
  content: "";
}
.fa-list-dots::before {
  content: "";
}
.fa-school-lock::before {
  content: "";
}
.fa-tower-cell::before {
  content: "";
}
.fa-down-long::before {
  content: "";
}
.fa-long-arrow-alt-down::before {
  content: "";
}
.fa-ranking-star::before {
  content: "";
}
.fa-chess-king::before {
  content: "";
}
.fa-person-harassing::before {
  content: "";
}
.fa-brazilian-real-sign::before {
  content: "";
}
.fa-landmark-dome::before {
  content: "";
}
.fa-landmark-alt::before {
  content: "";
}
.fa-arrow-up::before {
  content: "";
}
.fa-tv::before {
  content: "";
}
.fa-television::before {
  content: "";
}
.fa-tv-alt::before {
  content: "";
}
.fa-shrimp::before {
  content: "";
}
.fa-list-check::before {
  content: "";
}
.fa-tasks::before {
  content: "";
}
.fa-jug-detergent::before {
  content: "";
}
.fa-circle-user::before {
  content: "";
}
.fa-user-circle::before {
  content: "";
}
.fa-user-shield::before {
  content: "";
}
.fa-wind::before {
  content: "";
}
.fa-car-burst::before {
  content: "";
}
.fa-car-crash::before {
  content: "";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "";
}
.fa-snowboarding::before {
  content: "";
}
.fa-truck-fast::before {
  content: "";
}
.fa-shipping-fast::before {
  content: "";
}
.fa-fish::before {
  content: "";
}
.fa-user-graduate::before {
  content: "";
}
.fa-circle-half-stroke::before {
  content: "";
}
.fa-adjust::before {
  content: "";
}
.fa-clapperboard::before {
  content: "";
}
.fa-circle-radiation::before {
  content: "";
}
.fa-radiation-alt::before {
  content: "";
}
.fa-baseball::before {
  content: "";
}
.fa-baseball-ball::before {
  content: "";
}
.fa-jet-fighter-up::before {
  content: "";
}
.fa-diagram-project::before {
  content: "";
}
.fa-project-diagram::before {
  content: "";
}
.fa-copy::before {
  content: "";
}
.fa-volume-xmark::before {
  content: "";
}
.fa-volume-mute::before {
  content: "";
}
.fa-volume-times::before {
  content: "";
}
.fa-hand-sparkles::before {
  content: "";
}
.fa-grip::before {
  content: "";
}
.fa-grip-horizontal::before {
  content: "";
}
.fa-share-from-square::before {
  content: "";
}
.fa-share-square::before {
  content: "";
}
.fa-child-combatant::before {
  content: "";
}
.fa-child-rifle::before {
  content: "";
}
.fa-gun::before {
  content: "";
}
.fa-square-phone::before {
  content: "";
}
.fa-phone-square::before {
  content: "";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "";
}
.fa-computer::before {
  content: "";
}
.fa-xmark::before {
  content: "";
}
.fa-close::before {
  content: "";
}
.fa-multiply::before {
  content: "";
}
.fa-remove::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-arrows-up-down-left-right::before {
  content: "";
}
.fa-arrows::before {
  content: "";
}
.fa-chalkboard-user::before {
  content: "";
}
.fa-chalkboard-teacher::before {
  content: "";
}
.fa-peso-sign::before {
  content: "";
}
.fa-building-shield::before {
  content: "";
}
.fa-baby::before {
  content: "";
}
.fa-users-line::before {
  content: "";
}
.fa-quote-left::before {
  content: "";
}
.fa-quote-left-alt::before {
  content: "";
}
.fa-tractor::before {
  content: "";
}
.fa-trash-arrow-up::before {
  content: "";
}
.fa-trash-restore::before {
  content: "";
}
.fa-arrow-down-up-lock::before {
  content: "";
}
.fa-lines-leaning::before {
  content: "";
}
.fa-ruler-combined::before {
  content: "";
}
.fa-copyright::before {
  content: "";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "";
}
.fa-teeth::before {
  content: "";
}
.fa-shekel-sign::before {
  content: "";
}
.fa-ils::before {
  content: "";
}
.fa-shekel::before {
  content: "";
}
.fa-sheqel::before {
  content: "";
}
.fa-sheqel-sign::before {
  content: "";
}
.fa-map::before {
  content: "";
}
.fa-rocket::before {
  content: "";
}
.fa-photo-film::before {
  content: "";
}
.fa-photo-video::before {
  content: "";
}
.fa-folder-minus::before {
  content: "";
}
.fa-store::before {
  content: "";
}
.fa-arrow-trend-up::before {
  content: "";
}
.fa-plug-circle-minus::before {
  content: "";
}
.fa-sign-hanging::before {
  content: "";
}
.fa-sign::before {
  content: "";
}
.fa-bezier-curve::before {
  content: "";
}
.fa-bell-slash::before {
  content: "";
}
.fa-tablet::before {
  content: "";
}
.fa-tablet-android::before {
  content: "";
}
.fa-school-flag::before {
  content: "";
}
.fa-fill::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-drumstick-bite::before {
  content: "";
}
.fa-holly-berry::before {
  content: "";
}
.fa-chevron-left::before {
  content: "";
}
.fa-bacteria::before {
  content: "";
}
.fa-hand-lizard::before {
  content: "";
}
.fa-notdef::before {
  content: "";
}
.fa-disease::before {
  content: "";
}
.fa-briefcase-medical::before {
  content: "";
}
.fa-genderless::before {
  content: "";
}
.fa-chevron-right::before {
  content: "";
}
.fa-retweet::before {
  content: "";
}
.fa-car-rear::before {
  content: "";
}
.fa-car-alt::before {
  content: "";
}
.fa-pump-soap::before {
  content: "";
}
.fa-video-slash::before {
  content: "";
}
.fa-battery-quarter::before {
  content: "";
}
.fa-battery-2::before {
  content: "";
}
.fa-radio::before {
  content: "";
}
.fa-baby-carriage::before {
  content: "";
}
.fa-carriage-baby::before {
  content: "";
}
.fa-traffic-light::before {
  content: "";
}
.fa-thermometer::before {
  content: "";
}
.fa-vr-cardboard::before {
  content: "";
}
.fa-hand-middle-finger::before {
  content: "";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "";
}
.fa-glass-water-droplet::before {
  content: "";
}
.fa-display::before {
  content: "";
}
.fa-face-smile::before {
  content: "";
}
.fa-smile::before {
  content: "";
}
.fa-thumbtack::before {
  content: "";
}
.fa-thumb-tack::before {
  content: "";
}
.fa-trophy::before {
  content: "";
}
.fa-person-praying::before {
  content: "";
}
.fa-pray::before {
  content: "";
}
.fa-hammer::before {
  content: "";
}
.fa-hand-peace::before {
  content: "";
}
.fa-rotate::before {
  content: "";
}
.fa-sync-alt::before {
  content: "";
}
.fa-spinner::before {
  content: "";
}
.fa-robot::before {
  content: "";
}
.fa-peace::before {
  content: "";
}
.fa-gears::before {
  content: "";
}
.fa-cogs::before {
  content: "";
}
.fa-warehouse::before {
  content: "";
}
.fa-arrow-up-right-dots::before {
  content: "";
}
.fa-splotch::before {
  content: "";
}
.fa-face-grin-hearts::before {
  content: "";
}
.fa-grin-hearts::before {
  content: "";
}
.fa-dice-four::before {
  content: "";
}
.fa-sim-card::before {
  content: "";
}
.fa-transgender::before {
  content: "";
}
.fa-transgender-alt::before {
  content: "";
}
.fa-mercury::before {
  content: "";
}
.fa-arrow-turn-down::before {
  content: "";
}
.fa-level-down::before {
  content: "";
}
.fa-person-falling-burst::before {
  content: "";
}
.fa-award::before {
  content: "";
}
.fa-ticket-simple::before {
  content: "";
}
.fa-ticket-alt::before {
  content: "";
}
.fa-building::before {
  content: "";
}
.fa-angles-left::before {
  content: "";
}
.fa-angle-double-left::before {
  content: "";
}
.fa-qrcode::before {
  content: "";
}
.fa-clock-rotate-left::before {
  content: "";
}
.fa-history::before {
  content: "";
}
.fa-face-grin-beam-sweat::before {
  content: "";
}
.fa-grin-beam-sweat::before {
  content: "";
}
.fa-file-export::before {
  content: "";
}
.fa-arrow-right-from-file::before {
  content: "";
}
.fa-shield::before {
  content: "";
}
.fa-shield-blank::before {
  content: "";
}
.fa-arrow-up-short-wide::before {
  content: "";
}
.fa-sort-amount-up-alt::before {
  content: "";
}
.fa-house-medical::before {
  content: "";
}
.fa-golf-ball-tee::before {
  content: "";
}
.fa-golf-ball::before {
  content: "";
}
.fa-circle-chevron-left::before {
  content: "";
}
.fa-chevron-circle-left::before {
  content: "";
}
.fa-house-chimney-window::before {
  content: "";
}
.fa-pen-nib::before {
  content: "";
}
.fa-tent-arrow-turn-left::before {
  content: "";
}
.fa-tents::before {
  content: "";
}
.fa-wand-magic::before {
  content: "";
}
.fa-magic::before {
  content: "";
}
.fa-dog::before {
  content: "";
}
.fa-carrot::before {
  content: "";
}
.fa-moon::before {
  content: "";
}
.fa-wine-glass-empty::before {
  content: "";
}
.fa-wine-glass-alt::before {
  content: "";
}
.fa-cheese::before {
  content: "";
}
.fa-yin-yang::before {
  content: "";
}
.fa-music::before {
  content: "";
}
.fa-code-commit::before {
  content: "";
}
.fa-temperature-low::before {
  content: "";
}
.fa-person-biking::before {
  content: "";
}
.fa-biking::before {
  content: "";
}
.fa-broom::before {
  content: "";
}
.fa-shield-heart::before {
  content: "";
}
.fa-gopuram::before {
  content: "";
}
.fa-earth-oceania::before {
  content: "";
}
.fa-globe-oceania::before {
  content: "";
}
.fa-square-xmark::before {
  content: "";
}
.fa-times-square::before {
  content: "";
}
.fa-xmark-square::before {
  content: "";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "";
}
.fa-expand-alt::before {
  content: "";
}
.fa-oil-can::before {
  content: "";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "";
}
.fa-chart-column::before {
  content: "";
}
.fa-infinity::before {
  content: "";
}
.fa-vial-circle-check::before {
  content: "";
}
.fa-person-arrow-down-to-line::before {
  content: "";
}
.fa-voicemail::before {
  content: "";
}
.fa-fan::before {
  content: "";
}
.fa-person-walking-luggage::before {
  content: "";
}
.fa-up-down::before {
  content: "";
}
.fa-arrows-alt-v::before {
  content: "";
}
.fa-cloud-moon-rain::before {
  content: "";
}
.fa-calendar::before {
  content: "";
}
.fa-trailer::before {
  content: "";
}
.fa-bahai::before {
  content: "";
}
.fa-haykal::before {
  content: "";
}
.fa-sd-card::before {
  content: "";
}
.fa-dragon::before {
  content: "";
}
.fa-shoe-prints::before {
  content: "";
}
.fa-circle-plus::before {
  content: "";
}
.fa-plus-circle::before {
  content: "";
}
.fa-face-grin-tongue-wink::before {
  content: "";
}
.fa-grin-tongue-wink::before {
  content: "";
}
.fa-hand-holding::before {
  content: "";
}
.fa-plug-circle-exclamation::before {
  content: "";
}
.fa-link-slash::before {
  content: "";
}
.fa-chain-broken::before {
  content: "";
}
.fa-chain-slash::before {
  content: "";
}
.fa-unlink::before {
  content: "";
}
.fa-clone::before {
  content: "";
}
.fa-person-walking-arrow-loop-left::before {
  content: "";
}
.fa-arrow-up-z-a::before {
  content: "";
}
.fa-sort-alpha-up-alt::before {
  content: "";
}
.fa-fire-flame-curved::before {
  content: "";
}
.fa-fire-alt::before {
  content: "";
}
.fa-tornado::before {
  content: "";
}
.fa-file-circle-plus::before {
  content: "";
}
.fa-book-quran::before {
  content: "";
}
.fa-quran::before {
  content: "";
}
.fa-anchor::before {
  content: "";
}
.fa-border-all::before {
  content: "";
}
.fa-face-angry::before {
  content: "";
}
.fa-angry::before {
  content: "";
}
.fa-cookie-bite::before {
  content: "";
}
.fa-arrow-trend-down::before {
  content: "";
}
.fa-rss::before {
  content: "";
}
.fa-feed::before {
  content: "";
}
.fa-draw-polygon::before {
  content: "";
}
.fa-scale-balanced::before {
  content: "";
}
.fa-balance-scale::before {
  content: "";
}
.fa-gauge-simple-high::before {
  content: "";
}
.fa-tachometer::before {
  content: "";
}
.fa-tachometer-fast::before {
  content: "";
}
.fa-shower::before {
  content: "";
}
.fa-desktop::before {
  content: "";
}
.fa-desktop-alt::before {
  content: "";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "";
}
.fa-th-list::before {
  content: "";
}
.fa-comment-sms::before {
  content: "";
}
.fa-sms::before {
  content: "";
}
.fa-book::before {
  content: "";
}
.fa-user-plus::before {
  content: "";
}
.fa-check::before {
  content: "";
}
.fa-battery-three-quarters::before {
  content: "";
}
.fa-battery-4::before {
  content: "";
}
.fa-house-circle-check::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-diagram-successor::before {
  content: "";
}
.fa-truck-arrow-right::before {
  content: "";
}
.fa-arrows-split-up-and-left::before {
  content: "";
}
.fa-hand-fist::before {
  content: "";
}
.fa-fist-raised::before {
  content: "";
}
.fa-cloud-moon::before {
  content: "";
}
.fa-briefcase::before {
  content: "";
}
.fa-person-falling::before {
  content: "";
}
.fa-image-portrait::before {
  content: "";
}
.fa-portrait::before {
  content: "";
}
.fa-user-tag::before {
  content: "";
}
.fa-rug::before {
  content: "";
}
.fa-earth-europe::before {
  content: "";
}
.fa-globe-europe::before {
  content: "";
}
.fa-cart-flatbed-suitcase::before {
  content: "";
}
.fa-luggage-cart::before {
  content: "";
}
.fa-rectangle-xmark::before {
  content: "";
}
.fa-rectangle-times::before {
  content: "";
}
.fa-times-rectangle::before {
  content: "";
}
.fa-window-close::before {
  content: "";
}
.fa-baht-sign::before {
  content: "";
}
.fa-book-open::before {
  content: "";
}
.fa-book-journal-whills::before {
  content: "";
}
.fa-journal-whills::before {
  content: "";
}
.fa-handcuffs::before {
  content: "";
}
.fa-triangle-exclamation::before {
  content: "";
}
.fa-exclamation-triangle::before {
  content: "";
}
.fa-warning::before {
  content: "";
}
.fa-database::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-arrow-turn-right::before {
  content: "";
}
.fa-mail-forward::before {
  content: "";
}
.fa-bottle-droplet::before {
  content: "";
}
.fa-mask-face::before {
  content: "";
}
.fa-hill-rockslide::before {
  content: "";
}
.fa-right-left::before {
  content: "";
}
.fa-exchange-alt::before {
  content: "";
}
.fa-paper-plane::before {
  content: "";
}
.fa-road-circle-exclamation::before {
  content: "";
}
.fa-dungeon::before {
  content: "";
}
.fa-align-right::before {
  content: "";
}
.fa-money-bill-1-wave::before {
  content: "";
}
.fa-money-bill-wave-alt::before {
  content: "";
}
.fa-life-ring::before {
  content: "";
}
.fa-hands::before {
  content: "";
}
.fa-sign-language::before {
  content: "";
}
.fa-signing::before {
  content: "";
}
.fa-calendar-day::before {
  content: "";
}
.fa-water-ladder::before {
  content: "";
}
.fa-ladder-water::before {
  content: "";
}
.fa-swimming-pool::before {
  content: "";
}
.fa-arrows-up-down::before {
  content: "";
}
.fa-arrows-v::before {
  content: "";
}
.fa-face-grimace::before {
  content: "";
}
.fa-grimace::before {
  content: "";
}
.fa-wheelchair-move::before {
  content: "";
}
.fa-wheelchair-alt::before {
  content: "";
}
.fa-turn-down::before {
  content: "";
}
.fa-level-down-alt::before {
  content: "";
}
.fa-person-walking-arrow-right::before {
  content: "";
}
.fa-square-envelope::before {
  content: "";
}
.fa-envelope-square::before {
  content: "";
}
.fa-dice::before {
  content: "";
}
.fa-bowling-ball::before {
  content: "";
}
.fa-brain::before {
  content: "";
}
.fa-bandage::before {
  content: "";
}
.fa-band-aid::before {
  content: "";
}
.fa-calendar-minus::before {
  content: "";
}
.fa-circle-xmark::before {
  content: "";
}
.fa-times-circle::before {
  content: "";
}
.fa-xmark-circle::before {
  content: "";
}
.fa-gifts::before {
  content: "";
}
.fa-hotel::before {
  content: "";
}
.fa-earth-asia::before {
  content: "";
}
.fa-globe-asia::before {
  content: "";
}
.fa-id-card-clip::before {
  content: "";
}
.fa-id-card-alt::before {
  content: "";
}
.fa-magnifying-glass-plus::before {
  content: "";
}
.fa-search-plus::before {
  content: "";
}
.fa-thumbs-up::before {
  content: "";
}
.fa-user-clock::before {
  content: "";
}
.fa-hand-dots::before {
  content: "";
}
.fa-allergies::before {
  content: "";
}
.fa-file-invoice::before {
  content: "";
}
.fa-window-minimize::before {
  content: "";
}
.fa-mug-saucer::before {
  content: "";
}
.fa-coffee::before {
  content: "";
}
.fa-brush::before {
  content: "";
}
.fa-mask::before {
  content: "";
}
.fa-magnifying-glass-minus::before {
  content: "";
}
.fa-search-minus::before {
  content: "";
}
.fa-ruler-vertical::before {
  content: "";
}
.fa-user-large::before {
  content: "";
}
.fa-user-alt::before {
  content: "";
}
.fa-train-tram::before {
  content: "";
}
.fa-user-nurse::before {
  content: "";
}
.fa-syringe::before {
  content: "";
}
.fa-cloud-sun::before {
  content: "";
}
.fa-stopwatch-20::before {
  content: "";
}
.fa-square-full::before {
  content: "";
}
.fa-magnet::before {
  content: "";
}
.fa-jar::before {
  content: "";
}
.fa-note-sticky::before {
  content: "";
}
.fa-sticky-note::before {
  content: "";
}
.fa-bug-slash::before {
  content: "";
}
.fa-arrow-up-from-water-pump::before {
  content: "";
}
.fa-bone::before {
  content: "";
}
.fa-user-injured::before {
  content: "";
}
.fa-face-sad-tear::before {
  content: "";
}
.fa-sad-tear::before {
  content: "";
}
.fa-plane::before {
  content: "";
}
.fa-tent-arrows-down::before {
  content: "";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "";
}
.fa-print::before {
  content: "";
}
.fa-turkish-lira-sign::before {
  content: "";
}
.fa-try::before {
  content: "";
}
.fa-turkish-lira::before {
  content: "";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "";
}
.fa-search-dollar::before {
  content: "";
}
.fa-users-gear::before {
  content: "";
}
.fa-users-cog::before {
  content: "";
}
.fa-person-military-pointing::before {
  content: "";
}
.fa-building-columns::before {
  content: "";
}
.fa-bank::before {
  content: "";
}
.fa-institution::before {
  content: "";
}
.fa-museum::before {
  content: "";
}
.fa-university::before {
  content: "";
}
.fa-umbrella::before {
  content: "";
}
.fa-trowel::before {
  content: "";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "";
}
.fa-masks-theater::before {
  content: "";
}
.fa-theater-masks::before {
  content: "";
}
.fa-kip-sign::before {
  content: "";
}
.fa-hand-point-left::before {
  content: "";
}
.fa-handshake-simple::before {
  content: "";
}
.fa-handshake-alt::before {
  content: "";
}
.fa-jet-fighter::before {
  content: "";
}
.fa-fighter-jet::before {
  content: "";
}
.fa-square-share-nodes::before {
  content: "";
}
.fa-share-alt-square::before {
  content: "";
}
.fa-barcode::before {
  content: "";
}
.fa-plus-minus::before {
  content: "";
}
.fa-video::before {
  content: "";
}
.fa-video-camera::before {
  content: "";
}
.fa-graduation-cap::before {
  content: "";
}
.fa-mortar-board::before {
  content: "";
}
.fa-hand-holding-medical::before {
  content: "";
}
.fa-person-circle-check::before {
  content: "";
}
.fa-turn-up::before {
  content: "";
}
.fa-level-up-alt::before {
  content: "";
}
.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;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*, :after, :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ol, nav ul {
  list-style: none;
  list-style-image: none;
}
ul {
  list-style: none outside;
}
ol {
  list-style-position: inside;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: 0;
  text-decoration: none;
  background: 0 0;
  vertical-align: baseline;
}
a, a > * {
  text-decoration: none;
  color: #5b5e60;
}
a:hover {
  color: #3d3d3d;
}
.not-ie a {
  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
html {
  height: 100%;
}
body {
  background-color: #fff;
  color: #3d3d3d;
  font-weight: 300;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  line-height: 1.75em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin-right: 20px;
}
img.alignright {
  margin-left: 20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
  line-height: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
  line-height: 1.3em;
  font-weight: 400;
}
li blockquote {
  font-size: 24px;
}
blockquote p {
  margin-bottom: 0.7em;
}
blockquote.type-1 {
  font-size: 22px;
}
blockquote.type-1:before {
  display: block;
  margin-bottom: 15px;
  content: "";
  font-size: 36px;
  font-family: fontello;
}
blockquote.type-1 p {
  line-height: 1.6em;
}
blockquote.type-2 {
  padding-left: 20px;
  border-left: 5px solid #ebebeb;
  font-size: 18px;
  font-style: italic;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.dropcap::first-letter {
  display: block;
  float: left;
  margin: 10px 15px 0 0;
  font-weight: 700;
  font-size: 48px;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #fff;
}
#customize-preview .loader {
  display: none;
}
.single-image {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.touch .image-extra .single-image {
  pointer-events: none;
}
.touch .touched .single-image {
  pointer-events: auto;
}
.single-image img {
  display: block;
}
.team-plus-icon .curtain {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.team-plus-icon .curtain:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: fontello;
  line-height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.team-plus-icon .curtain:after {
  background-color: #00c2a9;
  background-color: rgba(0, 194, 169, 0.8);
  font-size: 38px;
  content: "";
}
.no-touch .team-plus-icon:hover .curtain, .touch .active .team-plus-icon .curtain {
  visibility: visible;
  opacity: 1;
}
.not-ie .open .team-plus-icon .curtain:after, .touch .active .team-plus-icon .curtain:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .team-plus-icon .curtain:after {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    margin: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
.divider {
  margin-top: 70px;
  margin-bottom: 70px;
  height: 1px;
  background-color: #ececec;
}
.white-space {
  margin: 50px 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button, input, select, textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
}
button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 13px;
  outline: 0;
  background-color: transparent;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  font: 11px/1.5 Arial;
  cursor: pointer;
}
label {
  display: inline-block;
  cursor: pointer;
}
button, input, select, textarea {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
  display: inline-block;
  padding: 16px 10px;
  width: 100%;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #dcdcdc;
  border-color: rgba(0, 0, 0, 0.135);
  background-color: transparent;
  color: #999;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  resize: both;
  min-height: 180px;
  min-width: 100%;
  max-width: 100%;
}
input[type="checkbox"], input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="button"], input[type="checkbox"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"] {
  width: auto;
}
.wrong-data {
  border-color: #fe5214;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
Chrome, Safari input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
Firefox input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}
.comments-form {
  margin-bottom: 30px;
}
.input-block {
  margin-bottom: 10px;
}
.contact-form .submit i {
  font-size: 30px;
}
.form-submit #submit {
  background-color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  color: #00c2a9;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  outline: 0;
  padding: 13px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: baseline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.form-submit #submit:hover {
  border-color: transparent;
  background-color: #00c2a9;
  color: #fff;
}
.button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 20px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button.submit {
  margin-bottom: 20px;
  padding: 2px 20px;
  width: 100%;
}
.button.middle {
  padding: 10px 24px;
  font-size: 17px;
}
.button.large {
  padding: 15px 30px;
  font-size: 20px;
}
#footer .parallax .button.default {
  border-color: #555;
}
.button.default.turquoise {
  border-color: transparent;
  color: #fff;
}
.button.default:hover {
  border-color: transparent;
  background-color: #00c2a9;
  color: #fff;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease, height 0.25s ease;
  transition: background-color 0.25s ease, height 0.25s ease;
}
#header.header-shrink, .home #header {
  border-bottom-width: 0;
}
#header.transparent {
  border-bottom-width: 0;
  background-color: transparent;
}
.no-touch .logged-in #header {
  top: 32px;
}
.header-in {
  margin: 0 auto;
  width: 90%;
  text-align: justify;
}
.not-ie .header-in {
  font: 0/0 a;
}
@media screen and (min-width: 0\0) {
  .not-ie .header-in {
    font-size: 15px;
    transition: height 0.25s ease;
  }
}
.header-in:after {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  content: "";
}
#logo, #navigation {
  display: inline-block;
  vertical-align: middle;
}
#logo {
  margin-bottom: 0;
  max-width: 300px;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
  -webkit-transition: font-size 0.25s ease;
  transition: font-size 0.25s ease;
}
.transparent #logo {
  font-size: 44px;
}
.transparent #logo a {
  color: #fff;
}
.header-shrink #logo {
  font-size: 28px !important;
}
.header-shrink #logo a {
  color: #fff;
}
.header-shrink #logo img {
  max-width: 150px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.transparent .navigation {
  border-bottom: 1px solid #cfcfcf;
  border-bottom: 1px solid rgba(207, 207, 207, 0.4);
}
.header-shrink .navigation {
  border-bottom-width: 0;
}
.navigation > ul > li {
  position: relative;
  display: block;
  float: left;
}
.navigation > ul > li > a {
  display: block;
  margin: 0;
  padding: 35px 20px 41px;
  color: #5b5e60;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: padding 0.25s ease, color 0.1s linear, background-color 0.25s ease-out;
  transition: padding 0.25s ease, color 0.1s linear, background-color 0.25s ease-out;
}
.navigation > ul > .downarrowclass > a:after {
  margin-left: 6px;
  color: #5b5e60;
  font-size: 12px;
  font-family: fontello;
  content: "";
  line-height: 1em;
}
@media only screen and (min-width: 1025px) {
  .transparent .navigation > ul > li > a {
    padding: 90px 20px 35px;
  }
  .transparent .navigation > ul > li.downarrowclass > a {
    padding: 90px 15px 35px 20px;
  }
}
.navigation a {
  font-weight: 300;
  font-family: Roboto, sans-serif;
}
.navigation ul ul {
  position: absolute;
  display: none;
  padding: 10px 0;
  width: 170px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.navigation ul ul li {
  position: relative;
}
.navigation ul ul li a {
  display: block;
  padding: 7px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
}
.navigation ul ul .rightarrowclass > a:after {
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
  font-family: fontello;
  content: "";
  line-height: 1em;
}
@media only screen and (min-width: 993px) {
  .navigation ul ul ul {
    top: 0;
    left: 170px;
    margin-top: -10px;
  }
}
.responsive-nav-button {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #00c2a9;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  font-family: fontello;
  line-height: 40px;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.responsive-nav-button:after {
  content: "";
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .keydown {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 99;
    margin-left: -66px;
    width: 132px;
    font-size: 0;
    text-align: center;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    -webkit-animation: fadeOutKeydown 0.35s ease 10s both;
    animation: fadeOutKeydown 0.35s ease 10s both;
  }
  .keydown li {
    display: inline-block;
    margin: 2px;
    width: 40px;
    height: 40px;
    border: 1px solid #cfcfcf;
    background-color: transparent;
    vertical-align: top;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .keydown li.left {
    -webkit-animation: actionKey 1s ease 4s both;
    animation: actionKey 1s ease 4s both;
  }
  .keydown li.right {
    -webkit-animation: actionKey 1s ease 4.5s both;
    animation: actionKey 1s ease 4.5s both;
  }
  .keydown li.up {
    display: block;
    margin: 2px auto;
    -webkit-animation: actionKey 1s ease 5s both;
    animation: actionKey 1s ease 5s both;
  }
  .keydown li.down {
    -webkit-animation: actionKey 1s ease 5.5s both;
    animation: actionKey 1s ease 5.5s both;
  }
  .keydown li:before {
    color: #fff;
    font-size: 18px;
    font-family: fontello;
    line-height: 40px;
  }
  .keydown .left:before {
    content: "";
  }
  .keydown .right:before {
    content: "";
  }
  .keydown .up:before {
    content: "";
  }
  .keydown .down:before {
    content: "";
  }
}
@-webkit-keyframes actionKey {
  0% {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
  }
  50% {
    border-color: transparent;
    background-color: #00c2a9;
    -webkit-box-shadow: 0 0 8px rgba(0, 194, 169, 0.5);
  }
  100% {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
  }
}
@keyframes actionKey {
  0% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }
  50% {
    border-color: transparent;
    background-color: #00c2a9;
    box-shadow: 0 0 8px rgba(0, 194, 169, 0.5);
  }
  100% {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
  }
}
@-webkit-keyframes fadeOutKeydown {
  to {
    opacity: 0;
  }
}
@keyframes fadeOutKeydown {
  to {
    opacity: 0;
  }
}
#slides {
  position: relative;
}
.slides-control {
  -webkit-transform: none !important;
  transform: none !important;
}
.fullscreen-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.no-touch .fullscreen-image {
  background-attachment: fixed;
  background-size: cover;
}
.header-text-entry {
  display: table;
  width: 100%;
  height: 100%;
}
.header-text {
  position: relative;
  z-index: 2;
  display: table-cell;
  margin: auto;
  padding: 0 5%;
  vertical-align: middle;
  text-align: center;
}
.header-text h1, .header-text h2, .header-text h3, .header-text h4, .header-text h5, .header-text h6 {
  color: #fff;
  font-weight: 300;
  line-height: 1em;
  z-index: 2;
}
.header-text h1 {
  margin-bottom: 0;
  font-size: 100px;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
}
.slides-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 5;
  font-size: 0;
}
.slides-pagination a {
  display: inline-block;
  margin: 2px 7px;
  width: 7px;
  height: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
}
.slides-pagination a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.slides-pagination .current {
  margin: 0 7px;
  width: 11px;
  height: 11px;
  border-color: #fff;
  background-color: transparent;
  cursor: default;
}
.slides-navigation a {
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin-top: -20px;
  opacity: 0;
  font-size: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#slides:hover .slides-navigation a, .touch .slides-navigation a {
  opacity: 1;
}
.slides-navigation .prev {
  left: 35px;
}
.slides-navigation .next {
  right: 35px;
}
.slides-navigation a:after {
  color: #fff;
  vertical-align: middle;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 59px;
  font-family: fontello;
  cursor: pointer;
}
.slides-navigation a:hover:after {
  color: #00c2a9;
}
.slides-navigation .prev:after {
  content: "";
}
.slides-navigation .next:after {
  content: "";
}
#wrapper {
  width: 100%;
}
#content {
  padding-top: 90px;
}
@media (min-width: 992px) {
  .sbr #main {
    float: left;
  }
  .sbl #main {
    float: right;
  }
}
.page {
  width: 100%;
}
.section {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  padding: 100px 0;
}
.page > .section {
  background-color: #fff;
}
.padding-top-off {
  padding-top: 0;
}
.padding-bottom-off {
  padding-bottom: 0;
}
.padding-off {
  padding: 0;
}
.padding-top-half-off {
  padding-top: 50px;
}
.viewport-full {
  height: 100vh;
}
.border {
  border-bottom: 1px solid #ececec;
}
hgroup.section-title {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 15px;
  text-align: center;
}
hgroup.section-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7%;
  width: 14%;
  height: 2px;
  background-color: #ececec;
  content: "";
}
hgroup.section-title h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 60px;
  line-height: 1.1em;
}
hgroup.section-title.section-title h2 {
  text-transform: uppercase;
  font-weight: 300;
}
.border-title {
  position: relative;
  padding-bottom: 30px;
}
.border-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7%;
  width: 14%;
  height: 2px;
  background-color: #ececec;
  content: "";
}
.parallax .border-title:after {
  background-color: #cfcfcf;
  background-color: rgba(207, 207, 207, 0.4);
}
.parallax .border-title {
  color: #fff;
}
.slogan {
  margin-bottom: 80px;
}
.slogan h1 {
  font-size: 54px;
  font-weight: 100;
}
.slogan h1 span {
  color: #00c2a9;
  font-weight: 400;
}
.slogan h2 {
  color: #aeaeae;
  font-weight: 300;
}
.content-title {
  margin-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
.parallax {
  z-index: 0;
  background-color: transparent;
  color: #fff;
}
.page > .parallax {
  background-color: transparent;
}
.bg_attachment {
  z-index: 0;
}
.parallax-overlay {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay-pattern.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
#slides .parallax-overlay {
  z-index: 1;
}
.bg-turquoise-color {
  background-color: #00c2a9;
}
.bg-dark-color {
  background-color: #000;
}
.bg-gray-color {
  background-color: #f8f8f8;
}
.full-bg-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: repeat;
}
.full-bg-image {
  background-size: cover;
}
.no-touch .full-bg-image-fixed {
  background-attachment: fixed;
}
.mobile-video-image .full-bg-image {
  display: none;
}
.touch .mobile-video-image .full-bg-image {
  display: block;
  background-size: auto;
}
.mbYTP_wrapper {
  z-index: -2 !important;
}
.mb-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background-color: #000;
}
.touch .mb-wrapper {
  display: none;
}
.mb-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-full-container {
  display: table;
  width: 100%;
  text-align: center;
}
.video-full-entry {
  display: inline-block;
  padding: 70px 0;
  width: 100%;
}
.video-full-container > .video-full-entry {
  position: relative;
  display: table-cell;
  margin: auto;
  padding: 115px 0 70px;
  vertical-align: middle;
}
.video-title {
  margin-bottom: 50px;
  font-size: 80px;
  font-family: "Julius Sans One", sans-serif;
  text-transform: uppercase;
}
.parallax .video-title {
  color: #fff;
}
.video-full-entry .button {
  margin: 0 22px 15px;
}
.accHorizontal {
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.accHorizontal .accHorizontal__item {
  margin: 0 20px;
  position: relative;
  -webkit-flex: 1 0 250;
  flex: 1 0 250;
}
.ie10 .accHorizontal .accHorizontal__item, .ie9 .accHorizontal .accHorizontal__item {
  float: left;
}
.ie10 .accHorizontal .items, .ie9 .accHorizontal .items {
  position: absolute;
  left: 0;
}
.accHorizontal .accHorizontal__item .acc_cBox {
  width: 250px;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.accHorizontal .accHorizontal__item .acc_cBox .acc_cImg {
  width: 250px;
  float: left;
  margin-right: 20px;
  position: relative;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.accHorizontal .accHorizontal__item .acc_cBox .acc_cImg img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.accHorizontal .accHorizontal__item .acc_cBox .acc_cImg header {
  color: #aeaeae;
  font-size: 16px;
  font-family: Roboto;
  padding: 25px 20px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  -webkit-transition: background 0.4s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.3s ease-in-out;
}
.accHorizontal .accHorizontal__item .acc_cBox .acc_cImg header h3 {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.accHorizontal .accHorizontal__item .acc_cBox .acc_cImg header h5 {
  margin-bottom: 5px;
  color: #aeaeae;
}
.accHorizontal .accHorizontal__item .acc_cBox .acc_cCont {
  width: 400px;
  min-height: 390px;
  max-height: 390px;
  margin-left: 260px;
  padding: 20px 25px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accHorizontal .accHorizontal__item .state {
  position: absolute;
  top: -200vh;
  left: 0;
  display: none;
}
.accHorizontal .accHorizontal__item .backdrop {
  overflow: hidden;
  position: absolute;
  z-index: 3;
  margin: 0;
  padding: 0;
  width: 250px;
  height: 100%;
}
.accHorizontal .accHorizontal__item .backdrop > .fa {
  z-index: 4;
  display: block;
  opacity: 0;
  content: "";
  position: absolute;
  margin: 0 0 0 -30px;
  left: 50%;
  top: 25%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background-color: rgba(0, 194, 169, 0.8);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -webkit-animation: example 5s linear 2s infinite alternate;
  -moz-animation: example 5s linear 2s infinite alternate;
  -ms-animation: example 5s linear 2s infinite alternate;
  animation: example 5s linear 2s infinite alternate;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.accHorizontal .accHorizontal__item .backdrop > .fa:before {
  font-size: 38px;
  font-style: normal;
}
.accHorizontal .accHorizontal__item .backdrop:hover > .fa {
  opacity: 1;
}
.accHorizontal .accHorizontal__item .state:checked ~ .backdrop:hover > .fa {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox {
  width: 660px;
}
.accHorizontal .accHorizontal__item .backdrop:hover ~ .acc_cBox > .acc_cImg > header, .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox > .acc_cImg > header {
  background-color: rgba(0, 194, 169, 0.8);
}
.accHorizontal .accHorizontal__item .backdrop:hover ~ .acc_cBox > .acc_cImg > header h3, .accHorizontal .accHorizontal__item .backdrop:hover ~ .acc_cBox > .acc_cImg > header h5, .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox > .acc_cImg > header h3, .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox > .acc_cImg > header h5 {
  color: #fff;
}
.fa {
  font-family: fontello;
}
.fa-close::before, .fa-remove::before, .fa-times::before {
  content: "";
}
.counter-box {
  text-align: center;
}
.counter {
  display: inline-block;
  margin: 0 20px;
  width: 150px;
  vertical-align: top;
  text-align: center;
  font-size: 0;
}
.counter .count {
  margin-bottom: 20px;
  height: 150px;
  border: 1px solid #c8c8c8;
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #00c2a9;
  font-weight: 300;
  font-size: 70px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 145px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.counter .details {
  color: #777;
  font-family: "Roboto Condensed", sans-serif;
}
.parallax .counter .details {
  color: #fff;
}
.tweet .tweets {
  text-align: center;
}
.tweet .tweets li {
  font-weight: 300;
}
.parallax .tweet .tweets li {
  color: #fff;
}
.sidebar-tweet li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  font-size: 12px;
}
.sidebar-tweet li:before {
  position: absolute;
  top: 5px;
  left: 0;
  color: #1fc3ff;
  font-size: 30px;
  font-family: fontello;
  content: "";
}
.sidebar-tweet .tweet {
  position: relative;
  line-height: 1.75em;
  font-size: 14px;
  margin-bottom: 0.2em;
}
.tmm_tweet li.lslide:not(.active) {
  display: none;
}
.tmm_tweet {
  font-size: 24px;
  position: relative;
  line-height: 1.75em;
  text-align: center;
}
.tmm_tweet .lightSlider li:before {
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
  font-family: fontello;
  content: "";
  text-align: center;
}
.tmm_tweet .lightSlider li:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6%;
  width: 12%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  content: "";
}
.tmm_tweet .timePosted {
  font-size: 12px;
}
.timePosted a, .tweet a, .tweet a span {
  color: #00c2a9;
}
.sidebar-tweet a span {
  color: #aeaeae;
}
.tweets-control-nav {
  padding: 10px 0 0;
  text-align: center;
}
.tweets-control-nav a {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 9px;
  height: 9px;
  cursor: pointer;
  background-color: #ececec;
  font-size: 0;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tweets-control-nav .activeSlide {
  background-color: #777;
}
.parallax .tweets-control-nav a {
  background-color: #ececec;
  background-color: rgba(255, 255, 255, 0.5);
}
.parallax .tweets-control-nav .activeSlide {
  background-color: #fff;
}
ul.clients-items {
  font-size: 0;
  text-align: center;
}
ul.clients-items li {
  display: inline-block;
  padding: 0 2%;
  vertical-align: middle;
}
.simple-pricing-table {
  font-size: 0;
}
.simple-pricing-table * {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.simple-pricing-table .column {
  position: relative;
  display: inline-block;
  margin-left: -1px;
  margin-top: -1px;
  width: 25%;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.simple-pricing-table.col-2 .column {
  width: 50%;
}
.simple-pricing-table.col-3 .column {
  width: 33.3333333333%;
}
.simple-pricing-table.col-4 .column {
  width: 25%;
}
.simple-pricing-table .column:hover, .simple-pricing-table .featured {
  z-index: 11;
  border-color: transparent;
  background-color: #00c2a9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.simple-pricing-table .title {
  margin: 0;
  padding: 27px 5px;
  text-transform: uppercase;
  font-weight: 300;
}
.simple-pricing-table .column:hover .title, .simple-pricing-table .featured .title {
  color: #fff;
}
.simple-pricing-table .price {
  padding: 28px 0 15px;
  border-top: 1px solid #e7e7e7;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e7e7e7;
}
.simple-pricing-table .column:hover .price, .simple-pricing-table .featured .price {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background-color: #1ac8b2;
}
.simple-pricing-table .cost {
  margin: 0;
  font-weight: 300;
  font-size: 44px;
  line-height: 0.7em;
}
.simple-pricing-table .column:hover .cost, .simple-pricing-table .featured .cost {
  color: #fff;
}
.simple-pricing-table .description {
  color: #a8a8a8;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
}
.simple-pricing-table .column:hover .description, .simple-pricing-table .featured .description {
  color: #fff;
}
.simple-pricing-table .features {
  padding: 0 25px;
}
.simple-pricing-table .features li {
  position: relative;
  padding: 9px 20px;
  border-top: 1px solid #ebebeb;
  font-weight: 300;
  font-size: 15px;
}
.simple-pricing-table .features li:first-child {
  border: none;
}
.simple-pricing-table .column:hover .features li, .simple-pricing-table .featured .features li {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.simple-pricing-table .footer {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  background-color: #fcfcfc;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.simple-pricing-table .column:hover .footer, .simple-pricing-table .featured .footer {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.5);
  background-color: #1ac8b2;
}
.simple-pricing-table .button {
  margin: 0;
}
.simple-pricing-table .column:hover .button, .simple-pricing-table .featured .button {
  border-color: transparent;
  background-color: #fff;
  color: #00c2a9;
}
.entry {
  margin-bottom: 60px;
}
.template-search .entry-content {
  position: relative;
  padding-left: 55px;
}
.search-result-counter {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #cfcfcf;
  color: #00c2a9;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.main-entry {
  padding-bottom: 60px;
  border-bottom: 1px solid #ececec;
}
.entry.single {
  padding-top: 60px;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.entry-image {
  margin-bottom: 20px;
  min-height: 1px;
}
.main-entry .entry-image {
  margin-bottom: 40px;
}
.entry-meta {
  margin-bottom: 10px;
  line-height: 1em;
}
.entry-meta span a {
  color: #aeaeae;
}
.entry-meta span:after {
  padding: 0 4px 0 8px;
  content: "|";
}
.entry-meta span:last-child:after {
  padding: 0;
  content: "";
}
.entry-title {
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
}
h6.entry-title {
  line-height: 1.7em;
}
.main-entry .entry-title {
  margin-bottom: 23px;
  font-size: 42px;
  text-transform: none;
}
.entry .button {
  margin-bottom: 0;
}
.tags {
  display: block;
  margin-top: 30px;
}
.template-search .tags {
  margin-top: 0;
}
.tags a {
  display: inline-block;
  margin-right: 7px;
  color: #aeaeae;
  font-size: 14px;
}
.tags a:before {
  margin-right: 5px;
  color: #aeaeae;
  font-size: 14px;
  font-family: fontello;
  vertical-align: middle;
  line-height: 1em;
  content: "";
}
.single-post-nav {
  margin-bottom: 50px;
  padding: 33px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.single-post-nav a {
  position: relative;
  color: #5b5e60;
  font-weight: 400;
  font-size: 18px;
}
.single-post-nav a:after {
  position: absolute;
  color: #aeaeae;
  font-size: 36px;
  font-family: fontello;
}
.single-post-nav .prev:after {
  left: 0;
  content: "";
}
.single-post-nav .next:after {
  right: 0;
  content: "";
}
.single-post-nav a:hover, .single-post-nav a:hover:after {
  color: #00c2a9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.image-slider {
  position: relative;
  overflow: hidden;
}
.image-slider > ul > li {
  display: none;
  text-align: center;
  max-width: 100%;
}
.image-slider > ul > li:first-child {
  display: block;
}
.image-slider img {
  display: block;
  width: 100%;
}
.image-slider-nav a {
  position: absolute;
  top: 50%;
  z-index: 99;
  margin-top: -35px;
  width: 35px;
  height: 70px;
  font: 0/0 a;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.image-slider-nav .prevBtn {
  left: -100%;
}
.image-slider-nav .nextBtn {
  right: -100%;
}
.image-slider:hover .prevBtn {
  left: 30px;
}
.image-slider:hover .nextBtn {
  right: 30px;
}
.touch .image-slider .prevBtn {
  left: 30px;
}
.touch .image-slider .nextBtn {
  right: 30px;
}
.image-slider-nav a:hover {
  border-color: transparent;
  background-color: #00c2a9;
}
.image-slider-nav a:after {
  color: #00c2a9;
  font-size: 30px;
  font-family: fontello;
  line-height: 68px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.image-slider-nav .prevBtn:after {
  content: "";
}
.image-slider-nav .nextBtn:after {
  content: "";
}
.image-slider-nav a:hover:after {
  color: #fff;
}
.image-control-nav {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 5;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.image-control-nav a {
  display: inline-block;
  margin: 2px 7px;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
}
.image-control-nav a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.image-control-nav .activeSlide {
  margin: 0 7px;
  width: 11px;
  height: 11px;
  border-color: #fff;
  background-color: transparent;
  cursor: default;
}
.quote-inner {
  position: relative;
  padding: 30px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}
.quote-inner:hover {
  background-color: #00c2a9;
}
.quote-inner:hover blockquote {
  color: #fff;
}
.quote-inner .entry-meta {
  position: relative;
  z-index: 6;
  margin-bottom: 0;
}
.quote-inner .entry-meta a, .quote-inner .entry-meta span {
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.quote-inner:hover .entry-meta span {
  color: #ddd;
}
.quote-inner:hover .entry-meta a {
  color: #fff;
}
.quote-inner .whole-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.mixitup-page-list, .pagenavi {
  margin-bottom: 50px;
  font-size: 0;
}
.mixitup-page-list {
  text-align: center;
}
.mixitup-page-list.page-listdisabled {
  display: none;
}
.mixitup-page-list, .pagenavi.align-center {
  margin-top: 50px;
}
.mixitup-page-list .control, .pagenavi .page-numbers {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #cfcfcf;
  color: #00c2a9;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.mixitup-page-list button.control {
  margin-bottom: 0;
  padding: 0;
}
.mixitup-page-list button.control.controldisabled {
  display: none;
}
.mixitup-page-list .control:hover, .mixitup-page-list .controlactive, .pagenavi .current, .pagenavi .page-numbers:hover {
  border-color: transparent;
  background-color: #00c2a9;
  color: #fff;
}
.mixitup-page-list .controlnext:after, .mixitup-page-list .controlprev:after, .pagenavi .next:after, .pagenavi .prev:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-indent: 0;
  font-size: 18px;
  font-family: fontello;
  line-height: 33px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.pagenavi .prev:after {
  content: "";
}
.pagenavi .next:after {
  content: "";
}
#comments {
  margin-bottom: 50px;
}
#comments h3 {
  font-weight: 300;
  text-transform: uppercase;
}
.comment {
  padding-top: 30px;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.comment .article {
  overflow: hidden;
}
.comment .gravatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.comment-body {
  position: relative;
  overflow: hidden;
}
.comment .comment-author h6 {
  margin-bottom: 0;
  color: #00c2a9;
  font-weight: 400;
  text-transform: uppercase;
}
.comment .comment-date {
  margin-bottom: 10px;
  line-height: 1;
  color: #aeaeae;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
}
.comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-reply-link {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 8px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcfcf;
  background-color: #fff;
  color: #00c2a9;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.comment-reply-link:hover {
  border-color: transparent;
  background-color: #00c2a9;
  color: #fff;
}
.comment .children {
  margin: 0;
  padding-left: 80px;
}
.children .comment {
  padding-top: 30px;
  border-bottom-width: 0;
  border-top: 1px solid #ebebeb;
}
#respond {
  padding-top: 30px;
}
#respond .comment-reply-title {
  margin-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
}
.comment-reply-title a {
  vertical-align: middle;
  font-size: 12px;
}
#respond input[type="email"], #respond input[type="text"], #respond input[type="url"] {
  width: 55%;
}
#respond textarea {
  width: 80%;
  min-width: 80%;
}
.fb-comments {
  display: block !important;
}
.fb-comments iframe, .fb-comments > span {
  width: 100% !important;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.portfolio-filter {
  margin-bottom: 45px;
  font-size: 0;
  text-align: center;
  width: 100%;
}
.template-tag .portfolio-items {
  margin-bottom: 50px;
}
.template-tag ul.portfolio-items li {
  width: 50%;
  max-width: 50%;
  opacity: 1;
}
ul.portfolio-items .mix {
  display: inline-block;
}
ul.portfolio-items img {
  display: block;
}
.work-item {
  position: relative;
  overflow: hidden;
}
.work-item img {
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.work-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.image-extra {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 194, 169, 0.1);
  -webkit-transition: opacity 0.25s ease, background-color 0.45s ease;
  transition: opacity 0.25s ease, background-color 0.45s ease;
}
.extra-content {
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.lightbox-mixit .curtain, .link-icon .curtain, .plus-icon .curtain {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.single-image.link-icon .curtain {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.single-image.lightbox-mixit .curtain, .single-image.plus-icon .curtain {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}
.work-item:hover .lightbox-mixit .curtain, .work-item:hover .link-icon .curtain, .work-item:hover .plus-icon .curtain {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.lightbox-mixit .curtain:hover, .link-icon .curtain:hover, .plus-icon .curtain:hover {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.9);
}
.lightbox-mixit .curtain:after, .link-icon .curtain:after, .plus-icon .curtain:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: fontello;
  line-height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.lightbox-mixit .curtain:hover:after, .link-icon .curtain:hover:after, .plus-icon .curtain:hover:after {
  color: #3d3d3d;
}
.projects article {
  margin-bottom: 30px;
}
.project-single-entry .image-slider {
  margin-bottom: 40px;
}
.project-page-header {
  position: relative;
  margin-bottom: 55px;
}
.project-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  font: 0/0 a;
}
.project-nav li {
  display: inline-block;
  margin-left: 20px;
}
.project-nav li a {
  display: block;
  font: 0/0 a;
  cursor: pointer;
  z-index: 10;
}
.project-nav li a:after {
  display: block;
  color: #aeaeae;
  font-size: 36px;
  font-family: fontello;
  text-align: center;
  line-height: 35px;
  content: "";
}
.project-meta {
  margin-bottom: 25px;
}
.project-meta li {
  margin-bottom: 15px;
}
.project-similar {
  font-size: 0;
}
.project-similar li {
  display: inline-block;
  width: 20%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.row .project-similar li {
  width: 33.3333333333%;
}
.sbr #sidebar {
  float: right;
}
.sbl #sidebar {
  float: left;
}
#sidebar .widget {
  margin-bottom: 60px;
}
#sidebar .widget-title {
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.widget .sub-menu {
  padding-top: 5px;
  padding-left: 10px;
}
.widget .sub-menu > li:last-child {
  padding-bottom: 0;
}
.widget_archive ul li, .widget_categories ul li, .widget_contact_us ul li, .widget_links ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
  padding: 8px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e6e6e6;
  list-style: none;
}
.widget_archive ul li:first-child, .widget_categories ul li:first-child, .widget_contact_us ul li:first-child, .widget_links ul li:first-child, .widget_meta ul li:first-child, .widget_nav_menu ul li:first-child, .widget_pages ul li:first-child, .widget_recent_comments ul > li:first-child, .widget_recent_entries ul li:first-child {
  border-top-width: 0;
}
.widget_custom_recent_entries .section-entry {
  margin-bottom: 20px;
}
.widget_custom_recent_entries .entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#footer .parallax .widget_custom_recent_entries .entry {
  border-color: #555;
}
.widget_custom_recent_entries .entry:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}
.widget_custom_recent_entries .entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.widget_custom_recent_entries .entry-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.widget_custom_recent_entries .curtain {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00c2a9;
  background-color: rgba(0, 194, 169, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget_custom_recent_entries .single-image:hover .curtain {
  visibility: visible;
  opacity: 1;
}
.widget_custom_recent_entries .post-holder {
  display: table;
}
ul.flickr-badge {
  font-size: 0;
}
ul.flickr-badge li {
  display: inline-block;
  margin: 1%;
  width: 18%;
  vertical-align: top;
}
#footer ul.flickr-badge li {
  width: 12%;
}
ul.flickr-badge li a {
  position: relative;
  display: block;
}
ul.flickr-badge li img {
  display: block;
}
ul.flickr-badge .curtain {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00c2a9;
  background-color: rgba(0, 194, 169, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
ul.flickr-badge a:hover .curtain {
  visibility: visible;
  opacity: 1;
}
.widget_recent_projects {
  position: relative;
}
.recent-projects.type-1 {
  font-size: 0;
}
.recent-projects.type-1 li {
  display: inline-block;
  margin: 1%;
  width: 18%;
  vertical-align: top;
}
#footer .recent-projects.type-1 li {
  width: 14%;
}
.recent-projects.type-1 .curtain {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00c2a9;
  background-color: rgba(0, 194, 169, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.recent-projects.type-1 a:hover .curtain {
  visibility: visible;
  opacity: 1;
}
.recent-projects.type-2 .single-image {
  margin-bottom: 15px;
}
.recent-projects-title {
  text-transform: uppercase;
}
.recent-projects-nav {
  position: absolute;
  right: 0;
  top: -1px;
}
.recent-projects-nav a {
  position: relative;
  display: block;
  float: left;
  margin-left: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfcfcf;
  background-color: transparent;
  text-align: center;
  font: 0/0 a;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.recent-projects-nav a:hover {
  border-color: transparent;
  background-color: #00c2a9;
}
.recent-projects-nav a:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #00c2a9;
  vertical-align: top;
  text-indent: 0;
  font-size: 17px;
  font-family: fontello;
  line-height: 28px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.recent-projects-nav .prevBtn:after {
  content: "";
}
.recent-projects-nav .nextBtn:after {
  content: "";
}
.recent-projects-nav a:hover:after {
  color: #fff;
}
.widget_calendar table {
  position: relative;
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  text-align: center;
}
.widget_calendar caption {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  font-family: Roboto, sans-serif;
}
#footer .widget_calendar caption {
  color: #f7f7f7;
  border-bottom-color: #666;
}
.widget_calendar thead th {
  padding: 4px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}
.widget_calendar td {
  padding: 6px 4px;
  font-size: 15px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.parallax .widget_calendar td {
  border-color: #555;
}
.widget_calendar .pad {
  border-width: 0;
}
.widget_calendar #today, .widget_calendar #today a {
  font-weight: 700;
}
.widget_calendar tfoot {
  position: absolute;
  right: 0;
  top: -3px;
}
.widget_calendar tfoot td {
  padding: 0;
  border-width: 0;
}
.widget_calendar tfoot a {
  display: inline-block;
  margin-left: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid #cfcfcf;
  background-color: transparent;
  text-align: center;
  font: 0/0 a;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.widget_calendar tfoot a:hover {
  border-color: transparent;
  background-color: #00c2a9;
}
.widget_calendar tfoot a:after {
  display: block;
  color: #00c2a9;
  vertical-align: top;
  text-indent: 0;
  font-size: 17px;
  font-family: fontello;
  line-height: 28px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.widget_calendar tfoot #prev a:after {
  content: "";
}
.widget_calendar tfoot #next a:after {
  content: "";
}
.widget_calendar tfoot a:hover:after {
  color: #fff;
}
.widget_tag_cloud .tagcloud {
  font-size: 0;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 18px;
  border: 1px solid #cfcfcf;
  color: #00c2a9;
  font-weight: 400;
  font-size: 13px !important;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.widget_tag_cloud .tagcloud a:hover {
  border-color: transparent;
  background-color: #00c2a9;
  color: #fff;
}
#searchform {
  position: relative;
}
#searchform input[type="text"] {
  padding-right: 60px;
  font-style: italic;
  font-size: 15px;
}
#searchform .submit-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 55px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  text-align: center;
  font-size: 0;
}
#footer {
  position: relative;
  z-index: 1;
  color: #3d3d3d;
  border-top: 1px solid #ececec;
  padding: 20px 0 0 0;
}
#footer .parallax #searchform .submit-search {
  border-color: #bbb;
  border-color: rgba(207, 207, 207, 0.33);
}
#searchform .submit-search:before {
  display: block;
  color: #5b5e60;
  text-align: center;
  font-size: 20px;
  font-family: fontello;
  line-height: 55px;
  content: "";
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#searchform input[type="text"]:focus + .submit-search {
  border-left-color: #00c2a9;
}
#searchform input[type="text"]:focus + .submit-search:before {
  color: #00c2a9;
}
.page-template #footer {
  background-color: #fafafa;
}
#footer .section.parallax {
  position: static;
  background-color: rgba(0, 0, 0, 0.7);
}
#footer p {
  color: #a0a0a0;
}
#footer .widget {
  margin-bottom: 50px;
}
#footer .parallax .widget-title {
  margin-bottom: 25px;
  color: #fff;
}
#footer .parallax .widget_archive ul li, #footer .parallax .widget_categories ul li, #footer .parallax .widget_contact_us ul li, #footer .parallax .widget_links ul li, #footer .parallax .widget_meta ul li, #footer .parallax .widget_nav_menu ul li, #footer .parallax .widget_pages ul li, #footer .parallax .widget_recent_comments ul li, #footer .parallax .widget_recent_entries ul li {
  padding: 5px 0;
  border-top-color: #555;
}
.logo-in-footer {
  padding: 68px 0;
  border-top: 1px solid #2c2a2e;
  border-top: 1px solid rgba(207, 207, 207, 0.12);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.logo-in-footer h1 {
  margin-bottom: 0;
  font-size: 100px;
  font-family: "Julius Sans One", sans-serif;
}
.logo-in-footer a {
  color: #252525;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.bottom-footer {
  padding: 37px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #2c2a2e;
  border-color: rgba(207, 207, 207, 0.12);
  background-color: rgba(0, 0, 0, 0.95);
  color: #4b4b4c;
}
.page-template .bottom-footer, .single .bottom-footer {
  border-color: #ececec;
  background-color: #fafafa;
  color: #777;
}
.copyright {
  font-size: 12px;
}
.developed {
  font-size: 11px;
}
.copyright a, .developed a {
  color: #00c2a9;
}
ul.social-icons {
  font-size: 0;
}
ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
ul.social-icons li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #cfcfcf;
  border: 1px solid rgba(207, 207, 207, 0.33);
  font: 0/0 a;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.social-icons li a:hover {
  border-color: transparent;
}
ul.social-icons .twitter a:hover {
  background-color: #47c0d8;
}
ul.social-icons .facebook a:hover {
  background-color: #49699f;
}
ul.social-icons .linkedin a:hover {
  background-color: #2c7cb7;
}
ul.social-icons .pinterest a:hover {
  background-color: #c21c21;
}
ul.social-icons .rss a:hover {
  background-color: #fe9900;
}
ul.social-icons .gplus a:hover {
  background-color: #c33d19;
}
ul.social-icons .flickr a:hover {
  background-color: #e82c88;
}
ul.social-icons .instagram a:hover {
  background-color: #517fa3;
}
ul.social-icons .dropbox a:hover {
  background-color: #5da3e8;
}
ul.social-icons .youtube a:hover {
  background-color: #b72d24;
}
ul.social-icons .blogger a:hover {
  background-color: #f38f33;
}
ul.social-icons .evernote a:hover {
  background-color: #73b122;
}
ul.social-icons .dribbble a:hover {
  background-color: #e65992;
}
ul.social-icons .behance a:hover {
  background-color: #18a3fe;
}
ul.social-icons .lastfm a:hover {
  background-color: #be0607;
}
ul.social-icons .skype a:hover {
  background-color: #24b0e4;
}
ul.social-icons .vimeo a:hover {
  background-color: #568799;
}
ul.social-icons .forrst a:hover {
  background-color: #628267;
}
ul.social-icons .digg a:hover {
  background-color: #2882c6;
}
ul.social-icons .appstore a:hover {
  background-color: #606060;
}
ul.social-icons .wordpress a:hover {
  background-color: #33759d;
}
ul.social-icons .stumbleupon a:hover {
  background-color: #eb4924;
}
ul.social-icons .deviantart a:hover {
  background-color: #5f7162;
}
ul.social-icons .github a:hover {
  background-color: #7292a2;
}
ul.social-icons .mail a:hover {
  background-color: #65a413;
}
ul.social-icons .phone a:hover {
  background-color: #cfcfcf;
}
ul.social-icons li i {
  display: block;
  color: #a0a0a0;
  font-size: 20px;
  line-height: 40px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.social-icons a:hover i {
  color: #fff;
}
.progress-bar {
  position: relative;
  margin-bottom: 18px;
}
.progressbar-title {
  margin-bottom: 3px;
  color: #aeaeae;
  font-size: 16px;
}
.percent {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  color: #aeaeae;
  font-size: 16px;
  line-height: 35px;
}
.bar-outer {
  position: relative;
  width: 100%;
  height: 12px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bar {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 12px;
  background-color: #00c2a9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.acc-box {
  margin-bottom: 20px;
}
.acc-trigger {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 10px 55px 10px 20px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.acc-trigger:hover {
  background-color: #f6f6f6;
}
.acc-trigger.active {
  border-color: transparent;
  background-color: #00c2a9;
}
.acc-trigger:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 100%;
  border-left: 1px solid #cfcfcf;
  color: #5b5e60;
  text-align: center;
  font-size: 24px;
  font-family: fontello;
  line-height: 47px;
  content: "";
}
.acc-trigger.active:after {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  content: "";
}
.acc-trigger a {
  color: #777;
  font-size: 14px;
  font-weight: 300;
}
.acc-trigger.active a {
  color: #fff;
}
.acc-trigger.active + .acc-container p {
  margin: 0 0 10px 0;
}
.acc-container {
  padding: 15px 0;
  display: none;
}
.widget_likebox iframe {
  width: 100% !important;
  background-color: #fefefe;
}
.quotes {
  position: relative;
  margin-bottom: 25px;
}
li .quote-text {
  position: relative;
  padding: 10px 10% 0;
}
.widget_testimonials .quote-text {
  padding: 0;
}
.parallax .quote-text {
  color: #fff;
}
#footer .parallax .quote-text {
  margin-bottom: 10px;
}
li .quote-text:before {
  display: block;
  margin-bottom: 35px;
  content: "";
  font-size: 50px;
  font-family: fontello;
}
.widget_testimonials .quote-text:before {
  display: none;
}
.quote-image {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px;
}
.quote-image:after, .quote-image:before {
  position: absolute;
  top: 50%;
  width: 130%;
  height: 1px;
  background-color: #dcdcdc;
  background-color: rgba(255, 255, 255, 0.5);
}
.quote-image:before {
  left: -150%;
  content: "";
}
.quote-image:after {
  right: -150%;
  content: "";
}
.quote-image img {
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.quote-author {
  color: #00c2a9;
  font-size: 16px;
}
.parallax .quote-author {
  color: #fff;
  font-size: 16px;
}
.quote-author:after, .quote-author:before {
  content: " - ";
}
.tabs-nav {
  margin-bottom: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #cfcfcf;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}
.tabs-nav li {
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.tabs-nav li a {
  display: block;
  padding: 10px 35px;
  cursor: pointer;
  color: #777;
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tabs-nav a:hover {
  border-color: #cfcfcf;
  background-color: #f6f6f6;
}
.tabs-nav .active a {
  background-color: #00c2a9;
  color: #fff;
}
.tabs-container {
  overflow: hidden;
}
.tab-content {
  display: none;
  padding: 10px 0;
}
.tab-content:first-child {
  display: block;
}
.error, .info, .notice, .success {
  position: relative;
  margin-bottom: 10px;
  padding: 11px 15px 11px 50px;
  display: block;
  color: #777 !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.error {
  background-color: #fac9cf;
}
.success {
  background-color: #e0f2cd;
}
.info {
  background-color: #c6e7f4;
}
.notice {
  background-color: #feefc5;
}
.error:before, .info:before, .notice:before, .success:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -13px;
  font-size: 18px;
  font-family: fontello;
}
.error:before {
  color: #ce717c;
  content: "";
}
.success:before {
  color: #8aaa67;
  content: "";
}
.info:before {
  color: #66aac4;
  content: "";
}
.notice:before {
  color: #c8a749;
  content: "";
}
.alert-close {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  line-height: 1;
}
.alert-close:before {
  font-size: 18px;
  font-family: fontello;
  content: "";
}
.error .alert-close {
  color: #ce717c !important;
}
.success .alert-close {
  color: #8aaa67 !important;
}
.info .alert-close {
  color: #66aac4 !important;
}
.notice .alert-close {
  color: #dec47b !important;
}
ul.list {
  margin-bottom: 20px;
}
ul.list li {
  position: relative;
}
ol.list li, ul.list li {
  margin-bottom: 4px;
}
ul.circle-list li {
  position: relative;
  margin-left: 45px;
  padding: 9px 0;
  border-top: 1px solid #e6e6e6;
}
ul.circle-list li:first-child {
  border-top: none;
}
ul.circle-list li:before {
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  color: #777;
  text-align: center;
  font-family: fontello;
  content: "";
  line-height: 23px;
  -webkit-transition: color 0.25s ease 0.01s, border-color 0.25s ease 0.01s;
  transition: color 0.25s ease 0.01s, border-color 0.25s ease 0.01s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
ul.circle-list li:after {
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background-color: #00c2a9;
  content: "";
  opacity: 0;
  -webkit-transition: transform 0.3s ease, opacity 0.25s ease;
  transition: transform 0.3s ease, opacity 0.25s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
ul.circle-list li:hover:before {
  z-index: 5;
  border-color: transparent;
  color: #fff;
}
ul.circle-list li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.google_map {
  position: relative;
  width: 100%;
  height: 500px;
}
.google_map:after, .google_map:before {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.google_map:after {
  top: 0;
}
.google_map:before {
  bottom: 0;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
}
.google_map img {
  max-width: none;
}
#back-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#back-top:after {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #e1e1e1;
  font-size: 20px;
  font-family: fontello;
  content: "";
  line-height: 48px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#back-top:hover {
  border-color: transparent;
  background-color: #00c2a9;
}
#back-top:hover:after {
  color: #fff;
}
div.ls-layer {
  z-index: 1 !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
.container {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container:after, .container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row:after, .row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}
.col-xs-1 {
  width: 8.3%;
}
.col-xs-2 {
  width: 16.6%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3%;
}
.col-xs-5 {
  width: 41.6%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3%;
}
.col-xs-8 {
  width: 66.6%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3%;
}
.col-xs-11 {
  width: 91.6%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3%;
  }
  .col-sm-2 {
    width: 16.6%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3%;
  }
  .col-sm-5 {
    width: 41.6%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3%;
  }
  .col-sm-8 {
    width: 66.6%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3%;
  }
  .col-sm-11 {
    width: 91.6%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3%;
  }
  .col-sm-push-2 {
    left: 16.6%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3%;
  }
  .col-sm-push-5 {
    left: 41.6%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3%;
  }
  .col-sm-push-8 {
    left: 66.6%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3%;
  }
  .col-sm-push-11 {
    left: 91.6%;
  }
  .col-sm-pull-1 {
    right: 8.3%;
  }
  .col-sm-pull-2 {
    right: 16.6%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3%;
  }
  .col-sm-pull-5 {
    right: 41.6%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3%;
  }
  .col-sm-pull-8 {
    right: 66.6%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3%;
  }
  .col-sm-pull-11 {
    right: 91.6%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.3%;
  }
  .col-md-2 {
    width: 16.6%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3%;
  }
  .col-md-5 {
    width: 41.6%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3%;
  }
  .col-md-8 {
    width: 66.6%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3%;
  }
  .col-md-11 {
    width: 91.6%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3%;
  }
  .col-md-push-2 {
    left: 16.6%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3%;
  }
  .col-md-push-5 {
    left: 41.6%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3%;
  }
  .col-md-push-8 {
    left: 66.6%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3%;
  }
  .col-md-push-11 {
    left: 91.6%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3%;
  }
  .col-md-pull-2 {
    right: 16.6%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3%;
  }
  .col-md-pull-5 {
    right: 41.6%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3%;
  }
  .col-md-pull-8 {
    right: 66.6%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3%;
  }
  .col-md-pull-11 {
    right: 91.6%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3%;
  }
  .col-md-offset-2 {
    margin-left: 16.6%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3%;
  }
  .col-md-offset-5 {
    margin-left: 41.6%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3%;
  }
  .col-md-offset-8 {
    margin-left: 66.6%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3%;
  }
  .col-md-offset-11 {
    margin-left: 91.6%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3%;
  }
  .col-lg-2 {
    width: 16.6%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3%;
  }
  .col-lg-5 {
    width: 41.6%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3%;
  }
  .col-lg-8 {
    width: 66.6%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3%;
  }
  .col-lg-11 {
    width: 91.6%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3%;
  }
  .col-lg-push-2 {
    left: 16.6%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3%;
  }
  .col-lg-push-5 {
    left: 41.6%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3%;
  }
  .col-lg-push-8 {
    left: 66.6%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3%;
  }
  .col-lg-push-11 {
    left: 91.6%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3%;
  }
  .col-lg-pull-2 {
    right: 16.6%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3%;
  }
  .col-lg-pull-5 {
    right: 41.6%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3%;
  }
  .col-lg-pull-8 {
    right: 66.6%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3%;
  }
  .col-lg-pull-11 {
    right: 91.6%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navigation > ul > li > a {
    padding: 25px 10px 31px;
  }
  .header-text h1 {
    font-size: 80px;
  }
  ul.portfolio-items li {
    width: 25%;
    max-width: 25%;
  }
  .accHorizontal {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
  }
  .accHorizontal .accHorizontal__item {
    margin-bottom: 20px;
  }
  .accHorizontal .accHorizontal__item .acc_cBox {
    max-height: 390px;
    margin: auto;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  .accHorizontal .accHorizontal__item .acc_cBox .acc_cImg {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .accHorizontal .accHorizontal__item .acc_cBox .acc_cCont {
    width: 250px;
    margin: auto;
    min-height: auto;
    max-height: none;
  }
  .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox {
    width: inherit;
    max-height: 2000px;
  }
  .accHorizontal .accHorizontal__item .backdrop > .fa {
    top: 110px;
  }
  .accHorizontal .accHorizontal__item .backdrop {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #header {
    position: relative;
  }
  #header.mobile_fixed {
    position: fixed;
  }
  .transparent #logo a {
    color: #5b5e60;
  }
  .header-shrink.transparent #logo a {
    color: #fff;
  }
  .responsive-nav-button {
    display: inline-block;
    vertical-align: middle;
  }
  #header #navigation {
    position: relative;
    z-index: 999;
    right: 0;
    left: 0;
    top: 100%;
    display: none;
    overflow: hidden;
    margin-bottom: 5px;
    padding-top: 0;
    width: 100%;
    background-color: #fff;
  }
  .navigation ul li {
    display: block;
    float: none;
    margin: 1px;
    padding-bottom: 0;
  }
  .navigation ul li > a {
    padding: 10px 15px;
    background-color: #fff;
    color: #3d3d3d;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
  }
  .navigation > ul > li > a {
    text-transform: initial;
  }
  .navigation ul .current-menu-ancestor > a, .navigation ul .current-menu-item > a, .navigation ul .current-menu-parent > a, .navigation ul .current_page_ancestor > a, .navigation ul .current_page_item > a, .navigation ul .current_page_parent > a, .navigation ul a:hover {
    background-color: #fff;
    color: #3d3d3d;
  }
  .header-shrink .navigation > ul > li > a:after {
    color: #fff;
  }
  .navigation ul .current-menu-ancestor > a:after, .navigation ul .current-menu-item > a:after, .navigation ul .current-menu-parent > a:after, .navigation ul .current_page_ancestor > a:after, .navigation ul .current_page_item > a:after, .navigation ul .current_page_parent > a:after, .navigation ul a:hover:after {
    color: #fff;
  }
  .navigation ul ul {
    position: relative;
    display: block;
    padding: 2px 2%;
    width: 100%;
    background-color: #ececec;
  }
  .navigation ul ul .current-menu-ancestor > a, .navigation ul ul .current-menu-item > a, .navigation ul ul .current-menu-parent > a, .navigation ul ul .current_page_ancestor > a, .navigation ul ul .current_page_item > a, .navigation ul ul .current_page_parent > a, .navigation ul ul a:hover {
    color: #fff;
  }
  .navigation ul ul .current-menu-ancestor.rightarrowclass > a:after, .navigation ul ul .current-menu-item.rightarrowclass > a:after, .navigation ul ul .current-menu-parent.rightarrowclass > a:after, .navigation ul ul .current_page_ancestor.rightarrowclass > a:after, .navigation ul ul .current_page_item.rightarrowclass > a:after, .navigation ul ul .current_page_parent.rightarrowclass > a:after {
    color: #fff;
  }
  .navigation ul ul .rightarrowclass > a:after {
    content: "";
  }
  .header-text h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .video-title {
    font-size: 55px;
  }
  .counter {
    width: 100px;
  }
  .counter .count {
    height: 100px;
    font-size: 52px;
    line-height: 100px;
  }
  .tweet .tweets .tweet_text {
    padding: 0 5% 30px;
  }
  .portfolio-filter li {
    padding: 3px 15px;
  }
  ul.portfolio-items li {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .project-meta {
    margin-bottom: 10px;
  }
  .project-meta li {
    display: inline-block;
    margin-right: 15px;
  }
  .accHorizontal {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
  }
  .accHorizontal .accHorizontal__item {
    margin-bottom: 20px;
  }
  .accHorizontal .accHorizontal__item .acc_cBox {
    max-height: 390px;
    margin: auto;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  .accHorizontal .accHorizontal__item .acc_cBox .acc_cImg {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .accHorizontal .accHorizontal__item .acc_cBox .acc_cCont {
    width: 250px;
    margin: auto;
    min-height: auto;
    max-height: none;
  }
  .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox {
    width: inherit;
    max-height: 2000px;
  }
  .accHorizontal .accHorizontal__item .backdrop > .fa {
    top: 110px;
  }
  .accHorizontal .accHorizontal__item .backdrop {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-items .link-icon .curtain, .portfolio-items .plus-icon .curtain {
    width: 35px;
    height: 35px;
  }
  .portfolio-items .link-icon .curtain:after, .portfolio-items .plus-icon .curtain:after {
    font-size: 14px;
    line-height: 35px;
  }
  .portfolio-items .plus-icon .curtain:after {
    font-size: 22px;
    line-height: 32px;
  }
  #header #navigation {
    position: relative;
  }
  .navigation ul li > a {
    padding: 5px 15px;
  }
  hgroup.section-title h1 {
    font-size: 40px;
  }
  .section-title h1 {
    font-size: 40px;
  }
  h1.theme-title {
    font-size: 40px !important;
  }
  .slogan {
    margin-bottom: 40px;
  }
  .slogan h1 {
    font-size: 34px;
  }
  .video-title {
    font-size: 40px;
  }
  .accHorizontal {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
  }
  .accHorizontal .accHorizontal__item {
    margin-bottom: 20px;
  }
  .accHorizontal .accHorizontal__item .acc_cBox {
    max-height: 390px;
    margin: auto;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
  }
  .accHorizontal .accHorizontal__item .acc_cBox .acc_cImg {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .accHorizontal .accHorizontal__item .acc_cBox .acc_cCont {
    width: 250px;
    margin: auto;
    min-height: auto;
    max-height: none;
  }
  .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox {
    width: inherit;
    max-height: 2000px;
    z-index: 9;
  }
  .accHorizontal .accHorizontal__item .backdrop > .fa {
    top: 110px;
  }
  .accHorizontal .accHorizontal__item .backdrop {
    width: 100%;
  }
  .tweet .tweets .tweet_text {
    padding: 0 0 30px;
  }
  ul.clients-items li {
    width: 50%;
  }
  .counter {
    margin: 0 15px;
    width: 100px;
  }
  .counter .count {
    margin-bottom: 10px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
  }
  .simple-pricing-table .column {
    margin-bottom: 20px;
    width: 100%;
  }
  .simple-pricing-table.col-2 .column, .simple-pricing-table.col-3 .column, .simple-pricing-table.col-4 .column {
    width: 100%;
  }
  .simple-pricing-table .column:hover, .simple-pricing-table .featured {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .image-slider-nav a {
    margin-top: -25px;
    width: 25px;
    height: 50px;
  }
  .touch .image-slider .prevBtn {
    left: 15px;
  }
  .touch .image-slider .nextBtn {
    right: 15px;
  }
  .image-slider-nav a:after {
    font-size: 25px;
    line-height: 48px;
  }
  #respond input[type="email"], #respond input[type="text"], #respond input[type="url"] {
    width: 100%;
  }
  #respond textarea {
    width: 100%;
    min-width: 100%;
  }
  .tabs-nav li a {
    padding: 6px 15px;
  }
  .extra-title {
    font-size: 17px;
  }
  .portfolio-filter {
    text-align: left;
  }
  .portfolio-filter li {
    width: 48%;
    border-width: 1px;
    text-align: center;
  }
  .portfolio-filter li:first-child {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .portfolio-filter li:last-child {
    border-right-width: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .portfolio-filter li:nth-child(2n-1) {
    margin-right: 4%;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
  }
  .portfolio-filter li:nth-child(2n) {
    margin-right: 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
  }
  .portfolio-filter li.active + li {
    border-left-color: #cfcfcf !important;
  }
  ul.portfolio-items li {
    width: 50%;
    max-width: 50%;
  }
  .project-page-header .project-title {
    font-size: 40px;
  }
  .project-nav {
    margin-top: -10px;
  }
  .project-nav li {
    margin-left: 10px;
  }
  .project-nav li a:after {
    font-size: 25px;
    line-height: 24px;
  }
  .project-nav .all-projects:after {
    font-size: 23px;
  }
  .project-meta {
    margin-bottom: 10px;
  }
  .project-meta li {
    display: inline-block;
    margin-right: 15px;
  }
  .project-similar li, .row .project-similar li {
    width: 100%;
  }
  .google_map {
    height: 200px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .project-similar li, .row .project-similar li {
    width: 50%;
  }
  .logo-in-footer h1 a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .single-post-nav a {
    font-size: 15px;
  }
  .single-post-nav .prev {
    padding-left: 25px;
  }
  .single-post-nav .next {
    padding-right: 25px;
  }
  .single-post-nav a:after {
    font-size: 24px;
  }
  .project-page-header .project-title {
    padding-right: 80px;
    font-size: 35px;
  }
  .logo-in-footer h1 {
    font-size: 70px;
  }
  .copyright {
    font-size: 11px;
  }
  .logo-in-footer h1 a {
    font-size: 14px;
  }
}
@font-face {
  font-family: fontello;
  src: url(../fonts/fontello.eot?iqdnra);
  src: url(../fonts/fontello.eot?iqdnra#iefix) format("embedded-opentype"), url(../fonts/fontello.ttf?iqdnra) format("truetype"), url(../fonts/fontello.woff?iqdnra) format("woff"), url(../fonts/fontello.svg?iqdnra#fontello) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"], [class^="icon-"] {
  font-family: fontello !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-forrst:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-blogger-1:before {
  content: "";
}
.icon-link1:before {
  content: "";
}
.icon-checkmark:before {
  content: "";
}
.icon-cancel:before {
  content: "";
}
.icon-notice:before {
  content: "";
}
.icon-time:before {
  content: "";
}
.icon-checkmark1:before {
  content: "";
}
.icon-close-2:before {
  content: "";
}
.icon-resize-big:before {
  content: "";
}
.icon-resize-small:before {
  content: "";
}
.icon-pricetags:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-cog-6:before {
  content: "";
}
.icon-lightbulb-3:before {
  content: "";
}
.icon-pencil-7:before {
  content: "";
}
.icon-comment-6:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-thumbs-up-5:before {
  content: "";
}
.icon-paper-plane-2:before {
  content: "";
}
.icon-params:before {
  content: "";
}
.icon-megaphone-3:before {
  content: "";
}
.icon-beaker-1:before {
  content: "";
}
.icon-globe-6:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-phone1:before {
  content: "";
}
.icon-right-open-outline:before {
  content: "";
}
.icon-warning-outline:before {
  content: "";
}
.icon-pencil-alt-1:before {
  content: "";
}
.icon-flickr-1:before {
  content: "";
}
.icon-ok-2:before {
  content: "";
}
.icon-comment1:before {
  content: "";
}
.icon-right-bold:before {
  content: "";
}
.icon-right-thin:before {
  content: "";
}
.icon-right-open-1:before {
  content: "";
}
.icon-right-open-3:before {
  content: "";
}
.icon-right-circle-1:before {
  content: "";
}
.icon-fast-forward:before {
  content: "";
}
.icon-down-dir-1:before {
  content: "";
}
.icon-ok-4:before {
  content: "";
}
.icon-forward:before {
  content: "";
}
.icon-pencil-alt:before {
  content: "";
}
.icon-share-2:before {
  content: "";
}
.icon-evernote:before {
  content: "";
}
.icon-pause-outline:before {
  content: "";
}
.icon-play-outline:before {
  content: "";
}
.icon-asterisk:before {
  content: "";
}
.icon-search1:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-star-o:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-film:before {
  content: "";
}
.icon-th-large:before {
  content: "";
}
.icon-th:before {
  content: "";
}
.icon-th-list:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-remove:before {
  content: "";
}
.icon-times:before {
  content: "";
}
.icon-search-plus:before {
  content: "";
}
.icon-search-minus:before {
  content: "";
}
.icon-cog:before {
  content: "";
}
.icon-trash-o:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-file-o:before {
  content: "";
}
.icon-clock-o:before {
  content: "";
}
.icon-road:before {
  content: "";
}
.icon-download-alt:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-times-circle-o:before {
  content: "";
}
.icon-check-circle-o:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-right-4:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-gift:before {
  content: "";
}
.icon-leaf:before {
  content: "";
}
.icon-random:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-folder-close:before {
  content: "";
}
.icon-folder-open:before {
  content: "";
}
.icon-facebook-square:before {
  content: "";
}
.icon-camera-retro:before {
  content: "";
}
.icon-cogs:before {
  content: "";
}
.icon-thumbs-up:before {
  content: "";
}
.icon-heart-o:before {
  content: "";
}
.icon-thumb-tack:before {
  content: "";
}
.icon-github-square:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-facebook-f:before {
  content: "";
}
.icon-github:before {
  content: "";
}
.icon-credit-card:before {
  content: "";
}
.icon-feed:before {
  content: "";
}
.icon-rss:before {
  content: "";
}
.icon-bullhorn:before {
  content: "";
}
.icon-globe:before {
  content: "";
}
.icon-wrench:before {
  content: "";
}
.icon-tasks:before {
  content: "";
}
.icon-briefcase:before {
  content: "";
}
.icon-group:before {
  content: "";
}
.icon-chain:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-cloud:before {
  content: "";
}
.icon-beaker:before {
  content: "";
}
.icon-cut:before {
  content: "";
}
.icon-scissors:before {
  content: "";
}
.icon-paperclip:before {
  content: "";
}
.icon-floppy-o:before {
  content: "";
}
.icon-save:before {
  content: "";
}
.icon-pinterest-circled:before {
  content: "";
}
.icon-pinterest-square:before {
  content: "";
}
.icon-gplus:before {
  content: "";
}
.icon-caret-down:before {
  content: "";
}
.icon-caret-up:before {
  content: "";
}
.icon-caret-left:before {
  content: "";
}
.icon-right-dir:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-dashboard:before {
  content: "";
}
.icon-tachometer:before {
  content: "";
}
.icon-comments-alt:before {
  content: "";
}
.icon-umbrella:before {
  content: "";
}
.icon-lightbulb:before {
  content: "";
}
.icon-cloud-download:before {
  content: "";
}
.icon-suitcase:before {
  content: "";
}
.icon-coffee:before {
  content: "";
}
.icon-angle-double-left:before {
  content: "";
}
.icon-angle-double-right:before {
  content: "";
}
.icon-angle-double-up:before {
  content: "";
}
.icon-angle-double-down:before {
  content: "";
}
.icon-angle-left:before {
  content: "";
}
.icon-angle-right:before {
  content: "";
}
.icon-angle-up:before {
  content: "";
}
.icon-angle-down:before {
  content: "";
}
.icon-laptop:before {
  content: "";
}
.icon-quote-left:before {
  content: "";
}
.icon-quote-right:before {
  content: "";
}
.icon-folder-o:before {
  content: "";
}
.icon-folder-open-o:before {
  content: "";
}
.icon-terminal:before {
  content: "";
}
.icon-code:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-exclamation:before {
  content: "";
}
.icon-rocket:before {
  content: "";
}
.icon-ticket:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-xing:before {
  content: "";
}
.icon-youtube-play:before {
  content: "";
}
.icon-dropbox:before {
  content: "";
}
.icon-stack-overflow:before {
  content: "";
}
.icon-instagramm:before {
  content: "";
}
.icon-tumblr:before {
  content: "";
}
.icon-appstore:before {
  content: "";
}
.icon-windows:before {
  content: "";
}
.icon-android:before {
  content: "";
}
.icon-linux:before {
  content: "";
}
.icon-dribbble:before {
  content: "";
}
.icon-skype:before {
  content: "";
}
.icon-bug:before {
  content: "";
}
.icon-vk:before {
  content: "";
}
.icon-vimeo-square:before {
  content: "";
}
.icon-wordpress:before {
  content: "";
}
.icon-bank:before {
  content: "";
}
.icon-institution:before {
  content: "";
}
.icon-university:before {
  content: "";
}
.icon-yahoo:before {
  content: "";
}
.icon-google:before {
  content: "";
}
.icon-reddit:before {
  content: "";
}
.icon-stumbleupon-2:before {
  content: "";
}
.icon-delicious:before {
  content: "";
}
.icon-digg:before {
  content: "";
}
.icon-drupal:before {
  content: "";
}
.icon-joomla:before {
  content: "";
}
.icon-language:before {
  content: "";
}
.icon-child:before {
  content: "";
}
.icon-behance:before {
  content: "";
}
.icon-behance-square:before {
  content: "";
}
.icon-steam:before {
  content: "";
}
.icon-recycle:before {
  content: "";
}
.icon-automobile:before {
  content: "";
}
.icon-car:before {
  content: "";
}
.icon-cab:before {
  content: "";
}
.icon-taxi:before {
  content: "";
}
.icon-spotify:before {
  content: "";
}
.icon-deviantart:before {
  content: "";
}
.icon-soundcloud:before {
  content: "";
}
.icon-file-pdf-o:before {
  content: "";
}
.icon-file-word-o:before {
  content: "";
}
.icon-file-image-o:before {
  content: "";
}
.icon-file-photo-o:before {
  content: "";
}
.icon-file-picture-o:before {
  content: "";
}
.icon-file-code-o:before {
  content: "";
}
.icon-life-bouy:before {
  content: "";
}
.icon-life-buoy:before {
  content: "";
}
.icon-life-ring:before {
  content: "";
}
.icon-life-saver:before {
  content: "";
}
.icon-support:before {
  content: "";
}
.icon-calculator:before {
  content: "";
}
.icon-paypal:before {
  content: "";
}
.icon-cc-visa:before {
  content: "";
}
.icon-cc-mastercard:before {
  content: "";
}
.icon-cc-discover:before {
  content: "";
}
.icon-cc-amex:before {
  content: "";
}
.icon-cc-paypal:before {
  content: "";
}
.icon-cc-stripe:before {
  content: "";
}
.icon-trash:before {
  content: "";
}
.icon-at:before {
  content: "";
}
.icon-lastfm:before {
  content: "";
}
.icon-heartbeat:before {
  content: "";
}
.icon-facebook-official:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-whatsapp:before {
  content: "";
}
.icon-odnoklassniki:before {
  content: "";
}
.icon-wikipedia-w:before {
  content: "";
}
.icon-safari:before {
  content: "";
}
.icon-chrome:before {
  content: "";
}
.icon-firefox:before {
  content: "";
}
.icon-opera:before {
  content: "";
}
.icon-internet-explorer:before {
  content: "";
}
.icon-television:before {
  content: "";
}
.icon-tv:before {
  content: "";
}
.icon-amazon:before {
  content: "";
}
.icon-map-o:before {
  content: "";
}
.icon-vimeo:before {
  content: "";
}
.icon-reddit-alien:before {
  content: "";
}
.icon-edge:before {
  content: "";
}
.icon-credit-card-alt:before {
  content: "";
}
.icon-bluetooth:before {
  content: "";
}
.icon-bluetooth-b:before {
  content: "";
}
.icon-envelope-open-o:before {
  content: "";
}
.icon-address-book-o:before {
  content: "";
}
.icon-address-card-o:before {
  content: "";
}
.icon-vcard-o:before {
  content: "";
}
.icon-drivers-license-o:before {
  content: "";
}
.icon-id-card-o:before {
  content: "";
}
.icon-butterfly:before {
  content: "";
}
.icon-door:before {
  content: "";
}
.icon-house:before {
  content: "";
}
.icon-parquet:before {
  content: "";
}
.icon-toolbox:before {
  content: "";
}
.icon-wardrobe:before {
  content: "";
}
.icon-window:before {
  content: "";
}
.tm-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .opacity {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.animated .opacityRun {
  opacity: 1;
}
.animated .opacity2x {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.animated .opacity2xRun {
  opacity: 1;
}
.animated .scale {
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .scaleRun {
  opacity: 1;
  -webkit-animation-name: scaleRun;
  animation-name: scaleRun;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.animated .slideRight {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .slideRightRun {
  opacity: 1;
  -webkit-animation-name: slideRightRun;
  animation-name: slideRightRun;
}
.animated .slideLeft {
  opacity: 0;
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .slideLeftRun {
  opacity: 1;
  -webkit-animation-name: slideLeftRun;
  animation-name: slideLeftRun;
}
.animated .slideDown {
  opacity: 0;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .slideDownRun {
  opacity: 1;
  -webkit-animation-name: slideDownRun;
  animation-name: slideDownRun;
}
.animated .slideUp {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .slideUpRun {
  opacity: 1;
  -webkit-animation-name: slideUpRun;
  animation-name: slideUpRun;
}
@-webkit-keyframes slideLeftRun {
  0% {
    -webkit-transform: translateX(15%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideLeftRun {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRightRun {
  0% {
    -webkit-transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideRightRun {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideDownRun {
  0% {
    -webkit-transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDownRun {
  0% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUpRun {
  0% {
    -webkit-transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideUpRun {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleRun {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleRun {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleRunPricing {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes scaleRunPricing {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
.tooltipster-default {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9b9b9b;
  background: #fff;
  color: #00c2a9;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-left span, .tooltipster-arrow-top-right span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-left span, .tooltipster-arrow-bottom-right span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top span {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom-left span, .tooltipster-arrow-top-left span {
  left: 6px;
}
.tooltipster-arrow-bottom-left .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-bottom-right span, .tooltipster-arrow-top-right span {
  right: 6px;
}
.tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left .tooltipster-arrow-border, .tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right .tooltipster-arrow-border, .tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.flex-control-nav, .flex-direction-nav, .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  position: relative;
  margin: 0;
  padding: 0 110px;
  zoom: 1;
}
.flex-wrap-viewport {
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider .slides img {
  display: block;
  width: 100%;
}
.flex-direction-nav a {
  position: absolute;
  top: 35%;
  z-index: 10;
  display: block;
  overflow: hidden;
  margin-top: -35px;
  width: 35px;
  height: 70px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flex-direction-nav .flex-prev {
  left: -110px;
}
.flex-direction-nav .flex-next {
  right: -110px;
}
.flex-direction-nav a:hover {
  border-color: transparent;
  background-color: #00c2a9;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
}
.flex-direction-nav a:before {
  display: block;
  color: #00c2a9;
  font-size: 30px;
  font-family: fontello;
  line-height: 68px;
  text-align: center;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.flex-direction-nav .flex-prev:before {
  content: "";
}
.flex-direction-nav .flex-next:before {
  content: "";
}
.flex-direction-nav a:hover:before {
  color: #fff;
}
.flex-pauseplay a {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 10;
  display: block;
  overflow: hidden;
  color: #000;
  opacity: 0.8;
  cursor: pointer;
}
.flex-control-nav {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
}
.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  position: static;
  overflow: hidden;
  margin-bottom: 70px;
  font-size: 0;
  text-align: center;
}
.flex-control-thumbs li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  width: 100px;
}
.flex-control-thumbs i {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #cfcfcf;
  color: #5b5e60;
  font-size: 44px;
  line-height: 96px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flex-control-thumbs .flex-active {
  border-color: transparent;
  background-color: #00c2a9;
}
.flex-control-thumbs .flex-active:before {
  color: #fff;
}
.flex-control-thumbs h6 {
  color: #5b5e60;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .flexslider {
    padding: 0 50px;
  }
  .flex-direction-nav .flex-prev {
    left: -70px;
  }
  .flex-direction-nav .flex-next {
    right: -70px;
  }
  .flex-control-thumbs {
    margin-bottom: 40px;
  }
  .flex-control-thumbs li {
    margin: 0 10px;
    width: 80px;
  }
  .flex-control-thumbs i {
    font-size: 36px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .flexslider {
    padding: 0 50px;
  }
  .flex-direction-nav .flex-prev {
    left: -70px;
  }
  .flex-direction-nav .flex-next {
    right: -70px;
  }
  .flex-control-thumbs {
    margin-bottom: 20px;
  }
  .flex-control-thumbs li {
    margin: 0 10px;
    width: 60px;
  }
  .flex-control-thumbs i {
    font-size: 30px;
    line-height: 60px;
  }
  .flex-control-thumbs h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .flexslider {
    padding: 0;
  }
  .flex-direction-nav .flex-prev {
    display: none;
  }
  .flex-direction-nav .flex-next {
    display: none;
  }
  .flex-control-thumbs {
    margin-bottom: 20px;
  }
  .flex-control-thumbs li {
    margin: 0 10px;
  }
  .flex-control-thumbs i {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .flex-control-thumbs h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .flex-control-thumbs h6 {
    font-size: 12px;
  }
}
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
}
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}
.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}
.vbox-next span, .vbox-prev span {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}
.vbox-prev {
  left: 15px;
}
.vbox-next {
  right: 15px;
}
.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  height: 260px;
  height: 70vh;
}
.venoframe.vbvid {
  height: 260px;
}
@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}
.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}
.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}
.vbox-container img {
  max-width: 100%;
  height: auto;
}
.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}
img.figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.vbox-content.swipe-left {
  margin-left: -200px !important;
}
.vbox-content.swipe-right {
  margin-left: 200px !important;
}
.animated {
  webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.animate-in {
  opacity: 1;
}
.animate-out {
  opacity: 0;
}
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:after, .lightSlider:before {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #fff;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(../js/lightslider/img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.widget_recent_projects .lSAction > a {
  top: 115px;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}
.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  float: left;
  padding: 0 40px;
}
.image-slider .lSSlideOuter .lSGallery li, .image-slider .lSSlideOuter .lightSlider > *, .widget_recent_projects .lSSlideOuter .lSGallery li, .widget_recent_projects .lSSlideOuter .lightSlider > * {
  padding: 0;
}
.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "";
}
.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "";
}
.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "";
}
.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  content: "";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "";
}
.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: 0;
}
.video-js *, .video-js :after, .video-js :before {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}
.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel:hover .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 9em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2;
  }
}
.vjs-track-setting > select {
  margin-right: 5px;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}
.video-js :focus:not(:focus-visible) {
  outline: 0;
}
/* FontAwesome Redirects */
/* Colors */
--ukmc-font-family: "Roboto";
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.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.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  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-bounce;
  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.28, 0.84, 0.42, 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(0.4, 0, 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(0.4, 0, 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, linear);
}
.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-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-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: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "";
}
.fa-arrows-to-circle::before {
  content: "";
}
.fa-circle-chevron-right::before {
  content: "";
}
.fa-chevron-circle-right::before {
  content: "";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "";
}
.fa-trash-alt::before {
  content: "";
}
.fa-text-height::before {
  content: "";
}
.fa-user-xmark::before {
  content: "";
}
.fa-user-times::before {
  content: "";
}
.fa-stethoscope::before {
  content: "";
}
.fa-message::before {
  content: "";
}
.fa-comment-alt::before {
  content: "";
}
.fa-info::before {
  content: "";
}
.fa-down-left-and-up-right-to-center::before {
  content: "";
}
.fa-compress-alt::before {
  content: "";
}
.fa-explosion::before {
  content: "";
}
.fa-file-lines::before {
  content: "";
}
.fa-file-alt::before {
  content: "";
}
.fa-file-text::before {
  content: "";
}
.fa-wave-square::before {
  content: "";
}
.fa-ring::before {
  content: "";
}
.fa-building-un::before {
  content: "";
}
.fa-dice-three::before {
  content: "";
}
.fa-calendar-days::before {
  content: "";
}
.fa-calendar-alt::before {
  content: "";
}
.fa-anchor-circle-check::before {
  content: "";
}
.fa-building-circle-arrow-right::before {
  content: "";
}
.fa-volleyball::before {
  content: "";
}
.fa-volleyball-ball::before {
  content: "";
}
.fa-arrows-up-to-line::before {
  content: "";
}
.fa-sort-down::before {
  content: "";
}
.fa-sort-desc::before {
  content: "";
}
.fa-circle-minus::before {
  content: "";
}
.fa-minus-circle::before {
  content: "";
}
.fa-door-open::before {
  content: "";
}
.fa-right-from-bracket::before {
  content: "";
}
.fa-sign-out-alt::before {
  content: "";
}
.fa-atom::before {
  content: "";
}
.fa-soap::before {
  content: "";
}
.fa-icons::before {
  content: "";
}
.fa-heart-music-camera-bolt::before {
  content: "";
}
.fa-microphone-lines-slash::before {
  content: "";
}
.fa-microphone-alt-slash::before {
  content: "";
}
.fa-bridge-circle-check::before {
  content: "";
}
.fa-pump-medical::before {
  content: "";
}
.fa-fingerprint::before {
  content: "";
}
.fa-hand-point-right::before {
  content: "";
}
.fa-magnifying-glass-location::before {
  content: "";
}
.fa-search-location::before {
  content: "";
}
.fa-forward-step::before {
  content: "";
}
.fa-step-forward::before {
  content: "";
}
.fa-face-smile-beam::before {
  content: "";
}
.fa-smile-beam::before {
  content: "";
}
.fa-flag-checkered::before {
  content: "";
}
.fa-football::before {
  content: "";
}
.fa-football-ball::before {
  content: "";
}
.fa-school-circle-exclamation::before {
  content: "";
}
.fa-crop::before {
  content: "";
}
.fa-angles-down::before {
  content: "";
}
.fa-angle-double-down::before {
  content: "";
}
.fa-users-rectangle::before {
  content: "";
}
.fa-people-roof::before {
  content: "";
}
.fa-people-line::before {
  content: "";
}
.fa-beer-mug-empty::before {
  content: "";
}
.fa-beer::before {
  content: "";
}
.fa-diagram-predecessor::before {
  content: "";
}
.fa-arrow-up-long::before {
  content: "";
}
.fa-long-arrow-up::before {
  content: "";
}
.fa-fire-flame-simple::before {
  content: "";
}
.fa-burn::before {
  content: "";
}
.fa-person::before {
  content: "";
}
.fa-male::before {
  content: "";
}
.fa-laptop::before {
  content: "";
}
.fa-file-csv::before {
  content: "";
}
.fa-menorah::before {
  content: "";
}
.fa-truck-plane::before {
  content: "";
}
.fa-record-vinyl::before {
  content: "";
}
.fa-face-grin-stars::before {
  content: "";
}
.fa-grin-stars::before {
  content: "";
}
.fa-bong::before {
  content: "";
}
.fa-spaghetti-monster-flying::before {
  content: "";
}
.fa-pastafarianism::before {
  content: "";
}
.fa-arrow-down-up-across-line::before {
  content: "";
}
.fa-spoon::before {
  content: "";
}
.fa-utensil-spoon::before {
  content: "";
}
.fa-jar-wheat::before {
  content: "";
}
.fa-envelopes-bulk::before {
  content: "";
}
.fa-mail-bulk::before {
  content: "";
}
.fa-file-circle-exclamation::before {
  content: "";
}
.fa-circle-h::before {
  content: "";
}
.fa-hospital-symbol::before {
  content: "";
}
.fa-pager::before {
  content: "";
}
.fa-address-book::before {
  content: "";
}
.fa-contact-book::before {
  content: "";
}
.fa-strikethrough::before {
  content: "";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "";
}
.fa-pencil::before {
  content: "";
}
.fa-pencil-alt::before {
  content: "";
}
.fa-backward::before {
  content: "";
}
.fa-caret-right::before {
  content: "";
}
.fa-comments::before {
  content: "";
}
.fa-paste::before {
  content: "";
}
.fa-file-clipboard::before {
  content: "";
}
.fa-code-pull-request::before {
  content: "";
}
.fa-clipboard-list::before {
  content: "";
}
.fa-truck-ramp-box::before {
  content: "";
}
.fa-truck-loading::before {
  content: "";
}
.fa-user-check::before {
  content: "";
}
.fa-vial-virus::before {
  content: "";
}
.fa-sheet-plastic::before {
  content: "";
}
.fa-blog::before {
  content: "";
}
.fa-user-ninja::before {
  content: "";
}
.fa-person-arrow-up-from-line::before {
  content: "";
}
.fa-scroll-torah::before {
  content: "";
}
.fa-torah::before {
  content: "";
}
.fa-broom-ball::before {
  content: "";
}
.fa-quidditch::before {
  content: "";
}
.fa-quidditch-broom-ball::before {
  content: "";
}
.fa-toggle-off::before {
  content: "";
}
.fa-box-archive::before {
  content: "";
}
.fa-archive::before {
  content: "";
}
.fa-person-drowning::before {
  content: "";
}
.fa-arrow-down-9-1::before {
  content: "";
}
.fa-sort-numeric-desc::before {
  content: "";
}
.fa-sort-numeric-down-alt::before {
  content: "";
}
.fa-face-grin-tongue-squint::before {
  content: "";
}
.fa-grin-tongue-squint::before {
  content: "";
}
.fa-spray-can::before {
  content: "";
}
.fa-truck-monster::before {
  content: "";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "";
}
.fa-globe-africa::before {
  content: "";
}
.fa-rainbow::before {
  content: "";
}
.fa-circle-notch::before {
  content: "";
}
.fa-tablet-screen-button::before {
  content: "";
}
.fa-tablet-alt::before {
  content: "";
}
.fa-paw::before {
  content: "";
}
.fa-cloud::before {
  content: "";
}
.fa-trowel-bricks::before {
  content: "";
}
.fa-face-flushed::before {
  content: "";
}
.fa-flushed::before {
  content: "";
}
.fa-hospital-user::before {
  content: "";
}
.fa-tent-arrow-left-right::before {
  content: "";
}
.fa-gavel::before {
  content: "";
}
.fa-legal::before {
  content: "";
}
.fa-binoculars::before {
  content: "";
}
.fa-microphone-slash::before {
  content: "";
}
.fa-box-tissue::before {
  content: "";
}
.fa-motorcycle::before {
  content: "";
}
.fa-bell-concierge::before {
  content: "";
}
.fa-concierge-bell::before {
  content: "";
}
.fa-pen-ruler::before {
  content: "";
}
.fa-pencil-ruler::before {
  content: "";
}
.fa-people-arrows::before {
  content: "";
}
.fa-people-arrows-left-right::before {
  content: "";
}
.fa-mars-and-venus-burst::before {
  content: "";
}
.fa-square-caret-right::before {
  content: "";
}
.fa-caret-square-right::before {
  content: "";
}
.fa-scissors::before {
  content: "";
}
.fa-cut::before {
  content: "";
}
.fa-sun-plant-wilt::before {
  content: "";
}
.fa-toilets-portable::before {
  content: "";
}
.fa-hockey-puck::before {
  content: "";
}
.fa-table::before {
  content: "";
}
.fa-magnifying-glass-arrow-right::before {
  content: "";
}
.fa-tachograph-digital::before {
  content: "";
}
.fa-digital-tachograph::before {
  content: "";
}
.fa-users-slash::before {
  content: "";
}
.fa-clover::before {
  content: "";
}
.fa-reply::before {
  content: "";
}
.fa-mail-reply::before {
  content: "";
}
.fa-star-and-crescent::before {
  content: "";
}
.fa-house-fire::before {
  content: "";
}
.fa-square-minus::before {
  content: "";
}
.fa-minus-square::before {
  content: "";
}
.fa-helicopter::before {
  content: "";
}
.fa-compass::before {
  content: "";
}
.fa-square-caret-down::before {
  content: "";
}
.fa-caret-square-down::before {
  content: "";
}
.fa-file-circle-question::before {
  content: "";
}
.fa-laptop-code::before {
  content: "";
}
.fa-swatchbook::before {
  content: "";
}
.fa-prescription-bottle::before {
  content: "";
}
.fa-bars::before {
  content: "";
}
.fa-navicon::before {
  content: "";
}
.fa-people-group::before {
  content: "";
}
.fa-hourglass-end::before {
  content: "";
}
.fa-hourglass-3::before {
  content: "";
}
.fa-heart-crack::before {
  content: "";
}
.fa-heart-broken::before {
  content: "";
}
.fa-square-up-right::before {
  content: "";
}
.fa-external-link-square-alt::before {
  content: "";
}
.fa-face-kiss-beam::before {
  content: "";
}
.fa-kiss-beam::before {
  content: "";
}
.fa-film::before {
  content: "";
}
.fa-ruler-horizontal::before {
  content: "";
}
.fa-people-robbery::before {
  content: "";
}
.fa-lightbulb::before {
  content: "";
}
.fa-caret-left::before {
  content: "";
}
.fa-circle-exclamation::before {
  content: "";
}
.fa-exclamation-circle::before {
  content: "";
}
.fa-school-circle-xmark::before {
  content: "";
}
.fa-arrow-right-from-bracket::before {
  content: "";
}
.fa-sign-out::before {
  content: "";
}
.fa-circle-chevron-down::before {
  content: "";
}
.fa-chevron-circle-down::before {
  content: "";
}
.fa-unlock-keyhole::before {
  content: "";
}
.fa-unlock-alt::before {
  content: "";
}
.fa-cloud-showers-heavy::before {
  content: "";
}
.fa-headphones-simple::before {
  content: "";
}
.fa-headphones-alt::before {
  content: "";
}
.fa-sitemap::before {
  content: "";
}
.fa-circle-dollar-to-slot::before {
  content: "";
}
.fa-donate::before {
  content: "";
}
.fa-memory::before {
  content: "";
}
.fa-road-spikes::before {
  content: "";
}
.fa-fire-burner::before {
  content: "";
}
.fa-flag::before {
  content: "";
}
.fa-hanukiah::before {
  content: "";
}
.fa-feather::before {
  content: "";
}
.fa-volume-low::before {
  content: "";
}
.fa-volume-down::before {
  content: "";
}
.fa-comment-slash::before {
  content: "";
}
.fa-cloud-sun-rain::before {
  content: "";
}
.fa-compress::before {
  content: "";
}
.fa-wheat-awn::before {
  content: "";
}
.fa-wheat-alt::before {
  content: "";
}
.fa-ankh::before {
  content: "";
}
.fa-hands-holding-child::before {
  content: "";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "";
}
.fa-check-square::before {
  content: "";
}
.fa-peseta-sign::before {
  content: "";
}
.fa-heading::before {
  content: "";
}
.fa-header::before {
  content: "";
}
.fa-ghost::before {
  content: "";
}
.fa-list::before {
  content: "";
}
.fa-list-squares::before {
  content: "";
}
.fa-square-phone-flip::before {
  content: "";
}
.fa-phone-square-alt::before {
  content: "";
}
.fa-cart-plus::before {
  content: "";
}
.fa-gamepad::before {
  content: "";
}
.fa-circle-dot::before {
  content: "";
}
.fa-dot-circle::before {
  content: "";
}
.fa-face-dizzy::before {
  content: "";
}
.fa-dizzy::before {
  content: "";
}
.fa-egg::before {
  content: "";
}
.fa-house-medical-circle-xmark::before {
  content: "";
}
.fa-campground::before {
  content: "";
}
.fa-folder-plus::before {
  content: "";
}
.fa-futbol::before {
  content: "";
}
.fa-futbol-ball::before {
  content: "";
}
.fa-soccer-ball::before {
  content: "";
}
.fa-paintbrush::before {
  content: "";
}
.fa-paint-brush::before {
  content: "";
}
.fa-lock::before {
  content: "";
}
.fa-gas-pump::before {
  content: "";
}
.fa-hot-tub-person::before {
  content: "";
}
.fa-hot-tub::before {
  content: "";
}
.fa-map-location::before {
  content: "";
}
.fa-map-marked::before {
  content: "";
}
.fa-house-flood-water::before {
  content: "";
}
.fa-tree::before {
  content: "";
}
.fa-bridge-lock::before {
  content: "";
}
.fa-sack-dollar::before {
  content: "";
}
.fa-pen-to-square::before {
  content: "";
}
.fa-edit::before {
  content: "";
}
.fa-car-side::before {
  content: "";
}
.fa-share-nodes::before {
  content: "";
}
.fa-share-alt::before {
  content: "";
}
.fa-heart-circle-minus::before {
  content: "";
}
.fa-hourglass-half::before {
  content: "";
}
.fa-hourglass-2::before {
  content: "";
}
.fa-microscope::before {
  content: "";
}
.fa-sink::before {
  content: "";
}
.fa-bag-shopping::before {
  content: "";
}
.fa-shopping-bag::before {
  content: "";
}
.fa-arrow-down-z-a::before {
  content: "";
}
.fa-sort-alpha-desc::before {
  content: "";
}
.fa-sort-alpha-down-alt::before {
  content: "";
}
.fa-mitten::before {
  content: "";
}
.fa-person-rays::before {
  content: "";
}
.fa-users::before {
  content: "";
}
.fa-eye-slash::before {
  content: "";
}
.fa-flask-vial::before {
  content: "";
}
.fa-hand::before {
  content: "";
}
.fa-hand-paper::before {
  content: "";
}
.fa-om::before {
  content: "";
}
.fa-worm::before {
  content: "";
}
.fa-house-circle-xmark::before {
  content: "";
}
.fa-plug::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}
.fa-hand-spock::before {
  content: "";
}
.fa-stopwatch::before {
  content: "";
}
.fa-face-kiss::before {
  content: "";
}
.fa-kiss::before {
  content: "";
}
.fa-bridge-circle-xmark::before {
  content: "";
}
.fa-face-grin-tongue::before {
  content: "";
}
.fa-grin-tongue::before {
  content: "";
}
.fa-chess-bishop::before {
  content: "";
}
.fa-face-grin-wink::before {
  content: "";
}
.fa-grin-wink::before {
  content: "";
}
.fa-ear-deaf::before {
  content: "";
}
.fa-deaf::before {
  content: "";
}
.fa-deafness::before {
  content: "";
}
.fa-hard-of-hearing::before {
  content: "";
}
.fa-road-circle-check::before {
  content: "";
}
.fa-dice-five::before {
  content: "";
}
.fa-square-rss::before {
  content: "";
}
.fa-rss-square::before {
  content: "";
}
.fa-land-mine-on::before {
  content: "";
}
.fa-i-cursor::before {
  content: "";
}
.fa-stamp::before {
  content: "";
}
.fa-stairs::before {
  content: "";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "";
}
.fa-hryvnia::before {
  content: "";
}
.fa-pills::before {
  content: "";
}
.fa-face-grin-wide::before {
  content: "";
}
.fa-grin-alt::before {
  content: "";
}
.fa-tooth::before {
  content: "";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "";
}
.fa-bicycle::before {
  content: "";
}
.fa-staff-snake::before {
  content: "";
}
.fa-rod-asclepius::before {
  content: "";
}
.fa-rod-snake::before {
  content: "";
}
.fa-staff-aesculapius::before {
  content: "";
}
.fa-head-side-cough-slash::before {
  content: "";
}
.fa-truck-medical::before {
  content: "";
}
.fa-ambulance::before {
  content: "";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}
.fa-snowman::before {
  content: "";
}
.fa-mortar-pestle::before {
  content: "";
}
.fa-road-barrier::before {
  content: "";
}
.fa-school::before {
  content: "";
}
.fa-igloo::before {
  content: "";
}
.fa-joint::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-horse::before {
  content: "";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "";
}
.fa-temperature-half::before {
  content: "";
}
.fa-temperature-2::before {
  content: "";
}
.fa-thermometer-2::before {
  content: "";
}
.fa-thermometer-half::before {
  content: "";
}
.fa-dong-sign::before {
  content: "";
}
.fa-capsules::before {
  content: "";
}
.fa-poo-storm::before {
  content: "";
}
.fa-poo-bolt::before {
  content: "";
}
.fa-face-frown-open::before {
  content: "";
}
.fa-frown-open::before {
  content: "";
}
.fa-hand-point-up::before {
  content: "";
}
.fa-money-bill::before {
  content: "";
}
.fa-bookmark::before {
  content: "";
}
.fa-align-justify::before {
  content: "";
}
.fa-umbrella-beach::before {
  content: "";
}
.fa-helmet-un::before {
  content: "";
}
.fa-bullseye::before {
  content: "";
}
.fa-bacon::before {
  content: "";
}
.fa-hand-point-down::before {
  content: "";
}
.fa-arrow-up-from-bracket::before {
  content: "";
}
.fa-folder::before {
  content: "";
}
.fa-folder-blank::before {
  content: "";
}
.fa-file-waveform::before {
  content: "";
}
.fa-file-medical-alt::before {
  content: "";
}
.fa-radiation::before {
  content: "";
}
.fa-chart-simple::before {
  content: "";
}
.fa-mars-stroke::before {
  content: "";
}
.fa-vial::before {
  content: "";
}
.fa-gauge::before {
  content: "";
}
.fa-dashboard::before {
  content: "";
}
.fa-gauge-med::before {
  content: "";
}
.fa-tachometer-alt-average::before {
  content: "";
}
.fa-wand-magic-sparkles::before {
  content: "";
}
.fa-magic-wand-sparkles::before {
  content: "";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "";
}
.fa-pen-alt::before {
  content: "";
}
.fa-bridge-circle-exclamation::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-school-circle-check::before {
  content: "";
}
.fa-dumpster::before {
  content: "";
}
.fa-van-shuttle::before {
  content: "";
}
.fa-shuttle-van::before {
  content: "";
}
.fa-building-user::before {
  content: "";
}
.fa-square-caret-left::before {
  content: "";
}
.fa-caret-square-left::before {
  content: "";
}
.fa-highlighter::before {
  content: "";
}
.fa-key::before {
  content: "";
}
.fa-bullhorn::before {
  content: "";
}
.fa-globe::before {
  content: "";
}
.fa-synagogue::before {
  content: "";
}
.fa-person-half-dress::before {
  content: "";
}
.fa-road-bridge::before {
  content: "";
}
.fa-location-arrow::before {
  content: "";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "";
}
.fa-building-lock::before {
  content: "";
}
.fa-pizza-slice::before {
  content: "";
}
.fa-money-bill-wave::before {
  content: "";
}
.fa-chart-area::before {
  content: "";
}
.fa-area-chart::before {
  content: "";
}
.fa-house-flag::before {
  content: "";
}
.fa-person-circle-minus::before {
  content: "";
}
.fa-ban::before {
  content: "";
}
.fa-cancel::before {
  content: "";
}
.fa-camera-rotate::before {
  content: "";
}
.fa-spray-can-sparkles::before {
  content: "";
}
.fa-air-freshener::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-repeat::before {
  content: "";
}
.fa-cross::before {
  content: "";
}
.fa-box::before {
  content: "";
}
.fa-venus-mars::before {
  content: "";
}
.fa-arrow-pointer::before {
  content: "";
}
.fa-mouse-pointer::before {
  content: "";
}
.fa-maximize::before {
  content: "";
}
.fa-expand-arrows-alt::before {
  content: "";
}
.fa-charging-station::before {
  content: "";
}
.fa-shapes::before {
  content: "";
}
.fa-triangle-circle-square::before {
  content: "";
}
.fa-shuffle::before {
  content: "";
}
.fa-random::before {
  content: "";
}
.fa-person-running::before {
  content: "";
}
.fa-running::before {
  content: "";
}
.fa-mobile-retro::before {
  content: "";
}
.fa-grip-lines-vertical::before {
  content: "";
}
.fa-spider::before {
  content: "";
}
.fa-hands-bound::before {
  content: "";
}
.fa-file-invoice-dollar::before {
  content: "";
}
.fa-plane-circle-exclamation::before {
  content: "";
}
.fa-x-ray::before {
  content: "";
}
.fa-spell-check::before {
  content: "";
}
.fa-slash::before {
  content: "";
}
.fa-computer-mouse::before {
  content: "";
}
.fa-mouse::before {
  content: "";
}
.fa-arrow-right-to-bracket::before {
  content: "";
}
.fa-sign-in::before {
  content: "";
}
.fa-shop-slash::before {
  content: "";
}
.fa-store-alt-slash::before {
  content: "";
}
.fa-server::before {
  content: "";
}
.fa-virus-covid-slash::before {
  content: "";
}
.fa-shop-lock::before {
  content: "";
}
.fa-hourglass-start::before {
  content: "";
}
.fa-hourglass-1::before {
  content: "";
}
.fa-blender-phone::before {
  content: "";
}
.fa-building-wheat::before {
  content: "";
}
.fa-person-breastfeeding::before {
  content: "";
}
.fa-right-to-bracket::before {
  content: "";
}
.fa-sign-in-alt::before {
  content: "";
}
.fa-venus::before {
  content: "";
}
.fa-passport::before {
  content: "";
}
.fa-heart-pulse::before {
  content: "";
}
.fa-heartbeat::before {
  content: "";
}
.fa-people-carry-box::before {
  content: "";
}
.fa-people-carry::before {
  content: "";
}
.fa-temperature-high::before {
  content: "";
}
.fa-microchip::before {
  content: "";
}
.fa-crown::before {
  content: "";
}
.fa-weight-hanging::before {
  content: "";
}
.fa-xmarks-lines::before {
  content: "";
}
.fa-file-prescription::before {
  content: "";
}
.fa-weight-scale::before {
  content: "";
}
.fa-weight::before {
  content: "";
}
.fa-user-group::before {
  content: "";
}
.fa-user-friends::before {
  content: "";
}
.fa-arrow-up-a-z::before {
  content: "";
}
.fa-sort-alpha-up::before {
  content: "";
}
.fa-chess-knight::before {
  content: "";
}
.fa-face-laugh-squint::before {
  content: "";
}
.fa-laugh-squint::before {
  content: "";
}
.fa-wheelchair::before {
  content: "";
}
.fa-circle-arrow-up::before {
  content: "";
}
.fa-arrow-circle-up::before {
  content: "";
}
.fa-toggle-on::before {
  content: "";
}
.fa-person-walking::before {
  content: "";
}
.fa-walking::before {
  content: "";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "";
}
.fa-bed-pulse::before {
  content: "";
}
.fa-procedures::before {
  content: "";
}
.fa-shuttle-space::before {
  content: "";
}
.fa-space-shuttle::before {
  content: "";
}
.fa-face-laugh::before {
  content: "";
}
.fa-laugh::before {
  content: "";
}
.fa-folder-open::before {
  content: "";
}
.fa-heart-circle-plus::before {
  content: "";
}
.fa-code-fork::before {
  content: "";
}
.fa-city::before {
  content: "";
}
.fa-microphone-lines::before {
  content: "";
}
.fa-microphone-alt::before {
  content: "";
}
.fa-pepper-hot::before {
  content: "";
}
.fa-unlock::before {
  content: "";
}
.fa-colon-sign::before {
  content: "";
}
.fa-headset::before {
  content: "";
}
.fa-store-slash::before {
  content: "";
}
.fa-road-circle-xmark::before {
  content: "";
}
.fa-user-minus::before {
  content: "";
}
.fa-mars-stroke-up::before {
  content: "";
}
.fa-mars-stroke-v::before {
  content: "";
}
.fa-champagne-glasses::before {
  content: "";
}
.fa-glass-cheers::before {
  content: "";
}
.fa-clipboard::before {
  content: "";
}
.fa-house-circle-exclamation::before {
  content: "";
}
.fa-file-arrow-up::before {
  content: "";
}
.fa-file-upload::before {
  content: "";
}
.fa-wifi::before {
  content: "";
}
.fa-wifi-3::before {
  content: "";
}
.fa-wifi-strong::before {
  content: "";
}
.fa-bath::before {
  content: "";
}
.fa-bathtub::before {
  content: "";
}
.fa-underline::before {
  content: "";
}
.fa-user-pen::before {
  content: "";
}
.fa-user-edit::before {
  content: "";
}
.fa-signature::before {
  content: "";
}
.fa-stroopwafel::before {
  content: "";
}
.fa-bold::before {
  content: "";
}
.fa-anchor-lock::before {
  content: "";
}
.fa-building-ngo::before {
  content: "";
}
.fa-manat-sign::before {
  content: "";
}
.fa-not-equal::before {
  content: "";
}
.fa-border-top-left::before {
  content: "";
}
.fa-border-style::before {
  content: "";
}
.fa-map-location-dot::before {
  content: "";
}
.fa-map-marked-alt::before {
  content: "";
}
.fa-jedi::before {
  content: "";
}
.fa-square-poll-vertical::before {
  content: "";
}
.fa-poll::before {
  content: "";
}
.fa-mug-hot::before {
  content: "";
}
.fa-car-battery::before {
  content: "";
}
.fa-battery-car::before {
  content: "";
}
.fa-gift::before {
  content: "";
}
.fa-dice-two::before {
  content: "";
}
.fa-chess-queen::before {
  content: "";
}
.fa-glasses::before {
  content: "";
}
.fa-chess-board::before {
  content: "";
}
.fa-building-circle-check::before {
  content: "";
}
.fa-person-chalkboard::before {
  content: "";
}
.fa-mars-stroke-right::before {
  content: "";
}
.fa-mars-stroke-h::before {
  content: "";
}
.fa-hand-back-fist::before {
  content: "";
}
.fa-hand-rock::before {
  content: "";
}
.fa-square-caret-up::before {
  content: "";
}
.fa-caret-square-up::before {
  content: "";
}
.fa-cloud-showers-water::before {
  content: "";
}
.fa-chart-bar::before {
  content: "";
}
.fa-bar-chart::before {
  content: "";
}
.fa-hands-bubbles::before {
  content: "";
}
.fa-hands-wash::before {
  content: "";
}
.fa-less-than-equal::before {
  content: "";
}
.fa-train::before {
  content: "";
}
.fa-eye-low-vision::before {
  content: "";
}
.fa-low-vision::before {
  content: "";
}
.fa-crow::before {
  content: "";
}
.fa-sailboat::before {
  content: "";
}
.fa-window-restore::before {
  content: "";
}
.fa-square-plus::before {
  content: "";
}
.fa-plus-square::before {
  content: "";
}
.fa-torii-gate::before {
  content: "";
}
.fa-frog::before {
  content: "";
}
.fa-bucket::before {
  content: "";
}
.fa-image::before {
  content: "";
}
.fa-microphone::before {
  content: "";
}
.fa-cow::before {
  content: "";
}
.fa-caret-up::before {
  content: "";
}
.fa-screwdriver::before {
  content: "";
}
.fa-folder-closed::before {
  content: "";
}
.fa-house-tsunami::before {
  content: "";
}
.fa-square-nfi::before {
  content: "";
}
.fa-arrow-up-from-ground-water::before {
  content: "";
}
.fa-martini-glass::before {
  content: "";
}
.fa-glass-martini-alt::before {
  content: "";
}
.fa-rotate-left::before {
  content: "";
}
.fa-rotate-back::before {
  content: "";
}
.fa-rotate-backward::before {
  content: "";
}
.fa-undo-alt::before {
  content: "";
}
.fa-table-columns::before {
  content: "";
}
.fa-columns::before {
  content: "";
}
.fa-lemon::before {
  content: "";
}
.fa-head-side-mask::before {
  content: "";
}
.fa-handshake::before {
  content: "";
}
.fa-gem::before {
  content: "";
}
.fa-dolly::before {
  content: "";
}
.fa-dolly-box::before {
  content: "";
}
.fa-smoking::before {
  content: "";
}
.fa-minimize::before {
  content: "";
}
.fa-compress-arrows-alt::before {
  content: "";
}
.fa-monument::before {
  content: "";
}
.fa-snowplow::before {
  content: "";
}
.fa-angles-right::before {
  content: "";
}
.fa-angle-double-right::before {
  content: "";
}
.fa-cannabis::before {
  content: "";
}
.fa-circle-play::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-tablets::before {
  content: "";
}
.fa-ethernet::before {
  content: "";
}
.fa-euro-sign::before {
  content: "";
}
.fa-eur::before {
  content: "";
}
.fa-euro::before {
  content: "";
}
.fa-chair::before {
  content: "";
}
.fa-circle-check::before {
  content: "";
}
.fa-check-circle::before {
  content: "";
}
.fa-circle-stop::before {
  content: "";
}
.fa-stop-circle::before {
  content: "";
}
.fa-compass-drafting::before {
  content: "";
}
.fa-drafting-compass::before {
  content: "";
}
.fa-plate-wheat::before {
  content: "";
}
.fa-icicles::before {
  content: "";
}
.fa-person-shelter::before {
  content: "";
}
.fa-neuter::before {
  content: "";
}
.fa-id-badge::before {
  content: "";
}
.fa-marker::before {
  content: "";
}
.fa-face-laugh-beam::before {
  content: "";
}
.fa-laugh-beam::before {
  content: "";
}
.fa-helicopter-symbol::before {
  content: "";
}
.fa-universal-access::before {
  content: "";
}
.fa-circle-chevron-up::before {
  content: "";
}
.fa-chevron-circle-up::before {
  content: "";
}
.fa-lari-sign::before {
  content: "";
}
.fa-volcano::before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}
.fa-sterling-sign::before {
  content: "";
}
.fa-gbp::before {
  content: "";
}
.fa-pound-sign::before {
  content: "";
}
.fa-viruses::before {
  content: "";
}
.fa-square-person-confined::before {
  content: "";
}
.fa-user-tie::before {
  content: "";
}
.fa-arrow-down-long::before {
  content: "";
}
.fa-long-arrow-down::before {
  content: "";
}
.fa-tent-arrow-down-to-line::before {
  content: "";
}
.fa-certificate::before {
  content: "";
}
.fa-reply-all::before {
  content: "";
}
.fa-mail-reply-all::before {
  content: "";
}
.fa-suitcase::before {
  content: "";
}
.fa-person-skating::before {
  content: "";
}
.fa-skating::before {
  content: "";
}
.fa-filter-circle-dollar::before {
  content: "";
}
.fa-funnel-dollar::before {
  content: "";
}
.fa-camera-retro::before {
  content: "";
}
.fa-circle-arrow-down::before {
  content: "";
}
.fa-arrow-circle-down::before {
  content: "";
}
.fa-file-import::before {
  content: "";
}
.fa-arrow-right-to-file::before {
  content: "";
}
.fa-square-arrow-up-right::before {
  content: "";
}
.fa-external-link-square::before {
  content: "";
}
.fa-box-open::before {
  content: "";
}
.fa-scroll::before {
  content: "";
}
.fa-spa::before {
  content: "";
}
.fa-location-pin-lock::before {
  content: "";
}
.fa-pause::before {
  content: "";
}
.fa-hill-avalanche::before {
  content: "";
}
.fa-temperature-empty::before {
  content: "";
}
.fa-temperature-0::before {
  content: "";
}
.fa-thermometer-0::before {
  content: "";
}
.fa-thermometer-empty::before {
  content: "";
}
.fa-bomb::before {
  content: "";
}
.fa-registered::before {
  content: "";
}
.fa-address-card::before {
  content: "";
}
.fa-contact-card::before {
  content: "";
}
.fa-vcard::before {
  content: "";
}
.fa-scale-unbalanced-flip::before {
  content: "";
}
.fa-balance-scale-right::before {
  content: "";
}
.fa-subscript::before {
  content: "";
}
.fa-diamond-turn-right::before {
  content: "";
}
.fa-directions::before {
  content: "";
}
.fa-burst::before {
  content: "";
}
.fa-house-laptop::before {
  content: "";
}
.fa-laptop-house::before {
  content: "";
}
.fa-face-tired::before {
  content: "";
}
.fa-tired::before {
  content: "";
}
.fa-money-bills::before {
  content: "";
}
.fa-smog::before {
  content: "";
}
.fa-crutch::before {
  content: "";
}
.fa-cloud-arrow-up::before {
  content: "";
}
.fa-cloud-upload::before {
  content: "";
}
.fa-cloud-upload-alt::before {
  content: "";
}
.fa-palette::before {
  content: "";
}
.fa-arrows-turn-right::before {
  content: "";
}
.fa-vest::before {
  content: "";
}
.fa-ferry::before {
  content: "";
}
.fa-arrows-down-to-people::before {
  content: "";
}
.fa-seedling::before {
  content: "";
}
.fa-sprout::before {
  content: "";
}
.fa-left-right::before {
  content: "";
}
.fa-arrows-alt-h::before {
  content: "";
}
.fa-boxes-packing::before {
  content: "";
}
.fa-circle-arrow-left::before {
  content: "";
}
.fa-arrow-circle-left::before {
  content: "";
}
.fa-group-arrows-rotate::before {
  content: "";
}
.fa-bowl-food::before {
  content: "";
}
.fa-candy-cane::before {
  content: "";
}
.fa-arrow-down-wide-short::before {
  content: "";
}
.fa-sort-amount-asc::before {
  content: "";
}
.fa-sort-amount-down::before {
  content: "";
}
.fa-cloud-bolt::before {
  content: "";
}
.fa-thunderstorm::before {
  content: "";
}
.fa-text-slash::before {
  content: "";
}
.fa-remove-format::before {
  content: "";
}
.fa-face-smile-wink::before {
  content: "";
}
.fa-smile-wink::before {
  content: "";
}
.fa-file-word::before {
  content: "";
}
.fa-file-powerpoint::before {
  content: "";
}
.fa-arrows-left-right::before {
  content: "";
}
.fa-arrows-h::before {
  content: "";
}
.fa-house-lock::before {
  content: "";
}
.fa-cloud-arrow-down::before {
  content: "";
}
.fa-cloud-download::before {
  content: "";
}
.fa-cloud-download-alt::before {
  content: "";
}
.fa-children::before {
  content: "";
}
.fa-chalkboard::before {
  content: "";
}
.fa-blackboard::before {
  content: "";
}
.fa-user-large-slash::before {
  content: "";
}
.fa-user-alt-slash::before {
  content: "";
}
.fa-envelope-open::before {
  content: "";
}
.fa-handshake-simple-slash::before {
  content: "";
}
.fa-handshake-alt-slash::before {
  content: "";
}
.fa-mattress-pillow::before {
  content: "";
}
.fa-guarani-sign::before {
  content: "";
}
.fa-arrows-rotate::before {
  content: "";
}
.fa-refresh::before {
  content: "";
}
.fa-sync::before {
  content: "";
}
.fa-fire-extinguisher::before {
  content: "";
}
.fa-cruzeiro-sign::before {
  content: "";
}
.fa-greater-than-equal::before {
  content: "";
}
.fa-shield-halved::before {
  content: "";
}
.fa-shield-alt::before {
  content: "";
}
.fa-book-atlas::before {
  content: "";
}
.fa-atlas::before {
  content: "";
}
.fa-virus::before {
  content: "";
}
.fa-envelope-circle-check::before {
  content: "";
}
.fa-layer-group::before {
  content: "";
}
.fa-arrows-to-dot::before {
  content: "";
}
.fa-archway::before {
  content: "";
}
.fa-heart-circle-check::before {
  content: "";
}
.fa-house-chimney-crack::before {
  content: "";
}
.fa-house-damage::before {
  content: "";
}
.fa-file-zipper::before {
  content: "";
}
.fa-file-archive::before {
  content: "";
}
.fa-square::before {
  content: "";
}
.fa-martini-glass-empty::before {
  content: "";
}
.fa-glass-martini::before {
  content: "";
}
.fa-couch::before {
  content: "";
}
.fa-cedi-sign::before {
  content: "";
}
.fa-italic::before {
  content: "";
}
.fa-church::before {
  content: "";
}
.fa-comments-dollar::before {
  content: "";
}
.fa-democrat::before {
  content: "";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "";
}
.fa-skiing::before {
  content: "";
}
.fa-road-lock::before {
  content: "";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "";
}
.fa-temperature-down::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "";
}
.fa-newspaper::before {
  content: "";
}
.fa-rectangle-ad::before {
  content: "";
}
.fa-ad::before {
  content: "";
}
.fa-circle-arrow-right::before {
  content: "";
}
.fa-arrow-circle-right::before {
  content: "";
}
.fa-filter-circle-xmark::before {
  content: "";
}
.fa-locust::before {
  content: "";
}
.fa-sort::before {
  content: "";
}
.fa-unsorted::before {
  content: "";
}
.fa-list-ol::before {
  content: "";
}
.fa-list-1-2::before {
  content: "";
}
.fa-list-numeric::before {
  content: "";
}
.fa-person-dress-burst::before {
  content: "";
}
.fa-money-check-dollar::before {
  content: "";
}
.fa-money-check-alt::before {
  content: "";
}
.fa-vector-square::before {
  content: "";
}
.fa-bread-slice::before {
  content: "";
}
.fa-language::before {
  content: "";
}
.fa-face-kiss-wink-heart::before {
  content: "";
}
.fa-kiss-wink-heart::before {
  content: "";
}
.fa-filter::before {
  content: "";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "";
}
.fa-up-down-left-right::before {
  content: "";
}
.fa-arrows-alt::before {
  content: "";
}
.fa-house-chimney-user::before {
  content: "";
}
.fa-hand-holding-heart::before {
  content: "";
}
.fa-puzzle-piece::before {
  content: "";
}
.fa-money-check::before {
  content: "";
}
.fa-star-half-stroke::before {
  content: "";
}
.fa-star-half-alt::before {
  content: "";
}
.fa-code::before {
  content: "";
}
.fa-whiskey-glass::before {
  content: "";
}
.fa-glass-whiskey::before {
  content: "";
}
.fa-building-circle-exclamation::before {
  content: "";
}
.fa-magnifying-glass-chart::before {
  content: "";
}
.fa-arrow-up-right-from-square::before {
  content: "";
}
.fa-external-link::before {
  content: "";
}
.fa-cubes-stacked::before {
  content: "";
}
.fa-won-sign::before {
  content: "";
}
.fa-krw::before {
  content: "";
}
.fa-won::before {
  content: "";
}
.fa-virus-covid::before {
  content: "";
}
.fa-austral-sign::before {
  content: "";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "";
}
.fa-road::before {
  content: "";
}
.fa-taxi::before {
  content: "";
}
.fa-cab::before {
  content: "";
}
.fa-person-circle-plus::before {
  content: "";
}
.fa-chart-pie::before {
  content: "";
}
.fa-pie-chart::before {
  content: "";
}
.fa-bolt-lightning::before {
  content: "";
}
.fa-sack-xmark::before {
  content: "";
}
.fa-file-excel::before {
  content: "";
}
.fa-file-contract::before {
  content: "";
}
.fa-fish-fins::before {
  content: "";
}
.fa-building-flag::before {
  content: "";
}
.fa-face-grin-beam::before {
  content: "";
}
.fa-grin-beam::before {
  content: "";
}
.fa-object-ungroup::before {
  content: "";
}
.fa-poop::before {
  content: "";
}
.fa-location-pin::before {
  content: "";
}
.fa-map-marker::before {
  content: "";
}
.fa-kaaba::before {
  content: "";
}
.fa-toilet-paper::before {
  content: "";
}
.fa-helmet-safety::before {
  content: "";
}
.fa-hard-hat::before {
  content: "";
}
.fa-hat-hard::before {
  content: "";
}
.fa-eject::before {
  content: "";
}
.fa-circle-right::before {
  content: "";
}
.fa-arrow-alt-circle-right::before {
  content: "";
}
.fa-plane-circle-check::before {
  content: "";
}
.fa-face-rolling-eyes::before {
  content: "";
}
.fa-meh-rolling-eyes::before {
  content: "";
}
.fa-object-group::before {
  content: "";
}
.fa-chart-line::before {
  content: "";
}
.fa-line-chart::before {
  content: "";
}
.fa-mask-ventilator::before {
  content: "";
}
.fa-arrow-right::before {
  content: "";
}
.fa-signs-post::before {
  content: "";
}
.fa-map-signs::before {
  content: "";
}
.fa-cash-register::before {
  content: "";
}
.fa-person-circle-question::before {
  content: "";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "";
}
.fa-screwdriver-wrench::before {
  content: "";
}
.fa-tools::before {
  content: "";
}
.fa-arrows-to-eye::before {
  content: "";
}
.fa-plug-circle-bolt::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-mars-and-venus::before {
  content: "";
}
.fa-house-user::before {
  content: "";
}
.fa-home-user::before {
  content: "";
}
.fa-dumpster-fire::before {
  content: "";
}
.fa-house-crack::before {
  content: "";
}
.fa-martini-glass-citrus::before {
  content: "";
}
.fa-cocktail::before {
  content: "";
}
.fa-face-surprise::before {
  content: "";
}
.fa-surprise::before {
  content: "";
}
.fa-bottle-water::before {
  content: "";
}
.fa-circle-pause::before {
  content: "";
}
.fa-pause-circle::before {
  content: "";
}
.fa-toilet-paper-slash::before {
  content: "";
}
.fa-apple-whole::before {
  content: "";
}
.fa-apple-alt::before {
  content: "";
}
.fa-kitchen-set::before {
  content: "";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "";
}
.fa-temperature-1::before {
  content: "";
}
.fa-thermometer-1::before {
  content: "";
}
.fa-thermometer-quarter::before {
  content: "";
}
.fa-cube::before {
  content: "";
}
.fa-bitcoin-sign::before {
  content: "";
}
.fa-shield-dog::before {
  content: "";
}
.fa-solar-panel::before {
  content: "";
}
.fa-lock-open::before {
  content: "";
}
.fa-elevator::before {
  content: "";
}
.fa-money-bill-transfer::before {
  content: "";
}
.fa-money-bill-trend-up::before {
  content: "";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}
.fa-square-poll-horizontal::before {
  content: "";
}
.fa-poll-h::before {
  content: "";
}
.fa-circle::before {
  content: "";
}
.fa-backward-fast::before {
  content: "";
}
.fa-fast-backward::before {
  content: "";
}
.fa-recycle::before {
  content: "";
}
.fa-user-astronaut::before {
  content: "";
}
.fa-plane-slash::before {
  content: "";
}
.fa-trademark::before {
  content: "";
}
.fa-basketball::before {
  content: "";
}
.fa-basketball-ball::before {
  content: "";
}
.fa-satellite-dish::before {
  content: "";
}
.fa-circle-up::before {
  content: "";
}
.fa-arrow-alt-circle-up::before {
  content: "";
}
.fa-mobile-screen-button::before {
  content: "";
}
.fa-mobile-alt::before {
  content: "";
}
.fa-volume-high::before {
  content: "";
}
.fa-volume-up::before {
  content: "";
}
.fa-users-rays::before {
  content: "";
}
.fa-wallet::before {
  content: "";
}
.fa-clipboard-check::before {
  content: "";
}
.fa-file-audio::before {
  content: "";
}
.fa-burger::before {
  content: "";
}
.fa-hamburger::before {
  content: "";
}
.fa-wrench::before {
  content: "";
}
.fa-bugs::before {
  content: "";
}
.fa-rupee-sign::before {
  content: "";
}
.fa-rupee::before {
  content: "";
}
.fa-file-image::before {
  content: "";
}
.fa-circle-question::before {
  content: "";
}
.fa-question-circle::before {
  content: "";
}
.fa-plane-departure::before {
  content: "";
}
.fa-handshake-slash::before {
  content: "";
}
.fa-book-bookmark::before {
  content: "";
}
.fa-code-branch::before {
  content: "";
}
.fa-hat-cowboy::before {
  content: "";
}
.fa-bridge::before {
  content: "";
}
.fa-phone-flip::before {
  content: "";
}
.fa-phone-alt::before {
  content: "";
}
.fa-truck-front::before {
  content: "";
}
.fa-cat::before {
  content: "";
}
.fa-anchor-circle-exclamation::before {
  content: "";
}
.fa-truck-field::before {
  content: "";
}
.fa-route::before {
  content: "";
}
.fa-clipboard-question::before {
  content: "";
}
.fa-panorama::before {
  content: "";
}
.fa-comment-medical::before {
  content: "";
}
.fa-teeth-open::before {
  content: "";
}
.fa-file-circle-minus::before {
  content: "";
}
.fa-tags::before {
  content: "";
}
.fa-wine-glass::before {
  content: "";
}
.fa-forward-fast::before {
  content: "";
}
.fa-fast-forward::before {
  content: "";
}
.fa-face-meh-blank::before {
  content: "";
}
.fa-meh-blank::before {
  content: "";
}
.fa-square-parking::before {
  content: "";
}
.fa-parking::before {
  content: "";
}
.fa-house-signal::before {
  content: "";
}
.fa-bars-progress::before {
  content: "";
}
.fa-tasks-alt::before {
  content: "";
}
.fa-faucet-drip::before {
  content: "";
}
.fa-cart-flatbed::before {
  content: "";
}
.fa-dolly-flatbed::before {
  content: "";
}
.fa-ban-smoking::before {
  content: "";
}
.fa-smoking-ban::before {
  content: "";
}
.fa-terminal::before {
  content: "";
}
.fa-mobile-button::before {
  content: "";
}
.fa-house-medical-flag::before {
  content: "";
}
.fa-basket-shopping::before {
  content: "";
}
.fa-shopping-basket::before {
  content: "";
}
.fa-tape::before {
  content: "";
}
.fa-bus-simple::before {
  content: "";
}
.fa-bus-alt::before {
  content: "";
}
.fa-eye::before {
  content: "";
}
.fa-face-sad-cry::before {
  content: "";
}
.fa-sad-cry::before {
  content: "";
}
.fa-audio-description::before {
  content: "";
}
.fa-person-military-to-person::before {
  content: "";
}
.fa-file-shield::before {
  content: "";
}
.fa-user-slash::before {
  content: "";
}
.fa-pen::before {
  content: "";
}
.fa-tower-observation::before {
  content: "";
}
.fa-file-code::before {
  content: "";
}
.fa-signal::before {
  content: "";
}
.fa-signal-5::before {
  content: "";
}
.fa-signal-perfect::before {
  content: "";
}
.fa-bus::before {
  content: "";
}
.fa-heart-circle-xmark::before {
  content: "";
}
.fa-house-chimney::before {
  content: "";
}
.fa-home-lg::before {
  content: "";
}
.fa-window-maximize::before {
  content: "";
}
.fa-face-frown::before {
  content: "";
}
.fa-frown::before {
  content: "";
}
.fa-prescription::before {
  content: "";
}
.fa-shop::before {
  content: "";
}
.fa-store-alt::before {
  content: "";
}
.fa-floppy-disk::before {
  content: "";
}
.fa-save::before {
  content: "";
}
.fa-vihara::before {
  content: "";
}
.fa-scale-unbalanced::before {
  content: "";
}
.fa-balance-scale-left::before {
  content: "";
}
.fa-sort-up::before {
  content: "";
}
.fa-sort-asc::before {
  content: "";
}
.fa-comment-dots::before {
  content: "";
}
.fa-commenting::before {
  content: "";
}
.fa-plant-wilt::before {
  content: "";
}
.fa-diamond::before {
  content: "";
}
.fa-face-grin-squint::before {
  content: "";
}
.fa-grin-squint::before {
  content: "";
}
.fa-hand-holding-dollar::before {
  content: "";
}
.fa-hand-holding-usd::before {
  content: "";
}
.fa-bacterium::before {
  content: "";
}
.fa-hand-pointer::before {
  content: "";
}
.fa-drum-steelpan::before {
  content: "";
}
.fa-hand-scissors::before {
  content: "";
}
.fa-hands-praying::before {
  content: "";
}
.fa-praying-hands::before {
  content: "";
}
.fa-arrow-rotate-right::before {
  content: "";
}
.fa-arrow-right-rotate::before {
  content: "";
}
.fa-arrow-rotate-forward::before {
  content: "";
}
.fa-redo::before {
  content: "";
}
.fa-biohazard::before {
  content: "";
}
.fa-location-crosshairs::before {
  content: "";
}
.fa-location::before {
  content: "";
}
.fa-mars-double::before {
  content: "";
}
.fa-child-dress::before {
  content: "";
}
.fa-users-between-lines::before {
  content: "";
}
.fa-lungs-virus::before {
  content: "";
}
.fa-face-grin-tears::before {
  content: "";
}
.fa-grin-tears::before {
  content: "";
}
.fa-phone::before {
  content: "";
}
.fa-calendar-xmark::before {
  content: "";
}
.fa-calendar-times::before {
  content: "";
}
.fa-child-reaching::before {
  content: "";
}
.fa-head-side-virus::before {
  content: "";
}
.fa-user-gear::before {
  content: "";
}
.fa-user-cog::before {
  content: "";
}
.fa-arrow-up-1-9::before {
  content: "";
}
.fa-sort-numeric-up::before {
  content: "";
}
.fa-door-closed::before {
  content: "";
}
.fa-shield-virus::before {
  content: "";
}
.fa-dice-six::before {
  content: "";
}
.fa-mosquito-net::before {
  content: "";
}
.fa-bridge-water::before {
  content: "";
}
.fa-person-booth::before {
  content: "";
}
.fa-text-width::before {
  content: "";
}
.fa-hat-wizard::before {
  content: "";
}
.fa-pen-fancy::before {
  content: "";
}
.fa-person-digging::before {
  content: "";
}
.fa-digging::before {
  content: "";
}
.fa-trash::before {
  content: "";
}
.fa-gauge-simple::before {
  content: "";
}
.fa-gauge-simple-med::before {
  content: "";
}
.fa-tachometer-average::before {
  content: "";
}
.fa-book-medical::before {
  content: "";
}
.fa-poo::before {
  content: "";
}
.fa-quote-right::before {
  content: "";
}
.fa-quote-right-alt::before {
  content: "";
}
.fa-shirt::before {
  content: "";
}
.fa-t-shirt::before {
  content: "";
}
.fa-tshirt::before {
  content: "";
}
.fa-cubes::before {
  content: "";
}
.fa-divide::before {
  content: "";
}
.fa-tenge-sign::before {
  content: "";
}
.fa-tenge::before {
  content: "";
}
.fa-headphones::before {
  content: "";
}
.fa-hands-holding::before {
  content: "";
}
.fa-hands-clapping::before {
  content: "";
}
.fa-republican::before {
  content: "";
}
.fa-arrow-left::before {
  content: "";
}
.fa-person-circle-xmark::before {
  content: "";
}
.fa-ruler::before {
  content: "";
}
.fa-align-left::before {
  content: "";
}
.fa-dice-d6::before {
  content: "";
}
.fa-restroom::before {
  content: "";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "";
}
.fa-file-video::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-external-link-alt::before {
  content: "";
}
.fa-table-cells::before {
  content: "";
}
.fa-th::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.fa-book-bible::before {
  content: "";
}
.fa-bible::before {
  content: "";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "";
}
.fa-medkit::before {
  content: "";
}
.fa-user-secret::before {
  content: "";
}
.fa-otter::before {
  content: "";
}
.fa-person-dress::before {
  content: "";
}
.fa-female::before {
  content: "";
}
.fa-comment-dollar::before {
  content: "";
}
.fa-business-time::before {
  content: "";
}
.fa-briefcase-clock::before {
  content: "";
}
.fa-table-cells-large::before {
  content: "";
}
.fa-th-large::before {
  content: "";
}
.fa-book-tanakh::before {
  content: "";
}
.fa-tanakh::before {
  content: "";
}
.fa-phone-volume::before {
  content: "";
}
.fa-volume-control-phone::before {
  content: "";
}
.fa-hat-cowboy-side::before {
  content: "";
}
.fa-clipboard-user::before {
  content: "";
}
.fa-child::before {
  content: "";
}
.fa-lira-sign::before {
  content: "";
}
.fa-satellite::before {
  content: "";
}
.fa-plane-lock::before {
  content: "";
}
.fa-tag::before {
  content: "";
}
.fa-comment::before {
  content: "";
}
.fa-cake-candles::before {
  content: "";
}
.fa-birthday-cake::before {
  content: "";
}
.fa-cake::before {
  content: "";
}
.fa-envelope::before {
  content: "";
}
.fa-angles-up::before {
  content: "";
}
.fa-angle-double-up::before {
  content: "";
}
.fa-paperclip::before {
  content: "";
}
.fa-arrow-right-to-city::before {
  content: "";
}
.fa-ribbon::before {
  content: "";
}
.fa-lungs::before {
  content: "";
}
.fa-arrow-up-9-1::before {
  content: "";
}
.fa-sort-numeric-up-alt::before {
  content: "";
}
.fa-litecoin-sign::before {
  content: "";
}
.fa-border-none::before {
  content: "";
}
.fa-circle-nodes::before {
  content: "";
}
.fa-parachute-box::before {
  content: "";
}
.fa-indent::before {
  content: "";
}
.fa-truck-field-un::before {
  content: "";
}
.fa-hourglass::before {
  content: "";
}
.fa-hourglass-empty::before {
  content: "";
}
.fa-mountain::before {
  content: "";
}
.fa-user-doctor::before {
  content: "";
}
.fa-user-md::before {
  content: "";
}
.fa-circle-info::before {
  content: "";
}
.fa-info-circle::before {
  content: "";
}
.fa-cloud-meatball::before {
  content: "";
}
.fa-camera::before {
  content: "";
}
.fa-camera-alt::before {
  content: "";
}
.fa-square-virus::before {
  content: "";
}
.fa-meteor::before {
  content: "";
}
.fa-car-on::before {
  content: "";
}
.fa-sleigh::before {
  content: "";
}
.fa-arrow-down-1-9::before {
  content: "";
}
.fa-sort-numeric-asc::before {
  content: "";
}
.fa-sort-numeric-down::before {
  content: "";
}
.fa-hand-holding-droplet::before {
  content: "";
}
.fa-hand-holding-water::before {
  content: "";
}
.fa-water::before {
  content: "";
}
.fa-calendar-check::before {
  content: "";
}
.fa-braille::before {
  content: "";
}
.fa-prescription-bottle-medical::before {
  content: "";
}
.fa-prescription-bottle-alt::before {
  content: "";
}
.fa-landmark::before {
  content: "";
}
.fa-truck::before {
  content: "";
}
.fa-crosshairs::before {
  content: "";
}
.fa-person-cane::before {
  content: "";
}
.fa-tent::before {
  content: "";
}
.fa-vest-patches::before {
  content: "";
}
.fa-check-double::before {
  content: "";
}
.fa-arrow-down-a-z::before {
  content: "";
}
.fa-sort-alpha-asc::before {
  content: "";
}
.fa-sort-alpha-down::before {
  content: "";
}
.fa-money-bill-wheat::before {
  content: "";
}
.fa-cookie::before {
  content: "";
}
.fa-arrow-rotate-left::before {
  content: "";
}
.fa-arrow-left-rotate::before {
  content: "";
}
.fa-arrow-rotate-back::before {
  content: "";
}
.fa-arrow-rotate-backward::before {
  content: "";
}
.fa-undo::before {
  content: "";
}
.fa-hard-drive::before {
  content: "";
}
.fa-hdd::before {
  content: "";
}
.fa-face-grin-squint-tears::before {
  content: "";
}
.fa-grin-squint-tears::before {
  content: "";
}
.fa-dumbbell::before {
  content: "";
}
.fa-rectangle-list::before {
  content: "";
}
.fa-list-alt::before {
  content: "";
}
.fa-tarp-droplet::before {
  content: "";
}
.fa-house-medical-circle-check::before {
  content: "";
}
.fa-person-skiing-nordic::before {
  content: "";
}
.fa-skiing-nordic::before {
  content: "";
}
.fa-calendar-plus::before {
  content: "";
}
.fa-plane-arrival::before {
  content: "";
}
.fa-circle-left::before {
  content: "";
}
.fa-arrow-alt-circle-left::before {
  content: "";
}
.fa-train-subway::before {
  content: "";
}
.fa-subway::before {
  content: "";
}
.fa-chart-gantt::before {
  content: "";
}
.fa-indian-rupee-sign::before {
  content: "";
}
.fa-indian-rupee::before {
  content: "";
}
.fa-inr::before {
  content: "";
}
.fa-crop-simple::before {
  content: "";
}
.fa-crop-alt::before {
  content: "";
}
.fa-money-bill-1::before {
  content: "";
}
.fa-money-bill-alt::before {
  content: "";
}
.fa-left-long::before {
  content: "";
}
.fa-long-arrow-alt-left::before {
  content: "";
}
.fa-dna::before {
  content: "";
}
.fa-virus-slash::before {
  content: "";
}
.fa-minus::before {
  content: "";
}
.fa-subtract::before {
  content: "";
}
.fa-chess::before {
  content: "";
}
.fa-arrow-left-long::before {
  content: "";
}
.fa-long-arrow-left::before {
  content: "";
}
.fa-plug-circle-check::before {
  content: "";
}
.fa-street-view::before {
  content: "";
}
.fa-franc-sign::before {
  content: "";
}
.fa-volume-off::before {
  content: "";
}
.fa-hands-asl-interpreting::before {
  content: "";
}
.fa-american-sign-language-interpreting::before {
  content: "";
}
.fa-asl-interpreting::before {
  content: "";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "";
}
.fa-gear::before {
  content: "";
}
.fa-cog::before {
  content: "";
}
.fa-droplet-slash::before {
  content: "";
}
.fa-tint-slash::before {
  content: "";
}
.fa-mosque::before {
  content: "";
}
.fa-mosquito::before {
  content: "";
}
.fa-star-of-david::before {
  content: "";
}
.fa-person-military-rifle::before {
  content: "";
}
.fa-cart-shopping::before {
  content: "";
}
.fa-shopping-cart::before {
  content: "";
}
.fa-vials::before {
  content: "";
}
.fa-plug-circle-plus::before {
  content: "";
}
.fa-place-of-worship::before {
  content: "";
}
.fa-grip-vertical::before {
  content: "";
}
.fa-arrow-turn-up::before {
  content: "";
}
.fa-level-up::before {
  content: "";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "";
}
.fa-square-root-alt::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-clock-four::before {
  content: "";
}
.fa-backward-step::before {
  content: "";
}
.fa-step-backward::before {
  content: "";
}
.fa-pallet::before {
  content: "";
}
.fa-faucet::before {
  content: "";
}
.fa-baseball-bat-ball::before {
  content: "";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "";
}
.fa-keyboard::before {
  content: "";
}
.fa-caret-down::before {
  content: "";
}
.fa-house-chimney-medical::before {
  content: "";
}
.fa-clinic-medical::before {
  content: "";
}
.fa-temperature-three-quarters::before {
  content: "";
}
.fa-temperature-3::before {
  content: "";
}
.fa-thermometer-3::before {
  content: "";
}
.fa-thermometer-three-quarters::before {
  content: "";
}
.fa-mobile-screen::before {
  content: "";
}
.fa-mobile-android-alt::before {
  content: "";
}
.fa-plane-up::before {
  content: "";
}
.fa-piggy-bank::before {
  content: "";
}
.fa-battery-half::before {
  content: "";
}
.fa-battery-3::before {
  content: "";
}
.fa-mountain-city::before {
  content: "";
}
.fa-coins::before {
  content: "";
}
.fa-khanda::before {
  content: "";
}
.fa-sliders::before {
  content: "";
}
.fa-sliders-h::before {
  content: "";
}
.fa-folder-tree::before {
  content: "";
}
.fa-network-wired::before {
  content: "";
}
.fa-map-pin::before {
  content: "";
}
.fa-hamsa::before {
  content: "";
}
.fa-cent-sign::before {
  content: "";
}
.fa-flask::before {
  content: "";
}
.fa-person-pregnant::before {
  content: "";
}
.fa-wand-sparkles::before {
  content: "";
}
.fa-ellipsis-vertical::before {
  content: "";
}
.fa-ellipsis-v::before {
  content: "";
}
.fa-ticket::before {
  content: "";
}
.fa-power-off::before {
  content: "";
}
.fa-right-long::before {
  content: "";
}
.fa-long-arrow-alt-right::before {
  content: "";
}
.fa-flag-usa::before {
  content: "";
}
.fa-laptop-file::before {
  content: "";
}
.fa-tty::before {
  content: "";
}
.fa-teletype::before {
  content: "";
}
.fa-diagram-next::before {
  content: "";
}
.fa-person-rifle::before {
  content: "";
}
.fa-house-medical-circle-exclamation::before {
  content: "";
}
.fa-closed-captioning::before {
  content: "";
}
.fa-person-hiking::before {
  content: "";
}
.fa-hiking::before {
  content: "";
}
.fa-venus-double::before {
  content: "";
}
.fa-images::before {
  content: "";
}
.fa-calculator::before {
  content: "";
}
.fa-people-pulling::before {
  content: "";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "";
}
.fa-tram::before {
  content: "";
}
.fa-cloud-rain::before {
  content: "";
}
.fa-building-circle-xmark::before {
  content: "";
}
.fa-ship::before {
  content: "";
}
.fa-arrows-down-to-line::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-face-grin::before {
  content: "";
}
.fa-grin::before {
  content: "";
}
.fa-delete-left::before {
  content: "";
}
.fa-backspace::before {
  content: "";
}
.fa-eye-dropper::before {
  content: "";
}
.fa-eye-dropper-empty::before {
  content: "";
}
.fa-eyedropper::before {
  content: "";
}
.fa-file-circle-check::before {
  content: "";
}
.fa-forward::before {
  content: "";
}
.fa-mobile::before {
  content: "";
}
.fa-mobile-android::before {
  content: "";
}
.fa-mobile-phone::before {
  content: "";
}
.fa-face-meh::before {
  content: "";
}
.fa-meh::before {
  content: "";
}
.fa-align-center::before {
  content: "";
}
.fa-book-skull::before {
  content: "";
}
.fa-book-dead::before {
  content: "";
}
.fa-id-card::before {
  content: "";
}
.fa-drivers-license::before {
  content: "";
}
.fa-outdent::before {
  content: "";
}
.fa-dedent::before {
  content: "";
}
.fa-heart-circle-exclamation::before {
  content: "";
}
.fa-house::before {
  content: "";
}
.fa-home::before {
  content: "";
}
.fa-home-alt::before {
  content: "";
}
.fa-home-lg-alt::before {
  content: "";
}
.fa-calendar-week::before {
  content: "";
}
.fa-laptop-medical::before {
  content: "";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "";
}
.fa-dice-one::before {
  content: "";
}
.fa-kiwi-bird::before {
  content: "";
}
.fa-arrow-right-arrow-left::before {
  content: "";
}
.fa-exchange::before {
  content: "";
}
.fa-rotate-right::before {
  content: "";
}
.fa-redo-alt::before {
  content: "";
}
.fa-rotate-forward::before {
  content: "";
}
.fa-utensils::before {
  content: "";
}
.fa-cutlery::before {
  content: "";
}
.fa-arrow-up-wide-short::before {
  content: "";
}
.fa-sort-amount-up::before {
  content: "";
}
.fa-mill-sign::before {
  content: "";
}
.fa-bowl-rice::before {
  content: "";
}
.fa-skull::before {
  content: "";
}
.fa-tower-broadcast::before {
  content: "";
}
.fa-broadcast-tower::before {
  content: "";
}
.fa-truck-pickup::before {
  content: "";
}
.fa-up-long::before {
  content: "";
}
.fa-long-arrow-alt-up::before {
  content: "";
}
.fa-stop::before {
  content: "";
}
.fa-code-merge::before {
  content: "";
}
.fa-upload::before {
  content: "";
}
.fa-hurricane::before {
  content: "";
}
.fa-mound::before {
  content: "";
}
.fa-toilet-portable::before {
  content: "";
}
.fa-compact-disc::before {
  content: "";
}
.fa-file-arrow-down::before {
  content: "";
}
.fa-file-download::before {
  content: "";
}
.fa-caravan::before {
  content: "";
}
.fa-shield-cat::before {
  content: "";
}
.fa-bolt::before {
  content: "";
}
.fa-zap::before {
  content: "";
}
.fa-glass-water::before {
  content: "";
}
.fa-oil-well::before {
  content: "";
}
.fa-vault::before {
  content: "";
}
.fa-mars::before {
  content: "";
}
.fa-toilet::before {
  content: "";
}
.fa-plane-circle-xmark::before {
  content: "";
}
.fa-yen-sign::before {
  content: "";
}
.fa-cny::before {
  content: "";
}
.fa-jpy::before {
  content: "";
}
.fa-rmb::before {
  content: "";
}
.fa-yen::before {
  content: "";
}
.fa-ruble-sign::before {
  content: "";
}
.fa-rouble::before {
  content: "";
}
.fa-rub::before {
  content: "";
}
.fa-ruble::before {
  content: "";
}
.fa-sun::before {
  content: "";
}
.fa-guitar::before {
  content: "";
}
.fa-face-laugh-wink::before {
  content: "";
}
.fa-laugh-wink::before {
  content: "";
}
.fa-horse-head::before {
  content: "";
}
.fa-bore-hole::before {
  content: "";
}
.fa-industry::before {
  content: "";
}
.fa-circle-down::before {
  content: "";
}
.fa-arrow-alt-circle-down::before {
  content: "";
}
.fa-arrows-turn-to-dots::before {
  content: "";
}
.fa-florin-sign::before {
  content: "";
}
.fa-arrow-down-short-wide::before {
  content: "";
}
.fa-sort-amount-desc::before {
  content: "";
}
.fa-sort-amount-down-alt::before {
  content: "";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "";
}
.fa-car-tunnel::before {
  content: "";
}
.fa-head-side-cough::before {
  content: "";
}
.fa-grip-lines::before {
  content: "";
}
.fa-thumbs-down::before {
  content: "";
}
.fa-user-lock::before {
  content: "";
}
.fa-arrow-right-long::before {
  content: "";
}
.fa-long-arrow-right::before {
  content: "";
}
.fa-anchor-circle-xmark::before {
  content: "";
}
.fa-ellipsis::before {
  content: "";
}
.fa-ellipsis-h::before {
  content: "";
}
.fa-chess-pawn::before {
  content: "";
}
.fa-kit-medical::before {
  content: "";
}
.fa-first-aid::before {
  content: "";
}
.fa-person-through-window::before {
  content: "";
}
.fa-toolbox::before {
  content: "";
}
.fa-hands-holding-circle::before {
  content: "";
}
.fa-bug::before {
  content: "";
}
.fa-credit-card::before {
  content: "";
}
.fa-credit-card-alt::before {
  content: "";
}
.fa-car::before {
  content: "";
}
.fa-automobile::before {
  content: "";
}
.fa-hand-holding-hand::before {
  content: "";
}
.fa-book-open-reader::before {
  content: "";
}
.fa-book-reader::before {
  content: "";
}
.fa-mountain-sun::before {
  content: "";
}
.fa-arrows-left-right-to-line::before {
  content: "";
}
.fa-dice-d20::before {
  content: "";
}
.fa-truck-droplet::before {
  content: "";
}
.fa-file-circle-xmark::before {
  content: "";
}
.fa-temperature-arrow-up::before {
  content: "";
}
.fa-temperature-up::before {
  content: "";
}
.fa-medal::before {
  content: "";
}
.fa-bed::before {
  content: "";
}
.fa-square-h::before {
  content: "";
}
.fa-h-square::before {
  content: "";
}
.fa-podcast::before {
  content: "";
}
.fa-temperature-full::before {
  content: "";
}
.fa-temperature-4::before {
  content: "";
}
.fa-thermometer-4::before {
  content: "";
}
.fa-thermometer-full::before {
  content: "";
}
.fa-bell::before {
  content: "";
}
.fa-superscript::before {
  content: "";
}
.fa-plug-circle-xmark::before {
  content: "";
}
.fa-star-of-life::before {
  content: "";
}
.fa-phone-slash::before {
  content: "";
}
.fa-paint-roller::before {
  content: "";
}
.fa-handshake-angle::before {
  content: "";
}
.fa-hands-helping::before {
  content: "";
}
.fa-location-dot::before {
  content: "";
}
.fa-map-marker-alt::before {
  content: "";
}
.fa-file::before {
  content: "";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "";
}
.fa-swimmer::before {
  content: "";
}
.fa-arrow-down::before {
  content: "";
}
.fa-droplet::before {
  content: "";
}
.fa-tint::before {
  content: "";
}
.fa-eraser::before {
  content: "";
}
.fa-earth-americas::before {
  content: "";
}
.fa-earth::before {
  content: "";
}
.fa-earth-america::before {
  content: "";
}
.fa-globe-americas::before {
  content: "";
}
.fa-person-burst::before {
  content: "";
}
.fa-dove::before {
  content: "";
}
.fa-battery-empty::before {
  content: "";
}
.fa-battery-0::before {
  content: "";
}
.fa-socks::before {
  content: "";
}
.fa-inbox::before {
  content: "";
}
.fa-section::before {
  content: "";
}
.fa-gauge-high::before {
  content: "";
}
.fa-tachometer-alt::before {
  content: "";
}
.fa-tachometer-alt-fast::before {
  content: "";
}
.fa-envelope-open-text::before {
  content: "";
}
.fa-hospital::before {
  content: "";
}
.fa-hospital-alt::before {
  content: "";
}
.fa-hospital-wide::before {
  content: "";
}
.fa-wine-bottle::before {
  content: "";
}
.fa-chess-rook::before {
  content: "";
}
.fa-bars-staggered::before {
  content: "";
}
.fa-reorder::before {
  content: "";
}
.fa-stream::before {
  content: "";
}
.fa-dharmachakra::before {
  content: "";
}
.fa-hotdog::before {
  content: "";
}
.fa-person-walking-with-cane::before {
  content: "";
}
.fa-blind::before {
  content: "";
}
.fa-drum::before {
  content: "";
}
.fa-ice-cream::before {
  content: "";
}
.fa-heart-circle-bolt::before {
  content: "";
}
.fa-fax::before {
  content: "";
}
.fa-paragraph::before {
  content: "";
}
.fa-check-to-slot::before {
  content: "";
}
.fa-vote-yea::before {
  content: "";
}
.fa-star-half::before {
  content: "";
}
.fa-boxes-stacked::before {
  content: "";
}
.fa-boxes::before {
  content: "";
}
.fa-boxes-alt::before {
  content: "";
}
.fa-link::before {
  content: "";
}
.fa-chain::before {
  content: "";
}
.fa-ear-listen::before {
  content: "";
}
.fa-assistive-listening-systems::before {
  content: "";
}
.fa-tree-city::before {
  content: "";
}
.fa-play::before {
  content: "";
}
.fa-font::before {
  content: "";
}
.fa-rupiah-sign::before {
  content: "";
}
.fa-magnifying-glass::before {
  content: "";
}
.fa-search::before {
  content: "";
}
.fa-table-tennis-paddle-ball::before {
  content: "";
}
.fa-ping-pong-paddle-ball::before {
  content: "";
}
.fa-table-tennis::before {
  content: "";
}
.fa-person-dots-from-line::before {
  content: "";
}
.fa-diagnoses::before {
  content: "";
}
.fa-trash-can-arrow-up::before {
  content: "";
}
.fa-trash-restore-alt::before {
  content: "";
}
.fa-naira-sign::before {
  content: "";
}
.fa-cart-arrow-down::before {
  content: "";
}
.fa-walkie-talkie::before {
  content: "";
}
.fa-file-pen::before {
  content: "";
}
.fa-file-edit::before {
  content: "";
}
.fa-receipt::before {
  content: "";
}
.fa-square-pen::before {
  content: "";
}
.fa-pen-square::before {
  content: "";
}
.fa-pencil-square::before {
  content: "";
}
.fa-suitcase-rolling::before {
  content: "";
}
.fa-person-circle-exclamation::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-battery-full::before {
  content: "";
}
.fa-battery::before {
  content: "";
}
.fa-battery-5::before {
  content: "";
}
.fa-skull-crossbones::before {
  content: "";
}
.fa-code-compare::before {
  content: "";
}
.fa-list-ul::before {
  content: "";
}
.fa-list-dots::before {
  content: "";
}
.fa-school-lock::before {
  content: "";
}
.fa-tower-cell::before {
  content: "";
}
.fa-down-long::before {
  content: "";
}
.fa-long-arrow-alt-down::before {
  content: "";
}
.fa-ranking-star::before {
  content: "";
}
.fa-chess-king::before {
  content: "";
}
.fa-person-harassing::before {
  content: "";
}
.fa-brazilian-real-sign::before {
  content: "";
}
.fa-landmark-dome::before {
  content: "";
}
.fa-landmark-alt::before {
  content: "";
}
.fa-arrow-up::before {
  content: "";
}
.fa-tv::before {
  content: "";
}
.fa-television::before {
  content: "";
}
.fa-tv-alt::before {
  content: "";
}
.fa-shrimp::before {
  content: "";
}
.fa-list-check::before {
  content: "";
}
.fa-tasks::before {
  content: "";
}
.fa-jug-detergent::before {
  content: "";
}
.fa-circle-user::before {
  content: "";
}
.fa-user-circle::before {
  content: "";
}
.fa-user-shield::before {
  content: "";
}
.fa-wind::before {
  content: "";
}
.fa-car-burst::before {
  content: "";
}
.fa-car-crash::before {
  content: "";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "";
}
.fa-snowboarding::before {
  content: "";
}
.fa-truck-fast::before {
  content: "";
}
.fa-shipping-fast::before {
  content: "";
}
.fa-fish::before {
  content: "";
}
.fa-user-graduate::before {
  content: "";
}
.fa-circle-half-stroke::before {
  content: "";
}
.fa-adjust::before {
  content: "";
}
.fa-clapperboard::before {
  content: "";
}
.fa-circle-radiation::before {
  content: "";
}
.fa-radiation-alt::before {
  content: "";
}
.fa-baseball::before {
  content: "";
}
.fa-baseball-ball::before {
  content: "";
}
.fa-jet-fighter-up::before {
  content: "";
}
.fa-diagram-project::before {
  content: "";
}
.fa-project-diagram::before {
  content: "";
}
.fa-copy::before {
  content: "";
}
.fa-volume-xmark::before {
  content: "";
}
.fa-volume-mute::before {
  content: "";
}
.fa-volume-times::before {
  content: "";
}
.fa-hand-sparkles::before {
  content: "";
}
.fa-grip::before {
  content: "";
}
.fa-grip-horizontal::before {
  content: "";
}
.fa-share-from-square::before {
  content: "";
}
.fa-share-square::before {
  content: "";
}
.fa-child-combatant::before {
  content: "";
}
.fa-child-rifle::before {
  content: "";
}
.fa-gun::before {
  content: "";
}
.fa-square-phone::before {
  content: "";
}
.fa-phone-square::before {
  content: "";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "";
}
.fa-computer::before {
  content: "";
}
.fa-xmark::before {
  content: "";
}
.fa-close::before {
  content: "";
}
.fa-multiply::before {
  content: "";
}
.fa-remove::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-arrows-up-down-left-right::before {
  content: "";
}
.fa-arrows::before {
  content: "";
}
.fa-chalkboard-user::before {
  content: "";
}
.fa-chalkboard-teacher::before {
  content: "";
}
.fa-peso-sign::before {
  content: "";
}
.fa-building-shield::before {
  content: "";
}
.fa-baby::before {
  content: "";
}
.fa-users-line::before {
  content: "";
}
.fa-quote-left::before {
  content: "";
}
.fa-quote-left-alt::before {
  content: "";
}
.fa-tractor::before {
  content: "";
}
.fa-trash-arrow-up::before {
  content: "";
}
.fa-trash-restore::before {
  content: "";
}
.fa-arrow-down-up-lock::before {
  content: "";
}
.fa-lines-leaning::before {
  content: "";
}
.fa-ruler-combined::before {
  content: "";
}
.fa-copyright::before {
  content: "";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "";
}
.fa-teeth::before {
  content: "";
}
.fa-shekel-sign::before {
  content: "";
}
.fa-ils::before {
  content: "";
}
.fa-shekel::before {
  content: "";
}
.fa-sheqel::before {
  content: "";
}
.fa-sheqel-sign::before {
  content: "";
}
.fa-map::before {
  content: "";
}
.fa-rocket::before {
  content: "";
}
.fa-photo-film::before {
  content: "";
}
.fa-photo-video::before {
  content: "";
}
.fa-folder-minus::before {
  content: "";
}
.fa-store::before {
  content: "";
}
.fa-arrow-trend-up::before {
  content: "";
}
.fa-plug-circle-minus::before {
  content: "";
}
.fa-sign-hanging::before {
  content: "";
}
.fa-sign::before {
  content: "";
}
.fa-bezier-curve::before {
  content: "";
}
.fa-bell-slash::before {
  content: "";
}
.fa-tablet::before {
  content: "";
}
.fa-tablet-android::before {
  content: "";
}
.fa-school-flag::before {
  content: "";
}
.fa-fill::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-drumstick-bite::before {
  content: "";
}
.fa-holly-berry::before {
  content: "";
}
.fa-chevron-left::before {
  content: "";
}
.fa-bacteria::before {
  content: "";
}
.fa-hand-lizard::before {
  content: "";
}
.fa-notdef::before {
  content: "";
}
.fa-disease::before {
  content: "";
}
.fa-briefcase-medical::before {
  content: "";
}
.fa-genderless::before {
  content: "";
}
.fa-chevron-right::before {
  content: "";
}
.fa-retweet::before {
  content: "";
}
.fa-car-rear::before {
  content: "";
}
.fa-car-alt::before {
  content: "";
}
.fa-pump-soap::before {
  content: "";
}
.fa-video-slash::before {
  content: "";
}
.fa-battery-quarter::before {
  content: "";
}
.fa-battery-2::before {
  content: "";
}
.fa-radio::before {
  content: "";
}
.fa-baby-carriage::before {
  content: "";
}
.fa-carriage-baby::before {
  content: "";
}
.fa-traffic-light::before {
  content: "";
}
.fa-thermometer::before {
  content: "";
}
.fa-vr-cardboard::before {
  content: "";
}
.fa-hand-middle-finger::before {
  content: "";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "";
}
.fa-glass-water-droplet::before {
  content: "";
}
.fa-display::before {
  content: "";
}
.fa-face-smile::before {
  content: "";
}
.fa-smile::before {
  content: "";
}
.fa-thumbtack::before {
  content: "";
}
.fa-thumb-tack::before {
  content: "";
}
.fa-trophy::before {
  content: "";
}
.fa-person-praying::before {
  content: "";
}
.fa-pray::before {
  content: "";
}
.fa-hammer::before {
  content: "";
}
.fa-hand-peace::before {
  content: "";
}
.fa-rotate::before {
  content: "";
}
.fa-sync-alt::before {
  content: "";
}
.fa-spinner::before {
  content: "";
}
.fa-robot::before {
  content: "";
}
.fa-peace::before {
  content: "";
}
.fa-gears::before {
  content: "";
}
.fa-cogs::before {
  content: "";
}
.fa-warehouse::before {
  content: "";
}
.fa-arrow-up-right-dots::before {
  content: "";
}
.fa-splotch::before {
  content: "";
}
.fa-face-grin-hearts::before {
  content: "";
}
.fa-grin-hearts::before {
  content: "";
}
.fa-dice-four::before {
  content: "";
}
.fa-sim-card::before {
  content: "";
}
.fa-transgender::before {
  content: "";
}
.fa-transgender-alt::before {
  content: "";
}
.fa-mercury::before {
  content: "";
}
.fa-arrow-turn-down::before {
  content: "";
}
.fa-level-down::before {
  content: "";
}
.fa-person-falling-burst::before {
  content: "";
}
.fa-award::before {
  content: "";
}
.fa-ticket-simple::before {
  content: "";
}
.fa-ticket-alt::before {
  content: "";
}
.fa-building::before {
  content: "";
}
.fa-angles-left::before {
  content: "";
}
.fa-angle-double-left::before {
  content: "";
}
.fa-qrcode::before {
  content: "";
}
.fa-clock-rotate-left::before {
  content: "";
}
.fa-history::before {
  content: "";
}
.fa-face-grin-beam-sweat::before {
  content: "";
}
.fa-grin-beam-sweat::before {
  content: "";
}
.fa-file-export::before {
  content: "";
}
.fa-arrow-right-from-file::before {
  content: "";
}
.fa-shield::before {
  content: "";
}
.fa-shield-blank::before {
  content: "";
}
.fa-arrow-up-short-wide::before {
  content: "";
}
.fa-sort-amount-up-alt::before {
  content: "";
}
.fa-house-medical::before {
  content: "";
}
.fa-golf-ball-tee::before {
  content: "";
}
.fa-golf-ball::before {
  content: "";
}
.fa-circle-chevron-left::before {
  content: "";
}
.fa-chevron-circle-left::before {
  content: "";
}
.fa-house-chimney-window::before {
  content: "";
}
.fa-pen-nib::before {
  content: "";
}
.fa-tent-arrow-turn-left::before {
  content: "";
}
.fa-tents::before {
  content: "";
}
.fa-wand-magic::before {
  content: "";
}
.fa-magic::before {
  content: "";
}
.fa-dog::before {
  content: "";
}
.fa-carrot::before {
  content: "";
}
.fa-moon::before {
  content: "";
}
.fa-wine-glass-empty::before {
  content: "";
}
.fa-wine-glass-alt::before {
  content: "";
}
.fa-cheese::before {
  content: "";
}
.fa-yin-yang::before {
  content: "";
}
.fa-music::before {
  content: "";
}
.fa-code-commit::before {
  content: "";
}
.fa-temperature-low::before {
  content: "";
}
.fa-person-biking::before {
  content: "";
}
.fa-biking::before {
  content: "";
}
.fa-broom::before {
  content: "";
}
.fa-shield-heart::before {
  content: "";
}
.fa-gopuram::before {
  content: "";
}
.fa-earth-oceania::before {
  content: "";
}
.fa-globe-oceania::before {
  content: "";
}
.fa-square-xmark::before {
  content: "";
}
.fa-times-square::before {
  content: "";
}
.fa-xmark-square::before {
  content: "";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "";
}
.fa-expand-alt::before {
  content: "";
}
.fa-oil-can::before {
  content: "";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "";
}
.fa-chart-column::before {
  content: "";
}
.fa-infinity::before {
  content: "";
}
.fa-vial-circle-check::before {
  content: "";
}
.fa-person-arrow-down-to-line::before {
  content: "";
}
.fa-voicemail::before {
  content: "";
}
.fa-fan::before {
  content: "";
}
.fa-person-walking-luggage::before {
  content: "";
}
.fa-up-down::before {
  content: "";
}
.fa-arrows-alt-v::before {
  content: "";
}
.fa-cloud-moon-rain::before {
  content: "";
}
.fa-calendar::before {
  content: "";
}
.fa-trailer::before {
  content: "";
}
.fa-bahai::before {
  content: "";
}
.fa-haykal::before {
  content: "";
}
.fa-sd-card::before {
  content: "";
}
.fa-dragon::before {
  content: "";
}
.fa-shoe-prints::before {
  content: "";
}
.fa-circle-plus::before {
  content: "";
}
.fa-plus-circle::before {
  content: "";
}
.fa-face-grin-tongue-wink::before {
  content: "";
}
.fa-grin-tongue-wink::before {
  content: "";
}
.fa-hand-holding::before {
  content: "";
}
.fa-plug-circle-exclamation::before {
  content: "";
}
.fa-link-slash::before {
  content: "";
}
.fa-chain-broken::before {
  content: "";
}
.fa-chain-slash::before {
  content: "";
}
.fa-unlink::before {
  content: "";
}
.fa-clone::before {
  content: "";
}
.fa-person-walking-arrow-loop-left::before {
  content: "";
}
.fa-arrow-up-z-a::before {
  content: "";
}
.fa-sort-alpha-up-alt::before {
  content: "";
}
.fa-fire-flame-curved::before {
  content: "";
}
.fa-fire-alt::before {
  content: "";
}
.fa-tornado::before {
  content: "";
}
.fa-file-circle-plus::before {
  content: "";
}
.fa-book-quran::before {
  content: "";
}
.fa-quran::before {
  content: "";
}
.fa-anchor::before {
  content: "";
}
.fa-border-all::before {
  content: "";
}
.fa-face-angry::before {
  content: "";
}
.fa-angry::before {
  content: "";
}
.fa-cookie-bite::before {
  content: "";
}
.fa-arrow-trend-down::before {
  content: "";
}
.fa-rss::before {
  content: "";
}
.fa-feed::before {
  content: "";
}
.fa-draw-polygon::before {
  content: "";
}
.fa-scale-balanced::before {
  content: "";
}
.fa-balance-scale::before {
  content: "";
}
.fa-gauge-simple-high::before {
  content: "";
}
.fa-tachometer::before {
  content: "";
}
.fa-tachometer-fast::before {
  content: "";
}
.fa-shower::before {
  content: "";
}
.fa-desktop::before {
  content: "";
}
.fa-desktop-alt::before {
  content: "";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "";
}
.fa-th-list::before {
  content: "";
}
.fa-comment-sms::before {
  content: "";
}
.fa-sms::before {
  content: "";
}
.fa-book::before {
  content: "";
}
.fa-user-plus::before {
  content: "";
}
.fa-check::before {
  content: "";
}
.fa-battery-three-quarters::before {
  content: "";
}
.fa-battery-4::before {
  content: "";
}
.fa-house-circle-check::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-diagram-successor::before {
  content: "";
}
.fa-truck-arrow-right::before {
  content: "";
}
.fa-arrows-split-up-and-left::before {
  content: "";
}
.fa-hand-fist::before {
  content: "";
}
.fa-fist-raised::before {
  content: "";
}
.fa-cloud-moon::before {
  content: "";
}
.fa-briefcase::before {
  content: "";
}
.fa-person-falling::before {
  content: "";
}
.fa-image-portrait::before {
  content: "";
}
.fa-portrait::before {
  content: "";
}
.fa-user-tag::before {
  content: "";
}
.fa-rug::before {
  content: "";
}
.fa-earth-europe::before {
  content: "";
}
.fa-globe-europe::before {
  content: "";
}
.fa-cart-flatbed-suitcase::before {
  content: "";
}
.fa-luggage-cart::before {
  content: "";
}
.fa-rectangle-xmark::before {
  content: "";
}
.fa-rectangle-times::before {
  content: "";
}
.fa-times-rectangle::before {
  content: "";
}
.fa-window-close::before {
  content: "";
}
.fa-baht-sign::before {
  content: "";
}
.fa-book-open::before {
  content: "";
}
.fa-book-journal-whills::before {
  content: "";
}
.fa-journal-whills::before {
  content: "";
}
.fa-handcuffs::before {
  content: "";
}
.fa-triangle-exclamation::before {
  content: "";
}
.fa-exclamation-triangle::before {
  content: "";
}
.fa-warning::before {
  content: "";
}
.fa-database::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-arrow-turn-right::before {
  content: "";
}
.fa-mail-forward::before {
  content: "";
}
.fa-bottle-droplet::before {
  content: "";
}
.fa-mask-face::before {
  content: "";
}
.fa-hill-rockslide::before {
  content: "";
}
.fa-right-left::before {
  content: "";
}
.fa-exchange-alt::before {
  content: "";
}
.fa-paper-plane::before {
  content: "";
}
.fa-road-circle-exclamation::before {
  content: "";
}
.fa-dungeon::before {
  content: "";
}
.fa-align-right::before {
  content: "";
}
.fa-money-bill-1-wave::before {
  content: "";
}
.fa-money-bill-wave-alt::before {
  content: "";
}
.fa-life-ring::before {
  content: "";
}
.fa-hands::before {
  content: "";
}
.fa-sign-language::before {
  content: "";
}
.fa-signing::before {
  content: "";
}
.fa-calendar-day::before {
  content: "";
}
.fa-water-ladder::before {
  content: "";
}
.fa-ladder-water::before {
  content: "";
}
.fa-swimming-pool::before {
  content: "";
}
.fa-arrows-up-down::before {
  content: "";
}
.fa-arrows-v::before {
  content: "";
}
.fa-face-grimace::before {
  content: "";
}
.fa-grimace::before {
  content: "";
}
.fa-wheelchair-move::before {
  content: "";
}
.fa-wheelchair-alt::before {
  content: "";
}
.fa-turn-down::before {
  content: "";
}
.fa-level-down-alt::before {
  content: "";
}
.fa-person-walking-arrow-right::before {
  content: "";
}
.fa-square-envelope::before {
  content: "";
}
.fa-envelope-square::before {
  content: "";
}
.fa-dice::before {
  content: "";
}
.fa-bowling-ball::before {
  content: "";
}
.fa-brain::before {
  content: "";
}
.fa-bandage::before {
  content: "";
}
.fa-band-aid::before {
  content: "";
}
.fa-calendar-minus::before {
  content: "";
}
.fa-circle-xmark::before {
  content: "";
}
.fa-times-circle::before {
  content: "";
}
.fa-xmark-circle::before {
  content: "";
}
.fa-gifts::before {
  content: "";
}
.fa-hotel::before {
  content: "";
}
.fa-earth-asia::before {
  content: "";
}
.fa-globe-asia::before {
  content: "";
}
.fa-id-card-clip::before {
  content: "";
}
.fa-id-card-alt::before {
  content: "";
}
.fa-magnifying-glass-plus::before {
  content: "";
}
.fa-search-plus::before {
  content: "";
}
.fa-thumbs-up::before {
  content: "";
}
.fa-user-clock::before {
  content: "";
}
.fa-hand-dots::before {
  content: "";
}
.fa-allergies::before {
  content: "";
}
.fa-file-invoice::before {
  content: "";
}
.fa-window-minimize::before {
  content: "";
}
.fa-mug-saucer::before {
  content: "";
}
.fa-coffee::before {
  content: "";
}
.fa-brush::before {
  content: "";
}
.fa-mask::before {
  content: "";
}
.fa-magnifying-glass-minus::before {
  content: "";
}
.fa-search-minus::before {
  content: "";
}
.fa-ruler-vertical::before {
  content: "";
}
.fa-user-large::before {
  content: "";
}
.fa-user-alt::before {
  content: "";
}
.fa-train-tram::before {
  content: "";
}
.fa-user-nurse::before {
  content: "";
}
.fa-syringe::before {
  content: "";
}
.fa-cloud-sun::before {
  content: "";
}
.fa-stopwatch-20::before {
  content: "";
}
.fa-square-full::before {
  content: "";
}
.fa-magnet::before {
  content: "";
}
.fa-jar::before {
  content: "";
}
.fa-note-sticky::before {
  content: "";
}
.fa-sticky-note::before {
  content: "";
}
.fa-bug-slash::before {
  content: "";
}
.fa-arrow-up-from-water-pump::before {
  content: "";
}
.fa-bone::before {
  content: "";
}
.fa-user-injured::before {
  content: "";
}
.fa-face-sad-tear::before {
  content: "";
}
.fa-sad-tear::before {
  content: "";
}
.fa-plane::before {
  content: "";
}
.fa-tent-arrows-down::before {
  content: "";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "";
}
.fa-print::before {
  content: "";
}
.fa-turkish-lira-sign::before {
  content: "";
}
.fa-try::before {
  content: "";
}
.fa-turkish-lira::before {
  content: "";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "";
}
.fa-search-dollar::before {
  content: "";
}
.fa-users-gear::before {
  content: "";
}
.fa-users-cog::before {
  content: "";
}
.fa-person-military-pointing::before {
  content: "";
}
.fa-building-columns::before {
  content: "";
}
.fa-bank::before {
  content: "";
}
.fa-institution::before {
  content: "";
}
.fa-museum::before {
  content: "";
}
.fa-university::before {
  content: "";
}
.fa-umbrella::before {
  content: "";
}
.fa-trowel::before {
  content: "";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "";
}
.fa-masks-theater::before {
  content: "";
}
.fa-theater-masks::before {
  content: "";
}
.fa-kip-sign::before {
  content: "";
}
.fa-hand-point-left::before {
  content: "";
}
.fa-handshake-simple::before {
  content: "";
}
.fa-handshake-alt::before {
  content: "";
}
.fa-jet-fighter::before {
  content: "";
}
.fa-fighter-jet::before {
  content: "";
}
.fa-square-share-nodes::before {
  content: "";
}
.fa-share-alt-square::before {
  content: "";
}
.fa-barcode::before {
  content: "";
}
.fa-plus-minus::before {
  content: "";
}
.fa-video::before {
  content: "";
}
.fa-video-camera::before {
  content: "";
}
.fa-graduation-cap::before {
  content: "";
}
.fa-mortar-board::before {
  content: "";
}
.fa-hand-holding-medical::before {
  content: "";
}
.fa-person-circle-check::before {
  content: "";
}
.fa-turn-up::before {
  content: "";
}
.fa-level-up-alt::before {
  content: "";
}
.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;
}
/***************************** Global Styles ************************************/
html {
  scroll-behavior: smooth;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  font-family: var(--ukmc-font-family);
}
.header-shrink .navigation > ul > .current-menu-item > a {
  color: #fff !important;
}
a {
  text-decoration: underline solid 1px;
  font-weight: 400;
}
.link-button a {
  text-decoration: none;
}
.bottom-footer {
  background-color: #fff;
}
.no-margin {
  margin-bottom: 0;
}
::selection {
  background-color: #3d3d3d;
  color: #fff;
}
.ukmc-list {
  margin: 0 0 10px 0;
}
.ukmc-list ul, .ukmc-list ol {
  margin: 0;
}
.ukmc-list ul li i, .ukmc-list ol li i {
  padding-right: 10px;
  color: #D79C5F;
}
.ukmc-list .title {
  padding: 0;
  margin: 5px 0;
  font-weight: 400;
}
body {
  background: #fefefe;
}
body {
  font-family: "Roboto";
  font-size: 15px;
  color: #3d3d3d;
}
a, a > * {
  color: #3d3d3d;
}
a:hover {
  color: #3d3d3d;
}
.padding-bottom20 {
  padding: 0 0 20px 0;
}
.padding-bottom5 {
  padding: 0 0 5px 0;
}
.margin-top10 {
  margin: 10px 0 0 0;
}
/* Color */
#searchform input[type="text"]:focus + .submit-search:before, .ls-accio.ls-container .ls-nav-next:hover:after, .ls-accio.ls-container .ls-nav-prev:hover:after, .simple-pricing-table .column:hover .button, .simple-pricing-table .featured .button, .slides-navigation a:hover:after, .link-icon .curtain:hover:after, .plus-icon .curtain:hover:after, .widget_calendar tfoot a:after, .single-post-nav a:hover:after, .simple-pricing-table .button, .flex-direction-nav a:before, .recent-projects-nav a:after, .comment .comment-author h6, .image-slider-nav a:after, .single-post-nav a:hover, hgroup.section-title h1, ul.circle-list li:after, .website-general-color, .counter .count, .quote-author, .copyright a, .developed a, .tweets a {
  color: #3d3d3d;
}
/* Background Color */
.no-touch .team-member article:hover .team-group, .simple-pricing-table .column:hover, .simple-pricing-table .featured, .flex-control-thumbs .flex-active, .portfolio-filter li.active, .flex-direction-nav a:hover, .image-slider-nav a:hover, ul.circle-list li:after, .open .team-group, #back-top:hover, .acc-trigger.active, .tabs-nav .active a, .bar, .responsive-nav-button {
  background-color: #3d3d3d;
}
/* Background Color for Work Item */
.work-item.touched .image-extra, .work-item:hover .image-extra, .widget_custom_recent_entries .curtain {
  background-color: #0B3C60;
  opacity: 0.7;
}
/* Background Color for Pricing Table */
.simple-pricing-table .column:hover .price, .simple-pricing-table .featured .price, .simple-pricing-table .column:hover .footer, .simple-pricing-table .featured .footer {
  background-color: #00c2a9;
  background-color: rgba(0, 194, 169, 0.5);
}
/* background-color: rgba(0,194,169, 0.8); */
/* Team Plus Icon  */
.accHorizontal .accHorizontal__item .backdrop > .fa, .accHorizontal .accHorizontal__item .backdrop:hover ~ .acc_cBox > .acc_cImg > header, .accHorizontal .accHorizontal__item .state:checked ~ .acc_cBox > .acc_cImg > header {
  background-color: rgba(0, 194, 169, 0.8);
}
/* Box Shadow */
.parallax input[type="text"]:focus, .parallax input[type="password"]:focus, .parallax input[type="datetime"]:focus, .parallax input[type="datetime-local"]:focus, .parallax input[type="date"]:focus, .parallax input[type="month"]:focus, .parallax input[type="time"]:focus, .parallax input[type="week"]:focus, .parallax input[type="number"]:focus, .parallax input[type="email"]:focus, .parallax input[type="url"]:focus, .parallax input[type="search"]:focus, .parallax input[type="tel"]:focus, .parallax input[type="color"]:focus, .parallax textarea:focus, .parallax select:focus {
  -webkit-box-shadow: 0 0 10px 1px rgba(#E87A04 0.7);
  box-shadow: 0 0 10px 1px rgba(#E87A04 0.7);
}
/* Border Color */
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  border-color: #3d3d3d;
}
/* Border Color For Portfolio Filter */
#searchform input[type="text"]:focus + .submit-search {
  border-left-color: #00c2a9;
}
/* Selection */
::-moz-selection, ::selection, .highlight {
  background-color: #E87A04;
  color: #fff;
  text-shadow: none;
}
.highlight {
  padding: 0 3px;
}
blockquote {
  margin-bottom: 20px;
  color: #aeaeae;
  line-height: 1.5em;
}
/* Button */
.button.default {
  border-color: #cfcfcf;
  color: #00c2a9;
}
/* QueryLoader */
#qLpercentage {
  color: #3d3d3d !important;
}
#qLbar {
  background-color: #3d3d3d !important;
}
/************************ Headings *****************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  color: #3d3d3d;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
/************************* Main Navigation *******************************/
.navigation a {
  font-family: "Roboto";
}
.header-shrink .navigation a {
  font-family: "Roboto";
}
#header.header-shrink {
  background-color: #fff;
}
.navigation > ul > li > a {
  font-size: 14px;
}
.navigation ul ul li a {
  font-size: 11px;
}
.header-shrink .navigation > ul > li > a {
  font-size: 14px;
}
.header-shrink .navigation ul ul li a {
  font-size: 11px;
}
/* First level menu items */
.navigation > ul > li > a {
  color: #3d3d3d;
}
@media only screen and (max-width: 1024px) {
  .navigation > ul > li > a {
    color: #3d3d3d;
  }
}
@media only screen and (min-width: 1025px) {
  .transparent .navigation > ul > li > a, .transparent .navigation > ul > li > a:after {
    color: #3d3d3d;
  }
}
.navigation > ul > .current-menu-item > a, .navigation > ul > .current_page_item > a, .navigation > ul > .current_page_parent > a, .navigation > ul > .current_page_ancestor > a {
  color: #fff;
  background-color: #E87A04;
}
.header-shrink .navigation > ul > li:hover > a, .header-shrink .navigation > ul > .current-menu-item > a, .header-shrink .navigation > ul > .current_page_item > a, .header-shrink .navigation > ul > .current_page_parent > a, .header-shrink .navigation > ul > .current_page_ancestor > a {
  color: #fff;
  background-color: #E87A04;
}
.header-shrink .navigation > ul > li:hover > a:after, .header-shrink .navigation > ul > .current-menu-item > a:after, .header-shrink .navigation > ul > .current_page_item > a:after, .header-shrink .navigation > ul > .current_page_parent > a:after, .header-shrink .navigation > ul > .current_page_ancestor > a:after {
  color: #fff;
  background-color: #fff;
}
.navigation > ul > li:hover > a {
  color: #fff;
}
.transparent .navigation > ul > li:hover > a {
  background-color: rgba(61, 61, 61, 0.7);
}
.navigation > ul > li:hover > a {
  background-color: #E87A04;
}
.navigation ul ul .current-menu-ancestor > a, .navigation ul ul .current-menu-item > a, .navigation ul ul .current-menu-parent > a, .navigation ul ul .current_page_ancestor > a, .navigation ul ul .current_page_item > a, .navigation ul ul .current_page_parent > a, .navigation ul ul a:hover {
  color: #fff;
}
/* Second level menu items */
.navigation ul ul li a {
  color: #3d3d3d;
}
.header-shrink .navigation ul ul li a {
  color: #3d3d3d;
}
.navigation ul ul a:hover, .navigation ul ul .current-menu-item > a, .navigation ul ul .current-menu-parent > a, .navigation ul ul .current-menu-ancestor > a, .navigation ul ul .current_page_item > a, .navigation ul ul .current_page_parent > a, .navigation ul ul .current_page_ancestor > a {
  color: #fff;
}
.header-shrink .navigation ul ul a:hover, .header-shrink .navigation ul ul .current-menu-item > a, .header-shrink .navigation ul ul .current-menu-parent > a, .header-shrink .navigation ul ul .current-menu-ancestor > a, .header-shrink .navigation ul ul .current_page_item > a, .header-shrink .navigation ul ul .current_page_parent > a, .header-shrink .navigation ul ul .current_page_ancestor > a {
  color: #fff;
}
#header.header-shrink {
  background-color: #fff;
}
@media only screen and (min-width: 993px) {
  .header-shrink .navigation > ul > li > a {
    padding-top: 15px !important;
    padding-bottom: 21px !important;
    color: #3d3d3d;
  }
  .header-shrink .navigation > ul > li > a:after {
    color: #3d3d3d;
  }
}
/************** For Touch Devices ********************/
@media only screen and (max-width: 992px) {
  .navigation ul li > a {
    background-color: #fff;
  }
  .header-shrink .navigation ul li > a {
    background-color: #fff;
  }
  .navigation ul ul a:hover, .navigation ul ul .current-menu-item > a, .navigation ul ul .current-menu-parent > a, .navigation ul ul .current-menu-ancestor > a, .navigation ul ul .current_page_item > a, .navigation ul ul .current_page_parent > a, .navigation ul ul .current_page_ancestor > a {
    color: #3d3d3d;
  }
  .header-shrink .navigation ul ul a:hover, .header-shrink .navigation ul ul .current-menu-item > a, .header-shrink .navigation ul ul .current-menu-parent > a, .header-shrink .navigation ul ul .current-menu-ancestor > a, .header-shrink .navigation ul ul .current_page_item > a, .header-shrink .navigation ul ul .current_page_parent > a, .header-shrink .navigation ul ul .current_page_ancestor > a {
    color: #3d3d3d;
  }
}
/*************************** Buttons *****************************/
.button.default, .widget_tag_cloud .tagcloud a, .mixitup-page-list .control, .pagenavi .page-numbers, .button.turquoise:hover, .form-submit #submit {
  color: #3d3d3d;
  border-color: #cfcfcf;
}
.button.default:hover, .widget_tag_cloud .tagcloud a:hover, .mixitup-page-list .controlactive, .mixitup-page-list .control:hover, .pagenavi .current, .pagenavi .page-numbers:hover, .button.turquoise, .form-submit #submit:hover {
  color: #fff;
  background-color: #E87A04;
}
/************************** Widgets *****************************/
#sidebar .widget .widget-title {
  color: #3d3d3d;
}
/* Newsfeed */
.newsfeed-container .news-stories {
  margin-right: 10px;
}
.newsfeed-container .news-categories {
  display: block;
  margin: 0px 10px 20px 10px;
  font-weight: normal;
  line-height: 1em;
}
.newsfeed-container .news-categories h4 {
  border-bottom: 2px #E87A04 solid;
}
.newsfeed-container .news-categories::marker {
  display: none !important;
}
.entry-meta span {
  color: #5b5e60;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
}
.blog-footer a:hover i, .all-news-btn a:hover i {
  color: #E87A04;
}
.blog-footer a:hover i.right, .all-news-btn a:hover i.right {
  transform: translate(10px, 0);
}
.blog-footer a:hover i.left, .all-news-btn a:hover i.left {
  transform: translate(-10px, 0);
}
.blog-footer i, .all-news-btn i {
  display: inline-block;
  color: #3d3d3d;
  font-size: 18px;
  margin-left: 10px;
  transition: color 0s, transform 1s;
}
.single-post-nav {
  margin-bottom: 30px;
  padding: 5px 0;
  border: none;
}
.single-post-nav .next {
  float: right;
  padding-right: 10px;
}
.single-post-nav .prev {
  float: left;
  padding-left: 10px;
}
/* Portfolio */
.portfolio-filter li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 6px 34px;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul.portfolio-items li {
  position: relative;
  display: inline-block;
  padding: 0 1px 1px 0;
  vertical-align: top;
  font-size: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .portfolio-filter li {
    padding: 6px 10px;
  }
}
.portfolio-filter li:hover {
  background-color: #f6f6f6;
  color: #3d3d3d !important;
}
.portfolio-filter li.active {
  color: #fff;
}
ul.portfolio-items {
  font-size: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.extra-holder {
  position: absolute;
  margin-top: 25%;
  padding: 5px;
  width: 100%;
  color: #3d3d3d;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.5);
}
.extra-holder .extra-title {
  text-transform: uppercase;
}
.extra-holder .extra-category {
  font-weight: 300;
}
.inner-extra {
  position: absolute;
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  top: 0%;
}
.image-extra .single-image {
  display: inline-block;
  margin: 20px 5px 0;
  top: 65%;
}
.link-icon .curtain:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.lightbox-mixit .curtain:after, .plus-icon .curtain:after {
  content: "+";
  font-size: 28px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/* Single Post */
.main-entry .entry-title {
  color: #E87A04;
}
.all-news-btn {
  float: right;
  font-size: 1em !important;
  font-weight: 500;
}
.project-page-header .project-title {
  padding-right: 115px;
  color: #E87A04;
  font-weight: 300;
  text-transform: uppercase;
}
.project-meta-title {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
}
.project-meta .project-meta-date, .project-meta-date a {
  color: #aeaeae;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}
.project-nav {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.project-nav .prev:after {
  content: "";
}
.project-nav .project-nav .next:after {
  content: "";
}
.project-nav .all-projects:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
}
.project-nav li a:hover:after {
  color: #3d3d3d;
}
@media only screen and (max-width: 767px) {
  .col-md-6 .align-left, .col-md-6 .align-right {
    text-align: center;
  }
  .image-extra .single-image {
    margin: 10px 5px 0;
    top: 65%;
  }
}
/* Cookie */
.cookies-infobar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
}
.cookies-infobar .accepted {
  display: none;
}
.cookies-infobar .wrapper {
  margin: 10px;
}
.cookies-infobar a {
  color: inherit;
}
.cookies-infobar .btn {
  display: inline-block;
  padding: 5px 10px;
  background: #0d9999;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}
/* Section Titles */
.section-title {
  margin: 5px 0;
  color: #E87A04;
  padding: 0;
  text-align: center;
  font-size: 4em;
  font-weight: 500;
}
.section-container {
  margin: 10px 0;
  overflow: auto;
}
.section-container .section-content:first-of-type {
  padding: 10px 0 0 0;
}
.section-container .section-content {
  padding: 25px 0 0 0;
}
.section-container .section-content .block {
  scroll-margin-top: 50px;
  margin: 0;
  padding: 10px 0;
}
.section-container .section-content .title {
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
}
.section-container .section-content .title i {
  font-size: 1.5em;
  padding-right: 10px;
  color: #E87A04;
}
.section-container .section-content article {
  margin-bottom: 20px;
}
.section-container .section-content article p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.section-container .section-content h3, .section-container .section-content h4 {
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 5px;
  border-bottom: 2px #E87A04 solid;
}
.section-container .section-content h3 {
  font-size: 1.3em;
}
.section-container .section-content h4 {
  font-size: 1.1em;
}
.section-container .section-accordion {
  margin: 5px 0;
  padding: 5px 0 0 0;
  border: none;
  background-color: #fafafa;
  box-shadow: 3px 5px 5px -4px rgba(0, 0, 0, 0.4);
  border-radius: 0.25em;
  border-top: 0.5px #e6e6e6 solid;
  border-right: 0.5px #e6e6e6 solid;
  border-left: 5px #E87A04 solid;
}
.section-container .section-accordion .title {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.section-container .section-accordion .title i {
  font-size: 1.5em;
  padding-right: 10px;
  color: #E87A04;
}
.section-container .section-accordion .h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
}
.section-container .section-accordion button {
  display: inline-flex;
  margin: 0;
  padding: 10px;
  background-color: inherit;
  color: #3d3d3d;
}
.section-container .section-accordion button:not(.collapsed) {
  color: #3d3d3d;
  box-shadow: none;
}
.section-container .section-accordion button:focus {
  border: none;
  box-shadow: none;
}
.section-container .section-accordion button:after, .section-container .section-accordion button :not(.collapsed)::after {
  width: 0;
  height: 0;
  margin-left: 0;
  background-image: none;
}
.section-container .section-accordion button:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  font: var(--fa-font-regular);
  transition: transform 0.2s ease-in-out;
}
.section-container .section-accordion button:not(.collapsed)::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font: var(--fa-font-solid);
}
.section-container .section-accordion .content {
  padding: 10px;
}
/*About Tabs*/
.tabs {
  height: 360px;
  padding: 30px 20px;
  overflow: hidden;
}
.tabs .tab-header {
  float: left;
  width: 180px;
  height: 100%;
  border-right: 1px solid #ccc;
  padding: 20px 0px;
}
.tabs .tab-header > div {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  cursor: pointer;
  padding-left: 10px;
}
.tabs .tab-header > div:hover, .tabs .tab-header > div.active {
  color: #E87A04;
}
.tabs .tab-header div i {
  display: inline-block;
  margin: 0px 10px;
}
.tabs .tab-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: block;
}
.tabs .tab-content ul, .tabs .tab-content ol {
  margin: 0;
}
.tabs .tab-content ul li i, .tabs .tab-content ol li i {
  padding-right: 10px;
  color: #D79C5F;
}
.tabs .tab-content-header {
  color: #3d3d3d;
  font-weight: 400;
  font-size: 1.5em;
  padding-right: 10px;
}
.tabs .tab-content > div {
  position: absolute;
  padding: 20px 20px;
  top: -200%;
  transition: all 500ms ease-in-out;
}
.tabs .tab-content p {
  padding-top: 10px;
  margin: 0;
  line-height: 1.5em;
}
.tabs .tab-content > div.active {
  top: 0px;
}
.tabs .tab-indicator {
  position: absolute;
  width: 4px;
  height: 50px;
  background: #E87A04;
  left: 216px;
  top: 218px;
  transition: all 500ms ease-in-out;
}
@media (max-device-width: 988px) {
  .tabs {
    overflow: visible;
    height: auto;
  }
  .tabs .tab-indicator, .tabs .tab-header {
    display: None;
  }
  .tabs .tab-content {
    position: relative;
    top: 0px;
    overflow: visible;
  }
  .tabs .tab-content > div {
    position: relative;
    top: 0px;
  }
}
/* Timeline */
.timeline-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .icon {
  margin-bottom: 30px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2em;
  color: #3d3d3d;
  text-align: center;
  width: 100%;
}
.timeline .status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
}
.timeline .status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 47%;
}
.timeline .status h4 {
  margin-top: 15px;
}
.timeline .status span {
  display: flex;
  flex-direction: column;
}
.timeline .timeline-desc {
  padding: 0 40px;
  text-align: center;
}
.timeline li.complete .status {
  border-top: 2px solid #E87A04;
}
.timeline li.complete .status:before {
  background-color: #E87A04;
  border: none;
}
@media (min-device-width: 320px) and (max-device-width: 768px) {
  .timeline {
    list-style-type: none;
    display: flex;
    flex-direction: column;
  }
  .timeline .status, .timeline .timeline-desc {
    text-align: center;
    display: flex;
  }
  .li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
  }
  .icon {
    width: 100px;
  }
  .icon .status:before {
    left: -8%;
    top: 30%;
  }
}
/* Paragraph Ordered Lists */
.subItem p {
  line-height: 1em;
}
.subItem li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.subItem li.bullet {
  list-style: disc inside;
  padding-left: 10px;
}
/* Contact Form */
.wpforms-container-full input[type=radio] + label {
  font-size: 1em !important;
}
.wpforms-form .wpforms-field-label {
  font-size: 1em !important;
  color: #3d3d3d !important;
  margin: 0 0 5px 0 !important;
}
.wpforms-form .wpforms-field-sublabel {
  font-size: 0.75em !important;
  color: #3d3d3d;
}
.wpforms-form .wpforms-field {
  padding: 8px 0 !important;
}
.wpforms-form .wpforms-field > input, .wpforms-form .wpforms-field .wpforms-field-row-block > input {
  height: 30px !important;
  font-size: 1em !important;
}
.wpforms-form .wpforms-field > ul {
  font-size: 1em !important;
}
.wpforms-form .wpforms-field.wpforms-field-radio ul li input {
  width: 1em !important;
}
.wpforms-form input[type=submit], .wpforms-form button[type=submit] {
  background-color: #0B3C60 !important;
  border: 1px solid #ebebeb !important;
  color: #fff !important;
  font-size: 1em !important;
  padding: 10px 15px !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: #359632 !important;
  border: 1px solid #2a7828 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full p {
  color: #fff !important;
}
/*# sourceMappingURL=style.css.map */