@charset "UTF-8";
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.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,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}
.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}
.fass,
.fa-sharp {
  font-weight: 900;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.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, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}
.fa-1::before {
  content: "\31 ";
}
.fa-2::before {
  content: "\32 ";
}
.fa-3::before {
  content: "\33 ";
}
.fa-4::before {
  content: "\34 ";
}
.fa-5::before {
  content: "\35 ";
}
.fa-6::before {
  content: "\36 ";
}
.fa-7::before {
  content: "\37 ";
}
.fa-8::before {
  content: "\38 ";
}
.fa-9::before {
  content: "\39 ";
}
.fa-fill-drip::before {
  content: "";
}
.fa-arrows-to-circle::before {
  content: "";
}
.fa-circle-chevron-right::before {
  content: "";
}
.fa-chevron-circle-right::before {
  content: "";
}
.fa-wagon-covered::before {
  content: "";
}
.fa-line-height::before {
  content: "";
}
.fa-bagel::before {
  content: "";
}
.fa-transporter-7::before {
  content: "";
}
.fa-at::before {
  content: "\@";
}
.fa-rectangles-mixed::before {
  content: "";
}
.fa-phone-arrow-up-right::before {
  content: "";
}
.fa-phone-arrow-up::before {
  content: "";
}
.fa-phone-outgoing::before {
  content: "";
}
.fa-trash-can::before {
  content: "";
}
.fa-trash-alt::before {
  content: "";
}
.fa-circle-l::before {
  content: "";
}
.fa-head-side-goggles::before {
  content: "";
}
.fa-head-vr::before {
  content: "";
}
.fa-text-height::before {
  content: "";
}
.fa-user-xmark::before {
  content: "";
}
.fa-user-times::before {
  content: "";
}
.fa-face-hand-yawn::before {
  content: "";
}
.fa-gauge-simple-min::before {
  content: "";
}
.fa-tachometer-slowest::before {
  content: "";
}
.fa-stethoscope::before {
  content: "";
}
.fa-coffin::before {
  content: "";
}
.fa-message::before {
  content: "";
}
.fa-comment-alt::before {
  content: "";
}
.fa-salad::before {
  content: "";
}
.fa-bowl-salad::before {
  content: "";
}
.fa-info::before {
  content: "";
}
.fa-robot-astromech::before {
  content: "";
}
.fa-ring-diamond::before {
  content: "";
}
.fa-fondue-pot::before {
  content: "";
}
.fa-theta::before {
  content: "";
}
.fa-face-hand-peeking::before {
  content: "";
}
.fa-square-user::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-tire-pressure-warning::before {
  content: "";
}
.fa-wifi-fair::before {
  content: "";
}
.fa-wifi-2::before {
  content: "";
}
.fa-calendar-days::before {
  content: "";
}
.fa-calendar-alt::before {
  content: "";
}
.fa-mp3-player::before {
  content: "";
}
.fa-anchor-circle-check::before {
  content: "";
}
.fa-tally-4::before {
  content: "";
}
.fa-rectangle-history::before {
  content: "";
}
.fa-building-circle-arrow-right::before {
  content: "";
}
.fa-volleyball::before {
  content: "";
}
.fa-volleyball-ball::before {
  content: "";
}
.fa-sun-haze::before {
  content: "";
}
.fa-text-size::before {
  content: "";
}
.fa-ufo::before {
  content: "";
}
.fa-fork::before {
  content: "";
}
.fa-utensil-fork::before {
  content: "";
}
.fa-arrows-up-to-line::before {
  content: "";
}
.fa-mobile-signal::before {
  content: "";
}
.fa-barcode-scan::before {
  content: "";
}
.fa-sort-down::before {
  content: "";
}
.fa-sort-desc::before {
  content: "";
}
.fa-folder-arrow-down::before {
  content: "";
}
.fa-folder-download::before {
  content: "";
}
.fa-circle-minus::before {
  content: "";
}
.fa-minus-circle::before {
  content: "";
}
.fa-face-icicles::before {
  content: "";
}
.fa-shovel::before {
  content: "";
}
.fa-door-open::before {
  content: "";
}
.fa-films::before {
  content: "";
}
.fa-right-from-bracket::before {
  content: "";
}
.fa-sign-out-alt::before {
  content: "";
}
.fa-face-glasses::before {
  content: "";
}
.fa-nfc::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-closed-captioning-slash::before {
  content: "";
}
.fa-calculator-simple::before {
  content: "";
}
.fa-calculator-alt::before {
  content: "";
}
.fa-bridge-circle-check::before {
  content: "";
}
.fa-sliders-up::before {
  content: "";
}
.fa-sliders-v::before {
  content: "";
}
.fa-location-minus::before {
  content: "";
}
.fa-map-marker-minus::before {
  content: "";
}
.fa-pump-medical::before {
  content: "";
}
.fa-fingerprint::before {
  content: "";
}
.fa-ski-boot::before {
  content: "";
}
.fa-standard-definition::before {
  content: "";
}
.fa-rectangle-sd::before {
  content: "";
}
.fa-h1::before {
  content: "";
}
.fa-hand-point-right::before {
  content: "";
}
.fa-magnifying-glass-location::before {
  content: "";
}
.fa-search-location::before {
  content: "";
}
.fa-message-bot::before {
  content: "";
}
.fa-forward-step::before {
  content: "";
}
.fa-step-forward::before {
  content: "";
}
.fa-face-smile-beam::before {
  content: "";
}
.fa-smile-beam::before {
  content: "";
}
.fa-light-ceiling::before {
  content: "";
}
.fa-message-exclamation::before {
  content: "";
}
.fa-comment-alt-exclamation::before {
  content: "";
}
.fa-bowl-scoop::before {
  content: "";
}
.fa-bowl-shaved-ice::before {
  content: "";
}
.fa-square-x::before {
  content: "";
}
.fa-building-memo::before {
  content: "";
}
.fa-utility-pole-double::before {
  content: "";
}
.fa-flag-checkered::before {
  content: "";
}
.fa-chevrons-up::before {
  content: "";
}
.fa-chevron-double-up::before {
  content: "";
}
.fa-football::before {
  content: "";
}
.fa-football-ball::before {
  content: "";
}
.fa-user-vneck::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-square-arrow-right::before {
  content: "";
}
.fa-arrow-square-right::before {
  content: "";
}
.fa-location-plus::before {
  content: "";
}
.fa-map-marker-plus::before {
  content: "";
}
.fa-lightbulb-exclamation-on::before {
  content: "";
}
.fa-people-line::before {
  content: "";
}
.fa-beer-mug-empty::before {
  content: "";
}
.fa-beer::before {
  content: "";
}
.fa-crate-empty::before {
  content: "";
}
.fa-diagram-predecessor::before {
  content: "";
}
.fa-transporter::before {
  content: "";
}
.fa-calendar-circle-user::before {
  content: "";
}
.fa-arrow-up-long::before {
  content: "";
}
.fa-long-arrow-up::before {
  content: "";
}
.fa-person-carry-box::before {
  content: "";
}
.fa-person-carry::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-union::before {
  content: "";
}
.fa-chevrons-left::before {
  content: "";
}
.fa-chevron-double-left::before {
  content: "";
}
.fa-circle-heart::before {
  content: "";
}
.fa-heart-circle::before {
  content: "";
}
.fa-truck-plane::before {
  content: "";
}
.fa-record-vinyl::before {
  content: "";
}
.fa-bring-forward::before {
  content: "";
}
.fa-square-p::before {
  content: "";
}
.fa-face-grin-stars::before {
  content: "";
}
.fa-grin-stars::before {
  content: "";
}
.fa-sigma::before {
  content: "";
}
.fa-camera-movie::before {
  content: "";
}
.fa-bong::before {
  content: "";
}
.fa-clarinet::before {
  content: "";
}
.fa-truck-flatbed::before {
  content: "";
}
.fa-spaghetti-monster-flying::before {
  content: "";
}
.fa-pastafarianism::before {
  content: "";
}
.fa-arrow-down-up-across-line::before {
  content: "";
}
.fa-arrows-rotate-reverse::before {
  content: "";
}
.fa-leaf-heart::before {
  content: "";
}
.fa-house-building::before {
  content: "";
}
.fa-cheese-swiss::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-bow-arrow::before {
  content: "";
}
.fa-cart-xmark::before {
  content: "";
}
.fa-hexagon-xmark::before {
  content: "";
}
.fa-times-hexagon::before {
  content: "";
}
.fa-xmark-hexagon::before {
  content: "";
}
.fa-circle-h::before {
  content: "";
}
.fa-hospital-symbol::before {
  content: "";
}
.fa-merge::before {
  content: "";
}
.fa-pager::before {
  content: "";
}
.fa-cart-minus::before {
  content: "";
}
.fa-address-book::before {
  content: "";
}
.fa-contact-book::before {
  content: "";
}
.fa-pan-frying::before {
  content: "";
}
.fa-grid::before {
  content: "";
}
.fa-grid-3::before {
  content: "";
}
.fa-football-helmet::before {
  content: "";
}
.fa-hand-love::before {
  content: "";
}
.fa-trees::before {
  content: "";
}
.fa-strikethrough::before {
  content: "";
}
.fa-page::before {
  content: "";
}
.fa-k::before {
  content: "K";
}
.fa-diagram-previous::before {
  content: "";
}
.fa-gauge-min::before {
  content: "";
}
.fa-tachometer-alt-slowest::before {
  content: "";
}
.fa-folder-grid::before {
  content: "";
}
.fa-eggplant::before {
  content: "";
}
.fa-excavator::before {
  content: "";
}
.fa-ram::before {
  content: "";
}
.fa-landmark-flag::before {
  content: "";
}
.fa-lips::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-desktop-arrow-down::before {
  content: "";
}
.fa-code-pull-request::before {
  content: "";
}
.fa-pumpkin::before {
  content: "";
}
.fa-clipboard-list::before {
  content: "";
}
.fa-pen-field::before {
  content: "";
}
.fa-blueberries::before {
  content: "";
}
.fa-truck-ramp-box::before {
  content: "";
}
.fa-truck-loading::before {
  content: "";
}
.fa-note::before {
  content: "";
}
.fa-arrow-down-to-square::before {
  content: "";
}
.fa-user-check::before {
  content: "";
}
.fa-cloud-xmark::before {
  content: "";
}
.fa-vial-virus::before {
  content: "";
}
.fa-book-blank::before {
  content: "";
}
.fa-book-alt::before {
  content: "";
}
.fa-golf-flag-hole::before {
  content: "";
}
.fa-message-arrow-down::before {
  content: "";
}
.fa-comment-alt-arrow-down::before {
  content: "";
}
.fa-face-unamused::before {
  content: "";
}
.fa-sheet-plastic::before {
  content: "";
}
.fa-circle-9::before {
  content: "";
}
.fa-blog::before {
  content: "";
}
.fa-user-ninja::before {
  content: "";
}
.fa-pencil-slash::before {
  content: "";
}
.fa-bowling-pins::before {
  content: "";
}
.fa-person-arrow-up-from-line::before {
  content: "";
}
.fa-down-right::before {
  content: "";
}
.fa-scroll-torah::before {
  content: "";
}
.fa-torah::before {
  content: "";
}
.fa-webhook::before {
  content: "";
}
.fa-blinds-open::before {
  content: "";
}
.fa-fence::before {
  content: "";
}
.fa-up::before {
  content: "";
}
.fa-arrow-alt-up::before {
  content: "";
}
.fa-broom-ball::before {
  content: "";
}
.fa-quidditch::before {
  content: "";
}
.fa-quidditch-broom-ball::before {
  content: "";
}
.fa-drumstick::before {
  content: "";
}
.fa-square-v::before {
  content: "";
}
.fa-face-awesome::before {
  content: "";
}
.fa-gave-dandy::before {
  content: "";
}
.fa-dial-off::before {
  content: "";
}
.fa-toggle-off::before {
  content: "";
}
.fa-face-smile-horns::before {
  content: "";
}
.fa-box-archive::before {
  content: "";
}
.fa-archive::before {
  content: "";
}
.fa-grapes::before {
  content: "";
}
.fa-person-drowning::before {
  content: "";
}
.fa-dial-max::before {
  content: "";
}
.fa-circle-m::before {
  content: "";
}
.fa-calendar-image::before {
  content: "";
}
.fa-circle-caret-down::before {
  content: "";
}
.fa-caret-circle-down::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-shish-kebab::before {
  content: "";
}
.fa-spray-can::before {
  content: "";
}
.fa-alarm-snooze::before {
  content: "";
}
.fa-scarecrow::before {
  content: "";
}
.fa-truck-monster::before {
  content: "";
}
.fa-gift-card::before {
  content: "";
}
.fa-w::before {
  content: "W";
}
.fa-code-pull-request-draft::before {
  content: "";
}
.fa-square-b::before {
  content: "";
}
.fa-elephant::before {
  content: "";
}
.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-message-question::before {
  content: "";
}
.fa-cloud::before {
  content: "";
}
.fa-trowel-bricks::before {
  content: "";
}
.fa-square-3::before {
  content: "";
}
.fa-face-flushed::before {
  content: "";
}
.fa-flushed::before {
  content: "";
}
.fa-hospital-user::before {
  content: "";
}
.fa-microwave::before {
  content: "";
}
.fa-chf-sign::before {
  content: "";
}
.fa-tent-arrow-left-right::before {
  content: "";
}
.fa-cart-circle-arrow-up::before {
  content: "";
}
.fa-trash-clock::before {
  content: "";
}
.fa-reflect-both::before {
  content: "";
}
.fa-gavel::before {
  content: "";
}
.fa-legal::before {
  content: "";
}
.fa-sprinkler-ceiling::before {
  content: "";
}
.fa-browsers::before {
  content: "";
}
.fa-trillium::before {
  content: "";
}
.fa-music-slash::before {
  content: "";
}
.fa-truck-ramp::before {
  content: "";
}
.fa-binoculars::before {
  content: "";
}
.fa-microphone-slash::before {
  content: "";
}
.fa-box-tissue::before {
  content: "";
}
.fa-circle-c::before {
  content: "";
}
.fa-star-christmas::before {
  content: "";
}
.fa-chart-bullet::before {
  content: "";
}
.fa-motorcycle::before {
  content: "";
}
.fa-tree-christmas::before {
  content: "";
}
.fa-tire-flat::before {
  content: "";
}
.fa-sunglasses::before {
  content: "";
}
.fa-badge::before {
  content: "";
}
.fa-message-pen::before {
  content: "";
}
.fa-comment-alt-edit::before {
  content: "";
}
.fa-message-edit::before {
  content: "";
}
.fa-bell-concierge::before {
  content: "";
}
.fa-concierge-bell::before {
  content: "";
}
.fa-pen-ruler::before {
  content: "";
}
.fa-pencil-ruler::before {
  content: "";
}
.fa-file-mp3::before {
  content: "";
}
.fa-arrow-progress::before {
  content: "";
}
.fa-chess-rook-piece::before {
  content: "";
}
.fa-chess-rook-alt::before {
  content: "";
}
.fa-square-root::before {
  content: "";
}
.fa-album-collection-circle-plus::before {
  content: "";
}
.fa-people-arrows::before {
  content: "";
}
.fa-people-arrows-left-right::before {
  content: "";
}
.fa-sign-post::before {
  content: "";
}
.fa-face-angry-horns::before {
  content: "";
}
.fa-mars-and-venus-burst::before {
  content: "";
}
.fa-tombstone::before {
  content: "";
}
.fa-square-caret-right::before {
  content: "";
}
.fa-caret-square-right::before {
  content: "";
}
.fa-scissors::before {
  content: "";
}
.fa-cut::before {
  content: "";
}
.fa-list-music::before {
  content: "";
}
.fa-sun-plant-wilt::before {
  content: "";
}
.fa-toilets-portable::before {
  content: "";
}
.fa-hockey-puck::before {
  content: "";
}
.fa-mustache::before {
  content: "";
}
.fa-hyphen::before {
  content: "\-";
}
.fa-table::before {
  content: "";
}
.fa-user-chef::before {
  content: "";
}
.fa-message-image::before {
  content: "";
}
.fa-comment-alt-image::before {
  content: "";
}
.fa-users-medical::before {
  content: "";
}
.fa-sensor-triangle-exclamation::before {
  content: "";
}
.fa-sensor-alert::before {
  content: "";
}
.fa-magnifying-glass-arrow-right::before {
  content: "";
}
.fa-tachograph-digital::before {
  content: "";
}
.fa-digital-tachograph::before {
  content: "";
}
.fa-face-mask::before {
  content: "";
}
.fa-pickleball::before {
  content: "";
}
.fa-star-sharp-half::before {
  content: "";
}
.fa-users-slash::before {
  content: "";
}
.fa-clover::before {
  content: "";
}
.fa-meat::before {
  content: "";
}
.fa-reply::before {
  content: "";
}
.fa-mail-reply::before {
  content: "";
}
.fa-star-and-crescent::before {
  content: "";
}
.fa-empty-set::before {
  content: "";
}
.fa-house-fire::before {
  content: "";
}
.fa-square-minus::before {
  content: "";
}
.fa-minus-square::before {
  content: "";
}
.fa-helicopter::before {
  content: "";
}
.fa-bird::before {
  content: "";
}
.fa-compass::before {
  content: "";
}
.fa-square-caret-down::before {
  content: "";
}
.fa-caret-square-down::before {
  content: "";
}
.fa-heart-half-stroke::before {
  content: "";
}
.fa-heart-half-alt::before {
  content: "";
}
.fa-file-circle-question::before {
  content: "";
}
.fa-truck-utensils::before {
  content: "";
}
.fa-laptop-code::before {
  content: "";
}
.fa-joystick::before {
  content: "";
}
.fa-grill-fire::before {
  content: "";
}
.fa-rectangle-vertical-history::before {
  content: "";
}
.fa-swatchbook::before {
  content: "";
}
.fa-prescription-bottle::before {
  content: "";
}
.fa-bars::before {
  content: "";
}
.fa-navicon::before {
  content: "";
}
.fa-keyboard-left::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-face-beam-hand-over-mouth::before {
  content: "";
}
.fa-droplet-percent::before {
  content: "";
}
.fa-humidity::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-corn::before {
  content: "";
}
.fa-roller-coaster::before {
  content: "";
}
.fa-photo-film-music::before {
  content: "";
}
.fa-radar::before {
  content: "";
}
.fa-sickle::before {
  content: "";
}
.fa-film::before {
  content: "";
}
.fa-coconut::before {
  content: "";
}
.fa-ruler-horizontal::before {
  content: "";
}
.fa-shield-cross::before {
  content: "";
}
.fa-cassette-tape::before {
  content: "";
}
.fa-square-terminal::before {
  content: "";
}
.fa-people-robbery::before {
  content: "";
}
.fa-lightbulb::before {
  content: "";
}
.fa-caret-left::before {
  content: "";
}
.fa-comment-middle::before {
  content: "";
}
.fa-trash-can-list::before {
  content: "";
}
.fa-block::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-face-frown-slight::before {
  content: "";
}
.fa-circle-chevron-down::before {
  content: "";
}
.fa-chevron-circle-down::before {
  content: "";
}
.fa-sidebar-flip::before {
  content: "";
}
.fa-unlock-keyhole::before {
  content: "";
}
.fa-unlock-alt::before {
  content: "";
}
.fa-temperature-list::before {
  content: "";
}
.fa-cloud-showers-heavy::before {
  content: "";
}
.fa-headphones-simple::before {
  content: "";
}
.fa-headphones-alt::before {
  content: "";
}
.fa-sitemap::before {
  content: "";
}
.fa-pipe-section::before {
  content: "";
}
.fa-space-station-moon-construction::before {
  content: "";
}
.fa-space-station-moon-alt::before {
  content: "";
}
.fa-circle-dollar-to-slot::before {
  content: "";
}
.fa-donate::before {
  content: "";
}
.fa-memory::before {
  content: "";
}
.fa-face-sleeping::before {
  content: "";
}
.fa-road-spikes::before {
  content: "";
}
.fa-fire-burner::before {
  content: "";
}
.fa-squirrel::before {
  content: "";
}
.fa-arrow-up-to-line::before {
  content: "";
}
.fa-arrow-to-top::before {
  content: "";
}
.fa-flag::before {
  content: "";
}
.fa-face-cowboy-hat::before {
  content: "";
}
.fa-hanukiah::before {
  content: "";
}
.fa-chart-scatter-3d::before {
  content: "";
}
.fa-display-chart-up::before {
  content: "";
}
.fa-square-code::before {
  content: "";
}
.fa-feather::before {
  content: "";
}
.fa-volume-low::before {
  content: "";
}
.fa-volume-down::before {
  content: "";
}
.fa-xmark-to-slot::before {
  content: "";
}
.fa-times-to-slot::before {
  content: "";
}
.fa-vote-nay::before {
  content: "";
}
.fa-box-taped::before {
  content: "";
}
.fa-box-alt::before {
  content: "";
}
.fa-comment-slash::before {
  content: "";
}
.fa-swords::before {
  content: "";
}
.fa-cloud-sun-rain::before {
  content: "";
}
.fa-album::before {
  content: "";
}
.fa-circle-n::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-key-skeleton-left-right::before {
  content: "";
}
.fa-comment-lines::before {
  content: "";
}
.fa-luchador-mask::before {
  content: "";
}
.fa-luchador::before {
  content: "";
}
.fa-mask-luchador::before {
  content: "";
}
.fa-square-check::before {
  content: "";
}
.fa-check-square::before {
  content: "";
}
.fa-shredder::before {
  content: "";
}
.fa-book-open-cover::before {
  content: "";
}
.fa-book-open-alt::before {
  content: "";
}
.fa-sandwich::before {
  content: "";
}
.fa-peseta-sign::before {
  content: "";
}
.fa-square-parking-slash::before {
  content: "";
}
.fa-parking-slash::before {
  content: "";
}
.fa-train-tunnel::before {
  content: "";
}
.fa-heading::before {
  content: "";
}
.fa-header::before {
  content: "";
}
.fa-ghost::before {
  content: "";
}
.fa-face-anguished::before {
  content: "";
}
.fa-hockey-sticks::before {
  content: "";
}
.fa-abacus::before {
  content: "";
}
.fa-film-simple::before {
  content: "";
}
.fa-film-alt::before {
  content: "";
}
.fa-list::before {
  content: "";
}
.fa-list-squares::before {
  content: "";
}
.fa-tree-palm::before {
  content: "";
}
.fa-square-phone-flip::before {
  content: "";
}
.fa-phone-square-alt::before {
  content: "";
}
.fa-cart-plus::before {
  content: "";
}
.fa-gamepad::before {
  content: "";
}
.fa-border-center-v::before {
  content: "";
}
.fa-circle-dot::before {
  content: "";
}
.fa-dot-circle::before {
  content: "";
}
.fa-clipboard-medical::before {
  content: "";
}
.fa-face-dizzy::before {
  content: "";
}
.fa-dizzy::before {
  content: "";
}
.fa-egg::before {
  content: "";
}
.fa-up-to-line::before {
  content: "";
}
.fa-arrow-alt-to-top::before {
  content: "";
}
.fa-house-medical-circle-xmark::before {
  content: "";
}
.fa-watch-fitness::before {
  content: "";
}
.fa-clock-nine-thirty::before {
  content: "";
}
.fa-campground::before {
  content: "";
}
.fa-folder-plus::before {
  content: "";
}
.fa-jug::before {
  content: "";
}
.fa-futbol::before {
  content: "";
}
.fa-futbol-ball::before {
  content: "";
}
.fa-soccer-ball::before {
  content: "";
}
.fa-snow-blowing::before {
  content: "";
}
.fa-paintbrush::before {
  content: "";
}
.fa-paint-brush::before {
  content: "";
}
.fa-lock::before {
  content: "";
}
.fa-arrow-down-from-line::before {
  content: "";
}
.fa-arrow-from-top::before {
  content: "";
}
.fa-gas-pump::before {
  content: "";
}
.fa-signal-bars-slash::before {
  content: "";
}
.fa-signal-alt-slash::before {
  content: "";
}
.fa-monkey::before {
  content: "";
}
.fa-rectangle-pro::before {
  content: "";
}
.fa-pro::before {
  content: "";
}
.fa-house-night::before {
  content: "";
}
.fa-hot-tub-person::before {
  content: "";
}
.fa-hot-tub::before {
  content: "";
}
.fa-globe-pointer::before {
  content: "";
}
.fa-blanket::before {
  content: "";
}
.fa-map-location::before {
  content: "";
}
.fa-map-marked::before {
  content: "";
}
.fa-house-flood-water::before {
  content: "";
}
.fa-comments-question-check::before {
  content: "";
}
.fa-tree::before {
  content: "";
}
.fa-arrows-cross::before {
  content: "";
}
.fa-backpack::before {
  content: "";
}
.fa-square-small::before {
  content: "";
}
.fa-folder-arrow-up::before {
  content: "";
}
.fa-folder-upload::before {
  content: "";
}
.fa-bridge-lock::before {
  content: "";
}
.fa-crosshairs-simple::before {
  content: "";
}
.fa-sack-dollar::before {
  content: "";
}
.fa-pen-to-square::before {
  content: "";
}
.fa-edit::before {
  content: "";
}
.fa-square-sliders::before {
  content: "";
}
.fa-sliders-h-square::before {
  content: "";
}
.fa-car-side::before {
  content: "";
}
.fa-message-middle-top::before {
  content: "";
}
.fa-comment-middle-top-alt::before {
  content: "";
}
.fa-lightbulb-on::before {
  content: "";
}
.fa-knife::before {
  content: "";
}
.fa-utensil-knife::before {
  content: "";
}
.fa-share-nodes::before {
  content: "";
}
.fa-share-alt::before {
  content: "";
}
.fa-display-chart-up-circle-dollar::before {
  content: "";
}
.fa-wave-sine::before {
  content: "";
}
.fa-heart-circle-minus::before {
  content: "";
}
.fa-circle-w::before {
  content: "";
}
.fa-circle-calendar::before {
  content: "";
}
.fa-calendar-circle::before {
  content: "";
}
.fa-hourglass-half::before {
  content: "";
}
.fa-hourglass-2::before {
  content: "";
}
.fa-microscope::before {
  content: "";
}
.fa-sunset::before {
  content: "";
}
.fa-sink::before {
  content: "";
}
.fa-calendar-exclamation::before {
  content: "";
}
.fa-truck-container-empty::before {
  content: "";
}
.fa-hand-heart::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-reply-clock::before {
  content: "";
}
.fa-reply-time::before {
  content: "";
}
.fa-person-rays::before {
  content: "";
}
.fa-right::before {
  content: "";
}
.fa-arrow-alt-right::before {
  content: "";
}
.fa-circle-f::before {
  content: "";
}
.fa-users::before {
  content: "";
}
.fa-face-pleading::before {
  content: "";
}
.fa-eye-slash::before {
  content: "";
}
.fa-flask-vial::before {
  content: "";
}
.fa-police-box::before {
  content: "";
}
.fa-cucumber::before {
  content: "";
}
.fa-head-side-brain::before {
  content: "";
}
.fa-hand::before {
  content: "";
}
.fa-hand-paper::before {
  content: "";
}
.fa-person-biking-mountain::before {
  content: "";
}
.fa-biking-mountain::before {
  content: "";
}
.fa-utensils-slash::before {
  content: "";
}
.fa-print-magnifying-glass::before {
  content: "";
}
.fa-print-search::before {
  content: "";
}
.fa-turn-right::before {
  content: "";
}
.fa-folder-bookmark::before {
  content: "";
}
.fa-arrow-turn-left-down::before {
  content: "";
}
.fa-om::before {
  content: "";
}
.fa-pi::before {
  content: "";
}
.fa-flask-round-potion::before {
  content: "";
}
.fa-flask-potion::before {
  content: "";
}
.fa-face-shush::before {
  content: "";
}
.fa-worm::before {
  content: "";
}
.fa-house-circle-xmark::before {
  content: "";
}
.fa-plug::before {
  content: "";
}
.fa-calendar-circle-exclamation::before {
  content: "";
}
.fa-square-i::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}
.fa-face-saluting::before {
  content: "";
}
.fa-gauge-simple-low::before {
  content: "";
}
.fa-tachometer-slow::before {
  content: "";
}
.fa-face-persevering::before {
  content: "";
}
.fa-circle-camera::before {
  content: "";
}
.fa-camera-circle::before {
  content: "";
}
.fa-hand-spock::before {
  content: "";
}
.fa-spider-web::before {
  content: "";
}
.fa-circle-microphone::before {
  content: "";
}
.fa-microphone-circle::before {
  content: "";
}
.fa-book-arrow-up::before {
  content: "";
}
.fa-popsicle::before {
  content: "";
}
.fa-command::before {
  content: "";
}
.fa-blinds::before {
  content: "";
}
.fa-stopwatch::before {
  content: "";
}
.fa-saxophone::before {
  content: "";
}
.fa-square-2::before {
  content: "";
}
.fa-field-hockey-stick-ball::before {
  content: "";
}
.fa-field-hockey::before {
  content: "";
}
.fa-arrow-up-square-triangle::before {
  content: "";
}
.fa-sort-shapes-up-alt::before {
  content: "";
}
.fa-face-scream::before {
  content: "";
}
.fa-square-m::before {
  content: "";
}
.fa-camera-web::before {
  content: "";
}
.fa-webcam::before {
  content: "";
}
.fa-comment-arrow-down::before {
  content: "";
}
.fa-lightbulb-cfl::before {
  content: "";
}
.fa-window-frame-open::before {
  content: "";
}
.fa-face-kiss::before {
  content: "";
}
.fa-kiss::before {
  content: "";
}
.fa-bridge-circle-xmark::before {
  content: "";
}
.fa-period::before {
  content: "\.";
}
.fa-face-grin-tongue::before {
  content: "";
}
.fa-grin-tongue::before {
  content: "";
}
.fa-up-to-dotted-line::before {
  content: "";
}
.fa-thought-bubble::before {
  content: "";
}
.fa-skeleton-ribs::before {
  content: "";
}
.fa-raygun::before {
  content: "";
}
.fa-flute::before {
  content: "";
}
.fa-acorn::before {
  content: "";
}
.fa-video-arrow-up-right::before {
  content: "";
}
.fa-grate-droplet::before {
  content: "";
}
.fa-seal-exclamation::before {
  content: "";
}
.fa-chess-bishop::before {
  content: "";
}
.fa-message-sms::before {
  content: "";
}
.fa-coffee-beans::before {
  content: "";
}
.fa-hat-witch::before {
  content: "";
}
.fa-face-grin-wink::before {
  content: "";
}
.fa-grin-wink::before {
  content: "";
}
.fa-clock-three-thirty::before {
  content: "";
}
.fa-ear-deaf::before {
  content: "";
}
.fa-deaf::before {
  content: "";
}
.fa-deafness::before {
  content: "";
}
.fa-hard-of-hearing::before {
  content: "";
}
.fa-alarm-clock::before {
  content: "";
}
.fa-eclipse::before {
  content: "";
}
.fa-face-relieved::before {
  content: "";
}
.fa-road-circle-check::before {
  content: "";
}
.fa-dice-five::before {
  content: "";
}
.fa-octagon-minus::before {
  content: "";
}
.fa-minus-octagon::before {
  content: "";
}
.fa-square-rss::before {
  content: "";
}
.fa-rss-square::before {
  content: "";
}
.fa-face-zany::before {
  content: "";
}
.fa-tricycle::before {
  content: "";
}
.fa-land-mine-on::before {
  content: "";
}
.fa-square-arrow-up-left::before {
  content: "";
}
.fa-i-cursor::before {
  content: "";
}
.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}
.fa-salt-shaker::before {
  content: "";
}
.fa-stamp::before {
  content: "";
}
.fa-file-plus::before {
  content: "";
}
.fa-draw-square::before {
  content: "";
}
.fa-toilet-paper-under-slash::before {
  content: "";
}
.fa-toilet-paper-reverse-slash::before {
  content: "";
}
.fa-stairs::before {
  content: "";
}
.fa-drone-front::before {
  content: "";
}
.fa-drone-alt::before {
  content: "";
}
.fa-glass-empty::before {
  content: "";
}
.fa-dial-high::before {
  content: "";
}
.fa-user-helmet-safety::before {
  content: "";
}
.fa-user-construction::before {
  content: "";
}
.fa-user-hard-hat::before {
  content: "";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "";
}
.fa-hryvnia::before {
  content: "";
}
.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}
.fa-pills::before {
  content: "";
}
.fa-face-grin-wide::before {
  content: "";
}
.fa-grin-alt::before {
  content: "";
}
.fa-tooth::before {
  content: "";
}
.fa-basketball-hoop::before {
  content: "";
}
.fa-objects-align-bottom::before {
  content: "";
}
.fa-v::before {
  content: "V";
}
.fa-sparkles::before {
  content: "";
}
.fa-squid::before {
  content: "";
}
.fa-leafy-green::before {
  content: "";
}
.fa-circle-arrow-up-right::before {
  content: "";
}
.fa-calendars::before {
  content: "";
}
.fa-bangladeshi-taka-sign::before {
  content: "";
}
.fa-bicycle::before {
  content: "";
}
.fa-hammer-war::before {
  content: "";
}
.fa-circle-d::before {
  content: "";
}
.fa-spider-black-widow::before {
  content: "";
}
.fa-staff-snake::before {
  content: "";
}
.fa-rod-asclepius::before {
  content: "";
}
.fa-rod-snake::before {
  content: "";
}
.fa-staff-aesculapius::before {
  content: "";
}
.fa-pear::before {
  content: "";
}
.fa-head-side-cough-slash::before {
  content: "";
}
.fa-file-mov::before {
  content: "";
}
.fa-triangle::before {
  content: "";
}
.fa-apartment::before {
  content: "";
}
.fa-truck-medical::before {
  content: "";
}
.fa-ambulance::before {
  content: "";
}
.fa-pepper::before {
  content: "";
}
.fa-piano::before {
  content: "";
}
.fa-gun-squirt::before {
  content: "";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}
.fa-snowman::before {
  content: "";
}
.fa-user-alien::before {
  content: "";
}
.fa-shield-check::before {
  content: "";
}
.fa-mortar-pestle::before {
  content: "";
}
.fa-road-barrier::before {
  content: "";
}
.fa-chart-candlestick::before {
  content: "";
}
.fa-briefcase-blank::before {
  content: "";
}
.fa-school::before {
  content: "";
}
.fa-igloo::before {
  content: "";
}
.fa-bracket-round::before {
  content: "\(";
}
.fa-parenthesis::before {
  content: "\(";
}
.fa-joint::before {
  content: "";
}
.fa-horse-saddle::before {
  content: "";
}
.fa-mug-marshmallows::before {
  content: "";
}
.fa-filters::before {
  content: "";
}
.fa-bell-on::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-dial-med::before {
  content: "";
}
.fa-horse::before {
  content: "";
}
.fa-q::before {
  content: "Q";
}
.fa-monitor-waveform::before {
  content: "";
}
.fa-monitor-heart-rate::before {
  content: "";
}
.fa-link-simple::before {
  content: "";
}
.fa-whistle::before {
  content: "";
}
.fa-g::before {
  content: "G";
}
.fa-wine-glass-crack::before {
  content: "";
}
.fa-fragile::before {
  content: "";
}
.fa-slot-machine::before {
  content: "";
}
.fa-notes-medical::before {
  content: "";
}
.fa-car-wash::before {
  content: "";
}
.fa-escalator::before {
  content: "";
}
.fa-comment-image::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-donut::before {
  content: "";
}
.fa-doughnut::before {
  content: "";
}
.fa-capsules::before {
  content: "";
}
.fa-poo-storm::before {
  content: "";
}
.fa-poo-bolt::before {
  content: "";
}
.fa-tally-1::before {
  content: "";
}
.fa-file-vector::before {
  content: "";
}
.fa-face-frown-open::before {
  content: "";
}
.fa-frown-open::before {
  content: "";
}
.fa-square-dashed::before {
  content: "";
}
.fa-bag-shopping-plus::before {
  content: "";
}
.fa-square-j::before {
  content: "";
}
.fa-hand-point-up::before {
  content: "";
}
.fa-money-bill::before {
  content: "";
}
.fa-arrow-up-big-small::before {
  content: "";
}
.fa-sort-size-up::before {
  content: "";
}
.fa-barcode-read::before {
  content: "";
}
.fa-baguette::before {
  content: "";
}
.fa-bowl-soft-serve::before {
  content: "";
}
.fa-face-holding-back-tears::before {
  content: "";
}
.fa-square-up::before {
  content: "";
}
.fa-arrow-alt-square-up::before {
  content: "";
}
.fa-train-subway-tunnel::before {
  content: "";
}
.fa-subway-tunnel::before {
  content: "";
}
.fa-square-exclamation::before {
  content: "";
}
.fa-exclamation-square::before {
  content: "";
}
.fa-semicolon::before {
  content: "\;";
}
.fa-bookmark::before {
  content: "";
}
.fa-fan-table::before {
  content: "";
}
.fa-align-justify::before {
  content: "";
}
.fa-battery-low::before {
  content: "";
}
.fa-battery-1::before {
  content: "";
}
.fa-credit-card-front::before {
  content: "";
}
.fa-brain-arrow-curved-right::before {
  content: "";
}
.fa-mind-share::before {
  content: "";
}
.fa-umbrella-beach::before {
  content: "";
}
.fa-helmet-un::before {
  content: "";
}
.fa-location-smile::before {
  content: "";
}
.fa-map-marker-smile::before {
  content: "";
}
.fa-arrow-left-to-line::before {
  content: "";
}
.fa-arrow-to-left::before {
  content: "";
}
.fa-bullseye::before {
  content: "";
}
.fa-sushi::before {
  content: "";
}
.fa-nigiri::before {
  content: "";
}
.fa-message-captions::before {
  content: "";
}
.fa-comment-alt-captions::before {
  content: "";
}
.fa-trash-list::before {
  content: "";
}
.fa-bacon::before {
  content: "";
}
.fa-option::before {
  content: "";
}
.fa-raccoon::before {
  content: "";
}
.fa-hand-point-down::before {
  content: "";
}
.fa-arrow-up-from-bracket::before {
  content: "";
}
.fa-head-side-gear::before {
  content: "";
}
.fa-trash-plus::before {
  content: "";
}
.fa-file-cad::before {
  content: "";
}
.fa-objects-align-top::before {
  content: "";
}
.fa-folder::before {
  content: "";
}
.fa-folder-blank::before {
  content: "";
}
.fa-face-anxious-sweat::before {
  content: "";
}
.fa-credit-card-blank::before {
  content: "";
}
.fa-file-waveform::before {
  content: "";
}
.fa-file-medical-alt::before {
  content: "";
}
.fa-microchip-ai::before {
  content: "";
}
.fa-mug::before {
  content: "";
}
.fa-plane-up-slash::before {
  content: "";
}
.fa-radiation::before {
  content: "";
}
.fa-pen-circle::before {
  content: "";
}
.fa-bag-seedling::before {
  content: "";
}
.fa-chart-simple::before {
  content: "";
}
.fa-crutches::before {
  content: "";
}
.fa-circle-parking::before {
  content: "";
}
.fa-parking-circle::before {
  content: "";
}
.fa-mars-stroke::before {
  content: "";
}
.fa-leaf-oak::before {
  content: "";
}
.fa-square-bolt::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-lambda::before {
  content: "";
}
.fa-e::before {
  content: "E";
}
.fa-pizza::before {
  content: "";
}
.fa-bowl-chopsticks-noodles::before {
  content: "";
}
.fa-h3::before {
  content: "";
}
.fa-pen-clip::before {
  content: "";
}
.fa-pen-alt::before {
  content: "";
}
.fa-bridge-circle-exclamation::before {
  content: "";
}
.fa-badge-percent::before {
  content: "";
}
.fa-rotate-reverse::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-sensor::before {
  content: "";
}
.fa-comma::before {
  content: "\,";
}
.fa-school-circle-check::before {
  content: "";
}
.fa-toilet-paper-under::before {
  content: "";
}
.fa-toilet-paper-reverse::before {
  content: "";
}
.fa-light-emergency::before {
  content: "";
}
.fa-arrow-down-to-arc::before {
  content: "";
}
.fa-dumpster::before {
  content: "";
}
.fa-van-shuttle::before {
  content: "";
}
.fa-shuttle-van::before {
  content: "";
}
.fa-building-user::before {
  content: "";
}
.fa-light-switch::before {
  content: "";
}
.fa-square-caret-left::before {
  content: "";
}
.fa-caret-square-left::before {
  content: "";
}
.fa-highlighter::before {
  content: "";
}
.fa-wave-pulse::before {
  content: "";
}
.fa-heart-rate::before {
  content: "";
}
.fa-key::before {
  content: "";
}
.fa-arrow-left-to-bracket::before {
  content: "";
}
.fa-hat-santa::before {
  content: "";
}
.fa-tamale::before {
  content: "";
}
.fa-box-check::before {
  content: "";
}
.fa-bullhorn::before {
  content: "";
}
.fa-steak::before {
  content: "";
}
.fa-location-crosshairs-slash::before {
  content: "";
}
.fa-location-slash::before {
  content: "";
}
.fa-person-dolly::before {
  content: "";
}
.fa-globe::before {
  content: "";
}
.fa-synagogue::before {
  content: "";
}
.fa-file-chart-column::before {
  content: "";
}
.fa-file-chart-line::before {
  content: "";
}
.fa-person-half-dress::before {
  content: "";
}
.fa-folder-image::before {
  content: "";
}
.fa-calendar-pen::before {
  content: "";
}
.fa-calendar-edit::before {
  content: "";
}
.fa-road-bridge::before {
  content: "";
}
.fa-face-smile-tear::before {
  content: "";
}
.fa-message-plus::before {
  content: "";
}
.fa-comment-alt-plus::before {
  content: "";
}
.fa-location-arrow::before {
  content: "";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "";
}
.fa-person-dress-fairy::before {
  content: "";
}
.fa-rectangle-history-circle-user::before {
  content: "";
}
.fa-building-lock::before {
  content: "";
}
.fa-chart-line-up::before {
  content: "";
}
.fa-mailbox::before {
  content: "";
}
.fa-sign-posts::before {
  content: "";
}
.fa-truck-bolt::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-circle-three-quarters-stroke::before {
  content: "";
}
.fa-person-circle-minus::before {
  content: "";
}
.fa-scalpel::before {
  content: "";
}
.fa-ban::before {
  content: "";
}
.fa-cancel::before {
  content: "";
}
.fa-bell-exclamation::before {
  content: "";
}
.fa-circle-bookmark::before {
  content: "";
}
.fa-bookmark-circle::before {
  content: "";
}
.fa-egg-fried::before {
  content: "";
}
.fa-face-weary::before {
  content: "";
}
.fa-uniform-martial-arts::before {
  content: "";
}
.fa-camera-rotate::before {
  content: "";
}
.fa-sun-dust::before {
  content: "";
}
.fa-comment-text::before {
  content: "";
}
.fa-spray-can-sparkles::before {
  content: "";
}
.fa-air-freshener::before {
  content: "";
}
.fa-signal-bars::before {
  content: "";
}
.fa-signal-alt::before {
  content: "";
}
.fa-signal-alt-4::before {
  content: "";
}
.fa-signal-bars-strong::before {
  content: "";
}
.fa-diamond-exclamation::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-dial-min::before {
  content: "";
}
.fa-repeat::before {
  content: "";
}
.fa-cross::before {
  content: "";
}
.fa-page-caret-down::before {
  content: "";
}
.fa-file-caret-down::before {
  content: "";
}
.fa-box::before {
  content: "";
}
.fa-venus-mars::before {
  content: "";
}
.fa-clock-seven-thirty::before {
  content: "";
}
.fa-arrow-pointer::before {
  content: "";
}
.fa-mouse-pointer::before {
  content: "";
}
.fa-clock-four-thirty::before {
  content: "";
}
.fa-signal-bars-good::before {
  content: "";
}
.fa-signal-alt-3::before {
  content: "";
}
.fa-cactus::before {
  content: "";
}
.fa-lightbulb-gear::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-plane-tail::before {
  content: "";
}
.fa-gauge-simple-max::before {
  content: "";
}
.fa-tachometer-fastest::before {
  content: "";
}
.fa-circle-u::before {
  content: "";
}
.fa-shield-slash::before {
  content: "";
}
.fa-square-phone-hangup::before {
  content: "";
}
.fa-phone-square-down::before {
  content: "";
}
.fa-arrow-up-left::before {
  content: "";
}
.fa-transporter-1::before {
  content: "";
}
.fa-peanuts::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-bin-bottles-recycle::before {
  content: "";
}
.fa-arrow-up-from-square::before {
  content: "";
}
.fa-file-dashed-line::before {
  content: "";
}
.fa-page-break::before {
  content: "";
}
.fa-bracket-curly-right::before {
  content: "\}";
}
.fa-spider::before {
  content: "";
}
.fa-clock-three::before {
  content: "";
}
.fa-hands-bound::before {
  content: "";
}
.fa-scalpel-line-dashed::before {
  content: "";
}
.fa-scalpel-path::before {
  content: "";
}
.fa-file-invoice-dollar::before {
  content: "";
}
.fa-pipe-smoking::before {
  content: "";
}
.fa-face-astonished::before {
  content: "";
}
.fa-window::before {
  content: "";
}
.fa-plane-circle-exclamation::before {
  content: "";
}
.fa-ear::before {
  content: "";
}
.fa-file-lock::before {
  content: "";
}
.fa-diagram-venn::before {
  content: "";
}
.fa-arrow-down-from-bracket::before {
  content: "";
}
.fa-x-ray::before {
  content: "";
}
.fa-goal-net::before {
  content: "";
}
.fa-coffin-cross::before {
  content: "";
}
.fa-spell-check::before {
  content: "";
}
.fa-location-xmark::before {
  content: "";
}
.fa-map-marker-times::before {
  content: "";
}
.fa-map-marker-xmark::before {
  content: "";
}
.fa-circle-quarter-stroke::before {
  content: "";
}
.fa-lasso::before {
  content: "";
}
.fa-slash::before {
  content: "";
}
.fa-person-to-portal::before {
  content: "";
}
.fa-portal-enter::before {
  content: "";
}
.fa-calendar-star::before {
  content: "";
}
.fa-computer-mouse::before {
  content: "";
}
.fa-mouse::before {
  content: "";
}
.fa-arrow-right-to-bracket::before {
  content: "";
}
.fa-sign-in::before {
  content: "";
}
.fa-pegasus::before {
  content: "";
}
.fa-files-medical::before {
  content: "";
}
.fa-cannon::before {
  content: "";
}
.fa-nfc-lock::before {
  content: "";
}
.fa-person-ski-lift::before {
  content: "";
}
.fa-ski-lift::before {
  content: "";
}
.fa-square-6::before {
  content: "";
}
.fa-shop-slash::before {
  content: "";
}
.fa-store-alt-slash::before {
  content: "";
}
.fa-wind-turbine::before {
  content: "";
}
.fa-sliders-simple::before {
  content: "";
}
.fa-grid-round::before {
  content: "";
}
.fa-badge-sheriff::before {
  content: "";
}
.fa-server::before {
  content: "";
}
.fa-virus-covid-slash::before {
  content: "";
}
.fa-intersection::before {
  content: "";
}
.fa-shop-lock::before {
  content: "";
}
.fa-family::before {
  content: "";
}
.fa-hourglass-start::before {
  content: "";
}
.fa-hourglass-1::before {
  content: "";
}
.fa-user-hair-buns::before {
  content: "";
}
.fa-blender-phone::before {
  content: "";
}
.fa-hourglass-clock::before {
  content: "";
}
.fa-person-seat-reclined::before {
  content: "";
}
.fa-paper-plane-top::before {
  content: "";
}
.fa-paper-plane-alt::before {
  content: "";
}
.fa-send::before {
  content: "";
}
.fa-message-arrow-up::before {
  content: "";
}
.fa-comment-alt-arrow-up::before {
  content: "";
}
.fa-lightbulb-exclamation::before {
  content: "";
}
.fa-layer-minus::before {
  content: "";
}
.fa-layer-group-minus::before {
  content: "";
}
.fa-chart-pie-simple-circle-currency::before {
  content: "";
}
.fa-circle-e::before {
  content: "";
}
.fa-building-wheat::before {
  content: "";
}
.fa-gauge-max::before {
  content: "";
}
.fa-tachometer-alt-fastest::before {
  content: "";
}
.fa-person-breastfeeding::before {
  content: "";
}
.fa-apostrophe::before {
  content: "\'";
}
.fa-file-png::before {
  content: "";
}
.fa-fire-hydrant::before {
  content: "";
}
.fa-right-to-bracket::before {
  content: "";
}
.fa-sign-in-alt::before {
  content: "";
}
.fa-video-plus::before {
  content: "";
}
.fa-square-right::before {
  content: "";
}
.fa-arrow-alt-square-right::before {
  content: "";
}
.fa-comment-smile::before {
  content: "";
}
.fa-venus::before {
  content: "";
}
.fa-passport::before {
  content: "";
}
.fa-inbox-in::before {
  content: "";
}
.fa-inbox-arrow-down::before {
  content: "";
}
.fa-heart-pulse::before {
  content: "";
}
.fa-heartbeat::before {
  content: "";
}
.fa-circle-8::before {
  content: "";
}
.fa-clouds-moon::before {
  content: "";
}
.fa-clock-ten-thirty::before {
  content: "";
}
.fa-people-carry-box::before {
  content: "";
}
.fa-people-carry::before {
  content: "";
}
.fa-folder-user::before {
  content: "";
}
.fa-trash-can-xmark::before {
  content: "";
}
.fa-temperature-high::before {
  content: "";
}
.fa-microchip::before {
  content: "";
}
.fa-left-long-to-line::before {
  content: "";
}
.fa-crown::before {
  content: "";
}
.fa-weight-hanging::before {
  content: "";
}
.fa-xmarks-lines::before {
  content: "";
}
.fa-file-prescription::before {
  content: "";
}
.fa-table-cells-lock::before {
  content: "";
}
.fa-calendar-range::before {
  content: "";
}
.fa-flower-daffodil::before {
  content: "";
}
.fa-hand-back-point-up::before {
  content: "";
}
.fa-weight-scale::before {
  content: "";
}
.fa-weight::before {
  content: "";
}
.fa-arrow-up-to-arc::before {
  content: "";
}
.fa-star-exclamation::before {
  content: "";
}
.fa-books::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-layer-plus::before {
  content: "";
}
.fa-layer-group-plus::before {
  content: "";
}
.fa-play-pause::before {
  content: "";
}
.fa-block-question::before {
  content: "";
}
.fa-snooze::before {
  content: "";
}
.fa-zzz::before {
  content: "";
}
.fa-scanner-image::before {
  content: "";
}
.fa-tv-retro::before {
  content: "";
}
.fa-square-t::before {
  content: "";
}
.fa-farm::before {
  content: "";
}
.fa-barn-silo::before {
  content: "";
}
.fa-chess-knight::before {
  content: "";
}
.fa-bars-sort::before {
  content: "";
}
.fa-pallet-boxes::before {
  content: "";
}
.fa-palette-boxes::before {
  content: "";
}
.fa-pallet-alt::before {
  content: "";
}
.fa-face-laugh-squint::before {
  content: "";
}
.fa-laugh-squint::before {
  content: "";
}
.fa-code-simple::before {
  content: "";
}
.fa-bolt-slash::before {
  content: "";
}
.fa-panel-fire::before {
  content: "";
}
.fa-binary-circle-check::before {
  content: "";
}
.fa-comment-minus::before {
  content: "";
}
.fa-burrito::before {
  content: "";
}
.fa-violin::before {
  content: "";
}
.fa-objects-column::before {
  content: "";
}
.fa-square-chevron-down::before {
  content: "";
}
.fa-chevron-square-down::before {
  content: "";
}
.fa-comment-plus::before {
  content: "";
}
.fa-triangle-instrument::before {
  content: "";
}
.fa-triangle-music::before {
  content: "";
}
.fa-wheelchair::before {
  content: "";
}
.fa-user-pilot-tie::before {
  content: "";
}
.fa-piano-keyboard::before {
  content: "";
}
.fa-bed-empty::before {
  content: "";
}
.fa-circle-arrow-up::before {
  content: "";
}
.fa-arrow-circle-up::before {
  content: "";
}
.fa-toggle-on::before {
  content: "";
}
.fa-rectangle-vertical::before {
  content: "";
}
.fa-rectangle-portrait::before {
  content: "";
}
.fa-person-walking::before {
  content: "";
}
.fa-walking::before {
  content: "";
}
.fa-l::before {
  content: "L";
}
.fa-signal-stream::before {
  content: "";
}
.fa-down-to-bracket::before {
  content: "";
}
.fa-circle-z::before {
  content: "";
}
.fa-stars::before {
  content: "";
}
.fa-fire::before {
  content: "";
}
.fa-bed-pulse::before {
  content: "";
}
.fa-procedures::before {
  content: "";
}
.fa-house-day::before {
  content: "";
}
.fa-shuttle-space::before {
  content: "";
}
.fa-space-shuttle::before {
  content: "";
}
.fa-shirt-long-sleeve::before {
  content: "";
}
.fa-chart-pie-simple::before {
  content: "";
}
.fa-chart-pie-alt::before {
  content: "";
}
.fa-face-laugh::before {
  content: "";
}
.fa-laugh::before {
  content: "";
}
.fa-folder-open::before {
  content: "";
}
.fa-album-collection-circle-user::before {
  content: "";
}
.fa-candy::before {
  content: "";
}
.fa-bowl-hot::before {
  content: "";
}
.fa-soup::before {
  content: "";
}
.fa-flatbread::before {
  content: "";
}
.fa-heart-circle-plus::before {
  content: "";
}
.fa-code-fork::before {
  content: "";
}
.fa-city::before {
  content: "";
}
.fa-signal-bars-weak::before {
  content: "";
}
.fa-signal-alt-1::before {
  content: "";
}
.fa-microphone-lines::before {
  content: "";
}
.fa-microphone-alt::before {
  content: "";
}
.fa-clock-twelve::before {
  content: "";
}
.fa-pepper-hot::before {
  content: "";
}
.fa-citrus-slice::before {
  content: "";
}
.fa-sheep::before {
  content: "";
}
.fa-unlock::before {
  content: "";
}
.fa-colon-sign::before {
  content: "";
}
.fa-headset::before {
  content: "";
}
.fa-badger-honey::before {
  content: "";
}
.fa-h4::before {
  content: "";
}
.fa-store-slash::before {
  content: "";
}
.fa-road-circle-xmark::before {
  content: "";
}
.fa-signal-slash::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-taco::before {
  content: "";
}
.fa-hexagon-plus::before {
  content: "";
}
.fa-plus-hexagon::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-messages::before {
  content: "";
}
.fa-comments-alt::before {
  content: "";
}
.fa-bath::before {
  content: "";
}
.fa-bathtub::before {
  content: "";
}
.fa-umbrella-simple::before {
  content: "";
}
.fa-umbrella-alt::before {
  content: "";
}
.fa-rectangle-history-circle-plus::before {
  content: "";
}
.fa-underline::before {
  content: "";
}
.fa-prescription-bottle-pill::before {
  content: "";
}
.fa-user-pen::before {
  content: "";
}
.fa-user-edit::before {
  content: "";
}
.fa-binary-slash::before {
  content: "";
}
.fa-square-o::before {
  content: "";
}
.fa-caduceus::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-transporter-3::before {
  content: "";
}
.fa-engine-warning::before {
  content: "";
}
.fa-engine-exclamation::before {
  content: "";
}
.fa-circle-down-right::before {
  content: "";
}
.fa-square-k::before {
  content: "";
}
.fa-manat-sign::before {
  content: "";
}
.fa-money-check-pen::before {
  content: "";
}
.fa-money-check-edit::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-tilde::before {
  content: "\~";
}
.fa-jedi::before {
  content: "";
}
.fa-square-poll-vertical::before {
  content: "";
}
.fa-poll::before {
  content: "";
}
.fa-arrow-down-square-triangle::before {
  content: "";
}
.fa-sort-shapes-down-alt::before {
  content: "";
}
.fa-mug-hot::before {
  content: "";
}
.fa-dog-leashed::before {
  content: "";
}
.fa-car-battery::before {
  content: "";
}
.fa-battery-car::before {
  content: "";
}
.fa-face-downcast-sweat::before {
  content: "";
}
.fa-mailbox-flag-up::before {
  content: "";
}
.fa-memo-circle-info::before {
  content: "";
}
.fa-gift::before {
  content: "";
}
.fa-dice-two::before {
  content: "";
}
.fa-volume::before {
  content: "";
}
.fa-volume-medium::before {
  content: "";
}
.fa-transporter-5::before {
  content: "";
}
.fa-gauge-circle-bolt::before {
  content: "";
}
.fa-coin-front::before {
  content: "";
}
.fa-file-slash::before {
  content: "";
}
.fa-message-arrow-up-right::before {
  content: "";
}
.fa-treasure-chest::before {
  content: "";
}
.fa-chess-queen::before {
  content: "";
}
.fa-paintbrush-fine::before {
  content: "";
}
.fa-paint-brush-alt::before {
  content: "";
}
.fa-paint-brush-fine::before {
  content: "";
}
.fa-paintbrush-alt::before {
  content: "";
}
.fa-glasses::before {
  content: "";
}
.fa-hood-cloak::before {
  content: "";
}
.fa-square-quote::before {
  content: "";
}
.fa-up-left::before {
  content: "";
}
.fa-bring-front::before {
  content: "";
}
.fa-chess-board::before {
  content: "";
}
.fa-burger-cheese::before {
  content: "";
}
.fa-cheeseburger::before {
  content: "";
}
.fa-building-circle-check::before {
  content: "";
}
.fa-repeat-1::before {
  content: "";
}
.fa-arrow-down-to-line::before {
  content: "";
}
.fa-arrow-to-bottom::before {
  content: "";
}
.fa-grid-5::before {
  content: "";
}
.fa-swap-arrows::before {
  content: "";
}
.fa-right-long-to-line::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-grid-round-5::before {
  content: "";
}
.fa-tally::before {
  content: "";
}
.fa-tally-5::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-up-from-dotted-line::before {
  content: "";
}
.fa-eye-low-vision::before {
  content: "";
}
.fa-low-vision::before {
  content: "";
}
.fa-traffic-light-go::before {
  content: "";
}
.fa-face-exhaling::before {
  content: "";
}
.fa-sensor-fire::before {
  content: "";
}
.fa-user-unlock::before {
  content: "";
}
.fa-hexagon-divide::before {
  content: "";
}
.fa-00::before {
  content: "";
}
.fa-crow::before {
  content: "";
}
.fa-cassette-betamax::before {
  content: "";
}
.fa-betamax::before {
  content: "";
}
.fa-sailboat::before {
  content: "";
}
.fa-window-restore::before {
  content: "";
}
.fa-nfc-magnifying-glass::before {
  content: "";
}
.fa-file-binary::before {
  content: "";
}
.fa-circle-v::before {
  content: "";
}
.fa-square-plus::before {
  content: "";
}
.fa-plus-square::before {
  content: "";
}
.fa-bowl-scoops::before {
  content: "";
}
.fa-mistletoe::before {
  content: "";
}
.fa-custard::before {
  content: "";
}
.fa-lacrosse-stick::before {
  content: "";
}
.fa-hockey-mask::before {
  content: "";
}
.fa-sunrise::before {
  content: "";
}
.fa-subtitles::before {
  content: "";
}
.fa-panel-ews::before {
  content: "";
}
.fa-torii-gate::before {
  content: "";
}
.fa-cloud-exclamation::before {
  content: "";
}
.fa-message-lines::before {
  content: "";
}
.fa-comment-alt-lines::before {
  content: "";
}
.fa-frog::before {
  content: "";
}
.fa-bucket::before {
  content: "";
}
.fa-floppy-disk-pen::before {
  content: "";
}
.fa-image::before {
  content: "";
}
.fa-window-frame::before {
  content: "";
}
.fa-microphone::before {
  content: "";
}
.fa-cow::before {
  content: "";
}
.fa-file-zip::before {
  content: "";
}
.fa-square-ring::before {
  content: "";
}
.fa-down-from-line::before {
  content: "";
}
.fa-arrow-alt-from-top::before {
  content: "";
}
.fa-caret-up::before {
  content: "";
}
.fa-shield-xmark::before {
  content: "";
}
.fa-shield-times::before {
  content: "";
}
.fa-screwdriver::before {
  content: "";
}
.fa-circle-sort-down::before {
  content: "";
}
.fa-sort-circle-down::before {
  content: "";
}
.fa-folder-closed::before {
  content: "";
}
.fa-house-tsunami::before {
  content: "";
}
.fa-square-nfi::before {
  content: "";
}
.fa-forklift::before {
  content: "";
}
.fa-arrow-up-from-ground-water::before {
  content: "";
}
.fa-bracket-square-right::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-square-a::before {
  content: "";
}
.fa-tick::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-refrigerator::before {
  content: "";
}
.fa-monument::before {
  content: "";
}
.fa-octagon-xmark::before {
  content: "";
}
.fa-times-octagon::before {
  content: "";
}
.fa-xmark-octagon::before {
  content: "";
}
.fa-align-slash::before {
  content: "";
}
.fa-snowplow::before {
  content: "";
}
.fa-angles-right::before {
  content: "";
}
.fa-angle-double-right::before {
  content: "";
}
.fa-truck-ramp-couch::before {
  content: "";
}
.fa-truck-couch::before {
  content: "";
}
.fa-cannabis::before {
  content: "";
}
.fa-circle-play::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}
.fa-location-arrow-up::before {
  content: "";
}
.fa-tablets::before {
  content: "";
}
.fa-360-degrees::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-square-dashed-circle-plus::before {
  content: "";
}
.fa-hand-holding-circle-dollar::before {
  content: "";
}
.fa-money-simple-from-bracket::before {
  content: "";
}
.fa-bat::before {
  content: "";
}
.fa-circle-stop::before {
  content: "";
}
.fa-stop-circle::before {
  content: "";
}
.fa-head-side-headphones::before {
  content: "";
}
.fa-phone-rotary::before {
  content: "";
}
.fa-arrow-up-to-bracket::before {
  content: "";
}
.fa-compass-drafting::before {
  content: "";
}
.fa-drafting-compass::before {
  content: "";
}
.fa-plate-wheat::before {
  content: "";
}
.fa-calendar-circle-minus::before {
  content: "";
}
.fa-chopsticks::before {
  content: "";
}
.fa-car-wrench::before {
  content: "";
}
.fa-car-mechanic::before {
  content: "";
}
.fa-icicles::before {
  content: "";
}
.fa-person-shelter::before {
  content: "";
}
.fa-neuter::before {
  content: "";
}
.fa-id-badge::before {
  content: "";
}
.fa-kazoo::before {
  content: "";
}
.fa-marker::before {
  content: "";
}
.fa-bin-bottles::before {
  content: "";
}
.fa-face-laugh-beam::before {
  content: "";
}
.fa-laugh-beam::before {
  content: "";
}
.fa-square-arrow-down-left::before {
  content: "";
}
.fa-battery-bolt::before {
  content: "";
}
.fa-tree-large::before {
  content: "";
}
.fa-helicopter-symbol::before {
  content: "";
}
.fa-aperture::before {
  content: "";
}
.fa-universal-access::before {
  content: "";
}
.fa-gear-complex::before {
  content: "";
}
.fa-file-magnifying-glass::before {
  content: "";
}
.fa-file-search::before {
  content: "";
}
.fa-up-right::before {
  content: "";
}
.fa-circle-chevron-up::before {
  content: "";
}
.fa-chevron-circle-up::before {
  content: "";
}
.fa-user-police::before {
  content: "";
}
.fa-lari-sign::before {
  content: "";
}
.fa-volcano::before {
  content: "";
}
.fa-teddy-bear::before {
  content: "";
}
.fa-stocking::before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}
.fa-image-slash::before {
  content: "";
}
.fa-mask-snorkel::before {
  content: "";
}
.fa-smoke::before {
  content: "";
}
.fa-sterling-sign::before {
  content: "";
}
.fa-gbp::before {
  content: "";
}
.fa-pound-sign::before {
  content: "";
}
.fa-battery-exclamation::before {
  content: "";
}
.fa-viruses::before {
  content: "";
}
.fa-square-person-confined::before {
  content: "";
}
.fa-user-tie::before {
  content: "";
}
.fa-up-to-bracket::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-crystal-ball::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-star-shooting::before {
  content: "";
}
.fa-binary-lock::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-comment-pen::before {
  content: "";
}
.fa-comment-edit::before {
  content: "";
}
.fa-file-import::before {
  content: "";
}
.fa-arrow-right-to-file::before {
  content: "";
}
.fa-banjo::before {
  content: "";
}
.fa-square-arrow-up-right::before {
  content: "";
}
.fa-external-link-square::before {
  content: "";
}
.fa-light-emergency-on::before {
  content: "";
}
.fa-kerning::before {
  content: "";
}
.fa-box-open::before {
  content: "";
}
.fa-square-f::before {
  content: "";
}
.fa-scroll::before {
  content: "";
}
.fa-spa::before {
  content: "";
}
.fa-arrow-left-from-line::before {
  content: "";
}
.fa-arrow-from-right::before {
  content: "";
}
.fa-strawberry::before {
  content: "";
}
.fa-location-pin-lock::before {
  content: "";
}
.fa-pause::before {
  content: "";
}
.fa-clock-eight-thirty::before {
  content: "";
}
.fa-plane-engines::before {
  content: "";
}
.fa-plane-alt::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-gauge-low::before {
  content: "";
}
.fa-tachometer-alt-slow::before {
  content: "";
}
.fa-registered::before {
  content: "";
}
.fa-trash-can-plus::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-globe-snow::before {
  content: "";
}
.fa-subscript::before {
  content: "";
}
.fa-diamond-turn-right::before {
  content: "";
}
.fa-directions::before {
  content: "";
}
.fa-integral::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-blinds-raised::before {
  content: "";
}
.fa-smog::before {
  content: "";
}
.fa-ufo-beam::before {
  content: "";
}
.fa-circle-caret-up::before {
  content: "";
}
.fa-caret-circle-up::before {
  content: "";
}
.fa-user-vneck-hair-long::before {
  content: "";
}
.fa-square-a-lock::before {
  content: "";
}
.fa-crutch::before {
  content: "";
}
.fa-gas-pump-slash::before {
  content: "";
}
.fa-cloud-arrow-up::before {
  content: "";
}
.fa-cloud-upload::before {
  content: "";
}
.fa-cloud-upload-alt::before {
  content: "";
}
.fa-palette::before {
  content: "";
}
.fa-transporter-4::before {
  content: "";
}
.fa-chart-mixed-up-circle-currency::before {
  content: "";
}
.fa-objects-align-right::before {
  content: "";
}
.fa-arrows-turn-right::before {
  content: "";
}
.fa-vest::before {
  content: "";
}
.fa-pig::before {
  content: "";
}
.fa-inbox-full::before {
  content: "";
}
.fa-circle-envelope::before {
  content: "";
}
.fa-envelope-circle::before {
  content: "";
}
.fa-triangle-person-digging::before {
  content: "";
}
.fa-construction::before {
  content: "";
}
.fa-ferry::before {
  content: "";
}
.fa-bullseye-arrow::before {
  content: "";
}
.fa-arrows-down-to-people::before {
  content: "";
}
.fa-seedling::before {
  content: "";
}
.fa-sprout::before {
  content: "";
}
.fa-clock-seven::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-flashlight::before {
  content: "";
}
.fa-file-jpg::before {
  content: "";
}
.fa-group-arrows-rotate::before {
  content: "";
}
.fa-bowl-food::before {
  content: "";
}
.fa-square-9::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-square-dollar::before {
  content: "";
}
.fa-dollar-square::before {
  content: "";
}
.fa-usd-square::before {
  content: "";
}
.fa-phone-arrow-right::before {
  content: "";
}
.fa-hand-holding-seedling::before {
  content: "";
}
.fa-message-check::before {
  content: "";
}
.fa-comment-alt-check::before {
  content: "";
}
.fa-cloud-bolt::before {
  content: "";
}
.fa-thunderstorm::before {
  content: "";
}
.fa-chart-line-up-down::before {
  content: "";
}
.fa-text-slash::before {
  content: "";
}
.fa-remove-format::before {
  content: "";
}
.fa-watch::before {
  content: "";
}
.fa-circle-down-left::before {
  content: "";
}
.fa-text::before {
  content: "";
}
.fa-projector::before {
  content: "";
}
.fa-face-smile-wink::before {
  content: "";
}
.fa-smile-wink::before {
  content: "";
}
.fa-tombstone-blank::before {
  content: "";
}
.fa-tombstone-alt::before {
  content: "";
}
.fa-chess-king-piece::before {
  content: "";
}
.fa-chess-king-alt::before {
  content: "";
}
.fa-circle-6::before {
  content: "";
}
.fa-waves-sine::before {
  content: "";
}
.fa-left::before {
  content: "";
}
.fa-arrow-alt-left::before {
  content: "";
}
.fa-file-word::before {
  content: "";
}
.fa-file-powerpoint::before {
  content: "";
}
.fa-square-down::before {
  content: "";
}
.fa-arrow-alt-square-down::before {
  content: "";
}
.fa-objects-align-center-vertical::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-wreath::before {
  content: "";
}
.fa-children::before {
  content: "";
}
.fa-meter-droplet::before {
  content: "";
}
.fa-chalkboard::before {
  content: "";
}
.fa-blackboard::before {
  content: "";
}
.fa-user-large-slash::before {
  content: "";
}
.fa-user-alt-slash::before {
  content: "";
}
.fa-signal-strong::before {
  content: "";
}
.fa-signal-4::before {
  content: "";
}
.fa-lollipop::before {
  content: "";
}
.fa-lollypop::before {
  content: "";
}
.fa-list-tree::before {
  content: "";
}
.fa-envelope-open::before {
  content: "";
}
.fa-draw-circle::before {
  content: "";
}
.fa-cat-space::before {
  content: "";
}
.fa-handshake-simple-slash::before {
  content: "";
}
.fa-handshake-alt-slash::before {
  content: "";
}
.fa-rabbit-running::before {
  content: "";
}
.fa-rabbit-fast::before {
  content: "";
}
.fa-memo-pad::before {
  content: "";
}
.fa-mattress-pillow::before {
  content: "";
}
.fa-alarm-plus::before {
  content: "";
}
.fa-alicorn::before {
  content: "";
}
.fa-comment-question::before {
  content: "";
}
.fa-gingerbread-man::before {
  content: "";
}
.fa-guarani-sign::before {
  content: "";
}
.fa-burger-fries::before {
  content: "";
}
.fa-mug-tea::before {
  content: "";
}
.fa-border-top::before {
  content: "";
}
.fa-arrows-rotate::before {
  content: "";
}
.fa-refresh::before {
  content: "";
}
.fa-sync::before {
  content: "";
}
.fa-circle-book-open::before {
  content: "";
}
.fa-book-circle::before {
  content: "";
}
.fa-arrows-to-dotted-line::before {
  content: "";
}
.fa-fire-extinguisher::before {
  content: "";
}
.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}
.fa-garage-open::before {
  content: "";
}
.fa-shelves-empty::before {
  content: "";
}
.fa-cruzeiro-sign::before {
  content: "";
}
.fa-watch-apple::before {
  content: "";
}
.fa-watch-calculator::before {
  content: "";
}
.fa-list-dropdown::before {
  content: "";
}
.fa-cabinet-filing::before {
  content: "";
}
.fa-burger-soda::before {
  content: "";
}
.fa-square-arrow-up::before {
  content: "";
}
.fa-arrow-square-up::before {
  content: "";
}
.fa-greater-than-equal::before {
  content: "";
}
.fa-pallet-box::before {
  content: "";
}
.fa-face-confounded::before {
  content: "";
}
.fa-shield-halved::before {
  content: "";
}
.fa-shield-alt::before {
  content: "";
}
.fa-truck-plow::before {
  content: "";
}
.fa-book-atlas::before {
  content: "";
}
.fa-atlas::before {
  content: "";
}
.fa-virus::before {
  content: "";
}
.fa-grid-round-2::before {
  content: "";
}
.fa-comment-middle-top::before {
  content: "";
}
.fa-wave::before {
  content: "";
}
.fa-envelope-circle-check::before {
  content: "";
}
.fa-layer-group::before {
  content: "";
}
.fa-restroom-simple::before {
  content: "";
}
.fa-arrows-to-dot::before {
  content: "";
}
.fa-border-outer::before {
  content: "";
}
.fa-hashtag-lock::before {
  content: "";
}
.fa-clock-two-thirty::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-ticket-perforated::before {
  content: "";
}
.fa-heart-half::before {
  content: "";
}
.fa-comment-check::before {
  content: "";
}
.fa-square::before {
  content: "";
}
.fa-memo::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-glass-citrus::before {
  content: "";
}
.fa-calendar-lines-pen::before {
  content: "";
}
.fa-table-cells-column-lock::before {
  content: "";
}
.fa-church::before {
  content: "";
}
.fa-person-snowmobiling::before {
  content: "";
}
.fa-snowmobile::before {
  content: "";
}
.fa-face-hushed::before {
  content: "";
}
.fa-comments-dollar::before {
  content: "";
}
.fa-tickets-simple::before {
  content: "";
}
.fa-pickaxe::before {
  content: "";
}
.fa-link-simple-slash::before {
  content: "";
}
.fa-democrat::before {
  content: "";
}
.fa-face-confused::before {
  content: "";
}
.fa-pinball::before {
  content: "";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "";
}
.fa-skiing::before {
  content: "";
}
.fa-deer::before {
  content: "";
}
.fa-input-pipe::before {
  content: "";
}
.fa-road-lock::before {
  content: "";
}
.fa-a::before {
  content: "A";
}
.fa-bookmark-slash::before {
  content: "";
}
.fa-temperature-arrow-down::before {
  content: "";
}
.fa-temperature-down::before {
  content: "";
}
.fa-mace::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}
.fa-sausage::before {
  content: "";
}
.fa-trash-can-clock::before {
  content: "";
}
.fa-p::before {
  content: "P";
}
.fa-broom-wide::before {
  content: "";
}
.fa-snowflake::before {
  content: "";
}
.fa-stomach::before {
  content: "";
}
.fa-newspaper::before {
  content: "";
}
.fa-rectangle-ad::before {
  content: "";
}
.fa-ad::before {
  content: "";
}
.fa-guitar-electric::before {
  content: "";
}
.fa-arrow-turn-down-right::before {
  content: "";
}
.fa-moon-cloud::before {
  content: "";
}
.fa-bread-slice-butter::before {
  content: "";
}
.fa-circle-arrow-right::before {
  content: "";
}
.fa-arrow-circle-right::before {
  content: "";
}
.fa-user-group-crown::before {
  content: "";
}
.fa-users-crown::before {
  content: "";
}
.fa-circle-i::before {
  content: "";
}
.fa-toilet-paper-check::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-chart-waterfall::before {
  content: "";
}
.fa-sparkle::before {
  content: "";
}
.fa-face-party::before {
  content: "";
}
.fa-kidneys::before {
  content: "";
}
.fa-wifi-exclamation::before {
  content: "";
}
.fa-chart-network::before {
  content: "";
}
.fa-person-dress-burst::before {
  content: "";
}
.fa-dice-d4::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-wheat-awn-slash::before {
  content: "";
}
.fa-face-kiss-wink-heart::before {
  content: "";
}
.fa-kiss-wink-heart::before {
  content: "";
}
.fa-dagger::before {
  content: "";
}
.fa-podium::before {
  content: "";
}
.fa-memo-circle-check::before {
  content: "";
}
.fa-route-highway::before {
  content: "";
}
.fa-down-to-line::before {
  content: "";
}
.fa-arrow-alt-to-bottom::before {
  content: "";
}
.fa-filter::before {
  content: "";
}
.fa-square-g::before {
  content: "";
}
.fa-circle-phone::before {
  content: "";
}
.fa-phone-circle::before {
  content: "";
}
.fa-clipboard-prescription::before {
  content: "";
}
.fa-user-nurse-hair::before {
  content: "";
}
.fa-question::before {
  content: "\?";
}
.fa-file-signature::before {
  content: "";
}
.fa-toggle-large-on::before {
  content: "";
}
.fa-up-down-left-right::before {
  content: "";
}
.fa-arrows-alt::before {
  content: "";
}
.fa-dryer-heat::before {
  content: "";
}
.fa-dryer-alt::before {
  content: "";
}
.fa-house-chimney-user::before {
  content: "";
}
.fa-hand-holding-heart::before {
  content: "";
}
.fa-arrow-up-small-big::before {
  content: "";
}
.fa-sort-size-up-alt::before {
  content: "";
}
.fa-train-track::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-file-exclamation::before {
  content: "";
}
.fa-code::before {
  content: "";
}
.fa-whiskey-glass::before {
  content: "";
}
.fa-glass-whiskey::before {
  content: "";
}
.fa-moon-stars::before {
  content: "";
}
.fa-building-circle-exclamation::before {
  content: "";
}
.fa-clothes-hanger::before {
  content: "";
}
.fa-mobile-notch::before {
  content: "";
}
.fa-mobile-iphone::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-images-user::before {
  content: "";
}
.fa-won-sign::before {
  content: "";
}
.fa-krw::before {
  content: "";
}
.fa-won::before {
  content: "";
}
.fa-image-polaroid-user::before {
  content: "";
}
.fa-virus-covid::before {
  content: "";
}
.fa-square-ellipsis::before {
  content: "";
}
.fa-pie::before {
  content: "";
}
.fa-chess-knight-piece::before {
  content: "";
}
.fa-chess-knight-alt::before {
  content: "";
}
.fa-austral-sign::before {
  content: "";
}
.fa-cloud-plus::before {
  content: "";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "";
}
.fa-bed-bunk::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-clock-eight::before {
  content: "";
}
.fa-sack-xmark::before {
  content: "";
}
.fa-file-xls::before {
  content: "";
}
.fa-file-excel::before {
  content: "";
}
.fa-file-contract::before {
  content: "";
}
.fa-fish-fins::before {
  content: "";
}
.fa-circle-q::before {
  content: "";
}
.fa-building-flag::before {
  content: "";
}
.fa-face-grin-beam::before {
  content: "";
}
.fa-grin-beam::before {
  content: "";
}
.fa-object-ungroup::before {
  content: "";
}
.fa-face-disguise::before {
  content: "";
}
.fa-circle-arrow-down-right::before {
  content: "";
}
.fa-alien-8bit::before {
  content: "";
}
.fa-alien-monster::before {
  content: "";
}
.fa-hand-point-ribbon::before {
  content: "";
}
.fa-poop::before {
  content: "";
}
.fa-object-exclude::before {
  content: "";
}
.fa-telescope::before {
  content: "";
}
.fa-location-pin::before {
  content: "";
}
.fa-map-marker::before {
  content: "";
}
.fa-square-list::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-comment-code::before {
  content: "";
}
.fa-sim-cards::before {
  content: "";
}
.fa-starship::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-seal::before {
  content: "";
}
.fa-user-cowboy::before {
  content: "";
}
.fa-hexagon-vertical-nft::before {
  content: "";
}
.fa-face-rolling-eyes::before {
  content: "";
}
.fa-meh-rolling-eyes::before {
  content: "";
}
.fa-bread-loaf::before {
  content: "";
}
.fa-rings-wedding::before {
  content: "";
}
.fa-object-group::before {
  content: "";
}
.fa-french-fries::before {
  content: "";
}
.fa-chart-line::before {
  content: "";
}
.fa-line-chart::before {
  content: "";
}
.fa-calendar-arrow-down::before {
  content: "";
}
.fa-calendar-download::before {
  content: "";
}
.fa-send-back::before {
  content: "";
}
.fa-mask-ventilator::before {
  content: "";
}
.fa-tickets::before {
  content: "";
}
.fa-signature-lock::before {
  content: "";
}
.fa-arrow-right::before {
  content: "";
}
.fa-signs-post::before {
  content: "";
}
.fa-map-signs::before {
  content: "";
}
.fa-octagon-plus::before {
  content: "";
}
.fa-plus-octagon::before {
  content: "";
}
.fa-cash-register::before {
  content: "";
}
.fa-person-circle-question::before {
  content: "";
}
.fa-melon-slice::before {
  content: "";
}
.fa-space-station-moon::before {
  content: "";
}
.fa-message-smile::before {
  content: "";
}
.fa-comment-alt-smile::before {
  content: "";
}
.fa-cup-straw::before {
  content: "";
}
.fa-left-from-line::before {
  content: "";
}
.fa-arrow-alt-from-right::before {
  content: "";
}
.fa-h::before {
  content: "H";
}
.fa-basket-shopping-simple::before {
  content: "";
}
.fa-shopping-basket-alt::before {
  content: "";
}
.fa-hands-holding-heart::before {
  content: "";
}
.fa-hands-heart::before {
  content: "";
}
.fa-clock-nine::before {
  content: "";
}
.fa-hammer-brush::before {
  content: "";
}
.fa-tarp::before {
  content: "";
}
.fa-face-sleepy::before {
  content: "";
}
.fa-hand-horns::before {
  content: "";
}
.fa-screwdriver-wrench::before {
  content: "";
}
.fa-tools::before {
  content: "";
}
.fa-arrows-to-eye::before {
  content: "";
}
.fa-circle-three-quarters::before {
  content: "";
}
.fa-trophy-star::before {
  content: "";
}
.fa-trophy-alt::before {
  content: "";
}
.fa-plug-circle-bolt::before {
  content: "";
}
.fa-face-thermometer::before {
  content: "";
}
.fa-grid-round-4::before {
  content: "";
}
.fa-sign-posts-wrench::before {
  content: "";
}
.fa-shirt-running::before {
  content: "";
}
.fa-book-circle-arrow-up::before {
  content: "";
}
.fa-face-nauseated::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-file-chart-pie::before {
  content: "";
}
.fa-mars-and-venus::before {
  content: "";
}
.fa-house-user::before {
  content: "";
}
.fa-home-user::before {
  content: "";
}
.fa-circle-arrow-down-left::before {
  content: "";
}
.fa-dumpster-fire::before {
  content: "";
}
.fa-hexagon-minus::before {
  content: "";
}
.fa-minus-hexagon::before {
  content: "";
}
.fa-left-to-line::before {
  content: "";
}
.fa-arrow-alt-to-left::before {
  content: "";
}
.fa-house-crack::before {
  content: "";
}
.fa-paw-simple::before {
  content: "";
}
.fa-paw-alt::before {
  content: "";
}
.fa-arrow-left-long-to-line::before {
  content: "";
}
.fa-brackets-round::before {
  content: "";
}
.fa-parentheses::before {
  content: "";
}
.fa-martini-glass-citrus::before {
  content: "";
}
.fa-cocktail::before {
  content: "";
}
.fa-user-shakespeare::before {
  content: "";
}
.fa-arrow-right-to-arc::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-gauge-circle-plus::before {
  content: "";
}
.fa-folders::before {
  content: "";
}
.fa-angel::before {
  content: "";
}
.fa-value-absolute::before {
  content: "";
}
.fa-rabbit::before {
  content: "";
}
.fa-toilet-paper-slash::before {
  content: "";
}
.fa-circle-euro::before {
  content: "";
}
.fa-apple-whole::before {
  content: "";
}
.fa-apple-alt::before {
  content: "";
}
.fa-kitchen-set::before {
  content: "";
}
.fa-diamond-half::before {
  content: "";
}
.fa-lock-keyhole::before {
  content: "";
}
.fa-lock-alt::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-square-info::before {
  content: "";
}
.fa-info-square::before {
  content: "";
}
.fa-wifi-slash::before {
  content: "";
}
.fa-toilet-paper-xmark::before {
  content: "";
}
.fa-hands-holding-dollar::before {
  content: "";
}
.fa-hands-usd::before {
  content: "";
}
.fa-cube::before {
  content: "";
}
.fa-arrow-down-triangle-square::before {
  content: "";
}
.fa-sort-shapes-down::before {
  content: "";
}
.fa-bitcoin-sign::before {
  content: "";
}
.fa-shutters::before {
  content: "";
}
.fa-shield-dog::before {
  content: "";
}
.fa-solar-panel::before {
  content: "";
}
.fa-lock-open::before {
  content: "";
}
.fa-table-tree::before {
  content: "";
}
.fa-house-chimney-heart::before {
  content: "";
}
.fa-tally-3::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-left-to-bracket::before {
  content: "";
}
.fa-cart-circle-exclamation::before {
  content: "";
}
.fa-sword::before {
  content: "";
}
.fa-backward-fast::before {
  content: "";
}
.fa-fast-backward::before {
  content: "";
}
.fa-recycle::before {
  content: "";
}
.fa-user-astronaut::before {
  content: "";
}
.fa-interrobang::before {
  content: "";
}
.fa-plane-slash::before {
  content: "";
}
.fa-circle-dashed::before {
  content: "";
}
.fa-trademark::before {
  content: "";
}
.fa-basketball::before {
  content: "";
}
.fa-basketball-ball::before {
  content: "";
}
.fa-fork-knife::before {
  content: "";
}
.fa-utensils-alt::before {
  content: "";
}
.fa-satellite-dish::before {
  content: "";
}
.fa-badge-check::before {
  content: "";
}
.fa-circle-up::before {
  content: "";
}
.fa-arrow-alt-circle-up::before {
  content: "";
}
.fa-slider::before {
  content: "";
}
.fa-mobile-screen-button::before {
  content: "";
}
.fa-mobile-alt::before {
  content: "";
}
.fa-clock-one-thirty::before {
  content: "";
}
.fa-inbox-out::before {
  content: "";
}
.fa-inbox-arrow-up::before {
  content: "";
}
.fa-cloud-slash::before {
  content: "";
}
.fa-volume-high::before {
  content: "";
}
.fa-volume-up::before {
  content: "";
}
.fa-users-rays::before {
  content: "";
}
.fa-wallet::before {
  content: "";
}
.fa-octagon-check::before {
  content: "";
}
.fa-flatbread-stuffed::before {
  content: "";
}
.fa-clipboard-check::before {
  content: "";
}
.fa-cart-circle-plus::before {
  content: "";
}
.fa-truck-clock::before {
  content: "";
}
.fa-shipping-timed::before {
  content: "";
}
.fa-pool-8-ball::before {
  content: "";
}
.fa-file-audio::before {
  content: "";
}
.fa-turn-down-left::before {
  content: "";
}
.fa-lock-hashtag::before {
  content: "";
}
.fa-chart-radar::before {
  content: "";
}
.fa-staff::before {
  content: "";
}
.fa-burger::before {
  content: "";
}
.fa-hamburger::before {
  content: "";
}
.fa-utility-pole::before {
  content: "";
}
.fa-transporter-6::before {
  content: "";
}
.fa-arrow-turn-left::before {
  content: "";
}
.fa-wrench::before {
  content: "";
}
.fa-bugs::before {
  content: "";
}
.fa-vector-polygon::before {
  content: "";
}
.fa-diagram-nested::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-tickets-perforated::before {
  content: "";
}
.fa-image-user::before {
  content: "";
}
.fa-buoy::before {
  content: "";
}
.fa-plane-departure::before {
  content: "";
}
.fa-handshake-slash::before {
  content: "";
}
.fa-book-bookmark::before {
  content: "";
}
.fa-border-center-h::before {
  content: "";
}
.fa-can-food::before {
  content: "";
}
.fa-typewriter::before {
  content: "";
}
.fa-arrow-right-from-arc::before {
  content: "";
}
.fa-circle-k::before {
  content: "";
}
.fa-face-hand-over-mouth::before {
  content: "";
}
.fa-popcorn::before {
  content: "";
}
.fa-house-water::before {
  content: "";
}
.fa-house-flood::before {
  content: "";
}
.fa-object-subtract::before {
  content: "";
}
.fa-code-branch::before {
  content: "";
}
.fa-warehouse-full::before {
  content: "";
}
.fa-warehouse-alt::before {
  content: "";
}
.fa-hat-cowboy::before {
  content: "";
}
.fa-bridge::before {
  content: "";
}
.fa-phone-flip::before {
  content: "";
}
.fa-phone-alt::before {
  content: "";
}
.fa-arrow-down-from-dotted-line::before {
  content: "";
}
.fa-file-doc::before {
  content: "";
}
.fa-square-quarters::before {
  content: "";
}
.fa-truck-front::before {
  content: "";
}
.fa-cat::before {
  content: "";
}
.fa-trash-xmark::before {
  content: "";
}
.fa-circle-caret-left::before {
  content: "";
}
.fa-caret-circle-left::before {
  content: "";
}
.fa-files::before {
  content: "";
}
.fa-anchor-circle-exclamation::before {
  content: "";
}
.fa-face-clouds::before {
  content: "";
}
.fa-user-crown::before {
  content: "";
}
.fa-basket-shopping-plus::before {
  content: "";
}
.fa-truck-field::before {
  content: "";
}
.fa-route::before {
  content: "";
}
.fa-cart-circle-check::before {
  content: "";
}
.fa-clipboard-question::before {
  content: "";
}
.fa-panorama::before {
  content: "";
}
.fa-comment-medical::before {
  content: "";
}
.fa-teeth-open::before {
  content: "";
}
.fa-user-tie-hair-long::before {
  content: "";
}
.fa-file-circle-minus::before {
  content: "";
}
.fa-head-side-medical::before {
  content: "";
}
.fa-arrow-turn-right::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-user-robot::before {
  content: "";
}
.fa-square-parking::before {
  content: "";
}
.fa-parking::before {
  content: "";
}
.fa-card-diamond::before {
  content: "";
}
.fa-face-zipper::before {
  content: "";
}
.fa-face-raised-eyebrow::before {
  content: "";
}
.fa-house-signal::before {
  content: "";
}
.fa-square-chevron-up::before {
  content: "";
}
.fa-chevron-square-up::before {
  content: "";
}
.fa-bars-progress::before {
  content: "";
}
.fa-tasks-alt::before {
  content: "";
}
.fa-faucet-drip::before {
  content: "";
}
.fa-arrows-to-line::before {
  content: "";
}
.fa-dolphin::before {
  content: "";
}
.fa-arrow-up-right::before {
  content: "";
}
.fa-circle-r::before {
  content: "";
}
.fa-cart-flatbed::before {
  content: "";
}
.fa-dolly-flatbed::before {
  content: "";
}
.fa-ban-smoking::before {
  content: "";
}
.fa-smoking-ban::before {
  content: "";
}
.fa-circle-sort-up::before {
  content: "";
}
.fa-sort-circle-up::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-chestnut::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-heat::before {
  content: "";
}
.fa-ticket-airline::before {
  content: "";
}
.fa-ticket-perforated-plane::before {
  content: "";
}
.fa-ticket-plane::before {
  content: "";
}
.fa-boot-heeled::before {
  content: "";
}
.fa-arrows-minimize::before {
  content: "";
}
.fa-compress-arrows::before {
  content: "";
}
.fa-audio-description::before {
  content: "";
}
.fa-person-military-to-person::before {
  content: "";
}
.fa-file-shield::before {
  content: "";
}
.fa-hexagon::before {
  content: "";
}
.fa-manhole::before {
  content: "";
}
.fa-user-slash::before {
  content: "";
}
.fa-pen::before {
  content: "";
}
.fa-tower-observation::before {
  content: "";
}
.fa-floppy-disks::before {
  content: "";
}
.fa-toilet-paper-blank-under::before {
  content: "";
}
.fa-toilet-paper-reverse-alt::before {
  content: "";
}
.fa-file-code::before {
  content: "";
}
.fa-signal::before {
  content: "";
}
.fa-signal-5::before {
  content: "";
}
.fa-signal-perfect::before {
  content: "";
}
.fa-pump::before {
  content: "";
}
.fa-bus::before {
  content: "";
}
.fa-heart-circle-xmark::before {
  content: "";
}
.fa-arrow-up-left-from-circle::before {
  content: "";
}
.fa-house-chimney::before {
  content: "";
}
.fa-home-lg::before {
  content: "";
}
.fa-window-maximize::before {
  content: "";
}
.fa-dryer::before {
  content: "";
}
.fa-face-frown::before {
  content: "";
}
.fa-frown::before {
  content: "";
}
.fa-chess-bishop-piece::before {
  content: "";
}
.fa-chess-bishop-alt::before {
  content: "";
}
.fa-shirt-tank-top::before {
  content: "";
}
.fa-diploma::before {
  content: "";
}
.fa-scroll-ribbon::before {
  content: "";
}
.fa-screencast::before {
  content: "";
}
.fa-walker::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-face-kiss-closed-eyes::before {
  content: "";
}
.fa-scale-unbalanced::before {
  content: "";
}
.fa-balance-scale-left::before {
  content: "";
}
.fa-file-user::before {
  content: "";
}
.fa-user-police-tie::before {
  content: "";
}
.fa-face-tongue-money::before {
  content: "";
}
.fa-tennis-ball::before {
  content: "";
}
.fa-square-l::before {
  content: "";
}
.fa-sort-up::before {
  content: "";
}
.fa-sort-asc::before {
  content: "";
}
.fa-calendar-arrow-up::before {
  content: "";
}
.fa-calendar-upload::before {
  content: "";
}
.fa-comment-dots::before {
  content: "";
}
.fa-commenting::before {
  content: "";
}
.fa-plant-wilt::before {
  content: "";
}
.fa-scarf::before {
  content: "";
}
.fa-album-circle-plus::before {
  content: "";
}
.fa-user-nurse-hair-long::before {
  content: "";
}
.fa-diamond::before {
  content: "";
}
.fa-square-left::before {
  content: "";
}
.fa-arrow-alt-square-left::before {
  content: "";
}
.fa-face-grin-squint::before {
  content: "";
}
.fa-grin-squint::before {
  content: "";
}
.fa-circle-ellipsis-vertical::before {
  content: "";
}
.fa-hand-holding-dollar::before {
  content: "";
}
.fa-hand-holding-usd::before {
  content: "";
}
.fa-grid-dividers::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-face-pensive::before {
  content: "";
}
.fa-user-music::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-messages-dollar::before {
  content: "";
}
.fa-comments-alt-dollar::before {
  content: "";
}
.fa-sensor-on::before {
  content: "";
}
.fa-balloon::before {
  content: "";
}
.fa-biohazard::before {
  content: "";
}
.fa-chess-queen-piece::before {
  content: "";
}
.fa-chess-queen-alt::before {
  content: "";
}
.fa-location-crosshairs::before {
  content: "";
}
.fa-location::before {
  content: "";
}
.fa-mars-double::before {
  content: "";
}
.fa-left-from-bracket::before {
  content: "";
}
.fa-house-person-leave::before {
  content: "";
}
.fa-house-leave::before {
  content: "";
}
.fa-house-person-depart::before {
  content: "";
}
.fa-ruler-triangle::before {
  content: "";
}
.fa-card-club::before {
  content: "";
}
.fa-child-dress::before {
  content: "";
}
.fa-users-between-lines::before {
  content: "";
}
.fa-lungs-virus::before {
  content: "";
}
.fa-spinner-third::before {
  content: "";
}
.fa-face-grin-tears::before {
  content: "";
}
.fa-grin-tears::before {
  content: "";
}
.fa-phone::before {
  content: "";
}
.fa-computer-mouse-scrollwheel::before {
  content: "";
}
.fa-mouse-alt::before {
  content: "";
}
.fa-calendar-xmark::before {
  content: "";
}
.fa-calendar-times::before {
  content: "";
}
.fa-child-reaching::before {
  content: "";
}
.fa-table-layout::before {
  content: "";
}
.fa-narwhal::before {
  content: "";
}
.fa-ramp-loading::before {
  content: "";
}
.fa-calendar-circle-plus::before {
  content: "";
}
.fa-toothbrush::before {
  content: "";
}
.fa-border-inner::before {
  content: "";
}
.fa-paw-claws::before {
  content: "";
}
.fa-kiwi-fruit::before {
  content: "";
}
.fa-traffic-light-slow::before {
  content: "";
}
.fa-rectangle-code::before {
  content: "";
}
.fa-head-side-virus::before {
  content: "";
}
.fa-keyboard-brightness::before {
  content: "";
}
.fa-books-medical::before {
  content: "";
}
.fa-lightbulb-slash::before {
  content: "";
}
.fa-house-blank::before {
  content: "";
}
.fa-home-blank::before {
  content: "";
}
.fa-square-5::before {
  content: "";
}
.fa-square-heart::before {
  content: "";
}
.fa-heart-square::before {
  content: "";
}
.fa-puzzle::before {
  content: "";
}
.fa-user-gear::before {
  content: "";
}
.fa-user-cog::before {
  content: "";
}
.fa-pipe-circle-check::before {
  content: "";
}
.fa-arrow-up-1-9::before {
  content: "";
}
.fa-sort-numeric-up::before {
  content: "";
}
.fa-octagon-exclamation::before {
  content: "";
}
.fa-dial-low::before {
  content: "";
}
.fa-door-closed::before {
  content: "";
}
.fa-laptop-mobile::before {
  content: "";
}
.fa-phone-laptop::before {
  content: "";
}
.fa-conveyor-belt-boxes::before {
  content: "";
}
.fa-conveyor-belt-alt::before {
  content: "";
}
.fa-shield-virus::before {
  content: "";
}
.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}
.fa-starfighter-alt-advanced::before {
  content: "";
}
.fa-dice-six::before {
  content: "";
}
.fa-starfighter-twin-ion-engine::before {
  content: "";
}
.fa-starfighter-alt::before {
  content: "";
}
.fa-rocket-launch::before {
  content: "";
}
.fa-mosquito-net::before {
  content: "";
}
.fa-vent-damper::before {
  content: "";
}
.fa-bridge-water::before {
  content: "";
}
.fa-ban-bug::before {
  content: "";
}
.fa-debug::before {
  content: "";
}
.fa-person-booth::before {
  content: "";
}
.fa-text-width::before {
  content: "";
}
.fa-garage-car::before {
  content: "";
}
.fa-square-kanban::before {
  content: "";
}
.fa-hat-wizard::before {
  content: "";
}
.fa-chart-kanban::before {
  content: "";
}
.fa-pen-fancy::before {
  content: "";
}
.fa-coffee-pot::before {
  content: "";
}
.fa-mouse-field::before {
  content: "";
}
.fa-person-digging::before {
  content: "";
}
.fa-digging::before {
  content: "";
}
.fa-shower-down::before {
  content: "";
}
.fa-shower-alt::before {
  content: "";
}
.fa-box-circle-check::before {
  content: "";
}
.fa-brightness::before {
  content: "";
}
.fa-car-side-bolt::before {
  content: "";
}
.fa-file-xml::before {
  content: "";
}
.fa-ornament::before {
  content: "";
}
.fa-phone-arrow-down-left::before {
  content: "";
}
.fa-phone-arrow-down::before {
  content: "";
}
.fa-phone-incoming::before {
  content: "";
}
.fa-cloud-word::before {
  content: "";
}
.fa-hand-fingers-crossed::before {
  content: "";
}
.fa-trash::before {
  content: "";
}
.fa-gauge-simple::before {
  content: "";
}
.fa-gauge-simple-med::before {
  content: "";
}
.fa-tachometer-average::before {
  content: "";
}
.fa-arrow-down-small-big::before {
  content: "";
}
.fa-sort-size-down-alt::before {
  content: "";
}
.fa-book-medical::before {
  content: "";
}
.fa-face-melting::before {
  content: "";
}
.fa-poo::before {
  content: "";
}
.fa-pen-clip-slash::before {
  content: "";
}
.fa-pen-alt-slash::before {
  content: "";
}
.fa-quote-right::before {
  content: "";
}
.fa-quote-right-alt::before {
  content: "";
}
.fa-scroll-old::before {
  content: "";
}
.fa-guitars::before {
  content: "";
}
.fa-phone-xmark::before {
  content: "";
}
.fa-hose::before {
  content: "";
}
.fa-clock-six::before {
  content: "";
}
.fa-shirt::before {
  content: "";
}
.fa-t-shirt::before {
  content: "";
}
.fa-tshirt::before {
  content: "";
}
.fa-billboard::before {
  content: "";
}
.fa-square-r::before {
  content: "";
}
.fa-cubes::before {
  content: "";
}
.fa-envelope-open-dollar::before {
  content: "";
}
.fa-divide::before {
  content: "";
}
.fa-sun-cloud::before {
  content: "";
}
.fa-lamp-floor::before {
  content: "";
}
.fa-square-7::before {
  content: "";
}
.fa-tenge-sign::before {
  content: "";
}
.fa-tenge::before {
  content: "";
}
.fa-headphones::before {
  content: "";
}
.fa-hands-holding::before {
  content: "";
}
.fa-campfire::before {
  content: "";
}
.fa-circle-ampersand::before {
  content: "";
}
.fa-snowflakes::before {
  content: "";
}
.fa-hands-clapping::before {
  content: "";
}
.fa-republican::before {
  content: "";
}
.fa-leaf-maple::before {
  content: "";
}
.fa-arrow-left::before {
  content: "";
}
.fa-person-circle-xmark::before {
  content: "";
}
.fa-ruler::before {
  content: "";
}
.fa-arrow-left-from-bracket::before {
  content: "";
}
.fa-cup-straw-swoosh::before {
  content: "";
}
.fa-temperature-sun::before {
  content: "";
}
.fa-temperature-hot::before {
  content: "";
}
.fa-align-left::before {
  content: "";
}
.fa-dice-d6::before {
  content: "";
}
.fa-restroom::before {
  content: "";
}
.fa-high-definition::before {
  content: "";
}
.fa-rectangle-hd::before {
  content: "";
}
.fa-j::before {
  content: "J";
}
.fa-galaxy::before {
  content: "";
}
.fa-users-viewfinder::before {
  content: "";
}
.fa-file-video::before {
  content: "";
}
.fa-cherries::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-external-link-alt::before {
  content: "";
}
.fa-circle-sort::before {
  content: "";
}
.fa-sort-circle::before {
  content: "";
}
.fa-table-cells::before {
  content: "";
}
.fa-th::before {
  content: "";
}
.fa-bag-shopping-minus::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.fa-siren::before {
  content: "";
}
.fa-arrow-up-to-dotted-line::before {
  content: "";
}
.fa-image-landscape::before {
  content: "";
}
.fa-landscape::before {
  content: "";
}
.fa-tank-water::before {
  content: "";
}
.fa-curling-stone::before {
  content: "";
}
.fa-curling::before {
  content: "";
}
.fa-gamepad-modern::before {
  content: "";
}
.fa-gamepad-alt::before {
  content: "";
}
.fa-messages-question::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-briefcase-arrow-right::before {
  content: "";
}
.fa-expand-wide::before {
  content: "";
}
.fa-clock-eleven-thirty::before {
  content: "";
}
.fa-rv::before {
  content: "";
}
.fa-user-secret::before {
  content: "";
}
.fa-otter::before {
  content: "";
}
.fa-dreidel::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-flower-tulip::before {
  content: "";
}
.fa-people-pants-simple::before {
  content: "";
}
.fa-cloud-drizzle::before {
  content: "";
}
.fa-table-cells-large::before {
  content: "";
}
.fa-th-large::before {
  content: "";
}
.fa-book-tanakh::before {
  content: "";
}
.fa-tanakh::before {
  content: "";
}
.fa-solar-system::before {
  content: "";
}
.fa-seal-question::before {
  content: "";
}
.fa-phone-volume::before {
  content: "";
}
.fa-volume-control-phone::before {
  content: "";
}
.fa-disc-drive::before {
  content: "";
}
.fa-hat-cowboy-side::before {
  content: "";
}
.fa-table-rows::before {
  content: "";
}
.fa-rows::before {
  content: "";
}
.fa-location-exclamation::before {
  content: "";
}
.fa-map-marker-exclamation::before {
  content: "";
}
.fa-face-fearful::before {
  content: "";
}
.fa-clipboard-user::before {
  content: "";
}
.fa-bus-school::before {
  content: "";
}
.fa-film-slash::before {
  content: "";
}
.fa-square-arrow-down-right::before {
  content: "";
}
.fa-book-sparkles::before {
  content: "";
}
.fa-book-spells::before {
  content: "";
}
.fa-washing-machine::before {
  content: "";
}
.fa-washer::before {
  content: "";
}
.fa-child::before {
  content: "";
}
.fa-lira-sign::before {
  content: "";
}
.fa-user-visor::before {
  content: "";
}
.fa-file-plus-minus::before {
  content: "";
}
.fa-chess-clock-flip::before {
  content: "";
}
.fa-chess-clock-alt::before {
  content: "";
}
.fa-satellite::before {
  content: "";
}
.fa-truck-fire::before {
  content: "";
}
.fa-plane-lock::before {
  content: "";
}
.fa-steering-wheel::before {
  content: "";
}
.fa-tag::before {
  content: "";
}
.fa-stretcher::before {
  content: "";
}
.fa-book-section::before {
  content: "";
}
.fa-book-law::before {
  content: "";
}
.fa-inboxes::before {
  content: "";
}
.fa-coffee-bean::before {
  content: "";
}
.fa-circle-yen::before {
  content: "";
}
.fa-brackets-curly::before {
  content: "";
}
.fa-ellipsis-stroke-vertical::before {
  content: "";
}
.fa-ellipsis-v-alt::before {
  content: "";
}
.fa-comment::before {
  content: "";
}
.fa-square-1::before {
  content: "";
}
.fa-cake-candles::before {
  content: "";
}
.fa-birthday-cake::before {
  content: "";
}
.fa-cake::before {
  content: "";
}
.fa-head-side::before {
  content: "";
}
.fa-truck-ladder::before {
  content: "";
}
.fa-envelope::before {
  content: "";
}
.fa-dolly-empty::before {
  content: "";
}
.fa-face-tissue::before {
  content: "";
}
.fa-angles-up::before {
  content: "";
}
.fa-angle-double-up::before {
  content: "";
}
.fa-bin-recycle::before {
  content: "";
}
.fa-paperclip::before {
  content: "";
}
.fa-chart-line-down::before {
  content: "";
}
.fa-arrow-right-to-city::before {
  content: "";
}
.fa-lock-a::before {
  content: "";
}
.fa-ribbon::before {
  content: "";
}
.fa-lungs::before {
  content: "";
}
.fa-person-pinball::before {
  content: "";
}
.fa-arrow-up-9-1::before {
  content: "";
}
.fa-sort-numeric-up-alt::before {
  content: "";
}
.fa-apple-core::before {
  content: "";
}
.fa-circle-y::before {
  content: "";
}
.fa-h6::before {
  content: "";
}
.fa-litecoin-sign::before {
  content: "";
}
.fa-bottle-baby::before {
  content: "";
}
.fa-circle-small::before {
  content: "";
}
.fa-border-none::before {
  content: "";
}
.fa-arrow-turn-down-left::before {
  content: "";
}
.fa-circle-wifi-circle-wifi::before {
  content: "";
}
.fa-circle-wifi-group::before {
  content: "";
}
.fa-circle-nodes::before {
  content: "";
}
.fa-parachute-box::before {
  content: "";
}
.fa-reflect-horizontal::before {
  content: "";
}
.fa-message-medical::before {
  content: "";
}
.fa-comment-alt-medical::before {
  content: "";
}
.fa-rugby-ball::before {
  content: "";
}
.fa-comment-music::before {
  content: "";
}
.fa-indent::before {
  content: "";
}
.fa-tree-deciduous::before {
  content: "";
}
.fa-tree-alt::before {
  content: "";
}
.fa-puzzle-piece-simple::before {
  content: "";
}
.fa-puzzle-piece-alt::before {
  content: "";
}
.fa-truck-field-un::before {
  content: "";
}
.fa-nfc-trash::before {
  content: "";
}
.fa-hourglass::before {
  content: "";
}
.fa-hourglass-empty::before {
  content: "";
}
.fa-mountain::before {
  content: "";
}
.fa-file-xmark::before {
  content: "";
}
.fa-file-times::before {
  content: "";
}
.fa-house-heart::before {
  content: "";
}
.fa-home-heart::before {
  content: "";
}
.fa-house-chimney-blank::before {
  content: "";
}
.fa-meter-bolt::before {
  content: "";
}
.fa-user-doctor::before {
  content: "";
}
.fa-user-md::before {
  content: "";
}
.fa-slash-back::before {
  content: "\\";
}
.fa-circle-info::before {
  content: "";
}
.fa-info-circle::before {
  content: "";
}
.fa-fishing-rod::before {
  content: "";
}
.fa-hammer-crash::before {
  content: "";
}
.fa-message-heart::before {
  content: "";
}
.fa-cloud-meatball::before {
  content: "";
}
.fa-camera-polaroid::before {
  content: "";
}
.fa-camera::before {
  content: "";
}
.fa-camera-alt::before {
  content: "";
}
.fa-square-virus::before {
  content: "";
}
.fa-cart-arrow-up::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-buoy-mooring::before {
  content: "";
}
.fa-square-4::before {
  content: "";
}
.fa-hand-holding-droplet::before {
  content: "";
}
.fa-hand-holding-water::before {
  content: "";
}
.fa-file-eps::before {
  content: "";
}
.fa-tricycle-adult::before {
  content: "";
}
.fa-waveform::before {
  content: "";
}
.fa-water::before {
  content: "";
}
.fa-star-sharp-half-stroke::before {
  content: "";
}
.fa-star-sharp-half-alt::before {
  content: "";
}
.fa-nfc-signal::before {
  content: "";
}
.fa-plane-prop::before {
  content: "";
}
.fa-calendar-check::before {
  content: "";
}
.fa-clock-desk::before {
  content: "";
}
.fa-calendar-clock::before {
  content: "";
}
.fa-calendar-time::before {
  content: "";
}
.fa-braille::before {
  content: "";
}
.fa-prescription-bottle-medical::before {
  content: "";
}
.fa-prescription-bottle-alt::before {
  content: "";
}
.fa-plate-utensils::before {
  content: "";
}
.fa-family-pants::before {
  content: "";
}
.fa-hose-reel::before {
  content: "";
}
.fa-house-window::before {
  content: "";
}
.fa-landmark::before {
  content: "";
}
.fa-truck::before {
  content: "";
}
.fa-music-magnifying-glass::before {
  content: "";
}
.fa-crosshairs::before {
  content: "";
}
.fa-cloud-rainbow::before {
  content: "";
}
.fa-person-cane::before {
  content: "";
}
.fa-alien::before {
  content: "";
}
.fa-tent::before {
  content: "";
}
.fa-laptop-binary::before {
  content: "";
}
.fa-vest-patches::before {
  content: "";
}
.fa-people-dress-simple::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-bowling-ball-pin::before {
  content: "";
}
.fa-bell-school-slash::before {
  content: "";
}
.fa-plus-large::before {
  content: "";
}
.fa-money-bill-wheat::before {
  content: "";
}
.fa-camera-viewfinder::before {
  content: "";
}
.fa-screenshot::before {
  content: "";
}
.fa-message-music::before {
  content: "";
}
.fa-comment-alt-music::before {
  content: "";
}
.fa-car-building::before {
  content: "";
}
.fa-border-bottom-right::before {
  content: "";
}
.fa-border-style-alt::before {
  content: "";
}
.fa-octagon::before {
  content: "";
}
.fa-comment-arrow-up-right::before {
  content: "";
}
.fa-octagon-divide::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-tv-music::before {
  content: "";
}
.fa-hard-drive::before {
  content: "";
}
.fa-hdd::before {
  content: "";
}
.fa-reel::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-alarm-exclamation::before {
  content: "";
}
.fa-house-medical-circle-check::before {
  content: "";
}
.fa-traffic-cone::before {
  content: "";
}
.fa-grate::before {
  content: "";
}
.fa-arrow-down-right::before {
  content: "";
}
.fa-person-skiing-nordic::before {
  content: "";
}
.fa-skiing-nordic::before {
  content: "";
}
.fa-calendar-plus::before {
  content: "";
}
.fa-person-from-portal::before {
  content: "";
}
.fa-portal-exit::before {
  content: "";
}
.fa-plane-arrival::before {
  content: "";
}
.fa-cowbell-circle-plus::before {
  content: "";
}
.fa-cowbell-more::before {
  content: "";
}
.fa-circle-left::before {
  content: "";
}
.fa-arrow-alt-circle-left::before {
  content: "";
}
.fa-distribute-spacing-vertical::before {
  content: "";
}
.fa-signal-bars-fair::before {
  content: "";
}
.fa-signal-alt-2::before {
  content: "";
}
.fa-sportsball::before {
  content: "";
}
.fa-game-console-handheld-crank::before {
  content: "";
}
.fa-train-subway::before {
  content: "";
}
.fa-subway::before {
  content: "";
}
.fa-chart-gantt::before {
  content: "";
}
.fa-face-smile-upside-down::before {
  content: "";
}
.fa-ball-pile::before {
  content: "";
}
.fa-badge-dollar::before {
  content: "";
}
.fa-money-bills-simple::before {
  content: "";
}
.fa-money-bills-alt::before {
  content: "";
}
.fa-list-timeline::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-keyboard-down::before {
  content: "";
}
.fa-circle-up-right::before {
  content: "";
}
.fa-cloud-bolt-moon::before {
  content: "";
}
.fa-thunderstorm-moon::before {
  content: "";
}
.fa-turn-left-up::before {
  content: "";
}
.fa-dna::before {
  content: "";
}
.fa-virus-slash::before {
  content: "";
}
.fa-bracket-round-right::before {
  content: "\)";
}
.fa-circle-sterling::before {
  content: "";
}
.fa-circle-5::before {
  content: "";
}
.fa-minus::before {
  content: "";
}
.fa-subtract::before {
  content: "";
}
.fa-fire-flame::before {
  content: "";
}
.fa-flame::before {
  content: "";
}
.fa-right-to-line::before {
  content: "";
}
.fa-arrow-alt-to-right::before {
  content: "";
}
.fa-gif::before {
  content: "";
}
.fa-chess::before {
  content: "";
}
.fa-trash-slash::before {
  content: "";
}
.fa-arrow-left-long::before {
  content: "";
}
.fa-long-arrow-left::before {
  content: "";
}
.fa-plug-circle-check::before {
  content: "";
}
.fa-font-case::before {
  content: "";
}
.fa-street-view::before {
  content: "";
}
.fa-arrow-down-left::before {
  content: "";
}
.fa-franc-sign::before {
  content: "";
}
.fa-flask-round-poison::before {
  content: "";
}
.fa-flask-poison::before {
  content: "";
}
.fa-volume-off::before {
  content: "";
}
.fa-book-circle-arrow-right::before {
  content: "";
}
.fa-chart-user::before {
  content: "";
}
.fa-user-chart::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-presentation-screen::before {
  content: "";
}
.fa-presentation::before {
  content: "";
}
.fa-circle-bolt::before {
  content: "";
}
.fa-face-smile-halo::before {
  content: "";
}
.fa-cart-circle-arrow-down::before {
  content: "";
}
.fa-house-person-return::before {
  content: "";
}
.fa-house-person-arrive::before {
  content: "";
}
.fa-house-return::before {
  content: "";
}
.fa-message-xmark::before {
  content: "";
}
.fa-comment-alt-times::before {
  content: "";
}
.fa-message-times::before {
  content: "";
}
.fa-file-certificate::before {
  content: "";
}
.fa-file-award::before {
  content: "";
}
.fa-user-doctor-hair-long::before {
  content: "";
}
.fa-camera-security::before {
  content: "";
}
.fa-camera-home::before {
  content: "";
}
.fa-gear::before {
  content: "";
}
.fa-cog::before {
  content: "";
}
.fa-droplet-slash::before {
  content: "";
}
.fa-tint-slash::before {
  content: "";
}
.fa-book-heart::before {
  content: "";
}
.fa-mosque::before {
  content: "";
}
.fa-duck::before {
  content: "";
}
.fa-mosquito::before {
  content: "";
}
.fa-star-of-david::before {
  content: "";
}
.fa-flag-swallowtail::before {
  content: "";
}
.fa-flag-alt::before {
  content: "";
}
.fa-person-military-rifle::before {
  content: "";
}
.fa-car-garage::before {
  content: "";
}
.fa-cart-shopping::before {
  content: "";
}
.fa-shopping-cart::before {
  content: "";
}
.fa-book-font::before {
  content: "";
}
.fa-shield-plus::before {
  content: "";
}
.fa-vials::before {
  content: "";
}
.fa-eye-dropper-full::before {
  content: "";
}
.fa-distribute-spacing-horizontal::before {
  content: "";
}
.fa-tablet-rugged::before {
  content: "";
}
.fa-temperature-snow::before {
  content: "";
}
.fa-temperature-frigid::before {
  content: "";
}
.fa-moped::before {
  content: "";
}
.fa-face-smile-plus::before {
  content: "";
}
.fa-smile-plus::before {
  content: "";
}
.fa-radio-tuner::before {
  content: "";
}
.fa-radio-alt::before {
  content: "";
}
.fa-face-swear::before {
  content: "";
}
.fa-water-arrow-down::before {
  content: "";
}
.fa-water-lower::before {
  content: "";
}
.fa-scanner-touchscreen::before {
  content: "";
}
.fa-circle-7::before {
  content: "";
}
.fa-plug-circle-plus::before {
  content: "";
}
.fa-person-ski-jumping::before {
  content: "";
}
.fa-ski-jump::before {
  content: "";
}
.fa-place-of-worship::before {
  content: "";
}
.fa-water-arrow-up::before {
  content: "";
}
.fa-water-rise::before {
  content: "";
}
.fa-waveform-lines::before {
  content: "";
}
.fa-waveform-path::before {
  content: "";
}
.fa-split::before {
  content: "";
}
.fa-film-canister::before {
  content: "";
}
.fa-film-cannister::before {
  content: "";
}
.fa-folder-xmark::before {
  content: "";
}
.fa-folder-times::before {
  content: "";
}
.fa-toilet-paper-blank::before {
  content: "";
}
.fa-toilet-paper-alt::before {
  content: "";
}
.fa-tablet-screen::before {
  content: "";
}
.fa-tablet-android-alt::before {
  content: "";
}
.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}
.fa-folder-music::before {
  content: "";
}
.fa-display-medical::before {
  content: "";
}
.fa-desktop-medical::before {
  content: "";
}
.fa-share-all::before {
  content: "";
}
.fa-peapod::before {
  content: "";
}
.fa-chess-clock::before {
  content: "";
}
.fa-axe::before {
  content: "";
}
.fa-square-d::before {
  content: "";
}
.fa-grip-vertical::before {
  content: "";
}
.fa-mobile-signal-out::before {
  content: "";
}
.fa-arrow-turn-up::before {
  content: "";
}
.fa-level-up::before {
  content: "";
}
.fa-u::before {
  content: "U";
}
.fa-arrow-up-from-dotted-line::before {
  content: "";
}
.fa-square-root-variable::before {
  content: "";
}
.fa-square-root-alt::before {
  content: "";
}
.fa-light-switch-on::before {
  content: "";
}
.fa-arrow-down-arrow-up::before {
  content: "";
}
.fa-sort-alt::before {
  content: "";
}
.fa-raindrops::before {
  content: "";
}
.fa-dash::before {
  content: "";
}
.fa-minus-large::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-clock-four::before {
  content: "";
}
.fa-input-numeric::before {
  content: "";
}
.fa-truck-tow::before {
  content: "";
}
.fa-backward-step::before {
  content: "";
}
.fa-step-backward::before {
  content: "";
}
.fa-pallet::before {
  content: "";
}
.fa-car-bolt::before {
  content: "";
}
.fa-arrows-maximize::before {
  content: "";
}
.fa-expand-arrows::before {
  content: "";
}
.fa-faucet::before {
  content: "";
}
.fa-cloud-sleet::before {
  content: "";
}
.fa-lamp-street::before {
  content: "";
}
.fa-list-radio::before {
  content: "";
}
.fa-pen-nib-slash::before {
  content: "";
}
.fa-baseball-bat-ball::before {
  content: "";
}
.fa-square-up-left::before {
  content: "";
}
.fa-overline::before {
  content: "";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "";
}
.fa-keyboard::before {
  content: "";
}
.fa-arrows-from-dotted-line::before {
  content: "";
}
.fa-usb-drive::before {
  content: "";
}
.fa-ballot::before {
  content: "";
}
.fa-caret-down::before {
  content: "";
}
.fa-location-dot-slash::before {
  content: "";
}
.fa-map-marker-alt-slash::before {
  content: "";
}
.fa-cards::before {
  content: "";
}
.fa-house-chimney-medical::before {
  content: "";
}
.fa-clinic-medical::before {
  content: "";
}
.fa-boxing-glove::before {
  content: "";
}
.fa-glove-boxing::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-bell-school::before {
  content: "";
}
.fa-mobile-screen::before {
  content: "";
}
.fa-mobile-android-alt::before {
  content: "";
}
.fa-plane-up::before {
  content: "";
}
.fa-folder-heart::before {
  content: "";
}
.fa-circle-location-arrow::before {
  content: "";
}
.fa-location-circle::before {
  content: "";
}
.fa-face-head-bandage::before {
  content: "";
}
.fa-sushi-roll::before {
  content: "";
}
.fa-maki-roll::before {
  content: "";
}
.fa-makizushi::before {
  content: "";
}
.fa-car-bump::before {
  content: "";
}
.fa-piggy-bank::before {
  content: "";
}
.fa-racquet::before {
  content: "";
}
.fa-car-mirrors::before {
  content: "";
}
.fa-industry-windows::before {
  content: "";
}
.fa-industry-alt::before {
  content: "";
}
.fa-bolt-auto::before {
  content: "";
}
.fa-battery-half::before {
  content: "";
}
.fa-battery-3::before {
  content: "";
}
.fa-flux-capacitor::before {
  content: "";
}
.fa-mountain-city::before {
  content: "";
}
.fa-coins::before {
  content: "";
}
.fa-honey-pot::before {
  content: "";
}
.fa-olive::before {
  content: "";
}
.fa-khanda::before {
  content: "";
}
.fa-filter-list::before {
  content: "";
}
.fa-outlet::before {
  content: "";
}
.fa-sliders::before {
  content: "";
}
.fa-sliders-h::before {
  content: "";
}
.fa-cauldron::before {
  content: "";
}
.fa-people::before {
  content: "";
}
.fa-folder-tree::before {
  content: "";
}
.fa-network-wired::before {
  content: "";
}
.fa-croissant::before {
  content: "";
}
.fa-map-pin::before {
  content: "";
}
.fa-hamsa::before {
  content: "";
}
.fa-cent-sign::before {
  content: "";
}
.fa-swords-laser::before {
  content: "";
}
.fa-flask::before {
  content: "";
}
.fa-person-pregnant::before {
  content: "";
}
.fa-square-u::before {
  content: "";
}
.fa-wand-sparkles::before {
  content: "";
}
.fa-router::before {
  content: "";
}
.fa-ellipsis-vertical::before {
  content: "";
}
.fa-ellipsis-v::before {
  content: "";
}
.fa-sword-laser-alt::before {
  content: "";
}
.fa-ticket::before {
  content: "";
}
.fa-power-off::before {
  content: "";
}
.fa-coin::before {
  content: "";
}
.fa-laptop-slash::before {
  content: "";
}
.fa-right-long::before {
  content: "";
}
.fa-long-arrow-alt-right::before {
  content: "";
}
.fa-circle-b::before {
  content: "";
}
.fa-person-dress-simple::before {
  content: "";
}
.fa-pipe-collar::before {
  content: "";
}
.fa-lights-holiday::before {
  content: "";
}
.fa-citrus::before {
  content: "";
}
.fa-flag-usa::before {
  content: "";
}
.fa-laptop-file::before {
  content: "";
}
.fa-tty::before {
  content: "";
}
.fa-teletype::before {
  content: "";
}
.fa-chart-tree-map::before {
  content: "";
}
.fa-diagram-next::before {
  content: "";
}
.fa-person-rifle::before {
  content: "";
}
.fa-clock-five-thirty::before {
  content: "";
}
.fa-pipe-valve::before {
  content: "";
}
.fa-arrow-up-from-arc::before {
  content: "";
}
.fa-face-spiral-eyes::before {
  content: "";
}
.fa-compress-wide::before {
  content: "";
}
.fa-circle-phone-hangup::before {
  content: "";
}
.fa-phone-circle-down::before {
  content: "";
}
.fa-gear-complex-code::before {
  content: "";
}
.fa-house-medical-circle-exclamation::before {
  content: "";
}
.fa-badminton::before {
  content: "";
}
.fa-closed-captioning::before {
  content: "";
}
.fa-person-hiking::before {
  content: "";
}
.fa-hiking::before {
  content: "";
}
.fa-right-from-line::before {
  content: "";
}
.fa-arrow-alt-from-left::before {
  content: "";
}
.fa-venus-double::before {
  content: "";
}
.fa-images::before {
  content: "";
}
.fa-calculator::before {
  content: "";
}
.fa-shuttlecock::before {
  content: "";
}
.fa-user-hair::before {
  content: "";
}
.fa-eye-evil::before {
  content: "";
}
.fa-people-pulling::before {
  content: "";
}
.fa-n::before {
  content: "N";
}
.fa-swap::before {
  content: "";
}
.fa-garage::before {
  content: "";
}
.fa-cable-car::before {
  content: "";
}
.fa-tram::before {
  content: "";
}
.fa-shovel-snow::before {
  content: "";
}
.fa-cloud-rain::before {
  content: "";
}
.fa-face-lying::before {
  content: "";
}
.fa-sprinkler::before {
  content: "";
}
.fa-building-circle-xmark::before {
  content: "";
}
.fa-person-sledding::before {
  content: "";
}
.fa-sledding::before {
  content: "";
}
.fa-game-console-handheld::before {
  content: "";
}
.fa-ship::before {
  content: "";
}
.fa-clock-six-thirty::before {
  content: "";
}
.fa-battery-slash::before {
  content: "";
}
.fa-tugrik-sign::before {
  content: "";
}
.fa-arrows-down-to-line::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-angles-up-down::before {
  content: "";
}
.fa-shelves::before {
  content: "";
}
.fa-inventory::before {
  content: "";
}
.fa-cloud-snow::before {
  content: "";
}
.fa-face-grin::before {
  content: "";
}
.fa-grin::before {
  content: "";
}
.fa-delete-left::before {
  content: "";
}
.fa-backspace::before {
  content: "";
}
.fa-oven::before {
  content: "";
}
.fa-cloud-binary::before {
  content: "";
}
.fa-eye-dropper::before {
  content: "";
}
.fa-eye-dropper-empty::before {
  content: "";
}
.fa-eyedropper::before {
  content: "";
}
.fa-comment-captions::before {
  content: "";
}
.fa-comments-question::before {
  content: "";
}
.fa-scribble::before {
  content: "";
}
.fa-rotate-exclamation::before {
  content: "";
}
.fa-file-circle-check::before {
  content: "";
}
.fa-glass::before {
  content: "";
}
.fa-loader::before {
  content: "";
}
.fa-forward::before {
  content: "";
}
.fa-user-pilot::before {
  content: "";
}
.fa-mobile::before {
  content: "";
}
.fa-mobile-android::before {
  content: "";
}
.fa-mobile-phone::before {
  content: "";
}
.fa-code-pull-request-closed::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-face-dotted::before {
  content: "";
}
.fa-face-worried::before {
  content: "";
}
.fa-outdent::before {
  content: "";
}
.fa-dedent::before {
  content: "";
}
.fa-court-sport::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-vector-circle::before {
  content: "";
}
.fa-car-circle-bolt::before {
  content: "";
}
.fa-calendar-week::before {
  content: "";
}
.fa-flying-disc::before {
  content: "";
}
.fa-laptop-medical::before {
  content: "";
}
.fa-square-down-right::before {
  content: "";
}
.fa-b::before {
  content: "B";
}
.fa-seat-airline::before {
  content: "";
}
.fa-moon-over-sun::before {
  content: "";
}
.fa-eclipse-alt::before {
  content: "";
}
.fa-pipe::before {
  content: "\|";
}
.fa-file-medical::before {
  content: "";
}
.fa-potato::before {
  content: "";
}
.fa-dice-one::before {
  content: "";
}
.fa-circle-a::before {
  content: "";
}
.fa-helmet-battle::before {
  content: "";
}
.fa-butter::before {
  content: "";
}
.fa-blanket-fire::before {
  content: "";
}
.fa-kiwi-bird::before {
  content: "";
}
.fa-castle::before {
  content: "";
}
.fa-golf-club::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-chart-pie-simple-circle-dollar::before {
  content: "";
}
.fa-balloons::before {
  content: "";
}
.fa-mill-sign::before {
  content: "";
}
.fa-bowl-rice::before {
  content: "";
}
.fa-timeline-arrow::before {
  content: "";
}
.fa-skull::before {
  content: "";
}
.fa-game-board-simple::before {
  content: "";
}
.fa-game-board-alt::before {
  content: "";
}
.fa-circle-video::before {
  content: "";
}
.fa-video-circle::before {
  content: "";
}
.fa-chart-scatter-bubble::before {
  content: "";
}
.fa-house-turret::before {
  content: "";
}
.fa-banana::before {
  content: "";
}
.fa-hand-holding-skull::before {
  content: "";
}
.fa-people-dress::before {
  content: "";
}
.fa-loveseat::before {
  content: "";
}
.fa-couch-small::before {
  content: "";
}
.fa-tower-broadcast::before {
  content: "";
}
.fa-broadcast-tower::before {
  content: "";
}
.fa-truck-pickup::before {
  content: "";
}
.fa-block-quote::before {
  content: "";
}
.fa-up-long::before {
  content: "";
}
.fa-long-arrow-alt-up::before {
  content: "";
}
.fa-stop::before {
  content: "";
}
.fa-code-merge::before {
  content: "";
}
.fa-money-check-dollar-pen::before {
  content: "";
}
.fa-money-check-edit-alt::before {
  content: "";
}
.fa-up-from-line::before {
  content: "";
}
.fa-arrow-alt-from-bottom::before {
  content: "";
}
.fa-upload::before {
  content: "";
}
.fa-hurricane::before {
  content: "";
}
.fa-grid-round-2-plus::before {
  content: "";
}
.fa-people-pants::before {
  content: "";
}
.fa-mound::before {
  content: "";
}
.fa-windsock::before {
  content: "";
}
.fa-circle-half::before {
  content: "";
}
.fa-brake-warning::before {
  content: "";
}
.fa-toilet-portable::before {
  content: "";
}
.fa-compact-disc::before {
  content: "";
}
.fa-file-arrow-down::before {
  content: "";
}
.fa-file-download::before {
  content: "";
}
.fa-saxophone-fire::before {
  content: "";
}
.fa-sax-hot::before {
  content: "";
}
.fa-camera-web-slash::before {
  content: "";
}
.fa-webcam-slash::before {
  content: "";
}
.fa-folder-medical::before {
  content: "";
}
.fa-folder-gear::before {
  content: "";
}
.fa-folder-cog::before {
  content: "";
}
.fa-hand-wave::before {
  content: "";
}
.fa-arrow-up-arrow-down::before {
  content: "";
}
.fa-sort-up-down::before {
  content: "";
}
.fa-caravan::before {
  content: "";
}
.fa-shield-cat::before {
  content: "";
}
.fa-message-slash::before {
  content: "";
}
.fa-comment-alt-slash::before {
  content: "";
}
.fa-bolt::before {
  content: "";
}
.fa-zap::before {
  content: "";
}
.fa-trash-can-check::before {
  content: "";
}
.fa-glass-water::before {
  content: "";
}
.fa-oil-well::before {
  content: "";
}
.fa-person-simple::before {
  content: "";
}
.fa-arrow-turn-left-up::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-gear-code::before {
  content: "";
}
.fa-notes::before {
  content: "";
}
.fa-ruble-sign::before {
  content: "";
}
.fa-rouble::before {
  content: "";
}
.fa-rub::before {
  content: "";
}
.fa-ruble::before {
  content: "";
}
.fa-trash-undo::before {
  content: "";
}
.fa-trash-arrow-turn-left::before {
  content: "";
}
.fa-champagne-glass::before {
  content: "";
}
.fa-glass-champagne::before {
  content: "";
}
.fa-objects-align-center-horizontal::before {
  content: "";
}
.fa-sun::before {
  content: "";
}
.fa-trash-can-slash::before {
  content: "";
}
.fa-trash-alt-slash::before {
  content: "";
}
.fa-screen-users::before {
  content: "";
}
.fa-users-class::before {
  content: "";
}
.fa-guitar::before {
  content: "";
}
.fa-square-arrow-left::before {
  content: "";
}
.fa-arrow-square-left::before {
  content: "";
}
.fa-square-8::before {
  content: "";
}
.fa-face-smile-hearts::before {
  content: "";
}
.fa-brackets-square::before {
  content: "";
}
.fa-brackets::before {
  content: "";
}
.fa-laptop-arrow-down::before {
  content: "";
}
.fa-hockey-stick-puck::before {
  content: "";
}
.fa-house-tree::before {
  content: "";
}
.fa-signal-fair::before {
  content: "";
}
.fa-signal-2::before {
  content: "";
}
.fa-face-laugh-wink::before {
  content: "";
}
.fa-laugh-wink::before {
  content: "";
}
.fa-circle-dollar::before {
  content: "";
}
.fa-dollar-circle::before {
  content: "";
}
.fa-usd-circle::before {
  content: "";
}
.fa-horse-head::before {
  content: "";
}
.fa-arrows-repeat::before {
  content: "";
}
.fa-repeat-alt::before {
  content: "";
}
.fa-bore-hole::before {
  content: "";
}
.fa-industry::before {
  content: "";
}
.fa-image-polaroid::before {
  content: "";
}
.fa-wave-triangle::before {
  content: "";
}
.fa-turn-left-down::before {
  content: "";
}
.fa-person-running-fast::before {
  content: "";
}
.fa-circle-down::before {
  content: "";
}
.fa-arrow-alt-circle-down::before {
  content: "";
}
.fa-grill::before {
  content: "";
}
.fa-arrows-turn-to-dots::before {
  content: "";
}
.fa-chart-mixed::before {
  content: "";
}
.fa-analytics::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-display-code::before {
  content: "";
}
.fa-desktop-code::before {
  content: "";
}
.fa-face-drooling::before {
  content: "";
}
.fa-oil-temperature::before {
  content: "";
}
.fa-oil-temp::before {
  content: "";
}
.fa-square-question::before {
  content: "";
}
.fa-question-square::before {
  content: "";
}
.fa-air-conditioner::before {
  content: "";
}
.fa-angle-down::before {
  content: "";
}
.fa-mountains::before {
  content: "";
}
.fa-omega::before {
  content: "";
}
.fa-car-tunnel::before {
  content: "";
}
.fa-person-dolly-empty::before {
  content: "";
}
.fa-pan-food::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-tickets-airline::before {
  content: "";
}
.fa-tickets-perforated-plane::before {
  content: "";
}
.fa-tickets-plane::before {
  content: "";
}
.fa-tent-double-peak::before {
  content: "";
}
.fa-anchor-circle-xmark::before {
  content: "";
}
.fa-ellipsis::before {
  content: "";
}
.fa-ellipsis-h::before {
  content: "";
}
.fa-nfc-slash::before {
  content: "";
}
.fa-chess-pawn::before {
  content: "";
}
.fa-kit-medical::before {
  content: "";
}
.fa-first-aid::before {
  content: "";
}
.fa-grid-2-plus::before {
  content: "";
}
.fa-bells::before {
  content: "";
}
.fa-person-through-window::before {
  content: "";
}
.fa-toolbox::before {
  content: "";
}
.fa-envelope-dot::before {
  content: "";
}
.fa-envelope-badge::before {
  content: "";
}
.fa-magnifying-glass-waveform::before {
  content: "";
}
.fa-hands-holding-circle::before {
  content: "";
}
.fa-bug::before {
  content: "";
}
.fa-bowl-chopsticks::before {
  content: "";
}
.fa-credit-card::before {
  content: "";
}
.fa-credit-card-alt::before {
  content: "";
}
.fa-circle-s::before {
  content: "";
}
.fa-box-ballot::before {
  content: "";
}
.fa-car::before {
  content: "";
}
.fa-automobile::before {
  content: "";
}
.fa-hand-holding-hand::before {
  content: "";
}
.fa-user-tie-hair::before {
  content: "";
}
.fa-podium-star::before {
  content: "";
}
.fa-user-hair-mullet::before {
  content: "";
}
.fa-business-front::before {
  content: "";
}
.fa-party-back::before {
  content: "";
}
.fa-trian-balbot::before {
  content: "";
}
.fa-microphone-stand::before {
  content: "";
}
.fa-book-open-reader::before {
  content: "";
}
.fa-book-reader::before {
  content: "";
}
.fa-family-dress::before {
  content: "";
}
.fa-circle-x::before {
  content: "";
}
.fa-cabin::before {
  content: "";
}
.fa-mountain-sun::before {
  content: "";
}
.fa-chart-simple-horizontal::before {
  content: "";
}
.fa-arrows-left-right-to-line::before {
  content: "";
}
.fa-hand-back-point-left::before {
  content: "";
}
.fa-message-dots::before {
  content: "";
}
.fa-comment-alt-dots::before {
  content: "";
}
.fa-messaging::before {
  content: "";
}
.fa-file-heart::before {
  content: "";
}
.fa-beer-mug::before {
  content: "";
}
.fa-beer-foam::before {
  content: "";
}
.fa-dice-d20::before {
  content: "";
}
.fa-drone::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-person-fairy::before {
  content: "";
}
.fa-bed::before {
  content: "";
}
.fa-book-copy::before {
  content: "";
}
.fa-square-h::before {
  content: "";
}
.fa-h-square::before {
  content: "";
}
.fa-square-c::before {
  content: "";
}
.fa-clock-two::before {
  content: "";
}
.fa-square-ellipsis-vertical::before {
  content: "";
}
.fa-calendar-users::before {
  content: "";
}
.fa-podcast::before {
  content: "";
}
.fa-bee::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-candy-bar::before {
  content: "";
}
.fa-chocolate-bar::before {
  content: "";
}
.fa-xmark-large::before {
  content: "";
}
.fa-pinata::before {
  content: "";
}
.fa-file-ppt::before {
  content: "";
}
.fa-arrows-from-line::before {
  content: "";
}
.fa-superscript::before {
  content: "";
}
.fa-bowl-spoon::before {
  content: "";
}
.fa-hexagon-check::before {
  content: "";
}
.fa-plug-circle-xmark::before {
  content: "";
}
.fa-star-of-life::before {
  content: "";
}
.fa-phone-slash::before {
  content: "";
}
.fa-traffic-light-stop::before {
  content: "";
}
.fa-paint-roller::before {
  content: "";
}
.fa-accent-grave::before {
  content: "\`";
}
.fa-handshake-angle::before {
  content: "";
}
.fa-hands-helping::before {
  content: "";
}
.fa-circle-0::before {
  content: "";
}
.fa-dial-med-low::before {
  content: "";
}
.fa-location-dot::before {
  content: "";
}
.fa-map-marker-alt::before {
  content: "";
}
.fa-crab::before {
  content: "";
}
.fa-box-open-full::before {
  content: "";
}
.fa-box-full::before {
  content: "";
}
.fa-file::before {
  content: "";
}
.fa-greater-than::before {
  content: "\>";
}
.fa-quotes::before {
  content: "";
}
.fa-pretzel::before {
  content: "";
}
.fa-t-rex::before {
  content: "";
}
.fa-person-swimming::before {
  content: "";
}
.fa-swimmer::before {
  content: "";
}
.fa-arrow-down::before {
  content: "";
}
.fa-user-robot-xmarks::before {
  content: "";
}
.fa-message-quote::before {
  content: "";
}
.fa-comment-alt-quote::before {
  content: "";
}
.fa-candy-corn::before {
  content: "";
}
.fa-folder-magnifying-glass::before {
  content: "";
}
.fa-folder-search::before {
  content: "";
}
.fa-notebook::before {
  content: "";
}
.fa-circle-wifi::before {
  content: "";
}
.fa-droplet::before {
  content: "";
}
.fa-tint::before {
  content: "";
}
.fa-bullseye-pointer::before {
  content: "";
}
.fa-eraser::before {
  content: "";
}
.fa-hexagon-image::before {
  content: "";
}
.fa-earth-americas::before {
  content: "";
}
.fa-earth::before {
  content: "";
}
.fa-earth-america::before {
  content: "";
}
.fa-globe-americas::before {
  content: "";
}
.fa-file-svg::before {
  content: "";
}
.fa-crate-apple::before {
  content: "";
}
.fa-apple-crate::before {
  content: "";
}
.fa-person-burst::before {
  content: "";
}
.fa-game-board::before {
  content: "";
}
.fa-hat-chef::before {
  content: "";
}
.fa-hand-back-point-right::before {
  content: "";
}
.fa-dove::before {
  content: "";
}
.fa-snowflake-droplets::before {
  content: "";
}
.fa-battery-empty::before {
  content: "";
}
.fa-battery-0::before {
  content: "";
}
.fa-grid-4::before {
  content: "";
}
.fa-socks::before {
  content: "";
}
.fa-face-sunglasses::before {
  content: "";
}
.fa-inbox::before {
  content: "";
}
.fa-square-0::before {
  content: "";
}
.fa-section::before {
  content: "";
}
.fa-square-this-way-up::before {
  content: "";
}
.fa-box-up::before {
  content: "";
}
.fa-gauge-high::before {
  content: "";
}
.fa-tachometer-alt::before {
  content: "";
}
.fa-tachometer-alt-fast::before {
  content: "";
}
.fa-square-ampersand::before {
  content: "";
}
.fa-envelope-open-text::before {
  content: "";
}
.fa-lamp-desk::before {
  content: "";
}
.fa-hospital::before {
  content: "";
}
.fa-hospital-alt::before {
  content: "";
}
.fa-hospital-wide::before {
  content: "";
}
.fa-poll-people::before {
  content: "";
}
.fa-whiskey-glass-ice::before {
  content: "";
}
.fa-glass-whiskey-rocks::before {
  content: "";
}
.fa-wine-bottle::before {
  content: "";
}
.fa-chess-rook::before {
  content: "";
}
.fa-user-bounty-hunter::before {
  content: "";
}
.fa-bars-staggered::before {
  content: "";
}
.fa-reorder::before {
  content: "";
}
.fa-stream::before {
  content: "";
}
.fa-diagram-sankey::before {
  content: "";
}
.fa-cloud-hail-mixed::before {
  content: "";
}
.fa-circle-up-left::before {
  content: "";
}
.fa-dharmachakra::before {
  content: "";
}
.fa-objects-align-left::before {
  content: "";
}
.fa-oil-can-drip::before {
  content: "";
}
.fa-face-smiling-hands::before {
  content: "";
}
.fa-broccoli::before {
  content: "";
}
.fa-route-interstate::before {
  content: "";
}
.fa-ear-muffs::before {
  content: "";
}
.fa-hotdog::before {
  content: "";
}
.fa-transporter-empty::before {
  content: "";
}
.fa-person-walking-with-cane::before {
  content: "";
}
.fa-blind::before {
  content: "";
}
.fa-angle-90::before {
  content: "";
}
.fa-rectangle-terminal::before {
  content: "";
}
.fa-kite::before {
  content: "";
}
.fa-drum::before {
  content: "";
}
.fa-scrubber::before {
  content: "";
}
.fa-ice-cream::before {
  content: "";
}
.fa-heart-circle-bolt::before {
  content: "";
}
.fa-fish-bones::before {
  content: "";
}
.fa-deer-rudolph::before {
  content: "";
}
.fa-fax::before {
  content: "";
}
.fa-paragraph::before {
  content: "";
}
.fa-head-side-heart::before {
  content: "";
}
.fa-square-e::before {
  content: "";
}
.fa-meter-fire::before {
  content: "";
}
.fa-cloud-hail::before {
  content: "";
}
.fa-check-to-slot::before {
  content: "";
}
.fa-vote-yea::before {
  content: "";
}
.fa-money-from-bracket::before {
  content: "";
}
.fa-star-half::before {
  content: "";
}
.fa-car-bus::before {
  content: "";
}
.fa-speaker::before {
  content: "";
}
.fa-timer::before {
  content: "";
}
.fa-boxes-stacked::before {
  content: "";
}
.fa-boxes::before {
  content: "";
}
.fa-boxes-alt::before {
  content: "";
}
.fa-landmark-magnifying-glass::before {
  content: "";
}
.fa-grill-hot::before {
  content: "";
}
.fa-ballot-check::before {
  content: "";
}
.fa-link::before {
  content: "";
}
.fa-chain::before {
  content: "";
}
.fa-ear-listen::before {
  content: "";
}
.fa-assistive-listening-systems::before {
  content: "";
}
.fa-file-minus::before {
  content: "";
}
.fa-tree-city::before {
  content: "";
}
.fa-play::before {
  content: "";
}
.fa-font::before {
  content: "";
}
.fa-cup-togo::before {
  content: "";
}
.fa-coffee-togo::before {
  content: "";
}
.fa-square-down-left::before {
  content: "";
}
.fa-burger-lettuce::before {
  content: "";
}
.fa-table-cells-row-lock::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-chevrons-down::before {
  content: "";
}
.fa-chevron-double-down::before {
  content: "";
}
.fa-trash-can-arrow-up::before {
  content: "";
}
.fa-trash-restore-alt::before {
  content: "";
}
.fa-signal-good::before {
  content: "";
}
.fa-signal-3::before {
  content: "";
}
.fa-location-question::before {
  content: "";
}
.fa-map-marker-question::before {
  content: "";
}
.fa-floppy-disk-circle-xmark::before {
  content: "";
}
.fa-floppy-disk-times::before {
  content: "";
}
.fa-save-circle-xmark::before {
  content: "";
}
.fa-save-times::before {
  content: "";
}
.fa-naira-sign::before {
  content: "";
}
.fa-peach::before {
  content: "";
}
.fa-taxi-bus::before {
  content: "";
}
.fa-bracket-curly::before {
  content: "\{";
}
.fa-bracket-curly-left::before {
  content: "\{";
}
.fa-lobster::before {
  content: "";
}
.fa-cart-flatbed-empty::before {
  content: "";
}
.fa-dolly-flatbed-empty::before {
  content: "";
}
.fa-colon::before {
  content: "\:";
}
.fa-cart-arrow-down::before {
  content: "";
}
.fa-wand::before {
  content: "";
}
.fa-walkie-talkie::before {
  content: "";
}
.fa-file-pen::before {
  content: "";
}
.fa-file-edit::before {
  content: "";
}
.fa-receipt::before {
  content: "";
}
.fa-table-picnic::before {
  content: "";
}
.fa-square-pen::before {
  content: "";
}
.fa-pen-square::before {
  content: "";
}
.fa-pencil-square::before {
  content: "";
}
.fa-circle-microphone-lines::before {
  content: "";
}
.fa-microphone-circle-alt::before {
  content: "";
}
.fa-display-slash::before {
  content: "";
}
.fa-desktop-slash::before {
  content: "";
}
.fa-suitcase-rolling::before {
  content: "";
}
.fa-person-circle-exclamation::before {
  content: "";
}
.fa-transporter-2::before {
  content: "";
}
.fa-hands-holding-diamond::before {
  content: "";
}
.fa-hand-receiving::before {
  content: "";
}
.fa-money-bill-simple-wave::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-battery-full::before {
  content: "";
}
.fa-battery::before {
  content: "";
}
.fa-battery-5::before {
  content: "";
}
.fa-bell-plus::before {
  content: "";
}
.fa-book-arrow-right::before {
  content: "";
}
.fa-hospitals::before {
  content: "";
}
.fa-club::before {
  content: "";
}
.fa-skull-crossbones::before {
  content: "";
}
.fa-droplet-degree::before {
  content: "";
}
.fa-dewpoint::before {
  content: "";
}
.fa-code-compare::before {
  content: "";
}
.fa-list-ul::before {
  content: "";
}
.fa-list-dots::before {
  content: "";
}
.fa-hand-holding-magic::before {
  content: "";
}
.fa-watermelon-slice::before {
  content: "";
}
.fa-circle-ellipsis::before {
  content: "";
}
.fa-school-lock::before {
  content: "";
}
.fa-tower-cell::before {
  content: "";
}
.fa-sd-cards::before {
  content: "";
}
.fa-jug-bottle::before {
  content: "";
}
.fa-down-long::before {
  content: "";
}
.fa-long-arrow-alt-down::before {
  content: "";
}
.fa-envelopes::before {
  content: "";
}
.fa-phone-office::before {
  content: "";
}
.fa-ranking-star::before {
  content: "";
}
.fa-chess-king::before {
  content: "";
}
.fa-nfc-pen::before {
  content: "";
}
.fa-person-harassing::before {
  content: "";
}
.fa-magnifying-glass-play::before {
  content: "";
}
.fa-hat-winter::before {
  content: "";
}
.fa-brazilian-real-sign::before {
  content: "";
}
.fa-landmark-dome::before {
  content: "";
}
.fa-landmark-alt::before {
  content: "";
}
.fa-bone-break::before {
  content: "";
}
.fa-arrow-up::before {
  content: "";
}
.fa-down-from-dotted-line::before {
  content: "";
}
.fa-tv::before {
  content: "";
}
.fa-television::before {
  content: "";
}
.fa-tv-alt::before {
  content: "";
}
.fa-border-left::before {
  content: "";
}
.fa-circle-divide::before {
  content: "";
}
.fa-shrimp::before {
  content: "";
}
.fa-list-check::before {
  content: "";
}
.fa-tasks::before {
  content: "";
}
.fa-diagram-subtask::before {
  content: "";
}
.fa-jug-detergent::before {
  content: "";
}
.fa-circle-user::before {
  content: "";
}
.fa-user-circle::before {
  content: "";
}
.fa-square-y::before {
  content: "";
}
.fa-user-doctor-hair::before {
  content: "";
}
.fa-planet-ringed::before {
  content: "";
}
.fa-mushroom::before {
  content: "";
}
.fa-user-shield::before {
  content: "";
}
.fa-megaphone::before {
  content: "";
}
.fa-wreath-laurel::before {
  content: "";
}
.fa-circle-exclamation-check::before {
  content: "";
}
.fa-wind::before {
  content: "";
}
.fa-box-dollar::before {
  content: "";
}
.fa-box-usd::before {
  content: "";
}
.fa-car-burst::before {
  content: "";
}
.fa-car-crash::before {
  content: "";
}
.fa-y::before {
  content: "Y";
}
.fa-user-headset::before {
  content: "";
}
.fa-arrows-retweet::before {
  content: "";
}
.fa-retweet-alt::before {
  content: "";
}
.fa-person-snowboarding::before {
  content: "";
}
.fa-snowboarding::before {
  content: "";
}
.fa-square-chevron-right::before {
  content: "";
}
.fa-chevron-square-right::before {
  content: "";
}
.fa-lacrosse-stick-ball::before {
  content: "";
}
.fa-truck-fast::before {
  content: "";
}
.fa-shipping-fast::before {
  content: "";
}
.fa-user-magnifying-glass::before {
  content: "";
}
.fa-star-sharp::before {
  content: "";
}
.fa-comment-heart::before {
  content: "";
}
.fa-circle-1::before {
  content: "";
}
.fa-circle-star::before {
  content: "";
}
.fa-star-circle::before {
  content: "";
}
.fa-fish::before {
  content: "";
}
.fa-cloud-fog::before {
  content: "";
}
.fa-fog::before {
  content: "";
}
.fa-waffle::before {
  content: "";
}
.fa-music-note::before {
  content: "";
}
.fa-music-alt::before {
  content: "";
}
.fa-hexagon-exclamation::before {
  content: "";
}
.fa-cart-shopping-fast::before {
  content: "";
}
.fa-object-union::before {
  content: "";
}
.fa-user-graduate::before {
  content: "";
}
.fa-starfighter::before {
  content: "";
}
.fa-circle-half-stroke::before {
  content: "";
}
.fa-adjust::before {
  content: "";
}
.fa-arrow-right-long-to-line::before {
  content: "";
}
.fa-square-arrow-down::before {
  content: "";
}
.fa-arrow-square-down::before {
  content: "";
}
.fa-diamond-half-stroke::before {
  content: "";
}
.fa-clapperboard::before {
  content: "";
}
.fa-square-chevron-left::before {
  content: "";
}
.fa-chevron-square-left::before {
  content: "";
}
.fa-phone-intercom::before {
  content: "";
}
.fa-link-horizontal::before {
  content: "";
}
.fa-chain-horizontal::before {
  content: "";
}
.fa-mango::before {
  content: "";
}
.fa-music-note-slash::before {
  content: "";
}
.fa-music-alt-slash::before {
  content: "";
}
.fa-circle-radiation::before {
  content: "";
}
.fa-radiation-alt::before {
  content: "";
}
.fa-face-tongue-sweat::before {
  content: "";
}
.fa-globe-stand::before {
  content: "";
}
.fa-baseball::before {
  content: "";
}
.fa-baseball-ball::before {
  content: "";
}
.fa-circle-p::before {
  content: "";
}
.fa-award-simple::before {
  content: "";
}
.fa-jet-fighter-up::before {
  content: "";
}
.fa-diagram-project::before {
  content: "";
}
.fa-project-diagram::before {
  content: "";
}
.fa-pedestal::before {
  content: "";
}
.fa-chart-pyramid::before {
  content: "";
}
.fa-sidebar::before {
  content: "";
}
.fa-snowman-head::before {
  content: "";
}
.fa-frosty-head::before {
  content: "";
}
.fa-copy::before {
  content: "";
}
.fa-burger-glass::before {
  content: "";
}
.fa-volume-xmark::before {
  content: "";
}
.fa-volume-mute::before {
  content: "";
}
.fa-volume-times::before {
  content: "";
}
.fa-hand-sparkles::before {
  content: "";
}
.fa-bars-filter::before {
  content: "";
}
.fa-paintbrush-pencil::before {
  content: "";
}
.fa-party-bell::before {
  content: "";
}
.fa-user-vneck-hair::before {
  content: "";
}
.fa-jack-o-lantern::before {
  content: "";
}
.fa-grip::before {
  content: "";
}
.fa-grip-horizontal::before {
  content: "";
}
.fa-share-from-square::before {
  content: "";
}
.fa-share-square::before {
  content: "";
}
.fa-keynote::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-hat-beach::before {
  content: "";
}
.fa-plus::before {
  content: "\+";
}
.fa-add::before {
  content: "\+";
}
.fa-expand::before {
  content: "";
}
.fa-computer::before {
  content: "";
}
.fa-fort::before {
  content: "";
}
.fa-cloud-check::before {
  content: "";
}
.fa-xmark::before {
  content: "";
}
.fa-close::before {
  content: "";
}
.fa-multiply::before {
  content: "";
}
.fa-remove::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-face-smirking::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-rhombus::before {
  content: "";
}
.fa-claw-marks::before {
  content: "";
}
.fa-peso-sign::before {
  content: "";
}
.fa-face-smile-tongue::before {
  content: "";
}
.fa-cart-circle-xmark::before {
  content: "";
}
.fa-building-shield::before {
  content: "";
}
.fa-circle-phone-flip::before {
  content: "";
}
.fa-phone-circle-alt::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-down-from-bracket::before {
  content: "";
}
.fa-key-skeleton::before {
  content: "";
}
.fa-trash-arrow-up::before {
  content: "";
}
.fa-trash-restore::before {
  content: "";
}
.fa-arrow-down-up-lock::before {
  content: "";
}
.fa-arrow-down-to-bracket::before {
  content: "";
}
.fa-lines-leaning::before {
  content: "";
}
.fa-square-q::before {
  content: "";
}
.fa-ruler-combined::before {
  content: "";
}
.fa-symbols::before {
  content: "";
}
.fa-icons-alt::before {
  content: "";
}
.fa-copyright::before {
  content: "";
}
.fa-flask-gear::before {
  content: "";
}
.fa-highlighter-line::before {
  content: "";
}
.fa-bracket-square::before {
  content: "\[";
}
.fa-bracket::before {
  content: "\[";
}
.fa-bracket-left::before {
  content: "\[";
}
.fa-island-tropical::before {
  content: "";
}
.fa-island-tree-palm::before {
  content: "";
}
.fa-arrow-right-from-line::before {
  content: "";
}
.fa-arrow-from-left::before {
  content: "";
}
.fa-h2::before {
  content: "";
}
.fa-equals::before {
  content: "\=";
}
.fa-cake-slice::before {
  content: "";
}
.fa-shortcake::before {
  content: "";
}
.fa-building-magnifying-glass::before {
  content: "";
}
.fa-peanut::before {
  content: "";
}
.fa-wrench-simple::before {
  content: "";
}
.fa-blender::before {
  content: "";
}
.fa-teeth::before {
  content: "";
}
.fa-tally-2::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-cars::before {
  content: "";
}
.fa-axe-battle::before {
  content: "";
}
.fa-user-hair-long::before {
  content: "";
}
.fa-map::before {
  content: "";
}
.fa-arrow-left-from-arc::before {
  content: "";
}
.fa-file-circle-info::before {
  content: "";
}
.fa-face-disappointed::before {
  content: "";
}
.fa-lasso-sparkles::before {
  content: "";
}
.fa-clock-eleven::before {
  content: "";
}
.fa-rocket::before {
  content: "";
}
.fa-siren-on::before {
  content: "";
}
.fa-clock-ten::before {
  content: "";
}
.fa-candle-holder::before {
  content: "";
}
.fa-video-arrow-down-left::before {
  content: "";
}
.fa-photo-film::before {
  content: "";
}
.fa-photo-video::before {
  content: "";
}
.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}
.fa-save-circle-arrow-right::before {
  content: "";
}
.fa-folder-minus::before {
  content: "";
}
.fa-planet-moon::before {
  content: "";
}
.fa-face-eyes-xmarks::before {
  content: "";
}
.fa-chart-scatter::before {
  content: "";
}
.fa-circle-gf::before {
  content: "";
}
.fa-display-arrow-down::before {
  content: "";
}
.fa-store::before {
  content: "";
}
.fa-arrow-trend-up::before {
  content: "";
}
.fa-plug-circle-minus::before {
  content: "";
}
.fa-olive-branch::before {
  content: "";
}
.fa-angle::before {
  content: "";
}
.fa-vacuum-robot::before {
  content: "";
}
.fa-sign-hanging::before {
  content: "";
}
.fa-sign::before {
  content: "";
}
.fa-square-divide::before {
  content: "";
}
.fa-folder-check::before {
  content: "";
}
.fa-signal-stream-slash::before {
  content: "";
}
.fa-bezier-curve::before {
  content: "";
}
.fa-eye-dropper-half::before {
  content: "";
}
.fa-store-lock::before {
  content: "";
}
.fa-bell-slash::before {
  content: "";
}
.fa-cloud-bolt-sun::before {
  content: "";
}
.fa-thunderstorm-sun::before {
  content: "";
}
.fa-camera-slash::before {
  content: "";
}
.fa-comment-quote::before {
  content: "";
}
.fa-tablet::before {
  content: "";
}
.fa-tablet-android::before {
  content: "";
}
.fa-school-flag::before {
  content: "";
}
.fa-message-code::before {
  content: "";
}
.fa-glass-half::before {
  content: "";
}
.fa-glass-half-empty::before {
  content: "";
}
.fa-glass-half-full::before {
  content: "";
}
.fa-fill::before {
  content: "";
}
.fa-message-minus::before {
  content: "";
}
.fa-comment-alt-minus::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-dinosaur::before {
  content: "";
}
.fa-drumstick-bite::before {
  content: "";
}
.fa-link-horizontal-slash::before {
  content: "";
}
.fa-chain-horizontal-slash::before {
  content: "";
}
.fa-holly-berry::before {
  content: "";
}
.fa-nose::before {
  content: "";
}
.fa-arrow-left-to-arc::before {
  content: "";
}
.fa-chevron-left::before {
  content: "";
}
.fa-bacteria::before {
  content: "";
}
.fa-clouds::before {
  content: "";
}
.fa-money-bill-simple::before {
  content: "";
}
.fa-hand-lizard::before {
  content: "";
}
.fa-table-pivot::before {
  content: "";
}
.fa-filter-slash::before {
  content: "";
}
.fa-trash-can-undo::before {
  content: "";
}
.fa-trash-can-arrow-turn-left::before {
  content: "";
}
.fa-trash-undo-alt::before {
  content: "";
}
.fa-notdef::before {
  content: "";
}
.fa-disease::before {
  content: "";
}
.fa-person-to-door::before {
  content: "";
}
.fa-turntable::before {
  content: "";
}
.fa-briefcase-medical::before {
  content: "";
}
.fa-genderless::before {
  content: "";
}
.fa-chevron-right::before {
  content: "";
}
.fa-signal-weak::before {
  content: "";
}
.fa-signal-1::before {
  content: "";
}
.fa-clock-five::before {
  content: "";
}
.fa-retweet::before {
  content: "";
}
.fa-car-rear::before {
  content: "";
}
.fa-car-alt::before {
  content: "";
}
.fa-pump-soap::before {
  content: "";
}
.fa-computer-classic::before {
  content: "";
}
.fa-frame::before {
  content: "";
}
.fa-video-slash::before {
  content: "";
}
.fa-battery-quarter::before {
  content: "";
}
.fa-battery-2::before {
  content: "";
}
.fa-ellipsis-stroke::before {
  content: "";
}
.fa-ellipsis-h-alt::before {
  content: "";
}
.fa-radio::before {
  content: "";
}
.fa-baby-carriage::before {
  content: "";
}
.fa-carriage-baby::before {
  content: "";
}
.fa-face-expressionless::before {
  content: "";
}
.fa-down-to-dotted-line::before {
  content: "";
}
.fa-cloud-music::before {
  content: "";
}
.fa-traffic-light::before {
  content: "";
}
.fa-cloud-minus::before {
  content: "";
}
.fa-thermometer::before {
  content: "";
}
.fa-shield-minus::before {
  content: "";
}
.fa-vr-cardboard::before {
  content: "";
}
.fa-car-tilt::before {
  content: "";
}
.fa-gauge-circle-minus::before {
  content: "";
}
.fa-brightness-low::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-conveyor-belt::before {
  content: "";
}
.fa-location-check::before {
  content: "";
}
.fa-map-marker-check::before {
  content: "";
}
.fa-coin-vertical::before {
  content: "";
}
.fa-display::before {
  content: "";
}
.fa-person-sign::before {
  content: "";
}
.fa-face-smile::before {
  content: "";
}
.fa-smile::before {
  content: "";
}
.fa-phone-hangup::before {
  content: "";
}
.fa-signature-slash::before {
  content: "";
}
.fa-thumbtack::before {
  content: "";
}
.fa-thumb-tack::before {
  content: "";
}
.fa-wheat-slash::before {
  content: "";
}
.fa-trophy::before {
  content: "";
}
.fa-clouds-sun::before {
  content: "";
}
.fa-person-praying::before {
  content: "";
}
.fa-pray::before {
  content: "";
}
.fa-hammer::before {
  content: "";
}
.fa-face-vomit::before {
  content: "";
}
.fa-speakers::before {
  content: "";
}
.fa-tty-answer::before {
  content: "";
}
.fa-teletype-answer::before {
  content: "";
}
.fa-mug-tea-saucer::before {
  content: "";
}
.fa-diagram-lean-canvas::before {
  content: "";
}
.fa-alt::before {
  content: "";
}
.fa-dial::before {
  content: "";
}
.fa-dial-med-high::before {
  content: "";
}
.fa-hand-peace::before {
  content: "";
}
.fa-circle-trash::before {
  content: "";
}
.fa-trash-circle::before {
  content: "";
}
.fa-rotate::before {
  content: "";
}
.fa-sync-alt::before {
  content: "";
}
.fa-circle-quarters::before {
  content: "";
}
.fa-spinner::before {
  content: "";
}
.fa-tower-control::before {
  content: "";
}
.fa-arrow-up-triangle-square::before {
  content: "";
}
.fa-sort-shapes-up::before {
  content: "";
}
.fa-whale::before {
  content: "";
}
.fa-robot::before {
  content: "";
}
.fa-peace::before {
  content: "";
}
.fa-party-horn::before {
  content: "";
}
.fa-gears::before {
  content: "";
}
.fa-cogs::before {
  content: "";
}
.fa-sun-bright::before {
  content: "";
}
.fa-sun-alt::before {
  content: "";
}
.fa-warehouse::before {
  content: "";
}
.fa-conveyor-belt-arm::before {
  content: "";
}
.fa-lock-keyhole-open::before {
  content: "";
}
.fa-lock-open-alt::before {
  content: "";
}
.fa-square-fragile::before {
  content: "";
}
.fa-box-fragile::before {
  content: "";
}
.fa-square-wine-glass-crack::before {
  content: "";
}
.fa-arrow-up-right-dots::before {
  content: "";
}
.fa-square-n::before {
  content: "";
}
.fa-splotch::before {
  content: "";
}
.fa-face-grin-hearts::before {
  content: "";
}
.fa-grin-hearts::before {
  content: "";
}
.fa-meter::before {
  content: "";
}
.fa-mandolin::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-up-from-bracket::before {
  content: "";
}
.fa-knife-kitchen::before {
  content: "";
}
.fa-border-right::before {
  content: "";
}
.fa-arrow-turn-down::before {
  content: "";
}
.fa-level-down::before {
  content: "";
}
.fa-spade::before {
  content: "";
}
.fa-card-spade::before {
  content: "";
}
.fa-line-columns::before {
  content: "";
}
.fa-ant::before {
  content: "";
}
.fa-arrow-right-to-line::before {
  content: "";
}
.fa-arrow-to-right::before {
  content: "";
}
.fa-person-falling-burst::before {
  content: "";
}
.fa-flag-pennant::before {
  content: "";
}
.fa-pennant::before {
  content: "";
}
.fa-conveyor-belt-empty::before {
  content: "";
}
.fa-user-group-simple::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-camcorder::before {
  content: "";
}
.fa-video-handheld::before {
  content: "";
}
.fa-pancakes::before {
  content: "";
}
.fa-album-circle-user::before {
  content: "";
}
.fa-subtitles-slash::before {
  content: "";
}
.fa-qrcode::before {
  content: "";
}
.fa-dice-d10::before {
  content: "";
}
.fa-fireplace::before {
  content: "";
}
.fa-browser::before {
  content: "";
}
.fa-pen-paintbrush::before {
  content: "";
}
.fa-pencil-paintbrush::before {
  content: "";
}
.fa-fish-cooked::before {
  content: "";
}
.fa-chair-office::before {
  content: "";
}
.fa-magnifying-glass-music::before {
  content: "";
}
.fa-nesting-dolls::before {
  content: "";
}
.fa-clock-rotate-left::before {
  content: "";
}
.fa-history::before {
  content: "";
}
.fa-trumpet::before {
  content: "";
}
.fa-face-grin-beam-sweat::before {
  content: "";
}
.fa-grin-beam-sweat::before {
  content: "";
}
.fa-fire-smoke::before {
  content: "";
}
.fa-phone-missed::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-arrows-repeat-1::before {
  content: "";
}
.fa-repeat-1-alt::before {
  content: "";
}
.fa-gun-slash::before {
  content: "";
}
.fa-avocado::before {
  content: "";
}
.fa-binary::before {
  content: "";
}
.fa-glasses-round::before {
  content: "";
}
.fa-glasses-alt::before {
  content: "";
}
.fa-phone-plus::before {
  content: "";
}
.fa-ditto::before {
  content: "\"";
}
.fa-person-seat::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-scythe::before {
  content: "";
}
.fa-pen-nib::before {
  content: "";
}
.fa-ban-parking::before {
  content: "";
}
.fa-parking-circle-slash::before {
  content: "";
}
.fa-tent-arrow-turn-left::before {
  content: "";
}
.fa-face-diagonal-mouth::before {
  content: "";
}
.fa-diagram-cells::before {
  content: "";
}
.fa-cricket-bat-ball::before {
  content: "";
}
.fa-cricket::before {
  content: "";
}
.fa-tents::before {
  content: "";
}
.fa-wand-magic::before {
  content: "";
}
.fa-magic::before {
  content: "";
}
.fa-dog::before {
  content: "";
}
.fa-pen-line::before {
  content: "";
}
.fa-atom-simple::before {
  content: "";
}
.fa-atom-alt::before {
  content: "";
}
.fa-ampersand::before {
  content: "\&";
}
.fa-carrot::before {
  content: "";
}
.fa-arrow-up-from-line::before {
  content: "";
}
.fa-arrow-from-bottom::before {
  content: "";
}
.fa-moon::before {
  content: "";
}
.fa-pen-slash::before {
  content: "";
}
.fa-wine-glass-empty::before {
  content: "";
}
.fa-wine-glass-alt::before {
  content: "";
}
.fa-square-star::before {
  content: "";
}
.fa-cheese::before {
  content: "";
}
.fa-send-backward::before {
  content: "";
}
.fa-yin-yang::before {
  content: "";
}
.fa-music::before {
  content: "";
}
.fa-compass-slash::before {
  content: "";
}
.fa-clock-one::before {
  content: "";
}
.fa-file-music::before {
  content: "";
}
.fa-code-commit::before {
  content: "";
}
.fa-temperature-low::before {
  content: "";
}
.fa-person-biking::before {
  content: "";
}
.fa-biking::before {
  content: "";
}
.fa-display-chart-up-circle-currency::before {
  content: "";
}
.fa-skeleton::before {
  content: "";
}
.fa-circle-g::before {
  content: "";
}
.fa-circle-arrow-up-left::before {
  content: "";
}
.fa-coin-blank::before {
  content: "";
}
.fa-broom::before {
  content: "";
}
.fa-vacuum::before {
  content: "";
}
.fa-shield-heart::before {
  content: "";
}
.fa-card-heart::before {
  content: "";
}
.fa-lightbulb-cfl-on::before {
  content: "";
}
.fa-melon::before {
  content: "";
}
.fa-gopuram::before {
  content: "";
}
.fa-earth-oceania::before {
  content: "";
}
.fa-globe-oceania::before {
  content: "";
}
.fa-container-storage::before {
  content: "";
}
.fa-face-pouting::before {
  content: "";
}
.fa-square-xmark::before {
  content: "";
}
.fa-times-square::before {
  content: "";
}
.fa-xmark-square::before {
  content: "";
}
.fa-face-explode::before {
  content: "";
}
.fa-exploding-head::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-transformer-bolt::before {
  content: "";
}
.fa-hippo::before {
  content: "";
}
.fa-chart-column::before {
  content: "";
}
.fa-cassette-vhs::before {
  content: "";
}
.fa-vhs::before {
  content: "";
}
.fa-infinity::before {
  content: "";
}
.fa-vial-circle-check::before {
  content: "";
}
.fa-chimney::before {
  content: "";
}
.fa-object-intersect::before {
  content: "";
}
.fa-person-arrow-down-to-line::before {
  content: "";
}
.fa-voicemail::before {
  content: "";
}
.fa-block-brick::before {
  content: "";
}
.fa-wall-brick::before {
  content: "";
}
.fa-fan::before {
  content: "";
}
.fa-bags-shopping::before {
  content: "";
}
.fa-paragraph-left::before {
  content: "";
}
.fa-paragraph-rtl::before {
  content: "";
}
.fa-person-walking-luggage::before {
  content: "";
}
.fa-caravan-simple::before {
  content: "";
}
.fa-caravan-alt::before {
  content: "";
}
.fa-turtle::before {
  content: "";
}
.fa-pencil-mechanical::before {
  content: "";
}
.fa-up-down::before {
  content: "";
}
.fa-arrows-alt-v::before {
  content: "";
}
.fa-cloud-moon-rain::before {
  content: "";
}
.fa-booth-curtain::before {
  content: "";
}
.fa-calendar::before {
  content: "";
}
.fa-box-heart::before {
  content: "";
}
.fa-trailer::before {
  content: "";
}
.fa-user-doctor-message::before {
  content: "";
}
.fa-user-md-chat::before {
  content: "";
}
.fa-bahai::before {
  content: "";
}
.fa-haykal::before {
  content: "";
}
.fa-lighthouse::before {
  content: "";
}
.fa-amp-guitar::before {
  content: "";
}
.fa-sd-card::before {
  content: "";
}
.fa-volume-slash::before {
  content: "";
}
.fa-border-bottom::before {
  content: "";
}
.fa-wifi-weak::before {
  content: "";
}
.fa-wifi-1::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-delete-right::before {
  content: "";
}
.fa-book-quran::before {
  content: "";
}
.fa-quran::before {
  content: "";
}
.fa-circle-quarter::before {
  content: "";
}
.fa-anchor::before {
  content: "";
}
.fa-border-all::before {
  content: "";
}
.fa-function::before {
  content: "";
}
.fa-face-angry::before {
  content: "";
}
.fa-angry::before {
  content: "";
}
.fa-people-simple::before {
  content: "";
}
.fa-cookie-bite::before {
  content: "";
}
.fa-arrow-trend-down::before {
  content: "";
}
.fa-rss::before {
  content: "";
}
.fa-feed::before {
  content: "";
}
.fa-face-monocle::before {
  content: "";
}
.fa-draw-polygon::before {
  content: "";
}
.fa-scale-balanced::before {
  content: "";
}
.fa-balance-scale::before {
  content: "";
}
.fa-calendar-lines::before {
  content: "";
}
.fa-calendar-note::before {
  content: "";
}
.fa-arrow-down-big-small::before {
  content: "";
}
.fa-sort-size-down::before {
  content: "";
}
.fa-gauge-simple-high::before {
  content: "";
}
.fa-tachometer::before {
  content: "";
}
.fa-tachometer-fast::before {
  content: "";
}
.fa-do-not-enter::before {
  content: "";
}
.fa-shower::before {
  content: "";
}
.fa-dice-d8::before {
  content: "";
}
.fa-desktop::before {
  content: "";
}
.fa-desktop-alt::before {
  content: "";
}
.fa-m::before {
  content: "M";
}
.fa-spinner-scale::before {
  content: "";
}
.fa-grip-dots-vertical::before {
  content: "";
}
.fa-face-viewfinder::before {
  content: "";
}
.fa-soft-serve::before {
  content: "";
}
.fa-creemee::before {
  content: "";
}
.fa-h5::before {
  content: "";
}
.fa-hand-back-point-down::before {
  content: "";
}
.fa-table-list::before {
  content: "";
}
.fa-th-list::before {
  content: "";
}
.fa-basket-shopping-minus::before {
  content: "";
}
.fa-comment-sms::before {
  content: "";
}
.fa-sms::before {
  content: "";
}
.fa-rectangle::before {
  content: "";
}
.fa-rectangle-landscape::before {
  content: "";
}
.fa-clipboard-list-check::before {
  content: "";
}
.fa-turkey::before {
  content: "";
}
.fa-book::before {
  content: "";
}
.fa-user-plus::before {
  content: "";
}
.fa-ice-skate::before {
  content: "";
}
.fa-check::before {
  content: "";
}
.fa-battery-three-quarters::before {
  content: "";
}
.fa-battery-4::before {
  content: "";
}
.fa-tomato::before {
  content: "";
}
.fa-sword-laser::before {
  content: "";
}
.fa-house-circle-check::before {
  content: "";
}
.fa-buildings::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-cart-flatbed-boxes::before {
  content: "";
}
.fa-dolly-flatbed-alt::before {
  content: "";
}
.fa-diagram-successor::before {
  content: "";
}
.fa-truck-arrow-right::before {
  content: "";
}
.fa-square-w::before {
  content: "";
}
.fa-arrows-split-up-and-left::before {
  content: "";
}
.fa-lamp::before {
  content: "";
}
.fa-airplay::before {
  content: "";
}
.fa-hand-fist::before {
  content: "";
}
.fa-fist-raised::before {
  content: "";
}
.fa-shield-quartered::before {
  content: "";
}
.fa-slash-forward::before {
  content: "\/";
}
.fa-location-pen::before {
  content: "";
}
.fa-map-marker-edit::before {
  content: "";
}
.fa-cloud-moon::before {
  content: "";
}
.fa-pot-food::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-print-slash::before {
  content: "";
}
.fa-earth-europe::before {
  content: "";
}
.fa-globe-europe::before {
  content: "";
}
.fa-cart-flatbed-suitcase::before {
  content: "";
}
.fa-luggage-cart::before {
  content: "";
}
.fa-hand-back-point-ribbon::before {
  content: "";
}
.fa-rectangle-xmark::before {
  content: "";
}
.fa-rectangle-times::before {
  content: "";
}
.fa-times-rectangle::before {
  content: "";
}
.fa-window-close::before {
  content: "";
}
.fa-tire-rugged::before {
  content: "";
}
.fa-lightbulb-dollar::before {
  content: "";
}
.fa-cowbell::before {
  content: "";
}
.fa-baht-sign::before {
  content: "";
}
.fa-corner::before {
  content: "";
}
.fa-chevrons-right::before {
  content: "";
}
.fa-chevron-double-right::before {
  content: "";
}
.fa-book-open::before {
  content: "";
}
.fa-book-journal-whills::before {
  content: "";
}
.fa-journal-whills::before {
  content: "";
}
.fa-inhaler::before {
  content: "";
}
.fa-handcuffs::before {
  content: "";
}
.fa-snake::before {
  content: "";
}
.fa-triangle-exclamation::before {
  content: "";
}
.fa-exclamation-triangle::before {
  content: "";
}
.fa-warning::before {
  content: "";
}
.fa-note-medical::before {
  content: "";
}
.fa-database::before {
  content: "";
}
.fa-down-left::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-mail-forward::before {
  content: "";
}
.fa-face-thinking::before {
  content: "";
}
.fa-turn-down-right::before {
  content: "";
}
.fa-bottle-droplet::before {
  content: "";
}
.fa-mask-face::before {
  content: "";
}
.fa-hill-rockslide::before {
  content: "";
}
.fa-scanner-keyboard::before {
  content: "";
}
.fa-circle-o::before {
  content: "";
}
.fa-grid-horizontal::before {
  content: "";
}
.fa-message-dollar::before {
  content: "";
}
.fa-comment-alt-dollar::before {
  content: "";
}
.fa-right-left::before {
  content: "";
}
.fa-exchange-alt::before {
  content: "";
}
.fa-columns-3::before {
  content: "";
}
.fa-paper-plane::before {
  content: "";
}
.fa-road-circle-exclamation::before {
  content: "";
}
.fa-dungeon::before {
  content: "";
}
.fa-hand-holding-box::before {
  content: "";
}
.fa-input-text::before {
  content: "";
}
.fa-window-flip::before {
  content: "";
}
.fa-window-alt::before {
  content: "";
}
.fa-align-right::before {
  content: "";
}
.fa-scanner-gun::before {
  content: "";
}
.fa-scanner::before {
  content: "";
}
.fa-tire::before {
  content: "";
}
.fa-engine::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-circle-caret-right::before {
  content: "";
}
.fa-caret-circle-right::before {
  content: "";
}
.fa-turn-left::before {
  content: "";
}
.fa-wheat::before {
  content: "";
}
.fa-file-spreadsheet::before {
  content: "";
}
.fa-audio-description-slash::before {
  content: "";
}
.fa-bell-ring::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-chess-pawn-piece::before {
  content: "";
}
.fa-chess-pawn-alt::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-square-s::before {
  content: "";
}
.fa-rectangle-barcode::before {
  content: "";
}
.fa-barcode-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-unicorn::before {
  content: "";
}
.fa-bowling-ball::before {
  content: "";
}
.fa-pompebled::before {
  content: "";
}
.fa-brain::before {
  content: "";
}
.fa-watch-smart::before {
  content: "";
}
.fa-book-user::before {
  content: "";
}
.fa-sensor-cloud::before {
  content: "";
}
.fa-sensor-smoke::before {
  content: "";
}
.fa-clapperboard-play::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-circle-4::before {
  content: "";
}
.fa-gifts::before {
  content: "";
}
.fa-album-collection::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-cloud-showers::before {
  content: "";
}
.fa-user-clock::before {
  content: "";
}
.fa-onion::before {
  content: "";
}
.fa-clock-twelve-thirty::before {
  content: "";
}
.fa-arrow-down-to-dotted-line::before {
  content: "";
}
.fa-hand-dots::before {
  content: "";
}
.fa-allergies::before {
  content: "";
}
.fa-file-invoice::before {
  content: "";
}
.fa-window-minimize::before {
  content: "";
}
.fa-rectangle-wide::before {
  content: "";
}
.fa-comment-arrow-up::before {
  content: "";
}
.fa-garlic::before {
  content: "";
}
.fa-mug-saucer::before {
  content: "";
}
.fa-coffee::before {
  content: "";
}
.fa-brush::before {
  content: "";
}
.fa-tree-decorated::before {
  content: "";
}
.fa-mask::before {
  content: "";
}
.fa-calendar-heart::before {
  content: "";
}
.fa-magnifying-glass-minus::before {
  content: "";
}
.fa-search-minus::before {
  content: "";
}
.fa-flower::before {
  content: "";
}
.fa-arrow-down-from-arc::before {
  content: "";
}
.fa-right-left-large::before {
  content: "";
}
.fa-ruler-vertical::before {
  content: "";
}
.fa-circles-overlap::before {
  content: "";
}
.fa-user-large::before {
  content: "";
}
.fa-user-alt::before {
  content: "";
}
.fa-starship-freighter::before {
  content: "";
}
.fa-train-tram::before {
  content: "";
}
.fa-bridge-suspension::before {
  content: "";
}
.fa-trash-check::before {
  content: "";
}
.fa-user-nurse::before {
  content: "";
}
.fa-boombox::before {
  content: "";
}
.fa-syringe::before {
  content: "";
}
.fa-cloud-sun::before {
  content: "";
}
.fa-shield-exclamation::before {
  content: "";
}
.fa-stopwatch-20::before {
  content: "";
}
.fa-square-full::before {
  content: "";
}
.fa-grip-dots::before {
  content: "";
}
.fa-comment-exclamation::before {
  content: "";
}
.fa-pen-swirl::before {
  content: "";
}
.fa-falafel::before {
  content: "";
}
.fa-circle-2::before {
  content: "";
}
.fa-magnet::before {
  content: "";
}
.fa-jar::before {
  content: "";
}
.fa-gramophone::before {
  content: "";
}
.fa-dice-d12::before {
  content: "";
}
.fa-note-sticky::before {
  content: "";
}
.fa-sticky-note::before {
  content: "";
}
.fa-down::before {
  content: "";
}
.fa-arrow-alt-down::before {
  content: "";
}
.fa-hundred-points::before {
  content: "";
}
.fa-100::before {
  content: "";
}
.fa-paperclip-vertical::before {
  content: "";
}
.fa-wind-warning::before {
  content: "";
}
.fa-wind-circle-exclamation::before {
  content: "";
}
.fa-location-pin-slash::before {
  content: "";
}
.fa-map-marker-slash::before {
  content: "";
}
.fa-face-sad-sweat::before {
  content: "";
}
.fa-bug-slash::before {
  content: "";
}
.fa-cupcake::before {
  content: "";
}
.fa-light-switch-off::before {
  content: "";
}
.fa-toggle-large-off::before {
  content: "";
}
.fa-pen-fancy-slash::before {
  content: "";
}
.fa-truck-container::before {
  content: "";
}
.fa-boot::before {
  content: "";
}
.fa-arrow-up-from-water-pump::before {
  content: "";
}
.fa-file-check::before {
  content: "";
}
.fa-bone::before {
  content: "";
}
.fa-cards-blank::before {
  content: "";
}
.fa-circle-3::before {
  content: "";
}
.fa-bench-tree::before {
  content: "";
}
.fa-keyboard-brightness-low::before {
  content: "";
}
.fa-ski-boot-ski::before {
  content: "";
}
.fa-brain-circuit::before {
  content: "";
}
.fa-user-injured::before {
  content: "";
}
.fa-block-brick-fire::before {
  content: "";
}
.fa-firewall::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-face-smile-relaxed::before {
  content: "";
}
.fa-comment-xmark::before {
  content: "";
}
.fa-comment-times::before {
  content: "";
}
.fa-print::before {
  content: "";
}
.fa-turkish-lira-sign::before {
  content: "";
}
.fa-try::before {
  content: "";
}
.fa-turkish-lira::before {
  content: "";
}
.fa-face-nose-steam::before {
  content: "";
}
.fa-circle-waveform-lines::before {
  content: "";
}
.fa-waveform-circle::before {
  content: "";
}
.fa-dollar-sign::before {
  content: "\$";
}
.fa-dollar::before {
  content: "\$";
}
.fa-usd::before {
  content: "\$";
}
.fa-ferris-wheel::before {
  content: "";
}
.fa-computer-speaker::before {
  content: "";
}
.fa-skull-cow::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-circle-t::before {
  content: "";
}
.fa-sack::before {
  content: "";
}
.fa-grid-2::before {
  content: "";
}
.fa-camera-cctv::before {
  content: "";
}
.fa-cctv::before {
  content: "";
}
.fa-umbrella::before {
  content: "";
}
.fa-trowel::before {
  content: "";
}
.fa-horizontal-rule::before {
  content: "";
}
.fa-bed-front::before {
  content: "";
}
.fa-bed-alt::before {
  content: "";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "";
}
.fa-masks-theater::before {
  content: "";
}
.fa-theater-masks::before {
  content: "";
}
.fa-file-gif::before {
  content: "";
}
.fa-kip-sign::before {
  content: "";
}
.fa-face-woozy::before {
  content: "";
}
.fa-cloud-question::before {
  content: "";
}
.fa-pineapple::before {
  content: "";
}
.fa-hand-point-left::before {
  content: "";
}
.fa-gallery-thumbnails::before {
  content: "";
}
.fa-circle-j::before {
  content: "";
}
.fa-eyes::before {
  content: "";
}
.fa-handshake-simple::before {
  content: "";
}
.fa-handshake-alt::before {
  content: "";
}
.fa-page-caret-up::before {
  content: "";
}
.fa-file-caret-up::before {
  content: "";
}
.fa-jet-fighter::before {
  content: "";
}
.fa-fighter-jet::before {
  content: "";
}
.fa-comet::before {
  content: "";
}
.fa-square-share-nodes::before {
  content: "";
}
.fa-share-alt-square::before {
  content: "";
}
.fa-reflect-vertical::before {
  content: "";
}
.fa-shield-keyhole::before {
  content: "";
}
.fa-file-mp4::before {
  content: "";
}
.fa-barcode::before {
  content: "";
}
.fa-bulldozer::before {
  content: "";
}
.fa-plus-minus::before {
  content: "";
}
.fa-square-sliders-vertical::before {
  content: "";
}
.fa-sliders-v-square::before {
  content: "";
}
.fa-video::before {
  content: "";
}
.fa-video-camera::before {
  content: "";
}
.fa-message-middle::before {
  content: "";
}
.fa-comment-middle-alt::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-square-z::before {
  content: "";
}
.fa-message-text::before {
  content: "";
}
.fa-comment-alt-text::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;
}
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-cloudflare:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-pixiv:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-guilded:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-square-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-jxl:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-unity:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-square-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-square-font-awesome:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-brave:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-square-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-square-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-threads:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-square-snapchat:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-square-font-awesome-stroke:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-watchman-monitoring:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-square-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-opensuse:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-square-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-debian:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-instalod:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-square-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-golang:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-square-kickstarter:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-uncharted:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-square-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-rendact:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-nfc-directional:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-meta:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-square-letterboxd:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-shoelace:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-unsplash:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-square-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-square-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-hive:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-padlet:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-square-github:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-shopify:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-square-threads:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-google-scholar:before {
  content: "";
}
.fa-square-gitlab:before {
  content: "";
}
.fa-gitlab-square:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-square-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-hashnode:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-square-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-signal-messenger:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-dailymotion:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-nfc-symbol:before {
  content: "";
}
.fa-mintbit:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-brave-reverse:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-square-google-plus:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-web-awesome:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-square-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-letterboxd:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-bilibili:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-x-twitter:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-42-group:before {
  content: "";
}
.fa-innosoft:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-square-pied-piper:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-square-web-awesome-stroke:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-tiktok:before {
  content: "";
}
.fa-square-facebook:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-mixer:before {
  content: "";
}
.fa-square-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-cmplid:before {
  content: "";
}
.fa-upwork:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-square-upwork:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-deezer:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-screenpal:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-microblog:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-square-web-awesome:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-wirsindhandwerk:before {
  content: "";
}
.fa-wsh:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-octopus-deploy:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-bluesky:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-rust:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-square-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-webflow:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-space-awesome:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-square-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-square-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-perbyte:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-bots:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-ideal:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-stubber:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-odysee:before {
  content: "";
}
.fa-square-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-edge-legacy:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-square-x-twitter:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-sitrox:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-wodu:before {
  content: "";
}
.fa-google-pay:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-pix:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
/* livvic-500 - latin */
@font-face {
  font-family: "Livvic";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/livvic-v13-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/livvic-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/livvic-v13-latin-500.woff2") format("woff2"), url("/fonts/livvic-v13-latin-500.woff") format("woff"), url("/fonts/livvic-v13-latin-500.ttf") format("truetype"), url("/fonts/livvic-v13-latin-500.svg#Livvic") format("svg");
  /* Legacy iOS */
}
/* livvic-500italic - latin */
@font-face {
  font-family: "Livvic";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/livvic-v13-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/livvic-v13-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/fonts/livvic-v13-latin-500italic.woff2") format("woff2"), url("/fonts/livvic-v13-latin-500italic.woff") format("woff"), url("/fonts/livvic-v13-latin-500italic.ttf") format("truetype"), url("/fonts/livvic-v13-latin-500italic.svg#Livvic") format("svg");
  /* Legacy iOS */
}
/* livvic-600 - latin */
@font-face {
  font-family: "Livvic";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/livvic-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/livvic-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/livvic-v13-latin-600.woff2") format("woff2"), url("/fonts/livvic-v13-latin-600.woff") format("woff"), url("/fonts/livvic-v13-latin-600.ttf") format("truetype"), url("/fonts/livvic-v13-latin-600.svg#Livvic") format("svg");
  /* Legacy iOS */
}
/* livvic-600italic - latin */
@font-face {
  font-family: "Livvic";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/livvic-v13-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/livvic-v13-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/fonts/livvic-v13-latin-600italic.woff2") format("woff2"), url("/fonts/livvic-v13-latin-600italic.woff") format("woff"), url("/fonts/livvic-v13-latin-600italic.ttf") format("truetype"), url("/fonts/livvic-v13-latin-600italic.svg#Livvic") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "rrreis-icons";
  src: url("/fonts/rrreis-icons.eot?#iefix") format("embedded-opentype"), url("/fonts/rrreis-icons.woff") format("woff"), url("/fonts/rrreis-icons.woff2") format("woff2"), url("/fonts/rrreis-icons.ttf") format("truetype"), url("/fonts/rrreis-icons.svg#rrreis-icons") format("svg");
}
.rrreis-icon:before {
  display: inline-block;
  font-family: rrreis-icons !important;
  font-style: normal;
  line-height: 1;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rrreis-halte:before {
  content: "";
}
.rrreis-haltetaxi:before {
  content: "";
}
.rrreis-rrreisplanner:before {
  content: "";
}
.rrreis-tram:before {
  content: "";
}
.rrreis-vignet:before {
  content: "";
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-md-3 {
    row-gap: 1rem !important;
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-md-5 {
    row-gap: 3rem !important;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    column-gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  position: fixed;
  /* Prevent overscroll */
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background: #fff;
  font-family: "Livvic", sans-serif;
  line-height: 150%;
  font-size: 14px;
  font-weight: normal;
}
.router-error-page {
  padding: 20px;
  max-width: 480px;
  overflow: auto;
}
.router-error-page .logo {
  display: block;
  width: 141px;
  height: 56px;
  margin-bottom: 1em;
}
.router-error-page h1 {
  font-size: 24px;
  margin-bottom: 0.66em;
}
#app {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
#app-layout {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
button {
  background: none;
  color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}
i.icon {
  position: relative;
}
i.icon.inline {
  margin-right: 0.5em;
  line-height: 1em;
  font-size: 1em;
}
i.icon.inline ~ sup.icon {
  margin-left: -0.65em;
  margin-right: 0.5em;
}
i.icon.size-small {
  font-size: 10px;
}
i.icon.size-normal {
  font-size: 12px;
}
i.icon.size-large {
  font-size: 16px;
}
i.icon.size-huge {
  font-size: 24px;
}
i.icon.size-mega {
  font-size: 36px;
}
/*Icons*/
.fa {
  font-size: 12px;
  line-height: 20px;
}
.fa.fa-14 {
  font-size: 14px;
  line-height: 20px;
}
.fa.fa-16 {
  font-size: 16px;
  line-height: 20px;
}
.fa.fa-18 {
  font-size: 18px;
  line-height: 20px;
}
.fa.fa-20 {
  font-size: 20px;
  line-height: 20px;
}
.fa.fa-25 {
  font-size: 25px;
  line-height: 25px;
}
.fa.fa-30 {
  font-size: 30px;
  line-height: 30px;
}
.fa.fa-35 {
  font-size: 35px;
  line-height: 35px;
}
sup.icon > i.fa {
  font-size: 0.75em;
}
code.code {
  background: #eff6fb;
  font-size: 13px;
  color: #d00000;
}
code.code.block {
  display: block;
  margin: 0;
  padding: 12px 15px;
  border: 3px dotted #d00000;
  min-height: 80px;
  max-height: 320px;
  overflow: auto;
}
code.code.small {
  font-size: 11px;
}
.timetable-top {
  flex: 0 0 auto;
}
.timetable-main {
  flex: 1 1 auto;
  overflow: auto;
  background: #eff6fb;
  padding: 12px 15px 0;
}
.rc-time-picker-panel {
  z-index: 10000 !important;
  font-size: 14px;
}
.rc-time-picker-panel-input,
.rc-time-picker-input {
  color: #000 !important;
  font-size: 14px !important;
  background: transparent !important;
}
#layers {
  z-index: 100000;
}
.color-primary {
  color: #0071b3 !important;
}
.bg-primary {
  background: #007bc2 !important;
  color: #fff !important;
}
.color-secondary {
  color: #007a4e !important;
}
.bg-secondary {
  background: #00965e !important;
  color: #fff !important;
}
.color-danger {
  color: #f98100 !important;
}
.bg-green {
  background: rgba(0, 150, 94, 0.067) !important;
  color: #00965e !important;
}
.color-favorite {
  color: #e0457b !important;
}
.bg-favorite {
  color: #fff !important;
  background: #e0457b !important;
}
.border-favorite {
  border: 1px solid #e0457b !important;
}
.bg-danger {
  background: #f98100 !important;
  color: #212529 !important;
}
.bg-red {
  background: #d00000 !important;
  color: #fff !important;
}
.color-red {
  color: #d00000 !important;
}
.form-section {
  margin-top: 1em;
}
.form-section > h4 {
  font-size: 18px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #007a4e;
  margin-bottom: 12px;
}
.split-screen-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
}
.split-screen-container > .map {
  position: relative;
  transition: height 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  .split-screen-container > .map {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.split-screen-container > .map > div:first-child {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .split-screen-container > .map > div:first-child:after {
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.5;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.33) 100%);
    z-index: 1350;
  }
}
.split-screen-container > .page-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  background: white;
  transition: top 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  .split-screen-container > .page-container {
    position: absolute;
    width: auto;
    min-width: 320px;
    max-width: calc(100% - 80px);
    min-height: 100px;
    max-height: calc(100% - 40px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    right: auto;
    bottom: auto;
    left: 48px;
    top: 20px !important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}
@media (max-width: 991.98px) {
  .split-screen-container {
    border-top: none;
  }
}
.split-screen-container .measuring-copy {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  left: -9999em;
  pointer-events: none;
}
.split-screen-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  color: inherit;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  /* Over the whole header */
}
.split-screen-button:focus {
  outline: none !important;
}
.split-screen-button:focus i.icon {
  outline: 2px solid #0071b3;
}
.split-screen-button:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: transparent;
}
.split-screen-button i.icon {
  font-size: 13px !important;
  padding: 4px 12px;
  margin-right: -12px;
}
@media (max-height: 320px) {
  .split-screen-button i.icon {
    top: -17px;
  }
}
.layout-header-rrreis {
  border-bottom: 1px solid #97979756;
}
@media (max-width: 991.98px) {
  .layout-header-rrreis {
    border-bottom: none;
    height: 77px;
  }
}
@media (max-width: 991.98px) and (max-height: 300px) {
  .layout-header-rrreis {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .layout-header-rrreis > .container {
    padding: 0 20px;
  }
}
.layout-header-rrreis > .container > .main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .layout-header-rrreis > .container > .main {
    height: 77px;
  }
}
@media (max-width: 991.98px) and (max-height: 300px) {
  .layout-header-rrreis > .container > .main {
    height: 50px;
  }
}
.layout-header-rrreis > .container > .main .logo {
  /* Mobile size */
  width: 141px;
  height: 56px;
  /* Desktop size */
}
@media (min-width: 992px) {
  .layout-header-rrreis > .container > .main .logo {
    width: 182px;
    height: 70px;
  }
}
@media (max-height: 300px) {
  .layout-header-rrreis > .container > .main .logo {
    height: 33px;
  }
  .layout-header-rrreis > .container > .main .logo > svg {
    max-height: 100%;
  }
}
.layout-header-rrreis > .container > .main .desktop {
  flex-direction: column;
  justify-content: flex-end;
}
.layout-header-rrreis > .container > .main .meta-and-language {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 13px 0 16px;
}
.layout-header-rrreis > .container > .main .meta-and-language > * {
  font-size: 18px;
  line-height: 30px;
}
.layout-header-rrreis > .container > .main .meta-and-language > * a {
  color: #212529;
  text-decoration: none;
  display: inline-block;
  margin: 0 14px;
}
.layout-header-rrreis > .container > .main .meta-and-language > * a:hover {
  text-decoration: underline;
}
.layout-header-rrreis > .container > .main .meta-and-language > * a:last-child {
  margin-right: 0;
}
.layout-header-rrreis .skip-link {
  position: absolute;
  top: 12px;
  left: -9999em;
  background: #007bc2;
  border-radius: 8px;
  padding: 12px 15px;
  font-family: "Livvic", sans-serif;
  z-index: 9999;
}
.layout-header-rrreis .skip-link:focus {
  color: white !important;
  left: 12px;
  text-decoration: underline;
}
.layout-header-rrreis .header-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout-header-rrreis .header-navigation .header-navigation-item {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 0 16px;
  border-bottom: 4px solid transparent;
  margin: 0 20px;
  position: relative;
}
.layout-header-rrreis .header-navigation .header-navigation-item > a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.layout-header-rrreis .header-navigation .header-navigation-item > a i {
  font-size: 0.8em !important;
}
.layout-header-rrreis .header-navigation .header-navigation-item:first-child {
  margin-left: 0;
}
.layout-header-rrreis .header-navigation .header-navigation-item:last-child {
  margin-right: 0;
}
.layout-header-rrreis .header-navigation .header-navigation-item:hover, .layout-header-rrreis .header-navigation .header-navigation-item:focus {
  color: #0071b3;
}
.layout-header-rrreis .header-navigation .header-navigation-item.isActive {
  color: #0071b3;
  border-bottom-color: #007bc2;
}
.layout-header-rrreis .header-navigation .header-navigation-item.isSelected {
  background: #eff6fb;
}
.layout-header-rrreis .header-navigation .header-navigation-item i {
  display: block;
  margin-left: 0.5em;
  font-size: 0.75em;
  line-height: 40px;
}
.layout-header-rrreis .header-navigation .header-navigation-item i:first-child {
  font-size: 1em;
  margin-left: 0;
}
.layout-header-rrreis .header-navigation .header-navigation-item nav.sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 345px;
  background: white;
  padding: 15px 0;
  z-index: 12000;
  text-align: left;
  font-size: 16px;
  display: none;
  list-style: none;
  border-top: 1px solid #97979756;
  box-shadow: #0001 0 2px 2px 2px;
  /* Nested */
}
.layout-header-rrreis .header-navigation .header-navigation-item nav.sub-menu.isOpen {
  display: block;
}
.layout-header-rrreis .header-navigation .header-navigation-item nav.sub-menu .header-navigation-item {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
  padding: 0;
}
.layout-header-rrreis .header-navigation .header-navigation-item nav.sub-menu .header-navigation-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  color: #212529;
}
.layout-header-rrreis .header-navigation .header-navigation-item nav.sub-menu .header-navigation-item a i {
  color: #0071b3;
  margin-right: 15px;
  display: inline-block;
  font-size: 0.85em;
}
.layout-header-rrreis .header-navigation .header-navigation-item nav.sub-menu .header-navigation-item a:hover {
  background: #eff6fb;
  color: #0071b3;
}
.layout-header-rrreis .mobile-menu button {
  background: none;
  border: none;
  font-size: 21px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  border-radius: none;
  padding: 0;
}
.layout-header-rrreis .mobile-menu button i.fa {
  font-size: 1.2em;
  margin-left: 12px;
  margin-right: 0;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu {
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 13000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 62px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 -30px;
  padding: 0 30px;
  position: relative;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item > a {
  color: inherit;
  text-decoration: none;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item:hover, .layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item.active {
  color: #0071b3;
  background: #eff6fb;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item.active {
  border-bottom-color: #007bc2;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item.meta {
  font-size: 18px;
  font-family: "Livvic", sans-serif;
  font-weight: normal;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item i {
  display: block;
  margin-left: 0.5em;
  font-size: 0.75em;
  line-height: 40px;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul li.mobile-menu-item i:first-child {
  font-size: 1em;
  margin-left: 0;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul > li.sub ul {
  background: #eff6fb;
  border-bottom: 4px solid #007bc2;
  list-style: none;
  margin: 0 -30px;
  padding: 0 30px;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul > li.sub ul > li {
  font-family: "Livvic", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul > li.sub ul > li > a {
  display: flex;
  align-items: center;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul > li.sub ul > li i {
  font-size: 0.9em;
  display: block;
  margin-right: 1em;
  color: #0071b3;
}
.layout-header-rrreis .mobile-menu > .mobile-menu-menu > ul > li.sub ul > li:last-child {
  margin-bottom: 24px;
}
.page-header {
  padding: 20px 15px 15px;
  position: relative;
  color: #007a4e;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page-header {
    padding-top: 15px;
  }
}
.page-header > i.icon {
  margin-left: 0;
  line-height: 1 !important;
  margin-right: 8px;
}
.page-header h2 {
  min-width: 0;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.05;
  margin: 0;
}
.page-header .title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}
.page-header .title a {
  color: inherit;
  text-decoration: underline;
}
.page-header .title.bigTitle h2 {
  font-size: 36px;
}
.page-header .back-button a {
  display: block;
  font-size: 24px;
  color: #212529;
  padding: 8px 0 0 0;
}
.page-header .back-button a i {
  font-size: inherit;
}
.page-header .tools {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
}
.page-header .page-breadcrumb {
  font-size: 11px;
  line-height: 1;
  margin-bottom: 4px;
  max-width: 100%;
  color: #212529;
  font-style: italic;
}
.page-header .page-breadcrumb > * {
  display: inline-block;
}
.page-header .page-breadcrumb > *:not(:last-child):after {
  content: ">";
  display: inline;
  margin: 0 4px;
}
.page-header .page-breadcrumb > a {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .page-header .page-breadcrumb > a:hover {
    text-decoration: underline !important;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-breadcrumb {
    pointer-events: none;
  }
}
.reisplanner-page {
  min-width: 100%;
  min-height: 120px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
}
.reisplanner-page.noShrinking > * {
  flex-shrink: 0;
}
@media (max-height: 300px) {
  .reisplanner-page {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .reisplanner-page.normal {
    max-width: 360px;
    width: 360px;
  }
  .reisplanner-page.medium {
    max-width: 400px;
    width: 400px;
  }
  .reisplanner-page.wide {
    max-width: 520px;
    width: 520px;
  }
  .reisplanner-page.very-wide {
    max-width: 760px;
    width: 760px;
  }
}
.reisplanner-page > .content {
  background: white;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.reisplanner-page > .content.disableScrolling {
  overflow: hidden;
}
.reisplanner-page > .content > .content-main {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.reisplanner-page > .content.scrolling {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reisplanner-page > .content.scrolling > .content-main {
  overflow: visible;
}
@media (max-height: 300px) {
  .reisplanner-page > .content, .reisplanner-page > .content.scrolling {
    overflow: visible;
    overflow-y: visible;
  }
}
.reisplanner-select > .control,
.reisplanner-select .mobile-select-modal > .control {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #737575;
  box-shadow: inset 0 1px 5px 0 rgba(177, 179, 179, 0.4);
  background: white;
  overflow: hidden;
}
.reisplanner-select > .control:hover,
.reisplanner-select .mobile-select-modal > .control:hover {
  border-color: #999;
}
.reisplanner-select > .control.hasFocus,
.reisplanner-select .mobile-select-modal > .control.hasFocus {
  border-color: #007bc2;
}
.reisplanner-select > .control > *,
.reisplanner-select .mobile-select-modal > .control > * {
  flex: 0 0 auto;
}
.reisplanner-select > .control > label,
.reisplanner-select .mobile-select-modal > .control > label {
  margin: 0;
  margin-bottom: 0 !important;
  padding-left: 15px;
  width: 66px;
  font-size: 18px;
  font-family: "Livvic", sans-serif;
  flex-shrink: 0;
  user-select: none;
}
.reisplanner-select > .control > .icon-wrapper,
.reisplanner-select .mobile-select-modal > .control > .icon-wrapper {
  padding-left: 15px;
  font-size: 16px;
  color: #212529;
}
.reisplanner-select > .control > .icon-wrapper > *,
.reisplanner-select .mobile-select-modal > .control > .icon-wrapper > * {
  font-size: inherit;
}
.reisplanner-select > .control.hasFocus > .icon-wrapper,
.reisplanner-select .mobile-select-modal > .control.hasFocus > .icon-wrapper {
  color: #0071b3;
}
.reisplanner-select > .control > .input-and-value,
.reisplanner-select .mobile-select-modal > .control > .input-and-value {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  font-size: 18px;
}
.reisplanner-select > .control > .input-and-value > .value,
.reisplanner-select .mobile-select-modal > .control > .input-and-value > .value {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 15px 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  pointer-events: none;
  gap: 8px;
}
.reisplanner-select > .control > .input-and-value > .value .icon,
.reisplanner-select .mobile-select-modal > .control > .input-and-value > .value .icon {
  font-size: inherit;
}
.reisplanner-select > .control > .input-and-value > .value span,
.reisplanner-select .mobile-select-modal > .control > .input-and-value > .value span {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reisplanner-select > .control > .input-and-value input,
.reisplanner-select .mobile-select-modal > .control > .input-and-value input {
  background: transparent;
  color: inherit;
  border: none;
  outline: none;
  padding: 15px 15px;
  width: 100%;
}
.reisplanner-select > .control .loading,
.reisplanner-select .mobile-select-modal > .control .loading {
  color: #007bc2;
  padding: 4px 8px;
}
.reisplanner-select > .control .arrow,
.reisplanner-select .mobile-select-modal > .control .arrow {
  padding: 4px 12px;
  border-left: 1px solid #97979756;
  color: #007bc2;
}
select.reisplanner-select {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 48px;
  font-family: "Livvic", sans-serif;
  color: #212529;
  border-radius: 4px;
  border: 1px solid #737575;
  box-shadow: inset 0 1px 5px 0 rgba(177, 179, 179, 0.4);
  background: white;
}
.reisplanner-select-menu-container {
  border: 1px solid #97979756;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.05);
}
.reisplanner-select-menu-container .reisplanner-select-menu {
  max-height: 350px;
  overflow-y: auto;
}
.reisplanner-select-menu {
  min-height: 80px;
  position: relative;
  overflow-y: auto;
}
.reisplanner-select-menu .no-options,
.reisplanner-select-menu .search-instructions {
  padding: 25px 30px;
  text-align: center;
  color: #212529;
}
.reisplanner-select-menu .options > .option {
  display: flex;
  gap: 12px;
  padding: 12px 15px;
  border-bottom: 1px solid #97979756;
  font-size: 18px;
}
.reisplanner-select-menu .options > .option .icon {
  font-size: inherit;
}
.reisplanner-select-menu .options > .option .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  opacity: 0.7;
  font-size: 13px;
}
.reisplanner-select-menu .options > .option .meta > * {
  display: inline-flex;
}
@media (hover: hover) {
  .reisplanner-select-menu .options > .option:hover, .reisplanner-select-menu .options > .option.hasFocus {
    color: #0071b3;
    background: #eff6fb;
    cursor: pointer;
  }
}
.reisplanner-select-menu .options > .option.isSelected {
  background: #007bc2;
  color: #fff;
}
.mobile-select-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99998;
}
.mobile-select-modal {
  z-index: 99999;
  position: fixed;
  margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 1px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
@supports (-webkit-touch-callout: none) {
  .mobile-select-modal {
    /* CSS specific to iOS devices */
    bottom: 270px;
  }
}
.mobile-select-modal > .control {
  margin: 15px;
  flex: 0 0 auto;
}
.form-field {
  margin-bottom: 12px;
  margin-bottom: 20px;
}
.form-field label {
  display: block;
  font-size: 13px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: inherit;
  margin-bottom: 6px;
}
.form-field.styledInput input[type=text],
.form-field.styledInput input[type=number],
.form-field.styledInput input[type=email],
.form-field.styledInput input[type=date] {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #a9abb3 #d3d5e0 #d3d5e0 #a9abb3;
  box-shadow: inset 0 1px 5px 0 rgba(177, 179, 179, 0.4);
  padding: 14px 15px 15px;
  border-radius: 4px;
  font-size: 16px;
}
.form-field.styledInput input[type=text]:focus,
.form-field.styledInput input[type=number]:focus,
.form-field.styledInput input[type=email]:focus,
.form-field.styledInput input[type=date]:focus {
  outline: none;
}
.form-field.block {
  display: block;
}
.form-field.block > *,
.form-field.block .react-datepicker-wrapper,
.form-field.block input[type=text],
.form-field.block input[type=date] {
  width: 100%;
}
.form-field .help {
  margin-top: 6px;
  font-size: 12px;
  color: #212529;
  display: flex;
  align-items: center;
  line-height: 1.25;
}
section.content {
  padding: 15px 15px;
  clear: both;
}
section.content.themed {
  background: none;
}
section.content.intro {
  background: none;
  border-bottom: none;
}
section.content.intro > p {
  color: #212529;
}
section.content.gray {
  background: #eff6fb;
}
section.content.gray > p {
  color: #212529;
}
section.content.big {
  font-size: 18px;
}
section.content.big .title {
  font-size: 1.25em;
  margin-bottom: 1em;
}
section.content > p {
  line-height: 1.5;
}
section.content > p:last-child {
  margin-bottom: 0;
}
section.content > p.large {
  font-size: 18px;
}
section.content > h4 {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 16px;
}
section.content > h4:first-child {
  margin-top: 0;
}
section.content > .title {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #007a4e;
  display: block;
  font-size: 16px;
}
section.content .content-button {
  margin: 0 0 8px;
}
ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
ul.list.striped > li:nth-child(2n+1) {
  background: #eff6fb;
}
ul.list.bordered > li:not(:last-child) {
  border-bottom: #97979756;
}
ul.list.padded > li {
  padding: 8px 15px;
}
ul.list.in-section {
  margin: 0 -15px;
}
ul.list.small {
  font-size: 11px;
}
ul.list li.list-item {
  padding: 15px;
  color: #404040;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 4px;
}
ul.list li.list-item > a,
ul.list li.list-item > main,
ul.list li.list-item > .list-item-expand-toggler {
  display: flex;
}
ul.list li.list-item > a {
  padding: 12px 15px;
  margin: -12px -15px;
}
ul.list li.list-item > a,
ul.list li.list-item > a > main {
  flex: 1 1 auto;
}
ul.list li.list-item > main {
  flex: 1 1 auto;
  flex-direction: column;
}
ul.list li.list-item a,
ul.list li.list-item a.list-item-title,
ul.list li.list-item button.list-item-title,
ul.list li.list-item a.item-link {
  color: inherit !important;
  text-decoration: none;
}
ul.list li.list-item a:hover .list-item-title-main,
ul.list li.list-item a.list-item-title:hover .list-item-title-main,
ul.list li.list-item button.list-item-title:hover .list-item-title-main,
ul.list li.list-item a.item-link:hover .list-item-title-main {
  text-decoration: underline;
}
ul.list li.list-item a:hover .list-item-link-arrow,
ul.list li.list-item a.list-item-title:hover .list-item-link-arrow,
ul.list li.list-item button.list-item-title:hover .list-item-link-arrow,
ul.list li.list-item a.item-link:hover .list-item-link-arrow {
  color: #333;
}
ul.list li.list-item.hover .list-item-title-main {
  text-decoration: underline;
}
ul.list li.list-item.hover .list-item-link-arrow {
  color: #333;
}
ul.list li.list-item em {
  font-weight: bold;
  font-style: normal;
}
ul.list li.list-item.selected {
  background: #00965e;
  color: white;
}
ul.list li.list-item.with-context {
  border-left: 4px solid #97979756;
}
ul.list li.list-item.with-context.danger {
  border-left-color: #d00000;
}
ul.list li.list-item.with-context.warning {
  border-left-color: #ca4f1c;
}
ul.list li.list-item.with-context.success {
  border-left-color: #00965e;
}
ul.list li.list-item.narrow {
  padding-top: 8px;
  padding-bottom: 8px;
}
ul.list li.list-item .list-item-title {
  font-family: "Livvic", sans-serif;
  font-size: 16px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
}
ul.list li.list-item .list-item-title .list-item-title-main {
  flex: 1 1 auto;
}
ul.list li.list-item .list-item-title i.icon {
  align-self: flex-start;
  margin-left: 8px;
  color: #666;
}
ul.list li.list-item ul.list-item-meta {
  display: inline-block;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 13px;
  color: #999999;
}
ul.list li.list-item ul.list-item-meta > * {
  display: inline;
}
ul.list li.list-item ul.list-item-meta > *:not(:last-child):after {
  content: " - ";
}
ul.list li.list-item ul.list-item-lines {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 12px;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #999999;
}
ul.list li.list-item ul.list-item-lines > * {
  display: flex;
  align-items: center;
  gap: 4px;
}
ul.list li.list-item .list-item-buttons {
  margin: 8px -15px -12px -15px;
}
ul.list li.list-item i.icon.title {
  font-size: 1em;
  margin-right: 0.5em;
}
ul.list li.list-item i.list-item-custom-icon {
  margin-right: 0.5em;
  font-size: 1em;
}
ul.list li.list-item i.icon.expand {
  width: 12px;
  text-align: center;
  margin-right: 8px;
}
ul.list li.list-item .list-item-expand-toggler:hover, ul.list li.list-item .list-item-expand-toggler:focus {
  cursor: pointer;
}
ul.list li.list-item .list-item-expand-toggler:hover .list-item-title-main, ul.list li.list-item .list-item-expand-toggler:focus .list-item-title-main {
  text-decoration: uØnderline;
}
ul.list .list-item-expanded-content {
  padding: 0 15px;
}
nav.link-list {
  margin: 1em 0;
}
nav.link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
nav.link-list ul > li a {
  display: block;
  padding: 15px 15px;
  color: #212529;
  text-decoration: none;
}
nav.link-list ul > li a i.fa {
  color: #0071b3;
  font-size: 0.85em;
  margin-right: 1em;
}
nav.link-list ul > li a:hover {
  background: #eff6fb;
  color: #0071b3;
}
li.colorful > div,
li.colorful a {
  display: block;
  font-family: "Livvic", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 15px;
  text-decoration: none;
  color: white;
}
li.colorful > div:hover .label, li.colorful > div:focus .label,
li.colorful a:hover .label,
li.colorful a:focus .label {
  text-decoration: underline;
}
li.colorful > div i,
li.colorful a i {
  font-size: inherit;
  margin-right: 0.5em;
}
.map-marker.destination-marker {
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 1px 2px rgba(51, 51, 51, 0.5));
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  width: 50px;
  line-height: 1em;
  font-size: 12px;
  position: relative;
}
.map-marker.destination-marker i.fa {
  font-size: 20px;
}
.map-marker.destination-marker label {
  margin-top: 8px;
  font-family: "Livvic", sans-serif;
  font-size: 16px;
  color: #212529;
}
.map-marker.stop-summary-marker {
  font-family: "Livvic", sans-serif;
}
.map-marker.stop-summary-marker .circle {
  background: #0ff;
  width: 16px;
  height: 16px;
  opacity: 0.2;
  border-radius: 50%;
  pointer-events: all;
  position: relative;
}
.map-marker.stop-summary-marker .circle:after {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
}
.map-marker.stop-summary-marker .circle.isActive {
  opacity: 1;
}
.map-marker.stop-summary-marker .circle.bus {
  background: #404040;
}
.map-marker.stop-summary-marker .circle.train {
  background: #404040;
}
.map-marker.stop-summary-marker label {
  position: absolute;
  left: 20px;
  top: 0;
  white-space: nowrap;
  pointer-events: none;
  text-transform: none;
  font-weight: 700;
  color: #404040;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 4px;
  border-radius: 4px;
  /* Not visible at first zoom level */
}
.zoom-14 .map-marker.stop-summary-marker label {
  display: none;
}
.map-marker.stop-summary-marker .details {
  font-size: 12px;
  pointer-events: none;
  padding: 8px 12px;
  background: #fff;
  color: #404040;
  width: 190px;
  position: absolute;
  top: 0;
  left: 20px;
  border-left: 2px solid #404040;
}
.map-marker.stop-summary-marker .details h4 {
  font-family: "Livvic", sans-serif;
  font-size: 14px;
}
.map-marker.stop-summary-marker .details ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.map-marker.stop-summary-marker .lines {
  font-size: 12px;
  pointer-events: none;
  padding: 2px 6px;
  background: #fff;
  color: #404040;
  position: absolute;
  top: 0;
  left: 20px;
  width: 136px;
  border-left: 3px solid #404040;
}
.map-marker.stop-summary-marker .lines ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.map-marker.stop-summary-marker .lines ul > * {
  margin-right: 4px;
}
.map-marker.place-marker .icon {
  opacity: 0.5;
}
.map-marker.place-marker label {
  font-family: "Livvic", sans-serif;
  pointer-events: none;
  position: absolute;
  top: 0;
  border-radius: 4px;
  white-space: nowrap;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.75);
  line-height: 1em;
  font-size: 12px;
}
.map-marker.place-marker.isActive label {
  font-size: 16px;
}
.map-marker.trip-vehicle-marker {
  width: 54px;
  height: 54px;
  position: relative;
  background: #00965e;
  color: white;
  border-radius: 27px;
  text-align: center;
  border: 2px solid white;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  /* Curves (small, large) */
}
.map-marker.trip-vehicle-marker:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  border-radius: 7px 0 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
.map-marker.trip-vehicle-marker:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  border-radius: 14px 0 0;
  position: absolute;
  left: 6px;
  top: 6px;
}
.map-marker.trip-vehicle-marker > i:first-child {
  font-size: 24px !important;
  line-height: 50px;
  position: relative;
}
.map-marker.trip-stop-marker {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: relative;
  background: #00965e;
  border-radius: 27px;
  text-align: center;
  border: 1px solid white;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.map-marker.trip-stop-marker,
.map-marker.trip-stop-marker > * {
  font-size: 18px !important;
  line-height: 30px !important;
  color: white;
}
.map-marker.label-marker {
  bottom: 12px;
  position: absolute;
  left: -75px;
  width: 150px;
  text-align: center;
}
.map-marker.label-marker .content {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 1px 2px rgba(51, 51, 51, 0.22));
  padding: 8px 8px;
  display: inline-block;
  border-radius: 4px;
  max-width: 120px;
  line-height: 1em;
  position: relative;
}
.map-marker.label-marker .content:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  margin-left: -4px;
}
.map-marker.label-marker .content label {
  font-size: 13px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
}
.map-marker.directions-call-marker .circle {
  background: #0ff;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  /* Small */
}
.map-marker.directions-call-marker .circle:after {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
}
.zoom-9 .map-marker.directions-call-marker .circle, .zoom-10 .map-marker.directions-call-marker .circle, .zoom-11 .map-marker.directions-call-marker .circle, .zoom-12 .map-marker.directions-call-marker .circle {
  margin-left: 3px;
  margin-top: 3px;
  width: 10px;
  height: 10px;
}
.zoom-9 .map-marker.directions-call-marker .circle:after, .zoom-10 .map-marker.directions-call-marker .circle:after, .zoom-11 .map-marker.directions-call-marker .circle:after, .zoom-12 .map-marker.directions-call-marker .circle:after {
  width: 6px;
  height: 6px;
  top: 2px;
  left: 2px;
}
.map-marker.directions-call-marker label {
  position: absolute;
  left: 20px;
  top: 0;
  white-space: nowrap;
  pointer-events: none;
  text-transform: none;
  font-weight: 700;
  color: #404040;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 4px;
  border-radius: 4px;
  /* Not visible at first zoom levels */
}
.zoom-9 .map-marker.directions-call-marker label, .zoom-10 .map-marker.directions-call-marker label, .zoom-11 .map-marker.directions-call-marker label, .zoom-12 .map-marker.directions-call-marker label, .zoom-13 .map-marker.directions-call-marker label {
  display: none;
}
.action-button {
  border: none;
  background: #007bc2;
  color: white;
  padding: 17px 20px;
  line-height: 1;
  font-weight: bold;
  font-family: "Livvic", sans-serif;
  font-size: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  text-align: center;
}
.action-button i.fa {
  font-size: 12px;
}
.action-button:focus {
  outline-color: #e0457b !important;
}
.action-button span {
  line-height: 1;
}
.action-button.block {
  display: block;
  width: 100%;
}
.action-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.content-button {
  padding: 12px 15px;
  margin: 8px 15px;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
}
.content-button > a {
  margin: -12px -15px;
  padding: 12px 15px;
}
.content-button > * {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  color: inherit !important;
  align-items: center;
  justify-content: center;
  background: none;
  text-decoration: none;
}
.content-button > * .icon-wrapper.whatsapp {
  background: #25d366;
  display: flex;
  width: 1.55em;
  height: 1.55em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.content-button > * .icon-wrapper.whatsapp > .fa {
  font-size: 1em;
  color: white;
}
.content-button > * a,
.content-button > * a:hover,
.content-button > * a:focus {
  color: inherit !important;
  text-decoration: none;
  font-size: inherit;
}
@media (hover: hover) {
  .content-button > *:hover > span {
    text-decoration: underline;
  }
}
.content-button.full {
  margin: 0;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 18px;
  background: #00965e;
}
.content-button.plain {
  background: #eff6fb;
}
.content-button.inline {
  display: inline-flex;
  margin: 0;
}
.content-button.centered {
  justify-content: center;
}
nav.tabs {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 12px 15px 0;
  border-bottom: 2px solid #007bc2;
}
nav.tabs > a {
  display: block;
  padding: 12px 32px;
  text-decoration: none;
  color: white;
  background: #00965e;
  border-radius: 4px 4px 0 0;
  margin-right: -4px;
}
nav.tabs > a:hover, nav.tabs > a:focus {
  text-decoration: underline;
}
nav.tabs > a.active {
  background: #007bc2;
  pointer-events: none;
}
nav.tabs .buttons {
  margin-left: 8px;
  text-align: right;
  flex-grow: 1;
}
.wheelchair-icon {
  position: relative;
  padding-right: 0.125em;
}
.wheelchair-icon > * {
  font-size: inherit !important;
}
.wheelchair-icon .icon.warning,
.wheelchair-icon .icon.valid {
  color: #f98100 !important;
  font-size: 0.65em !important;
  position: absolute;
  right: -0.25em;
  top: -0.5em;
}
.wheelchair-icon .icon.valid {
  color: #00965e !important;
}
.color-circle {
  border-radius: 100%;
  position: relative;
}
.color-circle:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #ffffff99;
  border-radius: 50%;
}
.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.7);
}
.loading-overlay > div {
  text-align: center;
}
.loading-overlay.delayed {
  /* Keyframes for the fade-in */
  opacity: 0;
  animation: fade-in 0.25s ease;
  animation-delay: 250ms;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loading-overlay label {
  font-size: 11px;
  opacity: 0.5;
}
.progress-line {
  display: flex;
  height: 3px;
  background: #eff6fb;
}
.progress-line.top {
  margin-bottom: -3px;
}
.progress-line.bottom {
  margin-top: -3px;
}
.progress-line.positionAbsolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.progress-line .filled {
  background: #007bc2;
  width: 100%;
  flex: 1;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0, 0, 0.42, 1);
}
.loading-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(33, 37, 41, 0.5);
  gap: 16px;
  padding: 32px;
  font-size: 32px;
}
.loading-message > * {
  display: block;
}
.loading-message label {
  font-size: 12px;
}
.todo-placeholder {
  border: 4px dotted #e0457b;
  background: #fff;
  color: #e0457b;
  display: flex;
  gap: 12px;
  font-family: "Courier New", Courier, monospace;
  padding: 12px;
  border-radius: 4px;
}
.app-banner {
  background: #999;
  color: white;
  display: flex;
  gap: 12px;
  padding: 12px 15px;
  flex-shrink: 0;
  font-family: "Livvic", sans-serif;
  font-size: 16px;
}
.app-banner .main,
.app-banner > a {
  line-height: 1.5;
  display: flex;
  flex: 1;
  gap: 12px;
  align-items: center;
}
.app-banner > a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .app-banner > a:hover .message-content, .app-banner > a:focus .message-content {
    text-decoration: underline;
  }
}
.app-banner.info {
  background: #007bc2;
}
.app-banner.green {
  background: rgba(0, 150, 94, 0.15);
  color: #00965e !important;
}
.app-banner.notification {
  background: #f98100;
  color: #212529 !important;
}
.app-banner.error, .app-banner.warning, .app-banner.info, .app-banner.green, .app-banner.notification {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.app-banner.error .message-icon, .app-banner.warning .message-icon, .app-banner.info .message-icon, .app-banner.green .message-icon, .app-banner.notification .message-icon {
  color: inherit;
  font-size: 20px;
}
.app-banner.error ul.lines-list, .app-banner.warning ul.lines-list, .app-banner.info ul.lines-list, .app-banner.green ul.lines-list, .app-banner.notification ul.lines-list {
  color: inherit;
}
.app-banner.error, .app-banner.warning {
  background: #f98100;
  font-size: 18px;
  padding: 18px 15px;
  border-radius: 8px;
}
.app-banner.inline {
  color: #f98100;
  background: transparent;
  border-top: rgba(0, 123, 194, 0.25);
  padding-left: 12px;
}
.app-banner.inline .message-icon {
  margin-right: 31px;
}
.app-banner.bottomMargin {
  margin-bottom: 1em;
}
.app-banner.topMargin {
  margin-top: 1em;
}
.app-banner.small {
  font-size: 13px;
}
.app-banner.small i.fa:not(.fa-times) {
  font-size: 16px !important;
  margin-top: 0;
}
.app-banner ul.lines-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #212529;
}
.app-banner ul.lines-list > * {
  display: block;
  margin-right: 12px;
  text-align: center;
  font-size: 11px;
}
.app-banner ul.lines-list > * i.fa {
  font-size: 16px;
  margin-bottom: 2px;
  display: block;
}
.app-banner .message {
  flex: 1;
}
.app-banner .message .message-content a {
  display: inline;
  text-decoration: underline;
  color: inherit;
}
.app-banner .message .message-content p:last-child {
  margin-bottom: 0;
}
.app-banner .message .message-icon {
  font-size: 18px !important;
  margin-right: 12px;
  margin-top: 3px;
}
.app-banner .valid-from {
  font-style: italic;
  font-size: 12px;
  opacity: 0.8;
}
.app-banner .close-icon {
  font-size: 16px;
  opacity: 0.7;
}
.app-banner .close-icon:hover, .app-banner .close-icon:focus {
  cursor: pointer;
  opacity: 1;
}
.ad-banner {
  color: white;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: "Livvic", sans-serif;
}
.ad-banner .ad-banner-icon {
  font-size: 20px !important;
  margin-top: 4px;
  width: 23px;
}
.ad-banner .close-icon {
  font-size: 12px;
  margin-left: 20px;
  opacity: 0.7;
}
.ad-banner .close-icon:hover, .ad-banner .close-icon:focus {
  cursor: pointer;
  opacity: 1;
}
.ad-banner .main {
  flex: 1;
}
.ad-banner .main a {
  color: inherit;
}
.filters.container .filter {
  padding: 8px 15px;
  color: #212529;
}
.filters.container .filter label {
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 767.98px) {
  .filters.container {
    padding-bottom: 8px;
  }
}
.in-page-navigation-buttons {
  display: flex;
  border-top: 1px solid #97979756;
  border-bottom: 1px solid #97979756;
  flex-shrink: 0;
}
.in-page-navigation-buttons > * {
  width: 50%;
  margin: 0;
  border-radius: 0;
  background: white !important;
  color: #212529 !important;
  font-size: 16px;
  border-left: 1px solid #97979756;
}
.in-page-navigation-buttons > * i {
  color: #0071b3;
}
.in-page-navigation-buttons > *:first-child {
  border-left: none;
}
.in-page-navigation-buttons.single-button > * {
  width: 100%;
}
.in-page-navigation-buttons.single-button > * a {
  justify-content: flex-start;
}
a.arrow-link {
  font-size: inherit;
  text-decoration: none;
  color: #0071b3;
}
a.arrow-link > span {
  text-decoration: underline;
  color: #212529;
}
.input-wrapper {
  position: relative;
  display: inline-block;
}
.input-wrapper.fluid {
  display: block;
}
.input-wrapper.fluid input {
  width: 100%;
}
.input-wrapper.margined {
  margin: 8px 15px;
}
.input-wrapper.iconLeft input {
  padding-left: 45px;
}
.input-wrapper i {
  position: absolute;
  top: 10px;
  line-height: 30px;
  font-size: 21px;
}
.input-wrapper i:first-child {
  left: 15px;
}
.input-wrapper i:last-child {
  right: 15px;
}
.input-wrapper input {
  background: #ffffff;
  border: 1px solid #737575;
  box-shadow: inset 0 1px 5px 0 rgba(177, 179, 179, 0.4);
  border-radius: 4px;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px;
}
.input-wrapper input:focus {
  outline-color: #007bc2;
}
.input-wrapper input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #565858;
  opacity: 1;
  /* Firefox */
}
.labeled-input {
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #737575;
  box-shadow: inset 0 1px 5px 0 rgba(177, 179, 179, 0.4);
  background: white;
  overflow: hidden;
}
.labeled-input > span {
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
}
.labeled-input input {
  padding: 16px 0;
  width: 100%;
  border: none;
  background: transparent;
}
.labeled-input input:focus {
  outline: none;
}
.labeled-input.disabled {
  pointer-events: none;
  background: #eff6fb;
}
.labeled-input.without-label {
  padding-left: 8px;
}
.labeled-input > label {
  margin: 0;
  margin-bottom: 0 !important;
  width: 75px;
  padding-left: 18px;
  font-size: 18px;
  font-family: "Livvic", sans-serif;
  flex-shrink: 0;
  user-select: none;
}
label.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.radio-group > * {
  margin-right: 20px;
}
.radio-group input {
  margin-right: 0.5em;
}
.radio-tabs {
  display: block;
}
.radio-tabs .radio-tabs-items {
  display: inline-flex;
  flex-direction: row;
  border-bottom: 1px solid #97979756;
}
.radio-tabs .radio-tabs-items:focus > *.active {
  background: #eff6fb;
}
.radio-tabs .radio-tabs-items.small > * {
  font-size: 14px;
}
.radio-tabs .radio-tabs-items > * {
  font-size: 18px;
  line-height: 48px;
  color: #212529;
  cursor: pointer;
  margin-right: 20px;
}
.radio-tabs .radio-tabs-items > *.active {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #0071b3;
  border-bottom: 3px solid #007bc2;
  margin-bottom: -1px;
}
.radio-tabs .radio-tabs-items > *:hover {
  color: #0071b3;
}
.radio-tabs .radio-tabs-items > *:last-child {
  margin-right: 0;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  border-color: #0071b3 !important;
}
h3.line-list-category {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #0071b3;
  margin: 30px 15px 15px;
}
h3.line-list-category:first-of-type {
  margin-top: 15px;
}
ul.line-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.line-list > li {
  color: #212529;
  padding: 8px 0;
}
ul.line-list > li:not(:last-child) {
  border-bottom: 1px solid #97979733;
}
ul.line-list > li > a {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  color: inherit;
}
ul.line-list > li > a:hover .name {
  text-decoration: underline;
}
ul.line-list > li:nth-child(2n+1) {
  background: #eff6fb;
}
ul.line-list .left {
  flex-shrink: 0;
  width: 80px;
  padding: 8px 15px;
}
ul.line-list .number {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
ul.line-list .number i {
  font-size: inherit;
  margin-right: 0.5em;
}
ul.line-list .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 15px;
  gap: 4px;
}
ul.line-list .main .name {
  font-family: "Livvic", sans-serif;
  font-size: 16px;
  flex: 1 1 auto;
}
ul.line-list .main .footnotes {
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 8px;
  color: #212529;
}
ul.line-list .main .footnotes > div {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
ul.line-list .icons {
  padding: 0 15px 0;
  color: #0071b3;
  display: flex;
  align-items: center;
  gap: 8px;
}
ul.line-list .icons > .icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  border-radius: 100%;
}
ul.line-list .icons > .icon > * {
  font-size: 11px;
  line-height: 20px;
}
ul.line-list .icons > .icon > *.reserveerrreis-icon {
  font-size: 13px;
}
.journey-accordeon {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex: 0 1 auto;
  overflow: hidden;
}
.journey-accordeon .journey-accordeon-item {
  flex: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.journey-accordeon .journey-accordeon-item.isSelected {
  flex: 1;
  overflow: hidden;
}
.journey-accordeon .journey-accordeon-item > h3 {
  display: flex;
  margin: 0;
  padding: 15px;
  background: #00965e;
  color: #fff;
}
.journey-accordeon .journey-accordeon-item > h3 > a {
  display: flex;
  width: 100%;
  flex-direction: row;
  color: inherit;
  text-decoration: none;
}
.journey-accordeon .journey-accordeon-item > h3 > a i:first-child {
  font-size: 18px;
  width: 28px;
}
.journey-accordeon .journey-accordeon-item > h3 > a .number,
.journey-accordeon .journey-accordeon-item > h3 > a .name {
  font-size: 16px;
}
.journey-accordeon .journey-accordeon-item > h3 > a .name {
  margin-left: 0.66em;
  flex-grow: 1;
  font-weight: normal;
}
.journey-accordeon .journey-accordeon-item > h3 > a:hover .name {
  text-decoration: underline;
}
.journey-accordeon .journey-accordeon-item > h3.selected {
  color: #0071b3;
  background: #eff6fb;
}
.journey-accordeon .journey-accordeon-item > h3.selected > a {
  pointer-events: none;
}
.journey-accordeon .journey-accordeon-item > h3 .icon.right {
  font-size: 14px;
}
.journey-accordeon .journey-accordeon-item .content {
  flex: 1;
  overflow-y: auto;
}
ul.stop-strip {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 12px 0 15px;
}
ul.stop-strip > li {
  display: flex;
  flex-direction: row;
  padding: 6px 15px;
  align-items: center;
}
ul.stop-strip > li > a {
  text-decoration: none;
  color: #404040;
}
ul.stop-strip > li > a:hover, ul.stop-strip > li > a:focus {
  text-decoration: underline;
}
ul.stop-strip .stop-circle {
  width: 17px;
  height: 17px;
  border: 4px solid #97979756;
  margin-right: 12px;
  border-radius: 50%;
}
ul.stop-strip .stop-circle.first, ul.stop-strip .stop-circle.last {
  border-color: #00965e;
}
.line-timetable-footnotes {
  border-top: 2px solid #97979756;
  padding: 8px 15px 8px 0;
}
.line-timetable-footnotes.padded {
  padding-left: 15px;
}
.line-timetable-footnotes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.line-timetable-footnotes ul > li {
  display: flex;
  margin-bottom: 5px;
}
.line-timetable-footnotes label {
  margin-left: 8px;
  flex: 1;
  font-size: 12px;
  color: #212529;
}
.line-timetable-footnotes label a {
  color: inherit;
}
.line-timetable-trips {
  display: block;
  flex: 0 1 auto;
  background: none;
  padding: 0;
  overflow: auto;
}
.line-timetable-trips table {
  margin-bottom: 15px;
}
.line-timetable-trips table thead th {
  text-align: center;
  font-size: 12px;
}
.line-timetable-trips table thead th > * {
  margin-right: 4px;
}
.line-timetable-trips table tbody tr:first-child th,
.line-timetable-trips table tbody tr:first-child td,
.line-timetable-trips table tbody tr:last-child th,
.line-timetable-trips table tbody tr:last-child td {
  font-weight: bold;
}
.line-timetable-trips table tbody th,
.line-timetable-trips table tbody td {
  vertical-align: middle;
  padding: 4px 0;
}
.line-timetable-trips table tbody th {
  width: 200px;
  padding-left: 8px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 13px;
}
.line-timetable-trips table tbody th a {
  color: #404040;
  text-decoration: none;
}
.line-timetable-trips table tbody th a:hover, .line-timetable-trips table tbody th a:focus {
  text-decoration: underline;
}
.line-timetable-trips table tbody td {
  width: 50px;
  font-size: 13px;
  text-align: center;
}
.stop-group-stop-list-item-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stop-group-stop-list-item-right > * {
  margin-left: 12px;
}
.timetable-main.stop {
  background: #fff;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.stop-timetable-header {
  background: #fff;
  color: #0071b3;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
}
.stop-timetable-header .title {
  font-family: "Livvic", sans-serif;
  font-size: 16px;
}
.stop-timetable-header .stop {
  margin-bottom: 3px;
}
.stop-timetable-header .line {
  font-size: 20px;
}
.stop-timetable-header .print-button {
  display: block;
  margin-left: 15px;
  color: inherit;
  font-size: 24px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
}
.stop-timetable-header .print-button > i {
  font-size: inherit;
}
.stop-timetable-header .print-button:hover, .stop-timetable-header .print-button:focus {
  background: white;
  color: #007a4e;
}
.stop-timetable-days .title {
  background: #fff;
  color: #00965e;
  padding: 12px 15px;
  font-size: 18px;
  font-family: "Livvic", sans-serif;
}
.stop-timetable-days table {
  margin: 0 15px;
  box-sizing: border-box;
  width: calc(100% - 30px);
}
.stop-timetable-days table tbody tr th,
.stop-timetable-days table tbody tr td {
  padding: 8px 15px;
}
.stop-timetable-days table tbody tr th {
  width: 50px;
}
.stop-timetable-days table tbody tr:nth-child(2n+1) {
  background: #eff6fb;
}
.stop-timetable-days table .time {
  display: inline-block;
  margin-right: 8px;
}
.realtime-departure-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Livvic", sans-serif;
  font-size: 16px;
  justify-content: space-between;
}
.realtime-departure-header a {
  display: flex;
  flex-direction: row;
}
.realtime-departure-header i.vehicle-icon {
  font-size: 14px;
  margin-right: 6px;
}
.realtime-departure-header.departed {
  font-size: 13px;
  color: #212529;
}
li.selected .realtime-departure-header.departed {
  color: #fff;
}
.realtime-departure-header .line-number {
  width: 40px;
}
.realtime-departure-header .destination {
  margin-right: 8px;
}
.realtime-departure-header .title {
  display: flex;
}
.realtime-departure-header .times {
  margin-left: 8px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.realtime-departure-header .line-through {
  text-decoration: line-through;
  font-size: 0.85em;
}
.realtime-departure-info {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-top: 6px;
  color: #212529;
}
li.selected .realtime-departure-info .occupancy {
  padding: 4px 6px;
  background: #fff;
  border-radius: 4px;
}
.realtime-departure-info label.state {
  margin-bottom: 4px;
}
.selected .realtime-departure-info label.state {
  color: white;
}
.realtime-departure-info .train-type {
  color: #f98100;
}
.realtime-departure-info .current-location {
  color: #212529;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}
.selected .realtime-departure-info .current-location {
  color: white;
}
.realtime-departure-info .not-realtime {
  opacity: 0.9;
}
.realtime-departure-info .cancelled {
  color: #f98100;
}
.realtime-departure-info .tracks {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.realtime-departure-info .line-through {
  text-decoration: line-through;
}
.realtime-departure-info .last-report {
  font-size: 11px;
  margin-left: 16px;
  margin-top: 6px;
}
.selected .realtime-departure-info .last-report {
  color: rgba(255, 255, 255, 0.75);
}
.realtime-departure-info .right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.extra-bus {
  color: #00965e;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
}
.extra-bus .fa-stack i:first-child {
  font-size: 14px;
}
.extra-bus .fa-stack i:last-child {
  font-size: 10px;
  position: relative;
  left: -2px;
  top: -8px;
}
.place-details img.place-image {
  display: block;
  margin: 0 2px 10px 10px;
  border: 2px solid #fff;
  outline: 1px solid #ccc;
  float: right;
  width: 200px;
}
.place-details .buttons {
  margin-top: 15px;
  display: flex;
}
.place-details .buttons > * {
  background: #007bc2;
  color: white;
  width: 220px;
  display: block;
  margin: 0 8px 8px 0;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 12px;
  text-align: center;
  line-height: 1.2;
}
.place-details .buttons > *:hover {
  text-decoration: underline;
}
.negen-twee.location-select .switch-locations {
  margin: 0 8px;
  padding: 0;
  opacity: 0.7;
  height: 21px;
  width: 26px;
  white-space: nowrap;
}
.negen-twee.location-select .switch-locations:hover, .negen-twee.location-select .switch-locations:focus {
  opacity: 1;
  cursor: pointer;
}
.negen-twee.location-select .switch-locations > i {
  margin: 0;
  font-size: 18px;
  position: relative;
  color: #0071b3;
}
.negen-twee.location-select .switch-locations > i:first-child {
  top: -4px;
  margin-right: -3px;
}
.negen-twee.location-select .switch-locations > i:last-child {
  top: 3px;
}
.route-form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.route-form-fields > * {
  margin-right: 1.5em;
}
.route-form-fields > *:last-child {
  margin-right: 0;
}
.route-form-field {
  margin-bottom: 18px;
}
.route-form-element {
  background: none;
  border-radius: 0;
  border: none;
  font-size: 18px;
  color: #0071b3;
  line-height: 48px;
  border-bottom: 1px solid #97979756;
  margin-bottom: 18px;
}
.route-form-element.clickable {
  cursor: pointer;
}
.route-form-element.clickable:hover {
  border-bottom: 1px solid #007bc2;
}
.route-form-element.inline {
  margin-bottom: 0;
  display: inline-block;
}
.route-form-element > input[type=time],
.route-form-element > input[type=date] {
  padding: 0;
  border: none;
  background: transparent;
  width: auto;
  color: inherit;
}
.route-form-element > input[type=time]:focus,
.route-form-element > input[type=date]:focus {
  outline: none;
}
.route-form-element > input[type=time]::-webkit-calendar-picker-indicator,
.route-form-element > input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.route-form-extra-options {
  margin-bottom: 16px;
}
.route-form-extra-options .checklist {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 1em 0 0;
  padding: 0;
  font-size: 16px;
}
.route-form-extra-options .checklist > * {
  width: 50%;
  padding-right: 4px;
}
.route-form-extra-options .checklist > * input {
  margin-right: 6px;
}
.route-form-extra-options .checklist > * label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.route-form-extra-options .checklist.full > * {
  width: 100%;
}
.route-form-extra-options .options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.negen-twee.route-options a.row-button {
  color: #0071b3;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.negen-twee.route-options a.row-button span {
  text-decoration: underline;
  margin-left: 14px;
}
.negen-twee.plan-route-query-summary {
  background: #eff6fb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-shrink: 0;
  padding: 2px 7px;
}
.negen-twee.plan-route-query-summary.unpadded {
  padding: 0;
}
.negen-twee.plan-route-query-summary.unpadded > * {
  padding: 6px 0 !important;
}
.negen-twee.plan-route-query-summary.full > * {
  width: 100% !important;
}
.negen-twee.plan-route-query-summary.transparent {
  background: none;
}
.negen-twee.plan-route-query-summary .item {
  display: flex;
  flex-direction: column;
  padding: 6px 8px;
  width: 50%;
}
.negen-twee.plan-route-query-summary .item.small {
  width: 45%;
}
.negen-twee.plan-route-query-summary .item.large {
  width: 55%;
}
.negen-twee.plan-route-query-summary .item label {
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
  color: #212529;
}
.negen-twee.plan-route-query-summary .item .item-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.negen-twee.option-sorter {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-bottom: 1px solid #97979756;
}
.negen-twee.option-sorter > * {
  width: 33%;
}
.negen-twee.option-sorter .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75px;
  padding: 0 4px;
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  border-left: 1px solid #97979756;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #212529;
}
.negen-twee.option-sorter .item:first-child {
  border-left: none;
}
.negen-twee.option-sorter .item:hover {
  cursor: pointer;
  background: #eff6fb;
}
.negen-twee.option-sorter .item.isSelected {
  color: #0071b3;
  background: #eff6fb;
}
.negen-twee.option-sorter .item .icon-container {
  margin-bottom: 8px;
}
.negen-twee.option-selector > .item {
  padding: 12px 15px;
  border-bottom: 1px solid #97979756;
  display: flex;
  flex-direction: column;
}
.negen-twee.option-selector > .item:first-child {
  border-top: 1px solid #97979756;
}
.negen-twee.option-selector > .item.isSortWinner {
  border-left: 4px solid #007bc2;
  background: #eff6fb;
  padding-left: 12px;
}
.negen-twee.option-selector > .item .item-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.negen-twee.option-selector > .item .item-row.centered {
  align-items: center;
}
.negen-twee.option-selector > .item .item-row:last-child {
  margin-bottom: 0;
}
.negen-twee.option-selector > .item .item-row > :first-child {
  flex: 0 0 32px;
}
.negen-twee.option-selector > .item .item-row > :nth-child(2) {
  flex: 1 1 auto;
}
.negen-twee.option-selector > .item .item-row > :last-child {
  flex: 0 0 0;
  text-align: right;
}
.negen-twee.option-selector > .item a.view-details {
  background: #007bc2;
  color: white;
  width: 160px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  padding: 6px 8px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 11px;
}
.negen-twee.option-selector > .item a.view-details:hover {
  background: #eff6fb;
  color: #0071b3;
}
.negen-twee.option-selector > .item .meta {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.negen-twee.option-selector > .item .meta > * {
  margin-right: 4px;
  background: #e2e2e2;
  padding: 3px 10px;
  border-radius: 4px;
  color: #797979;
  display: block;
}
.negen-twee.option-selector > .item .meta > *.cancelled {
  background: #f98100;
  color: #fff;
}
.negen-twee.option-selector > .item .duration {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.negen-twee.option-selector > .item .duration.small {
  font-size: 16px;
}
.negen-twee.option-selector > .item .price {
  font-size: 16px;
  color: #0071b3;
}
.negen-twee.option-selector > .item .modalities {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #212529;
}
.negen-twee.option-selector > .item .modalities > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  margin-right: 12px;
  margin-bottom: 8px;
}
.negen-twee.option-selector > .item .modalities > * > span {
  font-size: 14px;
}
.negen-twee.option-selector > .item .times {
  color: #212529;
  margin-bottom: 6px;
}
.negen-twee.option-selector > .item .route-option-times {
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
}
.negen-twee.option-selector > .item .route-option-times .delayed {
  text-decoration: line-through;
}
.negen-twee.option-selector > .item .sort-winner {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #0071b3;
}
.product-advice-banner {
  color: #007a4e;
  background: rgba(0, 150, 94, 0.067);
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 18px 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product-advice-banner > * {
  margin: 0.5em 0;
  text-align: center;
  justify-content: center;
  font-size: 1em;
}
.product-advice-banner > a {
  padding: 1em;
}
.product-advice-banner .content-button > a {
  justify-content: center;
}
.negen-twee.journey-details > header {
  background: #00965e;
  color: #fff;
  padding: 6px 15px;
  display: flex;
  flex-direction: column;
}
.negen-twee.journey-details > header > * {
  margin: 2px 0;
  line-height: 1.25;
}
.negen-twee.journey-details > header .date {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
.negen-twee.journey-details > header .times {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
}
.negen-twee.journey-details > header .times .route-option-times {
  font-size: 18px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.negen-twee.journey-details > header .times .route-option-times .delayed {
  text-decoration: line-through;
}
.negen-twee.journey-details > header .duration {
  font-size: 12px;
}
.negen-twee.journey-details .legs > .leg {
  border-bottom: 2px dashed #97979756;
  display: flex;
  flex-direction: column;
}
.negen-twee.journey-details .legs > .leg > header {
  color: #0071b3;
  width: 100%;
  padding: 15px 15px;
  display: flex;
  align-items: baseline;
}
.negen-twee.journey-details .legs > .leg > header .modality {
  flex: 0 0 54px;
  margin-right: 6px;
  align-self: baseline;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
}
.negen-twee.journey-details .legs > .leg > header .modality > i {
  font-size: inherit;
}
.negen-twee.journey-details .legs > .leg > header .main {
  flex: 1 1 auto;
}
.negen-twee.journey-details .legs > .leg > header .main h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.negen-twee.journey-details .legs > .leg > header .main h3 > :first-child {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
}
.negen-twee.journey-details .legs > .leg > header .main h3 > * {
  margin-right: 0.5em;
}
.negen-twee.journey-details .legs > .leg > header .main h3 > i {
  font-size: 0.85em;
}
.negen-twee.journey-details .legs > .leg > header .main h3 a {
  color: inherit;
  text-decoration: none;
}
.negen-twee.journey-details .legs > .leg > header .main h3 a:hover {
  text-decoration: underline;
}
.negen-twee.journey-details .legs > .leg > header .main .occupancy {
  font-size: 14px;
  color: inherit;
}
.negen-twee.journey-details .legs > .leg > header .right .price {
  color: #0071b3;
  font-size: 13px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
.negen-twee.journey-details footer.costs {
  padding: 15px;
  text-align: center;
}
.negen-twee.journey-details footer.costs p {
  font-size: 12px;
  color: #212529;
  margin: 0;
}
.negen-twee.journey-details footer.costs .fares {
  display: flex;
  align-items: center;
  color: #00965e;
  font-size: 18px;
  margin-bottom: 1em;
  justify-content: center;
}
.negen-twee.journey-details footer.costs .fares > * {
  width: 50%;
  text-align: center;
}
.negen-twee.journey-details footer.costs .fares > * label {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}
.negen-twee.journey-details footer.costs .fares > * span {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
}
.negen-twee.journey-details footer.costs .fares > *:not(:last-child) {
  border-right: 1px dashed #97979756;
}
.negen-twee.journey-times {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.negen-twee.journey-times.small {
  font-size: 16px;
}
.negen-twee.journey-times > * {
  margin-right: 0.25em;
}
.negen-twee.journey-leg-calls {
  margin-bottom: 12px;
  display: flex;
}
.negen-twee.journey-leg-calls > ul {
  flex: 1 1 auto;
  margin: 0;
  padding: 0 0 0 12px;
  list-style: none;
  position: relative;
}
.negen-twee.journey-leg-calls > ul > li.call {
  padding: 0 15px;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #212529;
}
.negen-twee.journey-leg-calls > ul > li.call > * {
  margin-right: 8px;
}
.negen-twee.journey-leg-calls > ul > li.call .circle-open {
  opacity: 1;
  width: 16px;
  height: 16px;
  border: 4px solid #f00;
  background: white;
  border-radius: 100%;
  margin-right: 32px;
}
.negen-twee.journey-leg-calls > ul > li.call .circle-closed {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 34px;
  margin-left: 2px;
}
.negen-twee.journey-leg-calls > ul > li.call .name {
  padding: 8px 0;
  flex: 1;
}
.negen-twee.journey-leg-calls > ul > li.call .name > a {
  color: #212529;
  text-decoration: none;
}
.negen-twee.journey-leg-calls > ul > li.call .name > a:hover, .negen-twee.journey-leg-calls > ul > li.call .name > a:focus {
  text-decoration: underline;
}
.negen-twee.journey-leg-calls > ul > li.call .time.delayed {
  font-size: 10px;
  text-decoration: line-through;
  margin-right: 4px;
}
.negen-twee.journey-leg-calls > ul > li.call .time.realtime {
  color: #e0457b;
  font-weight: bold;
}
.negen-twee.journey-leg-calls > ul > li.track-line {
  position: absolute;
  opacity: 0.5;
  left: 32px;
  top: 20px;
  bottom: 20px;
  width: 6px;
  background: red;
}
.negen-twee.journey-leg-calls button.toggle {
  cursor: pointer;
  display: flex;
  padding: 20px 15px;
}
.negen-twee.journey-leg-calls button.toggle > i {
  font-size: 14px;
  color: #0071b3;
}
button.realtime-journey-leg-info {
  color: #0071b3;
  display: flex;
  padding: 15px;
  border-top: 1px dotted rgba(0, 123, 194, 0.33);
}
button.realtime-journey-leg-info:hover .title {
  text-decoration: underline;
}
button.realtime-journey-leg-info .icons {
  align-self: flex-start;
  width: 54px;
  flex-shrink: 0;
  margin-right: 6px;
  text-align: center;
  font-size: 18px;
}
button.realtime-journey-leg-info .icons > * {
  font-size: inherit;
}
button.realtime-journey-leg-info main {
  flex: 1 1 auto;
}
button.realtime-journey-leg-info main p:last-child {
  margin-bottom: 0;
}
button.realtime-journey-leg-info main .title {
  font-size: 16px;
  line-height: 1.15;
}
button.realtime-journey-leg-info .last-report-at {
  font-size: 11px !important;
  opacity: 0.5;
}
.product-advice {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-advice {
    flex-direction: row;
  }
  .product-advice .filters {
    flex: 1 1 33%;
  }
  .product-advice .products {
    flex: 1 1 66%;
  }
}
.product-advice .filters {
  padding: 12px 15px;
  background: #ebf4f1;
  border-bottom-right-radius: 10px;
}
.product-advice .filters header {
  border-bottom: 1px dashed #97979756;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product-advice .filters header h4 {
  font-size: 18px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #007a4e;
  margin-bottom: 12px;
}
.product-advice .products {
  padding: 0;
  background: #fff;
}
.product-advice .section-header {
  font-size: 18px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #007a4e;
  margin-bottom: 12px;
}
.product-advice .found-products {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  background: #ebf4f1;
  color: #007a4e;
  font-size: 24px;
  padding: 24px 24px;
  margin: 0;
  line-height: 1;
}
.product-advice .no-products {
  font-style: italic;
  text-align: center;
  padding: 15px;
  color: #212529;
}
.product-advice .disclaimer {
  margin-top: 16px;
  font-size: 12px;
  color: #404040;
}
.product-advice .disclaimer a {
  color: inherit;
}
.product-details {
  border-bottom: 2px solid #97979756;
}
.product-details.isSelected {
  background: #eff6fb;
}
.product-details .header {
  display: flex;
  width: 100%;
  flex-direction: row;
  color: #0071b3;
  padding: 24px;
  align-items: center;
}
.product-details .header i {
  font-size: 18px;
  margin-left: 1em;
}
.product-details .header:hover, .product-details .header:focus {
  cursor: pointer;
}
.product-details .header:hover .title, .product-details .header:focus .title {
  text-decoration: underline;
}
.product-details .header h3 {
  flex: 1;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 21px;
  margin: 0;
}
.isSelected .product-details .header h3 {
  font-size: 20px;
  padding-top: 8px;
}
.product-details .header .amount {
  white-space: nowrap;
  flex: 0 0 0;
}
.product-details.ovChip {
  background: #00965e;
}
.product-details.ovChip.selected {
  border-bottom: none;
}
.product-details.ovChip,
.product-details.ovChip .header * {
  color: white;
}
.product-details table.product-details-table th {
  padding: 4px 8px 4px 0;
  font-weight: normal;
}
.product-details table.product-details-table td {
  font-weight: bold;
}
.product-details .buttons {
  display: flex;
  flex-direction: column;
  margin: 15px -15px -8px;
}
.product-details .buttons > * {
  width: 315px;
}
.product-details .buttons > * > span {
  text-align: left;
}
.product-details .subtitle {
  font-size: 13px;
  margin: -20px 24px 20px;
}
.product-details .labels {
  display: flex;
  margin-top: -12px;
  margin-bottom: 8px;
}
.product-details .labels > * {
  margin-right: 8px;
  margin-bottom: 12px;
}
.product-details .labels label {
  background: #e2e2e2;
  font-size: 10px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  color: #747373;
  display: flex;
  padding: 0 10px;
  height: 32px;
  border-radius: 4px;
  gap: 8px;
  align-items: center;
}
.product-details .expanded {
  padding: 24px;
  font-size: 16px;
}
.product-details .expanded.ov-chip {
  background: #ebf4f1;
  border-bottom: 2px solid #97979756;
  color: #212529;
}
.product-details .labels > .payment-method img,
.product-details .labels > .payment-method svg {
  width: 20px;
}
.notification-overview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 15px 15px;
}
.notification-overview section.category > h4 {
  color: #212529;
  font-size: 18px;
}
.notification-overview section.category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.notification-overview section.category ul.lines {
  gap: 10px;
  margin: 0 0 10px;
}
.notification-overview section.category ul.lines > li > button {
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #d8d8d8;
  color: #212529;
}
@media (hover: hover) {
  .notification-overview section.category ul.lines > li > button:hover {
    background: #eff6fb;
    color: #0071b3;
  }
}
.notification-overview section.category ul.lines > li.selected > button {
  background: #eff6fb;
  color: #0071b3;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.notification-overview section.category ul.lines > li.selected > button:after {
  content: "";
  position: absolute;
  top: 50px;
  height: 10px;
  width: 100%;
  background: #eff6fb;
}
.notification-overview section.category ul.notifications {
  background: #eff6fb;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 20px;
  flex-direction: column;
}
.notification-overview section.category ul.notifications > li {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notification-overview section.category ul.notifications > li:not(:last-child) {
  border-bottom: 1px solid #97979756;
}
.reserveerrreis-icon {
  font-size: 16px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  background: #007bc2;
  color: #fff;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
}
.reserveerrreis-icon.small {
  font-size: 12px;
}
.reserveerrreis-icon.inline {
  font-size: inherit;
  margin-right: 0.25em;
}
.reserveerrreis-icon > span {
  line-height: 1.5em;
  font-size: inherit;
  font-style: italic;
}
.halte-taxi-widget {
  position: relative;
  min-height: 240px;
  /**/
  /* TAKEN (AND MODIFIED) FROM https://api.prod.halterrreis.qarin.io/styles.css */
  /**/
  /*!***************************************************************************************************************************************************************************************************************************************!*\
      !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/bootstrap/dist/css/bootstrap.css ***!
      \***************************************************************************************************************************************************************************************************************************************/
  /*!
     * Bootstrap v4.6.1 (https://getbootstrap.com/)
     * Copyright 2011-2021 The Bootstrap Authors
     * Copyright 2011-2021 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
     */
}
.halte-taxi-widget .logo {
  display: none !important;
}
.halte-taxi-widget h3 {
  font-size: 1.75rem !important;
}
.halte-taxi-widget :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
  	"Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
  	"Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.halte-taxi-widget *,
.halte-taxi-widget *::before,
.halte-taxi-widget *::after {
  box-sizing: border-box;
}
.halte-taxi-widget html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.halte-taxi-widget article,
.halte-taxi-widget aside,
.halte-taxi-widget figcaption,
.halte-taxi-widget figure,
.halte-taxi-widget footer,
.halte-taxi-widget header,
.halte-taxi-widget hgroup,
.halte-taxi-widget main,
.halte-taxi-widget nav,
.halte-taxi-widget section {
  display: block;
}
.halte-taxi-widget body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.halte-taxi-widget [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.halte-taxi-widget hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.halte-taxi-widget h1,
.halte-taxi-widget h2,
.halte-taxi-widget h3,
.halte-taxi-widget h4,
.halte-taxi-widget h5,
.halte-taxi-widget h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.halte-taxi-widget p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.halte-taxi-widget abbr[title],
.halte-taxi-widget abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.halte-taxi-widget address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.halte-taxi-widget ol,
.halte-taxi-widget ul,
.halte-taxi-widget dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.halte-taxi-widget ol ol,
.halte-taxi-widget ul ul,
.halte-taxi-widget ol ul,
.halte-taxi-widget ul ol {
  margin-bottom: 0;
}
.halte-taxi-widget dt {
  font-weight: 700;
}
.halte-taxi-widget dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.halte-taxi-widget blockquote {
  margin: 0 0 1rem;
}
.halte-taxi-widget b,
.halte-taxi-widget strong {
  font-weight: bolder;
}
.halte-taxi-widget small {
  font-size: 80%;
}
.halte-taxi-widget sub,
.halte-taxi-widget sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.halte-taxi-widget sub {
  bottom: -0.25em;
}
.halte-taxi-widget sup {
  top: -0.5em;
}
.halte-taxi-widget a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.halte-taxi-widget a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.halte-taxi-widget a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.halte-taxi-widget a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.halte-taxi-widget pre,
.halte-taxi-widget code,
.halte-taxi-widget kbd,
.halte-taxi-widget samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.halte-taxi-widget pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.halte-taxi-widget figure {
  margin: 0 0 1rem;
}
.halte-taxi-widget img {
  vertical-align: middle;
  border-style: none;
}
.halte-taxi-widget svg {
  overflow: hidden;
  vertical-align: middle;
}
.halte-taxi-widget table {
  border-collapse: collapse;
}
.halte-taxi-widget caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.halte-taxi-widget th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.halte-taxi-widget label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.halte-taxi-widget button {
  border-radius: 0;
}
.halte-taxi-widget button:focus:not(:focus-visible) {
  outline: 0;
}
.halte-taxi-widget input,
.halte-taxi-widget button,
.halte-taxi-widget select,
.halte-taxi-widget optgroup,
.halte-taxi-widget textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.halte-taxi-widget button,
.halte-taxi-widget input {
  overflow: visible;
}
.halte-taxi-widget button,
.halte-taxi-widget select {
  text-transform: none;
}
.halte-taxi-widget [role=button] {
  cursor: pointer;
}
.halte-taxi-widget select {
  word-wrap: normal;
}
.halte-taxi-widget button,
.halte-taxi-widget [type=button],
.halte-taxi-widget [type=reset],
.halte-taxi-widget [type=submit] {
  -webkit-appearance: button;
}
.halte-taxi-widget button:not(:disabled),
.halte-taxi-widget [type=button]:not(:disabled),
.halte-taxi-widget [type=reset]:not(:disabled),
.halte-taxi-widget [type=submit]:not(:disabled) {
  cursor: pointer;
}
.halte-taxi-widget button::-moz-focus-inner,
.halte-taxi-widget [type=button]::-moz-focus-inner,
.halte-taxi-widget [type=reset]::-moz-focus-inner,
.halte-taxi-widget [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.halte-taxi-widget input[type=radio],
.halte-taxi-widget input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.halte-taxi-widget textarea {
  overflow: auto;
  resize: vertical;
}
.halte-taxi-widget fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.halte-taxi-widget legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.halte-taxi-widget progress {
  vertical-align: baseline;
}
.halte-taxi-widget [type=number]::-webkit-inner-spin-button,
.halte-taxi-widget [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.halte-taxi-widget [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.halte-taxi-widget [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.halte-taxi-widget ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.halte-taxi-widget output {
  display: inline-block;
}
.halte-taxi-widget summary {
  display: list-item;
  cursor: pointer;
}
.halte-taxi-widget template {
  display: none;
}
.halte-taxi-widget [hidden] {
  display: none !important;
}
.halte-taxi-widget h1,
.halte-taxi-widget h2,
.halte-taxi-widget h3,
.halte-taxi-widget h4,
.halte-taxi-widget h5,
.halte-taxi-widget h6,
.halte-taxi-widget .h1,
.halte-taxi-widget .h2,
.halte-taxi-widget .h3,
.halte-taxi-widget .h4,
.halte-taxi-widget .h5,
.halte-taxi-widget .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.halte-taxi-widget h1,
.halte-taxi-widget .h1 {
  font-size: 2.5rem;
}
.halte-taxi-widget h2,
.halte-taxi-widget .h2 {
  font-size: 2rem;
}
.halte-taxi-widget h3,
.halte-taxi-widget .h3 {
  font-size: 1.75rem;
}
.halte-taxi-widget h4,
.halte-taxi-widget .h4 {
  font-size: 1.5rem;
}
.halte-taxi-widget h5,
.halte-taxi-widget .h5 {
  font-size: 1.25rem;
}
.halte-taxi-widget h6,
.halte-taxi-widget .h6 {
  font-size: 1rem;
}
.halte-taxi-widget .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.halte-taxi-widget .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.halte-taxi-widget .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.halte-taxi-widget .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.halte-taxi-widget .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.halte-taxi-widget hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.halte-taxi-widget small,
.halte-taxi-widget .small {
  font-size: 80%;
  font-weight: 400;
}
.halte-taxi-widget mark,
.halte-taxi-widget .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.halte-taxi-widget .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.halte-taxi-widget .list-inline {
  padding-left: 0;
  list-style: none;
}
.halte-taxi-widget .list-inline-item {
  display: inline-block;
}
.halte-taxi-widget .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.halte-taxi-widget .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.halte-taxi-widget .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.halte-taxi-widget .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.halte-taxi-widget .blockquote-footer::before {
  content: "— ";
}
.halte-taxi-widget .img-fluid {
  max-width: 100%;
  height: auto;
}
.halte-taxi-widget .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.halte-taxi-widget .figure {
  display: inline-block;
}
.halte-taxi-widget .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.halte-taxi-widget .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.halte-taxi-widget code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
.halte-taxi-widget a > code {
  color: inherit;
}
.halte-taxi-widget kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.halte-taxi-widget kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.halte-taxi-widget pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.halte-taxi-widget pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.halte-taxi-widget .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.halte-taxi-widget .container,
.halte-taxi-widget .container-fluid,
.halte-taxi-widget .container-xxl,
.halte-taxi-widget .container-sm,
.halte-taxi-widget .container-md,
.halte-taxi-widget .container-lg,
.halte-taxi-widget .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .halte-taxi-widget .container,
.halte-taxi-widget .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .container,
.halte-taxi-widget .container-sm,
.halte-taxi-widget .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .container,
.halte-taxi-widget .container-sm,
.halte-taxi-widget .container-md,
.halte-taxi-widget .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .container,
.halte-taxi-widget .container-sm,
.halte-taxi-widget .container-md,
.halte-taxi-widget .container-lg,
.halte-taxi-widget .container-xl {
    max-width: 1140px;
  }
}
.halte-taxi-widget .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.halte-taxi-widget .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.halte-taxi-widget .no-gutters > .col,
.halte-taxi-widget .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.halte-taxi-widget .col-1,
.halte-taxi-widget .col-2,
.halte-taxi-widget .col-3,
.halte-taxi-widget .col-4,
.halte-taxi-widget .col-5,
.halte-taxi-widget .col-6,
.halte-taxi-widget .col-7,
.halte-taxi-widget .col-8,
.halte-taxi-widget .col-9,
.halte-taxi-widget .col-10,
.halte-taxi-widget .col-11,
.halte-taxi-widget .col-12,
.halte-taxi-widget .col,
.halte-taxi-widget .col-auto,
.halte-taxi-widget .col-sm-1,
.halte-taxi-widget .col-sm-2,
.halte-taxi-widget .col-sm-3,
.halte-taxi-widget .col-sm-4,
.halte-taxi-widget .col-sm-5,
.halte-taxi-widget .col-sm-6,
.halte-taxi-widget .col-sm-7,
.halte-taxi-widget .col-sm-8,
.halte-taxi-widget .col-sm-9,
.halte-taxi-widget .col-sm-10,
.halte-taxi-widget .col-sm-11,
.halte-taxi-widget .col-sm-12,
.halte-taxi-widget .col-sm,
.halte-taxi-widget .col-sm-auto,
.halte-taxi-widget .col-md-1,
.halte-taxi-widget .col-md-2,
.halte-taxi-widget .col-md-3,
.halte-taxi-widget .col-md-4,
.halte-taxi-widget .col-md-5,
.halte-taxi-widget .col-md-6,
.halte-taxi-widget .col-md-7,
.halte-taxi-widget .col-md-8,
.halte-taxi-widget .col-md-9,
.halte-taxi-widget .col-md-10,
.halte-taxi-widget .col-md-11,
.halte-taxi-widget .col-md-12,
.halte-taxi-widget .col-md,
.halte-taxi-widget .col-md-auto,
.halte-taxi-widget .col-lg-1,
.halte-taxi-widget .col-lg-2,
.halte-taxi-widget .col-lg-3,
.halte-taxi-widget .col-lg-4,
.halte-taxi-widget .col-lg-5,
.halte-taxi-widget .col-lg-6,
.halte-taxi-widget .col-lg-7,
.halte-taxi-widget .col-lg-8,
.halte-taxi-widget .col-lg-9,
.halte-taxi-widget .col-lg-10,
.halte-taxi-widget .col-lg-11,
.halte-taxi-widget .col-lg-12,
.halte-taxi-widget .col-lg,
.halte-taxi-widget .col-lg-auto,
.halte-taxi-widget .col-xl-1,
.halte-taxi-widget .col-xl-2,
.halte-taxi-widget .col-xl-3,
.halte-taxi-widget .col-xl-4,
.halte-taxi-widget .col-xl-5,
.halte-taxi-widget .col-xl-6,
.halte-taxi-widget .col-xl-7,
.halte-taxi-widget .col-xl-8,
.halte-taxi-widget .col-xl-9,
.halte-taxi-widget .col-xl-10,
.halte-taxi-widget .col-xl-11,
.halte-taxi-widget .col-xl-12,
.halte-taxi-widget .col-xl,
.halte-taxi-widget .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.halte-taxi-widget .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.halte-taxi-widget .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.halte-taxi-widget .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.halte-taxi-widget .row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.halte-taxi-widget .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.halte-taxi-widget .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.halte-taxi-widget .row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.halte-taxi-widget .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.halte-taxi-widget .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.halte-taxi-widget .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.halte-taxi-widget .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.halte-taxi-widget .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.halte-taxi-widget .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.halte-taxi-widget .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.halte-taxi-widget .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.halte-taxi-widget .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.halte-taxi-widget .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.halte-taxi-widget .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.halte-taxi-widget .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.halte-taxi-widget .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.halte-taxi-widget .order-first {
  order: -1;
}
.halte-taxi-widget .order-last {
  order: 13;
}
.halte-taxi-widget .order-0 {
  order: 0;
}
.halte-taxi-widget .order-1 {
  order: 1;
}
.halte-taxi-widget .order-2 {
  order: 2;
}
.halte-taxi-widget .order-3 {
  order: 3;
}
.halte-taxi-widget .order-4 {
  order: 4;
}
.halte-taxi-widget .order-5 {
  order: 5;
}
.halte-taxi-widget .order-6 {
  order: 6;
}
.halte-taxi-widget .order-7 {
  order: 7;
}
.halte-taxi-widget .order-8 {
  order: 8;
}
.halte-taxi-widget .order-9 {
  order: 9;
}
.halte-taxi-widget .order-10 {
  order: 10;
}
.halte-taxi-widget .order-11 {
  order: 11;
}
.halte-taxi-widget .order-12 {
  order: 12;
}
.halte-taxi-widget .offset-1 {
  margin-left: 8.333333%;
}
.halte-taxi-widget .offset-2 {
  margin-left: 16.666667%;
}
.halte-taxi-widget .offset-3 {
  margin-left: 25%;
}
.halte-taxi-widget .offset-4 {
  margin-left: 33.333333%;
}
.halte-taxi-widget .offset-5 {
  margin-left: 41.666667%;
}
.halte-taxi-widget .offset-6 {
  margin-left: 50%;
}
.halte-taxi-widget .offset-7 {
  margin-left: 58.333333%;
}
.halte-taxi-widget .offset-8 {
  margin-left: 66.666667%;
}
.halte-taxi-widget .offset-9 {
  margin-left: 75%;
}
.halte-taxi-widget .offset-10 {
  margin-left: 83.333333%;
}
.halte-taxi-widget .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .halte-taxi-widget .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .halte-taxi-widget .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .halte-taxi-widget .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .halte-taxi-widget .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .halte-taxi-widget .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .halte-taxi-widget .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .halte-taxi-widget .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .halte-taxi-widget .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .halte-taxi-widget .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .halte-taxi-widget .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .order-sm-first {
    order: -1;
  }
  .halte-taxi-widget .order-sm-last {
    order: 13;
  }
  .halte-taxi-widget .order-sm-0 {
    order: 0;
  }
  .halte-taxi-widget .order-sm-1 {
    order: 1;
  }
  .halte-taxi-widget .order-sm-2 {
    order: 2;
  }
  .halte-taxi-widget .order-sm-3 {
    order: 3;
  }
  .halte-taxi-widget .order-sm-4 {
    order: 4;
  }
  .halte-taxi-widget .order-sm-5 {
    order: 5;
  }
  .halte-taxi-widget .order-sm-6 {
    order: 6;
  }
  .halte-taxi-widget .order-sm-7 {
    order: 7;
  }
  .halte-taxi-widget .order-sm-8 {
    order: 8;
  }
  .halte-taxi-widget .order-sm-9 {
    order: 9;
  }
  .halte-taxi-widget .order-sm-10 {
    order: 10;
  }
  .halte-taxi-widget .order-sm-11 {
    order: 11;
  }
  .halte-taxi-widget .order-sm-12 {
    order: 12;
  }
  .halte-taxi-widget .offset-sm-0 {
    margin-left: 0;
  }
  .halte-taxi-widget .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .halte-taxi-widget .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .halte-taxi-widget .offset-sm-3 {
    margin-left: 25%;
  }
  .halte-taxi-widget .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .halte-taxi-widget .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .halte-taxi-widget .offset-sm-6 {
    margin-left: 50%;
  }
  .halte-taxi-widget .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .halte-taxi-widget .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .halte-taxi-widget .offset-sm-9 {
    margin-left: 75%;
  }
  .halte-taxi-widget .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .halte-taxi-widget .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .halte-taxi-widget .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .halte-taxi-widget .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .halte-taxi-widget .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .halte-taxi-widget .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .halte-taxi-widget .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .halte-taxi-widget .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .halte-taxi-widget .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .halte-taxi-widget .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .halte-taxi-widget .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .order-md-first {
    order: -1;
  }
  .halte-taxi-widget .order-md-last {
    order: 13;
  }
  .halte-taxi-widget .order-md-0 {
    order: 0;
  }
  .halte-taxi-widget .order-md-1 {
    order: 1;
  }
  .halte-taxi-widget .order-md-2 {
    order: 2;
  }
  .halte-taxi-widget .order-md-3 {
    order: 3;
  }
  .halte-taxi-widget .order-md-4 {
    order: 4;
  }
  .halte-taxi-widget .order-md-5 {
    order: 5;
  }
  .halte-taxi-widget .order-md-6 {
    order: 6;
  }
  .halte-taxi-widget .order-md-7 {
    order: 7;
  }
  .halte-taxi-widget .order-md-8 {
    order: 8;
  }
  .halte-taxi-widget .order-md-9 {
    order: 9;
  }
  .halte-taxi-widget .order-md-10 {
    order: 10;
  }
  .halte-taxi-widget .order-md-11 {
    order: 11;
  }
  .halte-taxi-widget .order-md-12 {
    order: 12;
  }
  .halte-taxi-widget .offset-md-0 {
    margin-left: 0;
  }
  .halte-taxi-widget .offset-md-1 {
    margin-left: 8.333333%;
  }
  .halte-taxi-widget .offset-md-2 {
    margin-left: 16.666667%;
  }
  .halte-taxi-widget .offset-md-3 {
    margin-left: 25%;
  }
  .halte-taxi-widget .offset-md-4 {
    margin-left: 33.333333%;
  }
  .halte-taxi-widget .offset-md-5 {
    margin-left: 41.666667%;
  }
  .halte-taxi-widget .offset-md-6 {
    margin-left: 50%;
  }
  .halte-taxi-widget .offset-md-7 {
    margin-left: 58.333333%;
  }
  .halte-taxi-widget .offset-md-8 {
    margin-left: 66.666667%;
  }
  .halte-taxi-widget .offset-md-9 {
    margin-left: 75%;
  }
  .halte-taxi-widget .offset-md-10 {
    margin-left: 83.333333%;
  }
  .halte-taxi-widget .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .halte-taxi-widget .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .halte-taxi-widget .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .halte-taxi-widget .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .halte-taxi-widget .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .halte-taxi-widget .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .halte-taxi-widget .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .halte-taxi-widget .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .halte-taxi-widget .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .halte-taxi-widget .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .order-lg-first {
    order: -1;
  }
  .halte-taxi-widget .order-lg-last {
    order: 13;
  }
  .halte-taxi-widget .order-lg-0 {
    order: 0;
  }
  .halte-taxi-widget .order-lg-1 {
    order: 1;
  }
  .halte-taxi-widget .order-lg-2 {
    order: 2;
  }
  .halte-taxi-widget .order-lg-3 {
    order: 3;
  }
  .halte-taxi-widget .order-lg-4 {
    order: 4;
  }
  .halte-taxi-widget .order-lg-5 {
    order: 5;
  }
  .halte-taxi-widget .order-lg-6 {
    order: 6;
  }
  .halte-taxi-widget .order-lg-7 {
    order: 7;
  }
  .halte-taxi-widget .order-lg-8 {
    order: 8;
  }
  .halte-taxi-widget .order-lg-9 {
    order: 9;
  }
  .halte-taxi-widget .order-lg-10 {
    order: 10;
  }
  .halte-taxi-widget .order-lg-11 {
    order: 11;
  }
  .halte-taxi-widget .order-lg-12 {
    order: 12;
  }
  .halte-taxi-widget .offset-lg-0 {
    margin-left: 0;
  }
  .halte-taxi-widget .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .halte-taxi-widget .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .halte-taxi-widget .offset-lg-3 {
    margin-left: 25%;
  }
  .halte-taxi-widget .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .halte-taxi-widget .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .halte-taxi-widget .offset-lg-6 {
    margin-left: 50%;
  }
  .halte-taxi-widget .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .halte-taxi-widget .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .halte-taxi-widget .offset-lg-9 {
    margin-left: 75%;
  }
  .halte-taxi-widget .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .halte-taxi-widget .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .halte-taxi-widget .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .halte-taxi-widget .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .halte-taxi-widget .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .halte-taxi-widget .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .halte-taxi-widget .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .halte-taxi-widget .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .halte-taxi-widget .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .halte-taxi-widget .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .halte-taxi-widget .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .halte-taxi-widget .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .halte-taxi-widget .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .halte-taxi-widget .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .halte-taxi-widget .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .halte-taxi-widget .order-xl-first {
    order: -1;
  }
  .halte-taxi-widget .order-xl-last {
    order: 13;
  }
  .halte-taxi-widget .order-xl-0 {
    order: 0;
  }
  .halte-taxi-widget .order-xl-1 {
    order: 1;
  }
  .halte-taxi-widget .order-xl-2 {
    order: 2;
  }
  .halte-taxi-widget .order-xl-3 {
    order: 3;
  }
  .halte-taxi-widget .order-xl-4 {
    order: 4;
  }
  .halte-taxi-widget .order-xl-5 {
    order: 5;
  }
  .halte-taxi-widget .order-xl-6 {
    order: 6;
  }
  .halte-taxi-widget .order-xl-7 {
    order: 7;
  }
  .halte-taxi-widget .order-xl-8 {
    order: 8;
  }
  .halte-taxi-widget .order-xl-9 {
    order: 9;
  }
  .halte-taxi-widget .order-xl-10 {
    order: 10;
  }
  .halte-taxi-widget .order-xl-11 {
    order: 11;
  }
  .halte-taxi-widget .order-xl-12 {
    order: 12;
  }
  .halte-taxi-widget .offset-xl-0 {
    margin-left: 0;
  }
  .halte-taxi-widget .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .halte-taxi-widget .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .halte-taxi-widget .offset-xl-3 {
    margin-left: 25%;
  }
  .halte-taxi-widget .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .halte-taxi-widget .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .halte-taxi-widget .offset-xl-6 {
    margin-left: 50%;
  }
  .halte-taxi-widget .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .halte-taxi-widget .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .halte-taxi-widget .offset-xl-9 {
    margin-left: 75%;
  }
  .halte-taxi-widget .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .halte-taxi-widget .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.halte-taxi-widget .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.halte-taxi-widget .table th,
.halte-taxi-widget .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.halte-taxi-widget .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.halte-taxi-widget .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.halte-taxi-widget .table-sm th,
.halte-taxi-widget .table-sm td {
  padding: 0.3rem;
}
.halte-taxi-widget .table-bordered {
  border: 1px solid #dee2e6;
}
.halte-taxi-widget .table-bordered th,
.halte-taxi-widget .table-bordered td {
  border: 1px solid #dee2e6;
}
.halte-taxi-widget .table-bordered thead th,
.halte-taxi-widget .table-bordered thead td {
  border-bottom-width: 2px;
}
.halte-taxi-widget .table-borderless th,
.halte-taxi-widget .table-borderless td,
.halte-taxi-widget .table-borderless thead th,
.halte-taxi-widget .table-borderless tbody + tbody {
  border: 0;
}
.halte-taxi-widget .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.halte-taxi-widget .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.halte-taxi-widget .table-primary,
.halte-taxi-widget .table-primary > th,
.halte-taxi-widget .table-primary > td {
  background-color: #b8daff;
}
.halte-taxi-widget .table-primary th,
.halte-taxi-widget .table-primary td,
.halte-taxi-widget .table-primary thead th,
.halte-taxi-widget .table-primary tbody + tbody {
  border-color: #7abaff;
}
.halte-taxi-widget .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.halte-taxi-widget .table-hover .table-primary:hover > td,
.halte-taxi-widget .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.halte-taxi-widget .table-secondary,
.halte-taxi-widget .table-secondary > th,
.halte-taxi-widget .table-secondary > td {
  background-color: #d6d8db;
}
.halte-taxi-widget .table-secondary th,
.halte-taxi-widget .table-secondary td,
.halte-taxi-widget .table-secondary thead th,
.halte-taxi-widget .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.halte-taxi-widget .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.halte-taxi-widget .table-hover .table-secondary:hover > td,
.halte-taxi-widget .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.halte-taxi-widget .table-success,
.halte-taxi-widget .table-success > th,
.halte-taxi-widget .table-success > td {
  background-color: #c3e6cb;
}
.halte-taxi-widget .table-success th,
.halte-taxi-widget .table-success td,
.halte-taxi-widget .table-success thead th,
.halte-taxi-widget .table-success tbody + tbody {
  border-color: #8fd19e;
}
.halte-taxi-widget .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.halte-taxi-widget .table-hover .table-success:hover > td,
.halte-taxi-widget .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.halte-taxi-widget .table-info,
.halte-taxi-widget .table-info > th,
.halte-taxi-widget .table-info > td {
  background-color: #bee5eb;
}
.halte-taxi-widget .table-info th,
.halte-taxi-widget .table-info td,
.halte-taxi-widget .table-info thead th,
.halte-taxi-widget .table-info tbody + tbody {
  border-color: #86cfda;
}
.halte-taxi-widget .table-hover .table-info:hover {
  background-color: #abdde5;
}
.halte-taxi-widget .table-hover .table-info:hover > td,
.halte-taxi-widget .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.halte-taxi-widget .table-warning,
.halte-taxi-widget .table-warning > th,
.halte-taxi-widget .table-warning > td {
  background-color: #ffeeba;
}
.halte-taxi-widget .table-warning th,
.halte-taxi-widget .table-warning td,
.halte-taxi-widget .table-warning thead th,
.halte-taxi-widget .table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.halte-taxi-widget .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.halte-taxi-widget .table-hover .table-warning:hover > td,
.halte-taxi-widget .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.halte-taxi-widget .table-danger,
.halte-taxi-widget .table-danger > th,
.halte-taxi-widget .table-danger > td {
  background-color: #f5c6cb;
}
.halte-taxi-widget .table-danger th,
.halte-taxi-widget .table-danger td,
.halte-taxi-widget .table-danger thead th,
.halte-taxi-widget .table-danger tbody + tbody {
  border-color: #ed969e;
}
.halte-taxi-widget .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.halte-taxi-widget .table-hover .table-danger:hover > td,
.halte-taxi-widget .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.halte-taxi-widget .table-light,
.halte-taxi-widget .table-light > th,
.halte-taxi-widget .table-light > td {
  background-color: #fdfdfe;
}
.halte-taxi-widget .table-light th,
.halte-taxi-widget .table-light td,
.halte-taxi-widget .table-light thead th,
.halte-taxi-widget .table-light tbody + tbody {
  border-color: #fbfcfc;
}
.halte-taxi-widget .table-hover .table-light:hover {
  background-color: #ececf6;
}
.halte-taxi-widget .table-hover .table-light:hover > td,
.halte-taxi-widget .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.halte-taxi-widget .table-dark,
.halte-taxi-widget .table-dark > th,
.halte-taxi-widget .table-dark > td {
  background-color: #c6c8ca;
}
.halte-taxi-widget .table-dark th,
.halte-taxi-widget .table-dark td,
.halte-taxi-widget .table-dark thead th,
.halte-taxi-widget .table-dark tbody + tbody {
  border-color: #95999c;
}
.halte-taxi-widget .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.halte-taxi-widget .table-hover .table-dark:hover > td,
.halte-taxi-widget .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.halte-taxi-widget .table-active,
.halte-taxi-widget .table-active > th,
.halte-taxi-widget .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.halte-taxi-widget .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.halte-taxi-widget .table-hover .table-active:hover > td,
.halte-taxi-widget .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.halte-taxi-widget .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.halte-taxi-widget .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.halte-taxi-widget .table-dark {
  color: #fff;
  background-color: #343a40;
}
.halte-taxi-widget .table-dark th,
.halte-taxi-widget .table-dark td,
.halte-taxi-widget .table-dark thead th {
  border-color: #454d55;
}
.halte-taxi-widget .table-dark.table-bordered {
  border: 0;
}
.halte-taxi-widget .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.halte-taxi-widget .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .halte-taxi-widget .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .halte-taxi-widget .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .halte-taxi-widget .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .halte-taxi-widget .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .halte-taxi-widget .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .halte-taxi-widget .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .halte-taxi-widget .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .halte-taxi-widget .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.halte-taxi-widget .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.halte-taxi-widget .table-responsive > .table-bordered {
  border: 0;
}
.halte-taxi-widget .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .form-control {
    transition: none;
  }
}
.halte-taxi-widget .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.halte-taxi-widget .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.halte-taxi-widget .form-control:disabled,
.halte-taxi-widget .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.halte-taxi-widget input[type=date].form-control,
.halte-taxi-widget input[type=time].form-control,
.halte-taxi-widget input[type=datetime-local].form-control,
.halte-taxi-widget input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.halte-taxi-widget select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.halte-taxi-widget select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.halte-taxi-widget .form-control-file,
.halte-taxi-widget .form-control-range {
  display: block;
  width: 100%;
}
.halte-taxi-widget .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.halte-taxi-widget .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.halte-taxi-widget .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.halte-taxi-widget .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.halte-taxi-widget .form-control-plaintext.form-control-sm,
.halte-taxi-widget .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.halte-taxi-widget .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.halte-taxi-widget .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.halte-taxi-widget select.form-control[size],
.halte-taxi-widget select.form-control[multiple] {
  height: auto;
}
.halte-taxi-widget textarea.form-control {
  height: auto;
}
.halte-taxi-widget .form-group {
  margin-bottom: 1rem;
}
.halte-taxi-widget .form-text {
  display: block;
  margin-top: 0.25rem;
}
.halte-taxi-widget .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.halte-taxi-widget .form-row > .col,
.halte-taxi-widget .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.halte-taxi-widget .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.halte-taxi-widget .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.halte-taxi-widget .form-check-input[disabled] ~ .form-check-label,
.halte-taxi-widget .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.halte-taxi-widget .form-check-label {
  margin-bottom: 0;
}
.halte-taxi-widget .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.halte-taxi-widget .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.halte-taxi-widget .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.halte-taxi-widget .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.halte-taxi-widget .form-row > .col > .valid-tooltip,
.halte-taxi-widget .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.halte-taxi-widget .was-validated :valid ~ .valid-feedback,
.halte-taxi-widget .was-validated :valid ~ .valid-tooltip,
.halte-taxi-widget .is-valid ~ .valid-feedback,
.halte-taxi-widget .is-valid ~ .valid-tooltip {
  display: block;
}
.halte-taxi-widget .was-validated .form-control:valid,
.halte-taxi-widget .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.halte-taxi-widget .was-validated .form-control:valid:focus,
.halte-taxi-widget .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.halte-taxi-widget .was-validated select.form-control:valid,
.halte-taxi-widget select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.halte-taxi-widget .was-validated textarea.form-control:valid,
.halte-taxi-widget textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.halte-taxi-widget .was-validated .custom-select:valid,
.halte-taxi-widget .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.halte-taxi-widget .was-validated .custom-select:valid:focus,
.halte-taxi-widget .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.halte-taxi-widget .was-validated .form-check-input:valid ~ .form-check-label,
.halte-taxi-widget .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.halte-taxi-widget .was-validated .form-check-input:valid ~ .valid-feedback,
.halte-taxi-widget .was-validated .form-check-input:valid ~ .valid-tooltip,
.halte-taxi-widget .form-check-input.is-valid ~ .valid-feedback,
.halte-taxi-widget .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.halte-taxi-widget .was-validated .custom-control-input:valid ~ .custom-control-label,
.halte-taxi-widget .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.halte-taxi-widget .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.halte-taxi-widget .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.halte-taxi-widget .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.halte-taxi-widget .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.halte-taxi-widget .was-validated .custom-file-input:valid ~ .custom-file-label,
.halte-taxi-widget .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.halte-taxi-widget .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.halte-taxi-widget .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.halte-taxi-widget .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.halte-taxi-widget .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.halte-taxi-widget .form-row > .col > .invalid-tooltip,
.halte-taxi-widget .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.halte-taxi-widget .was-validated :invalid ~ .invalid-feedback,
.halte-taxi-widget .was-validated :invalid ~ .invalid-tooltip,
.halte-taxi-widget .is-invalid ~ .invalid-feedback,
.halte-taxi-widget .is-invalid ~ .invalid-tooltip {
  display: block;
}
.halte-taxi-widget .was-validated .form-control:invalid,
.halte-taxi-widget .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.halte-taxi-widget .was-validated .form-control:invalid:focus,
.halte-taxi-widget .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.halte-taxi-widget .was-validated select.form-control:invalid,
.halte-taxi-widget select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.halte-taxi-widget .was-validated textarea.form-control:invalid,
.halte-taxi-widget textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.halte-taxi-widget .was-validated .custom-select:invalid,
.halte-taxi-widget .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.halte-taxi-widget .was-validated .custom-select:invalid:focus,
.halte-taxi-widget .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.halte-taxi-widget .was-validated .form-check-input:invalid ~ .form-check-label,
.halte-taxi-widget .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.halte-taxi-widget .was-validated .form-check-input:invalid ~ .invalid-feedback,
.halte-taxi-widget .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.halte-taxi-widget .form-check-input.is-invalid ~ .invalid-feedback,
.halte-taxi-widget .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.halte-taxi-widget .was-validated .custom-control-input:invalid ~ .custom-control-label,
.halte-taxi-widget .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.halte-taxi-widget .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.halte-taxi-widget .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.halte-taxi-widget .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.halte-taxi-widget .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.halte-taxi-widget .was-validated .custom-file-input:invalid ~ .custom-file-label,
.halte-taxi-widget .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.halte-taxi-widget .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.halte-taxi-widget .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.halte-taxi-widget .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.halte-taxi-widget .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .halte-taxi-widget .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .halte-taxi-widget .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .halte-taxi-widget .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .halte-taxi-widget .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .halte-taxi-widget .form-inline .input-group,
.halte-taxi-widget .form-inline .custom-select {
    width: auto;
  }
  .halte-taxi-widget .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .halte-taxi-widget .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .halte-taxi-widget .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .halte-taxi-widget .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.halte-taxi-widget .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .btn {
    transition: none;
  }
}
.halte-taxi-widget .btn:hover {
  color: #212529;
  text-decoration: none;
}
.halte-taxi-widget .btn:focus,
.halte-taxi-widget .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .btn.disabled,
.halte-taxi-widget .btn:disabled {
  opacity: 0.65;
}
.halte-taxi-widget .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.halte-taxi-widget a.btn.disabled,
.halte-taxi-widget fieldset:disabled a.btn {
  pointer-events: none;
}
.halte-taxi-widget .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.halte-taxi-widget .btn-primary:focus,
.halte-taxi-widget .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.halte-taxi-widget .btn-primary.disabled,
.halte-taxi-widget .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .btn-primary:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-primary:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.halte-taxi-widget .btn-primary:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-primary:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.halte-taxi-widget .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.halte-taxi-widget .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.halte-taxi-widget .btn-secondary:focus,
.halte-taxi-widget .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.halte-taxi-widget .btn-secondary.disabled,
.halte-taxi-widget .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.halte-taxi-widget .btn-secondary:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-secondary:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.halte-taxi-widget .btn-secondary:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-secondary:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.halte-taxi-widget .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.halte-taxi-widget .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.halte-taxi-widget .btn-success:focus,
.halte-taxi-widget .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.halte-taxi-widget .btn-success.disabled,
.halte-taxi-widget .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.halte-taxi-widget .btn-success:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-success:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.halte-taxi-widget .btn-success:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-success:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.halte-taxi-widget .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.halte-taxi-widget .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.halte-taxi-widget .btn-info:focus,
.halte-taxi-widget .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.halte-taxi-widget .btn-info.disabled,
.halte-taxi-widget .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.halte-taxi-widget .btn-info:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-info:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.halte-taxi-widget .btn-info:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-info:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.halte-taxi-widget .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.halte-taxi-widget .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.halte-taxi-widget .btn-warning:focus,
.halte-taxi-widget .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.halte-taxi-widget .btn-warning.disabled,
.halte-taxi-widget .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.halte-taxi-widget .btn-warning:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-warning:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.halte-taxi-widget .btn-warning:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-warning:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.halte-taxi-widget .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.halte-taxi-widget .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.halte-taxi-widget .btn-danger:focus,
.halte-taxi-widget .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.halte-taxi-widget .btn-danger.disabled,
.halte-taxi-widget .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.halte-taxi-widget .btn-danger:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-danger:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.halte-taxi-widget .btn-danger:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-danger:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.halte-taxi-widget .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.halte-taxi-widget .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.halte-taxi-widget .btn-light:focus,
.halte-taxi-widget .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.halte-taxi-widget .btn-light.disabled,
.halte-taxi-widget .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.halte-taxi-widget .btn-light:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-light:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.halte-taxi-widget .btn-light:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-light:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.halte-taxi-widget .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.halte-taxi-widget .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.halte-taxi-widget .btn-dark:focus,
.halte-taxi-widget .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.halte-taxi-widget .btn-dark.disabled,
.halte-taxi-widget .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.halte-taxi-widget .btn-dark:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-dark:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.halte-taxi-widget .btn-dark:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-dark:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.halte-taxi-widget .btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .btn-outline-primary:focus,
.halte-taxi-widget .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .btn-outline-primary.disabled,
.halte-taxi-widget .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-primary:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-primary:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.halte-taxi-widget .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.halte-taxi-widget .btn-outline-secondary:focus,
.halte-taxi-widget .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.halte-taxi-widget .btn-outline-secondary.disabled,
.halte-taxi-widget .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-secondary:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-secondary:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.halte-taxi-widget .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.halte-taxi-widget .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.halte-taxi-widget .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.halte-taxi-widget .btn-outline-success:focus,
.halte-taxi-widget .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.halte-taxi-widget .btn-outline-success.disabled,
.halte-taxi-widget .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-success:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-success:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.halte-taxi-widget .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.halte-taxi-widget .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.halte-taxi-widget .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.halte-taxi-widget .btn-outline-info:focus,
.halte-taxi-widget .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.halte-taxi-widget .btn-outline-info.disabled,
.halte-taxi-widget .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-info:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-info:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.halte-taxi-widget .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.halte-taxi-widget .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.halte-taxi-widget .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.halte-taxi-widget .btn-outline-warning:focus,
.halte-taxi-widget .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.halte-taxi-widget .btn-outline-warning.disabled,
.halte-taxi-widget .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-warning:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-warning:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.halte-taxi-widget .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.halte-taxi-widget .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.halte-taxi-widget .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.halte-taxi-widget .btn-outline-danger:focus,
.halte-taxi-widget .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.halte-taxi-widget .btn-outline-danger.disabled,
.halte-taxi-widget .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-danger:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-danger:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.halte-taxi-widget .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.halte-taxi-widget .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.halte-taxi-widget .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.halte-taxi-widget .btn-outline-light:focus,
.halte-taxi-widget .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.halte-taxi-widget .btn-outline-light.disabled,
.halte-taxi-widget .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-light:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-light:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.halte-taxi-widget .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.halte-taxi-widget .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.halte-taxi-widget .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.halte-taxi-widget .btn-outline-dark:focus,
.halte-taxi-widget .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.halte-taxi-widget .btn-outline-dark.disabled,
.halte-taxi-widget .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.halte-taxi-widget .btn-outline-dark:not(:disabled):not(.disabled):active,
.halte-taxi-widget .btn-outline-dark:not(:disabled):not(.disabled).active,
.halte-taxi-widget .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.halte-taxi-widget .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.halte-taxi-widget .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.halte-taxi-widget .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.halte-taxi-widget .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.halte-taxi-widget .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.halte-taxi-widget .btn-link:focus,
.halte-taxi-widget .btn-link.focus {
  text-decoration: underline;
}
.halte-taxi-widget .btn-link:disabled,
.halte-taxi-widget .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.halte-taxi-widget .btn-lg,
.halte-taxi-widget .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.halte-taxi-widget .btn-sm,
.halte-taxi-widget .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.halte-taxi-widget .btn-block {
  display: block;
  width: 100%;
}
.halte-taxi-widget .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.halte-taxi-widget input[type=submit].btn-block,
.halte-taxi-widget input[type=reset].btn-block,
.halte-taxi-widget input[type=button].btn-block {
  width: 100%;
}
.halte-taxi-widget .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .fade {
    transition: none;
  }
}
.halte-taxi-widget .fade:not(.show) {
  opacity: 0;
}
.halte-taxi-widget .collapse:not(.show) {
  display: none;
}
.halte-taxi-widget .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .collapsing {
    transition: none;
  }
}
.halte-taxi-widget .dropup,
.halte-taxi-widget .dropright,
.halte-taxi-widget .dropdown,
.halte-taxi-widget .dropleft {
  position: relative;
}
.halte-taxi-widget .dropdown-toggle {
  white-space: nowrap;
}
.halte-taxi-widget .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.halte-taxi-widget .dropdown-toggle:empty::after {
  margin-left: 0;
}
.halte-taxi-widget .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.halte-taxi-widget .dropdown-menu-left {
  right: auto;
  left: 0;
}
.halte-taxi-widget .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .halte-taxi-widget .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .halte-taxi-widget .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .halte-taxi-widget .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .halte-taxi-widget .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .halte-taxi-widget .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.halte-taxi-widget .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.halte-taxi-widget .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.halte-taxi-widget .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.halte-taxi-widget .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.halte-taxi-widget .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.halte-taxi-widget .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.halte-taxi-widget .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.halte-taxi-widget .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.halte-taxi-widget .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.halte-taxi-widget .dropleft .dropdown-toggle::after {
  display: none;
}
.halte-taxi-widget .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.halte-taxi-widget .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.halte-taxi-widget .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.halte-taxi-widget .dropdown-menu[x-placement^=top],
.halte-taxi-widget .dropdown-menu[x-placement^=right],
.halte-taxi-widget .dropdown-menu[x-placement^=bottom],
.halte-taxi-widget .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.halte-taxi-widget .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.halte-taxi-widget .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.halte-taxi-widget .dropdown-item:hover,
.halte-taxi-widget .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.halte-taxi-widget .dropdown-item.active,
.halte-taxi-widget .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.halte-taxi-widget .dropdown-item.disabled,
.halte-taxi-widget .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.halte-taxi-widget .dropdown-menu.show {
  display: block;
}
.halte-taxi-widget .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.halte-taxi-widget .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.halte-taxi-widget .btn-group,
.halte-taxi-widget .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.halte-taxi-widget .btn-group > .btn,
.halte-taxi-widget .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.halte-taxi-widget .btn-group > .btn:hover,
.halte-taxi-widget .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.halte-taxi-widget .btn-group > .btn:focus,
.halte-taxi-widget .btn-group > .btn:active,
.halte-taxi-widget .btn-group > .btn.active,
.halte-taxi-widget .btn-group-vertical > .btn:focus,
.halte-taxi-widget .btn-group-vertical > .btn:active,
.halte-taxi-widget .btn-group-vertical > .btn.active {
  z-index: 1;
}
.halte-taxi-widget .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.halte-taxi-widget .btn-toolbar .input-group {
  width: auto;
}
.halte-taxi-widget .btn-group > .btn:not(:first-child),
.halte-taxi-widget .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.halte-taxi-widget .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.halte-taxi-widget .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.halte-taxi-widget .btn-group > .btn:not(:first-child),
.halte-taxi-widget .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.halte-taxi-widget .dropdown-toggle-split::after,
.halte-taxi-widget .dropup .dropdown-toggle-split::after,
.halte-taxi-widget .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.halte-taxi-widget .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.halte-taxi-widget .btn-sm + .dropdown-toggle-split,
.halte-taxi-widget .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.halte-taxi-widget .btn-lg + .dropdown-toggle-split,
.halte-taxi-widget .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.halte-taxi-widget .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.halte-taxi-widget .btn-group-vertical > .btn,
.halte-taxi-widget .btn-group-vertical > .btn-group {
  width: 100%;
}
.halte-taxi-widget .btn-group-vertical > .btn:not(:first-child),
.halte-taxi-widget .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.halte-taxi-widget .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.halte-taxi-widget .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .btn-group-vertical > .btn:not(:first-child),
.halte-taxi-widget .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.halte-taxi-widget .btn-group-toggle > .btn,
.halte-taxi-widget .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.halte-taxi-widget .btn-group-toggle > .btn input[type=radio],
.halte-taxi-widget .btn-group-toggle > .btn input[type=checkbox],
.halte-taxi-widget .btn-group-toggle > .btn-group > .btn input[type=radio],
.halte-taxi-widget .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.halte-taxi-widget .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.halte-taxi-widget .input-group > .form-control,
.halte-taxi-widget .input-group > .form-control-plaintext,
.halte-taxi-widget .input-group > .custom-select,
.halte-taxi-widget .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.halte-taxi-widget .input-group > .form-control + .form-control,
.halte-taxi-widget .input-group > .form-control + .custom-select,
.halte-taxi-widget .input-group > .form-control + .custom-file,
.halte-taxi-widget .input-group > .form-control-plaintext + .form-control,
.halte-taxi-widget .input-group > .form-control-plaintext + .custom-select,
.halte-taxi-widget .input-group > .form-control-plaintext + .custom-file,
.halte-taxi-widget .input-group > .custom-select + .form-control,
.halte-taxi-widget .input-group > .custom-select + .custom-select,
.halte-taxi-widget .input-group > .custom-select + .custom-file,
.halte-taxi-widget .input-group > .custom-file + .form-control,
.halte-taxi-widget .input-group > .custom-file + .custom-select,
.halte-taxi-widget .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.halte-taxi-widget .input-group > .form-control:focus,
.halte-taxi-widget .input-group > .custom-select:focus,
.halte-taxi-widget .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.halte-taxi-widget .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.halte-taxi-widget .input-group > .form-control:not(:first-child),
.halte-taxi-widget .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.halte-taxi-widget .input-group > .custom-file:not(:last-child) .custom-file-label,
.halte-taxi-widget .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.halte-taxi-widget .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .input-group:not(.has-validation) > .form-control:not(:last-child),
.halte-taxi-widget .input-group:not(.has-validation) > .custom-select:not(:last-child),
.halte-taxi-widget .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.halte-taxi-widget .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.halte-taxi-widget .input-group.has-validation > .form-control:nth-last-child(n+3),
.halte-taxi-widget .input-group.has-validation > .custom-select:nth-last-child(n+3),
.halte-taxi-widget .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.halte-taxi-widget .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.halte-taxi-widget .input-group-prepend,
.halte-taxi-widget .input-group-append {
  display: flex;
}
.halte-taxi-widget .input-group-prepend .btn,
.halte-taxi-widget .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.halte-taxi-widget .input-group-prepend .btn:focus,
.halte-taxi-widget .input-group-append .btn:focus {
  z-index: 3;
}
.halte-taxi-widget .input-group-prepend .btn + .btn,
.halte-taxi-widget .input-group-prepend .btn + .input-group-text,
.halte-taxi-widget .input-group-prepend .input-group-text + .input-group-text,
.halte-taxi-widget .input-group-prepend .input-group-text + .btn,
.halte-taxi-widget .input-group-append .btn + .btn,
.halte-taxi-widget .input-group-append .btn + .input-group-text,
.halte-taxi-widget .input-group-append .input-group-text + .input-group-text,
.halte-taxi-widget .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.halte-taxi-widget .input-group-prepend {
  margin-right: -1px;
}
.halte-taxi-widget .input-group-append {
  margin-left: -1px;
}
.halte-taxi-widget .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.halte-taxi-widget .input-group-text input[type=radio],
.halte-taxi-widget .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.halte-taxi-widget .input-group-lg > .form-control:not(textarea),
.halte-taxi-widget .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.halte-taxi-widget .input-group-lg > .form-control,
.halte-taxi-widget .input-group-lg > .custom-select,
.halte-taxi-widget .input-group-lg > .input-group-prepend > .input-group-text,
.halte-taxi-widget .input-group-lg > .input-group-append > .input-group-text,
.halte-taxi-widget .input-group-lg > .input-group-prepend > .btn,
.halte-taxi-widget .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.halte-taxi-widget .input-group-sm > .form-control:not(textarea),
.halte-taxi-widget .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.halte-taxi-widget .input-group-sm > .form-control,
.halte-taxi-widget .input-group-sm > .custom-select,
.halte-taxi-widget .input-group-sm > .input-group-prepend > .input-group-text,
.halte-taxi-widget .input-group-sm > .input-group-append > .input-group-text,
.halte-taxi-widget .input-group-sm > .input-group-prepend > .btn,
.halte-taxi-widget .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.halte-taxi-widget .input-group-lg > .custom-select,
.halte-taxi-widget .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.halte-taxi-widget .input-group > .input-group-prepend > .btn,
.halte-taxi-widget .input-group > .input-group-prepend > .input-group-text,
.halte-taxi-widget .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.halte-taxi-widget .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.halte-taxi-widget .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.halte-taxi-widget .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.halte-taxi-widget .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.halte-taxi-widget .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.halte-taxi-widget .input-group > .input-group-append > .btn,
.halte-taxi-widget .input-group > .input-group-append > .input-group-text,
.halte-taxi-widget .input-group > .input-group-prepend:not(:first-child) > .btn,
.halte-taxi-widget .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.halte-taxi-widget .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.halte-taxi-widget .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.halte-taxi-widget .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.halte-taxi-widget .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.halte-taxi-widget .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.halte-taxi-widget .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.halte-taxi-widget .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.halte-taxi-widget .custom-control-input[disabled] ~ .custom-control-label,
.halte-taxi-widget .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.halte-taxi-widget .custom-control-input[disabled] ~ .custom-control-label::before,
.halte-taxi-widget .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.halte-taxi-widget .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.halte-taxi-widget .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.halte-taxi-widget .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.halte-taxi-widget .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.halte-taxi-widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.halte-taxi-widget .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.halte-taxi-widget .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.halte-taxi-widget .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.halte-taxi-widget .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.halte-taxi-widget .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .custom-switch {
  padding-left: 2.25rem;
}
.halte-taxi-widget .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.halte-taxi-widget .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.halte-taxi-widget .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.halte-taxi-widget .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.halte-taxi-widget .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.halte-taxi-widget .custom-select[multiple],
.halte-taxi-widget .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.halte-taxi-widget .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.halte-taxi-widget .custom-select::-ms-expand {
  display: none;
}
.halte-taxi-widget .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.halte-taxi-widget .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.halte-taxi-widget .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.halte-taxi-widget .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.halte-taxi-widget .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.halte-taxi-widget .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .custom-file-input[disabled] ~ .custom-file-label,
.halte-taxi-widget .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.halte-taxi-widget .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.halte-taxi-widget .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.halte-taxi-widget .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.halte-taxi-widget .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.halte-taxi-widget .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.halte-taxi-widget .custom-range:focus {
  outline: 0;
}
.halte-taxi-widget .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .custom-range::-moz-focus-outer {
  border: 0;
}
.halte-taxi-widget .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.halte-taxi-widget .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.halte-taxi-widget .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.halte-taxi-widget .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.halte-taxi-widget .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.halte-taxi-widget .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.halte-taxi-widget .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.halte-taxi-widget .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.halte-taxi-widget .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.halte-taxi-widget .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.halte-taxi-widget .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.halte-taxi-widget .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.halte-taxi-widget .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.halte-taxi-widget .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.halte-taxi-widget .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.halte-taxi-widget .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.halte-taxi-widget .custom-control-label::before,
.halte-taxi-widget .custom-file-label,
.halte-taxi-widget .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .custom-control-label::before,
.halte-taxi-widget .custom-file-label,
.halte-taxi-widget .custom-select {
    transition: none;
  }
}
.halte-taxi-widget .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.halte-taxi-widget .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.halte-taxi-widget .nav-link:hover,
.halte-taxi-widget .nav-link:focus {
  text-decoration: none;
}
.halte-taxi-widget .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.halte-taxi-widget .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.halte-taxi-widget .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.halte-taxi-widget .nav-tabs .nav-link:hover,
.halte-taxi-widget .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.halte-taxi-widget .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.halte-taxi-widget .nav-tabs .nav-link.active,
.halte-taxi-widget .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.halte-taxi-widget .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.halte-taxi-widget .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.halte-taxi-widget .nav-pills .nav-link.active,
.halte-taxi-widget .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.halte-taxi-widget .nav-fill > .nav-link,
.halte-taxi-widget .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.halte-taxi-widget .nav-justified > .nav-link,
.halte-taxi-widget .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.halte-taxi-widget .tab-content > .tab-pane {
  display: none;
}
.halte-taxi-widget .tab-content > .active {
  display: block;
}
.halte-taxi-widget .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.halte-taxi-widget .navbar .container,
.halte-taxi-widget .navbar .container-fluid,
.halte-taxi-widget .navbar .container-xxl,
.halte-taxi-widget .navbar .container-sm,
.halte-taxi-widget .navbar .container-md,
.halte-taxi-widget .navbar .container-lg,
.halte-taxi-widget .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.halte-taxi-widget .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.halte-taxi-widget .navbar-brand:hover,
.halte-taxi-widget .navbar-brand:focus {
  text-decoration: none;
}
.halte-taxi-widget .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.halte-taxi-widget .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.halte-taxi-widget .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.halte-taxi-widget .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.halte-taxi-widget .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.halte-taxi-widget .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.halte-taxi-widget .navbar-toggler:hover,
.halte-taxi-widget .navbar-toggler:focus {
  text-decoration: none;
}
.halte-taxi-widget .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.halte-taxi-widget .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .halte-taxi-widget .navbar-expand-sm > .container,
.halte-taxi-widget .navbar-expand-sm > .container-fluid,
.halte-taxi-widget .navbar-expand-sm > .container-xxl,
.halte-taxi-widget .navbar-expand-sm > .container-sm,
.halte-taxi-widget .navbar-expand-sm > .container-md,
.halte-taxi-widget .navbar-expand-sm > .container-lg,
.halte-taxi-widget .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .halte-taxi-widget .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .halte-taxi-widget .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .halte-taxi-widget .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .halte-taxi-widget .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .halte-taxi-widget .navbar-expand-sm > .container,
.halte-taxi-widget .navbar-expand-sm > .container-fluid,
.halte-taxi-widget .navbar-expand-sm > .container-xxl,
.halte-taxi-widget .navbar-expand-sm > .container-sm,
.halte-taxi-widget .navbar-expand-sm > .container-md,
.halte-taxi-widget .navbar-expand-sm > .container-lg,
.halte-taxi-widget .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .halte-taxi-widget .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .halte-taxi-widget .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .halte-taxi-widget .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .halte-taxi-widget .navbar-expand-md > .container,
.halte-taxi-widget .navbar-expand-md > .container-fluid,
.halte-taxi-widget .navbar-expand-md > .container-xxl,
.halte-taxi-widget .navbar-expand-md > .container-sm,
.halte-taxi-widget .navbar-expand-md > .container-md,
.halte-taxi-widget .navbar-expand-md > .container-lg,
.halte-taxi-widget .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .halte-taxi-widget .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .halte-taxi-widget .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .halte-taxi-widget .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .halte-taxi-widget .navbar-expand-md > .container,
.halte-taxi-widget .navbar-expand-md > .container-fluid,
.halte-taxi-widget .navbar-expand-md > .container-xxl,
.halte-taxi-widget .navbar-expand-md > .container-sm,
.halte-taxi-widget .navbar-expand-md > .container-md,
.halte-taxi-widget .navbar-expand-md > .container-lg,
.halte-taxi-widget .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .halte-taxi-widget .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .halte-taxi-widget .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .halte-taxi-widget .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .halte-taxi-widget .navbar-expand-lg > .container,
.halte-taxi-widget .navbar-expand-lg > .container-fluid,
.halte-taxi-widget .navbar-expand-lg > .container-xxl,
.halte-taxi-widget .navbar-expand-lg > .container-sm,
.halte-taxi-widget .navbar-expand-lg > .container-md,
.halte-taxi-widget .navbar-expand-lg > .container-lg,
.halte-taxi-widget .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .halte-taxi-widget .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .halte-taxi-widget .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .halte-taxi-widget .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .halte-taxi-widget .navbar-expand-lg > .container,
.halte-taxi-widget .navbar-expand-lg > .container-fluid,
.halte-taxi-widget .navbar-expand-lg > .container-xxl,
.halte-taxi-widget .navbar-expand-lg > .container-sm,
.halte-taxi-widget .navbar-expand-lg > .container-md,
.halte-taxi-widget .navbar-expand-lg > .container-lg,
.halte-taxi-widget .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .halte-taxi-widget .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .halte-taxi-widget .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .halte-taxi-widget .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .halte-taxi-widget .navbar-expand-xl > .container,
.halte-taxi-widget .navbar-expand-xl > .container-fluid,
.halte-taxi-widget .navbar-expand-xl > .container-xxl,
.halte-taxi-widget .navbar-expand-xl > .container-sm,
.halte-taxi-widget .navbar-expand-xl > .container-md,
.halte-taxi-widget .navbar-expand-xl > .container-lg,
.halte-taxi-widget .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .halte-taxi-widget .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .halte-taxi-widget .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .halte-taxi-widget .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .halte-taxi-widget .navbar-expand-xl > .container,
.halte-taxi-widget .navbar-expand-xl > .container-fluid,
.halte-taxi-widget .navbar-expand-xl > .container-xxl,
.halte-taxi-widget .navbar-expand-xl > .container-sm,
.halte-taxi-widget .navbar-expand-xl > .container-md,
.halte-taxi-widget .navbar-expand-xl > .container-lg,
.halte-taxi-widget .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .halte-taxi-widget .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .halte-taxi-widget .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .halte-taxi-widget .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.halte-taxi-widget .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.halte-taxi-widget .navbar-expand > .container,
.halte-taxi-widget .navbar-expand > .container-fluid,
.halte-taxi-widget .navbar-expand > .container-xxl,
.halte-taxi-widget .navbar-expand > .container-sm,
.halte-taxi-widget .navbar-expand > .container-md,
.halte-taxi-widget .navbar-expand > .container-lg,
.halte-taxi-widget .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.halte-taxi-widget .navbar-expand .navbar-nav {
  flex-direction: row;
}
.halte-taxi-widget .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.halte-taxi-widget .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.halte-taxi-widget .navbar-expand > .container,
.halte-taxi-widget .navbar-expand > .container-fluid,
.halte-taxi-widget .navbar-expand > .container-xxl,
.halte-taxi-widget .navbar-expand > .container-sm,
.halte-taxi-widget .navbar-expand > .container-md,
.halte-taxi-widget .navbar-expand > .container-lg,
.halte-taxi-widget .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.halte-taxi-widget .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.halte-taxi-widget .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.halte-taxi-widget .navbar-expand .navbar-toggler {
  display: none;
}
.halte-taxi-widget .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.halte-taxi-widget .navbar-light .navbar-brand:hover,
.halte-taxi-widget .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.halte-taxi-widget .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.halte-taxi-widget .navbar-light .navbar-nav .nav-link:hover,
.halte-taxi-widget .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.halte-taxi-widget .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.halte-taxi-widget .navbar-light .navbar-nav .show > .nav-link,
.halte-taxi-widget .navbar-light .navbar-nav .active > .nav-link,
.halte-taxi-widget .navbar-light .navbar-nav .nav-link.show,
.halte-taxi-widget .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.halte-taxi-widget .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.halte-taxi-widget .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.halte-taxi-widget .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.halte-taxi-widget .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.halte-taxi-widget .navbar-light .navbar-text a:hover,
.halte-taxi-widget .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.halte-taxi-widget .navbar-dark .navbar-brand {
  color: #fff;
}
.halte-taxi-widget .navbar-dark .navbar-brand:hover,
.halte-taxi-widget .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.halte-taxi-widget .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.halte-taxi-widget .navbar-dark .navbar-nav .nav-link:hover,
.halte-taxi-widget .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.halte-taxi-widget .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.halte-taxi-widget .navbar-dark .navbar-nav .show > .nav-link,
.halte-taxi-widget .navbar-dark .navbar-nav .active > .nav-link,
.halte-taxi-widget .navbar-dark .navbar-nav .nav-link.show,
.halte-taxi-widget .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.halte-taxi-widget .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.halte-taxi-widget .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.halte-taxi-widget .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.halte-taxi-widget .navbar-dark .navbar-text a {
  color: #fff;
}
.halte-taxi-widget .navbar-dark .navbar-text a:hover,
.halte-taxi-widget .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.halte-taxi-widget .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.halte-taxi-widget .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.halte-taxi-widget .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.halte-taxi-widget .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.halte-taxi-widget .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.halte-taxi-widget .card > .card-header + .list-group,
.halte-taxi-widget .card > .list-group + .card-footer {
  border-top: 0;
}
.halte-taxi-widget .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.halte-taxi-widget .card-title {
  margin-bottom: 0.75rem;
}
.halte-taxi-widget .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.halte-taxi-widget .card-text:last-child {
  margin-bottom: 0;
}
.halte-taxi-widget .card-link:hover {
  text-decoration: none;
}
.halte-taxi-widget .card-link + .card-link {
  margin-left: 1.25rem;
}
.halte-taxi-widget .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.halte-taxi-widget .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.halte-taxi-widget .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.halte-taxi-widget .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.halte-taxi-widget .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.halte-taxi-widget .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.halte-taxi-widget .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.halte-taxi-widget .card-img,
.halte-taxi-widget .card-img-top,
.halte-taxi-widget .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.halte-taxi-widget .card-img,
.halte-taxi-widget .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.halte-taxi-widget .card-img,
.halte-taxi-widget .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.halte-taxi-widget .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .halte-taxi-widget .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .halte-taxi-widget .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.halte-taxi-widget .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .halte-taxi-widget .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .halte-taxi-widget .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .halte-taxi-widget .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .halte-taxi-widget .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .halte-taxi-widget .card-group > .card:not(:last-child) .card-img-top,
.halte-taxi-widget .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .halte-taxi-widget .card-group > .card:not(:last-child) .card-img-bottom,
.halte-taxi-widget .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .halte-taxi-widget .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .halte-taxi-widget .card-group > .card:not(:first-child) .card-img-top,
.halte-taxi-widget .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .halte-taxi-widget .card-group > .card:not(:first-child) .card-img-bottom,
.halte-taxi-widget .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.halte-taxi-widget .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .halte-taxi-widget .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .halte-taxi-widget .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.halte-taxi-widget .accordion {
  overflow-anchor: none;
}
.halte-taxi-widget .accordion > .card {
  overflow: hidden;
}
.halte-taxi-widget .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.halte-taxi-widget .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.halte-taxi-widget .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.halte-taxi-widget .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.halte-taxi-widget .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.halte-taxi-widget .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.halte-taxi-widget .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.halte-taxi-widget .breadcrumb-item.active {
  color: #6c757d;
}
.halte-taxi-widget .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.halte-taxi-widget .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.halte-taxi-widget .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.halte-taxi-widget .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.halte-taxi-widget .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.halte-taxi-widget .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.halte-taxi-widget .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.halte-taxi-widget .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.halte-taxi-widget .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.halte-taxi-widget .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.halte-taxi-widget .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.halte-taxi-widget .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.halte-taxi-widget .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.halte-taxi-widget .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .badge {
    transition: none;
  }
}
.halte-taxi-widget a.badge:hover,
.halte-taxi-widget a.badge:focus {
  text-decoration: none;
}
.halte-taxi-widget .badge:empty {
  display: none;
}
.halte-taxi-widget .btn .badge {
  position: relative;
  top: -1px;
}
.halte-taxi-widget .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.halte-taxi-widget .badge-primary {
  color: #fff;
  background-color: #007bff;
}
.halte-taxi-widget a.badge-primary:hover,
.halte-taxi-widget a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
.halte-taxi-widget a.badge-primary:focus,
.halte-taxi-widget a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.halte-taxi-widget .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.halte-taxi-widget a.badge-secondary:hover,
.halte-taxi-widget a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
.halte-taxi-widget a.badge-secondary:focus,
.halte-taxi-widget a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.halte-taxi-widget .badge-success {
  color: #fff;
  background-color: #28a745;
}
.halte-taxi-widget a.badge-success:hover,
.halte-taxi-widget a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
.halte-taxi-widget a.badge-success:focus,
.halte-taxi-widget a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.halte-taxi-widget .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.halte-taxi-widget a.badge-info:hover,
.halte-taxi-widget a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
.halte-taxi-widget a.badge-info:focus,
.halte-taxi-widget a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.halte-taxi-widget .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.halte-taxi-widget a.badge-warning:hover,
.halte-taxi-widget a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
.halte-taxi-widget a.badge-warning:focus,
.halte-taxi-widget a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.halte-taxi-widget .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.halte-taxi-widget a.badge-danger:hover,
.halte-taxi-widget a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
.halte-taxi-widget a.badge-danger:focus,
.halte-taxi-widget a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.halte-taxi-widget .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.halte-taxi-widget a.badge-light:hover,
.halte-taxi-widget a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
.halte-taxi-widget a.badge-light:focus,
.halte-taxi-widget a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.halte-taxi-widget .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.halte-taxi-widget a.badge-dark:hover,
.halte-taxi-widget a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
.halte-taxi-widget a.badge-dark:focus,
.halte-taxi-widget a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.halte-taxi-widget .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .halte-taxi-widget .jumbotron {
    padding: 4rem 2rem;
  }
}
.halte-taxi-widget .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.halte-taxi-widget .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.halte-taxi-widget .alert-heading {
  color: inherit;
}
.halte-taxi-widget .alert-link {
  font-weight: 700;
}
.halte-taxi-widget .alert-dismissible {
  padding-right: 4rem;
}
.halte-taxi-widget .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.halte-taxi-widget .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.halte-taxi-widget .alert-primary hr {
  border-top-color: #9fcdff;
}
.halte-taxi-widget .alert-primary .alert-link {
  color: #002752;
}
.halte-taxi-widget .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.halte-taxi-widget .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.halte-taxi-widget .alert-secondary .alert-link {
  color: #202326;
}
.halte-taxi-widget .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.halte-taxi-widget .alert-success hr {
  border-top-color: #b1dfbb;
}
.halte-taxi-widget .alert-success .alert-link {
  color: #0b2e13;
}
.halte-taxi-widget .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.halte-taxi-widget .alert-info hr {
  border-top-color: #abdde5;
}
.halte-taxi-widget .alert-info .alert-link {
  color: #062c33;
}
.halte-taxi-widget .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.halte-taxi-widget .alert-warning hr {
  border-top-color: #ffe8a1;
}
.halte-taxi-widget .alert-warning .alert-link {
  color: #533f03;
}
.halte-taxi-widget .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.halte-taxi-widget .alert-danger hr {
  border-top-color: #f1b0b7;
}
.halte-taxi-widget .alert-danger .alert-link {
  color: #491217;
}
.halte-taxi-widget .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.halte-taxi-widget .alert-light hr {
  border-top-color: #ececf6;
}
.halte-taxi-widget .alert-light .alert-link {
  color: #686868;
}
.halte-taxi-widget .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.halte-taxi-widget .alert-dark hr {
  border-top-color: #b9bbbe;
}
.halte-taxi-widget .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.halte-taxi-widget .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.halte-taxi-widget .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .progress-bar {
    transition: none;
  }
}
.halte-taxi-widget .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.halte-taxi-widget .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .progress-bar-animated {
    animation: none;
  }
}
.halte-taxi-widget .media {
  display: flex;
  align-items: flex-start;
}
.halte-taxi-widget .media-body {
  flex: 1;
}
.halte-taxi-widget .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.halte-taxi-widget .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.halte-taxi-widget .list-group-item-action:hover,
.halte-taxi-widget .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.halte-taxi-widget .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.halte-taxi-widget .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.halte-taxi-widget .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.halte-taxi-widget .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.halte-taxi-widget .list-group-item.disabled,
.halte-taxi-widget .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.halte-taxi-widget .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.halte-taxi-widget .list-group-item + .list-group-item {
  border-top-width: 0;
}
.halte-taxi-widget .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.halte-taxi-widget .list-group-horizontal {
  flex-direction: row;
}
.halte-taxi-widget .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.halte-taxi-widget .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.halte-taxi-widget .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.halte-taxi-widget .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.halte-taxi-widget .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .halte-taxi-widget .list-group-horizontal-sm {
    flex-direction: row;
  }
  .halte-taxi-widget .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .halte-taxi-widget .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .halte-taxi-widget .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .list-group-horizontal-md {
    flex-direction: row;
  }
  .halte-taxi-widget .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .halte-taxi-widget .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .halte-taxi-widget .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .list-group-horizontal-lg {
    flex-direction: row;
  }
  .halte-taxi-widget .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .halte-taxi-widget .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .halte-taxi-widget .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .list-group-horizontal-xl {
    flex-direction: row;
  }
  .halte-taxi-widget .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .halte-taxi-widget .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .halte-taxi-widget .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .halte-taxi-widget .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.halte-taxi-widget .list-group-flush {
  border-radius: 0;
}
.halte-taxi-widget .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.halte-taxi-widget .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.halte-taxi-widget .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.halte-taxi-widget .list-group-item-primary.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.halte-taxi-widget .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.halte-taxi-widget .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.halte-taxi-widget .list-group-item-secondary.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.halte-taxi-widget .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.halte-taxi-widget .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.halte-taxi-widget .list-group-item-success.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.halte-taxi-widget .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.halte-taxi-widget .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.halte-taxi-widget .list-group-item-info.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.halte-taxi-widget .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.halte-taxi-widget .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.halte-taxi-widget .list-group-item-warning.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.halte-taxi-widget .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.halte-taxi-widget .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.halte-taxi-widget .list-group-item-danger.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.halte-taxi-widget .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.halte-taxi-widget .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.halte-taxi-widget .list-group-item-light.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.halte-taxi-widget .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.halte-taxi-widget .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.halte-taxi-widget .list-group-item-dark.list-group-item-action:hover,
.halte-taxi-widget .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.halte-taxi-widget .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.halte-taxi-widget .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.halte-taxi-widget .close:hover {
  color: #000;
  text-decoration: none;
}
.halte-taxi-widget .close:not(:disabled):not(.disabled):hover,
.halte-taxi-widget .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.halte-taxi-widget button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.halte-taxi-widget a.close.disabled {
  pointer-events: none;
}
.halte-taxi-widget .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.halte-taxi-widget .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.halte-taxi-widget .toast.showing {
  opacity: 1;
}
.halte-taxi-widget .toast.show {
  display: block;
  opacity: 1;
}
.halte-taxi-widget .toast.hide {
  display: none;
}
.halte-taxi-widget .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.halte-taxi-widget .toast-body {
  padding: 0.75rem;
}
.halte-taxi-widget .modal-open {
  overflow: hidden;
}
.halte-taxi-widget .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.halte-taxi-widget .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.halte-taxi-widget .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.halte-taxi-widget .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .modal.fade .modal-dialog {
    transition: none;
  }
}
.halte-taxi-widget .modal.show .modal-dialog {
  transform: none;
}
.halte-taxi-widget .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.halte-taxi-widget .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.halte-taxi-widget .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.halte-taxi-widget .modal-dialog-scrollable .modal-header,
.halte-taxi-widget .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.halte-taxi-widget .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.halte-taxi-widget .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.halte-taxi-widget .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.halte-taxi-widget .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.halte-taxi-widget .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.halte-taxi-widget .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.halte-taxi-widget .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.halte-taxi-widget .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.halte-taxi-widget .modal-backdrop.fade {
  opacity: 0;
}
.halte-taxi-widget .modal-backdrop.show {
  opacity: 0.5;
}
.halte-taxi-widget .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.halte-taxi-widget .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.halte-taxi-widget .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.halte-taxi-widget .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.halte-taxi-widget .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.halte-taxi-widget .modal-footer > * {
  margin: 0.25rem;
}
.halte-taxi-widget .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .halte-taxi-widget .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .halte-taxi-widget .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .halte-taxi-widget .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .halte-taxi-widget .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .halte-taxi-widget .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .halte-taxi-widget .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .modal-lg,
.halte-taxi-widget .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .modal-xl {
    max-width: 1140px;
  }
}
.halte-taxi-widget .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.halte-taxi-widget .tooltip.show {
  opacity: 0.9;
}
.halte-taxi-widget .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.halte-taxi-widget .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.halte-taxi-widget .bs-tooltip-top,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.halte-taxi-widget .bs-tooltip-top .arrow,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.halte-taxi-widget .bs-tooltip-top .arrow::before,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.halte-taxi-widget .bs-tooltip-right,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.halte-taxi-widget .bs-tooltip-right .arrow,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.halte-taxi-widget .bs-tooltip-right .arrow::before,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.halte-taxi-widget .bs-tooltip-bottom,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.halte-taxi-widget .bs-tooltip-bottom .arrow,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.halte-taxi-widget .bs-tooltip-bottom .arrow::before,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.halte-taxi-widget .bs-tooltip-left,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.halte-taxi-widget .bs-tooltip-left .arrow,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.halte-taxi-widget .bs-tooltip-left .arrow::before,
.halte-taxi-widget .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.halte-taxi-widget .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.halte-taxi-widget .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.halte-taxi-widget .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.halte-taxi-widget .popover .arrow::before,
.halte-taxi-widget .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.halte-taxi-widget .bs-popover-top,
.halte-taxi-widget .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.halte-taxi-widget .bs-popover-top > .arrow,
.halte-taxi-widget .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.halte-taxi-widget .bs-popover-top > .arrow::before,
.halte-taxi-widget .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.halte-taxi-widget .bs-popover-top > .arrow::after,
.halte-taxi-widget .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.halte-taxi-widget .bs-popover-right,
.halte-taxi-widget .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.halte-taxi-widget .bs-popover-right > .arrow,
.halte-taxi-widget .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.halte-taxi-widget .bs-popover-right > .arrow::before,
.halte-taxi-widget .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.halte-taxi-widget .bs-popover-right > .arrow::after,
.halte-taxi-widget .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.halte-taxi-widget .bs-popover-bottom,
.halte-taxi-widget .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.halte-taxi-widget .bs-popover-bottom > .arrow,
.halte-taxi-widget .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.halte-taxi-widget .bs-popover-bottom > .arrow::before,
.halte-taxi-widget .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.halte-taxi-widget .bs-popover-bottom > .arrow::after,
.halte-taxi-widget .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.halte-taxi-widget .bs-popover-bottom .popover-header::before,
.halte-taxi-widget .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.halte-taxi-widget .bs-popover-left,
.halte-taxi-widget .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.halte-taxi-widget .bs-popover-left > .arrow,
.halte-taxi-widget .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.halte-taxi-widget .bs-popover-left > .arrow::before,
.halte-taxi-widget .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.halte-taxi-widget .bs-popover-left > .arrow::after,
.halte-taxi-widget .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.halte-taxi-widget .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.halte-taxi-widget .popover-header:empty {
  display: none;
}
.halte-taxi-widget .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.halte-taxi-widget .carousel {
  position: relative;
}
.halte-taxi-widget .carousel.pointer-event {
  touch-action: pan-y;
}
.halte-taxi-widget .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.halte-taxi-widget .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.halte-taxi-widget .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .carousel-item {
    transition: none;
  }
}
.halte-taxi-widget .carousel-item.active,
.halte-taxi-widget .carousel-item-next,
.halte-taxi-widget .carousel-item-prev {
  display: block;
}
.halte-taxi-widget .carousel-item-next:not(.carousel-item-left),
.halte-taxi-widget .active.carousel-item-right {
  transform: translateX(100%);
}
.halte-taxi-widget .carousel-item-prev:not(.carousel-item-right),
.halte-taxi-widget .active.carousel-item-left {
  transform: translateX(-100%);
}
.halte-taxi-widget .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.halte-taxi-widget .carousel-fade .carousel-item.active,
.halte-taxi-widget .carousel-fade .carousel-item-next.carousel-item-left,
.halte-taxi-widget .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.halte-taxi-widget .carousel-fade .active.carousel-item-left,
.halte-taxi-widget .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .carousel-fade .active.carousel-item-left,
.halte-taxi-widget .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.halte-taxi-widget .carousel-control-prev,
.halte-taxi-widget .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .carousel-control-prev,
.halte-taxi-widget .carousel-control-next {
    transition: none;
  }
}
.halte-taxi-widget .carousel-control-prev:hover,
.halte-taxi-widget .carousel-control-prev:focus,
.halte-taxi-widget .carousel-control-next:hover,
.halte-taxi-widget .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.halte-taxi-widget .carousel-control-prev {
  left: 0;
}
.halte-taxi-widget .carousel-control-next {
  right: 0;
}
.halte-taxi-widget .carousel-control-prev-icon,
.halte-taxi-widget .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.halte-taxi-widget .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.halte-taxi-widget .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.halte-taxi-widget .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.halte-taxi-widget .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .carousel-indicators li {
    transition: none;
  }
}
.halte-taxi-widget .carousel-indicators .active {
  opacity: 1;
}
.halte-taxi-widget .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.halte-taxi-widget .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.halte-taxi-widget .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.halte-taxi-widget .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.halte-taxi-widget .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .halte-taxi-widget .spinner-border,
.halte-taxi-widget .spinner-grow {
    animation-duration: 1.5s;
  }
}
.halte-taxi-widget .align-baseline {
  vertical-align: baseline !important;
}
.halte-taxi-widget .align-top {
  vertical-align: top !important;
}
.halte-taxi-widget .align-middle {
  vertical-align: middle !important;
}
.halte-taxi-widget .align-bottom {
  vertical-align: bottom !important;
}
.halte-taxi-widget .align-text-bottom {
  vertical-align: text-bottom !important;
}
.halte-taxi-widget .align-text-top {
  vertical-align: text-top !important;
}
.halte-taxi-widget .bg-primary {
  background-color: #007bff !important;
}
.halte-taxi-widget a.bg-primary:hover,
.halte-taxi-widget a.bg-primary:focus,
.halte-taxi-widget button.bg-primary:hover,
.halte-taxi-widget button.bg-primary:focus {
  background-color: #0062cc !important;
}
.halte-taxi-widget .bg-secondary {
  background-color: #6c757d !important;
}
.halte-taxi-widget a.bg-secondary:hover,
.halte-taxi-widget a.bg-secondary:focus,
.halte-taxi-widget button.bg-secondary:hover,
.halte-taxi-widget button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.halte-taxi-widget .bg-success {
  background-color: #28a745 !important;
}
.halte-taxi-widget a.bg-success:hover,
.halte-taxi-widget a.bg-success:focus,
.halte-taxi-widget button.bg-success:hover,
.halte-taxi-widget button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.halte-taxi-widget .bg-info {
  background-color: #17a2b8 !important;
}
.halte-taxi-widget a.bg-info:hover,
.halte-taxi-widget a.bg-info:focus,
.halte-taxi-widget button.bg-info:hover,
.halte-taxi-widget button.bg-info:focus {
  background-color: #117a8b !important;
}
.halte-taxi-widget .bg-warning {
  background-color: #ffc107 !important;
}
.halte-taxi-widget a.bg-warning:hover,
.halte-taxi-widget a.bg-warning:focus,
.halte-taxi-widget button.bg-warning:hover,
.halte-taxi-widget button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.halte-taxi-widget .bg-danger {
  background-color: #dc3545 !important;
}
.halte-taxi-widget a.bg-danger:hover,
.halte-taxi-widget a.bg-danger:focus,
.halte-taxi-widget button.bg-danger:hover,
.halte-taxi-widget button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.halte-taxi-widget .bg-light {
  background-color: #f8f9fa !important;
}
.halte-taxi-widget a.bg-light:hover,
.halte-taxi-widget a.bg-light:focus,
.halte-taxi-widget button.bg-light:hover,
.halte-taxi-widget button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.halte-taxi-widget .bg-dark {
  background-color: #343a40 !important;
}
.halte-taxi-widget a.bg-dark:hover,
.halte-taxi-widget a.bg-dark:focus,
.halte-taxi-widget button.bg-dark:hover,
.halte-taxi-widget button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.halte-taxi-widget .bg-white {
  background-color: #fff !important;
}
.halte-taxi-widget .bg-transparent {
  background-color: transparent !important;
}
.halte-taxi-widget .border {
  border: 1px solid #dee2e6 !important;
}
.halte-taxi-widget .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.halte-taxi-widget .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.halte-taxi-widget .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.halte-taxi-widget .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.halte-taxi-widget .border-0 {
  border: 0 !important;
}
.halte-taxi-widget .border-top-0 {
  border-top: 0 !important;
}
.halte-taxi-widget .border-right-0 {
  border-right: 0 !important;
}
.halte-taxi-widget .border-bottom-0 {
  border-bottom: 0 !important;
}
.halte-taxi-widget .border-left-0 {
  border-left: 0 !important;
}
.halte-taxi-widget .border-primary {
  border-color: #007bff !important;
}
.halte-taxi-widget .border-secondary {
  border-color: #6c757d !important;
}
.halte-taxi-widget .border-success {
  border-color: #28a745 !important;
}
.halte-taxi-widget .border-info {
  border-color: #17a2b8 !important;
}
.halte-taxi-widget .border-warning {
  border-color: #ffc107 !important;
}
.halte-taxi-widget .border-danger {
  border-color: #dc3545 !important;
}
.halte-taxi-widget .border-light {
  border-color: #f8f9fa !important;
}
.halte-taxi-widget .border-dark {
  border-color: #343a40 !important;
}
.halte-taxi-widget .border-white {
  border-color: #fff !important;
}
.halte-taxi-widget .rounded-sm {
  border-radius: 0.2rem !important;
}
.halte-taxi-widget .rounded {
  border-radius: 0.25rem !important;
}
.halte-taxi-widget .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.halte-taxi-widget .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.halte-taxi-widget .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.halte-taxi-widget .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.halte-taxi-widget .rounded-lg {
  border-radius: 0.3rem !important;
}
.halte-taxi-widget .rounded-circle {
  border-radius: 50% !important;
}
.halte-taxi-widget .rounded-pill {
  border-radius: 50rem !important;
}
.halte-taxi-widget .rounded-0 {
  border-radius: 0 !important;
}
.halte-taxi-widget .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.halte-taxi-widget .d-none {
  display: none !important;
}
.halte-taxi-widget .d-inline {
  display: inline !important;
}
.halte-taxi-widget .d-inline-block {
  display: inline-block !important;
}
.halte-taxi-widget .d-block {
  display: block !important;
}
.halte-taxi-widget .d-table {
  display: table !important;
}
.halte-taxi-widget .d-table-row {
  display: table-row !important;
}
.halte-taxi-widget .d-table-cell {
  display: table-cell !important;
}
.halte-taxi-widget .d-flex {
  display: flex !important;
}
.halte-taxi-widget .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .halte-taxi-widget .d-sm-none {
    display: none !important;
  }
  .halte-taxi-widget .d-sm-inline {
    display: inline !important;
  }
  .halte-taxi-widget .d-sm-inline-block {
    display: inline-block !important;
  }
  .halte-taxi-widget .d-sm-block {
    display: block !important;
  }
  .halte-taxi-widget .d-sm-table {
    display: table !important;
  }
  .halte-taxi-widget .d-sm-table-row {
    display: table-row !important;
  }
  .halte-taxi-widget .d-sm-table-cell {
    display: table-cell !important;
  }
  .halte-taxi-widget .d-sm-flex {
    display: flex !important;
  }
  .halte-taxi-widget .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .d-md-none {
    display: none !important;
  }
  .halte-taxi-widget .d-md-inline {
    display: inline !important;
  }
  .halte-taxi-widget .d-md-inline-block {
    display: inline-block !important;
  }
  .halte-taxi-widget .d-md-block {
    display: block !important;
  }
  .halte-taxi-widget .d-md-table {
    display: table !important;
  }
  .halte-taxi-widget .d-md-table-row {
    display: table-row !important;
  }
  .halte-taxi-widget .d-md-table-cell {
    display: table-cell !important;
  }
  .halte-taxi-widget .d-md-flex {
    display: flex !important;
  }
  .halte-taxi-widget .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .d-lg-none {
    display: none !important;
  }
  .halte-taxi-widget .d-lg-inline {
    display: inline !important;
  }
  .halte-taxi-widget .d-lg-inline-block {
    display: inline-block !important;
  }
  .halte-taxi-widget .d-lg-block {
    display: block !important;
  }
  .halte-taxi-widget .d-lg-table {
    display: table !important;
  }
  .halte-taxi-widget .d-lg-table-row {
    display: table-row !important;
  }
  .halte-taxi-widget .d-lg-table-cell {
    display: table-cell !important;
  }
  .halte-taxi-widget .d-lg-flex {
    display: flex !important;
  }
  .halte-taxi-widget .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .d-xl-none {
    display: none !important;
  }
  .halte-taxi-widget .d-xl-inline {
    display: inline !important;
  }
  .halte-taxi-widget .d-xl-inline-block {
    display: inline-block !important;
  }
  .halte-taxi-widget .d-xl-block {
    display: block !important;
  }
  .halte-taxi-widget .d-xl-table {
    display: table !important;
  }
  .halte-taxi-widget .d-xl-table-row {
    display: table-row !important;
  }
  .halte-taxi-widget .d-xl-table-cell {
    display: table-cell !important;
  }
  .halte-taxi-widget .d-xl-flex {
    display: flex !important;
  }
  .halte-taxi-widget .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .halte-taxi-widget .d-print-none {
    display: none !important;
  }
  .halte-taxi-widget .d-print-inline {
    display: inline !important;
  }
  .halte-taxi-widget .d-print-inline-block {
    display: inline-block !important;
  }
  .halte-taxi-widget .d-print-block {
    display: block !important;
  }
  .halte-taxi-widget .d-print-table {
    display: table !important;
  }
  .halte-taxi-widget .d-print-table-row {
    display: table-row !important;
  }
  .halte-taxi-widget .d-print-table-cell {
    display: table-cell !important;
  }
  .halte-taxi-widget .d-print-flex {
    display: flex !important;
  }
  .halte-taxi-widget .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.halte-taxi-widget .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.halte-taxi-widget .embed-responsive::before {
  display: block;
  content: "";
}
.halte-taxi-widget .embed-responsive .embed-responsive-item,
.halte-taxi-widget .embed-responsive iframe,
.halte-taxi-widget .embed-responsive embed,
.halte-taxi-widget .embed-responsive object,
.halte-taxi-widget .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.halte-taxi-widget .embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.halte-taxi-widget .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.halte-taxi-widget .embed-responsive-4by3::before {
  padding-top: 75%;
}
.halte-taxi-widget .embed-responsive-1by1::before {
  padding-top: 100%;
}
.halte-taxi-widget .flex-row {
  flex-direction: row !important;
}
.halte-taxi-widget .flex-column {
  flex-direction: column !important;
}
.halte-taxi-widget .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.halte-taxi-widget .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.halte-taxi-widget .flex-wrap {
  flex-wrap: wrap !important;
}
.halte-taxi-widget .flex-nowrap {
  flex-wrap: nowrap !important;
}
.halte-taxi-widget .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.halte-taxi-widget .flex-fill {
  flex: 1 1 auto !important;
}
.halte-taxi-widget .flex-grow-0 {
  flex-grow: 0 !important;
}
.halte-taxi-widget .flex-grow-1 {
  flex-grow: 1 !important;
}
.halte-taxi-widget .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.halte-taxi-widget .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.halte-taxi-widget .justify-content-start {
  justify-content: flex-start !important;
}
.halte-taxi-widget .justify-content-end {
  justify-content: flex-end !important;
}
.halte-taxi-widget .justify-content-center {
  justify-content: center !important;
}
.halte-taxi-widget .justify-content-between {
  justify-content: space-between !important;
}
.halte-taxi-widget .justify-content-around {
  justify-content: space-around !important;
}
.halte-taxi-widget .align-items-start {
  align-items: flex-start !important;
}
.halte-taxi-widget .align-items-end {
  align-items: flex-end !important;
}
.halte-taxi-widget .align-items-center {
  align-items: center !important;
}
.halte-taxi-widget .align-items-baseline {
  align-items: baseline !important;
}
.halte-taxi-widget .align-items-stretch {
  align-items: stretch !important;
}
.halte-taxi-widget .align-content-start {
  align-content: flex-start !important;
}
.halte-taxi-widget .align-content-end {
  align-content: flex-end !important;
}
.halte-taxi-widget .align-content-center {
  align-content: center !important;
}
.halte-taxi-widget .align-content-between {
  align-content: space-between !important;
}
.halte-taxi-widget .align-content-around {
  align-content: space-around !important;
}
.halte-taxi-widget .align-content-stretch {
  align-content: stretch !important;
}
.halte-taxi-widget .align-self-auto {
  align-self: auto !important;
}
.halte-taxi-widget .align-self-start {
  align-self: flex-start !important;
}
.halte-taxi-widget .align-self-end {
  align-self: flex-end !important;
}
.halte-taxi-widget .align-self-center {
  align-self: center !important;
}
.halte-taxi-widget .align-self-baseline {
  align-self: baseline !important;
}
.halte-taxi-widget .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .halte-taxi-widget .flex-sm-row {
    flex-direction: row !important;
  }
  .halte-taxi-widget .flex-sm-column {
    flex-direction: column !important;
  }
  .halte-taxi-widget .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .halte-taxi-widget .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .halte-taxi-widget .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .halte-taxi-widget .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .halte-taxi-widget .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .halte-taxi-widget .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .halte-taxi-widget .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .halte-taxi-widget .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .halte-taxi-widget .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .halte-taxi-widget .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .halte-taxi-widget .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .halte-taxi-widget .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .halte-taxi-widget .justify-content-sm-center {
    justify-content: center !important;
  }
  .halte-taxi-widget .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .halte-taxi-widget .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .halte-taxi-widget .align-items-sm-start {
    align-items: flex-start !important;
  }
  .halte-taxi-widget .align-items-sm-end {
    align-items: flex-end !important;
  }
  .halte-taxi-widget .align-items-sm-center {
    align-items: center !important;
  }
  .halte-taxi-widget .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .halte-taxi-widget .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .halte-taxi-widget .align-content-sm-start {
    align-content: flex-start !important;
  }
  .halte-taxi-widget .align-content-sm-end {
    align-content: flex-end !important;
  }
  .halte-taxi-widget .align-content-sm-center {
    align-content: center !important;
  }
  .halte-taxi-widget .align-content-sm-between {
    align-content: space-between !important;
  }
  .halte-taxi-widget .align-content-sm-around {
    align-content: space-around !important;
  }
  .halte-taxi-widget .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .halte-taxi-widget .align-self-sm-auto {
    align-self: auto !important;
  }
  .halte-taxi-widget .align-self-sm-start {
    align-self: flex-start !important;
  }
  .halte-taxi-widget .align-self-sm-end {
    align-self: flex-end !important;
  }
  .halte-taxi-widget .align-self-sm-center {
    align-self: center !important;
  }
  .halte-taxi-widget .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .halte-taxi-widget .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .flex-md-row {
    flex-direction: row !important;
  }
  .halte-taxi-widget .flex-md-column {
    flex-direction: column !important;
  }
  .halte-taxi-widget .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .halte-taxi-widget .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .halte-taxi-widget .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .halte-taxi-widget .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .halte-taxi-widget .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .halte-taxi-widget .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .halte-taxi-widget .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .halte-taxi-widget .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .halte-taxi-widget .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .halte-taxi-widget .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .halte-taxi-widget .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .halte-taxi-widget .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .halte-taxi-widget .justify-content-md-center {
    justify-content: center !important;
  }
  .halte-taxi-widget .justify-content-md-between {
    justify-content: space-between !important;
  }
  .halte-taxi-widget .justify-content-md-around {
    justify-content: space-around !important;
  }
  .halte-taxi-widget .align-items-md-start {
    align-items: flex-start !important;
  }
  .halte-taxi-widget .align-items-md-end {
    align-items: flex-end !important;
  }
  .halte-taxi-widget .align-items-md-center {
    align-items: center !important;
  }
  .halte-taxi-widget .align-items-md-baseline {
    align-items: baseline !important;
  }
  .halte-taxi-widget .align-items-md-stretch {
    align-items: stretch !important;
  }
  .halte-taxi-widget .align-content-md-start {
    align-content: flex-start !important;
  }
  .halte-taxi-widget .align-content-md-end {
    align-content: flex-end !important;
  }
  .halte-taxi-widget .align-content-md-center {
    align-content: center !important;
  }
  .halte-taxi-widget .align-content-md-between {
    align-content: space-between !important;
  }
  .halte-taxi-widget .align-content-md-around {
    align-content: space-around !important;
  }
  .halte-taxi-widget .align-content-md-stretch {
    align-content: stretch !important;
  }
  .halte-taxi-widget .align-self-md-auto {
    align-self: auto !important;
  }
  .halte-taxi-widget .align-self-md-start {
    align-self: flex-start !important;
  }
  .halte-taxi-widget .align-self-md-end {
    align-self: flex-end !important;
  }
  .halte-taxi-widget .align-self-md-center {
    align-self: center !important;
  }
  .halte-taxi-widget .align-self-md-baseline {
    align-self: baseline !important;
  }
  .halte-taxi-widget .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .flex-lg-row {
    flex-direction: row !important;
  }
  .halte-taxi-widget .flex-lg-column {
    flex-direction: column !important;
  }
  .halte-taxi-widget .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .halte-taxi-widget .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .halte-taxi-widget .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .halte-taxi-widget .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .halte-taxi-widget .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .halte-taxi-widget .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .halte-taxi-widget .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .halte-taxi-widget .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .halte-taxi-widget .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .halte-taxi-widget .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .halte-taxi-widget .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .halte-taxi-widget .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .halte-taxi-widget .justify-content-lg-center {
    justify-content: center !important;
  }
  .halte-taxi-widget .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .halte-taxi-widget .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .halte-taxi-widget .align-items-lg-start {
    align-items: flex-start !important;
  }
  .halte-taxi-widget .align-items-lg-end {
    align-items: flex-end !important;
  }
  .halte-taxi-widget .align-items-lg-center {
    align-items: center !important;
  }
  .halte-taxi-widget .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .halte-taxi-widget .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .halte-taxi-widget .align-content-lg-start {
    align-content: flex-start !important;
  }
  .halte-taxi-widget .align-content-lg-end {
    align-content: flex-end !important;
  }
  .halte-taxi-widget .align-content-lg-center {
    align-content: center !important;
  }
  .halte-taxi-widget .align-content-lg-between {
    align-content: space-between !important;
  }
  .halte-taxi-widget .align-content-lg-around {
    align-content: space-around !important;
  }
  .halte-taxi-widget .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .halte-taxi-widget .align-self-lg-auto {
    align-self: auto !important;
  }
  .halte-taxi-widget .align-self-lg-start {
    align-self: flex-start !important;
  }
  .halte-taxi-widget .align-self-lg-end {
    align-self: flex-end !important;
  }
  .halte-taxi-widget .align-self-lg-center {
    align-self: center !important;
  }
  .halte-taxi-widget .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .halte-taxi-widget .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .flex-xl-row {
    flex-direction: row !important;
  }
  .halte-taxi-widget .flex-xl-column {
    flex-direction: column !important;
  }
  .halte-taxi-widget .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .halte-taxi-widget .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .halte-taxi-widget .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .halte-taxi-widget .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .halte-taxi-widget .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .halte-taxi-widget .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .halte-taxi-widget .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .halte-taxi-widget .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .halte-taxi-widget .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .halte-taxi-widget .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .halte-taxi-widget .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .halte-taxi-widget .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .halte-taxi-widget .justify-content-xl-center {
    justify-content: center !important;
  }
  .halte-taxi-widget .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .halte-taxi-widget .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .halte-taxi-widget .align-items-xl-start {
    align-items: flex-start !important;
  }
  .halte-taxi-widget .align-items-xl-end {
    align-items: flex-end !important;
  }
  .halte-taxi-widget .align-items-xl-center {
    align-items: center !important;
  }
  .halte-taxi-widget .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .halte-taxi-widget .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .halte-taxi-widget .align-content-xl-start {
    align-content: flex-start !important;
  }
  .halte-taxi-widget .align-content-xl-end {
    align-content: flex-end !important;
  }
  .halte-taxi-widget .align-content-xl-center {
    align-content: center !important;
  }
  .halte-taxi-widget .align-content-xl-between {
    align-content: space-between !important;
  }
  .halte-taxi-widget .align-content-xl-around {
    align-content: space-around !important;
  }
  .halte-taxi-widget .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .halte-taxi-widget .align-self-xl-auto {
    align-self: auto !important;
  }
  .halte-taxi-widget .align-self-xl-start {
    align-self: flex-start !important;
  }
  .halte-taxi-widget .align-self-xl-end {
    align-self: flex-end !important;
  }
  .halte-taxi-widget .align-self-xl-center {
    align-self: center !important;
  }
  .halte-taxi-widget .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .halte-taxi-widget .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.halte-taxi-widget .float-left {
  float: left !important;
}
.halte-taxi-widget .float-right {
  float: right !important;
}
.halte-taxi-widget .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .halte-taxi-widget .float-sm-left {
    float: left !important;
  }
  .halte-taxi-widget .float-sm-right {
    float: right !important;
  }
  .halte-taxi-widget .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .float-md-left {
    float: left !important;
  }
  .halte-taxi-widget .float-md-right {
    float: right !important;
  }
  .halte-taxi-widget .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .float-lg-left {
    float: left !important;
  }
  .halte-taxi-widget .float-lg-right {
    float: right !important;
  }
  .halte-taxi-widget .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .float-xl-left {
    float: left !important;
  }
  .halte-taxi-widget .float-xl-right {
    float: right !important;
  }
  .halte-taxi-widget .float-xl-none {
    float: none !important;
  }
}
.halte-taxi-widget .user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.halte-taxi-widget .user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.halte-taxi-widget .user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.halte-taxi-widget .overflow-auto {
  overflow: auto !important;
}
.halte-taxi-widget .overflow-hidden {
  overflow: hidden !important;
}
.halte-taxi-widget .position-static {
  position: static !important;
}
.halte-taxi-widget .position-relative {
  position: relative !important;
}
.halte-taxi-widget .position-absolute {
  position: absolute !important;
}
.halte-taxi-widget .position-fixed {
  position: fixed !important;
}
.halte-taxi-widget .position-sticky {
  position: sticky !important;
}
.halte-taxi-widget .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.halte-taxi-widget .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .halte-taxi-widget .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.halte-taxi-widget .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.halte-taxi-widget .sr-only-focusable:active,
.halte-taxi-widget .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.halte-taxi-widget .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.halte-taxi-widget .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.halte-taxi-widget .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.halte-taxi-widget .shadow-none {
  box-shadow: none !important;
}
.halte-taxi-widget .w-25 {
  width: 25% !important;
}
.halte-taxi-widget .w-50 {
  width: 50% !important;
}
.halte-taxi-widget .w-75 {
  width: 75% !important;
}
.halte-taxi-widget .w-100 {
  width: 100% !important;
}
.halte-taxi-widget .w-auto {
  width: auto !important;
}
.halte-taxi-widget .h-25 {
  height: 25% !important;
}
.halte-taxi-widget .h-50 {
  height: 50% !important;
}
.halte-taxi-widget .h-75 {
  height: 75% !important;
}
.halte-taxi-widget .h-100 {
  height: 100% !important;
}
.halte-taxi-widget .h-auto {
  height: auto !important;
}
.halte-taxi-widget .mw-100 {
  max-width: 100% !important;
}
.halte-taxi-widget .mh-100 {
  max-height: 100% !important;
}
.halte-taxi-widget .min-vw-100 {
  min-width: 100vw !important;
}
.halte-taxi-widget .min-vh-100 {
  min-height: 100vh !important;
}
.halte-taxi-widget .vw-100 {
  width: 100vw !important;
}
.halte-taxi-widget .vh-100 {
  height: 100vh !important;
}
.halte-taxi-widget .m-0 {
  margin: 0 !important;
}
.halte-taxi-widget .mt-0,
.halte-taxi-widget .my-0 {
  margin-top: 0 !important;
}
.halte-taxi-widget .mr-0,
.halte-taxi-widget .mx-0 {
  margin-right: 0 !important;
}
.halte-taxi-widget .mb-0,
.halte-taxi-widget .my-0 {
  margin-bottom: 0 !important;
}
.halte-taxi-widget .ml-0,
.halte-taxi-widget .mx-0 {
  margin-left: 0 !important;
}
.halte-taxi-widget .m-1 {
  margin: 0.25rem !important;
}
.halte-taxi-widget .mt-1,
.halte-taxi-widget .my-1 {
  margin-top: 0.25rem !important;
}
.halte-taxi-widget .mr-1,
.halte-taxi-widget .mx-1 {
  margin-right: 0.25rem !important;
}
.halte-taxi-widget .mb-1,
.halte-taxi-widget .my-1 {
  margin-bottom: 0.25rem !important;
}
.halte-taxi-widget .ml-1,
.halte-taxi-widget .mx-1 {
  margin-left: 0.25rem !important;
}
.halte-taxi-widget .m-2 {
  margin: 0.5rem !important;
}
.halte-taxi-widget .mt-2,
.halte-taxi-widget .my-2 {
  margin-top: 0.5rem !important;
}
.halte-taxi-widget .mr-2,
.halte-taxi-widget .mx-2 {
  margin-right: 0.5rem !important;
}
.halte-taxi-widget .mb-2,
.halte-taxi-widget .my-2 {
  margin-bottom: 0.5rem !important;
}
.halte-taxi-widget .ml-2,
.halte-taxi-widget .mx-2 {
  margin-left: 0.5rem !important;
}
.halte-taxi-widget .m-3 {
  margin: 1rem !important;
}
.halte-taxi-widget .mt-3,
.halte-taxi-widget .my-3 {
  margin-top: 1rem !important;
}
.halte-taxi-widget .mr-3,
.halte-taxi-widget .mx-3 {
  margin-right: 1rem !important;
}
.halte-taxi-widget .mb-3,
.halte-taxi-widget .my-3 {
  margin-bottom: 1rem !important;
}
.halte-taxi-widget .ml-3,
.halte-taxi-widget .mx-3 {
  margin-left: 1rem !important;
}
.halte-taxi-widget .m-4 {
  margin: 1.5rem !important;
}
.halte-taxi-widget .mt-4,
.halte-taxi-widget .my-4 {
  margin-top: 1.5rem !important;
}
.halte-taxi-widget .mr-4,
.halte-taxi-widget .mx-4 {
  margin-right: 1.5rem !important;
}
.halte-taxi-widget .mb-4,
.halte-taxi-widget .my-4 {
  margin-bottom: 1.5rem !important;
}
.halte-taxi-widget .ml-4,
.halte-taxi-widget .mx-4 {
  margin-left: 1.5rem !important;
}
.halte-taxi-widget .m-5 {
  margin: 3rem !important;
}
.halte-taxi-widget .mt-5,
.halte-taxi-widget .my-5 {
  margin-top: 3rem !important;
}
.halte-taxi-widget .mr-5,
.halte-taxi-widget .mx-5 {
  margin-right: 3rem !important;
}
.halte-taxi-widget .mb-5,
.halte-taxi-widget .my-5 {
  margin-bottom: 3rem !important;
}
.halte-taxi-widget .ml-5,
.halte-taxi-widget .mx-5 {
  margin-left: 3rem !important;
}
.halte-taxi-widget .p-0 {
  padding: 0 !important;
}
.halte-taxi-widget .pt-0,
.halte-taxi-widget .py-0 {
  padding-top: 0 !important;
}
.halte-taxi-widget .pr-0,
.halte-taxi-widget .px-0 {
  padding-right: 0 !important;
}
.halte-taxi-widget .pb-0,
.halte-taxi-widget .py-0 {
  padding-bottom: 0 !important;
}
.halte-taxi-widget .pl-0,
.halte-taxi-widget .px-0 {
  padding-left: 0 !important;
}
.halte-taxi-widget .p-1 {
  padding: 0.25rem !important;
}
.halte-taxi-widget .pt-1,
.halte-taxi-widget .py-1 {
  padding-top: 0.25rem !important;
}
.halte-taxi-widget .pr-1,
.halte-taxi-widget .px-1 {
  padding-right: 0.25rem !important;
}
.halte-taxi-widget .pb-1,
.halte-taxi-widget .py-1 {
  padding-bottom: 0.25rem !important;
}
.halte-taxi-widget .pl-1,
.halte-taxi-widget .px-1 {
  padding-left: 0.25rem !important;
}
.halte-taxi-widget .p-2 {
  padding: 0.5rem !important;
}
.halte-taxi-widget .pt-2,
.halte-taxi-widget .py-2 {
  padding-top: 0.5rem !important;
}
.halte-taxi-widget .pr-2,
.halte-taxi-widget .px-2 {
  padding-right: 0.5rem !important;
}
.halte-taxi-widget .pb-2,
.halte-taxi-widget .py-2 {
  padding-bottom: 0.5rem !important;
}
.halte-taxi-widget .pl-2,
.halte-taxi-widget .px-2 {
  padding-left: 0.5rem !important;
}
.halte-taxi-widget .p-3 {
  padding: 1rem !important;
}
.halte-taxi-widget .pt-3,
.halte-taxi-widget .py-3 {
  padding-top: 1rem !important;
}
.halte-taxi-widget .pr-3,
.halte-taxi-widget .px-3 {
  padding-right: 1rem !important;
}
.halte-taxi-widget .pb-3,
.halte-taxi-widget .py-3 {
  padding-bottom: 1rem !important;
}
.halte-taxi-widget .pl-3,
.halte-taxi-widget .px-3 {
  padding-left: 1rem !important;
}
.halte-taxi-widget .p-4 {
  padding: 1.5rem !important;
}
.halte-taxi-widget .pt-4,
.halte-taxi-widget .py-4 {
  padding-top: 1.5rem !important;
}
.halte-taxi-widget .pr-4,
.halte-taxi-widget .px-4 {
  padding-right: 1.5rem !important;
}
.halte-taxi-widget .pb-4,
.halte-taxi-widget .py-4 {
  padding-bottom: 1.5rem !important;
}
.halte-taxi-widget .pl-4,
.halte-taxi-widget .px-4 {
  padding-left: 1.5rem !important;
}
.halte-taxi-widget .p-5 {
  padding: 3rem !important;
}
.halte-taxi-widget .pt-5,
.halte-taxi-widget .py-5 {
  padding-top: 3rem !important;
}
.halte-taxi-widget .pr-5,
.halte-taxi-widget .px-5 {
  padding-right: 3rem !important;
}
.halte-taxi-widget .pb-5,
.halte-taxi-widget .py-5 {
  padding-bottom: 3rem !important;
}
.halte-taxi-widget .pl-5,
.halte-taxi-widget .px-5 {
  padding-left: 3rem !important;
}
.halte-taxi-widget .m-n1 {
  margin: -0.25rem !important;
}
.halte-taxi-widget .mt-n1,
.halte-taxi-widget .my-n1 {
  margin-top: -0.25rem !important;
}
.halte-taxi-widget .mr-n1,
.halte-taxi-widget .mx-n1 {
  margin-right: -0.25rem !important;
}
.halte-taxi-widget .mb-n1,
.halte-taxi-widget .my-n1 {
  margin-bottom: -0.25rem !important;
}
.halte-taxi-widget .ml-n1,
.halte-taxi-widget .mx-n1 {
  margin-left: -0.25rem !important;
}
.halte-taxi-widget .m-n2 {
  margin: -0.5rem !important;
}
.halte-taxi-widget .mt-n2,
.halte-taxi-widget .my-n2 {
  margin-top: -0.5rem !important;
}
.halte-taxi-widget .mr-n2,
.halte-taxi-widget .mx-n2 {
  margin-right: -0.5rem !important;
}
.halte-taxi-widget .mb-n2,
.halte-taxi-widget .my-n2 {
  margin-bottom: -0.5rem !important;
}
.halte-taxi-widget .ml-n2,
.halte-taxi-widget .mx-n2 {
  margin-left: -0.5rem !important;
}
.halte-taxi-widget .m-n3 {
  margin: -1rem !important;
}
.halte-taxi-widget .mt-n3,
.halte-taxi-widget .my-n3 {
  margin-top: -1rem !important;
}
.halte-taxi-widget .mr-n3,
.halte-taxi-widget .mx-n3 {
  margin-right: -1rem !important;
}
.halte-taxi-widget .mb-n3,
.halte-taxi-widget .my-n3 {
  margin-bottom: -1rem !important;
}
.halte-taxi-widget .ml-n3,
.halte-taxi-widget .mx-n3 {
  margin-left: -1rem !important;
}
.halte-taxi-widget .m-n4 {
  margin: -1.5rem !important;
}
.halte-taxi-widget .mt-n4,
.halte-taxi-widget .my-n4 {
  margin-top: -1.5rem !important;
}
.halte-taxi-widget .mr-n4,
.halte-taxi-widget .mx-n4 {
  margin-right: -1.5rem !important;
}
.halte-taxi-widget .mb-n4,
.halte-taxi-widget .my-n4 {
  margin-bottom: -1.5rem !important;
}
.halte-taxi-widget .ml-n4,
.halte-taxi-widget .mx-n4 {
  margin-left: -1.5rem !important;
}
.halte-taxi-widget .m-n5 {
  margin: -3rem !important;
}
.halte-taxi-widget .mt-n5,
.halte-taxi-widget .my-n5 {
  margin-top: -3rem !important;
}
.halte-taxi-widget .mr-n5,
.halte-taxi-widget .mx-n5 {
  margin-right: -3rem !important;
}
.halte-taxi-widget .mb-n5,
.halte-taxi-widget .my-n5 {
  margin-bottom: -3rem !important;
}
.halte-taxi-widget .ml-n5,
.halte-taxi-widget .mx-n5 {
  margin-left: -3rem !important;
}
.halte-taxi-widget .m-auto {
  margin: auto !important;
}
.halte-taxi-widget .mt-auto,
.halte-taxi-widget .my-auto {
  margin-top: auto !important;
}
.halte-taxi-widget .mr-auto,
.halte-taxi-widget .mx-auto {
  margin-right: auto !important;
}
.halte-taxi-widget .mb-auto,
.halte-taxi-widget .my-auto {
  margin-bottom: auto !important;
}
.halte-taxi-widget .ml-auto,
.halte-taxi-widget .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .halte-taxi-widget .m-sm-0 {
    margin: 0 !important;
  }
  .halte-taxi-widget .mt-sm-0,
.halte-taxi-widget .my-sm-0 {
    margin-top: 0 !important;
  }
  .halte-taxi-widget .mr-sm-0,
.halte-taxi-widget .mx-sm-0 {
    margin-right: 0 !important;
  }
  .halte-taxi-widget .mb-sm-0,
.halte-taxi-widget .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .halte-taxi-widget .ml-sm-0,
.halte-taxi-widget .mx-sm-0 {
    margin-left: 0 !important;
  }
  .halte-taxi-widget .m-sm-1 {
    margin: 0.25rem !important;
  }
  .halte-taxi-widget .mt-sm-1,
.halte-taxi-widget .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .halte-taxi-widget .mr-sm-1,
.halte-taxi-widget .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .halte-taxi-widget .mb-sm-1,
.halte-taxi-widget .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .ml-sm-1,
.halte-taxi-widget .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .halte-taxi-widget .m-sm-2 {
    margin: 0.5rem !important;
  }
  .halte-taxi-widget .mt-sm-2,
.halte-taxi-widget .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .halte-taxi-widget .mr-sm-2,
.halte-taxi-widget .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .halte-taxi-widget .mb-sm-2,
.halte-taxi-widget .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .ml-sm-2,
.halte-taxi-widget .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .halte-taxi-widget .m-sm-3 {
    margin: 1rem !important;
  }
  .halte-taxi-widget .mt-sm-3,
.halte-taxi-widget .my-sm-3 {
    margin-top: 1rem !important;
  }
  .halte-taxi-widget .mr-sm-3,
.halte-taxi-widget .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .halte-taxi-widget .mb-sm-3,
.halte-taxi-widget .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .halte-taxi-widget .ml-sm-3,
.halte-taxi-widget .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .halte-taxi-widget .m-sm-4 {
    margin: 1.5rem !important;
  }
  .halte-taxi-widget .mt-sm-4,
.halte-taxi-widget .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .halte-taxi-widget .mr-sm-4,
.halte-taxi-widget .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .halte-taxi-widget .mb-sm-4,
.halte-taxi-widget .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .ml-sm-4,
.halte-taxi-widget .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .halte-taxi-widget .m-sm-5 {
    margin: 3rem !important;
  }
  .halte-taxi-widget .mt-sm-5,
.halte-taxi-widget .my-sm-5 {
    margin-top: 3rem !important;
  }
  .halte-taxi-widget .mr-sm-5,
.halte-taxi-widget .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .halte-taxi-widget .mb-sm-5,
.halte-taxi-widget .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .halte-taxi-widget .ml-sm-5,
.halte-taxi-widget .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .halte-taxi-widget .p-sm-0 {
    padding: 0 !important;
  }
  .halte-taxi-widget .pt-sm-0,
.halte-taxi-widget .py-sm-0 {
    padding-top: 0 !important;
  }
  .halte-taxi-widget .pr-sm-0,
.halte-taxi-widget .px-sm-0 {
    padding-right: 0 !important;
  }
  .halte-taxi-widget .pb-sm-0,
.halte-taxi-widget .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .halte-taxi-widget .pl-sm-0,
.halte-taxi-widget .px-sm-0 {
    padding-left: 0 !important;
  }
  .halte-taxi-widget .p-sm-1 {
    padding: 0.25rem !important;
  }
  .halte-taxi-widget .pt-sm-1,
.halte-taxi-widget .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .halte-taxi-widget .pr-sm-1,
.halte-taxi-widget .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .halte-taxi-widget .pb-sm-1,
.halte-taxi-widget .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .pl-sm-1,
.halte-taxi-widget .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .halte-taxi-widget .p-sm-2 {
    padding: 0.5rem !important;
  }
  .halte-taxi-widget .pt-sm-2,
.halte-taxi-widget .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .halte-taxi-widget .pr-sm-2,
.halte-taxi-widget .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .halte-taxi-widget .pb-sm-2,
.halte-taxi-widget .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .pl-sm-2,
.halte-taxi-widget .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .halte-taxi-widget .p-sm-3 {
    padding: 1rem !important;
  }
  .halte-taxi-widget .pt-sm-3,
.halte-taxi-widget .py-sm-3 {
    padding-top: 1rem !important;
  }
  .halte-taxi-widget .pr-sm-3,
.halte-taxi-widget .px-sm-3 {
    padding-right: 1rem !important;
  }
  .halte-taxi-widget .pb-sm-3,
.halte-taxi-widget .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .halte-taxi-widget .pl-sm-3,
.halte-taxi-widget .px-sm-3 {
    padding-left: 1rem !important;
  }
  .halte-taxi-widget .p-sm-4 {
    padding: 1.5rem !important;
  }
  .halte-taxi-widget .pt-sm-4,
.halte-taxi-widget .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .halte-taxi-widget .pr-sm-4,
.halte-taxi-widget .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .halte-taxi-widget .pb-sm-4,
.halte-taxi-widget .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .pl-sm-4,
.halte-taxi-widget .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .halte-taxi-widget .p-sm-5 {
    padding: 3rem !important;
  }
  .halte-taxi-widget .pt-sm-5,
.halte-taxi-widget .py-sm-5 {
    padding-top: 3rem !important;
  }
  .halte-taxi-widget .pr-sm-5,
.halte-taxi-widget .px-sm-5 {
    padding-right: 3rem !important;
  }
  .halte-taxi-widget .pb-sm-5,
.halte-taxi-widget .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .halte-taxi-widget .pl-sm-5,
.halte-taxi-widget .px-sm-5 {
    padding-left: 3rem !important;
  }
  .halte-taxi-widget .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .halte-taxi-widget .mt-sm-n1,
.halte-taxi-widget .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .halte-taxi-widget .mr-sm-n1,
.halte-taxi-widget .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .halte-taxi-widget .mb-sm-n1,
.halte-taxi-widget .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .halte-taxi-widget .ml-sm-n1,
.halte-taxi-widget .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .halte-taxi-widget .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .halte-taxi-widget .mt-sm-n2,
.halte-taxi-widget .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .halte-taxi-widget .mr-sm-n2,
.halte-taxi-widget .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .halte-taxi-widget .mb-sm-n2,
.halte-taxi-widget .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .halte-taxi-widget .ml-sm-n2,
.halte-taxi-widget .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .halte-taxi-widget .m-sm-n3 {
    margin: -1rem !important;
  }
  .halte-taxi-widget .mt-sm-n3,
.halte-taxi-widget .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .halte-taxi-widget .mr-sm-n3,
.halte-taxi-widget .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .halte-taxi-widget .mb-sm-n3,
.halte-taxi-widget .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .halte-taxi-widget .ml-sm-n3,
.halte-taxi-widget .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .halte-taxi-widget .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .halte-taxi-widget .mt-sm-n4,
.halte-taxi-widget .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .halte-taxi-widget .mr-sm-n4,
.halte-taxi-widget .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .halte-taxi-widget .mb-sm-n4,
.halte-taxi-widget .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .halte-taxi-widget .ml-sm-n4,
.halte-taxi-widget .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .halte-taxi-widget .m-sm-n5 {
    margin: -3rem !important;
  }
  .halte-taxi-widget .mt-sm-n5,
.halte-taxi-widget .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .halte-taxi-widget .mr-sm-n5,
.halte-taxi-widget .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .halte-taxi-widget .mb-sm-n5,
.halte-taxi-widget .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .halte-taxi-widget .ml-sm-n5,
.halte-taxi-widget .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .halte-taxi-widget .m-sm-auto {
    margin: auto !important;
  }
  .halte-taxi-widget .mt-sm-auto,
.halte-taxi-widget .my-sm-auto {
    margin-top: auto !important;
  }
  .halte-taxi-widget .mr-sm-auto,
.halte-taxi-widget .mx-sm-auto {
    margin-right: auto !important;
  }
  .halte-taxi-widget .mb-sm-auto,
.halte-taxi-widget .my-sm-auto {
    margin-bottom: auto !important;
  }
  .halte-taxi-widget .ml-sm-auto,
.halte-taxi-widget .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .m-md-0 {
    margin: 0 !important;
  }
  .halte-taxi-widget .mt-md-0,
.halte-taxi-widget .my-md-0 {
    margin-top: 0 !important;
  }
  .halte-taxi-widget .mr-md-0,
.halte-taxi-widget .mx-md-0 {
    margin-right: 0 !important;
  }
  .halte-taxi-widget .mb-md-0,
.halte-taxi-widget .my-md-0 {
    margin-bottom: 0 !important;
  }
  .halte-taxi-widget .ml-md-0,
.halte-taxi-widget .mx-md-0 {
    margin-left: 0 !important;
  }
  .halte-taxi-widget .m-md-1 {
    margin: 0.25rem !important;
  }
  .halte-taxi-widget .mt-md-1,
.halte-taxi-widget .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .halte-taxi-widget .mr-md-1,
.halte-taxi-widget .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .halte-taxi-widget .mb-md-1,
.halte-taxi-widget .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .ml-md-1,
.halte-taxi-widget .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .halte-taxi-widget .m-md-2 {
    margin: 0.5rem !important;
  }
  .halte-taxi-widget .mt-md-2,
.halte-taxi-widget .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .halte-taxi-widget .mr-md-2,
.halte-taxi-widget .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .halte-taxi-widget .mb-md-2,
.halte-taxi-widget .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .ml-md-2,
.halte-taxi-widget .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .halte-taxi-widget .m-md-3 {
    margin: 1rem !important;
  }
  .halte-taxi-widget .mt-md-3,
.halte-taxi-widget .my-md-3 {
    margin-top: 1rem !important;
  }
  .halte-taxi-widget .mr-md-3,
.halte-taxi-widget .mx-md-3 {
    margin-right: 1rem !important;
  }
  .halte-taxi-widget .mb-md-3,
.halte-taxi-widget .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .halte-taxi-widget .ml-md-3,
.halte-taxi-widget .mx-md-3 {
    margin-left: 1rem !important;
  }
  .halte-taxi-widget .m-md-4 {
    margin: 1.5rem !important;
  }
  .halte-taxi-widget .mt-md-4,
.halte-taxi-widget .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .halte-taxi-widget .mr-md-4,
.halte-taxi-widget .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .halte-taxi-widget .mb-md-4,
.halte-taxi-widget .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .ml-md-4,
.halte-taxi-widget .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .halte-taxi-widget .m-md-5 {
    margin: 3rem !important;
  }
  .halte-taxi-widget .mt-md-5,
.halte-taxi-widget .my-md-5 {
    margin-top: 3rem !important;
  }
  .halte-taxi-widget .mr-md-5,
.halte-taxi-widget .mx-md-5 {
    margin-right: 3rem !important;
  }
  .halte-taxi-widget .mb-md-5,
.halte-taxi-widget .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .halte-taxi-widget .ml-md-5,
.halte-taxi-widget .mx-md-5 {
    margin-left: 3rem !important;
  }
  .halte-taxi-widget .p-md-0 {
    padding: 0 !important;
  }
  .halte-taxi-widget .pt-md-0,
.halte-taxi-widget .py-md-0 {
    padding-top: 0 !important;
  }
  .halte-taxi-widget .pr-md-0,
.halte-taxi-widget .px-md-0 {
    padding-right: 0 !important;
  }
  .halte-taxi-widget .pb-md-0,
.halte-taxi-widget .py-md-0 {
    padding-bottom: 0 !important;
  }
  .halte-taxi-widget .pl-md-0,
.halte-taxi-widget .px-md-0 {
    padding-left: 0 !important;
  }
  .halte-taxi-widget .p-md-1 {
    padding: 0.25rem !important;
  }
  .halte-taxi-widget .pt-md-1,
.halte-taxi-widget .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .halte-taxi-widget .pr-md-1,
.halte-taxi-widget .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .halte-taxi-widget .pb-md-1,
.halte-taxi-widget .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .pl-md-1,
.halte-taxi-widget .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .halte-taxi-widget .p-md-2 {
    padding: 0.5rem !important;
  }
  .halte-taxi-widget .pt-md-2,
.halte-taxi-widget .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .halte-taxi-widget .pr-md-2,
.halte-taxi-widget .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .halte-taxi-widget .pb-md-2,
.halte-taxi-widget .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .pl-md-2,
.halte-taxi-widget .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .halte-taxi-widget .p-md-3 {
    padding: 1rem !important;
  }
  .halte-taxi-widget .pt-md-3,
.halte-taxi-widget .py-md-3 {
    padding-top: 1rem !important;
  }
  .halte-taxi-widget .pr-md-3,
.halte-taxi-widget .px-md-3 {
    padding-right: 1rem !important;
  }
  .halte-taxi-widget .pb-md-3,
.halte-taxi-widget .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .halte-taxi-widget .pl-md-3,
.halte-taxi-widget .px-md-3 {
    padding-left: 1rem !important;
  }
  .halte-taxi-widget .p-md-4 {
    padding: 1.5rem !important;
  }
  .halte-taxi-widget .pt-md-4,
.halte-taxi-widget .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .halte-taxi-widget .pr-md-4,
.halte-taxi-widget .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .halte-taxi-widget .pb-md-4,
.halte-taxi-widget .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .pl-md-4,
.halte-taxi-widget .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .halte-taxi-widget .p-md-5 {
    padding: 3rem !important;
  }
  .halte-taxi-widget .pt-md-5,
.halte-taxi-widget .py-md-5 {
    padding-top: 3rem !important;
  }
  .halte-taxi-widget .pr-md-5,
.halte-taxi-widget .px-md-5 {
    padding-right: 3rem !important;
  }
  .halte-taxi-widget .pb-md-5,
.halte-taxi-widget .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .halte-taxi-widget .pl-md-5,
.halte-taxi-widget .px-md-5 {
    padding-left: 3rem !important;
  }
  .halte-taxi-widget .m-md-n1 {
    margin: -0.25rem !important;
  }
  .halte-taxi-widget .mt-md-n1,
.halte-taxi-widget .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .halte-taxi-widget .mr-md-n1,
.halte-taxi-widget .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .halte-taxi-widget .mb-md-n1,
.halte-taxi-widget .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .halte-taxi-widget .ml-md-n1,
.halte-taxi-widget .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .halte-taxi-widget .m-md-n2 {
    margin: -0.5rem !important;
  }
  .halte-taxi-widget .mt-md-n2,
.halte-taxi-widget .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .halte-taxi-widget .mr-md-n2,
.halte-taxi-widget .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .halte-taxi-widget .mb-md-n2,
.halte-taxi-widget .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .halte-taxi-widget .ml-md-n2,
.halte-taxi-widget .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .halte-taxi-widget .m-md-n3 {
    margin: -1rem !important;
  }
  .halte-taxi-widget .mt-md-n3,
.halte-taxi-widget .my-md-n3 {
    margin-top: -1rem !important;
  }
  .halte-taxi-widget .mr-md-n3,
.halte-taxi-widget .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .halte-taxi-widget .mb-md-n3,
.halte-taxi-widget .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .halte-taxi-widget .ml-md-n3,
.halte-taxi-widget .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .halte-taxi-widget .m-md-n4 {
    margin: -1.5rem !important;
  }
  .halte-taxi-widget .mt-md-n4,
.halte-taxi-widget .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .halte-taxi-widget .mr-md-n4,
.halte-taxi-widget .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .halte-taxi-widget .mb-md-n4,
.halte-taxi-widget .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .halte-taxi-widget .ml-md-n4,
.halte-taxi-widget .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .halte-taxi-widget .m-md-n5 {
    margin: -3rem !important;
  }
  .halte-taxi-widget .mt-md-n5,
.halte-taxi-widget .my-md-n5 {
    margin-top: -3rem !important;
  }
  .halte-taxi-widget .mr-md-n5,
.halte-taxi-widget .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .halte-taxi-widget .mb-md-n5,
.halte-taxi-widget .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .halte-taxi-widget .ml-md-n5,
.halte-taxi-widget .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .halte-taxi-widget .m-md-auto {
    margin: auto !important;
  }
  .halte-taxi-widget .mt-md-auto,
.halte-taxi-widget .my-md-auto {
    margin-top: auto !important;
  }
  .halte-taxi-widget .mr-md-auto,
.halte-taxi-widget .mx-md-auto {
    margin-right: auto !important;
  }
  .halte-taxi-widget .mb-md-auto,
.halte-taxi-widget .my-md-auto {
    margin-bottom: auto !important;
  }
  .halte-taxi-widget .ml-md-auto,
.halte-taxi-widget .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .m-lg-0 {
    margin: 0 !important;
  }
  .halte-taxi-widget .mt-lg-0,
.halte-taxi-widget .my-lg-0 {
    margin-top: 0 !important;
  }
  .halte-taxi-widget .mr-lg-0,
.halte-taxi-widget .mx-lg-0 {
    margin-right: 0 !important;
  }
  .halte-taxi-widget .mb-lg-0,
.halte-taxi-widget .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .halte-taxi-widget .ml-lg-0,
.halte-taxi-widget .mx-lg-0 {
    margin-left: 0 !important;
  }
  .halte-taxi-widget .m-lg-1 {
    margin: 0.25rem !important;
  }
  .halte-taxi-widget .mt-lg-1,
.halte-taxi-widget .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .halte-taxi-widget .mr-lg-1,
.halte-taxi-widget .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .halte-taxi-widget .mb-lg-1,
.halte-taxi-widget .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .ml-lg-1,
.halte-taxi-widget .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .halte-taxi-widget .m-lg-2 {
    margin: 0.5rem !important;
  }
  .halte-taxi-widget .mt-lg-2,
.halte-taxi-widget .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .halte-taxi-widget .mr-lg-2,
.halte-taxi-widget .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .halte-taxi-widget .mb-lg-2,
.halte-taxi-widget .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .ml-lg-2,
.halte-taxi-widget .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .halte-taxi-widget .m-lg-3 {
    margin: 1rem !important;
  }
  .halte-taxi-widget .mt-lg-3,
.halte-taxi-widget .my-lg-3 {
    margin-top: 1rem !important;
  }
  .halte-taxi-widget .mr-lg-3,
.halte-taxi-widget .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .halte-taxi-widget .mb-lg-3,
.halte-taxi-widget .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .halte-taxi-widget .ml-lg-3,
.halte-taxi-widget .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .halte-taxi-widget .m-lg-4 {
    margin: 1.5rem !important;
  }
  .halte-taxi-widget .mt-lg-4,
.halte-taxi-widget .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .halte-taxi-widget .mr-lg-4,
.halte-taxi-widget .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .halte-taxi-widget .mb-lg-4,
.halte-taxi-widget .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .ml-lg-4,
.halte-taxi-widget .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .halte-taxi-widget .m-lg-5 {
    margin: 3rem !important;
  }
  .halte-taxi-widget .mt-lg-5,
.halte-taxi-widget .my-lg-5 {
    margin-top: 3rem !important;
  }
  .halte-taxi-widget .mr-lg-5,
.halte-taxi-widget .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .halte-taxi-widget .mb-lg-5,
.halte-taxi-widget .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .halte-taxi-widget .ml-lg-5,
.halte-taxi-widget .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .halte-taxi-widget .p-lg-0 {
    padding: 0 !important;
  }
  .halte-taxi-widget .pt-lg-0,
.halte-taxi-widget .py-lg-0 {
    padding-top: 0 !important;
  }
  .halte-taxi-widget .pr-lg-0,
.halte-taxi-widget .px-lg-0 {
    padding-right: 0 !important;
  }
  .halte-taxi-widget .pb-lg-0,
.halte-taxi-widget .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .halte-taxi-widget .pl-lg-0,
.halte-taxi-widget .px-lg-0 {
    padding-left: 0 !important;
  }
  .halte-taxi-widget .p-lg-1 {
    padding: 0.25rem !important;
  }
  .halte-taxi-widget .pt-lg-1,
.halte-taxi-widget .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .halte-taxi-widget .pr-lg-1,
.halte-taxi-widget .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .halte-taxi-widget .pb-lg-1,
.halte-taxi-widget .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .pl-lg-1,
.halte-taxi-widget .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .halte-taxi-widget .p-lg-2 {
    padding: 0.5rem !important;
  }
  .halte-taxi-widget .pt-lg-2,
.halte-taxi-widget .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .halte-taxi-widget .pr-lg-2,
.halte-taxi-widget .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .halte-taxi-widget .pb-lg-2,
.halte-taxi-widget .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .pl-lg-2,
.halte-taxi-widget .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .halte-taxi-widget .p-lg-3 {
    padding: 1rem !important;
  }
  .halte-taxi-widget .pt-lg-3,
.halte-taxi-widget .py-lg-3 {
    padding-top: 1rem !important;
  }
  .halte-taxi-widget .pr-lg-3,
.halte-taxi-widget .px-lg-3 {
    padding-right: 1rem !important;
  }
  .halte-taxi-widget .pb-lg-3,
.halte-taxi-widget .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .halte-taxi-widget .pl-lg-3,
.halte-taxi-widget .px-lg-3 {
    padding-left: 1rem !important;
  }
  .halte-taxi-widget .p-lg-4 {
    padding: 1.5rem !important;
  }
  .halte-taxi-widget .pt-lg-4,
.halte-taxi-widget .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .halte-taxi-widget .pr-lg-4,
.halte-taxi-widget .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .halte-taxi-widget .pb-lg-4,
.halte-taxi-widget .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .pl-lg-4,
.halte-taxi-widget .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .halte-taxi-widget .p-lg-5 {
    padding: 3rem !important;
  }
  .halte-taxi-widget .pt-lg-5,
.halte-taxi-widget .py-lg-5 {
    padding-top: 3rem !important;
  }
  .halte-taxi-widget .pr-lg-5,
.halte-taxi-widget .px-lg-5 {
    padding-right: 3rem !important;
  }
  .halte-taxi-widget .pb-lg-5,
.halte-taxi-widget .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .halte-taxi-widget .pl-lg-5,
.halte-taxi-widget .px-lg-5 {
    padding-left: 3rem !important;
  }
  .halte-taxi-widget .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .halte-taxi-widget .mt-lg-n1,
.halte-taxi-widget .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .halte-taxi-widget .mr-lg-n1,
.halte-taxi-widget .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .halte-taxi-widget .mb-lg-n1,
.halte-taxi-widget .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .halte-taxi-widget .ml-lg-n1,
.halte-taxi-widget .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .halte-taxi-widget .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .halte-taxi-widget .mt-lg-n2,
.halte-taxi-widget .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .halte-taxi-widget .mr-lg-n2,
.halte-taxi-widget .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .halte-taxi-widget .mb-lg-n2,
.halte-taxi-widget .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .halte-taxi-widget .ml-lg-n2,
.halte-taxi-widget .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .halte-taxi-widget .m-lg-n3 {
    margin: -1rem !important;
  }
  .halte-taxi-widget .mt-lg-n3,
.halte-taxi-widget .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .halte-taxi-widget .mr-lg-n3,
.halte-taxi-widget .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .halte-taxi-widget .mb-lg-n3,
.halte-taxi-widget .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .halte-taxi-widget .ml-lg-n3,
.halte-taxi-widget .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .halte-taxi-widget .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .halte-taxi-widget .mt-lg-n4,
.halte-taxi-widget .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .halte-taxi-widget .mr-lg-n4,
.halte-taxi-widget .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .halte-taxi-widget .mb-lg-n4,
.halte-taxi-widget .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .halte-taxi-widget .ml-lg-n4,
.halte-taxi-widget .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .halte-taxi-widget .m-lg-n5 {
    margin: -3rem !important;
  }
  .halte-taxi-widget .mt-lg-n5,
.halte-taxi-widget .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .halte-taxi-widget .mr-lg-n5,
.halte-taxi-widget .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .halte-taxi-widget .mb-lg-n5,
.halte-taxi-widget .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .halte-taxi-widget .ml-lg-n5,
.halte-taxi-widget .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .halte-taxi-widget .m-lg-auto {
    margin: auto !important;
  }
  .halte-taxi-widget .mt-lg-auto,
.halte-taxi-widget .my-lg-auto {
    margin-top: auto !important;
  }
  .halte-taxi-widget .mr-lg-auto,
.halte-taxi-widget .mx-lg-auto {
    margin-right: auto !important;
  }
  .halte-taxi-widget .mb-lg-auto,
.halte-taxi-widget .my-lg-auto {
    margin-bottom: auto !important;
  }
  .halte-taxi-widget .ml-lg-auto,
.halte-taxi-widget .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .m-xl-0 {
    margin: 0 !important;
  }
  .halte-taxi-widget .mt-xl-0,
.halte-taxi-widget .my-xl-0 {
    margin-top: 0 !important;
  }
  .halte-taxi-widget .mr-xl-0,
.halte-taxi-widget .mx-xl-0 {
    margin-right: 0 !important;
  }
  .halte-taxi-widget .mb-xl-0,
.halte-taxi-widget .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .halte-taxi-widget .ml-xl-0,
.halte-taxi-widget .mx-xl-0 {
    margin-left: 0 !important;
  }
  .halte-taxi-widget .m-xl-1 {
    margin: 0.25rem !important;
  }
  .halte-taxi-widget .mt-xl-1,
.halte-taxi-widget .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .halte-taxi-widget .mr-xl-1,
.halte-taxi-widget .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .halte-taxi-widget .mb-xl-1,
.halte-taxi-widget .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .ml-xl-1,
.halte-taxi-widget .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .halte-taxi-widget .m-xl-2 {
    margin: 0.5rem !important;
  }
  .halte-taxi-widget .mt-xl-2,
.halte-taxi-widget .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .halte-taxi-widget .mr-xl-2,
.halte-taxi-widget .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .halte-taxi-widget .mb-xl-2,
.halte-taxi-widget .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .ml-xl-2,
.halte-taxi-widget .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .halte-taxi-widget .m-xl-3 {
    margin: 1rem !important;
  }
  .halte-taxi-widget .mt-xl-3,
.halte-taxi-widget .my-xl-3 {
    margin-top: 1rem !important;
  }
  .halte-taxi-widget .mr-xl-3,
.halte-taxi-widget .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .halte-taxi-widget .mb-xl-3,
.halte-taxi-widget .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .halte-taxi-widget .ml-xl-3,
.halte-taxi-widget .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .halte-taxi-widget .m-xl-4 {
    margin: 1.5rem !important;
  }
  .halte-taxi-widget .mt-xl-4,
.halte-taxi-widget .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .halte-taxi-widget .mr-xl-4,
.halte-taxi-widget .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .halte-taxi-widget .mb-xl-4,
.halte-taxi-widget .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .ml-xl-4,
.halte-taxi-widget .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .halte-taxi-widget .m-xl-5 {
    margin: 3rem !important;
  }
  .halte-taxi-widget .mt-xl-5,
.halte-taxi-widget .my-xl-5 {
    margin-top: 3rem !important;
  }
  .halte-taxi-widget .mr-xl-5,
.halte-taxi-widget .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .halte-taxi-widget .mb-xl-5,
.halte-taxi-widget .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .halte-taxi-widget .ml-xl-5,
.halte-taxi-widget .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .halte-taxi-widget .p-xl-0 {
    padding: 0 !important;
  }
  .halte-taxi-widget .pt-xl-0,
.halte-taxi-widget .py-xl-0 {
    padding-top: 0 !important;
  }
  .halte-taxi-widget .pr-xl-0,
.halte-taxi-widget .px-xl-0 {
    padding-right: 0 !important;
  }
  .halte-taxi-widget .pb-xl-0,
.halte-taxi-widget .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .halte-taxi-widget .pl-xl-0,
.halte-taxi-widget .px-xl-0 {
    padding-left: 0 !important;
  }
  .halte-taxi-widget .p-xl-1 {
    padding: 0.25rem !important;
  }
  .halte-taxi-widget .pt-xl-1,
.halte-taxi-widget .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .halte-taxi-widget .pr-xl-1,
.halte-taxi-widget .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .halte-taxi-widget .pb-xl-1,
.halte-taxi-widget .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .halte-taxi-widget .pl-xl-1,
.halte-taxi-widget .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .halte-taxi-widget .p-xl-2 {
    padding: 0.5rem !important;
  }
  .halte-taxi-widget .pt-xl-2,
.halte-taxi-widget .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .halte-taxi-widget .pr-xl-2,
.halte-taxi-widget .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .halte-taxi-widget .pb-xl-2,
.halte-taxi-widget .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .halte-taxi-widget .pl-xl-2,
.halte-taxi-widget .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .halte-taxi-widget .p-xl-3 {
    padding: 1rem !important;
  }
  .halte-taxi-widget .pt-xl-3,
.halte-taxi-widget .py-xl-3 {
    padding-top: 1rem !important;
  }
  .halte-taxi-widget .pr-xl-3,
.halte-taxi-widget .px-xl-3 {
    padding-right: 1rem !important;
  }
  .halte-taxi-widget .pb-xl-3,
.halte-taxi-widget .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .halte-taxi-widget .pl-xl-3,
.halte-taxi-widget .px-xl-3 {
    padding-left: 1rem !important;
  }
  .halte-taxi-widget .p-xl-4 {
    padding: 1.5rem !important;
  }
  .halte-taxi-widget .pt-xl-4,
.halte-taxi-widget .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .halte-taxi-widget .pr-xl-4,
.halte-taxi-widget .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .halte-taxi-widget .pb-xl-4,
.halte-taxi-widget .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .halte-taxi-widget .pl-xl-4,
.halte-taxi-widget .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .halte-taxi-widget .p-xl-5 {
    padding: 3rem !important;
  }
  .halte-taxi-widget .pt-xl-5,
.halte-taxi-widget .py-xl-5 {
    padding-top: 3rem !important;
  }
  .halte-taxi-widget .pr-xl-5,
.halte-taxi-widget .px-xl-5 {
    padding-right: 3rem !important;
  }
  .halte-taxi-widget .pb-xl-5,
.halte-taxi-widget .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .halte-taxi-widget .pl-xl-5,
.halte-taxi-widget .px-xl-5 {
    padding-left: 3rem !important;
  }
  .halte-taxi-widget .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .halte-taxi-widget .mt-xl-n1,
.halte-taxi-widget .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .halte-taxi-widget .mr-xl-n1,
.halte-taxi-widget .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .halte-taxi-widget .mb-xl-n1,
.halte-taxi-widget .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .halte-taxi-widget .ml-xl-n1,
.halte-taxi-widget .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .halte-taxi-widget .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .halte-taxi-widget .mt-xl-n2,
.halte-taxi-widget .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .halte-taxi-widget .mr-xl-n2,
.halte-taxi-widget .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .halte-taxi-widget .mb-xl-n2,
.halte-taxi-widget .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .halte-taxi-widget .ml-xl-n2,
.halte-taxi-widget .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .halte-taxi-widget .m-xl-n3 {
    margin: -1rem !important;
  }
  .halte-taxi-widget .mt-xl-n3,
.halte-taxi-widget .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .halte-taxi-widget .mr-xl-n3,
.halte-taxi-widget .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .halte-taxi-widget .mb-xl-n3,
.halte-taxi-widget .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .halte-taxi-widget .ml-xl-n3,
.halte-taxi-widget .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .halte-taxi-widget .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .halte-taxi-widget .mt-xl-n4,
.halte-taxi-widget .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .halte-taxi-widget .mr-xl-n4,
.halte-taxi-widget .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .halte-taxi-widget .mb-xl-n4,
.halte-taxi-widget .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .halte-taxi-widget .ml-xl-n4,
.halte-taxi-widget .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .halte-taxi-widget .m-xl-n5 {
    margin: -3rem !important;
  }
  .halte-taxi-widget .mt-xl-n5,
.halte-taxi-widget .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .halte-taxi-widget .mr-xl-n5,
.halte-taxi-widget .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .halte-taxi-widget .mb-xl-n5,
.halte-taxi-widget .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .halte-taxi-widget .ml-xl-n5,
.halte-taxi-widget .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .halte-taxi-widget .m-xl-auto {
    margin: auto !important;
  }
  .halte-taxi-widget .mt-xl-auto,
.halte-taxi-widget .my-xl-auto {
    margin-top: auto !important;
  }
  .halte-taxi-widget .mr-xl-auto,
.halte-taxi-widget .mx-xl-auto {
    margin-right: auto !important;
  }
  .halte-taxi-widget .mb-xl-auto,
.halte-taxi-widget .my-xl-auto {
    margin-bottom: auto !important;
  }
  .halte-taxi-widget .ml-xl-auto,
.halte-taxi-widget .mx-xl-auto {
    margin-left: auto !important;
  }
}
.halte-taxi-widget .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.halte-taxi-widget .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.halte-taxi-widget .text-justify {
  text-align: justify !important;
}
.halte-taxi-widget .text-wrap {
  white-space: normal !important;
}
.halte-taxi-widget .text-nowrap {
  white-space: nowrap !important;
}
.halte-taxi-widget .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.halte-taxi-widget .text-left {
  text-align: left !important;
}
.halte-taxi-widget .text-right {
  text-align: right !important;
}
.halte-taxi-widget .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .halte-taxi-widget .text-sm-left {
    text-align: left !important;
  }
  .halte-taxi-widget .text-sm-right {
    text-align: right !important;
  }
  .halte-taxi-widget .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .halte-taxi-widget .text-md-left {
    text-align: left !important;
  }
  .halte-taxi-widget .text-md-right {
    text-align: right !important;
  }
  .halte-taxi-widget .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .halte-taxi-widget .text-lg-left {
    text-align: left !important;
  }
  .halte-taxi-widget .text-lg-right {
    text-align: right !important;
  }
  .halte-taxi-widget .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .halte-taxi-widget .text-xl-left {
    text-align: left !important;
  }
  .halte-taxi-widget .text-xl-right {
    text-align: right !important;
  }
  .halte-taxi-widget .text-xl-center {
    text-align: center !important;
  }
}
.halte-taxi-widget .text-lowercase {
  text-transform: lowercase !important;
}
.halte-taxi-widget .text-uppercase {
  text-transform: uppercase !important;
}
.halte-taxi-widget .text-capitalize {
  text-transform: capitalize !important;
}
.halte-taxi-widget .font-weight-light {
  font-weight: 300 !important;
}
.halte-taxi-widget .font-weight-lighter {
  font-weight: lighter !important;
}
.halte-taxi-widget .font-weight-normal {
  font-weight: 400 !important;
}
.halte-taxi-widget .font-weight-bold {
  font-weight: 700 !important;
}
.halte-taxi-widget .font-weight-bolder {
  font-weight: bolder !important;
}
.halte-taxi-widget .font-italic {
  font-style: italic !important;
}
.halte-taxi-widget .text-white {
  color: #fff !important;
}
.halte-taxi-widget .text-primary {
  color: #007bff !important;
}
.halte-taxi-widget a.text-primary:hover,
.halte-taxi-widget a.text-primary:focus {
  color: #0056b3 !important;
}
.halte-taxi-widget .text-secondary {
  color: #6c757d !important;
}
.halte-taxi-widget a.text-secondary:hover,
.halte-taxi-widget a.text-secondary:focus {
  color: #494f54 !important;
}
.halte-taxi-widget .text-success {
  color: #28a745 !important;
}
.halte-taxi-widget a.text-success:hover,
.halte-taxi-widget a.text-success:focus {
  color: #19692c !important;
}
.halte-taxi-widget .text-info {
  color: #17a2b8 !important;
}
.halte-taxi-widget a.text-info:hover,
.halte-taxi-widget a.text-info:focus {
  color: #0f6674 !important;
}
.halte-taxi-widget .text-warning {
  color: #ffc107 !important;
}
.halte-taxi-widget a.text-warning:hover,
.halte-taxi-widget a.text-warning:focus {
  color: #ba8b00 !important;
}
.halte-taxi-widget .text-danger {
  color: #dc3545 !important;
}
.halte-taxi-widget a.text-danger:hover,
.halte-taxi-widget a.text-danger:focus {
  color: #a71d2a !important;
}
.halte-taxi-widget .text-light {
  color: #f8f9fa !important;
}
.halte-taxi-widget a.text-light:hover,
.halte-taxi-widget a.text-light:focus {
  color: #cbd3da !important;
}
.halte-taxi-widget .text-dark {
  color: #343a40 !important;
}
.halte-taxi-widget a.text-dark:hover,
.halte-taxi-widget a.text-dark:focus {
  color: #121416 !important;
}
.halte-taxi-widget .text-body {
  color: #212529 !important;
}
.halte-taxi-widget .text-muted {
  color: #6c757d !important;
}
.halte-taxi-widget .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.halte-taxi-widget .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.halte-taxi-widget .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.halte-taxi-widget .text-decoration-none {
  text-decoration: none !important;
}
.halte-taxi-widget .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.halte-taxi-widget .text-reset {
  color: inherit !important;
}
.halte-taxi-widget .visible {
  visibility: visible !important;
}
.halte-taxi-widget .invisible {
  visibility: hidden !important;
}
@media print {
  .halte-taxi-widget *,
.halte-taxi-widget *::before,
.halte-taxi-widget *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .halte-taxi-widget a:not(.btn) {
    text-decoration: underline;
  }
  .halte-taxi-widget abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .halte-taxi-widget pre {
    white-space: pre-wrap !important;
  }
  .halte-taxi-widget pre,
.halte-taxi-widget blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .halte-taxi-widget tr,
.halte-taxi-widget img {
    page-break-inside: avoid;
  }
  .halte-taxi-widget p,
.halte-taxi-widget h2,
.halte-taxi-widget h3 {
    orphans: 3;
    widows: 3;
  }
  .halte-taxi-widget h2,
.halte-taxi-widget h3 {
    page-break-after: avoid;
  }
  @page {
    .halte-taxi-widget {
      size: a3;
    }
  }
  .halte-taxi-widget body {
    min-width: 992px !important;
  }
  .halte-taxi-widget .container {
    min-width: 992px !important;
  }
  .halte-taxi-widget .navbar {
    display: none;
  }
  .halte-taxi-widget .badge {
    border: 1px solid #000;
  }
  .halte-taxi-widget .table {
    border-collapse: collapse !important;
  }
  .halte-taxi-widget .table td,
.halte-taxi-widget .table th {
    background-color: #fff !important;
  }
  .halte-taxi-widget .table-bordered th,
.halte-taxi-widget .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .halte-taxi-widget .table-dark {
    color: inherit;
  }
  .halte-taxi-widget .table-dark th,
.halte-taxi-widget .table-dark td,
.halte-taxi-widget .table-dark thead th,
.halte-taxi-widget .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .halte-taxi-widget .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.mobile-app-layout {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mobile-app-layout,
.mobile-app-layout * {
  user-select: none;
}
.mobile-app-layout > main {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.mobile-app-layout > main > .content-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.mobile-app-layout > main > .content-panel .content-panel-dragger {
  background: transparent;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.mobile-app-layout > main > .content-panel .content-panel-dragger > span {
  width: 25%;
  height: 4px;
  background: #97979756;
  display: block;
  border-radius: 8px;
  margin: 10px 0 0;
}
.mobile-app-layout > main > .content-panel > .page-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 12px;
}
.mobile-app-layout > main > .content-panel > .page-container > .reisplanner-page {
  height: 100%;
}
.mobile-app-layout > main > .content-panel > .page-container > .reisplanner-page > .content {
  display: flex;
  flex-direction: column;
}
.mobile-app-layout > main > .content-panel > .page-container > .reisplanner-page > .content > .content-main {
  flex: 1 1 auto;
  padding-bottom: 50px;
}
.mobile-app-layout > main > .content-panel > .page-container > .reisplanner-page > .content [_nghost-lfh-c50] .wrapper[_ngcontent-lfh-c50] {
  padding-bottom: 20px;
}
.mobile-app-layout > main > .reisplanner-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.mobile-app-layout > main > .reisplanner-map > * {
  z-index: 10;
}
.mobile-bottom-bar {
  background: #fff;
  padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobile-bottom-bar > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile-bottom-bar > ul > * {
  flex: 1 1 0;
  overflow: hidden;
  padding-bottom: max(8px, env(safe-area-inset-bottom));
}
.mobile-bottom-bar > ul > * > a {
  color: #212529;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px 4px;
  overflow: hidden;
  gap: 6px;
}
.mobile-bottom-bar > ul > * > a .icon-container {
  font-size: 22px;
  display: flex;
  height: 28px;
  align-items: flex-end;
}
.mobile-bottom-bar > ul > * > a .icon-container i {
  font-size: inherit;
}
.mobile-bottom-bar > ul > * > a.isActive {
  color: #0071b3;
}
.mobile-bottom-bar > ul > * > a > span {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-family: "Livvic", sans-serif;
  font-weight: bold;
}
.mobile-app-navigation-blocker {
  position: fixed;
  z-index: 998;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.mobile-app-navigation {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  bottom: 0;
  right: -100px;
  padding: env(safe-area-inset-top) calc(env(safe-area-inset-right) + 130px) calc(env(safe-area-inset-bottom) + 65px) env(safe-area-inset-left);
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}
.mobile-app-navigation .logo {
  display: flex;
  justify-content: center;
  padding: 30px;
  border-bottom: 1px solid #97979756;
}
.mobile-app-navigation ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.mobile-app-navigation ul.links > * {
  border-bottom: 1px solid #97979756;
}
.mobile-app-navigation ul.links > * > a {
  display: flex;
  gap: 12px;
  padding: 20px 15px;
  font-size: 18px;
  text-decoration: none;
  color: #212529;
  align-items: center;
}
.mobile-app-navigation ul.links > * > a > * {
  font-size: inherit;
}
.mobile-app-navigation ul.links > * > a i.fa {
  color: #0071b3;
}
.mobile-app-navigation ul.links > * > a.active {
  color: #0071b3;
}
.mobile-app-navigation ul.links > * > a:focus span {
  text-decoration: underline;
}
.weather-widget {
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.weather-widget > .item {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weather-widget > .item .time {
  font-size: 14px;
}
.ns-location-map-element,
.ns-location-cluster-map-element {
  border-radius: 8px;
  border: 3px solid white;
  background-color: white;
  position: relative;
  filter: drop-shadow(0 1px 2px rgba(51, 51, 51, 0.22));
}
.ns-location-map-element:after,
.ns-location-cluster-map-element:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  margin-left: -4px;
}
.ns-location-map-element {
  display: flex;
  flex-direction: column;
}
.ns-location-map-element .header {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 0 0 auto;
}
.ns-location-map-element .header .image {
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-location-map-element .header .image .icon {
  font-size: 18px;
  color: #212529;
}
.ns-location-map-element .header .title {
  font-family: "Livvic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  flex: 1 1 auto;
}
.ns-location-map-element .header .title small {
  font-size: 12px;
}
.ns-location-map-element .header .close-button {
  padding: 4px;
}
.ns-location-map-element .details {
  font-family: "Livvic", sans-serif;
  flex: 1 1 auto;
  overflow: auto;
  padding: 8px 8px 8px 8px;
}
.ns-location-map-element .details .content-button {
  margin: 0;
}
.ns-location-cluster-map-element {
  margin-left: -20px;
  margin-top: -40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #212529;
}
.ns-location-cluster-map-element .fa {
  font-size: 24px;
}
.ns-location-cluster-map-element .fa.small {
  font-size: 14px;
}
.ns-location-cluster-map-element .badge {
  font-size: 12px;
}
.ns-place-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ns-place-details p {
  font-size: 14px;
}
.ns-opening-hours {
  margin: 12px 0;
}
.ns-opening-hours table {
  width: 100%;
}
.ns-opening-hours h5,
.ns-opening-hours .always {
  display: flex;
  font-size: 16px;
  gap: 8px;
}
.ns-opening-hours h5 .icon,
.ns-opening-hours .always .icon {
  font-size: 18px;
  color: #999;
}
.rrreis-accordion {
  display: flex;
  flex-direction: column;
}
.rrreis-accordion.unmargin {
  margin: -12px -15px;
}
.rrreis-accordion > section {
  display: flex;
  flex-direction: column;
}
.rrreis-accordion > section button.section-header {
  display: flex;
  padding: 15px 15px;
  gap: 16px;
  color: #212529;
  align-items: center;
}
.rrreis-accordion > section button.section-header span.title {
  margin: 0;
  font-size: 16px;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rrreis-accordion > section button.section-header .icon-wrapper {
  width: 1.33em;
  text-align: center;
}
.rrreis-accordion > section button.section-header .fa {
  font-size: 16px;
}
@media (hover: hover) {
  .rrreis-accordion > section button.section-header:hover span.title {
    text-decoration: underline;
  }
}
.rrreis-accordion > section .items {
  background: #eff6fb;
  border-top: 1px solid #97979756;
  border-bottom: 1px solid #97979756;
  display: flex;
  flex-direction: column;
}
.rrreis-accordion .accordion-item {
  display: flex;
  flex-direction: column;
}
.rrreis-accordion .accordion-item .accordion-item-header {
  font-size: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 4px 15px;
}
.rrreis-accordion .accordion-item .accordion-item-header .icon-wrapper {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rrreis-accordion .accordion-item .accordion-item-header .icon-wrapper .fa {
  font-size: 1em;
}
.rrreis-accordion .accordion-item .accordion-item-header .image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
  background-color: white;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rrreis-accordion .accordion-item .accordion-item-header .image .icon {
  font-size: 16px;
}
.rrreis-accordion .accordion-item .accordion-item-header .title {
  font-size: 1em;
  margin: 0;
  flex: 1 1 auto;
}
.rrreis-accordion .accordion-item .accordion-item-header > .fa:last-child {
  color: #0071b3;
  font-size: 14px;
}
@media (hover: hover) {
  .rrreis-accordion .accordion-item button.accordion-item-header:hover .title {
    text-decoration: underline;
  }
}
.rrreis-accordion .accordion-item.open .title {
  font-weight: bold;
}
.rrreis-accordion .accordion-item .accordion-item-body {
  padding: 15px 15px 15px 73px;
  background-color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #97979756;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(1turn)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 8px 2px 28px;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}to{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}to{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}